diff --git a/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot b/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot index 5e8316af84..624f1c3d4a 100644 --- a/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot +++ b/doc/admin-guide-cloud/source/locale/admin-guide-cloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Cloud Administrator Guide 0.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 06:28+0000\n" +"POT-Creation-Date: 2015-10-30 06:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,7 +54,7 @@ msgid "System architecture" msgstr "" #: ../baremetal.rst:25 -msgid "The Bare Metal module is composed of the following components:" +msgid "The Bare Metal service is composed of the following components:" msgstr "" #: ../baremetal.rst:27 @@ -3907,7 +3907,8 @@ msgstr "" #: ../networking_arch.rst:29 ../networking_introduction.rst:29 #: ../networking_introduction.rst:122 ../networking_multi-dhcp-agents.rst:40 #: ../objectstorage-troubleshoot.rst:62 -#: ../shared_file_systems_crud_share.rst:191 ../telemetry-measurements.rst:31 +#: ../shared_file_systems_crud_share.rst:43 +#: ../shared_file_systems_crud_share.rst:383 ../telemetry-measurements.rst:31 msgid "Description" msgstr "" @@ -5000,7 +5001,7 @@ msgstr "" # #-#-#-#-# ts-eql-volume-size.pot (Cloud Administrator Guide 0.9) #-#-#-#-# #: ../compute-live-migration-usage.rst:36 #: ../compute-live-migration-usage.rst:109 -#: ../shared_file_systems_crud_share.rst:191 ../ts-eql-volume-size.rst:107 +#: ../shared_file_systems_crud_share.rst:383 ../ts-eql-volume-size.rst:107 msgid "Status" msgstr "" @@ -18743,79 +18744,80 @@ msgstr "" #: ../shared_file_systems_cgroups.rst:7 msgid "" -"Consistency groups enable you to create snapshots at the exact same point in " -"time from multiple file system shares. For example, a database might place " -"its tables, logs, and configuration on separate shares. To restore this " -"database from a previous point in time, it makes sense to restore the logs, " -"tables, and configuration together from the exact same point in time." +"Consistency groups enable you to create snapshots from multiple file system " +"shares at the same point in time. For example, a database might place its " +"tables, logs, and configuration on separate shares. To restore this database " +"from a previous point in time, it makes sense to restore the logs, tables, " +"and configuration together from the exact same point in time." msgstr "" #: ../shared_file_systems_cgroups.rst:13 msgid "" -"Shared File system allows you to create a snapshot of the consistency group " -"and restore all shares that were associated with the consistency group by " -"creating a consistency group from a snapshot." +"The Shared File System service allows you to create a snapshot of the " +"consistency group and restore all shares that were associated with a " +"consistency group." msgstr "" #: ../shared_file_systems_cgroups.rst:18 msgid "" "The **consistency groups and snapshots** are realized as an **experimental** " -"Shared File Systems API. Contributors can change or remove the experimental " -"part of the Shared File Systems API without maintaining backward " -"compatibility. The experimental API has ``\"X-OpenStack-Manila-API-" -"Experimental: true\"`` header in their HTTP requests." +"Shared File Systems API in Liberty release. Contributors can change or " +"remove the experimental part of the Shared File Systems API in further " +"releases without maintaining backward compatibility. The experimental API " +"has ``\"X-OpenStack-Manila-API-Experimental: true\"`` header in their HTTP " +"requests." msgstr "" #: ../shared_file_systems_cgroups.rst:29 msgid "" "Before using consistency groups, make sure the Shared File System driver " "that you are running has consistency group support. You can check it in the " -"manila scheduler reports. The ``consistency_group_support`` can have such " -"values:" +"``manila-scheduler`` service reports. The ``consistency_group_support`` can " +"have such values:" msgstr "" -#: ../shared_file_systems_cgroups.rst:33 +#: ../shared_file_systems_cgroups.rst:34 msgid "" "``pool`` or ``host``. Consistency groups are supported. Specifies the level " "of consistency groups support." msgstr "" -#: ../shared_file_systems_cgroups.rst:36 +#: ../shared_file_systems_cgroups.rst:37 msgid "``false``. Consistency groups are not supported." msgstr "" -#: ../shared_file_systems_cgroups.rst:38 +#: ../shared_file_systems_cgroups.rst:39 msgid "" "Create a new consistency group, specify a share network and one or more " "share types. In the example a consistency group ``cgroup1`` was created with " "specifying two comma-separated share types:" msgstr "" -#: ../shared_file_systems_cgroups.rst:62 +#: ../shared_file_systems_cgroups.rst:63 msgid "Check that consistency group is in available status:" msgstr "" -#: ../shared_file_systems_cgroups.rst:84 +#: ../shared_file_systems_cgroups.rst:85 msgid "" "To add a share to the consistency group you need to create a share with a " "``--consistency-group`` option where you specify the ID of the consistency " "group in ``available`` status:" msgstr "" -#: ../shared_file_systems_cgroups.rst:119 +#: ../shared_file_systems_cgroups.rst:120 msgid "" "Admin can rename the consistency group or change its description using " "**manila cg-update** command, or delete it by **manila cg-delete**." msgstr "" -#: ../shared_file_systems_cgroups.rst:122 +#: ../shared_file_systems_cgroups.rst:123 msgid "" "As an administrator, you can also reset the state of a consistency group and " "force-delete a specified consistency group in any state. Use the :file:" "`policy.json` file to grant permissions for these actions to other roles." msgstr "" -#: ../shared_file_systems_cgroups.rst:126 +#: ../shared_file_systems_cgroups.rst:127 msgid "" "Use **manila cg-reset-state [--state ] ** to " "update the state of a consistency group explicitly. A valid value of a " @@ -18823,30 +18825,30 @@ msgid "" "``error_deleting``. If no state is provided, available will be used." msgstr "" -#: ../shared_file_systems_cgroups.rst:135 +#: ../shared_file_systems_cgroups.rst:136 msgid "" "Use **manila cg-delete [ ...]** to " "soft-delete one or more consistency group." msgstr "" -#: ../shared_file_systems_cgroups.rst:139 +#: ../shared_file_systems_cgroups.rst:140 msgid "" "The consistency group can be deleted only if it has no dependent :ref:" "`shared_file_systems_cgsnapshots`." msgstr "" -#: ../shared_file_systems_cgroups.rst:146 +#: ../shared_file_systems_cgroups.rst:147 msgid "" "Use **manila cg-delete --force " "[ ...]** to force-delete a specified consistency group in " "any state." msgstr "" -#: ../shared_file_systems_cgroups.rst:156 +#: ../shared_file_systems_cgroups.rst:157 msgid "Consistency group snapshots" msgstr "" -#: ../shared_file_systems_cgroups.rst:158 +#: ../shared_file_systems_cgroups.rst:159 msgid "" "You can create snapshots of consistency groups. To create a snapshot, you " "specify the ID or name of the consistency group that you want to snapshot. " @@ -18854,21 +18856,21 @@ msgid "" "group from it." msgstr "" -#: ../shared_file_systems_cgroups.rst:163 +#: ../shared_file_systems_cgroups.rst:164 msgid "Create a snapshot of consistency group ``cgroup1``:" msgstr "" -#: ../shared_file_systems_cgroups.rst:180 +#: ../shared_file_systems_cgroups.rst:181 msgid "Check the status of created consistency group snapshot:" msgstr "" -#: ../shared_file_systems_cgroups.rst:197 +#: ../shared_file_systems_cgroups.rst:198 msgid "" "Admin can rename the consistency group snapshot or change its description " "using **cg-snapshot-update** command, or delete it by **cg-snapshot-delete**." msgstr "" -#: ../shared_file_systems_cgroups.rst:200 +#: ../shared_file_systems_cgroups.rst:201 msgid "" "A consistency group snapshot can have **members**. The consistency group " "snapshot members are the shares that belong to some consistency group. To " @@ -18879,35 +18881,35 @@ msgid "" "quickly find which shares belong to a specified consistency group." msgstr "" -#: ../shared_file_systems_cgroups.rst:208 +#: ../shared_file_systems_cgroups.rst:209 msgid "" "You created the share ``Share2`` in ``cgroup1`` consistency group. Since you " "made a snapshot of it, you can see that the only member of the consistency " "group snapshot is ``Share2`` share:" msgstr "" -#: ../shared_file_systems_cgroups.rst:221 +#: ../shared_file_systems_cgroups.rst:222 msgid "" "After you create a consistency group snapshot, you can create a consistency " "group from it:" msgstr "" -#: ../shared_file_systems_cgroups.rst:244 +#: ../shared_file_systems_cgroups.rst:245 msgid "Check the list of consistency group. There are two groups now:" msgstr "" -#: ../shared_file_systems_cgroups.rst:256 +#: ../shared_file_systems_cgroups.rst:257 msgid "" "Check a list of the shares. New share with ``ba52454e-2ea3-47fa-" "a683-3176a01295e6`` ID was created when you created a consistency group " "``cgroup2`` from a snapshot with a member." msgstr "" -#: ../shared_file_systems_cgroups.rst:270 +#: ../shared_file_systems_cgroups.rst:271 msgid "Print detailed information about new share:" msgstr "" -#: ../shared_file_systems_cgroups.rst:273 +#: ../shared_file_systems_cgroups.rst:274 msgid "" "Pay attention on the ``source_cgsnapshot_member_id`` and " "``consistency_group_id`` fields in a new share. It has " @@ -18916,7 +18918,7 @@ msgid "" "``cgroup2`` that was created from a snapshot." msgstr "" -#: ../shared_file_systems_cgroups.rst:309 +#: ../shared_file_systems_cgroups.rst:310 msgid "" "As an administrator, you can also reset the state of a consistency group " "snapshot with **cg-snapshot-reset-state** and force-delete a specified " @@ -18930,18 +18932,21 @@ msgid "Share basic operations" msgstr "" #: ../shared_file_systems_crud_share.rst:8 -msgid "Create share" +msgid "General concepts" msgstr "" #: ../shared_file_systems_crud_share.rst:10 -msgid "General concepts **to create file share**, you need to:" +msgid "As general concepts, to create a file share and access it you need to:" msgstr "" #: ../shared_file_systems_crud_share.rst:12 +#: ../shared_file_systems_crud_share.rst:88 +#: ../shared_file_systems_crud_share.rst:201 msgid "" "To create a share, use :command:`manila create` command and specify the " -"required arguments: the size of the share and the Shared File Systems " -"protocol (``NFS``, ``CIFS``, ``GlusterFS``, or ``HDFS`` are supported)." +"required arguments: the size of the share and the shared file system " +"protocol. ``NFS``, ``CIFS``, ``GlusterFS``, or ``HDFS`` share file system " +"protocols are supported." msgstr "" #: ../shared_file_systems_crud_share.rst:17 @@ -18949,250 +18954,425 @@ msgid "You can also optionally specify the share network and the share type." msgstr "" #: ../shared_file_systems_crud_share.rst:19 +#: ../shared_file_systems_crud_share.rst:110 +#: ../shared_file_systems_crud_share.rst:224 msgid "" -"Use the :command:`manila create` command to create a share. This command " -"does the following things:" +"After the share becomes available, use the :command:`manila show` command to " +"get the share export location." msgstr "" #: ../shared_file_systems_crud_share.rst:22 msgid "" -"If there is no available share servers, the Shared File Systems service " -"service will launch new instance from service image, attach it to service " -"network and register it as a new share server." +"After getting the share export location, you can create an :ref:`access rule " +"` for the share, mount it and work with files on the remote " +"file system." msgstr "" #: ../shared_file_systems_crud_share.rst:26 msgid "" -"Creates new volume of required size and attaches it to the service instance." +"There are big number of the share drivers created by different vendors in " +"the Shared File Systems service. As a Python class, each share driver can be " +"set for the :ref:`back end ` and run in " +"the back end to manage the share operations." msgstr "" -#: ../shared_file_systems_crud_share.rst:29 -msgid "" -"The NFS service on service instance is configured to use attached volume and " -"expose NFS share." +#: ../shared_file_systems_crud_share.rst:31 +msgid "Initially there are two driver modes for the back ends:" msgstr "" -#: ../shared_file_systems_crud_share.rst:32 -msgid "" -"After share becomes available, use the :command:`manila show` command to get " -"the share endpoint." +#: ../shared_file_systems_crud_share.rst:33 +msgid "no share servers mode" msgstr "" -#: ../shared_file_systems_crud_share.rst:35 -msgid "" -"In the example to create a share, the default share type and the existing " -"already share network are used." +#: ../shared_file_systems_crud_share.rst:34 +msgid "share servers mode" msgstr "" -#: ../shared_file_systems_crud_share.rst:39 +#: ../shared_file_systems_crud_share.rst:36 msgid "" -"There is no default share type just after you starting manila as the " +"Each share driver supports one or two of possible back end modes that can be " +"configured in :file:`manila.conf` file. The configuration option " +"``driver_handles_share_servers`` in :file:`manila.conf` file sets the share " +"servers mode or no share servers mode, and defines the driver mode for share " +"storage life cycle management:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:43 +msgid "Config option" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:43 +msgid "Mode" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:45 +msgid "" +"An administrator rather than a share driver manages the bare metal storage " +"with some net interface instead of the presence of the share servers." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:45 +msgid "driver_handles_share_servers = False" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:45 +msgid "no share servers" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:54 +msgid "" +"The share driver creates the share server and manages, or handles, the share " +"server life cycle." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:54 +msgid "driver_handles_share_servers = True" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:54 +msgid "share servers" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:62 +msgid "" +"It is :ref:`the share types ` which have " +"the extra specifications that help scheduler to filter back ends and choose " +"the appropriate back end for the user that requested to create a share. The " +"required extra boolean specification for each share type is " +"``driver_handles_share_servers``. As an administrator, you can create the " +"share types with the specifications you need. For details of managing the " +"share types and configuration the back ends, see :ref:" +"`shared_file_systems_share_types` and :ref:" +"`shared_file_systems_multi_backend` documentation." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:71 +msgid "You can create a share in two described above modes:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:73 +msgid "" +"in a no share servers mode without specifying the share network and " +"specifying the share type with ``driver_handles_share_servers = False`` " +"parameter. See subsection :ref:`create_share_in_no_share_server_mode`." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:77 +msgid "" +"in a share servers mode with specifying the share network and the share type " +"with ``driver_handles_share_servers = True`` parameter. See subsection :ref:" +"`create_share_in_share_server_mode`." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:84 +msgid "Create a share in no share servers mode" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:86 +msgid "To create a file share in no share servers mode, you need to:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:93 +msgid "" +"You should specify the :ref:`share type ` " +"with ``driver_handles_share_servers = False`` extra specification." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:96 +msgid "" +"You must not specify the ``share network`` because no share servers are " +"created. In this mode the Shared File Systems service expects that " +"administrator has some bare metal storage with some net interface." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:100 +#: ../shared_file_systems_crud_share.rst:212 +msgid "" +"The :command:`manila create` command creates a share. This command does the " +"following things:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:103 +msgid "" +"The :ref:`manila-scheduler ` service will " +"find the back end with ``driver_handles_share_servers = False`` mode due to " +"filtering the extra specifications of the share type." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:107 +msgid "" +"The shared is created using the storage that is specified in the found back " +"end." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:113 +msgid "" +"In the example to create a share, the created already share type named " +"``my_type`` with ``driver_handles_share_servers = False`` extra " +"specification is used." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:117 +#: ../shared_file_systems_crud_share.rst:236 +msgid "Check share types that exist, run:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:128 +msgid "" +"Create a private share with ``my_type`` share type, NFS shared file system " +"protocol, and size 1 GB:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:162 +msgid "New share ``Share2`` should have a status ``available``:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:197 +msgid "Create a share in share servers mode" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:199 +msgid "To create a file share in share servers mode, you need to:" +msgstr "" + +#: ../shared_file_systems_crud_share.rst:206 +msgid "" +"You should specify the :ref:`share type ` " +"with ``driver_handles_share_servers = True`` extra specification." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:209 +msgid "" +"You should specify the :ref:`share network " +"`." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:215 +msgid "" +"The :ref:`manila-scheduler ` service will " +"find the back end with ``driver_handles_share_servers = True`` mode due to " +"filtering the extra specifications of the share type." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:219 +msgid "" +"The share driver will create a share server with the share network. For " +"details of creating the resources, see the `documentation `_ of the " +"specific share driver." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:227 +msgid "" +"In the example to create a share, the default share type and the already " +"existing share network are used." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:231 +msgid "" +"There is no default share type just after you started manila as the " "administrator. See :ref:`shared_file_systems_share_types` to create the " "default share type. To create a share network, use :ref:" "`shared_file_systems_share_networks`." msgstr "" -#: ../shared_file_systems_crud_share.rst:44 -msgid "Check share types that exist, run:" -msgstr "" - -#: ../shared_file_systems_crud_share.rst:55 +#: ../shared_file_systems_crud_share.rst:247 msgid "Check share networks that exist, run:" msgstr "" -#: ../shared_file_systems_crud_share.rst:66 +#: ../shared_file_systems_crud_share.rst:258 msgid "" "Create a public share with ``my_share_net`` network, ``default`` share type, " "NFS shared file system protocol, and size 1 GB:" msgstr "" -#: ../shared_file_systems_crud_share.rst:100 +#: ../shared_file_systems_crud_share.rst:292 msgid "" "The share also can be created from a share snapshot. For details, see :ref:" "`shared_file_systems_snapshots`." msgstr "" -#: ../shared_file_systems_crud_share.rst:103 +#: ../shared_file_systems_crud_share.rst:295 msgid "See the share in a share list:" msgstr "" -#: ../shared_file_systems_crud_share.rst:114 +#: ../shared_file_systems_crud_share.rst:306 msgid "" "Check the share status and see the share export location. After ``creating`` " "status share should have status ``available``:" msgstr "" -#: ../shared_file_systems_crud_share.rst:147 +#: ../shared_file_systems_crud_share.rst:339 msgid "" "``is_public`` defines the level of visibility for the share: whether other " "tenants can or cannot see the share. By default, the share is private." msgstr "" -#: ../shared_file_systems_crud_share.rst:151 +#: ../shared_file_systems_crud_share.rst:343 msgid "Update share" msgstr "" -#: ../shared_file_systems_crud_share.rst:153 +#: ../shared_file_systems_crud_share.rst:345 msgid "" "Update the name, or description, or level of visibility for all tenants for " "the share if you need:" msgstr "" -#: ../shared_file_systems_crud_share.rst:188 +#: ../shared_file_systems_crud_share.rst:380 msgid "A share can have one of these status values:" msgstr "" -#: ../shared_file_systems_crud_share.rst:193 +#: ../shared_file_systems_crud_share.rst:385 msgid "The share is being created." msgstr "" -#: ../shared_file_systems_crud_share.rst:193 +#: ../shared_file_systems_crud_share.rst:385 msgid "creating" msgstr "" -#: ../shared_file_systems_crud_share.rst:195 +#: ../shared_file_systems_crud_share.rst:387 msgid "The share is being deleted." msgstr "" -#: ../shared_file_systems_crud_share.rst:195 +#: ../shared_file_systems_crud_share.rst:387 msgid "deleting" msgstr "" -#: ../shared_file_systems_crud_share.rst:197 +#: ../shared_file_systems_crud_share.rst:389 msgid "An error occurred during share creation." msgstr "" -#: ../shared_file_systems_crud_share.rst:197 +#: ../shared_file_systems_crud_share.rst:389 msgid "error" msgstr "" -#: ../shared_file_systems_crud_share.rst:199 +#: ../shared_file_systems_crud_share.rst:391 msgid "An error occurred during share deletion." msgstr "" -#: ../shared_file_systems_crud_share.rst:199 +#: ../shared_file_systems_crud_share.rst:391 msgid "error_deleting" msgstr "" -#: ../shared_file_systems_crud_share.rst:201 +#: ../shared_file_systems_crud_share.rst:393 msgid "The share is ready to use." msgstr "" -#: ../shared_file_systems_crud_share.rst:201 +#: ../shared_file_systems_crud_share.rst:393 msgid "available" msgstr "" -#: ../shared_file_systems_crud_share.rst:203 +#: ../shared_file_systems_crud_share.rst:395 msgid "Share manage started." msgstr "" -#: ../shared_file_systems_crud_share.rst:203 +#: ../shared_file_systems_crud_share.rst:395 msgid "manage_starting" msgstr "" -#: ../shared_file_systems_crud_share.rst:205 +#: ../shared_file_systems_crud_share.rst:397 msgid "Share manage failed." msgstr "" -#: ../shared_file_systems_crud_share.rst:205 +#: ../shared_file_systems_crud_share.rst:397 msgid "manage_error" msgstr "" -#: ../shared_file_systems_crud_share.rst:207 +#: ../shared_file_systems_crud_share.rst:399 msgid "Share unmanage started." msgstr "" -#: ../shared_file_systems_crud_share.rst:207 +#: ../shared_file_systems_crud_share.rst:399 msgid "unmanage_starting" msgstr "" -#: ../shared_file_systems_crud_share.rst:209 +#: ../shared_file_systems_crud_share.rst:401 msgid "Share cannot be unmanaged." msgstr "" -#: ../shared_file_systems_crud_share.rst:209 +#: ../shared_file_systems_crud_share.rst:401 msgid "unmanage_error" msgstr "" -#: ../shared_file_systems_crud_share.rst:211 +#: ../shared_file_systems_crud_share.rst:403 msgid "Share was unmanaged." msgstr "" -#: ../shared_file_systems_crud_share.rst:211 +#: ../shared_file_systems_crud_share.rst:403 msgid "unmanaged" msgstr "" -#: ../shared_file_systems_crud_share.rst:213 +#: ../shared_file_systems_crud_share.rst:405 msgid "The extend, or increase, share size request was issued successfully." msgstr "" -#: ../shared_file_systems_crud_share.rst:213 +#: ../shared_file_systems_crud_share.rst:405 msgid "extending" msgstr "" -#: ../shared_file_systems_crud_share.rst:216 +#: ../shared_file_systems_crud_share.rst:408 msgid "Extend share failed." msgstr "" -#: ../shared_file_systems_crud_share.rst:216 +#: ../shared_file_systems_crud_share.rst:408 msgid "extending_error" msgstr "" -#: ../shared_file_systems_crud_share.rst:218 +#: ../shared_file_systems_crud_share.rst:410 msgid "Share is being shrunk." msgstr "" -#: ../shared_file_systems_crud_share.rst:218 +#: ../shared_file_systems_crud_share.rst:410 msgid "shrinking" msgstr "" -#: ../shared_file_systems_crud_share.rst:220 +#: ../shared_file_systems_crud_share.rst:412 msgid "Failed to update quota on share shrinking." msgstr "" -#: ../shared_file_systems_crud_share.rst:220 +#: ../shared_file_systems_crud_share.rst:412 msgid "shrinking_error" msgstr "" -#: ../shared_file_systems_crud_share.rst:223 +#: ../shared_file_systems_crud_share.rst:415 msgid "Shrink share failed due to possible data loss." msgstr "" -#: ../shared_file_systems_crud_share.rst:223 +#: ../shared_file_systems_crud_share.rst:415 msgid "shrinking_possible_data_loss_error" msgstr "" -#: ../shared_file_systems_crud_share.rst:230 +#: ../shared_file_systems_crud_share.rst:422 msgid "Share metadata" msgstr "" -#: ../shared_file_systems_crud_share.rst:232 +#: ../shared_file_systems_crud_share.rst:424 msgid "If you want to set the metadata key-value pairs on the share, run:" msgstr "" -#: ../shared_file_systems_crud_share.rst:238 +#: ../shared_file_systems_crud_share.rst:430 msgid "Get all metadata key-value pairs of the share:" msgstr "" -#: ../shared_file_systems_crud_share.rst:251 +#: ../shared_file_systems_crud_share.rst:443 msgid "You can update the metadata:" msgstr "" -#: ../shared_file_systems_crud_share.rst:262 +#: ../shared_file_systems_crud_share.rst:454 msgid "" "You also can unset the metadata using **manila metadata unset " "**." msgstr "" -#: ../shared_file_systems_crud_share.rst:266 +#: ../shared_file_systems_crud_share.rst:458 msgid "Reset share state" msgstr "" -#: ../shared_file_systems_crud_share.rst:268 +#: ../shared_file_systems_crud_share.rst:460 msgid "As administrator, you can reset the state of a share." msgstr "" -#: ../shared_file_systems_crud_share.rst:270 +#: ../shared_file_systems_crud_share.rst:462 msgid "" "Use **manila reset-state [--state ] ** command to reset share " "state, where ``state`` indicates which state to assign the share. Options " @@ -19200,88 +19380,93 @@ msgid "" "``error_deleting`` states." msgstr "" -#: ../shared_file_systems_crud_share.rst:309 +#: ../shared_file_systems_crud_share.rst:501 msgid "Delete and force-delete share" msgstr "" -#: ../shared_file_systems_crud_share.rst:311 +#: ../shared_file_systems_crud_share.rst:503 msgid "" "You also can force-delete a share. The shares cannot be deleted in " "transitional states. The transitional states are ``creating``, ``deleting``, " "``managing``, ``unmanaging``, ``extending``, and ``shrinking`` statuses for " -"the shares. Force-deletion deletes an object in any state. Use the :file:`/" -"etc/manila/policy.json` file to grant permissions for this action to other " -"roles." +"the shares. Force-deletion deletes an object in any state. Use the :file:" +"`policy.json` file to grant permissions for this action to other roles." msgstr "" -#: ../shared_file_systems_crud_share.rst:318 +#: ../shared_file_systems_crud_share.rst:511 +msgid "" +"The configuration file ``policy.json`` may be used from different places. " +"The path ``/etc/manila/policy.json`` is one of expected paths by default." +msgstr "" + +#: ../shared_file_systems_crud_share.rst:514 msgid "" "Use **manila delete ** command to delete a specified share:" msgstr "" -#: ../shared_file_systems_crud_share.rst:324 +#: ../shared_file_systems_crud_share.rst:521 msgid "" -"Pay attention that if you specified the consistency group while creating a " -"share (see :ref:`shared_file_systems_cgroups`), you should provide the ``--" -"consistency-group`` parameter to delete the share:" +"If you specified :ref:`the consistency group ` " +"while creating a share, you should provide the ``--consistency-group`` " +"parameter to delete the share:" msgstr "" -#: ../shared_file_systems_crud_share.rst:333 +#: ../shared_file_systems_crud_share.rst:530 msgid "" "If you try to delete the share in one of the transitional state using soft-" "deletion you'll get an error:" msgstr "" -#: ../shared_file_systems_crud_share.rst:342 +#: ../shared_file_systems_crud_share.rst:539 msgid "" "A share cannot be deleted in a transitional status, that it why an error " "from ``python-manilaclient`` appeared." msgstr "" -#: ../shared_file_systems_crud_share.rst:345 +#: ../shared_file_systems_crud_share.rst:542 msgid "Print the list of all shares for all tenants:" msgstr "" -#: ../shared_file_systems_crud_share.rst:357 +#: ../shared_file_systems_crud_share.rst:554 msgid "" "Force-delete Share2 and check that it is absent in the list of shares, run:" msgstr "" -#: ../shared_file_systems_crud_share.rst:372 +#: ../shared_file_systems_crud_share.rst:571 msgid "Manage access to share" msgstr "" -#: ../shared_file_systems_crud_share.rst:374 +#: ../shared_file_systems_crud_share.rst:573 msgid "" -"The Shared File Systems Storage Service allows to grant or deny access to a " +"The Shared File Systems service allows to grant or deny access to a " "specified share, and list the permissions for a specified share." msgstr "" -#: ../shared_file_systems_crud_share.rst:377 +#: ../shared_file_systems_crud_share.rst:576 msgid "" "To grant or deny access to a share, specify one of these supported share " "access levels:" msgstr "" -#: ../shared_file_systems_crud_share.rst:380 +#: ../shared_file_systems_crud_share.rst:579 msgid "**rw**. Read and write (RW) access. This is the default value." msgstr "" -#: ../shared_file_systems_crud_share.rst:382 +#: ../shared_file_systems_crud_share.rst:581 msgid "**ro**. Read-only (RO) access." msgstr "" -#: ../shared_file_systems_crud_share.rst:384 +#: ../shared_file_systems_crud_share.rst:583 msgid "You must also specify one of these supported authentication methods:" msgstr "" -#: ../shared_file_systems_crud_share.rst:386 +#: ../shared_file_systems_crud_share.rst:585 msgid "" "**ip**. Authenticates an instance through its IP address. A valid format is " "``XX.XX.XX.XX`` or ``XX.XX.XX.XX/XX``. For example ``0.0.0.0/0``." msgstr "" -#: ../shared_file_systems_crud_share.rst:389 +#: ../shared_file_systems_crud_share.rst:588 msgid "" "**cert**. Authenticates an instance through a TLS certificate. Specify the " "TLS identity as the IDENTKEY. A valid value is any string up to 64 " @@ -19289,70 +19474,70 @@ msgid "" "string depends on its interpretation." msgstr "" -#: ../shared_file_systems_crud_share.rst:394 +#: ../shared_file_systems_crud_share.rst:593 msgid "" "**user**. Authenticates by a specified user or group name. A valid value is " "an alphanumeric string that can contain some special characters and is from " "4 to 32 characters long." msgstr "" -#: ../shared_file_systems_crud_share.rst:398 +#: ../shared_file_systems_crud_share.rst:597 msgid "" "Try to mount NFS share with export path ``10.254.0.5:/shares/" "share-5789ddcf-35c9-4b64-a28a-7f6a4a574b6a`` on the node with IP address " "``10.254.0.4``:" msgstr "" -#: ../shared_file_systems_crud_share.rst:410 +#: ../shared_file_systems_crud_share.rst:609 msgid "" "An error message \"Permission denied\" appeared, so you are not allowed to " "mount a share without an access rule. Allow access to the share with ``ip`` " "access type and ``10.254.0.4`` IP address:" msgstr "" -#: ../shared_file_systems_crud_share.rst:428 +#: ../shared_file_systems_crud_share.rst:627 msgid "Try to mount a share again. This time it is mounted successfully:" msgstr "" -#: ../shared_file_systems_crud_share.rst:434 +#: ../shared_file_systems_crud_share.rst:633 msgid "" "Since it is allowed node on 10.254.0.4 read and write access, try to create " "a file on a mounted share:" msgstr "" -#: ../shared_file_systems_crud_share.rst:444 +#: ../shared_file_systems_crud_share.rst:643 msgid "" "Connect via SSH to the 10.254.0.5 node and check new file `my_file.txt` in " "the ``/shares/share-5789ddcf-35c9-4b64-a28a-7f6a4a574b6a`` directory:" msgstr "" -#: ../shared_file_systems_crud_share.rst:457 +#: ../shared_file_systems_crud_share.rst:656 msgid "" "You have successfully created a file from instance that was given access by " "its IP address." msgstr "" -#: ../shared_file_systems_crud_share.rst:460 +#: ../shared_file_systems_crud_share.rst:659 msgid "Allow access to the share with ``user`` access type:" msgstr "" -#: ../shared_file_systems_crud_share.rst:477 +#: ../shared_file_systems_crud_share.rst:676 msgid "" "Different share features are supported by different share drivers. For the " -"example hereinabove was used the Generic (Cinder as back-end) driver that " +"example, the Generic driver with the Block Storage service as a back-end " "doesn't support ``user`` and ``cert`` authentications methods. For details " "of supporting of features by different drivers, see `Manila share features " -"support mapping `_." +"support mapping `_." msgstr "" -#: ../shared_file_systems_crud_share.rst:485 +#: ../shared_file_systems_crud_share.rst:683 msgid "" "To verify that the access rules (ACL) were configured correctly for a share, " "you list permissions for a share:" msgstr "" -#: ../shared_file_systems_crud_share.rst:498 +#: ../shared_file_systems_crud_share.rst:696 msgid "" "Deny access to the share and check that deleted access rule is absent in the " "access rule list:" @@ -19404,8 +19589,8 @@ msgid "" "In the Shared File Systems service ``share`` is the fundamental resource " "unit allocated by the Shared File System service. It represents an " "allocation of a persistent, readable, and writable filesystem that can be " -"accessed by OpenStack compute instances, or clients outside of OpenStack " -"(depending on deployment configuration)." +"accessed by OpenStack compute instances, or clients outside of OpenStack, " +"which depends on deployment configuration." msgstr "" #: ../shared_file_systems_key_concepts.rst:17 @@ -19461,7 +19646,7 @@ msgstr "" msgid "" "``Share access rules`` define which users can access a particular ``share``. " "For example, access rules can be declared for NFS shares by listing the " -"valid IP networks (using CIDR notation) which should have access to the " +"valid IP networks, in CIDR notation, which should have access to the " "``share``." msgstr "" @@ -19487,20 +19672,29 @@ msgstr "" #: ../shared_file_systems_key_concepts.rst:70 msgid "" "A ``share network`` is an object that defines a relationship between a " -"tenant's network/subnet (as defined in an OpenStack network service (Neutron " -"or Nova-network)) and the ``shares`` created by the same tenant; that is, a " -"tenant may find it desirable to provision ``shares`` such that only " +"tenant's network and subnet, as defined in an OpenStack Networking service " +"or Compute service, and the ``shares`` created by the same tenant; that is, " +"a tenant may find it desirable to provision ``shares`` such that only " "instances connected to a particular OpenStack-defined network have access to " "the ``share``. Also, ``security services`` can be attached to ``share " "networks``, because most of auth protocols require some interaction with " "network services." msgstr "" -#: ../shared_file_systems_key_concepts.rst:79 +#: ../shared_file_systems_key_concepts.rst:78 +msgid "" +"The Shared File Systems service has the ability to work outside of " +"OpenStack. That is due to the ``StandaloneNetworkPlugin`` that can be used " +"with any network platform and does not require some specific network " +"services in OpenStack like Compute or Networking service. You can set the " +"network parameters in its configuration file." +msgstr "" + +#: ../shared_file_systems_key_concepts.rst:85 msgid "Share Servers" msgstr "" -#: ../shared_file_systems_key_concepts.rst:81 +#: ../shared_file_systems_key_concepts.rst:87 msgid "" "A ``share server`` is a logical entity that hosts the shares that are " "created on a specific ``share network``. A ``share server`` may be a " @@ -19509,7 +19703,7 @@ msgid "" "to support the data path used to access ``shares``." msgstr "" -#: ../shared_file_systems_key_concepts.rst:87 +#: ../shared_file_systems_key_concepts.rst:93 msgid "" "``Share servers`` interact with network services to determine the " "appropriate IP addresses on which to export ``shares`` according to the " @@ -19526,86 +19720,88 @@ msgstr "" msgid "" "To ``manage`` a share means that an administrator rather than a share driver " "manages the storage life cycle. This approach is appropriate when an " -"administrator already has the custom non-manila share with its size, Shared " -"File System protocol, export path and so on, and administrator wants to " -"register it in the Shared File System Storage service." +"administrator already has the custom non-manila share with its size, shared " +"file system protocol, export path and so on, and administrator wants to " +"register it in the Shared File System service." msgstr "" #: ../shared_file_systems_manage_and_unmanage_share.rst:13 msgid "" "To ``unmanage`` a share means to unregister a specified share from the " -"Shared File System Storage service. An administrator can manage the custom " -"share back." +"Shared File Systems service. An administrator can manage the custom share " +"back." msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:16 -msgid "" -"Since with the generic driver, shares are hosted on Compute VMs, in the " -"examples the compute VM is used to create a new host and to create a share " -"hosted on it." -msgstr "" - -#: ../shared_file_systems_manage_and_unmanage_share.rst:23 +#: ../shared_file_systems_manage_and_unmanage_share.rst:19 msgid "Unmanage share" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:24 +#: ../shared_file_systems_manage_and_unmanage_share.rst:20 msgid "" -"You can ``unmanage`` share, to take manual control on share life cycle. The " -"``unmanage`` operation is not supported for shares that were created on top " -"of share servers (created with share networks), so share service should have " +"You can ``unmanage`` a share, to unregister it from the Shared File System " +"service, and take manual control on share life cycle. The ``unmanage`` " +"operation is not supported for shares that were created on top of share " +"servers and created with share networks), so share service should have " "option ``driver_handles_share_servers = False`` in its configuration. You " "can unmanage a share that has no dependent snapshots." msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:30 +#: ../shared_file_systems_manage_and_unmanage_share.rst:27 msgid "" "To unmanage managed share, run :command:`manila unmanage ` command. " "Then try to print the information about it. The expected behaviour is that " -"File System Storage service won't find the share:" +"Shared File Systems service won't find the share:" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:43 +#: ../shared_file_systems_manage_and_unmanage_share.rst:40 msgid "Manage share" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:44 +#: ../shared_file_systems_manage_and_unmanage_share.rst:41 msgid "" -"To register the non-managed share in File System Storage service you need to " -"run :command:`manila manage` command which has such arguments:" +"To register the non-managed share in File System service you need to run :" +"command:`manila manage` command which has such arguments:" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:54 +#: ../shared_file_systems_manage_and_unmanage_share.rst:51 msgid "The positional arguments are:" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:56 +#: ../shared_file_systems_manage_and_unmanage_share.rst:53 msgid "" "service_host. The manage-share service host in this format: " "``host@backend#POOL`` which consists of the host name for the back end, the " "name of the back end and the pool name for the back end." msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:60 +#: ../shared_file_systems_manage_and_unmanage_share.rst:57 msgid "" "protocol. The Shared File Systems protocol of the share to manage. A valid " "value is NFS, CIFS, GlusterFS, or HDFS." msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:63 +#: ../shared_file_systems_manage_and_unmanage_share.rst:60 msgid "" "export_path. The share export path in the format appropriate for the " "protocol:" msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:66 +#: ../shared_file_systems_manage_and_unmanage_share.rst:63 msgid "NFS protocol. 10.0.0.1:/foo_path." msgstr "" -#: ../shared_file_systems_manage_and_unmanage_share.rst:68 +#: ../shared_file_systems_manage_and_unmanage_share.rst:65 msgid "CIFS protocol. \\\\\\\\10.0.0.1\\\\foo_name_of_cifs_share." msgstr "" +#: ../shared_file_systems_manage_and_unmanage_share.rst:67 +msgid "HDFS protocol. hdfs://10.0.0.1:foo_port/foo_share_name." +msgstr "" + +#: ../shared_file_systems_manage_and_unmanage_share.rst:69 +msgid "GlusterFS. 10.0.0.1:/foo_volume." +msgstr "" + #: ../shared_file_systems_manage_and_unmanage_share.rst:71 msgid "" "The ``driver_options`` is an optional set of one or more key and value " @@ -19619,39 +19815,40 @@ msgid "To manage share, run:" msgstr "" #: ../shared_file_systems_manage_and_unmanage_share.rst:109 -msgid "Check that he share is available:" +msgid "Check that the share is available:" msgstr "" -#: ../shared_file_systems_multi_backend.rst:8 +#: ../shared_file_systems_multi_backend.rst:5 msgid "Multi-storage configuration" msgstr "" -#: ../shared_file_systems_multi_backend.rst:10 +#: ../shared_file_systems_multi_backend.rst:7 msgid "" -"Shared File Systems service can provide access to multiple file storage back " -"ends. In general, workflow with multiple back ends look very similar to " -"Block Storage service one, see :ref:`Configure multiple-storage back ends in " -"Openstack Block Storage service `." +"The Shared File Systems service can provide access to multiple file storage " +"back ends. In general, the workflow with multiple back ends looks very " +"similar to the Block Storage service one, see :ref:`Configure multiple-" +"storage back ends in Openstack Block Storage service `." msgstr "" -#: ../shared_file_systems_multi_backend.rst:15 +#: ../shared_file_systems_multi_backend.rst:12 msgid "" -"Using `manila.conf` you can spawn multiple share services. To do it, you " -"must set the `enabled_share_backends` flag in the `manila.conf` file. This " -"flag defines the names (separated by a comma) of the configuration stanzas " -"for the different back ends: one name is associated to one configuration " -"group for a back end." +"Using `manila.conf`, you can spawn multiple share services. To do it, you " +"should set the `enabled_share_backends` flag in the `manila.conf` file. This " +"flag defines the comma-separated names of the configuration stanzas for the " +"different back ends: one name is associated to one configuration group for a " +"back end." msgstr "" -#: ../shared_file_systems_multi_backend.rst:21 +#: ../shared_file_systems_multi_backend.rst:18 msgid "The following example runs three configured share services:" msgstr "" -#: ../shared_file_systems_multi_backend.rst:58 +#: ../shared_file_systems_multi_backend.rst:54 msgid "" -"To spawn separate groups of share services you can use separate " -"configuration files. If it is necessary to control each back end in separate " -"way, you should provide a single configuration file per each back end." +"To spawn separate groups of share services, you can use separate " +"configuration files. If it is necessary to control each back end in a " +"separate way, you should provide a single configuration file per each back " +"end." msgstr "" #: ../shared_file_systems_network_plugins.rst:5 @@ -19663,129 +19860,131 @@ msgid "" "The Shared File Systems service architecture defines an abstraction layer " "for network resource provisioning and allowing administrators to choose from " "a different options for how network resources are assigned to their tenants’ " -"networked storage. There are a set of network plugins that provide a variety " -"of integration approaches with the network services that are available with " -"OpenStack." +"networked storage. There are a set of network plug-ins that provide a " +"variety of integration approaches with the network services that are " +"available with OpenStack." msgstr "" #: ../shared_file_systems_network_plugins.rst:14 msgid "" "The Shared File Systems service may need a network resource provisioning if " -"share service with specified driver works in mode, when share driver manage " -"life cycle of share servers on its own. This behavior defines by flag " -"``driver_handles_share_servers`` in share service configuration. When " -"``driver_handles_share_servers`` is set to ``True``, a share driver will be " -"called to create share servers for shares using information provided within " -"a share network. This information will be provided to one of the enabled " -"network plugins that will handle reservation, creation and deletion of " -"network resources including IP addresses and network interfaces." +"share service with specified driver works in mode, when a share driver " +"manages life cycle of share servers on its own. This behavior is defined by " +"a flag ``driver_handles_share_servers`` in share service configuration. " +"When ``driver_handles_share_servers`` is set to ``True``, a share driver " +"will be called to create share servers for shares using information provided " +"within a share network. This information will be provided to one of the " +"enabled network plug-ins that will handle reservation, creation and deletion " +"of network resources including IP addresses and network interfaces." msgstr "" #: ../shared_file_systems_network_plugins.rst:25 -msgid "What network plugins are available?" +msgid "What network plug-ins are available?" msgstr "" #: ../shared_file_systems_network_plugins.rst:27 msgid "" -"There are three different network plugins and five python classes in Manila:" +"There are three different network plug-ins and five python classes in the " +"Shared File Systems service:" msgstr "" -#: ../shared_file_systems_network_plugins.rst:29 +#: ../shared_file_systems_network_plugins.rst:30 msgid "" -"Network plugin for using the OpenStack networking project `Neutron`. It " -"allows one to use any network segmentation that Neutron supports. It is up " -"to each share driver to support at least one network segmentation type." +"Network plug-in for using the OpenStack Networking service. It allows to use " +"any network segmentation that the Networking service supports. It is up to " +"each share driver to support at least one network segmentation type." msgstr "" -#: ../shared_file_systems_network_plugins.rst:33 +#: ../shared_file_systems_network_plugins.rst:34 msgid "" "``manila.network.neutron.neutron_network_plugin.NeutronNetworkPlugin``. This " -"is the default network plugin. It requires that ``neutron_net_id`` and " -"``neutron_subnet_id`` are provided when defining the share network that will " -"be used for the creation of share servers. The user may define any number " -"of share networks corresponding to the various physical network segments in " -"a tenant environment." +"is a default network plug-in. It requires the ``neutron_net_id`` and the " +"``neutron_subnet_id`` to be provided when defining the share network that " +"will be used for the creation of share servers. The user may define any " +"number of share networks corresponding to the various physical network " +"segments in a tenant environment." msgstr "" -#: ../shared_file_systems_network_plugins.rst:40 +#: ../shared_file_systems_network_plugins.rst:41 msgid "" -"``manila.network.neutron.neutron_network_plugin.NeutronSingleNetworkPlug " -"in``. This is a simplification of the previous case. It accepts values for " -"``neutron_net_id`` and ``neutron_subnet_id`` from the Manila configuration " -"file and uses one network for all shares." +"``manila.network.neutron.neutron_network_plugin. " +"NeutronSingleNetworkPlugin``. This is a simplification of the previous case. " +"It accepts values for ``neutron_net_id`` and ``neutron_subnet_id`` from the " +"``manila.conf`` configuration file and uses one network for all shares." msgstr "" -#: ../shared_file_systems_network_plugins.rst:45 +#: ../shared_file_systems_network_plugins.rst:47 msgid "" "When only a single network is needed, the NeutronSingleNetworkPlugin (1.b) " "is a simple solution. Otherwise NeutronNetworkPlugin (1.a) should be chosen." msgstr "" -#: ../shared_file_systems_network_plugins.rst:48 +#: ../shared_file_systems_network_plugins.rst:50 msgid "" -"Network plugin for working with OpenStack networking from `Nova`. It " -"supports either flat networks or VLAN-segmented networks." +"Network plug-in for working with OpenStack Networking from the Compute " +"service. It supports either flat networks or VLAN-segmented networks." msgstr "" -#: ../shared_file_systems_network_plugins.rst:51 +#: ../shared_file_systems_network_plugins.rst:53 msgid "" -"``manila.network.nova_network_plugin.NovaNetworkPlugin``. This plugin serves " -"the networking needs when ``Nova networking`` is configured in the cloud " -"instead of Neutron. It requires a single parameter, ``nova_net_id``." +"``manila.network.nova_network_plugin.NovaNetworkPlugin``. This plug-in " +"serves the networking needs when ``Nova networking`` is configured in the " +"cloud instead of Neutron. It requires a single parameter, ``nova_net_id``." msgstr "" -#: ../shared_file_systems_network_plugins.rst:56 +#: ../shared_file_systems_network_plugins.rst:58 msgid "" -"``manila.network.nova_network_plugin.NovaSingleNetworkPlugin``. This one " -"works in the same way as the previous one with one difference. It takes " -"nova_net_id from the Shared File Systems service configuration file and " -"creates share servers using only one network." -msgstr "" - -#: ../shared_file_systems_network_plugins.rst:61 -msgid "" -"When only a single network is needed, the NovaSingleNetworkPlugin (2.b) is a " -"simple solution. Otherwise NovaNetworkPlugin (1.a) should be chosen." +"``manila.network.nova_network_plugin.NovaSingleNetworkPlugin``. This plug-in " +"works the same way as ``manila.network.nova_network_plugin." +"NovaNetworkPlugin``, except it takes ``nova_net_id`` from the Shared File " +"Systems service configuration file and creates the share servers using only " +"one network." msgstr "" #: ../shared_file_systems_network_plugins.rst:64 msgid "" -"Network plugin for specifying networks independently from OpenStack " -"networking services." +"When only a single network is needed, the NovaSingleNetworkPlugin (2.b) is a " +"simple solution. Otherwise NovaNetworkPlugin (2.a) should be chosen." msgstr "" #: ../shared_file_systems_network_plugins.rst:67 msgid "" +"Network plug-in for specifying networks independently from OpenStack " +"networking services." +msgstr "" + +#: ../shared_file_systems_network_plugins.rst:70 +msgid "" "``manila.network.standalone_network_plugin.StandaloneNetworkPlugin``. This " "plug-in uses a pre-existing network that is available to the manila-share " "host. This network may be handled either by OpenStack or be created " -"independently by any other means. The plugin supports any type of network - " -"flat and segmented. As above, it is completely up to the driver to support " -"the network type for which the network plugin is configured." +"independently by any other means. The plug-in supports any type of network - " +"flat and segmented. As above, it is completely up to the share driver to " +"support the network type for which the network plug-in is configured." msgstr "" -#: ../shared_file_systems_network_plugins.rst:76 +#: ../shared_file_systems_network_plugins.rst:80 msgid "" -"These network plugins were introduced in the OpenStack Kilo release. In the " +"These network plug-ins were introduced in the OpenStack Kilo release. In the " "OpenStack Juno version, only NeutronNetworkPlugin is available." msgstr "" -#: ../shared_file_systems_network_plugins.rst:79 +#: ../shared_file_systems_network_plugins.rst:83 msgid "" -"More information about network plugins can be found in `Manila developer " +"More information about network plug-ins can be found in `Manila developer " "documentation `_" msgstr "" #: ../shared_file_systems_networking.rst:7 msgid "" -"Instead of OpenStack Block Storage service, Shared File Systems service " -"requires interaction with Networking service. The first of all, it because " -"share services should have a possibility to manage share servers on its own. " -"Also, lots of shared file systems provides have own access control systems " -"and requires network connectivity with some external auth providers, like " -"LDAP, Kerberos, or Microsoft Active Directory. So, management share services " -"base on such back end needs some interacting with Networking service." +"Unlike the OpenStack Block Storage service, the Shared File Systems service " +"requires interaction with the Networking service. First of all, it is " +"because the share services require the option to self-manage share servers. " +"Also, for authentication and authorization of the clients, the Shared File " +"Systems service can be optionally configured to work with different network " +"authentication services, like LDAP, Kerberos protocols, or Microsoft Active " +"Directory." msgstr "" #: ../shared_file_systems_quotas.rst:5 @@ -19799,45 +19998,19 @@ msgstr "" #: ../shared_file_systems_quotas.rst:10 msgid "" "Limits are the resource limitations that are allowed for each tenant " -"(project). An administrator can configure limits in the :file:`/etc/manila/" -"manila.conf` file." +"(project). An administrator can configure limits in the :file:`manila.conf` " +"file." msgstr "" -#: ../shared_file_systems_quotas.rst:14 -msgid "" -"Users can query their rate and absolute limits. The absolute limits contain " -"information about:" +#: ../shared_file_systems_quotas.rst:13 +msgid "Users can query their rate and absolute limits." msgstr "" -#: ../shared_file_systems_quotas.rst:17 -msgid "Total maximum share memory, in GBs." -msgstr "" - -#: ../shared_file_systems_quotas.rst:19 -msgid "Total maximum snapshot memory, in GBs." -msgstr "" - -#: ../shared_file_systems_quotas.rst:21 -msgid "Number of share-networks." -msgstr "" - -#: ../shared_file_systems_quotas.rst:23 -msgid "Number of share-snapshots." -msgstr "" - -#: ../shared_file_systems_quotas.rst:25 -msgid "Number of shares." -msgstr "" - -#: ../shared_file_systems_quotas.rst:27 -msgid "Shares and total used memory, in GBs." -msgstr "" - -#: ../shared_file_systems_quotas.rst:29 +#: ../shared_file_systems_quotas.rst:15 msgid "To see the absolute limits, run:" msgstr "" -#: ../shared_file_systems_quotas.rst:49 +#: ../shared_file_systems_quotas.rst:35 msgid "" "Rate limits control the frequency at which users can issue specific API " "requests. Administrators use rate limiting to configure limits on the type " @@ -19846,19 +20019,33 @@ msgid "" "processed during a one-minute period." msgstr "" -#: ../shared_file_systems_quotas.rst:55 -msgid "To see the rate limits, run:" +#: ../shared_file_systems_quotas.rst:41 +msgid "" +"To set the API rate limits, add configuration to the :file:`etc/manila/api-" +"paste.ini` file that is a part of the WSGI pipeline and defines the actual " +"limits. You need to restart ``manila-api`` service after you edited :file:" +"`etc/manila/api-paste.ini` file." +msgstr "" + +#: ../shared_file_systems_quotas.rst:52 +msgid "" +"Also, add ``ratelimit`` to ``noauth``, ``keystone``, ``keystone_nolimit`` " +"parameters in ``[composite:openstack_share_api]`` group." msgstr "" #: ../shared_file_systems_quotas.rst:62 +msgid "To see the rate limits, run:" +msgstr "" + +#: ../shared_file_systems_quotas.rst:76 msgid "Quotas" msgstr "" -#: ../shared_file_systems_quotas.rst:64 +#: ../shared_file_systems_quotas.rst:78 msgid "Quota sets provide quotas management support." msgstr "" -#: ../shared_file_systems_quotas.rst:66 +#: ../shared_file_systems_quotas.rst:80 msgid "" "To list the quotas for a tenant or user, use **manila quota-show** command. " "If you specify the optional ``--user`` parameter, you get the quotas for " @@ -19866,14 +20053,14 @@ msgid "" "quotas for the specified project." msgstr "" -#: ../shared_file_systems_quotas.rst:84 +#: ../shared_file_systems_quotas.rst:98 msgid "" -"There are default quotas for a project that are set from :file:`/etc/manila/" -"manila.conf` file. To list default quotas for a project, use **manila quota-" -"defaults** command:" +"There are default quotas for a project that are set from :file:`manila.conf` " +"file. To list default quotas for a project, use **manila quota-defaults** " +"command:" msgstr "" -#: ../shared_file_systems_quotas.rst:101 +#: ../shared_file_systems_quotas.rst:115 msgid "" "Administrator can update the quotas for a specified tenant or for a " "specified user by providing both ``--tenant`` and ``--user`` optional " @@ -19881,69 +20068,64 @@ msgid "" "gigabytes``, and ``share-networks`` quotas." msgstr "" -#: ../shared_file_systems_quotas.rst:110 +#: ../shared_file_systems_quotas.rst:124 msgid "" "As administrator, you can also permit or deny the force-update of a quota " "that is already used and the requested value exceeds the configured quota. " "To force-update a quota, use ``force`` optional key." msgstr "" -#: ../shared_file_systems_quotas.rst:118 +#: ../shared_file_systems_quotas.rst:132 msgid "To revert quotas to default for a project or for a user, delete quotas:" msgstr "" -#: ../shared_file_systems_quotas.rst:124 -msgid "" -"It is possible to set quotas for a quota class and then check that the " -"quotas were updated:" -msgstr "" - #: ../shared_file_systems_scheduling.rst:5 msgid "Scheduling" msgstr "" #: ../shared_file_systems_scheduling.rst:7 msgid "" -"Shared File Systems service provides unified access for variety of different " -"types of shared file systems. To achieve this, Shared File Systems service " -"use scheduler. Scheduler collects information from active share services and " -"take decisions, what share service will be used to create new share. To " -"manage this process Shared File Systems service provides Share types API." +"The Shared File Systems service provides unified access for variety of " +"different types of shared file systems. To achieve this, the Shared File " +"Systems service uses a scheduler. The scheduler collects information from " +"active share services and takes decisions, what share service will be used " +"to create a new share. To manage this process, the Shared File Systems " +"service provides Share types API." msgstr "" -#: ../shared_file_systems_scheduling.rst:13 +#: ../shared_file_systems_scheduling.rst:14 msgid "" -"Share type is a list from key-value pairs called extra-specs. Some of them, " -"called required and un-scoped extra-specs, scheduler uses for lookup the " -"share service suitable for new share with specified share type. For more " -"information about extra-specs and their type see `Capabilities and Extra-" +"A share type is a list from key-value pairs called extra-specs. Some of " +"them, called required and un-scoped extra-specs, scheduler uses for lookup " +"the share service suitable for new share with specified share type. For more " +"information about extra-specs and their type, see `Capabilities and Extra-" "Specs `_ section in developer documentation." msgstr "" -#: ../shared_file_systems_scheduling.rst:20 -msgid "In general scheduler workflow looks like:" +#: ../shared_file_systems_scheduling.rst:21 +msgid "The general scheduler workflow in described below." msgstr "" -#: ../shared_file_systems_scheduling.rst:22 +#: ../shared_file_systems_scheduling.rst:23 msgid "" -"Share services report information about number of existed pools, their " +"Share services report information about number of existing pools, their " "capacities and capabilities." msgstr "" -#: ../shared_file_systems_scheduling.rst:25 +#: ../shared_file_systems_scheduling.rst:26 msgid "" "When request on share creation comes in, scheduler picks a service and pool " "that fits the need best to serve the request, using share type filters and " "back end capabilities. If back end capabilities passes thought all filters " -"request to the selected back end where the target pool resides;" +"request to the selected back end where the target pool resides." msgstr "" -#: ../shared_file_systems_scheduling.rst:30 +#: ../shared_file_systems_scheduling.rst:31 msgid "" "Share driver gets the message and lets the target pool serve the request as " -"scheduler instructed. Share type extra-specs (scoped and un-scoped) are " -"available for the driver implementation to use as-needed." +"scheduler instructed. The scoped and un-scoped share type extra-specs are " +"available for the driver implementation to use as needed." msgstr "" #: ../shared_file_systems_security_services.rst:5 @@ -20056,7 +20238,7 @@ msgstr "" #: ../shared_file_systems_security_services.rst:171 msgid "" -"Shared File Systems Storage allows you to update a security service fields " +"Shared File Systems service allows you to update a security service fields " "using **manila security-service-update** command with optional arguments " "such as ``--dns-ip``, ``--server``, ``--domain``, ``--user``, ``--" "password``, ``--name``, or ``--description``." @@ -20074,15 +20256,15 @@ msgstr "" #: ../shared_file_systems_services_manage.rst:7 msgid "" -"The Shared File Systems service provides API allows to Cloud Administrator " -"manage running share services (`Share services API `_). It hasn't exposed in " -"CLI client yet. Using raw API calls, it is possible to get list of running " -"services all kinds. To select only share services, you can pick items only " -"have field ``binary`` equals to ``manila-share``. Aslo, you can enable and " -"disable share services. Disabling means that share service excludes from " -"scheduler cycle and new shares will not be placed on disabled back end, but " -"shares from this service stay available." +"The Shared File Systems service provides API that allows to manage running " +"share services (`Share services API `_). Using ``manila service-list`` command, it " +"is possible to get a list of all kinds of running services. To select only " +"share services, you can pick items that have field ``binary`` equals to " +"``manila-share``. Also, you can enable or disable share services using raw " +"API requests. Disabling means that share service excludes from scheduler " +"cycle and new shares will not be placed on disabled back end, but shares " +"from this service stay available." msgstr "" #: ../shared_file_systems_share_management.rst:5 @@ -20091,20 +20273,11 @@ msgstr "" #: ../shared_file_systems_share_management.rst:7 msgid "" -"The default configuration of the Shared File Systems service uses the " -"OpenStack Block Storage based back end. In that case, the Shared File " -"Systems service cares about everything (VMs, networking, keypairs, security " -"groups) by itself. It is not production solution, but can help you to " -"understand how the Shared File Systems service works." -msgstr "" - -#: ../shared_file_systems_share_management.rst:13 -msgid "" "A share is a remote, mountable file system. You can mount a share to and " "access a share from several hosts by several users at a time." msgstr "" -#: ../shared_file_systems_share_management.rst:16 +#: ../shared_file_systems_share_management.rst:10 msgid "" "You can create a share and associate it with a network, list shares, and " "show information for, update, and delete a specified share. You can also " @@ -20112,27 +20285,27 @@ msgid "" "share that you want to snapshot." msgstr "" -#: ../shared_file_systems_share_management.rst:21 +#: ../shared_file_systems_share_management.rst:15 msgid "The shares are based on of the supported Shared File Systems protocols:" msgstr "" -#: ../shared_file_systems_share_management.rst:23 +#: ../shared_file_systems_share_management.rst:17 msgid "*NFS*. Network File System (NFS)." msgstr "" -#: ../shared_file_systems_share_management.rst:24 +#: ../shared_file_systems_share_management.rst:18 msgid "*CIFS*. Common Internet File System (CIFS)." msgstr "" -#: ../shared_file_systems_share_management.rst:25 +#: ../shared_file_systems_share_management.rst:19 msgid "*GLUSTERFS*. Gluster file system (GlusterFS)." msgstr "" -#: ../shared_file_systems_share_management.rst:26 +#: ../shared_file_systems_share_management.rst:20 msgid "*HDFS*. Hadoop Distributed File System (HDFS)." msgstr "" -#: ../shared_file_systems_share_management.rst:30 +#: ../shared_file_systems_share_management.rst:22 msgid "" "The Shared File Systems service provides set of drivers that enable you to " "use various network file storage devices, instead of the base " @@ -20146,20 +20319,21 @@ msgstr "" #: ../shared_file_systems_share_networks.rst:7 msgid "" -"Share network is an entity that encapsulates interaction with Networking " -"service. If selected driver runs in mode requiring such kind of interaction, " -"you need to specify share network when share creates." +"Share network is an entity that encapsulates interaction with the OpenStack " +"Networking service. If the share driver that you selected runs in a mode " +"requiring Networking service interaction, specify the share network when " +"creating a share network." msgstr "" -#: ../shared_file_systems_share_networks.rst:12 +#: ../shared_file_systems_share_networks.rst:13 msgid "How to create share network" msgstr "" -#: ../shared_file_systems_share_networks.rst:14 +#: ../shared_file_systems_share_networks.rst:15 msgid "List networks in a tenant, run:" msgstr "" -#: ../shared_file_systems_share_networks.rst:28 +#: ../shared_file_systems_share_networks.rst:29 msgid "" "A share network stores network information that share servers can use where " "shares are hosted. You can associate a share with a single share network. " @@ -20167,70 +20341,70 @@ msgid "" "share network through which instances can access the share." msgstr "" -#: ../shared_file_systems_share_networks.rst:33 +#: ../shared_file_systems_share_networks.rst:34 msgid "" "When you create a share network, you can specify only one type of network:" msgstr "" -#: ../shared_file_systems_share_networks.rst:35 +#: ../shared_file_systems_share_networks.rst:36 msgid "" "OpenStack Networking (neutron). Specify a network ID and subnet ID. In this " "case ``manila.network.nova_network_plugin.NeutronNetworkPlugin`` will be " "used." msgstr "" -#: ../shared_file_systems_share_networks.rst:39 +#: ../shared_file_systems_share_networks.rst:40 msgid "" "Legacy networking (nova-network). Specify a network ID. In this case " "``manila.network.nova_network_plugin.NoveNetworkPlugin`` will be used." msgstr "" -#: ../shared_file_systems_share_networks.rst:43 +#: ../shared_file_systems_share_networks.rst:44 msgid "" "For more information about supported plug-ins for share networks, see :ref:" "`shared_file_systems_network_plugins`." msgstr "" -#: ../shared_file_systems_share_networks.rst:46 +#: ../shared_file_systems_share_networks.rst:47 msgid "A share network has these attributes:" msgstr "" -#: ../shared_file_systems_share_networks.rst:48 +#: ../shared_file_systems_share_networks.rst:49 msgid "" "The IP block in Classless Inter-Domain Routing (CIDR) notation from which to " "allocate the network." msgstr "" -#: ../shared_file_systems_share_networks.rst:51 +#: ../shared_file_systems_share_networks.rst:52 msgid "The IP version of the network." msgstr "" -#: ../shared_file_systems_share_networks.rst:53 +#: ../shared_file_systems_share_networks.rst:54 msgid "The network type, which is `vlan`, `vxlan`, `gre`, or `flat`." msgstr "" -#: ../shared_file_systems_share_networks.rst:55 +#: ../shared_file_systems_share_networks.rst:56 msgid "" "If the network uses segmentation, a segmentation identifier. For example, " "VLAN, VXLAN, and GRE networks use segmentation." msgstr "" -#: ../shared_file_systems_share_networks.rst:58 +#: ../shared_file_systems_share_networks.rst:59 msgid "To create a share network with private network and subnetwork, run:" msgstr "" -#: ../shared_file_systems_share_networks.rst:81 +#: ../shared_file_systems_share_networks.rst:82 msgid "" "The ``segmentation_id``, ``cidr``, ``ip_version``, and ``network_type`` " "share network attributes are automatically set to the values determined by " "the network provider." msgstr "" -#: ../shared_file_systems_share_networks.rst:85 +#: ../shared_file_systems_share_networks.rst:86 msgid "Check network list, run:" msgstr "" -#: ../shared_file_systems_share_networks.rst:96 +#: ../shared_file_systems_share_networks.rst:97 msgid "" "If you configured the Generic driver with ``driver_handles_share_servers = " "True`` (with the share servers) and had already some operations in the " @@ -20239,13 +20413,13 @@ msgid "" "inner usage." msgstr "" -#: ../shared_file_systems_share_networks.rst:114 +#: ../shared_file_systems_share_networks.rst:115 msgid "" "You also can see detailed information about the share network including " "``network_type``, ``segmentation_id`` fields:" msgstr "" -#: ../shared_file_systems_share_networks.rst:138 +#: ../shared_file_systems_share_networks.rst:139 msgid "" "You also can add and remove the security services to the share network. For " "details, see :ref:`shared_file_systems_security_services`." @@ -20258,11 +20432,11 @@ msgstr "" #: ../shared_file_systems_share_resize.rst:7 msgid "" "To change file share size, use :command:`manila extend` and :command:`manila " -"shrink`. For most drivers it is safe operation. In case of using generic " -"driver it is better to create share snapshot for backup." +"shrink`. For most drivers it is safe operation. If you want to be sure that " +"your data is safe, you can make a share back up by creating a snapshot of it." msgstr "" -#: ../shared_file_systems_share_resize.rst:11 +#: ../shared_file_systems_share_resize.rst:12 msgid "" "You can extend and shrink the share with **manila extend** and **manila " "shrink** commands correspondingly and specifying the share and new size that " @@ -20271,17 +20445,17 @@ msgid "" "greater value than the current share size." msgstr "" -#: ../shared_file_systems_share_resize.rst:17 +#: ../shared_file_systems_share_resize.rst:18 msgid "" "While extending the share gets ``extending`` status that means that the " "increase share size request was issued successfully." msgstr "" -#: ../shared_file_systems_share_resize.rst:20 +#: ../shared_file_systems_share_resize.rst:21 msgid "To extend the share and check the result, run:" msgstr "" -#: ../shared_file_systems_share_resize.rst:53 +#: ../shared_file_systems_share_resize.rst:54 msgid "" "While shrinking the share gets ``shrinking`` status that means that the " "decrease share size request was issued successfully. To shrink the share and " @@ -20295,13 +20469,13 @@ msgstr "" #: ../shared_file_systems_share_types.rst:7 msgid "" "A share type enables you to filter or choose back ends before you create a " -"share. A share type behaves in the same way as a Block Storage volume type " -"behaves." +"share and to set data for the share driver. A share type behaves in the same " +"way as a Block Storage volume type behaves." msgstr "" #: ../shared_file_systems_share_types.rst:11 msgid "" -"In the manila configuration file :file:`/etc/manila/manila.conf` " +"In the Shared File Systems configuration file :file:`manila.conf`, the " "administrator can set the share type used by default for the share creation " "and then create a default share type." msgstr "" @@ -20435,9 +20609,9 @@ msgstr "" #: ../shared_file_systems_share_types.rst:129 msgid "" -"You can manage the access to the private for the different projects: add " -"access, remove access, and get information about access for a specified " -"private share type." +"You can manage the access to the private share type for the different " +"projects: add access, remove access, and get information about access for a " +"specified private share type." msgstr "" #: ../shared_file_systems_share_types.rst:133 @@ -20479,9 +20653,8 @@ msgstr "" #: ../shared_file_systems_snapshots.rst:7 msgid "" -"The Shared File Systems service provides mechanism of snapshots to help " -"users to restore theirs own data. Use :command:`manila snapshot-create` for " -"it." +"The Shared File Systems service provides a snapshot mechanism to help users " +"restore data by running the `manila snapshot-create` command." msgstr "" #: ../shared_file_systems_snapshots.rst:10 @@ -20492,7 +20665,7 @@ msgstr "" #: ../shared_file_systems_snapshots.rst:13 msgid "" -"To import snapshot, create a new share with appropriate size, attach it to " +"To import a snapshot, create a new share with appropriate size, attach it to " "instance and then copy file from archive to attached file system." msgstr "" @@ -20541,7 +20714,7 @@ msgid "Troubleshoot Shared File Systems service" msgstr "" #: ../shared_file_systems_troubleshoot.rst:8 -msgid "Failures in share service during share creation" +msgid "Failures in Share File Systems service during a share creation" msgstr "" #: ../shared_file_systems_troubleshoot.rst:10 @@ -20551,22 +20724,22 @@ msgstr "" #: ../shared_file_systems_troubleshoot.rst:12 msgid "" -"Make sure, that share services are running into debug mode. If it is not " -"true, you will not get any tips from logs how to fix your issue." +"Make sure, that share services are running in debug mode. If the debug mode " +"is not set, you will not get any tips from logs how to fix your issue." msgstr "" #: ../shared_file_systems_troubleshoot.rst:15 msgid "" -"Find what a share service holds specified share. Do to that, run command :" -"command:`manila show ` and find share host in the output. " -"Host uniquely identifies share service holds broken share." +"Find what share service holds a specified share. Do to that, run command :" +"command:`manila show ` and find a share host in the " +"output. Host uniquely identifies what share service holds the broken share." msgstr "" #: ../shared_file_systems_troubleshoot.rst:19 msgid "" "Look thought logs of this share service. Usually, it can be found at ``/etc/" "var/log/manila-share.log``. This log should contain kind of traceback with " -"extra information to help you find origin of issues." +"extra information to help you to find the origin of issues." msgstr "" #: ../shared_file_systems_troubleshoot.rst:24 @@ -20590,40 +20763,41 @@ msgid "" "specs are pointed in the right way." msgstr "" -#: ../shared_file_systems_troubleshoot.rst:39 +#: ../shared_file_systems_troubleshoot.rst:38 msgid "Created share is unreachable" msgstr "" -#: ../shared_file_systems_troubleshoot.rst:41 +#: ../shared_file_systems_troubleshoot.rst:40 msgid "" -"By default new share doesn't have any active access rules. So, to provide " +"By default, a new share does not have any active access rules. To provide " "access to new created share, you need to create appropriate access rule with " "right value that defines access." msgstr "" -#: ../shared_file_systems_troubleshoot.rst:46 -msgid "Service become unavailable after upgrade" +#: ../shared_file_systems_troubleshoot.rst:45 +msgid "Service becomes unavailable after upgrade" msgstr "" -#: ../shared_file_systems_troubleshoot.rst:48 +#: ../shared_file_systems_troubleshoot.rst:47 msgid "" -"After upgrading Shared File Systems service from version v1 to version v2.x, " -"please be attentive to update service endpoint in OpenStack Identity " +"After upgrading the Shared File Systems service from version v1 to version " +"v2.x, please be attentive to update service endpoint in OpenStack Identity " "Service. Use :command:`keystone service-list` to get service type related to " "Shared File Systems service and then :command:`keystone service-list --" -"service `. You will get endpoints expected from running " -"Shared File Systems service. Make sure that these endpoints are update. If " -"it is not true, you need delete outdated endpoints and create a new one." +"service ` command. You will get endpoints expected from " +"running Shared File Systems service. Make sure that these endpoints are " +"updated. If it is not true, you need to delete outdated endpoints and create " +"new ones." msgstr "" -#: ../shared_file_systems_troubleshoot.rst:59 +#: ../shared_file_systems_troubleshoot.rst:56 msgid "Failures during management of internal resources" msgstr "" -#: ../shared_file_systems_troubleshoot.rst:61 +#: ../shared_file_systems_troubleshoot.rst:58 msgid "" "Some drivers in Shared File Systems service can create service entities, " -"like servers and networks. If it is necessary to reach it you can login in " +"like servers and networks. If it is necessary to reach it you can log in to " "tenant ``service`` and get manual control over it." msgstr "" @@ -20635,7 +20809,7 @@ msgstr "" msgid "" "Alarms provide user-oriented Monitoring-as-a-Service for resources running " "on OpenStack. This type of monitoring ensures you can automatically scale in " -"or out a group of instances through the Orchestration module, but you can " +"or out a group of instances through the Orchestration service, but you can " "also use alarms for general-purpose awareness of your cloud resources' " "health." msgstr "" @@ -20713,7 +20887,7 @@ msgstr "" #: ../telemetry-alarms.rst:49 msgid "" -"The Telemetry module also supports the concept of a meta-alarm, which " +"The Telemetry service also supports the concept of a meta-alarm, which " "aggregates over the current state of a set of underlying basic alarms " "combined via a logical operator (AND or OR)." msgstr "" @@ -20739,7 +20913,7 @@ msgid "" "the other extreme, you could have widely dimensioned alarms where this " "selection identifies many resources over which the statistic is aggregated. " "For example all instances booted from a particular image or all instances " -"with matching user metadata (the latter is how the Orchestration module " +"with matching user metadata (the latter is how the Orchestration service " "identifies autoscaling groups)." msgstr "" @@ -21076,7 +21250,7 @@ msgstr "" #: ../telemetry-best-practices.rst:11 msgid "" -"The Telemetry module collects a continuously growing set of data. Not all " +"The Telemetry service collects a continuously growing set of data. Not all " "the data will be relevant for a cloud administrator to monitor." msgstr "" @@ -21311,7 +21485,7 @@ msgstr "" #: ../telemetry-data-collection.rst:41 msgid "" -"The Telemetry module has a separate agent that is responsible for consuming " +"The Telemetry service has a separate agent that is responsible for consuming " "notifications, namely the notification agent. This component is responsible " "for consuming from the message bus and transforming notifications into " "events and measurement samples. Beginning in the Liberty release, the " @@ -21325,7 +21499,7 @@ msgstr "" msgid "" "The different OpenStack services emit several notifications about the " "various types of events that happen in the system during normal operation. " -"Not all these notifications are consumed by the Telemetry module, as the " +"Not all these notifications are consumed by the Telemetry service, as the " "intention is only to capture the billable events and notifications that can " "be used for monitoring or profiling purposes. The notification agent filters " "by the event type, that is contained by each notification message. The " @@ -21502,7 +21676,7 @@ msgstr "" # #-#-#-#-# telemetry-data-collection.pot (Cloud Administrator Guide 0.9) #-#-#-#-# # #-#-#-#-# telemetry-measurements.pot (Cloud Administrator Guide 0.9) #-#-#-#-# #: ../telemetry-data-collection.rst:115 ../telemetry-measurements.rst:1249 -msgid "Orchestration module" +msgid "Orchestration service" msgstr "" #: ../telemetry-data-collection.rst:115 @@ -21654,7 +21828,7 @@ msgstr "" #: ../telemetry-data-collection.rst:204 msgid "" -"The Telemetry module is intended to store a complex picture of the " +"The Telemetry service is intended to store a complex picture of the " "infrastructure. This goal requires additional information than what is " "provided by the events and notifications published by each service. Some " "information is not emitted directly, like resource usage of the VM instances." @@ -21740,7 +21914,7 @@ msgstr "" #: ../telemetry-data-collection.rst:275 msgid "" -"To install and configure this service use the `Install the Telemetry module " +"To install and configure this service use the `Add the Telemetry service " "`__ " "section in the OpenStack Installation Guide." msgstr "" @@ -21798,7 +21972,7 @@ msgstr "" msgid "" "The list of collected meters can be found in :ref:`telemetry-compute-" "meters`. The support column provides the information that which meter is " -"available for each hypervisor supported by the Telemetry module." +"available for each hypervisor supported by the Telemetry service." msgstr "" #: ../telemetry-data-collection.rst:318 @@ -21995,9 +22169,9 @@ msgstr "" #: ../telemetry-data-collection.rst:454 msgid "" -"While most parts of the data collection in the Telemetry module are " +"While most parts of the data collection in the Telemetry service are " "automated, Telemetry provides the possibility to submit samples via the REST " -"API to allow users to send custom samples into this module." +"API to allow users to send custom samples into this service." msgstr "" #: ../telemetry-data-collection.rst:458 @@ -22581,7 +22755,7 @@ msgstr "" #: ../telemetry-data-collection.rst:865 msgid "" -"The Telemetry module collects a subset of the meters by filtering " +"The Telemetry service collects a subset of the meters by filtering " "notifications emitted by other OpenStack services. Starting with the Liberty " "release, you can find the meter definitions in a separate configuration " "file, called :file:`ceilometer/meter/data/meter.yaml`. This enables " @@ -22677,8 +22851,8 @@ msgid "" "This script outputs what volumes or snapshots were created, deleted, or " "exists in a given period of time and some information about these volumes or " "snapshots. Information about the existence and size of volumes and snapshots " -"is store in the Telemetry module. This data is also stored as an event which " -"is the recommended usage as it provides better indexing of data." +"is store in the Telemetry service. This data is also stored as an event " +"which is the recommended usage as it provides better indexing of data." msgstr "" #: ../telemetry-data-collection.rst:979 @@ -22693,7 +22867,7 @@ msgstr "" #: ../telemetry-data-collection.rst:988 msgid "" -"The Telemetry module has a separate service that is responsible for " +"The Telemetry service has a separate service that is responsible for " "persisting the data that comes from the pollsters or is received as " "notifications. The data can be stored in a file or a database back end, for " "which the list of supported databases can be found in :ref:`telemetry-" @@ -22804,7 +22978,7 @@ msgstr "" #: ../telemetry-data-collection.rst:1054 msgid "" -"The Telemetry module supports sending samples to an external HTTP target. " +"The Telemetry service supports sending samples to an external HTTP target. " "The samples are sent without any modification. To set this option as the " "collector's target, the ``dispatcher`` has to be changed to ``http`` in the :" "file:`ceilometer.conf` configuration file. For the list of options that you " @@ -22832,7 +23006,7 @@ msgstr "" #: ../telemetry-data-collection.rst:1072 msgid "" -"The Telemetry module supports sending the metering data to Gnocchi back end " +"The Telemetry service supports sending the metering data to Gnocchi back end " "through the gnocchi dispatcher. To set this option as the target, change the " "``dispatcher`` to ``gnocchi`` in the :file:`ceilometer.conf` configuration " "file." @@ -22852,11 +23026,11 @@ msgstr "" #: ../telemetry-data-retrieval.rst:5 msgid "" -"The Telemetry module offers several mechanisms from which the persisted data " -"can be accessed. As described in :ref:`telemetry-system-architecture` and " -"in :ref:`telemetry-data-collection`, the collected information can be stored " -"in one or more database back ends, which are hidden by the Telemetry RESTful " -"API." +"The Telemetry service offers several mechanisms from which the persisted " +"data can be accessed. As described in :ref:`telemetry-system-architecture` " +"and in :ref:`telemetry-data-collection`, the collected information can be " +"stored in one or more database back ends, which are hidden by the Telemetry " +"RESTful API." msgstr "" #: ../telemetry-data-retrieval.rst:12 @@ -22873,7 +23047,7 @@ msgstr "" #: ../telemetry-data-retrieval.rst:19 msgid "" -"The Telemetry module provides a RESTful API, from which the collected " +"The Telemetry service provides a RESTful API, from which the collected " "samples and all the related information can be retrieved, like the list of " "meters, alarm definitions and so forth." msgstr "" @@ -23155,7 +23329,7 @@ msgstr "" #: ../telemetry-data-retrieval.rst:180 msgid "" -"The Telemetry module provides a command line client, with which the " +"The Telemetry service provides a command line client, with which the " "collected data is available just as the alarm definition and retrieval " "options. The client uses the Telemetry RESTful API in order to execute the " "requested operations." @@ -23172,7 +23346,7 @@ msgstr "" #: ../telemetry-data-retrieval.rst:193 msgid "" -"The Telemetry module captures the user-visible resource usage data. " +"The Telemetry service captures the user-visible resource usage data. " "Therefore the database will not contain any data without the existence of " "these resources, like VM images in the OpenStack Image service." msgstr "" @@ -23376,7 +23550,7 @@ msgstr "" #: ../telemetry-data-retrieval.rst:468 msgid "" -"The Telemetry module provides several transport methods to forward the data " +"The Telemetry service provides several transport methods to forward the data " "collected to the ceilometer-collector service or to an external system. The " "consumers of this data are widely different, like monitoring systems, for " "which data loss is acceptable and billing systems, which require reliable " @@ -23394,8 +23568,8 @@ msgstr "" #: ../telemetry-data-retrieval.rst:480 msgid "" "To solve the above mentioned problem, the notion of multi-publisher can be " -"configured for each datapoint within the Telemetry module, allowing the same " -"technical meter or event to be published multiple times to multiple " +"configured for each datapoint within the Telemetry service, allowing the " +"same technical meter or event to be published multiple times to multiple " "destinations, each potentially using a different transport." msgstr "" @@ -23596,9 +23770,9 @@ msgstr "" #: ../telemetry-events.rst:5 msgid "" -"In addition to meters, the Telemetry module collects events triggered within " -"an OpenStack environment. This section provides a brief summary of the " -"events format in the Telemetry module." +"In addition to meters, the Telemetry service collects events triggered " +"within an OpenStack environment. This section provides a brief summary of " +"the events format in the Telemetry service." msgstr "" #: ../telemetry-events.rst:9 @@ -23616,7 +23790,7 @@ msgstr "" #: ../telemetry-events.rst:17 msgid "" -"To enable the creation and storage of events in the Telemetry module " +"To enable the creation and storage of events in the Telemetry service " "``store_events`` option needs to be set to ``True``. For further " "configuration options, see the event section in the `OpenStack Configuration " "Reference `__ in the *OpenStack Configuration " @@ -27225,7 +27399,7 @@ msgstr "" #: ../telemetry-troubleshooting-guide.rst:7 msgid "" -"The Telemetry module has similar log settings as the other OpenStack " +"The Telemetry service has similar log settings as the other OpenStack " "services. Multiple options are available to change the target of logging, " "the format of the log entries and the log levels." msgstr "" @@ -27371,25 +27545,26 @@ msgstr "" #: ../telemetry.rst:15 msgid "" -"The Telemetry module was originally designed to support billing systems for " +"The Telemetry service was originally designed to support billing systems for " "OpenStack cloud resources. This project only covers the metering portion of " -"the required processing for billing. This module collects information about " +"the required processing for billing. This service collects information about " "the system and stores it in the form of samples in order to provide data " "about anything that can be billed." msgstr "" #: ../telemetry.rst:21 msgid "" -"In addition to system measurements, the Telemetry module also captures event " -"notifications triggered when various actions are executed in the OpenStack " -"system. This data is captured as Events and stored alongside metering data." +"In addition to system measurements, the Telemetry service also captures " +"event notifications triggered when various actions are executed in the " +"OpenStack system. This data is captured as Events and stored alongside " +"metering data." msgstr "" #: ../telemetry.rst:26 msgid "" "The list of meters is continuously growing, which makes it possible to use " "the data collected by Telemetry for different purposes, other than billing. " -"For example, the autoscaling feature in the Orchestration module can be " +"For example, the autoscaling feature in the Orchestration service can be " "triggered by alarms this module sets and then gets notified within Telemetry." msgstr "" diff --git a/doc/arch-design/locale/zh_CN.po b/doc/arch-design/locale/zh_CN.po index c4e0378d9a..0e9091a9ae 100644 --- a/doc/arch-design/locale/zh_CN.po +++ b/doc/arch-design/locale/zh_CN.po @@ -7,16 +7,17 @@ # 颜海峰 , 2015 # # +# Jimmy Li , 2015. #zanata # OpenStack Infra , 2015. #zanata msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-28 05:15+0000\n" +"POT-Creation-Date: 2015-10-30 03:19+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-09-02 02:18+0000\n" -"Last-Translator: openstackjenkins \n" +"PO-Revision-Date: 2015-10-30 03:26+0000\n" +"Last-Translator: Jimmy Li \n" "Language: zh-CN\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 3.7.1\n" @@ -532,6 +533,15 @@ msgstr "" "一个安全域在一个系统下包括让用户、应用、服务器和网络共享通用的信任需求和预" "期。典型情况是他们有相同的认证和授权的需求和用户。" +msgid "" +"A security domain comprises users, applications, servers or networks that " +"share common trust requirements and expectations within a system. Typically, " +"security domains have the same authentication and authorization requirements " +"and users." +msgstr "" +"一个安全域在一个系统下包括让用户、应用、服务器和网络共享通用的信任需求和预" +"期。典型情况下安全域有相同的认证和授权的需求和用户。" + msgid "A shared application development platform" msgstr "共享的应用开发平台" @@ -1144,6 +1154,13 @@ msgstr "" "CPU,增加整台服务器的内存,要视运行的应用是需要CPU更紧张,还是需要内存更急切," "以及需要多少。" +msgid "" +"Compute intensive workloads may be CPU intensive, RAM intensive, or both; " +"they are not typically storage or network intensive." +msgstr "" +"计算密集型负载可能是CPU 密集型,RAM 密集型或者两者同时。他们不是典型的存储或" +"网络密集型。" + msgid "Compute limits" msgstr "计算限制" @@ -1166,6 +1183,9 @@ msgstr "" msgid "Compute resources" msgstr "计算资源" +msgid "Compute-focused workloads may include the following use cases:" +msgstr "计算型负载可能包括如下使用情况:" + msgid "" "Configuration management tools such as Puppet and Chef enable operations " "staff to categorize systems into groups based on their roles and thus create " @@ -1290,6 +1310,9 @@ msgid "" "management to meet data archival requirements." msgstr "确保持久化数据的保管和记录管理以符合数据档案化需求的数据保留政策。" +msgid "Data security domains" +msgstr "数据安全域" + msgid "" "Data sovereignty policies governing the storage of data in foreign countries " "or otherwise separate jurisdictions." @@ -2434,6 +2457,9 @@ msgstr "" msgid "Management" msgstr "管理" +msgid "Management security domains" +msgstr "管理安全域" + msgid "Management software" msgstr "管理软件" @@ -2698,6 +2724,9 @@ msgstr "网络" msgid "Networking (neutron)" msgstr "网络 (neutron)" +msgid "Networking Security" +msgstr "网络安全" + msgid "" "Networking at the frame level says nothing about the presence or absence of " "IP addresses at the packet level. Almost all ports, links, and devices on a " @@ -3265,6 +3294,9 @@ msgstr "公有" msgid "Public cloud" msgstr "公有云" +msgid "Public security domains" +msgstr "公共安全域" + msgid "" "Put your eggs in multiple baskets: Leverage multiple providers, geographic " "regions and availability zones to accommodate for local availability issues. " @@ -3537,6 +3569,12 @@ msgstr "" msgid "Security" msgstr "安全性" +msgid "Security and legal requirements" +msgstr "安全和法律要求" + +msgid "Security domains" +msgstr "安全域" + msgid "Security levels" msgstr "安全级别" @@ -4322,6 +4360,11 @@ msgstr "" "此应用将南北向的流量的优先级设置得比东西向的流量的优先级更高:南北向的流量与" "面向客户的数据相关。" +msgid "" +"This chapter discusses the legal and security requirements you need to " +"consider for the different OpenStack scenarios." +msgstr "这个章节讨论你需要为不同的 OpenStack 场景下的安全和法律要求。" + msgid "" "This decreases density by 50% (only 8 servers in 10 U) if a full width or " "full height option is used." diff --git a/doc/cli-reference/locale/cli-reference.pot b/doc/cli-reference/locale/cli-reference.pot index 5beb94155d..6df3a022d0 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-10-21 06:27+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1078,7 +1078,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_designate_commands.xml:395(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:426(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:477(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:580(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:645(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:711(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:790(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:868(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:903(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1194(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1244(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1302(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1333(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1372(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:542(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:575(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:612(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:649(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:666(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:690(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:707(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:724(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:766(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:791(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:815(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:832(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:862(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:898(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:931(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:969(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1079(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1104(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1122(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1271(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1391(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:718(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:735(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:752(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:778(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:824(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:841(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:995(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1012(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1056(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1075(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1181(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1229(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1257(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1356(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1381(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1482(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1500(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1543(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1568(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1585(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1612(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1644(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1716(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1738(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1867(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2153(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2203(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2363(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2380(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:953(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:999(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1197(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1215(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1253(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1325(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1361(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1392(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1410(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1447(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1490(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1602(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1670(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1866(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1937(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1970(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2107(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2238(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2322(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2356(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2433(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2564(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2585(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2746(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2777(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2850(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3035(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3053(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3078(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3100(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3180(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3240(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3257(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3274(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3301(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3346(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3363(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3472(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3508(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3539(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3556(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3581(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3598(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3625(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3672(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3689(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3739(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3758(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:516(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:533(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:722(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:768(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:942(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:978(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1039(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1250(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1412(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1448(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1473(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1678(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1726(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1763(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1828(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1926(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1943(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1960(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1980(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2017(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2060(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2096(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2121(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2139(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2184(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2221(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2267(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2336(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2354(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2392(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2470(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2503(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2532(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2569(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2594(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2611(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2636(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2672(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2697(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2850(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:926(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1107(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1125(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1188(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1217(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1261(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1332(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1405(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1422(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1439(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1464(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1496(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1579(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1633(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1763(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1807(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1832(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1873(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1891(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1920(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1937(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1954(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2057(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2090(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2115(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2165(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2190(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2231(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2248(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2273(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2316(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2344(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2361(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2386(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2427(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2463(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2518(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2570(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2607(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2651(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2668(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2748(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2066(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2240(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2295(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2447(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2562(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2721(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2883(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3029(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3137(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3191(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3288(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3333(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3426(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3487(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3688(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3766(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3805(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3945(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4344(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4700(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4857(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4919(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5004(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5152(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5521(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5576(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5634(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5688(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6004(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6042(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6172(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6226(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6348(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6655(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6776(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6834(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6945(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7221(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7274(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7320(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7957(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8057(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8142(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8265(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8378(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8423(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8561(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8712(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8875(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9048(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9091(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9152(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9275(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9345(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9466(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9524(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9808(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9877(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9932(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9971(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10085(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10346(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10401(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10594(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10661(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10985(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11402(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11534(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11595(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11715(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11771(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11839(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12010(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12307(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12376(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12493(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12548(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12667(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12703(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12804(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12852(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13045(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13133(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13189(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13311(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13439(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13540(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13671(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13730(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13785(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13931(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14213(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14272(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14481(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14871(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14992(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15107(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15332(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15519(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15639(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15693(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2003(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2111(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2145(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2186(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2211(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2253(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2328(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2411(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2455(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2472(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2587(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2611(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2643(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2921(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2987(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3032(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3060(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3077(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3123(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3152(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3181(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3206(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3274(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3321(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3338(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3372(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3422(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3535(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3552(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3610(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3628(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3665(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3701(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3735(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3752(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3808(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3825(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3853(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3878(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3906(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3931(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3956(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3984(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4002(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4043(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4114(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4147(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4166(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4219(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4289(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4334(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4368(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4402(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4419(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4444(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4463(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4507(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4532(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4549(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4586(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4610(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4836(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4854(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4900(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4917(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4950(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5012(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5037(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5069(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5269(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5288(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5340(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5357(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5374(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5403(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5620(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5774(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5813(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5905(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5923(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5948(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5973(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6000(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6037(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6083(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6119(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6136(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6153(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6170(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6187(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6205(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6247(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6297(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6346(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6371(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6390(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6432(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6482(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6555(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6572(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6605(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6630(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6647(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6681(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6698(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6734(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6759(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6820(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6837(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6854(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6871(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6902(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6984(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7001(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7018(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7035(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7061(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7085(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7102(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7119(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7136(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7153(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7238(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7297(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7330(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7356(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:218(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:257(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:303(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:351(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:423(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:151(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:187(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:223(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:251(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:312(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:436(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:464(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:492(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:529(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:562(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:604(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:649(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:711(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:753(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:874(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:926(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:982(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1136(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1242(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1284(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1328(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1389(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1442(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1572(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1668(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1757(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1799(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1884(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1984(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2053(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2081(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2157(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2228(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2592(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2677(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2718(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2750(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2820(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2991(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3117(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3219(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3265(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3312(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3490(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3518(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3554(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3590(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3630(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3658(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3805(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3857(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4071(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4138(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4210(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4243(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4279(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4322(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4406(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4450(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4499(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4607(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4659(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4787(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4940(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5108(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5156(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5204(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5240(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5305(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5353(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5386(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5422(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5488(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5541(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5608(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5656(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5684(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5720(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5781(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5950(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5991(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6188(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6220(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6297(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6325(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6382(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6434(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6470(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6540(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6600(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6630(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6727(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6827(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6855(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6883(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6911(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6939(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6981(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7026(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7086(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7127(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7180(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7298(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7326(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7383(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7504(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7659(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7698(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7786(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7825(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7934(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8025(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8067(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8113(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8143(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8208(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8249(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8277(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8316(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8381(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8414(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8451(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8509(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8550(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8578(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8615(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8760(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8809(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8849(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8986(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9051(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9085(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9145(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9195(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9259(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9290(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9417(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9465(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9536(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9587(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9682(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9741(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9793(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9886(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9942(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10041(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10111(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10163(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10229(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10262(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10299(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10347(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10387(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10419(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10456(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10512(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10560(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10594(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10646(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10705(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11042(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11112(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11239(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11348(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11445(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11497(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:197(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:233(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:261(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:292(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:320(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:380(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:413(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:460(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:488(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:539(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:657(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:688(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:739(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:798(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:881(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:933(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:964(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:992(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1020(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1071(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1118(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1191(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1219(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1247(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1309(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1349(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1377(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1436(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1486(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1550(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1586(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1645(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1697(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1736(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:970(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1499(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1907(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2561(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2610(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2627(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2644(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2893(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3139(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3333(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3512(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:447(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:478(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:795(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1138(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1202(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1219(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1236(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1303(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1331(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1349(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1385(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1545(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1614(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1678(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1814(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1891(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1915(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1936(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2002(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2051(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2224(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2345(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2389(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2468(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2493(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2522(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2548(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2565(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2582(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2623(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2640(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2661(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2730(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2747(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2770(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2878(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2940(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2958(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2983(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3040(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3076(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3112(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3187(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3207(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3263(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3323(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3375(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3401(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3438(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3471(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3488(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3665(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3708(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3725(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3766(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3822(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3902(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3966(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3983(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4000(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4067(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4113(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4149(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4201(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4220(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4309(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4358(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4378(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4578(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4598(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4655(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4700(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4766(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4798(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4815(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4850(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4988(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5075(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5126(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5153(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5206(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5232(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5257(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5286(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5312(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5329(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5346(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5387(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5404(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5425(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5477(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5494(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5511(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5534(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5618(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5642(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5704(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5722(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5747(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5804(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5840(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5876(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5926(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5951(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5971(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6027(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6087(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6121(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6139(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6165(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6202(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6235(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6252(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6277(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6305(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6339(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6429(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6472(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6489(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6530(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6566(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6586(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:584(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:601(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:745(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:803(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:820(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:855(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:872(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:906(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:934(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:951(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:968(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1076(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1093(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1187(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1298(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1315(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:294(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:358(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:506(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:692(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:753(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:628(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:787(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:816(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:857(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:874(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:893(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1012(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1029(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1046(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1248(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1284(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1310(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1347(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1373(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1415(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1453(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1470(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1504(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1523(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1604(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1735(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_designate_commands.xml:395(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:426(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:477(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:580(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:611(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:645(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:711(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:790(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:868(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:903(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1194(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1244(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1302(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1333(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1372(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:542(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:575(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:612(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:649(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:666(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:690(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:707(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:724(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:749(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:766(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:791(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:815(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:832(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:862(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:898(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:931(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:969(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1005(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1079(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1104(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1122(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1271(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1288(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1391(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:718(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:735(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:752(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:778(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:824(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:841(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:995(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1012(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1056(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1075(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1181(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1229(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1257(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1318(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1356(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1381(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1417(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1482(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1500(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1543(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1568(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1585(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1612(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1644(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1716(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1738(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1867(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2153(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2170(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2203(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2363(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2380(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:953(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:999(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1024(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1102(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1197(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1215(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1253(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1325(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1361(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1392(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1410(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1447(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1490(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1602(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1638(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1670(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1866(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1937(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1970(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1987(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2107(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2238(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2322(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2356(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2433(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2564(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2585(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2746(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2777(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2850(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3010(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3035(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3053(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3078(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3100(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3180(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3240(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3257(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3274(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3301(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3346(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3363(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3472(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3508(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3539(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3556(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3581(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3598(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3625(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3672(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3689(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3739(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3758(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:516(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:533(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:722(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:768(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:942(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:978(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1039(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1250(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1412(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1448(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1473(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1678(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1726(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1763(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1791(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1828(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1926(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1943(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1960(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1980(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2017(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2060(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2096(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2121(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2139(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2184(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2221(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2267(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2336(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2354(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2392(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2470(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2503(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2532(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2569(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2594(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2611(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2636(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2672(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2697(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2739(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2850(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:926(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:971(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1069(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1107(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1125(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1170(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1188(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1217(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1261(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1304(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1332(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1405(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1422(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1439(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1464(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1496(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1535(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1579(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1633(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1763(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1807(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1832(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1873(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1891(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1920(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1937(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1954(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1997(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2057(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2090(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2115(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2148(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2165(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2190(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2231(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2248(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2273(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2298(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2316(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2344(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2361(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2386(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2410(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2427(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2444(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2463(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2518(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2570(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2607(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2651(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2668(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2712(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2748(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2788(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2066(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2119(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2240(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2295(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2339(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2447(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2562(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2721(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2883(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2973(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3029(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3137(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3191(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3288(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3333(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3426(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3487(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3565(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3688(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3766(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3805(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3945(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4050(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4223(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4344(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4448(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4569(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4631(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4700(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4737(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4857(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4919(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5004(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5152(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5399(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5521(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5576(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5634(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5688(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5786(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5840(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6004(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6042(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6172(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6226(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6348(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6520(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6655(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6776(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6834(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6892(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6945(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6991(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7221(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7274(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7320(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7502(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7624(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7957(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8011(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8057(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8142(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8265(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8324(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8378(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8423(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8509(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8561(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8649(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8712(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8875(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9048(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9091(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9152(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9275(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9345(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9466(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9524(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9690(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9808(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9877(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9932(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9971(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10085(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10139(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10259(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10346(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10401(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10594(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10661(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10985(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11196(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11312(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11402(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11467(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11534(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11595(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11715(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11771(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11839(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11924(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12010(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12307(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12376(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12493(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12548(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12599(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12667(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12703(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12804(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12852(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13045(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13133(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13189(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13258(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13311(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13439(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13540(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13671(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13730(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13785(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13931(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14213(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14272(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14481(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14601(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14660(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14767(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14871(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14992(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15047(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15107(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15211(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15332(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15441(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15519(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15639(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15693(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2003(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2028(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2111(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2145(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2186(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2211(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2253(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2277(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2302(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2328(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2411(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2455(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2472(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2587(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2611(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2643(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2921(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2938(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2963(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2987(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3032(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3060(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3077(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3123(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3152(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3181(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3206(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3274(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3321(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3338(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3355(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3372(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3422(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3535(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3552(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3610(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3628(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3665(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3701(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3735(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3752(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3808(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3825(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3853(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3878(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3906(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3931(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3956(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3984(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4002(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4043(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4114(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4147(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4166(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4219(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4236(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4272(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4290(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4345(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4379(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4413(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4430(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4455(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4474(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4518(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4543(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4560(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4597(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4621(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4847(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4865(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4911(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4928(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4961(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5023(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5048(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5080(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5280(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5299(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5351(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5368(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5385(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5414(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5631(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5785(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5824(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5916(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5934(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5959(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5984(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6011(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6048(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6065(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6094(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6130(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6147(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6164(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6181(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6198(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6216(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6258(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6308(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6357(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6382(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6401(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6443(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6493(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6566(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6583(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6616(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6641(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6658(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6692(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6709(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6745(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6770(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6831(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6848(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6865(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6882(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6913(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6995(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7012(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7029(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7046(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7072(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7096(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7113(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7130(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7147(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7164(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7249(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7283(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7308(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7341(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7367(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:218(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:257(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:303(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:351(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:423(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:463(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:151(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:187(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:223(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:251(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:312(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:392(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:436(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:464(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:492(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:529(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:562(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:604(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:649(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:711(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:753(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:874(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:926(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:982(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1022(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1136(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1242(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1284(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1328(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1389(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1442(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1572(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1668(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1757(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1799(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1856(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1884(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1984(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2012(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2053(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2081(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2157(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2228(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2491(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2592(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2677(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2718(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2750(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2820(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2991(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3117(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3219(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3265(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3312(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3490(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3518(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3554(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3590(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3630(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3658(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3805(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3857(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4071(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4138(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4210(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4243(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4279(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4322(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4406(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4450(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4499(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4607(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4659(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4728(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4787(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4940(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5108(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5156(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5204(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5240(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5305(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5353(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5386(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5422(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5488(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5541(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5608(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5656(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5684(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5720(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5781(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5950(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5991(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6188(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6220(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6297(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6325(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6382(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6434(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6470(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6510(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6540(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6600(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6630(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6687(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6727(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6827(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6855(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6883(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6911(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6939(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6981(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7026(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7086(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7127(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7180(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7241(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7298(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7326(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7383(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7504(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7588(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7659(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7698(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7786(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7825(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7934(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8025(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8067(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8113(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8143(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8208(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8249(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8277(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8316(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8381(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8414(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8451(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8509(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8550(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8578(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8615(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8760(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8809(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8849(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8882(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8935(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8986(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9051(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9085(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9145(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9195(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9259(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9290(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9417(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9465(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9536(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9587(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9682(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9741(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9793(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9886(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9942(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10041(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10111(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10163(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10229(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10262(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10299(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10347(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10387(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10419(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10456(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10512(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10560(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10594(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10646(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10705(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10998(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11042(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11112(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11165(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11239(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11348(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11445(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11497(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:197(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:233(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:261(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:292(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:320(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:380(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:413(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:460(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:488(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:539(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:657(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:688(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:739(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:767(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:798(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:849(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:881(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:933(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:964(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:992(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1020(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1071(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1118(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1191(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1219(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1247(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1309(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1349(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1377(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1436(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1486(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1550(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1586(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1645(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1697(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1736(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:810(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:970(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1499(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1907(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2351(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2561(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2610(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2627(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2644(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2893(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3139(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3333(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3512(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:328(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:447(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:478(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:795(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:827(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1138(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1202(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1219(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1236(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1303(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1331(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1349(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1385(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1437(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1456(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1545(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1594(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1614(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1678(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1814(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1834(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1891(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1915(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1936(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2002(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2034(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2051(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2086(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2224(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2311(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2345(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2389(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2468(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2493(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2522(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2548(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2565(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2582(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2623(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2640(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2661(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2713(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2730(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2747(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2770(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2878(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2940(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2958(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2983(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3040(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3076(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3112(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3162(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3187(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3207(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3263(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3323(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3375(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3401(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3438(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3471(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3488(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3513(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3575(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3665(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3708(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3725(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3766(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3802(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3822(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3902(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3966(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3983(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4000(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4067(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4113(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4149(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4201(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4220(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4309(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4358(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4378(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4442(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4578(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4598(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4655(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4679(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4700(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4766(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4798(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4815(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4850(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4988(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5075(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5109(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5126(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5153(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5206(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5232(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5257(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5286(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5312(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5329(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5346(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5387(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5404(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5425(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5477(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5494(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5511(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5534(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5618(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5642(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5668(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5704(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5722(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5747(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5804(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5840(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5876(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5926(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5951(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5971(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6027(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6087(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6121(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6139(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6165(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6202(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6235(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6252(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6277(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6305(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6339(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6429(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6472(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6489(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6530(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6566(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6586(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:560(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:584(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:601(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:745(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:769(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:803(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:820(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:855(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:872(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:889(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:906(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:934(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:951(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:968(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1052(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1076(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1093(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1187(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1274(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1298(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1315(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:294(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:358(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:506(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:571(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:692(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:753(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:628(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:713(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:787(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:816(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:857(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:874(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:893(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1012(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1029(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1046(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1063(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1248(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1284(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1310(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1347(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1373(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1415(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1453(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1470(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1504(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1523(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1604(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1735(title) msgid "Positional arguments" msgstr "" @@ -1130,7 +1130,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_designate_commands.xml:306(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:343(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:406(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:437(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:456(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:488(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:521(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:622(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:656(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:722(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:809(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:848(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:879(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:922(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1029(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1048(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1067(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1088(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1116(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1135(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1205(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1224(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1255(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1313(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1352(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1383(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:553(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:586(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:623(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:909(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:950(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1045(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1062(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1164(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1330(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1373(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1402(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1469(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:751(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:785(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:826(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:843(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:876(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:910(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1002(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1059(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1092(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1199(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1224(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1301(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:1382(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1444(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1649(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1709(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1726(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1793(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1833(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:789(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:852(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:887(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:978(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1086(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1293(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1400(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1436(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1462(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1511(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1623(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1655(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1888(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2039(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2181(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2214(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:981(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1051(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1132(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1226(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1264(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1336(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1372(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1421(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1613(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1895(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2031(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2118(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2184(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2209(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2333(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2456(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2596(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2663(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2757(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2798(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2878(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3111(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3199(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3312(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3384(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3491(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3519(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3645(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3722(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:544(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:579(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:779(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1003(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1068(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1311(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1423(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1520(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1689(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1737(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1774(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1871(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1892(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1991(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2071(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2166(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2203(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2240(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2278(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2373(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2411(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2514(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2543(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2722(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2773(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2801(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1080(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1199(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1234(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1351(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1476(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1516(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1598(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1652(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1902(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2021(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2327(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2474(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2545(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2589(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2634(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2695(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2731(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2767(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2077(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2162(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2251(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2306(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2350(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2379(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2458(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2581(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2642(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2673(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2732(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2806(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2894(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2925(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3040(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3202(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3245(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3307(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3352(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3380(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3437(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3576(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3607(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3699(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3872(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3964(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4006(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4061(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4108(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4589(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4642(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4711(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4780(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4868(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4930(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5046(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5163(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5253(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5443(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5532(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5645(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5707(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5752(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5797(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5860(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6062(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6183(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6237(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6390(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6478(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6564(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6666(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6697(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6845(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6956(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7144(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7232(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7285(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7331(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7385(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7689(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7879(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7968(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8185(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8276(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8335(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8389(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8434(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8528(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8572(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8668(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8731(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8783(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8886(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9006(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9059(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9163(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9294(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9388(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9477(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9535(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9701(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9827(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9888(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9943(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10038(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10096(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10150(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10179(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10412(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10470(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10672(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10996(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11115(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11207(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11421(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11545(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11606(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11963(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12021(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12064(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12174(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12416(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12714(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12760(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12826(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12905(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13056(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13144(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13200(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13322(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13354(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13450(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13551(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13585(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13682(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13796(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13844(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13950(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14136(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14224(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14283(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14492(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14524(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14612(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14671(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14778(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14882(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15003(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15058(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15118(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15222(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15254(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15343(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15461(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15530(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15562(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15650(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2430(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2546(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2654(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2887(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2998(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3015(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3043(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3104(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3134(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3241(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3397(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3493(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3585(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3647(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3676(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3718(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3889(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3967(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4013(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4096(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4177(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4202(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4247(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4308(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4351(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4474(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4560(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4627(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4659(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4873(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4961(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4979(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5080(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5299(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5322(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5414(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5539(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5556(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5581(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5631(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5785(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5832(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6011(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6065(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6102(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6531(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6664(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6717(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6778(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6795(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6882(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6913(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7170(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7205(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:238(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:284(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:331(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:406(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:491(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:508(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:533(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:559(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:162(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:198(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:234(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:270(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:295(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:323(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:367(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:403(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:447(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:475(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:503(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:540(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:615(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:660(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:682(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:764(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:843(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:885(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:937(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:957(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1001(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1033(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1058(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1171(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1253(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1296(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1339(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1400(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1420(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1493(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1687(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1724(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1810(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1867(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1895(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1919(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1995(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2023(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2064(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2092(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2122(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2168(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2198(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2239(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2281(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2341(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2363(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2403(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2624(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2688(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2791(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2831(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2853(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2913(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2954(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3128(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3151(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3238(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3276(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3323(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3501(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3537(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3573(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3609(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3669(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3690(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3711(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3747(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3780(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3816(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3868(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3898(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3961(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4004(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4082(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4103(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4149(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4221(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4262(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4298(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4333(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4425(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4469(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4518(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4535(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4581(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4670(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4759(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4798(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4871(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4951(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5119(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5167(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5215(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5251(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5272(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5316(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5364(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5397(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5433(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5455(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5499(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5552(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5585(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5619(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5667(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5703(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5792(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5961(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6048(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6199(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6231(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6308(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6336(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6393(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6453(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6489(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6551(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6611(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6641(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6698(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6738(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6838(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6866(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6894(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6922(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6950(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7037(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7057(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7097(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7138(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7213(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7252(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7309(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7337(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7366(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7394(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7415(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7454(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7515(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7599(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7620(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7670(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7709(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7945(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7976(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8044(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8078(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8124(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8219(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8260(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8288(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8327(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8425(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8462(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8484(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8520(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8561(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8589(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8674(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8735(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8771(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8792(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8820(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8901(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8967(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8997(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9062(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9096(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9156(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9176(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9206(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9301(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9371(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9429(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9476(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9508(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9547(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9598(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9645(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9701(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9752(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9804(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9834(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9905(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9953(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10052(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10122(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10143(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10174(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10240(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10273(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10310(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10358(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10430(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10467(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10487(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10523(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10571(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10605(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10657(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10678(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10716(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10772(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10794(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10834(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10896(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11053(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11123(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11144(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11176(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11250(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11281(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11367(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11456(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11508(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11525(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:208(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:244(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:272(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:303(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:331(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:359(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:391(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:424(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:471(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:499(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:518(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:550(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:608(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:668(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:778(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:809(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:908(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:975(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1003(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1050(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1082(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1137(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1172(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1202(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1230(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1258(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1289(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1320(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1419(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1447(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1466(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1497(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1528(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1561(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1597(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1628(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1656(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1708(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1747(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:998(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1313(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1703(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1918(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2139(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2572(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2591(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2689(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3104(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3191(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3268(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3306(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3356(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3460(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3477(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3530(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3584(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3602(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:359(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:404(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:458(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:489(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:511(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:572(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:710(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:741(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:761(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:806(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:838(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:891(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:965(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1149(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1262(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1314(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1403(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1467(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1503(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1557(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1577(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1625(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1690(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2069(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2244(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2408(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2504(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2672(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2781(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2923(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2994(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3059(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3137(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3218(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3281(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3420(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3524(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3558(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3593(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3619(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3637(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3676(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3777(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3841(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3913(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4026(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4078(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4167(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:4321(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4341(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4389(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4454(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4618(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4711(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4833(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4888(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5008(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5268(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5436(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5545(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5687(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5758(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5823(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5859(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5901(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6045(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6184(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6213(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6288(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6322(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6383(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6401(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6440(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6605(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:643(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:831(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:917(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:985(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1019(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1128(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1239(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:314(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:380(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:517(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:590(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:673(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:773(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:602(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:647(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:724(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:798(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:921(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:942(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1084(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1185(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1393(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1551(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1570(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1624(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1708(title) +#: ./doc/cli-reference/ch_cli_neutron-debug_commands.xml:282(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:306(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:343(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:406(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:437(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:456(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:488(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:521(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:591(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:622(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:656(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:722(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:809(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:848(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:879(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:922(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1010(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1029(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1048(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1067(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1088(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1116(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1135(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1174(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1205(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1224(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1255(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1313(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1352(title) ./doc/cli-reference/generated/ch_cli_designate_commands.xml:1383(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:553(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:586(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:623(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:873(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:909(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:950(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:980(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1016(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1045(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1062(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1164(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1330(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1373(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1402(title) ./doc/cli-reference/generated/ch_cli_murano_commands.xml:1469(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:694(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:751(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:785(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:826(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:843(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:876(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:910(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1002(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1059(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1092(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1133(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1166(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1199(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1224(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1251(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1301(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:1382(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1408(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1444(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1517(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1541(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1560(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1617(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1649(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1709(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1726(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1759(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1793(title) ./doc/cli-reference/generated/ch_cli_sahara_commands.xml:1833(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:789(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:852(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:887(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:978(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1086(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1204(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1240(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1293(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1400(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1436(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1462(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1511(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1623(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1655(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1749(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:1888(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2039(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2181(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2214(title) ./doc/cli-reference/generated/ch_cli_heat_commands.xml:2398(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:981(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1051(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1113(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1132(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1177(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1226(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1264(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1282(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1336(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1372(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1421(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1458(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1509(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1613(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1696(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1895(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2031(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2050(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2118(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2167(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2184(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2209(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2249(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2333(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2368(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2456(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2596(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2663(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2757(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2798(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2878(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3111(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3199(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3312(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3384(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3491(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3519(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3645(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3722(title) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3769(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:348(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:544(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:579(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:779(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:961(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1003(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1068(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1278(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1311(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1423(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1520(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1689(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1737(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1774(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1802(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1871(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1892(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:1991(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2071(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2166(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2203(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2240(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2278(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2373(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2411(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2514(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2543(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2722(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2773(title) ./doc/cli-reference/generated/ch_cli_glance_commands.xml:2801(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:945(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:990(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1034(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1080(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1152(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1199(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1234(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1351(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1476(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1516(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1598(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1652(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1782(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1902(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:1972(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2021(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2327(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2474(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2545(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2589(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2634(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2695(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2731(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2767(title) ./doc/cli-reference/generated/ch_cli_trove_commands.xml:2807(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2077(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2162(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2251(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2306(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2350(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2379(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2458(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2581(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2642(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2673(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2732(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2806(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2894(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2925(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:2984(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3040(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3089(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3148(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3202(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3245(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3307(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3352(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3380(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3437(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3498(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3576(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3607(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3699(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3777(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3824(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3872(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:3964(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4006(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4061(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4108(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4234(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4266(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4355(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4459(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4589(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4642(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4711(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4748(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4780(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4868(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:4930(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5046(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5163(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5253(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5410(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5443(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5532(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5587(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5645(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5707(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5752(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5797(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5860(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:5896(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6015(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6062(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6094(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6183(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6237(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6281(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6359(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6390(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6478(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6531(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6564(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6666(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6697(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6787(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6845(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6903(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:6956(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7002(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7113(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7144(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7232(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7285(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7331(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7385(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7513(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7635(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7689(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7727(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7879(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:7968(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8022(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8068(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8153(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8185(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8276(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8335(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8389(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8434(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8528(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8572(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8668(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8731(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8783(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8886(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:8918(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9006(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9059(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9102(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9163(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9195(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9294(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9356(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9388(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9477(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9535(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9598(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9701(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9733(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9827(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9888(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9943(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:9990(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10038(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10096(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10150(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10179(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10270(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10357(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10412(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10470(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10515(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10546(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10605(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10672(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10818(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10847(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:10996(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11115(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11207(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11277(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11323(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11421(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11486(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11545(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11606(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11638(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11726(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11782(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11850(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11935(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:11963(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12021(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12064(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12101(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12130(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12174(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12318(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12387(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12416(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12504(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12559(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12610(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12678(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12714(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12760(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12826(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12874(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12905(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:12995(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13056(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13144(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13200(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13269(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13322(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13354(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13450(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13551(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13585(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13682(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13741(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13796(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13844(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13950(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14105(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14136(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14224(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14283(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14492(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14524(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14612(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14671(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14778(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14882(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:14914(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15003(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15058(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15118(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15222(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15254(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15343(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15398(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15461(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15530(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15562(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15650(title) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:15704(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2128(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2430(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2546(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2654(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2887(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2998(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3015(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3043(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3104(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3134(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3241(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3294(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3397(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3493(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3585(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3647(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3676(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3718(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3889(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3967(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4013(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4054(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4096(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4177(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4202(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4247(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4309(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4362(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4485(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4571(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4638(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4670(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4884(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4972(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4990(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5091(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5310(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5333(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5425(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5550(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5567(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5592(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5642(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5796(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5843(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6022(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6076(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6113(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6542(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6675(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6728(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6789(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6806(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6893(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6924(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7181(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7216(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:238(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:284(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:331(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:406(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:434(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:491(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:508(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:533(title) ./doc/cli-reference/generated/ch_cli_trove-manage_commands.xml:559(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:162(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:198(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:234(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:270(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:295(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:323(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:367(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:403(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:447(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:475(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:503(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:540(title) ./doc/cli-reference/generated/ch_cli_tuskar_commands.xml:574(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:581(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:615(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:660(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:682(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:730(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:764(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:843(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:885(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:937(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:957(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1001(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1033(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1058(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1147(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1171(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1253(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1296(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1339(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1368(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1400(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1420(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1493(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1543(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1607(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1629(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1687(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1724(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1768(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1810(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1867(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1895(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1919(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1995(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2023(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2064(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2092(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2122(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2168(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2198(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2239(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2281(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2341(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2363(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2403(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2426(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2502(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2603(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2624(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2688(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2729(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2761(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2791(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2831(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2853(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2913(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2954(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3128(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3151(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3238(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3276(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3323(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3501(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3537(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3573(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3609(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3641(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3669(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3690(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3711(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3747(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3780(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3816(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3868(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3898(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:3961(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4004(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4082(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4103(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4149(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4221(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4262(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4298(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4333(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4425(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4469(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4518(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4535(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4564(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4581(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4670(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4759(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4798(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4871(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4893(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:4951(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5119(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5167(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5215(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5251(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5272(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5316(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5364(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5397(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5433(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5455(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5499(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5552(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5585(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5619(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5667(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5703(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5739(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5792(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:5961(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6002(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6048(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6199(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6231(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6308(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6336(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6393(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6453(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6489(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6521(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6551(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6611(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6641(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6698(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6738(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6838(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6866(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6894(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6922(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6950(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:6993(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7037(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7057(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7097(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7138(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7213(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7252(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7309(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7337(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7366(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7394(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7415(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7454(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7515(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7599(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7620(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7670(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7709(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7797(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7836(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7945(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:7976(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8044(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8078(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8124(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8154(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8191(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8219(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8260(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8288(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8327(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8425(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8462(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8484(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8520(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8561(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8589(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8626(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8674(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8735(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8771(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8792(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8820(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8860(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8901(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8946(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8967(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:8997(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9062(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9096(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9156(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9176(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9206(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9270(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9301(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9371(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9392(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9429(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9476(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9508(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9547(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9598(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9645(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9701(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9752(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9804(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9834(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9905(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:9953(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10052(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10122(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10143(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10174(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10240(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10273(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10310(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10330(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10358(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10398(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10430(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10467(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10487(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10523(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10571(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10605(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10657(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10678(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10716(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10772(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10794(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10834(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:10896(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11009(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11053(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11123(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11144(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11176(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11250(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11281(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11367(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11456(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11476(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11508(title) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:11525(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:208(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:244(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:272(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:303(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:331(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:359(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:391(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:424(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:471(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:499(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:518(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:550(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:608(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:668(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:699(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:719(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:750(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:778(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:809(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:829(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:860(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:908(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:944(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:975(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1003(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1031(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1050(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1082(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1137(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1172(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1202(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1230(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1258(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1289(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1320(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1388(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1419(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1447(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1466(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1497(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1528(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1561(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1597(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1628(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1656(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1675(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1708(title) ./doc/cli-reference/generated/ch_cli_mistral_commands.xml:1747(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:654(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:821(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:998(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1163(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1313(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1510(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1703(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:1918(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2139(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2362(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2572(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2591(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2655(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2689(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:2904(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3104(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3163(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3191(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3230(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3268(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3306(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3356(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3460(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3477(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3530(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3584(title) ./doc/cli-reference/generated/ch_cli_ceilometer_commands.xml:3602(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:339(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:359(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:404(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:458(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:489(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:511(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:572(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:710(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:741(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:761(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:806(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:838(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:891(title) ./doc/cli-reference/generated/ch_cli_barbican_commands.xml:965(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1149(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1262(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1314(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1360(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1403(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1467(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1503(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1557(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1577(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1625(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1690(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1854(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:1947(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2069(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2244(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2408(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2504(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2672(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2781(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2923(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2994(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3059(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3095(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3137(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3218(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3281(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3420(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3449(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3524(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3558(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3593(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3619(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3637(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3676(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3777(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3841(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3913(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4026(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4078(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4124(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4167(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:4321(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4341(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4389(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4454(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4618(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4711(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4833(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4888(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5008(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5172(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5268(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5436(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5545(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5687(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5758(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5823(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5859(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5901(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5982(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6045(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6184(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6213(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6288(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6322(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6357(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6383(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6401(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6440(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6541(title) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:6605(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:510(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:643(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:786(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:831(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:917(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:985(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1019(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1128(title) ./doc/cli-reference/generated/ch_cli_magnum_commands.xml:1239(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:314(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:380(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:517(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:590(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:673(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:733(title) ./doc/cli-reference/generated/ch_cli_swift_commands.xml:773(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:602(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:647(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:724(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:798(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:921(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:942(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1084(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1185(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1267(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1329(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1393(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1427(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1551(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1570(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1624(title) ./doc/cli-reference/generated/ch_cli_ironic_commands.xml:1708(title) msgid "Optional arguments" msgstr "" @@ -4118,15 +4118,15 @@ msgstr "" msgid "List all backend storage pools known to the scheduler (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:311(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2083(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:856(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5371(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:311(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2083(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:856(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5382(para) msgid "List the quotas for a quota class." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:319(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2104(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:864(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5400(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:319(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2104(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:864(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5411(para) msgid "Update the quotas for a quota class." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:327(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2164(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:872(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5536(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:327(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2164(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:872(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5547(para) msgid "List the default quotas for a tenant." msgstr "" @@ -4134,11 +4134,11 @@ msgstr "" msgid "Delete quota for a tenant/user. The quota will revert back to default." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:344(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2206(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:889(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5578(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:344(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2206(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:889(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5589(para) msgid "List the quotas for a tenant/user." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:352(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2235(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:897(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5617(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:352(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2235(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:897(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5628(para) msgid "Update the quotas for a tenant/user." msgstr "" @@ -4314,7 +4314,7 @@ msgstr "" msgid "Print arguments for bash_completion. Prints all of the commands and options to stdout so that the manila.bash_completion script doesn't have to hard code them." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:718(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1853(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1573(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4826(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:718(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1853(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1535(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4837(para) msgid "List all the os-api extensions that are available." msgstr "" @@ -4450,7 +4450,7 @@ msgstr "" msgid "manila cg-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1136(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1286(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1700(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2460(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2882(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3388(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4739(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6535(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1136(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1286(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:1700(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2460(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2882(para) ./doc/cli-reference/generated/ch_cli_manila_commands.xml:3388(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4750(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6546(para) msgid "Display information from all tenants (Admin only)." msgstr "" @@ -4818,7 +4818,7 @@ msgstr "" msgid "manila quota-class-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2090(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5378(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2090(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5389(para) msgid "Name of quota class to list the quotas for." msgstr "" @@ -4826,7 +4826,7 @@ msgstr "" msgid "manila quota-class-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2111(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5407(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2111(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5418(para) msgid "Name of quota class to set the quotas for." msgstr "" @@ -4854,7 +4854,7 @@ msgstr "" msgid "manila quota-defaults" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2171(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5543(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2171(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5554(para) msgid "ID of tenant to list the default quotas for." msgstr "" @@ -4862,11 +4862,11 @@ msgstr "" msgid "manila quota-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2188(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5560(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2188(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5571(para) msgid "ID of tenant to delete quota for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2196(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5568(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2196(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5579(para) msgid "ID of user to delete quota for." msgstr "" @@ -4874,11 +4874,11 @@ msgstr "" msgid "manila quota-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2213(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5585(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2213(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5596(para) msgid "ID of tenant to list the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2221(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5593(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2221(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5604(para) msgid "ID of user to list the quotas for." msgstr "" @@ -4890,11 +4890,11 @@ msgstr "" msgid "UUID of tenant to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2253(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5635(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2253(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5646(para) msgid "ID of user to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2301(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5759(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2301(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5770(para) msgid "Whether force update the quota even if the already used and reserved exceeds the new quota." msgstr "" @@ -5014,11 +5014,11 @@ msgstr "" msgid "manila service-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2667(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3960(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3988(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4006(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4047(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4118(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4151(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4170(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6702(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6738(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6763(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6799(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2667(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3960(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3988(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4006(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4047(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4118(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4151(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4170(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6713(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6749(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6774(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6810(para) msgid "Name of host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2675(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6710(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6746(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6771(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6807(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3088(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3124(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5852(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5888(para) +#: ./doc/cli-reference/generated/ch_cli_manila_commands.xml:2675(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6721(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6757(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6782(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6818(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3088(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3124(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5852(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5888(para) msgid "Service binary." msgstr "" @@ -5566,7 +5566,7 @@ msgstr "" msgid "glance image-delete (v1)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_glance_commands.xml:513(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:644(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4331(para) +#: ./doc/cli-reference/generated/ch_cli_glance_commands.xml:513(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:644(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4342(para) msgid "Delete specified image(s)." msgstr "" @@ -8814,7 +8814,7 @@ msgstr "" msgid "Update router's information." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1775(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13255(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1073(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6343(para) +#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:1775(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13255(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1073(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6354(para) msgid "Create a security group." msgstr "" @@ -10842,11 +10842,11 @@ msgstr "" msgid "neutron security-group-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13262(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13816(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6350(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6584(para) +#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13262(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13816(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6361(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6595(para) msgid "Name of security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13297(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13824(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6358(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6592(para) +#: ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13297(para) ./doc/cli-reference/generated/ch_cli_neutron_commands.xml:13824(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6369(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6603(para) msgid "Description of security group." msgstr "" @@ -11271,10 +11271,10 @@ msgid "Compute command-line client" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:14(para) -msgid "The client is the command-line interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents version 2.31.0." +msgid "The client is the command-line interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents version 2.33.0." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:27(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7165(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:27(title) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7176(title) msgid "nova usage" msgstr "" @@ -11546,127 +11546,127 @@ msgstr "" msgid "Display the uptime of the specified hypervisor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:635(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4286(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:635(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4287(para) msgid "Create a new image by taking a snapshot of a running server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:652(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4348(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:652(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4359(para) msgid "Print a list of available images to boot from." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:660(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4365(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:660(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4376(para) msgid "Set or Delete metadata on an image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:668(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4399(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:668(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4410(para) msgid "Show details about the given image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:676(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4460(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:676(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4471(para) msgid "Attach a network interface to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:684(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4504(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:684(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4515(para) msgid "Detach a network interface from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:692(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4529(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:692(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4540(para) msgid "List interfaces attached to a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:700(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4546(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:700(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4557(para) msgid "Create a new key pair for use with servers." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:708(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4583(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:708(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4594(para) msgid "Delete keypair given by its name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:716(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4600(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:716(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4611(para) msgid "Print a list of keypairs for a user" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:724(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4607(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:724(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4618(para) msgid "Show details about the given keypair." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:732(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4624(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:732(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4635(para) msgid "Print rate and absolute limits." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:740(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4656(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:740(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4667(para) msgid "List active servers." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:748(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4833(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:748(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4844(para) msgid "List Security Group(s) of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:756(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4851(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:756(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4862(para) msgid "Migrate running server to a new machine." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:764(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4896(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:764(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4907(para) msgid "Lock a server. A normal (non-admin) user will not be able to execute actions on a locked server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:774(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4914(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:774(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4925(para) msgid "Set or Delete metadata on a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:782(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4947(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:782(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4958(para) msgid "Migrate a server. The new host will be selected by the scheduler." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:791(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5009(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:791(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5020(para) msgid "Associate host with network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:799(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5034(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:799(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5045(para) msgid "Associate project with network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:807(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5066(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:807(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5077(para) msgid "Create a network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:815(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5266(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:815(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5277(para) msgid "Delete network by label or id." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:823(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5285(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:823(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5296(para) msgid "Disassociate host and/or project from the given network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:832(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5319(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:832(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5330(para) msgid "Print a list of available networks." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:840(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5337(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:840(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5348(para) msgid "Show details about the given network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:848(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5354(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:848(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5365(para) msgid "Pause a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:880(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5553(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:880(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5564(para) msgid "Delete quota for a tenant/user so their quota will Revert back to default." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:913(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5771(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:913(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5782(para) msgid "Reboot a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:921(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5810(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:921(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5821(para) msgid "Shutdown, re-image, and re-boot a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:929(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5902(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:929(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5913(para) msgid "Refresh server network information." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:937(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5920(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:937(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5931(para) msgid "Remove an IP address from a server." msgstr "" @@ -11674,39 +11674,39 @@ msgstr "" msgid "DEPRECATED, use floating-ip-disassociate instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:954(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5945(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:954(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5956(para) msgid "Remove a Security Group from a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:962(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5970(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:962(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5981(para) msgid "Rename a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:970(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5995(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:970(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6006(para) msgid "Reboots a server into rescue mode, which starts the machine from either the initial image or a specified image, attaching the current boot disk as secondary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:981(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6034(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:981(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6045(para) msgid "Reset network of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:989(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6051(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:989(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6062(para) msgid "Reset the state of a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:997(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6080(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:997(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6091(para) msgid "Resize a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1005(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6116(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1005(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6127(para) msgid "Confirm a previous resize." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1013(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6133(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1013(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6144(para) msgid "Revert a previous resize (and return to the previous VM)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1022(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6167(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1022(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6178(para) msgid "Resume a server." msgstr "" @@ -11714,151 +11714,151 @@ msgstr "" msgid "DEPRECATED, use set-password instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1038(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6184(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1038(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6195(para) msgid "Delete networks and security groups associated with a project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1047(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6201(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1047(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6212(para) msgid "Add a rule to the set of rules that will be added to the 'default' security group for new tenants (nova-network only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1057(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6244(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1057(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6255(para) msgid "Add a source group rule to a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1065(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6294(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1065(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6305(para) msgid "Add a rule to a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1081(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6368(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1081(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6379(para) msgid "Delete a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1089(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6386(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1089(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6397(para) msgid "Delete a rule from the set of rules that will be added to the 'default' security group for new tenants (nova-network only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1099(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6429(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1099(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6440(para) msgid "Delete a source group rule from a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1108(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6479(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1108(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6490(para) msgid "Delete a rule from a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1116(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6528(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1116(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6539(para) msgid "List security groups for the current tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1124(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6545(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1124(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6556(para) msgid "List rules that will be added to the 'default' security group for new tenants." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1133(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6552(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1133(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6563(para) msgid "List rules for a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1141(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6569(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1141(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6580(para) msgid "Update a security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1149(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6602(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1149(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6613(para) msgid "Create a new server group with the specified details." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1158(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6627(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1158(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6638(para) msgid "Delete specific server group(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1166(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6644(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1166(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6655(para) msgid "Get a specific server group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1174(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6661(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1174(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6672(para) msgid "Print a list of all server groups." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1182(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6678(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1182(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6689(para) msgid "Delete the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1190(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6695(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1190(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6706(para) msgid "Disable the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1198(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6731(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1198(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6742(para) msgid "Enable the service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1206(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6756(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1206(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6767(para) msgid "Force service to down. (Supported by API versions '2.11' - '2.latest')" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1215(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6792(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1215(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6803(para) msgid "Show a list of all running services. Filter by host & binary." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1224(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6817(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1224(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6828(para) msgid "Change the admin password for a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1232(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6834(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1232(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6845(para) msgid "Shelve a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1240(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6851(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1240(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6862(para) msgid "Remove a shelved server from the compute node." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1248(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6868(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1248(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6879(para) msgid "Show details about the given server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1256(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6899(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1256(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6910(para) msgid "SSH into a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1264(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6981(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1264(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6992(para) msgid "Start the server(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1272(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6998(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1272(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7009(para) msgid "Stop the server(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1280(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7015(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1280(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7026(para) msgid "Suspend a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1288(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7099(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1288(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7110(para) msgid "Unlock a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1296(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7116(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1296(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7127(para) msgid "Unpause a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1304(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7133(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1304(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7144(para) msgid "Restart the server from normal boot disk again." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1313(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7150(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1313(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7161(para) msgid "Unshelve a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1321(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7167(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1321(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7178(para) msgid "Show usage data for a single tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1329(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7202(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1329(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7213(para) msgid "List usage data for all tenants." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1337(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7228(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1337(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7239(para) msgid "List all API versions." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1345(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7235(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1345(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7246(para) msgid "Attach a volume to a server." msgstr "" @@ -11870,7 +11870,7 @@ msgstr "" msgid "DEPRECATED: Remove volume(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1369(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7269(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1369(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7280(para) msgid "Detach a volume from a server." msgstr "" @@ -11910,15 +11910,15 @@ msgstr "" msgid "DEPRECATED: Print a list of available 'volume types'." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1450(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7294(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1450(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7305(para) msgid "Update volume attachment." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1458(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7327(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1458(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7338(para) msgid "Create x509 cert for a user in tenant." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1466(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7353(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1466(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7364(para) msgid "Fetch the x509 root cert." msgstr "" @@ -11926,108 +11926,108 @@ msgstr "" msgid "Prints all of the commands and options to stdout so that the nova.bash_completion script doesn't have to hard code them." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1493(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(para) -msgid "Evacuate all instances from failed host." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1501(para) -msgid "DEPRECATED, Use tenant-network-show instead." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1509(para) -msgid "DEPRECATED, use tenant-network-create instead." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1517(para) -msgid "DEPRECATED, use tenant-network-delete instead." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1525(para) -msgid "DEPRECATED, use tenant-network-list instead." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1533(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7032(para) -msgid "Create a tenant network." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1541(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7058(para) -msgid "Delete a tenant network." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1549(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7075(para) -msgid "List tenant networks." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1557(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7082(para) -msgid "Show a tenant network." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1565(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4976(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1493(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4987(para) msgid "Print a list of migrations." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1582(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4111(para) -msgid "Set or Delete metadata on all instances of a host." -msgstr "" - -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1591(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4416(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1501(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4427(para) msgid "Show an action." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1599(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4441(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1509(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4452(para) msgid "List actions on a server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1607(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2408(para) -msgid "Add a network interface to a baremetal node." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1517(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4111(para) +msgid "Set or Delete metadata on all instances of a host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1615(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2452(para) -msgid "List network interfaces associated with a baremetal node." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1526(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4144(para) +msgid "Migrate all instances of the specified host to other available hosts." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1624(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2469(para) -msgid "Remove a network interface from a baremetal node." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1544(para) +msgid "DEPRECATED, Use tenant-network-show instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1633(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2499(para) -msgid "Create a baremetal node." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1552(para) +msgid "DEPRECATED, use tenant-network-create instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1641(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2584(para) -msgid "Remove a baremetal node and any associated interfaces." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1560(para) +msgid "DEPRECATED, use tenant-network-delete instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1650(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2601(para) -msgid "Print list of available baremetal nodes." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1568(para) +msgid "DEPRECATED, use tenant-network-list instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1658(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2608(para) -msgid "Show information about a baremetal node." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1576(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7043(para) +msgid "Create a tenant network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1666(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3805(para) -msgid "Force delete a server." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1584(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7069(para) +msgid "Delete a tenant network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1674(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6150(para) -msgid "Restore a soft-deleted server." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1592(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7086(para) +msgid "List tenant networks." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1682(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4040(para) -msgid "Live migrate all instances of the specified host to other available hosts." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1600(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7093(para) +msgid "Show a tenant network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1691(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2884(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1608(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2884(para) msgid "Get cell capacities for all cells or a given cell." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1700(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2901(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1617(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2901(para) msgid "Show details of a given cell." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1708(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4144(para) -msgid "Migrate all instances of the specified host to other available hosts." +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1625(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3999(para) +msgid "Evacuate all instances from failed host." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1633(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4040(para) +msgid "Live migrate all instances of the specified host to other available hosts." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1642(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2408(para) +msgid "Add a network interface to a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1650(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2452(para) +msgid "List network interfaces associated with a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1659(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2469(para) +msgid "Remove a network interface from a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1668(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2499(para) +msgid "Create a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1676(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2584(para) +msgid "Remove a baremetal node and any associated interfaces." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1685(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2601(para) +msgid "Print list of available baremetal nodes." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1693(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2608(para) +msgid "Show information about a baremetal node." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1701(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3805(para) +msgid "Force delete a server." +msgstr "" + +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1709(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6161(para) +msgid "Restore a soft-deleted server." msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:1717(title) @@ -12062,7 +12062,7 @@ msgstr "" msgid "nova add-fixed-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2007(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2032(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2372(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2925(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2991(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3064(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3278(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3632(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3773(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3812(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3829(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3857(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3882(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3910(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3935(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4293(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4467(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4511(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4536(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4840(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4858(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4904(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4921(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4954(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5361(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5817(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5927(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5952(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6004(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6041(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6087(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6123(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6140(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6157(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6174(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6824(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6841(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6858(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6875(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6906(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7022(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7106(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7123(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7140(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7157(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7242(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7276(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7301(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2007(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2032(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2372(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2925(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2991(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3064(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3278(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3632(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3773(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3812(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3829(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3857(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3882(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3910(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3935(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4294(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4478(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4522(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4547(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4851(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4869(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4915(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4932(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4965(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5372(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5828(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5938(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5963(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6015(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6052(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6098(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6134(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6151(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6168(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6185(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6835(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6852(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6869(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6886(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6917(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7033(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7117(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7134(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7151(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7168(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7253(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7287(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7312(para) msgid "Name or ID of server." msgstr "" @@ -12074,7 +12074,7 @@ msgstr "" msgid "nova add-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2040(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5960(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2040(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5971(para) msgid "Name of Security Group." msgstr "" @@ -12302,7 +12302,7 @@ msgstr "" msgid "nova boot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2647(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5872(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2647(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5883(para) msgid "Name for the new server." msgstr "" @@ -12334,7 +12334,7 @@ msgstr "" msgid "Boot up to <number> servers (limited by quota)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2718(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5880(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:2718(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4313(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5891(para) msgid "Record arbitrary key/value metadata to /meta_data.json on the metadata server. Can be specified multiple times." msgstr "" @@ -12454,7 +12454,7 @@ msgstr "" msgid "nova delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3036(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5778(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6058(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6988(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7005(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3036(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5789(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6069(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6999(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7016(para) msgid "Name or ID of server(s)." msgstr "" @@ -12595,11 +12595,11 @@ msgid "nova flavor-create" msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3453(para) -msgid "Name of the new flavor." +msgid "Unique name of the new flavor." msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3461(para) -msgid "Unique ID (integer or UUID) for the new flavor. If specifying 'auto', a UUID will be generated as ID." +msgid "Unique ID of the new flavor. Specifying 'auto' will generated a UUID for the ID." msgstr "" #: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3470(para) @@ -12670,7 +12670,7 @@ msgstr "" msgid "nova floating-ip-associate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3640(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3781(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5935(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3640(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:3781(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5946(para) msgid "IP Address." msgstr "" @@ -12914,931 +12914,931 @@ msgstr "" msgid "nova image-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4301(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4302(para) msgid "Name of snapshot." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4312(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4323(para) msgid "Print image info." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4320(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4331(para) msgid "Report the snapshot progress and poll until image creation is complete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4329(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4340(title) msgid "nova image-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4338(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4349(para) msgid "Name or ID of image(s)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4346(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4357(title) msgid "nova image-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4355(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4366(para) msgid "Number of images to return per request." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4363(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4374(title) msgid "nova image-meta" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4372(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4406(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4383(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4417(para) msgid "Name or ID of image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4380(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4929(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4391(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4940(para) msgid "Actions: 'set' or 'delete'." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4388(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4399(para) msgid "Metadata to add/update or delete (only key is necessary on delete)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4397(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4408(title) msgid "nova image-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4414(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4425(title) msgid "nova instance-action" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4423(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4434(para) msgid "Name or UUID of the server to show an action for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4431(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4442(para) msgid "Request ID of the action to get." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4439(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4450(title) msgid "nova instance-action-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4448(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4459(para) msgid "Name or UUID of the server to list actions for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4456(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4467(title) msgid "nova interface-attach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4478(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4519(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4489(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4530(para) msgid "Port ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4486(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4497(para) msgid "Network ID" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4494(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4505(para) msgid "Requested fixed IP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4502(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4513(title) msgid "nova interface-detach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4527(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4538(title) msgid "nova interface-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4544(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4555(title) msgid "nova keypair-add" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4553(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4564(para) msgid "Name of key." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4564(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4575(para) msgid "Path to a public ssh key." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4572(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4583(para) msgid "Keypair type. Can be ssh or x509. (Supported by API versions '2.2' - '2.latest')" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4581(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4592(title) msgid "nova keypair-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4590(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4601(para) msgid "Keypair name to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4598(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4609(title) msgid "nova keypair-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4605(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4616(title) msgid "nova keypair-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4614(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4625(para) msgid "Name of keypair." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4622(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4633(title) msgid "nova limits" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4631(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4748(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2199(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4963(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4642(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4759(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:2199(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:4963(para) msgid "Display information from single tenant (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4639(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4650(para) msgid "Include reservations count." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4647(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4658(title) msgid "nova list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4663(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4674(para) msgid "Only return servers that match reservation-id." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4671(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4682(para) msgid "Search with regular expression match by IP address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4680(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4691(para) msgid "Search with regular expression match by IPv6 address." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4689(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4700(para) msgid "Search with regular expression match by name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4697(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4708(para) msgid "Search with regular expression match by server name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4706(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4717(para) msgid "Search by server status." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4714(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4725(para) msgid "Search by flavor name or ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4722(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4733(para) msgid "Search by image name or ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4730(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4741(para) msgid "Search servers by hostname to which they are assigned (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4757(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4768(para) msgid "Display information from single user (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4766(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4777(para) msgid "Only display deleted servers (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4774(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5326(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4785(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5337(para) msgid "Comma-separated list of fields to display. Use the show command to see which fields are available." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4784(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4795(para) msgid "Get only UUID and name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4792(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4803(para) msgid "Comma-separated list of sort keys and directions in the form of <key>[:<asc|desc>]. The direction defaults to descending if not specified." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4803(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4814(para) msgid "The last server UUID of the previous page; displays list of servers after \"marker\"." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4812(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4823(para) msgid "Maximum number of servers to display. If limit == -1, all servers will be displayed. If limit is bigger than 'osapi_max_limit' option of Nova API, limit 'osapi_max_limit' will be used instead." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4824(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4835(title) msgid "nova list-extensions" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4831(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4842(title) msgid "nova list-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4848(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4859(title) msgid "nova live-migration" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4866(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4877(para) msgid "Destination host name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4877(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4888(para) msgid "True in case of block_migration. (Default=False:live_migration)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4886(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4897(para) msgid "Allow overcommit. (Default=False)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4894(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4905(title) msgid "nova lock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4912(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4923(title) msgid "nova meta" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4937(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4948(para) msgid "Metadata to set or delete (only key is necessary on delete)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4945(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4956(title) msgid "nova migrate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4965(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4976(para) msgid "Report the server migration progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4973(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4984(title) msgid "nova migration-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4983(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4994(para) msgid "Fetch migrations for the given host." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4991(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5002(para) msgid "Fetch migrations for the given status." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:4999(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5010(para) msgid "Fetch migrations for the given cell_name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5007(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5018(title) msgid "nova network-associate-host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5016(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5041(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5292(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5027(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5052(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5303(para) msgid "UUID of network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5024(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1641(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1672(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2824(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5035(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1641(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:1672(para) ./doc/cli-reference/generated/ch_cli_openstack_commands.xml:2824(para) msgid "Name of host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5032(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5043(title) msgid "nova network-associate-project" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5049(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5060(title) msgid "nova network-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5073(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5084(para) msgid "Label for network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5084(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5095(para) msgid "IPv4 subnet (ex: 10.0.0.0/8)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5092(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5103(para) msgid "CIDR_V6 IPv6 subnet (ex: fe80::/64" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5100(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5111(para) msgid "The vlan ID to be assigned to the project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5108(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5119(para) msgid "First vlan ID to be assigned to the project. Subsequent vlan IDs will be assigned incrementally." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5118(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5129(para) msgid "vpn start" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5126(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5137(para) msgid "gateway" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5134(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5145(para) msgid "GATEWAY_V6 IPv6 gateway" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5142(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5153(para) msgid "VIFs on this network are connected to this bridge." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5151(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5162(para) msgid "The bridge is connected to this interface." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5159(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5170(para) msgid "Multi host" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5167(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5178(para) msgid "First DNS." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5175(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5186(para) msgid "Second DNS." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5183(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5194(para) msgid "Network UUID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5191(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5202(para) msgid "IPv4 subnet for fixed IPs (ex: 10.20.0.0/16)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5199(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5210(para) msgid "Project ID." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5207(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5218(para) msgid "Network interface priority." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5215(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5226(para) msgid "MTU for network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5223(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5234(para) msgid "Enable DHCP." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5231(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5242(para) msgid "DHCP-server address (defaults to gateway address)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5240(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5251(para) msgid "Share address" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5248(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5259(para) msgid "Start of allowed addresses for instances." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5256(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5267(para) msgid "End of allowed addresses for instances." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5264(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5275(title) msgid "nova network-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5273(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5344(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5284(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5355(para) msgid "UUID or label of network." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5281(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5292(title) msgid "nova network-disassociate" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5317(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5328(title) msgid "nova network-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5335(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5346(title) msgid "nova network-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5352(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5363(title) msgid "nova pause" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5369(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5380(title) msgid "nova quota-class-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5386(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5397(title) msgid "nova quota-class-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5418(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5643(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5429(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5654(para) msgid "New value for the \"instances\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5426(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5651(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5437(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5662(para) msgid "New value for the \"cores\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5434(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5659(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5445(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5670(para) msgid "New value for the \"ram\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5442(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5667(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5453(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5678(para) msgid "New value for the \"floating-ips\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5450(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5675(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5461(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5686(para) msgid "New value for the \"fixed-ips\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5458(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5683(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5469(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5694(para) msgid "New value for the \"metadata-items\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5466(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5691(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5477(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5702(para) msgid "New value for the \"injected-files\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5474(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5699(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5485(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5710(para) msgid "New value for the \"injected-file-content- bytes\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5483(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5708(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5494(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5719(para) msgid "New value for the \"injected-file-path-bytes\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5492(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5717(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5503(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5728(para) msgid "New value for the \"key-pairs\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5500(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5725(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5511(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5736(para) msgid "New value for the \"security-groups\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5508(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5733(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5519(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5744(para) msgid "New value for the \"security-group-rules\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5517(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5742(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5528(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5753(para) msgid "New value for the \"server-groups\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5525(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5750(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5536(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5761(para) msgid "New value for the \"server-group-members\" quota." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5534(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5545(title) msgid "nova quota-defaults" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5551(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5562(title) msgid "nova quota-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5576(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5587(title) msgid "nova quota-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5601(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5612(title) msgid "nova quota-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5624(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5635(para) msgid "ID of tenant to set the quotas for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5769(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5780(title) msgid "nova reboot" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5789(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5800(para) msgid "Perform a hard reboot (instead of a soft one)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5797(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5808(para) msgid "Poll until reboot is complete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5805(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5816(title) msgid "nova rebuild" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5825(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5836(para) msgid "Name or ID of new image." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5836(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5847(para) msgid "Set the provided admin password on the rebuilt server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5845(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5856(para) msgid "Report the server rebuild progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5854(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6886(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5865(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6897(para) msgid "Skips flavor/image lookups when showing servers." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5863(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5874(para) msgid "Preserve the default ephemeral storage partition on rebuild." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5890(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5901(para) msgid "Store arbitrary files from <src-path> locally to <dst-path> on the new server. You may store up to 5 files." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5900(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5911(title) msgid "nova refresh-network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5909(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5920(para) msgid "Name or ID of a server for which the network cache should be refreshed from neutron (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5918(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5929(title) msgid "nova remove-fixed-ip" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5943(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5954(title) msgid "nova remove-secgroup" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5968(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5979(title) msgid "nova rename" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5977(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5988(para) msgid "Name (old name) or ID of server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5985(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5996(para) msgid "New name for the server." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:5993(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6004(title) msgid "nova rescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6015(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6026(para) msgid "The admin password to be set in the rescue environment." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6024(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6035(para) msgid "The image to rescue with." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6032(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6043(title) msgid "nova reset-network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6049(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6060(title) msgid "nova reset-state" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6069(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6080(para) msgid "Request the server be reset to \"active\" state instead of \"error\" state (the default)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6078(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6089(title) msgid "nova resize" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6095(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6106(para) msgid "Name or ID of new flavor." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6106(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6117(para) msgid "Report the server resize progress until it completes." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6114(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6125(title) msgid "nova resize-confirm" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6131(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6142(title) msgid "nova resize-revert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6148(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6159(title) msgid "nova restore" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6165(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6176(title) msgid "nova resume" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6182(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6193(title) msgid "nova scrub" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6191(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6202(para) msgid "The ID of the project." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6199(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6210(title) msgid "nova secgroup-add-default-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6209(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6267(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6309(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6394(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6452(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6494(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6220(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6278(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6320(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6405(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6463(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6505(para) msgid "IP protocol (icmp, tcp, udp)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6217(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6275(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6317(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6402(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6460(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6502(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6228(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6286(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6328(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6413(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6471(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6513(para) msgid "Port at start of range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6225(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6283(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6325(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6410(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6468(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6510(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6236(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6294(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6336(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6421(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6479(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6521(para) msgid "Port at end of range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6233(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6333(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6418(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6518(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6244(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6344(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6429(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6529(para) msgid "CIDR for address range." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6241(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6252(title) msgid "nova secgroup-add-group-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6251(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6301(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6375(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6436(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6486(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6559(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6576(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6262(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6312(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6386(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6447(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6497(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6570(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6587(para) msgid "ID or name of security group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6259(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6444(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6270(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6455(para) msgid "ID or name of source group." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6291(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6302(title) msgid "nova secgroup-add-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6341(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6352(title) msgid "nova secgroup-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6366(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6377(title) msgid "nova secgroup-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6383(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6394(title) msgid "nova secgroup-delete-default-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6426(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6437(title) msgid "nova secgroup-delete-group-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6476(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6487(title) msgid "nova secgroup-delete-rule" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6526(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6537(title) msgid "nova secgroup-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6543(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6554(title) msgid "nova secgroup-list-default-rules" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6550(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6561(title) msgid "nova secgroup-list-rules" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6567(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6578(title) msgid "nova secgroup-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6600(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6611(title) msgid "nova server-group-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6609(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6620(para) msgid "Server group name." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6617(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6628(para) msgid "Policies for the server groups. (\"affinity\" or \"anti-affinity\")" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6625(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6636(title) msgid "nova server-group-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6634(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6645(para) msgid "Unique ID(s) of the server group to delete." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6642(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6653(title) msgid "nova server-group-get" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6651(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6662(para) msgid "Unique ID of the server group to get." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6659(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6670(title) msgid "nova server-group-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6668(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6679(para) msgid "Display server groups from all projects (Admin only)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6676(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6687(title) msgid "nova service-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6685(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6696(para) msgid "ID of service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6693(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6704(title) msgid "nova service-disable" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6721(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3099(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5863(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6732(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:3099(para) ./doc/cli-reference/generated/ch_cli_cinder_commands.xml:5863(para) msgid "Reason for disabling service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6729(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6740(title) msgid "nova service-enable" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6754(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6765(title) msgid "nova service-force-down" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6782(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6793(para) msgid "Unset the force state down of service." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6790(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6801(title) msgid "nova service-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6815(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6826(title) msgid "nova set-password" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6832(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6843(title) msgid "nova shelve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6849(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6860(title) msgid "nova shelve-offload" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6866(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6877(title) msgid "nova show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6894(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6905(title) msgid "nova ssh" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6917(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6928(para) msgid "Optional flag to indicate which port to use for ssh. (Default=22)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6926(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6937(para) msgid "Optional flag to indicate which IP type to use. Possible values includes fixed and floating (the Default)." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6936(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6947(para) msgid "Network to use for the ssh." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6944(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6955(para) msgid "Optional flag to indicate whether to use an IPv6 address attached to a server. (Defaults to IPv4 address)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6954(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6965(para) msgid "Login to use." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6962(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6973(para) msgid "Private key file, same as the -i option to the ssh command." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6971(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6982(para) msgid "Extra options to pass to ssh. see: man ssh." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6979(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6990(title) msgid "nova start" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:6996(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7007(title) msgid "nova stop" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7013(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7024(title) msgid "nova suspend" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7030(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7041(title) msgid "nova tenant-network-create" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7039(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7050(para) msgid "Network label (ex. my_new_network)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7047(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7058(para) msgid "IP block to allocate from (ex. 172.16.0.0/24 or 2001:DB8::/64)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7056(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7067(title) msgid "nova tenant-network-delete" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7065(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7089(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7076(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7100(para) msgid "ID of network" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7073(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7084(title) msgid "nova tenant-network-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7080(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7091(title) msgid "nova tenant-network-show" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7097(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7108(title) msgid "nova unlock" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7114(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7125(title) msgid "nova unpause" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7131(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7142(title) msgid "nova unrescue" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7148(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7159(title) msgid "nova unshelve" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7174(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7209(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7185(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7220(para) msgid "Usage range start date ex 2012-01-20. (default: 4 weeks ago)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7183(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7218(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7194(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7229(para) msgid "Usage range end date, ex 2012-01-20. (default: tomorrow)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7192(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7203(para) msgid "UUID of tenant to get usage for." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7200(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7211(title) msgid "nova usage-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7226(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7237(title) msgid "nova version-list" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7233(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7244(title) msgid "nova volume-attach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7250(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7317(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7261(para) ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7328(para) msgid "ID of the volume to attach." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7258(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7269(para) msgid "Name of the device e.g. /dev/vdb. Use \"auto\" for autoassign (if supported)" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7267(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7278(title) msgid "nova volume-detach" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7284(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7295(para) msgid "ID of the volume to detach." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7292(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7303(title) msgid "nova volume-update" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7309(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7320(para) msgid "Attachment ID of the volume." msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7325(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7336(title) msgid "nova x509-create-cert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7334(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7345(para) msgid "Filename for the private key. [Default: pk.pem]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7342(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7353(para) msgid "Filename for the X.509 certificate. [Default: cert.pem]" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7351(title) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7362(title) msgid "nova x509-get-root-cert" msgstr "" -#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7360(para) +#: ./doc/cli-reference/generated/ch_cli_nova_commands.xml:7371(para) msgid "Filename to write the x509 root cert." msgstr "" diff --git a/doc/common-rst/source/locale/common-rst.pot b/doc/common-rst/source/locale/common-rst.pot index 12a224e22b..3880f0c2c3 100644 --- a/doc/common-rst/source/locale/common-rst.pot +++ b/doc/common-rst/source/locale/common-rst.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 06:29+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2244,7 +2244,7 @@ msgid "" "instance." msgstr "" -#: ../common/get_started_compute.rst:34 +#: ../common/get_started_compute.rst:31 msgid "``nova-api-metadata`` service" msgstr "" @@ -2257,93 +2257,86 @@ msgid "" "OpenStack Cloud Administrator Guide." msgstr "" -#: ../common/get_started_compute.rst:33 -msgid "" -"On Debian systems, it is included in the nova-api package, and can be " -"selected through debconf." -msgstr "" - -#: ../common/get_started_compute.rst:48 +#: ../common/get_started_compute.rst:45 msgid "``nova-compute`` service" msgstr "" -#: ../common/get_started_compute.rst:37 +#: ../common/get_started_compute.rst:34 msgid "" "A worker daemon that creates and terminates virtual machine instances " "through hypervisor APIs. For example:" msgstr "" -#: ../common/get_started_compute.rst:40 +#: ../common/get_started_compute.rst:37 msgid "XenAPI for XenServer/XCP" msgstr "" -#: ../common/get_started_compute.rst:42 +#: ../common/get_started_compute.rst:39 msgid "libvirt for KVM or QEMU" msgstr "" -#: ../common/get_started_compute.rst:44 +#: ../common/get_started_compute.rst:41 msgid "VMwareAPI for VMware" msgstr "" -#: ../common/get_started_compute.rst:46 +#: ../common/get_started_compute.rst:43 msgid "" "Processing is fairly complex. Basically, the daemon accepts actions from the " "queue and performs a series of system commands such as launching a KVM " "instance and updating its state in the database." msgstr "" -#: ../common/get_started_compute.rst:52 +#: ../common/get_started_compute.rst:49 msgid "``nova-scheduler`` service" msgstr "" -#: ../common/get_started_compute.rst:51 +#: ../common/get_started_compute.rst:48 msgid "" "Takes a virtual machine instance request from the queue and determines on " "which compute server host it runs." msgstr "" -#: ../common/get_started_compute.rst:61 +#: ../common/get_started_compute.rst:58 msgid "``nova-conductor`` module" msgstr "" -#: ../common/get_started_compute.rst:55 +#: ../common/get_started_compute.rst:52 msgid "" "Mediates interactions between the nova-compute service and the database. It " "eliminates direct accesses to the cloud database made by the nova-compute " "service. The nova-conductor module scales horizontally. However, do not " "deploy it on nodes where the nova-compute service runs. For more " -"information, see `A new Nova service: nova-conductor `__." +"information, see `Configuration Reference Guide `__." msgstr "" -#: ../common/get_started_compute.rst:66 +#: ../common/get_started_compute.rst:63 msgid "``nova-cert`` module" msgstr "" -#: ../common/get_started_compute.rst:64 +#: ../common/get_started_compute.rst:61 msgid "" "A server daemon that serves the Nova Cert service for X509 certificates. " "Used to generate certificates for ``euca-bundle-image``. Only needed for the " "EC2 API." msgstr "" -#: ../common/get_started_compute.rst:71 +#: ../common/get_started_compute.rst:68 msgid "``nova-network worker`` daemon" msgstr "" -#: ../common/get_started_compute.rst:69 +#: ../common/get_started_compute.rst:66 msgid "" "Similar to the nova-compute service, accepts networking tasks from the queue " "and manipulates the network. Performs tasks such as setting up bridging " "interfaces or changing IPtables rules." msgstr "" -#: ../common/get_started_compute.rst:79 +#: ../common/get_started_compute.rst:76 msgid "``nova-consoleauth`` daemon" msgstr "" -#: ../common/get_started_compute.rst:74 +#: ../common/get_started_compute.rst:71 msgid "" "Authorizes tokens for users that console proxies provide. See nova-" "novncproxy and nova-xvpvncproxy. This service must be running for console " @@ -2353,58 +2346,49 @@ msgid "" "console-access.html#about-nova-consoleauth>`__." msgstr "" -#: ../common/get_started_compute.rst:83 +#: ../common/get_started_compute.rst:80 msgid "``nova-novncproxy`` daemon" msgstr "" -#: ../common/get_started_compute.rst:82 +#: ../common/get_started_compute.rst:79 msgid "" "Provides a proxy for accessing running instances through a VNC connection. " "Supports browser-based novnc clients." msgstr "" -#: ../common/get_started_compute.rst:87 +#: ../common/get_started_compute.rst:84 msgid "``nova-spicehtml5proxy`` daemon" msgstr "" -#: ../common/get_started_compute.rst:86 +#: ../common/get_started_compute.rst:83 msgid "" "Provides a proxy for accessing running instances through a SPICE connection. " "Supports browser-based HTML5 client." msgstr "" -#: ../common/get_started_compute.rst:91 +#: ../common/get_started_compute.rst:88 msgid "``nova-xvpvncproxy`` daemon" msgstr "" -#: ../common/get_started_compute.rst:90 +#: ../common/get_started_compute.rst:87 msgid "" "Provides a proxy for accessing running instances through a VNC connection. " "Supports an OpenStack-specific Java client." msgstr "" -#: ../common/get_started_compute.rst:94 +#: ../common/get_started_compute.rst:91 msgid "``nova-cert`` daemon" msgstr "" -#: ../common/get_started_compute.rst:94 +#: ../common/get_started_compute.rst:91 msgid "x509 certificates." msgstr "" -#: ../common/get_started_compute.rst:96 -msgid "" -"In Debian, a unique nova-consoleproxy package provides the nova-novncproxy, " -"nova-spicehtml5proxy, and nova-xvpvncproxy packages. To select packages, " -"edit the ``/etc/default/nova-consoleproxy`` file or use the debconf " -"interface. You can also manually edit the ``/etc/default/nova-consoleproxy`` " -"file, and stop and start the console daemons." -msgstr "" - -#: ../common/get_started_compute.rst:108 +#: ../common/get_started_compute.rst:98 msgid "``euca2ools`` client" msgstr "" -#: ../common/get_started_compute.rst:104 +#: ../common/get_started_compute.rst:94 msgid "" "A set of command-line interpreter commands for managing cloud resources. " "Although it is not an OpenStack module, you can configure nova-api to " @@ -2412,19 +2396,19 @@ msgid "" "Documentation `__." msgstr "" -#: ../common/get_started_compute.rst:112 +#: ../common/get_started_compute.rst:102 msgid "``nova`` client" msgstr "" -#: ../common/get_started_compute.rst:111 +#: ../common/get_started_compute.rst:101 msgid "Enables users to submit commands as a tenant administrator or end user." msgstr "" -#: ../common/get_started_compute.rst:119 +#: ../common/get_started_compute.rst:109 msgid "The queue" msgstr "" -#: ../common/get_started_compute.rst:115 +#: ../common/get_started_compute.rst:105 msgid "" "A central hub for passing messages between daemons. Usually implemented with " "`RabbitMQ `__, but can be implemented with an AMQP " @@ -2432,33 +2416,33 @@ msgid "" "`__." msgstr "" -#: ../common/get_started_compute.rst:134 +#: ../common/get_started_compute.rst:124 msgid "SQL database" msgstr "" -#: ../common/get_started_compute.rst:122 +#: ../common/get_started_compute.rst:112 msgid "" "Stores most build-time and run-time states for a cloud infrastructure, " "including:" msgstr "" -#: ../common/get_started_compute.rst:125 +#: ../common/get_started_compute.rst:115 msgid "Available instance types" msgstr "" -#: ../common/get_started_compute.rst:127 +#: ../common/get_started_compute.rst:117 msgid "Instances in use" msgstr "" -#: ../common/get_started_compute.rst:129 +#: ../common/get_started_compute.rst:119 msgid "Available networks" msgstr "" -#: ../common/get_started_compute.rst:131 +#: ../common/get_started_compute.rst:121 msgid "Projects" msgstr "" -#: ../common/get_started_compute.rst:133 +#: ../common/get_started_compute.rst:123 msgid "" "Theoretically, OpenStack Compute can support any database that SQL-Alchemy " "supports. Common databases are SQLite3 for test and development work, MySQL, " @@ -3046,12 +3030,12 @@ msgid "This section describes OpenStack services in detail." msgstr "" #: ../common/get_started_orchestration.rst:3 -msgid "OpenStack Orchestration module" +msgid "OpenStack Orchestration service" msgstr "" #: ../common/get_started_orchestration.rst:5 msgid "" -"The Orchestration module provides a template-based orchestration for " +"The Orchestration service provides a template-based orchestration for " "describing a cloud application by running OpenStack API calls to generate " "running cloud applications. The software integrates other core components of " "OpenStack into a one-file template system. The templates allow you to create " @@ -3063,12 +3047,12 @@ msgstr "" #: ../common/get_started_orchestration.rst:15 msgid "" -"The service enables deployers to integrate with the Orchestration module " +"The service enables deployers to integrate with the Orchestration service " "directly or through custom plug-ins." msgstr "" #: ../common/get_started_orchestration.rst:18 -msgid "The Orchestration module consists of the following components:" +msgid "The Orchestration service consists of the following components:" msgstr "" #: ../common/get_started_orchestration.rst:22 @@ -3338,11 +3322,11 @@ msgid "" msgstr "" #: ../common/get_started_telemetry.rst:3 -msgid "OpenStack Telemetry module" +msgid "OpenStack Telemetry service" msgstr "" #: ../common/get_started_telemetry.rst:5 -msgid "The Telemetry module performs the following functions:" +msgid "The Telemetry service performs the following functions:" msgstr "" #: ../common/get_started_telemetry.rst:7 @@ -3366,7 +3350,7 @@ msgid "Creates alarms when collected data breaks defined rules." msgstr "" #: ../common/get_started_telemetry.rst:17 -msgid "The Telemetry module consists of the following components:" +msgid "The Telemetry service consists of the following components:" msgstr "" #: ../common/get_started_telemetry.rst:22 @@ -4294,7 +4278,7 @@ msgstr "" #: ../common/glossary.rst:362 msgid "" "AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" +"related resources. The Orchestration service supports a CloudFormation-" "compatible format (CFN)." msgstr "" @@ -5222,10 +5206,10 @@ msgstr "" msgid "" "An official OpenStack project. Currently consists of Compute (nova), Object " "Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." +"(horizon), Networking (neutron), and Block Storage (cinder), Telemetry " +"(ceilometer), Orchestration (heat), Database service (trove), Bare Metal " +"service (ironic), Data processing service (sahara). However, this definition " +"is changing based on community discussions about the \"Big Tent\"." msgstr "" #: ../common/glossary.rst:910 diff --git a/doc/common-rst/source/locale/es/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/es/LC_MESSAGES/common-rst.po index 5b7af40df9..56e0a31442 100644 --- a/doc/common-rst/source/locale/es/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/es/LC_MESSAGES/common-rst.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -426,15 +426,6 @@ msgstr "ATA sobre Ethernet (AoE)" msgid "AWS" msgstr "AWS" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation permite a los usuarios de AWS para crear y administrar " -"una colección de recursos relacionados. El módulo de Orquestación soporta un " -"formato compatible con CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "Plantilla de AWS CloudFormation" diff --git a/doc/common-rst/source/locale/fr/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/fr/LC_MESSAGES/common-rst.po index e600f0bbf8..a435ac4e67 100644 --- a/doc/common-rst/source/locale/fr/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/fr/LC_MESSAGES/common-rst.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -366,15 +366,6 @@ msgstr "ATA sur Ethernet (AoE)" msgid "AWS" msgstr "AWS" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation permet aux utilisateurs AWS de créer et gérer une " -"collection de ressources reliées. Le module d'orchestration supporte un " -"format compatible-CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation template" @@ -539,22 +530,6 @@ msgstr "" msgid "An iSCSI authentication method supported by Compute." msgstr "Méthode d'authentification iSCSI supportée par Compute." -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"Un projet Officiel OpenStack. Consiste actuellement en Compute (nova), " -"Stockage d'Objet (swift), service d'Image (glance), Identité (keystone), " -"Tableau de bord (horizon), Réseau (neutron), Stockage par Bloc (cinder), " -"module de télémétrie (ceilometer), module d'Orchestration (heat), service de " -"Base de Données (trove), service Bare Metal (ironic), service de Traitement " -"des Données (sahara). Néanmoins, cette définition est en train de changer " -"suite aux discussions de la communauté autour de \"Big Tent\"." - msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "Une boite à outil SQL open source pour Python, utilisé par OpenStack." diff --git a/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po index cae704ce8b..21dda0b82f 100644 --- a/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/ja/LC_MESSAGES/common-rst.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 05:16+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1673,15 +1673,6 @@ msgstr "ATA over Ethernet (AoE)" msgid "AWS" msgstr "AWS" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation により、AWS ユーザーは関連するリソース群を作成し、管理でき" -"るようになる。Orchestration モジュールは CloudFormation 互換形式 (CFN) をサ" -"ポートする。" - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation テンプレート" @@ -2343,21 +2334,6 @@ msgstr "" msgid "An object within Object Storage that is larger than 5 GB." msgstr "5 GB より大きい Object Storage 内のオブジェクト。" -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"OpenStack の公式プロジェクト。現在、 Compute (nova), Object Storage (swift), " -"Image service (glance), Identity (keystone), Dashboard (horizon), Networking " -"(neutron), and Block Storage (cinder), the Telemetry module (ceilometer), " -"Orchestration module (heat), Database service (trove), Bare Metal service " -"(ironic), Data processing service (sahara) がある。しかしながら、この定義は" -"「Big Tent」に関するコミュニティーの議論に基づき変更されてきている。" - msgid "An open source LDAP server. Supported by both Compute and Identity." msgstr "" "オープンソース LDAP サーバー。Compute と Identity によりサポートされる。" @@ -5381,18 +5357,12 @@ msgstr "OpenStack Networking プラグインおよびエージェント" msgid "OpenStack Object Storage" msgstr "OpenStack Object Storage" -msgid "OpenStack Orchestration module" -msgstr "OpenStack Orchestration module" - msgid "OpenStack Services" msgstr "OpenStack のサービス" msgid "OpenStack Shared File Systems service" msgstr "OpenStack Shared File Systems サービス" -msgid "OpenStack Telemetry module" -msgstr "OpenStack Telemetry module" - msgid "OpenStack code name" msgstr "OpenStack コード名" @@ -6948,9 +6918,6 @@ msgstr "OpenStack のスタックは、以下のストレージ種別を使用 msgid "The OpenStack wiki" msgstr "OpenStack wiki" -msgid "The Orchestration module consists of the following components:" -msgstr "Orchestration モジュールは、以下のコンポーネントから構成されます。" - msgid "The POSIX-compliant file system provided by Ceph." msgstr "Ceph により提供される POSIX 互換ファイルシステム。" @@ -6973,12 +6940,6 @@ msgstr "" "マシンに対するリモートデスクトップアクセスを提供する。VNC の代替品。SPICE は " "OpenStack によりサポートされる。" -msgid "The Telemetry module consists of the following components:" -msgstr "Telemetry モジュールは、以下のコンポーネントから構成されます。" - -msgid "The Telemetry module performs the following functions:" -msgstr "Telemetry モジュールは、以下の機能を実行します。" - msgid "" "The URL where the data for this image resides. For example, if the image " "data is stored in swift, you could specify ``swift://account:key@example.com/" diff --git a/doc/common-rst/source/locale/vi_VN/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/vi_VN/LC_MESSAGES/common-rst.po index 34c1ec06c4..ef717b6b50 100644 --- a/doc/common-rst/source/locale/vi_VN/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/vi_VN/LC_MESSAGES/common-rst.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1238,15 +1238,6 @@ msgstr "ATA over Ethernet (AoE)" msgid "AWS" msgstr "AWS" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation cho phép các người dùng AWS khởi tạo và quản lý một bộ " -"các tài nguyên liên quan. Orchestration module hỗ trợ một định dạng tương " -"thích với CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "Mãu AWS CloudFormation" @@ -1800,22 +1791,6 @@ msgstr "" "Một trạng thái của object trong Object Storage khi một bản sao mới của " "object được tự động tạo ra do xảy ra hư hỏng ổ đĩa." -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"Một dự án chính thức của OpenStack. Hiện tại gồm Compute (nova), Object " -"Storage (swift), dịch vụ Image (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), và Block Storage (cinder), mô hình " -"Telemetry (ceilometer), mô hình Orchhestration (heat), dịch vụ Database " -"(trove), dịch vụ Bare Metal (ironic), dịch vụ xử lý Data (sahara). Tuy " -"nhiên, định nghĩa này thay đổi dựa vào các thảo luận của cộng đồng về \"Big " -"Tent\"." - msgid "An open source LDAP server. Supported by both Compute and Identity." msgstr "" "Một server LDAP mã nguồn mở. Được hỗ trợ bởi cả dịch vụ Compute và Identity." diff --git a/doc/common-rst/source/locale/zh_CN/LC_MESSAGES/common-rst.po b/doc/common-rst/source/locale/zh_CN/LC_MESSAGES/common-rst.po index eb0fc1a771..67ea1e6c8d 100644 --- a/doc/common-rst/source/locale/zh_CN/LC_MESSAGES/common-rst.po +++ b/doc/common-rst/source/locale/zh_CN/LC_MESSAGES/common-rst.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Common documents 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-23 17:24+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1282,15 +1282,6 @@ msgstr "OpenStack堆栈使用下列存储类型:" msgid "The OpenStack wiki" msgstr "OpenStack 维基百科" -msgid "The Orchestration module consists of the following components:" -msgstr "Orchestration模块通常包含下面的组件:" - -msgid "The Telemetry module consists of the following components:" -msgstr "Telemetry 模块通常包含下面组件:" - -msgid "The Telemetry module performs the following functions:" -msgstr " Telemetry 模块表现有如下功能:" - msgid "" "The common agents are L3 (layer 3), DHCP (dynamic host IP addressing), and a " "plug-in agent." @@ -1393,11 +1384,6 @@ msgstr "将三层IP地址解析为二层链路地址的协议。" msgid "The queue" msgstr "队列" -msgid "" -"The service enables deployers to integrate with the Orchestration module " -"directly or through custom plug-ins." -msgstr "服务鼓励部署者去直接集成Orchestration模块,或者通过自定义插件实现。" - msgid "" "The web-based management interface for OpenStack. An alternative name for " "horizon." diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index c49217089e..1b79c5e176 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-10-22 06:29+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -687,7 +687,7 @@ msgstr "" msgid "libvirt.xml" msgstr "" -#: ./doc/common/section_support-compute.xml:162(filename) ./doc/common/tables/cinder-hgst.xml:29(replaceable) +#: ./doc/common/section_support-compute.xml:162(filename) ./doc/common/tables/cinder-hgst.xml:47(replaceable) msgid "disk" msgstr "" @@ -1519,7 +1519,7 @@ msgstr "" msgid "Certificate types" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:21(term) ./doc/common/tables/nova-ca.xml:21(replaceable) +#: ./doc/common/section_keystone-ssl-config.xml:21(term) ./doc/common/tables/nova-ca.xml:39(replaceable) msgid "cacert.pem" msgstr "" @@ -1877,7 +1877,7 @@ msgstr "" msgid "Prerequisite" msgstr "" -#: ./doc/common/section_cli_install.xml:30(th) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/tables/nova-testing.xml:13(th) ./doc/common/tables/ironic-amqp.xml:13(th) ./doc/common/tables/heat-amqp.xml:13(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/cinder-openvstorage.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/nova-console.xml:13(th) ./doc/common/tables/cinder-zones.xml:13(th) ./doc/common/tables/keystone-federation.xml:13(th) ./doc/common/tables/trove-rpc.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/trove-compute.xml:13(th) ./doc/common/tables/ceilometer-debug.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/ceilometer-qpid.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/ironic-swift.xml:13(th) ./doc/common/tables/ironic-policy.xml:13(th) ./doc/common/tables/neutron-fwaas_ngfw.xml:13(th) ./doc/common/tables/trove-dns.xml:13(th) ./doc/common/tables/ceilometer-ipmi.xml:13(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/cinder-windows.xml:13(th) ./doc/common/tables/heat-clients.xml:13(th) ./doc/common/tables/cinder-sheepdog.xml:13(th) ./doc/common/tables/trove-zeromq.xml:13(th) ./doc/common/tables/sahara-auth_token.xml:13(th) ./doc/common/tables/ironic-amt.xml:13(th) ./doc/common/tables/manila-database.xml:13(th) ./doc/common/tables/glance-rbd.xml:13(th) ./doc/common/tables/neutron-lbaas_agent.xml:13(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/cinder-zoning.xml:13(th) ./doc/common/tables/cinder-backups_ceph.xml:13(th) ./doc/common/tables/heat-cfn_api.xml:13(th) ./doc/common/tables/cinder-lenovo.xml:13(th) ./doc/common/tables/sahara-policy.xml:13(th) ./doc/common/tables/keystone-zeromq.xml:13(th) ./doc/common/tables/ceilometer-auth.xml:13(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:13(th) ./doc/common/tables/cinder-amqp.xml:13(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/heat-zeromq.xml:13(th) ./doc/common/tables/cinder-ca.xml:13(th) ./doc/common/tables/cinder-zfssa.xml:13(th) ./doc/common/tables/nova-fping.xml:13(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/ceilometer-glance.xml:13(th) ./doc/common/tables/ironic-zeromq.xml:13(th) ./doc/common/tables/aodh-api.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/heat-clients_nova.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/heat-qpid.xml:13(th) ./doc/common/tables/cinder-logging.xml:13(th) ./doc/common/tables/neutron-ovn.xml:13(th) ./doc/common/tables/neutron-fujitsu_cfab.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:13(th) ./doc/common/tables/neutron-opencontrail.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:13(th) ./doc/common/tables/trove-quota.xml:13(th) ./doc/common/tables/keystone-redis.xml:13(th) ./doc/common/tables/cinder-hpmsa.xml:13(th) ./doc/common/tables/ceilometer-cors.xml:13(th) ./doc/common/tables/cinder-tintri.xml:13(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/heat-quota.xml:13(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/trove-db_mongodb.xml:13(th) ./doc/common/tables/ironic-disk_partitioner.xml:13(th) ./doc/common/tables/cinder-storage_glusterfs.xml:13(th) ./doc/common/tables/nova-hyperv.xml:13(th) ./doc/common/tables/trove-network.xml:13(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/cinder-database.xml:13(th) ./doc/common/tables/glance-scrubber.xml:13(th) ./doc/common/tables/ceilometer-collector.xml:13(th) ./doc/common/tables/cinder-violin.xml:13(th) ./doc/common/tables/ironic-logging.xml:13(th) ./doc/common/tables/keystone-trust.xml:13(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:13(th) ./doc/common/tables/nova-ldap.xml:13(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:13(th) ./doc/common/tables/ceilometer-amqp.xml:13(th) ./doc/common/tables/manila-zeromq.xml:13(th) ./doc/common/tables/glance-elasticsearch.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/sahara-rabbitmq.xml:13(th) ./doc/common/tables/neutron-lbaas_services.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/cinder-hgst.xml:13(th) ./doc/common/tables/heat-clients_ceilometer.xml:13(th) ./doc/common/tables/keystone-api.xml:13(th) ./doc/common/tables/ironic-redis.xml:13(th) ./doc/common/tables/cinder-qpid.xml:13(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/trove-nova.xml:13(th) ./doc/common/tables/heat-waitcondition_api.xml:13(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:13(th) ./doc/common/tables/nova-debug.xml:13(th) ./doc/common/tables/cinder-blockbridge.xml:13(th) ./doc/common/tables/cinder-san.xml:13(th) ./doc/common/tables/heat-rpc.xml:13(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/ironic-deploy.xml:13(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/nova-conductor.xml:13(th) ./doc/common/tables/cinder-cors.xml:13(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/trove-taskmanager.xml:13(th) ./doc/common/tables/nova-rpc.xml:13(th) ./doc/common/tables/ceilometer-zaqar.xml:13(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/keystone-tokenless.xml:13(th) ./doc/common/tables/nova-compute.xml:13(th) ./doc/common/tables/cinder-scheduler.xml:13(th) ./doc/common/tables/nova-ca.xml:13(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/nova-database.xml:13(th) ./doc/common/tables/nova-trustedcomputing.xml:13(th) ./doc/common/tables/cinder-dellsc.xml:13(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/trove-logging.xml:13(th) ./doc/common/tables/cinder-quota.xml:13(th) ./doc/common/tables/ironic-drac.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/ironic-common.xml:13(th) ./doc/common/tables/cinder-nimble.xml:13(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:13(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:13(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/heat-auth_token.xml:13(th) ./doc/common/tables/heat-notification.xml:13(th) ./doc/common/tables/glance-debug.xml:13(th) ./doc/common/tables/ceilometer-common.xml:13(th) ./doc/common/tables/cinder-storage_nfs.xml:13(th) ./doc/common/tables/manila-quota.xml:13(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:13(th) ./doc/common/tables/sahara-amqp.xml:13(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:13(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:15(th) ./doc/common/tables/trove-volume.xml:13(th) ./doc/common/tables/trove-ca.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/keystone-fernet_tokens.xml:13(th) ./doc/common/tables/keystone-revoke.xml:13(th) ./doc/common/tables/nova-auth_token.xml:13(th) ./doc/common/tables/trove-db_mysql.xml:13(th) ./doc/common/tables/ironic-rabbitmq.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/glance-replicator.xml:13(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/manila-storage.xml:13(th) ./doc/common/tables/cinder-storage_gpfs.xml:13(th) ./doc/common/tables/keystone-rabbitmq.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-rabbitmq.xml:13(th) ./doc/common/tables/nova-spice.xml:13(th) ./doc/common/tables/trove-db_couchbase.xml:13(th) ./doc/common/tables/trove-clients.xml:13(th) ./doc/common/tables/ceilometer-policy.xml:13(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/keystone-memcache.xml:13(th) ./doc/common/tables/trove-qpid.xml:13(th) ./doc/common/tables/ironic-database.xml:13(th) ./doc/common/tables/keystone-qpid.xml:13(th) ./doc/common/tables/ironic-debug.xml:13(th) ./doc/common/tables/nova-volumes.xml:13(th) ./doc/common/tables/keystone-mapping.xml:13(th) ./doc/common/tables/nova-vpn.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/sahara-clients.xml:13(th) ./doc/common/tables/cinder-xiv.xml:13(th) ./doc/common/tables/nova-ec2.xml:13(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/nova-keymgr.xml:13(th) ./doc/common/tables/ceilometer-redis.xml:13(th) ./doc/common/tables/cinder-storpool.xml:13(th) ./doc/common/tables/manila-glusterfs.xml:13(th) ./doc/common/tables/heat-logging.xml:13(th) ./doc/common/tables/nova-periodic.xml:13(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/ironic-api.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:13(th) ./doc/common/tables/octavia.xml:13(th) ./doc/common/tables/ceilometer-tripleo.xml:13(th) ./doc/common/tables/sahara-rpc.xml:13(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:15(th) ./doc/common/tables/glance-zeromq.xml:13(th) ./doc/common/tables/ceilometer-logging.xml:13(th) ./doc/common/tables/neutron-l2_agent.xml:13(th) ./doc/common/tables/cinder-huawei.xml:13(th) ./doc/common/tables/sahara-object_store_access.xml:13(th) ./doc/common/tables/glance-filesystem.xml:13(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/cinder-hds-hnas.xml:13(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:13(th) ./doc/common/tables/manila-redis.xml:13(th) ./doc/common/tables/cinder-solidfire.xml:13(th) ./doc/common/tables/ironic-qpid.xml:13(th) ./doc/common/tables/keystone-os_inherit.xml:13(th) ./doc/common/tables/cinder-dothill.xml:13(th) ./doc/common/tables/trove-db_cassandra.xml:13(th) ./doc/common/tables/cinder-hplefthand.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:15(th) ./doc/common/tables/heat-metadata_api.xml:13(th) ./doc/common/tables/nova-quota.xml:13(th) ./doc/common/tables/cinder-scality.xml:13(th) ./doc/common/tables/nova-cells.xml:13(th) ./doc/common/tables/nova-redis.xml:13(th) ./doc/common/tables/sahara-zeromq.xml:13(th) ./doc/common/tables/aodh-cors.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-lbaas.xml:13(th) ./doc/common/tables/cinder-drbd.xml:13(th) ./doc/common/tables/ceilometer-service_types.xml:13(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/cinder-infortrend.xml:13(th) ./doc/common/tables/ceilometer-rgw.xml:13(th) ./doc/common/tables/ironic-dhcp.xml:13(th) ./doc/common/tables/manila-huawei.xml:13(th) ./doc/common/tables/trove-db_percona.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/ironic-auth_token.xml:13(th) ./doc/common/tables/neutron-ipv6_ra.xml:13(th) ./doc/common/tables/trove-db_db2.xml:13(th) ./doc/common/tables/ironic-glance.xml:13(th) ./doc/common/tables/ironic-virtualbox.xml:13(th) ./doc/common/tables/aodh-rpc.xml:13(th) ./doc/common/tables/ceilometer-zeromq.xml:13(th) ./doc/common/tables/neutron-vpnaas_libreswan.xml:13(th) ./doc/common/tables/glance-database.xml:13(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/manila-hdfs.xml:13(th) ./doc/common/tables/cinder-pure.xml:13(th) ./doc/common/tables/neutron-ml2_sriov.xml:13(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/glance-common.xml:13(th) ./doc/common/tables/heat-api.xml:13(th) ./doc/common/tables/ironic-irmc.xml:13(th) ./doc/common/tables/ceilometer-xenapi.xml:13(th) ./doc/common/tables/cinder-flashsystem.xml:13(th) ./doc/common/tables/nova-network.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/nova-s3.xml:13(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/keystone-token.xml:13(th) ./doc/common/tables/glance-s3.xml:13(th) ./doc/common/tables/ironic-neutron.xml:13(th) ./doc/common/tables/keystone-ldap.xml:13(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/cinder-debug.xml:13(th) ./doc/common/tables/keystone-debug.xml:13(th) ./doc/common/tables/cinder-backups_swift.xml:13(th) ./doc/common/tables/trove-auth_token.xml:13(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/trove-database.xml:13(th) ./doc/common/tables/ironic-snmp.xml:13(th) ./doc/common/tables/manila-cors.xml:13(th) ./doc/common/tables/ironic-cisco_ucs.xml:13(th) ./doc/common/tables/neutron-amqp.xml:13(th) ./doc/common/tables/manila-common.xml:13(th) ./doc/common/tables/keystone-cache.xml:13(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/heat-loadbalancer.xml:13(th) ./doc/common/tables/aodh-policy.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/neutron-sriov.xml:13(th) ./doc/common/tables/ironic-agent.xml:13(th) ./doc/common/tables/glance-amqp.xml:13(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/trove-cluster.xml:13(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:13(th) ./doc/common/tables/ceilometer-inspector.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/manila-rpc.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/trove-db_redis.xml:13(th) ./doc/common/tables/aodh-zeromq.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:15(th) ./doc/common/tables/cinder-emc.xml:13(th) ./doc/common/tables/cinder-storage_ceph.xml:13(th) ./doc/common/tables/neutron-dvr.xml:13(th) ./doc/common/tables/trove-guestagent.xml:13(th) ./doc/common/tables/manila-san.xml:13(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/nova-configdrive.xml:13(th) ./doc/common/tables/manila-auth_token.xml:13(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/manila-quobyte.xml:13(th) ./doc/common/tables/nova-vnc.xml:13(th) ./doc/common/tables/neutron-l2gw.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:13(th) ./doc/common/tables/neutron-cors.xml:13(th) ./doc/common/tables/keystone-rpc.xml:13(th) ./doc/common/tables/keystone-common.xml:13(th) ./doc/common/tables/ceilometer-vmware.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-ironic.xml:13(th) ./doc/common/tables/glance-redis.xml:13(th) ./doc/common/tables/glance-qpid.xml:13(th) ./doc/common/tables/glance-registry.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/manila-zfssa.xml:13(th) ./doc/common/tables/manila-ca.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:13(th) ./doc/common/tables/nova-qpid.xml:13(th) ./doc/common/tables/cinder-storwize.xml:13(th) ./doc/common/tables/ceilometer-swift.xml:13(th) ./doc/common/tables/heat-clients_glance.xml:13(th) ./doc/common/tables/cinder-vzstorage.xml:13(th) ./doc/common/tables/ironic-ilo.xml:13(th) ./doc/common/tables/neutron-nova.xml:13(th) ./doc/common/tables/trove-debug.xml:13(th) ./doc/common/tables/cinder-backups_nfs.xml:13(th) ./doc/common/tables/cinder-auth_token.xml:13(th) ./doc/common/tables/heat-clients_heat.xml:13(th) ./doc/common/tables/neutron-dvs.xml:13(th) ./doc/common/tables/keystone-security.xml:13(th) ./doc/common/tables/heat-database.xml:13(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/sahara-domain.xml:13(th) ./doc/common/tables/keystone-policy.xml:13(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-neutron.xml:13(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/ironic-iboot.xml:13(th) ./doc/common/tables/heat-clients_keystone.xml:13(th) ./doc/common/tables/glance-testing.xml:13(th) ./doc/common/tables/cinder-redis.xml:13(th) ./doc/common/tables/manila-ganesha.xml:13(th) ./doc/common/tables/nova-quobyte.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/manila-share.xml:13(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/nova-serial_console.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/heat-clients_sahara.xml:13(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/manila-auth.xml:13(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:13(th) ./doc/common/tables/cinder-rpc.xml:13(th) ./doc/common/tables/nova-scheduler.xml:13(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/nova-amqp.xml:13(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:13(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/nova-logging.xml:13(th) ./doc/common/tables/ironic-seamicro.xml:13(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:13(th) ./doc/common/tables/manila-netapp.xml:13(th) ./doc/common/tables/sahara-api.xml:13(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/ceilometer-api.xml:13(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:15(th) ./doc/common/tables/cinder-profiler.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/trove-api.xml:13(th) ./doc/common/tables/neutron-fwaas_varmour.xml:13(th) ./doc/common/tables/aodh-coordination.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:13(th) ./doc/common/tables/ironic-auth.xml:13(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/ironic-keystone.xml:13(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/ironic-conductor.xml:13(th) ./doc/common/tables/cinder-backups.xml:13(th) ./doc/common/tables/cinder-zeromq.xml:13(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/trove-db_postgresql.xml:13(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/heat-testing.xml:13(th) ./doc/common/tables/heat-crypt.xml:13(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/ceilometer-database.xml:13(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/trove-heat.xml:13(th) ./doc/common/tables/cinder-datera.xml:13(th) ./doc/common/tables/cinder-hpxp.xml:13(th) ./doc/common/tables/nova-hypervisor.xml:13(th) ./doc/common/tables/neutron-vpnaas.xml:13(th) ./doc/common/tables/keystone-identity.xml:13(th) ./doc/common/tables/keystone-auth.xml:13(th) ./doc/common/tables/cinder-ibmnas.xml:13(th) ./doc/common/tables/heat-clients_neutron.xml:13(th) ./doc/common/tables/glance-api.xml:13(th) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:13(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/heat-redis.xml:13(th) ./doc/common/tables/manila-scheduler.xml:13(th) ./doc/common/tables/ironic-ipmi.xml:13(th) ./doc/common/tables/nova-availabilityzones.xml:13(th) ./doc/common/tables/keystone-ca.xml:13(th) ./doc/common/tables/glance-gridfs.xml:13(th) ./doc/common/tables/trove-db_pxc.xml:13(th) ./doc/common/tables/nova-livemigration.xml:13(th) ./doc/common/tables/glance-vmware.xml:13(th) ./doc/common/tables/glance-taskflow.xml:13(th) ./doc/common/tables/ceilometer-magnetodb.xml:13(th) ./doc/common/tables/glance-swift.xml:13(th) ./doc/common/tables/nova-common.xml:13(th) ./doc/common/tables/heat-clients_cinder.xml:13(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/keystone-role.xml:13(th) ./doc/common/tables/manila-hds_hnas.xml:13(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/trove-upgrades.xml:13(th) ./doc/common/tables/ironic-rpc.xml:13(th) ./doc/common/tables/aodh-redis.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/ceilometer-events.xml:13(th) ./doc/common/tables/nova-cors.xml:13(th) ./doc/common/tables/nova-glance.xml:13(th) ./doc/common/tables/cinder-emc_sio.xml:13(th) ./doc/common/tables/neutron-vpnaas_openswan.xml:13(th) ./doc/common/tables/keystone-logging.xml:13(th) ./doc/common/tables/heat-cloudwatch_api.xml:13(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/cinder-zoning_fabric.xml:13(th) ./doc/common/tables/cinder-api.xml:13(th) ./doc/common/tables/manila-hp3par.xml:13(th) ./doc/common/tables/aodh-qpid.xml:13(th) ./doc/common/tables/trove-db_mariadb.xml:13(th) ./doc/common/tables/keystone-saml.xml:13(th) ./doc/common/tables/aodh-auth_token.xml:13(th) ./doc/common/tables/ironic-console.xml:13(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/cinder-storage.xml:13(th) ./doc/common/tables/cinder-block-device.xml:13(th) ./doc/common/tables/manila-compute.xml:13(th) ./doc/common/tables/neutron-pd_linux_agent.xml:13(th) ./doc/common/tables/sahara-redis.xml:13(th) ./doc/common/tables/neutron-onos.xml:13(th) ./doc/common/tables/heat-cors.xml:13(th) ./doc/common/tables/heat-clients_swift.xml:13(th) ./doc/common/tables/nova-zeromq.xml:13(th) ./doc/common/tables/neutron-ca.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:13(th) ./doc/common/tables/neutron-lbaas_octavia.xml:13(th) ./doc/common/tables/trove-amqp.xml:13(th) ./doc/common/tables/neutron-ml2_geneve.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-images.xml:13(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:13(th) ./doc/common/tables/sahara-cors.xml:13(th) ./doc/common/tables/nova-xvpvncproxy.xml:13(th) ./doc/common/tables/neutron-fujitsu_ism.xml:13(th) ./doc/common/tables/trove-redis.xml:13(th) ./doc/common/tables/manila-qpid.xml:13(th) ./doc/common/tables/nova-policy.xml:13(th) ./doc/common/tables/neutron-l3_arista.xml:13(th) ./doc/common/tables/manila-amqp.xml:13(th) ./doc/common/tables/ironic-ssh.xml:13(th) ./doc/common/tables/nova-authentication.xml:13(th) ./doc/common/tables/cinder-smbfs.xml:13(th) ./doc/common/tables/heat-common.xml:13(th) ./doc/common/tables/cinder-srb.xml:13(th) ./doc/common/tables/glance-imagecache.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:15(th) ./doc/common/tables/keystone-auth_token.xml:13(th) ./doc/common/tables/glance-cors.xml:13(th) ./doc/common/tables/cinder-scst.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/keystone-catalog.xml:13(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/neutron-ml2_bagpipe.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:13(th) ./doc/common/tables/nova-pci.xml:13(th) ./doc/common/tables/cinder-eqlx.xml:13(th) ./doc/common/tables/neutron-vpnaas_ipsec.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:13(th) ./doc/common/tables/heat-clients_backends.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/nova-upgrade_levels.xml:13(th) ./doc/common/tables/aodh-amqp.xml:13(th) ./doc/common/tables/neutron-vpnaas_strongswan.xml:13(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:13(th) ./doc/common/tables/cinder-common.xml:13(th) ./doc/common/tables/manila-api.xml:13(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/ceilometer-alarms.xml:13(th) ./doc/common/tables/sahara-common.xml:13(th) ./doc/common/tables/nova-metadata.xml:13(th) ./doc/common/tables/heat-rabbitmq.xml:13(th) ./doc/common/tables/nova-ipv6.xml:13(th) ./doc/common/tables/glance-rpc.xml:13(th) ./doc/common/tables/glance-profiler.xml:13(th) ./doc/common/tables/keystone-domain.xml:13(th) ./doc/common/tables/cinder-compute.xml:13(th) ./doc/common/tables/aodh-database.xml:13(th) ./doc/common/tables/ironic-pxe.xml:13(th) ./doc/common/tables/keystone-credential.xml:13(th) ./doc/common/tables/nova-barbican.xml:13(th) ./doc/common/tables/keystone-assignment.xml:13(th) ./doc/common/tables/heat-clients_trove.xml:13(th) ./doc/common/tables/ceilometer-rabbitmq.xml:13(th) ./doc/common/tables/sahara-qpid.xml:13(th) ./doc/common/tables/cinder-xio.xml:13(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:13(th) ./doc/common/tables/keystone-cors.xml:13(th) ./doc/common/tables/ironic-inspector.xml:13(th) ./doc/common/tables/cinder-cloudbyte.xml:13(th) ./doc/common/tables/nova-vmware.xml:13(th) ./doc/common/tables/neutron-bagpipe.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/trove-db_vertica.xml:13(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/manila-emc.xml:13(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/cinder-zfssa-nfs.xml:13(th) ./doc/common/tables/ceilometer-notification.xml:13(th) ./doc/common/tables/cinder-hp3par.xml:13(th) ./doc/common/tables/cinder-vmware.xml:13(th) ./doc/common/tables/manila-logging.xml:13(th) ./doc/common/tables/nova-libvirt.xml:13(th) ./doc/common/tables/manila-rabbitmq.xml:13(th) ./doc/common/tables/glance-ca.xml:13(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/cinder-auth.xml:13(th) ./doc/common/tables/nova-xen.xml:13(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/nova-zookeeper.xml:13(th) ./doc/common/tables/sahara-database.xml:13(th) ./doc/common/tables/sahara-logging.xml:13(th) ./doc/common/tables/neutron-nsx.xml:13(th) ./doc/common/tables/trove-swift.xml:13(th) ./doc/common/tables/keystone-kvs.xml:13(th) ./doc/common/tables/glance-rabbitmq.xml:13(th) ./doc/common/tables/trove-backup.xml:13(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/sahara-timeouts.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/cinder-backups_tsm.xml:13(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:15(th) ./doc/common/tables/glance-logging.xml:13(th) ./doc/common/tables/glance-auth_token.xml:13(th) ./doc/common/tables/keystone-amqp.xml:13(th) ./doc/common/tables/keystone-oauth.xml:13(th) ./doc/common/tables/nova-api.xml:13(th) ./doc/common/tables/nova-rdp.xml:13(th) ./doc/common/tables/aodh-common.xml:13(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:15(th) ./doc/common/tables/trove-common.xml:13(th) ./doc/common/tables/aodh-rabbitmq.xml:13(th) ./doc/common/tables/aodh-auth.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:13(th) ./doc/common/tables/cinder-lvm.xml:13(th) ./doc/common/tables/keystone-database.xml:13(th) ./doc/common/tables/aodh-logging.xml:13(th) ./doc/common/tables/manila-winrm.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:13(th) +#: ./doc/common/section_cli_install.xml:30(th) ./doc/common/section_cli_overview.xml:43(th) ./doc/common/tables/nova-testing.xml:31(th) ./doc/common/tables/ironic-amqp.xml:31(th) ./doc/common/tables/heat-amqp.xml:31(th) ./doc/common/tables/neutron-logging.xml:13(th) ./doc/common/tables/cinder-openvstorage.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:15(th) ./doc/common/tables/nova-console.xml:31(th) ./doc/common/tables/cinder-zones.xml:31(th) ./doc/common/tables/keystone-federation.xml:31(th) ./doc/common/tables/trove-rpc.xml:31(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:15(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:13(th) ./doc/common/tables/trove-compute.xml:31(th) ./doc/common/tables/ceilometer-debug.xml:31(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:15(th) ./doc/common/tables/ceilometer-qpid.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:15(th) ./doc/common/tables/ironic-swift.xml:31(th) ./doc/common/tables/ironic-policy.xml:31(th) ./doc/common/tables/neutron-fwaas_ngfw.xml:13(th) ./doc/common/tables/trove-dns.xml:31(th) ./doc/common/tables/ceilometer-ipmi.xml:31(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:15(th) ./doc/common/tables/cinder-windows.xml:31(th) ./doc/common/tables/heat-clients.xml:31(th) ./doc/common/tables/swift-rsyncd-object_sda.xml:15(th) ./doc/common/tables/cinder-sheepdog.xml:31(th) ./doc/common/tables/trove-zeromq.xml:31(th) ./doc/common/tables/sahara-auth_token.xml:31(th) ./doc/common/tables/ironic-amt.xml:31(th) ./doc/common/tables/manila-database.xml:31(th) ./doc/common/tables/glance-rbd.xml:31(th) ./doc/common/tables/neutron-lbaas_agent.xml:13(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:15(th) ./doc/common/tables/cinder-zoning.xml:31(th) ./doc/common/tables/cinder-backups_ceph.xml:31(th) ./doc/common/tables/heat-cfn_api.xml:31(th) ./doc/common/tables/cinder-lenovo.xml:31(th) ./doc/common/tables/sahara-policy.xml:31(th) ./doc/common/tables/keystone-zeromq.xml:31(th) ./doc/common/tables/ceilometer-auth.xml:31(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:15(th) ./doc/common/tables/glance-policy.xml:31(th) ./doc/common/tables/cinder-amqp.xml:31(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:15(th) ./doc/common/tables/heat-zeromq.xml:31(th) ./doc/common/tables/cinder-ca.xml:31(th) ./doc/common/tables/cinder-zfssa.xml:13(th) ./doc/common/tables/nova-fping.xml:31(th) ./doc/common/tables/neutron-l3_agent.xml:13(th) ./doc/common/tables/ceilometer-glance.xml:31(th) ./doc/common/tables/ironic-zeromq.xml:31(th) ./doc/common/tables/aodh-api.xml:13(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:15(th) ./doc/common/tables/heat-clients_nova.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:15(th) ./doc/common/tables/neutron-ml2_ncs.xml:13(th) ./doc/common/tables/heat-qpid.xml:31(th) ./doc/common/tables/cinder-logging.xml:31(th) ./doc/common/tables/neutron-ovn.xml:13(th) ./doc/common/tables/neutron-fujitsu_cfab.xml:13(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:13(th) ./doc/common/tables/neutron-opencontrail.xml:13(th) ./doc/common/tables/ceilometer-alarm.xml:31(th) ./doc/common/tables/trove-quota.xml:31(th) ./doc/common/tables/keystone-redis.xml:31(th) ./doc/common/tables/cinder-hpmsa.xml:31(th) ./doc/common/tables/ceilometer-cors.xml:31(th) ./doc/common/tables/cinder-tintri.xml:31(th) ./doc/common/tables/swift-swift-swift-constraints.xml:15(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:15(th) ./doc/common/tables/heat-quota.xml:31(th) ./doc/common/tables/neutron-hyperv_agent.xml:13(th) ./doc/common/tables/neutron-cisco.xml:13(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:15(th) ./doc/common/tables/swift-dispersion-dispersion.xml:15(th) ./doc/common/tables/trove-db_mongodb.xml:31(th) ./doc/common/tables/ironic-disk_partitioner.xml:31(th) ./doc/common/tables/cinder-storage_glusterfs.xml:31(th) ./doc/common/tables/nova-hyperv.xml:31(th) ./doc/common/tables/trove-network.xml:31(th) ./doc/common/tables/neutron-zeromq.xml:13(th) ./doc/common/tables/cinder-database.xml:31(th) ./doc/common/tables/glance-scrubber.xml:31(th) ./doc/common/tables/ceilometer-collector.xml:31(th) ./doc/common/tables/cinder-violin.xml:31(th) ./doc/common/tables/ironic-logging.xml:31(th) ./doc/common/tables/keystone-trust.xml:31(th) ./doc/common/tables/neutron-policy.xml:13(th) ./doc/common/tables/nova-rabbitmq.xml:31(th) ./doc/common/tables/nova-ldap.xml:31(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:31(th) ./doc/common/tables/ceilometer-amqp.xml:31(th) ./doc/common/tables/manila-zeromq.xml:31(th) ./doc/common/tables/glance-elasticsearch.xml:13(th) ./doc/common/tables/neutron-auth_token.xml:13(th) ./doc/common/tables/sahara-rabbitmq.xml:31(th) ./doc/common/tables/neutron-lbaas_services.xml:13(th) ./doc/common/tables/neutron-ml2_vlan.xml:13(th) ./doc/common/tables/cinder-hgst.xml:31(th) ./doc/common/tables/heat-clients_ceilometer.xml:31(th) ./doc/common/tables/keystone-api.xml:31(th) ./doc/common/tables/ironic-redis.xml:31(th) ./doc/common/tables/cinder-qpid.xml:31(th) ./doc/common/tables/swift-object-server-app-object-server.xml:15(th) ./doc/common/tables/trove-nova.xml:31(th) ./doc/common/tables/heat-waitcondition_api.xml:31(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:31(th) ./doc/common/tables/nova-debug.xml:31(th) ./doc/common/tables/cinder-blockbridge.xml:31(th) ./doc/common/tables/cinder-san.xml:31(th) ./doc/common/tables/heat-rpc.xml:31(th) ./doc/common/tables/neutron-ml2_gre.xml:13(th) ./doc/common/tables/ironic-deploy.xml:31(th) ./doc/common/tables/neutron-rpc.xml:13(th) ./doc/common/tables/nova-conductor.xml:31(th) ./doc/common/tables/cinder-cors.xml:31(th) ./doc/common/tables/swift-container-server-container-sync.xml:15(th) ./doc/common/tables/trove-taskmanager.xml:31(th) ./doc/common/tables/nova-rpc.xml:31(th) ./doc/common/tables/ceilometer-zaqar.xml:31(th) ./doc/common/tables/swift-account-server-account-reaper.xml:15(th) ./doc/common/tables/keystone-tokenless.xml:31(th) ./doc/common/tables/nova-compute.xml:31(th) ./doc/common/tables/cinder-scheduler.xml:31(th) ./doc/common/tables/nova-ca.xml:31(th) ./doc/common/tables/swift-memcache-memcache.xml:15(th) ./doc/common/tables/neutron-api.xml:13(th) ./doc/common/tables/nova-database.xml:31(th) ./doc/common/tables/nova-trustedcomputing.xml:31(th) ./doc/common/tables/cinder-dellsc.xml:31(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:15(th) ./doc/common/tables/trove-logging.xml:31(th) ./doc/common/tables/cinder-quota.xml:31(th) ./doc/common/tables/ironic-drac.xml:31(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:15(th) ./doc/common/tables/ironic-common.xml:31(th) ./doc/common/tables/cinder-nimble.xml:31(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:13(th) ./doc/common/tables/cinder-zoning_manager.xml:31(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:13(th) ./doc/common/tables/swift-object-server-object-replicator.xml:15(th) ./doc/common/tables/heat-auth_token.xml:31(th) ./doc/common/tables/heat-notification.xml:31(th) ./doc/common/tables/glance-debug.xml:13(th) ./doc/common/tables/ceilometer-common.xml:31(th) ./doc/common/tables/cinder-storage_nfs.xml:31(th) ./doc/common/tables/manila-quota.xml:31(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:31(th) ./doc/common/tables/sahara-amqp.xml:31(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:31(th) ./doc/common/tables/neutron-metadata.xml:13(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:15(th) ./doc/common/tables/trove-volume.xml:31(th) ./doc/common/tables/trove-ca.xml:13(th) ./doc/common/tables/neutron-rabbitmq.xml:13(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:15(th) ./doc/common/tables/swift-container-server-filter-recon.xml:15(th) ./doc/common/tables/keystone-fernet_tokens.xml:31(th) ./doc/common/tables/keystone-revoke.xml:31(th) ./doc/common/tables/nova-auth_token.xml:31(th) ./doc/common/tables/trove-db_mysql.xml:31(th) ./doc/common/tables/ironic-rabbitmq.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:15(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:15(th) ./doc/common/tables/swift-container-server-container-auditor.xml:15(th) ./doc/common/tables/glance-replicator.xml:31(th) ./doc/common/tables/neutron-dhcp_agent.xml:13(th) ./doc/common/tables/neutron-nec.xml:13(th) ./doc/common/tables/neutron-embrane.xml:13(th) ./doc/common/tables/manila-storage.xml:31(th) ./doc/common/tables/cinder-storage_gpfs.xml:31(th) ./doc/common/tables/keystone-rabbitmq.xml:31(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:15(th) ./doc/common/tables/cinder-rabbitmq.xml:31(th) ./doc/common/tables/nova-spice.xml:31(th) ./doc/common/tables/trove-db_couchbase.xml:31(th) ./doc/common/tables/trove-clients.xml:31(th) ./doc/common/tables/ceilometer-policy.xml:31(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:15(th) ./doc/common/tables/keystone-memcache.xml:31(th) ./doc/common/tables/trove-qpid.xml:31(th) ./doc/common/tables/ironic-database.xml:31(th) ./doc/common/tables/keystone-qpid.xml:31(th) ./doc/common/tables/ironic-debug.xml:31(th) ./doc/common/tables/nova-volumes.xml:31(th) ./doc/common/tables/keystone-mapping.xml:31(th) ./doc/common/tables/nova-vpn.xml:31(th) ./doc/common/tables/swift-rsyncd-object_sdc.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:15(th) ./doc/common/tables/neutron-ml2_cisco.xml:13(th) ./doc/common/tables/sahara-clients.xml:31(th) ./doc/common/tables/cinder-xiv.xml:31(th) ./doc/common/tables/nova-ec2.xml:31(th) ./doc/common/tables/neutron-fwaas.xml:13(th) ./doc/common/tables/nova-keymgr.xml:31(th) ./doc/common/tables/ceilometer-redis.xml:31(th) ./doc/common/tables/cinder-storpool.xml:13(th) ./doc/common/tables/manila-glusterfs.xml:31(th) ./doc/common/tables/heat-logging.xml:31(th) ./doc/common/tables/nova-periodic.xml:31(th) ./doc/common/tables/neutron-ml2_ofa.xml:13(th) ./doc/common/tables/ironic-api.xml:31(th) ./doc/common/tables/heat-trustee.xml:31(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:31(th) ./doc/common/tables/octavia.xml:13(th) ./doc/common/tables/ceilometer-tripleo.xml:31(th) ./doc/common/tables/sahara-rpc.xml:31(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:15(th) ./doc/common/tables/glance-zeromq.xml:31(th) ./doc/common/tables/ceilometer-logging.xml:31(th) ./doc/common/tables/neutron-l2_agent.xml:13(th) ./doc/common/tables/cinder-huawei.xml:31(th) ./doc/common/tables/sahara-object_store_access.xml:31(th) ./doc/common/tables/glance-filesystem.xml:31(th) ./doc/common/tables/swift-container-server-app-container-server.xml:15(th) ./doc/common/tables/cinder-hds-hnas.xml:31(th) ./doc/common/tables/nova-apiv21.xml:31(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:31(th) ./doc/common/tables/manila-redis.xml:31(th) ./doc/common/tables/cinder-solidfire.xml:31(th) ./doc/common/tables/ironic-qpid.xml:31(th) ./doc/common/tables/keystone-os_inherit.xml:31(th) ./doc/common/tables/cinder-dothill.xml:31(th) ./doc/common/tables/trove-db_cassandra.xml:31(th) ./doc/common/tables/cinder-hplefthand.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:15(th) ./doc/common/tables/neutron-midonet.xml:13(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:15(th) ./doc/common/tables/heat-metadata_api.xml:31(th) ./doc/common/tables/nova-quota.xml:31(th) ./doc/common/tables/cinder-scality.xml:31(th) ./doc/common/tables/nova-cells.xml:31(th) ./doc/common/tables/nova-redis.xml:31(th) ./doc/common/tables/sahara-zeromq.xml:31(th) ./doc/common/tables/aodh-cors.xml:13(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:15(th) ./doc/common/tables/neutron-lbaas.xml:13(th) ./doc/common/tables/cinder-drbd.xml:31(th) ./doc/common/tables/swift-rsyncd-object6020.xml:15(th) ./doc/common/tables/ceilometer-service_types.xml:31(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:15(th) ./doc/common/tables/cinder-infortrend.xml:31(th) ./doc/common/tables/ceilometer-rgw.xml:31(th) ./doc/common/tables/ironic-dhcp.xml:31(th) ./doc/common/tables/manila-huawei.xml:31(th) ./doc/common/tables/trove-db_percona.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:15(th) ./doc/common/tables/neutron-ml2.xml:13(th) ./doc/common/tables/ironic-auth_token.xml:31(th) ./doc/common/tables/neutron-ipv6_ra.xml:13(th) ./doc/common/tables/trove-db_db2.xml:31(th) ./doc/common/tables/ironic-glance.xml:31(th) ./doc/common/tables/ironic-virtualbox.xml:31(th) ./doc/common/tables/aodh-rpc.xml:13(th) ./doc/common/tables/ceilometer-zeromq.xml:31(th) ./doc/common/tables/neutron-vpnaas_libreswan.xml:13(th) ./doc/common/tables/glance-database.xml:31(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:15(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:15(th) ./doc/common/tables/manila-hdfs.xml:31(th) ./doc/common/tables/cinder-pure.xml:31(th) ./doc/common/tables/neutron-ml2_sriov.xml:13(th) ./doc/common/tables/neutron-agent.xml:13(th) ./doc/common/tables/glance-common.xml:31(th) ./doc/common/tables/heat-api.xml:31(th) ./doc/common/tables/ironic-irmc.xml:31(th) ./doc/common/tables/ceilometer-xenapi.xml:31(th) ./doc/common/tables/cinder-flashsystem.xml:31(th) ./doc/common/tables/nova-network.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:15(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:15(th) ./doc/common/tables/nova-s3.xml:31(th) ./doc/common/tables/swift-rsyncd-object6040.xml:15(th) ./doc/common/tables/neutron-ml2_brocade.xml:13(th) ./doc/common/tables/cinder-quobyte.xml:31(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:15(th) ./doc/common/tables/keystone-token.xml:31(th) ./doc/common/tables/glance-s3.xml:31(th) ./doc/common/tables/ironic-neutron.xml:31(th) ./doc/common/tables/keystone-ldap.xml:31(th) ./doc/common/tables/swift-swift-swift-hash.xml:15(th) ./doc/common/tables/cinder-debug.xml:31(th) ./doc/common/tables/keystone-debug.xml:31(th) ./doc/common/tables/cinder-backups_swift.xml:31(th) ./doc/common/tables/trove-auth_token.xml:31(th) ./doc/common/tables/neutron-ml2_vxlan.xml:13(th) ./doc/common/tables/trove-database.xml:31(th) ./doc/common/tables/ironic-snmp.xml:31(th) ./doc/common/tables/swift-rsyncd-object_sdb.xml:15(th) ./doc/common/tables/manila-cors.xml:31(th) ./doc/common/tables/swift-rsyncd-object6010.xml:15(th) ./doc/common/tables/ironic-cisco_ucs.xml:31(th) ./doc/common/tables/neutron-amqp.xml:13(th) ./doc/common/tables/manila-common.xml:31(th) ./doc/common/tables/keystone-cache.xml:31(th) ./doc/common/tables/swift-object-server-object-auditor.xml:15(th) ./doc/common/tables/heat-loadbalancer.xml:31(th) ./doc/common/tables/aodh-policy.xml:13(th) ./doc/common/tables/swift-account-server-account-auditor.xml:15(th) ./doc/common/tables/neutron-sriov.xml:13(th) ./doc/common/tables/ironic-agent.xml:31(th) ./doc/common/tables/glance-amqp.xml:31(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:15(th) ./doc/common/tables/trove-cluster.xml:31(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:31(th) ./doc/common/tables/ceilometer-inspector.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:15(th) ./doc/common/tables/manila-rpc.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:15(th) ./doc/common/tables/trove-db_redis.xml:31(th) ./doc/common/tables/aodh-zeromq.xml:13(th) ./doc/common/tables/neutron-ml2_odl.xml:13(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:15(th) ./doc/common/tables/cinder-emc.xml:31(th) ./doc/common/tables/cinder-storage_ceph.xml:31(th) ./doc/common/tables/neutron-dvr.xml:13(th) ./doc/common/tables/trove-guestagent.xml:31(th) ./doc/common/tables/manila-san.xml:31(th) ./doc/common/tables/swift-rsyncd-container.xml:15(th) ./doc/common/tables/nova-configdrive.xml:31(th) ./doc/common/tables/manila-auth_token.xml:31(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:15(th) ./doc/common/tables/manila-quobyte.xml:31(th) ./doc/common/tables/nova-vnc.xml:31(th) ./doc/common/tables/neutron-l2gw.xml:13(th) ./doc/common/tables/swift-rsyncd-object.xml:15(th) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:13(th) ./doc/common/tables/neutron-cors.xml:13(th) ./doc/common/tables/keystone-rpc.xml:31(th) ./doc/common/tables/keystone-common.xml:31(th) ./doc/common/tables/ceilometer-vmware.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:15(th) ./doc/common/tables/nova-ironic.xml:31(th) ./doc/common/tables/glance-redis.xml:31(th) ./doc/common/tables/glance-qpid.xml:31(th) ./doc/common/tables/glance-registry.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:15(th) ./doc/common/tables/neutron-ml2_flat.xml:13(th) ./doc/common/tables/manila-zfssa.xml:31(th) ./doc/common/tables/manila-ca.xml:31(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:31(th) ./doc/common/tables/nova-qpid.xml:31(th) ./doc/common/tables/cinder-storwize.xml:31(th) ./doc/common/tables/ceilometer-swift.xml:31(th) ./doc/common/tables/heat-clients_glance.xml:31(th) ./doc/common/tables/cinder-vzstorage.xml:31(th) ./doc/common/tables/ironic-ilo.xml:31(th) ./doc/common/tables/neutron-nova.xml:13(th) ./doc/common/tables/trove-debug.xml:31(th) ./doc/common/tables/cinder-backups_nfs.xml:31(th) ./doc/common/tables/cinder-auth_token.xml:31(th) ./doc/common/tables/heat-clients_heat.xml:31(th) ./doc/common/tables/neutron-dvs.xml:13(th) ./doc/common/tables/keystone-security.xml:31(th) ./doc/common/tables/heat-database.xml:31(th) ./doc/common/tables/swift-account-server-filter-recon.xml:15(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:15(th) ./doc/common/tables/sahara-domain.xml:31(th) ./doc/common/tables/keystone-policy.xml:31(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:15(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:15(th) ./doc/common/tables/nova-neutron.xml:31(th) ./doc/common/tables/neutron-brocade.xml:13(th) ./doc/common/tables/ironic-iboot.xml:31(th) ./doc/common/tables/heat-clients_keystone.xml:31(th) ./doc/common/tables/glance-testing.xml:31(th) ./doc/common/tables/cinder-redis.xml:31(th) ./doc/common/tables/manila-ganesha.xml:31(th) ./doc/common/tables/nova-quobyte.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:15(th) ./doc/common/tables/manila-share.xml:31(th) ./doc/common/tables/neutron-scheduler.xml:13(th) ./doc/common/tables/neutron-securitygroups.xml:13(th) ./doc/common/tables/nova-serial_console.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:15(th) ./doc/common/tables/heat-clients_sahara.xml:31(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:15(th) ./doc/common/tables/neutron-bigswitch.xml:13(th) ./doc/common/tables/manila-auth.xml:31(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:31(th) ./doc/common/tables/cinder-rpc.xml:31(th) ./doc/common/tables/nova-scheduler.xml:31(th) ./doc/common/tables/swift-account-server-app-account-server.xml:15(th) ./doc/common/tables/nova-amqp.xml:31(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:31(th) ./doc/common/tables/neutron-metering_agent.xml:13(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:13(th) ./doc/common/tables/nova-logging.xml:31(th) ./doc/common/tables/ironic-seamicro.xml:31(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:31(th) ./doc/common/tables/manila-netapp.xml:31(th) ./doc/common/tables/sahara-api.xml:31(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:15(th) ./doc/common/tables/ceilometer-api.xml:31(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:15(th) ./doc/common/tables/cinder-profiler.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:15(th) ./doc/common/tables/trove-api.xml:31(th) ./doc/common/tables/neutron-fwaas_varmour.xml:13(th) ./doc/common/tables/aodh-coordination.xml:13(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:15(th) ./doc/common/tables/glance-cinder.xml:31(th) ./doc/common/tables/ironic-auth.xml:31(th) ./doc/common/tables/nova-apiv3.xml:13(th) ./doc/common/tables/ironic-keystone.xml:31(th) ./doc/common/tables/swift-container-server-container-updater.xml:15(th) ./doc/common/tables/ironic-conductor.xml:31(th) ./doc/common/tables/cinder-backups.xml:31(th) ./doc/common/tables/cinder-zeromq.xml:31(th) ./doc/common/tables/swift-object-server-object-updater.xml:15(th) ./doc/common/tables/trove-db_postgresql.xml:31(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:15(th) ./doc/common/tables/heat-testing.xml:31(th) ./doc/common/tables/heat-crypt.xml:31(th) ./doc/common/tables/swift-container-server-container-replicator.xml:15(th) ./doc/common/tables/ceilometer-database.xml:31(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:15(th) ./doc/common/tables/trove-heat.xml:31(th) ./doc/common/tables/cinder-datera.xml:31(th) ./doc/common/tables/cinder-hpxp.xml:31(th) ./doc/common/tables/nova-hypervisor.xml:31(th) ./doc/common/tables/neutron-vpnaas.xml:13(th) ./doc/common/tables/keystone-identity.xml:31(th) ./doc/common/tables/keystone-auth.xml:31(th) ./doc/common/tables/cinder-ibmnas.xml:31(th) ./doc/common/tables/heat-clients_neutron.xml:31(th) ./doc/common/tables/glance-api.xml:31(th) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:31(th) ./doc/common/tables/neutron-common.xml:13(th) ./doc/common/tables/heat-redis.xml:31(th) ./doc/common/tables/manila-scheduler.xml:31(th) ./doc/common/tables/ironic-ipmi.xml:31(th) ./doc/common/tables/nova-availabilityzones.xml:31(th) ./doc/common/tables/keystone-ca.xml:31(th) ./doc/common/tables/glance-gridfs.xml:31(th) ./doc/common/tables/trove-db_pxc.xml:31(th) ./doc/common/tables/nova-livemigration.xml:31(th) ./doc/common/tables/glance-vmware.xml:31(th) ./doc/common/tables/glance-taskflow.xml:31(th) ./doc/common/tables/ceilometer-magnetodb.xml:31(th) ./doc/common/tables/glance-swift.xml:31(th) ./doc/common/tables/nova-common.xml:31(th) ./doc/common/tables/heat-clients_cinder.xml:31(th) ./doc/common/tables/neutron-nvsd.xml:13(th) ./doc/common/tables/keystone-role.xml:31(th) ./doc/common/tables/manila-hds_hnas.xml:31(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:15(th) ./doc/common/tables/trove-upgrades.xml:31(th) ./doc/common/tables/ironic-rpc.xml:31(th) ./doc/common/tables/aodh-redis.xml:13(th) ./doc/common/tables/swift-account-server-account-replicator.xml:15(th) ./doc/common/tables/ceilometer-events.xml:31(th) ./doc/common/tables/nova-cors.xml:31(th) ./doc/common/tables/nova-glance.xml:31(th) ./doc/common/tables/cinder-emc_sio.xml:31(th) ./doc/common/tables/neutron-vpnaas_openswan.xml:13(th) ./doc/common/tables/keystone-logging.xml:31(th) ./doc/common/tables/heat-cloudwatch_api.xml:31(th) ./doc/common/tables/neutron-ml2_arista.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:15(th) ./doc/common/tables/cinder-zoning_fabric.xml:31(th) ./doc/common/tables/cinder-api.xml:31(th) ./doc/common/tables/manila-hp3par.xml:31(th) ./doc/common/tables/aodh-qpid.xml:13(th) ./doc/common/tables/trove-db_mariadb.xml:31(th) ./doc/common/tables/keystone-saml.xml:31(th) ./doc/common/tables/aodh-auth_token.xml:13(th) ./doc/common/tables/ironic-console.xml:31(th) ./doc/common/tables/neutron-openvswitch_agent.xml:13(th) ./doc/common/tables/cinder-storage.xml:31(th) ./doc/common/tables/cinder-block-device.xml:31(th) ./doc/common/tables/manila-compute.xml:31(th) ./doc/common/tables/neutron-pd_linux_agent.xml:13(th) ./doc/common/tables/sahara-redis.xml:31(th) ./doc/common/tables/neutron-onos.xml:13(th) ./doc/common/tables/heat-cors.xml:31(th) ./doc/common/tables/heat-clients_swift.xml:31(th) ./doc/common/tables/manila-gpfs.xml:31(th) ./doc/common/tables/nova-zeromq.xml:31(th) ./doc/common/tables/neutron-ca.xml:13(th) ./doc/common/tables/trove-rabbitmq.xml:31(th) ./doc/common/tables/neutron-lbaas_octavia.xml:13(th) ./doc/common/tables/trove-amqp.xml:31(th) ./doc/common/tables/neutron-ml2_geneve.xml:13(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:15(th) ./doc/common/tables/cinder-images.xml:31(th) ./doc/common/tables/neutron-qpid.xml:13(th) ./doc/common/tables/cinder-keymgr.xml:31(th) ./doc/common/tables/sahara-cors.xml:31(th) ./doc/common/tables/nova-xvpvncproxy.xml:31(th) ./doc/common/tables/neutron-fujitsu_ism.xml:13(th) ./doc/common/tables/trove-redis.xml:31(th) ./doc/common/tables/manila-qpid.xml:31(th) ./doc/common/tables/nova-policy.xml:31(th) ./doc/common/tables/neutron-l3_arista.xml:13(th) ./doc/common/tables/manila-amqp.xml:31(th) ./doc/common/tables/ironic-ssh.xml:31(th) ./doc/common/tables/nova-authentication.xml:31(th) ./doc/common/tables/cinder-smbfs.xml:31(th) ./doc/common/tables/heat-common.xml:31(th) ./doc/common/tables/cinder-srb.xml:31(th) ./doc/common/tables/glance-imagecache.xml:31(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:15(th) ./doc/common/tables/keystone-auth_token.xml:31(th) ./doc/common/tables/glance-cors.xml:31(th) ./doc/common/tables/cinder-scst.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:15(th) ./doc/common/tables/keystone-catalog.xml:31(th) ./doc/common/tables/neutron-sdnve.xml:13(th) ./doc/common/tables/neutron-ml2_bagpipe.xml:13(th) ./doc/common/tables/ceilometer-rpc.xml:31(th) ./doc/common/tables/nova-pci.xml:31(th) ./doc/common/tables/cinder-eqlx.xml:31(th) ./doc/common/tables/neutron-vpnaas_ipsec.xml:13(th) ./doc/common/tables/glance-sheepdog.xml:31(th) ./doc/common/tables/heat-clients_backends.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:15(th) ./doc/common/tables/neutron-ml2_mlnx.xml:13(th) ./doc/common/tables/swift-object-server-filter-recon.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:15(th) ./doc/common/tables/nova-upgrade_levels.xml:31(th) ./doc/common/tables/aodh-amqp.xml:13(th) ./doc/common/tables/neutron-vpnaas_strongswan.xml:13(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:31(th) ./doc/common/tables/cinder-common.xml:31(th) ./doc/common/tables/manila-api.xml:31(th) ./doc/common/tables/neutron-vmware.xml:13(th) ./doc/common/tables/neutron-database.xml:13(th) ./doc/common/tables/ceilometer-alarms.xml:31(th) ./doc/common/tables/sahara-common.xml:31(th) ./doc/common/tables/nova-metadata.xml:31(th) ./doc/common/tables/heat-rabbitmq.xml:31(th) ./doc/common/tables/nova-ipv6.xml:31(th) ./doc/common/tables/glance-rpc.xml:31(th) ./doc/common/tables/glance-profiler.xml:31(th) ./doc/common/tables/keystone-domain.xml:31(th) ./doc/common/tables/cinder-compute.xml:31(th) ./doc/common/tables/aodh-database.xml:13(th) ./doc/common/tables/ironic-pxe.xml:31(th) ./doc/common/tables/keystone-credential.xml:31(th) ./doc/common/tables/nova-barbican.xml:31(th) ./doc/common/tables/keystone-assignment.xml:31(th) ./doc/common/tables/heat-clients_trove.xml:31(th) ./doc/common/tables/ceilometer-rabbitmq.xml:31(th) ./doc/common/tables/sahara-qpid.xml:31(th) ./doc/common/tables/cinder-xio.xml:31(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:13(th) ./doc/common/tables/neutron-quotas.xml:13(th) ./doc/common/tables/ceilometer-exchange.xml:31(th) ./doc/common/tables/keystone-cors.xml:31(th) ./doc/common/tables/ironic-inspector.xml:31(th) ./doc/common/tables/cinder-cloudbyte.xml:31(th) ./doc/common/tables/nova-vmware.xml:31(th) ./doc/common/tables/neutron-bagpipe.xml:13(th) ./doc/common/tables/neutron-redis.xml:13(th) ./doc/common/tables/trove-db_vertica.xml:31(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:15(th) ./doc/common/tables/manila-emc.xml:31(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:15(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:15(th) ./doc/common/tables/neutron-ml2_l2pop.xml:13(th) ./doc/common/tables/cinder-zfssa-nfs.xml:31(th) ./doc/common/tables/ceilometer-notification.xml:31(th) ./doc/common/tables/cinder-hp3par.xml:31(th) ./doc/common/tables/cinder-vmware.xml:31(th) ./doc/common/tables/manila-logging.xml:31(th) ./doc/common/tables/nova-libvirt.xml:31(th) ./doc/common/tables/manila-rabbitmq.xml:31(th) ./doc/common/tables/glance-ca.xml:31(th) ./doc/common/tables/neutron-plumgrid.xml:13(th) ./doc/common/tables/cinder-auth.xml:31(th) ./doc/common/tables/nova-xen.xml:31(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:15(th) ./doc/common/tables/nova-zookeeper.xml:31(th) ./doc/common/tables/sahara-database.xml:31(th) ./doc/common/tables/sahara-logging.xml:31(th) ./doc/common/tables/neutron-nsx.xml:13(th) ./doc/common/tables/trove-swift.xml:31(th) ./doc/common/tables/keystone-kvs.xml:31(th) ./doc/common/tables/glance-rabbitmq.xml:31(th) ./doc/common/tables/trove-backup.xml:31(th) ./doc/common/tables/swift-rsyncd-account.xml:15(th) ./doc/common/tables/neutron-compute.xml:13(th) ./doc/common/tables/swift-rsyncd-object6030.xml:15(th) ./doc/common/tables/sahara-timeouts.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:15(th) ./doc/common/tables/cinder-backups_tsm.xml:31(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:15(th) ./doc/common/tables/glance-logging.xml:31(th) ./doc/common/tables/glance-auth_token.xml:31(th) ./doc/common/tables/keystone-amqp.xml:31(th) ./doc/common/tables/keystone-oauth.xml:31(th) ./doc/common/tables/nova-api.xml:31(th) ./doc/common/tables/nova-rdp.xml:31(th) ./doc/common/tables/aodh-common.xml:13(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:15(th) ./doc/common/tables/trove-common.xml:31(th) ./doc/common/tables/aodh-rabbitmq.xml:13(th) ./doc/common/tables/aodh-auth.xml:13(th) ./doc/common/tables/ceilometer-auth_token.xml:31(th) ./doc/common/tables/cinder-lvm.xml:31(th) ./doc/common/tables/keystone-database.xml:31(th) ./doc/common/tables/aodh-logging.xml:13(th) ./doc/common/tables/manila-winrm.xml:31(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:15(th) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:13(th) msgid "Description" msgstr "" @@ -2537,11 +2537,11 @@ msgstr "" msgid "ssd.large" msgstr "" -#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:25(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:36(replaceable) ./doc/common/tables/ironic-agent.xml:45(replaceable) ./doc/common/tables/ironic-ilo.xml:53(replaceable) +#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:43(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:54(replaceable) ./doc/common/tables/ironic-agent.xml:63(replaceable) ./doc/common/tables/ironic-ilo.xml:71(replaceable) msgid "6" msgstr "" -#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:44(replaceable) ./doc/common/tables/keystone-api.xml:45(replaceable) +#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:48(replaceable) ./doc/common/tables/keystone-api.xml:63(replaceable) msgid "8192" msgstr "" @@ -2549,7 +2549,7 @@ msgstr "" msgid "80" msgstr "" -#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:152(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:44(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:57(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:154(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:57(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:24(replaceable) ./doc/common/tables/neutron-bigswitch.xml:152(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:25(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(replaceable) +#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:152(replaceable) ./doc/common/tables/swift-rsyncd-object_sda.xml:24(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:44(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:57(replaceable) ./doc/common/tables/swift-rsyncd-object_sdc.xml:24(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:154(replaceable) ./doc/common/tables/glance-common.xml:119(replaceable) ./doc/common/tables/heat-api.xml:79(replaceable) ./doc/common/tables/heat-api.xml:199(replaceable) ./doc/common/tables/swift-rsyncd-object_sdb.xml:24(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:75(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:24(replaceable) ./doc/common/tables/neutron-bigswitch.xml:152(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:25(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:24(replaceable) msgid "4" msgstr "" @@ -2645,63 +2645,63 @@ msgstr "" msgid "Strings can be optionally enclosed with single or double quotes." msgstr "" -#: ./doc/common/section_config_format.xml:128(title) +#: ./doc/common/section_config_format.xml:124(title) msgid "Sections" msgstr "" -#: ./doc/common/section_config_format.xml:135(literal) ./doc/common/tables/nova-testing.xml:18(th) ./doc/common/tables/ironic-amqp.xml:18(th) ./doc/common/tables/heat-amqp.xml:18(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/cinder-openvstorage.xml:18(th) ./doc/common/tables/nova-console.xml:18(th) ./doc/common/tables/cinder-zones.xml:18(th) ./doc/common/tables/trove-rpc.xml:18(th) ./doc/common/tables/trove-compute.xml:18(th) ./doc/common/tables/ceilometer-debug.xml:18(th) ./doc/common/tables/trove-dns.xml:18(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:18(th) ./doc/common/tables/heat-clients.xml:18(th) ./doc/common/tables/cinder-sheepdog.xml:18(th) ./doc/common/tables/trove-zeromq.xml:18(th) ./doc/common/tables/manila-database.xml:18(th) ./doc/common/tables/neutron-lbaas_agent.xml:18(th) ./doc/common/tables/cinder-zoning.xml:18(th) ./doc/common/tables/cinder-backups_ceph.xml:18(th) ./doc/common/tables/heat-cfn_api.xml:18(th) ./doc/common/tables/cinder-lenovo.xml:18(th) ./doc/common/tables/keystone-zeromq.xml:18(th) ./doc/common/tables/cinder-amqp.xml:18(th) ./doc/common/tables/heat-zeromq.xml:18(th) ./doc/common/tables/cinder-ca.xml:18(th) ./doc/common/tables/cinder-zfssa.xml:18(th) ./doc/common/tables/nova-fping.xml:18(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/ceilometer-glance.xml:18(th) ./doc/common/tables/ironic-zeromq.xml:18(th) ./doc/common/tables/cinder-logging.xml:18(th) ./doc/common/tables/trove-quota.xml:18(th) ./doc/common/tables/keystone-redis.xml:18(th) ./doc/common/tables/cinder-hpmsa.xml:18(th) ./doc/common/tables/cinder-tintri.xml:18(th) ./doc/common/tables/heat-quota.xml:18(th) ./doc/common/tables/cinder-storage_glusterfs.xml:18(th) ./doc/common/tables/trove-network.xml:18(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-database.xml:18(th) ./doc/common/tables/glance-scrubber.xml:18(th) ./doc/common/tables/cinder-violin.xml:18(th) ./doc/common/tables/ironic-logging.xml:18(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-ldap.xml:18(th) ./doc/common/tables/ceilometer-amqp.xml:18(th) ./doc/common/tables/manila-zeromq.xml:18(th) ./doc/common/tables/cinder-hgst.xml:18(th) ./doc/common/tables/keystone-api.xml:18(th) ./doc/common/tables/ironic-redis.xml:18(th) ./doc/common/tables/trove-nova.xml:18(th) ./doc/common/tables/heat-waitcondition_api.xml:18(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:18(th) ./doc/common/tables/cinder-blockbridge.xml:18(th) ./doc/common/tables/cinder-san.xml:18(th) ./doc/common/tables/heat-rpc.xml:18(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-conductor.xml:18(th) ./doc/common/tables/trove-taskmanager.xml:18(th) ./doc/common/tables/nova-rpc.xml:18(th) ./doc/common/tables/ceilometer-zaqar.xml:18(th) ./doc/common/tables/nova-compute.xml:18(th) ./doc/common/tables/cinder-scheduler.xml:18(th) ./doc/common/tables/nova-ca.xml:18(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/nova-database.xml:18(th) ./doc/common/tables/cinder-dellsc.xml:18(th) ./doc/common/tables/trove-logging.xml:18(th) ./doc/common/tables/cinder-quota.xml:18(th) ./doc/common/tables/ironic-common.xml:18(th) ./doc/common/tables/cinder-nimble.xml:18(th) ./doc/common/tables/heat-notification.xml:18(th) ./doc/common/tables/glance-debug.xml:18(th) ./doc/common/tables/ceilometer-common.xml:18(th) ./doc/common/tables/cinder-storage_nfs.xml:18(th) ./doc/common/tables/manila-quota.xml:18(th) ./doc/common/tables/sahara-amqp.xml:18(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:18(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/trove-volume.xml:18(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/glance-replicator.xml:18(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/manila-storage.xml:18(th) ./doc/common/tables/cinder-storage_gpfs.xml:18(th) ./doc/common/tables/trove-clients.xml:18(th) ./doc/common/tables/ironic-debug.xml:18(th) ./doc/common/tables/nova-volumes.xml:18(th) ./doc/common/tables/nova-vpn.xml:18(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) ./doc/common/tables/cinder-xiv.xml:18(th) ./doc/common/tables/nova-ec2.xml:18(th) ./doc/common/tables/ceilometer-redis.xml:18(th) ./doc/common/tables/cinder-storpool.xml:18(th) ./doc/common/tables/manila-glusterfs.xml:18(th) ./doc/common/tables/heat-logging.xml:18(th) ./doc/common/tables/nova-periodic.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:18(th) ./doc/common/tables/octavia.xml:18(th) ./doc/common/tables/sahara-rpc.xml:18(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:8(literal) ./doc/common/tables/glance-zeromq.xml:18(th) ./doc/common/tables/ceilometer-logging.xml:18(th) ./doc/common/tables/cinder-huawei.xml:18(th) ./doc/common/tables/cinder-hds-hnas.xml:18(th) ./doc/common/tables/manila-redis.xml:18(th) ./doc/common/tables/cinder-solidfire.xml:18(th) ./doc/common/tables/cinder-dothill.xml:18(th) ./doc/common/tables/cinder-hplefthand.xml:18(th) ./doc/common/tables/heat-metadata_api.xml:18(th) ./doc/common/tables/nova-quota.xml:18(th) ./doc/common/tables/cinder-scality.xml:18(th) ./doc/common/tables/nova-redis.xml:18(th) ./doc/common/tables/sahara-zeromq.xml:18(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-drbd.xml:18(th) ./doc/common/tables/cinder-infortrend.xml:18(th) ./doc/common/tables/manila-huawei.xml:18(th) ./doc/common/tables/neutron-ipv6_ra.xml:18(th) ./doc/common/tables/aodh-rpc.xml:18(th) ./doc/common/tables/ceilometer-zeromq.xml:18(th) ./doc/common/tables/manila-hdfs.xml:18(th) ./doc/common/tables/cinder-pure.xml:18(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/glance-common.xml:18(th) ./doc/common/tables/heat-api.xml:18(th) ./doc/common/tables/cinder-flashsystem.xml:18(th) ./doc/common/tables/nova-network.xml:18(th) ./doc/common/tables/nova-s3.xml:18(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-debug.xml:18(th) ./doc/common/tables/keystone-debug.xml:18(th) ./doc/common/tables/cinder-backups_swift.xml:18(th) ./doc/common/tables/trove-database.xml:18(th) ./doc/common/tables/neutron-amqp.xml:18(th) ./doc/common/tables/manila-common.xml:18(th) ./doc/common/tables/heat-loadbalancer.xml:18(th) ./doc/common/tables/glance-amqp.xml:18(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-cluster.xml:18(th) ./doc/common/tables/ceilometer-inspector.xml:18(th) ./doc/common/tables/manila-rpc.xml:18(th) ./doc/common/tables/aodh-zeromq.xml:18(th) ./doc/common/tables/neutron-ml2_odl.xml:18(th) ./doc/common/tables/cinder-emc.xml:18(th) ./doc/common/tables/cinder-storage_ceph.xml:18(th) ./doc/common/tables/neutron-dvr.xml:18(th) ./doc/common/tables/trove-guestagent.xml:18(th) ./doc/common/tables/manila-san.xml:18(th) ./doc/common/tables/nova-configdrive.xml:18(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/manila-quobyte.xml:18(th) ./doc/common/tables/nova-vnc.xml:18(th) ./doc/common/tables/neutron-l2gw.xml:18(th) ./doc/common/tables/keystone-rpc.xml:18(th) ./doc/common/tables/keystone-common.xml:18(th) ./doc/common/tables/glance-redis.xml:18(th) ./doc/common/tables/glance-registry.xml:18(th) ./doc/common/tables/manila-zfssa.xml:18(th) ./doc/common/tables/manila-ca.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:18(th) ./doc/common/tables/cinder-storwize.xml:18(th) ./doc/common/tables/ceilometer-swift.xml:18(th) ./doc/common/tables/cinder-vzstorage.xml:18(th) ./doc/common/tables/trove-debug.xml:18(th) ./doc/common/tables/cinder-backups_nfs.xml:18(th) ./doc/common/tables/keystone-security.xml:18(th) ./doc/common/tables/sahara-domain.xml:18(th) ./doc/common/tables/nova-neutron.xml:18(th) ./doc/common/tables/glance-testing.xml:18(th) ./doc/common/tables/manila-ganesha.xml:18(th) ./doc/common/tables/manila-share.xml:18(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/manila-auth.xml:18(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:18(th) ./doc/common/tables/cinder-rpc.xml:18(th) ./doc/common/tables/nova-scheduler.xml:18(th) ./doc/common/tables/nova-amqp.xml:18(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:18(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/nova-logging.xml:18(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:18(th) ./doc/common/tables/manila-netapp.xml:18(th) ./doc/common/tables/ceilometer-api.xml:18(th) ./doc/common/tables/trove-api.xml:18(th) ./doc/common/tables/ironic-auth.xml:18(th) ./doc/common/tables/cinder-backups.xml:18(th) ./doc/common/tables/cinder-zeromq.xml:18(th) ./doc/common/tables/heat-crypt.xml:18(th) ./doc/common/tables/ceilometer-database.xml:18(th) ./doc/common/tables/trove-heat.xml:18(th) ./doc/common/tables/cinder-datera.xml:18(th) ./doc/common/tables/cinder-hpxp.xml:18(th) ./doc/common/tables/nova-hypervisor.xml:18(th) ./doc/common/tables/cinder-ibmnas.xml:18(th) ./doc/common/tables/glance-api.xml:18(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/manila-scheduler.xml:18(th) ./doc/common/tables/nova-availabilityzones.xml:18(th) ./doc/common/tables/nova-livemigration.xml:18(th) ./doc/common/tables/ceilometer-magnetodb.xml:18(th) ./doc/common/tables/glance-swift.xml:18(th) ./doc/common/tables/nova-common.xml:18(th) ./doc/common/tables/manila-hds_hnas.xml:18(th) ./doc/common/tables/ironic-rpc.xml:18(th) ./doc/common/tables/nova-glance.xml:18(th) ./doc/common/tables/cinder-emc_sio.xml:18(th) ./doc/common/tables/keystone-logging.xml:18(th) ./doc/common/tables/heat-cloudwatch_api.xml:18(th) ./doc/common/tables/cinder-api.xml:18(th) ./doc/common/tables/manila-hp3par.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/cinder-storage.xml:18(th) ./doc/common/tables/cinder-block-device.xml:18(th) ./doc/common/tables/manila-compute.xml:18(th) ./doc/common/tables/neutron-pd_linux_agent.xml:18(th) ./doc/common/tables/sahara-redis.xml:18(th) ./doc/common/tables/nova-zeromq.xml:18(th) ./doc/common/tables/neutron-ca.xml:18(th) ./doc/common/tables/trove-amqp.xml:18(th) ./doc/common/tables/cinder-images.xml:18(th) ./doc/common/tables/nova-xvpvncproxy.xml:18(th) ./doc/common/tables/trove-redis.xml:18(th) ./doc/common/tables/nova-policy.xml:18(th) ./doc/common/tables/manila-amqp.xml:18(th) ./doc/common/tables/nova-authentication.xml:18(th) ./doc/common/tables/cinder-smbfs.xml:18(th) ./doc/common/tables/heat-common.xml:18(th) ./doc/common/tables/cinder-srb.xml:18(th) ./doc/common/tables/glance-imagecache.xml:18(th) ./doc/common/tables/cinder-scst.xml:18(th) ./doc/common/tables/ceilometer-rpc.xml:18(th) ./doc/common/tables/nova-pci.xml:18(th) ./doc/common/tables/cinder-eqlx.xml:18(th) ./doc/common/tables/heat-clients_backends.xml:18(th) ./doc/common/tables/aodh-amqp.xml:18(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:18(th) ./doc/common/tables/cinder-common.xml:18(th) ./doc/common/tables/manila-api.xml:18(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/sahara-common.xml:18(th) ./doc/common/tables/nova-metadata.xml:18(th) ./doc/common/tables/nova-ipv6.xml:18(th) ./doc/common/tables/glance-rpc.xml:18(th) ./doc/common/tables/cinder-compute.xml:18(th) ./doc/common/tables/cinder-xio.xml:18(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:18(th) ./doc/common/tables/cinder-cloudbyte.xml:18(th) ./doc/common/tables/manila-emc.xml:18(th) ./doc/common/tables/cinder-zfssa-nfs.xml:18(th) ./doc/common/tables/cinder-hp3par.xml:18(th) ./doc/common/tables/cinder-vmware.xml:18(th) ./doc/common/tables/manila-logging.xml:18(th) ./doc/common/tables/nova-libvirt.xml:18(th) ./doc/common/tables/glance-ca.xml:18(th) ./doc/common/tables/cinder-auth.xml:18(th) ./doc/common/tables/nova-xen.xml:18(th) ./doc/common/tables/sahara-database.xml:18(th) ./doc/common/tables/sahara-logging.xml:18(th) ./doc/common/tables/neutron-nsx.xml:18(th) ./doc/common/tables/trove-swift.xml:18(th) ./doc/common/tables/trove-backup.xml:18(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:18(th) ./doc/common/tables/glance-logging.xml:18(th) ./doc/common/tables/keystone-amqp.xml:18(th) ./doc/common/tables/nova-api.xml:18(th) ./doc/common/tables/aodh-common.xml:18(th) ./doc/common/tables/trove-common.xml:18(th) ./doc/common/tables/cinder-lvm.xml:18(th) ./doc/common/tables/aodh-logging.xml:18(th) ./doc/common/tables/manila-winrm.xml:18(th) +#: ./doc/common/section_config_format.xml:131(literal) ./doc/common/tables/nova-testing.xml:36(th) ./doc/common/tables/ironic-amqp.xml:36(th) ./doc/common/tables/heat-amqp.xml:36(th) ./doc/common/tables/neutron-logging.xml:18(th) ./doc/common/tables/cinder-openvstorage.xml:18(th) ./doc/common/tables/nova-console.xml:36(th) ./doc/common/tables/cinder-zones.xml:36(th) ./doc/common/tables/trove-rpc.xml:36(th) ./doc/common/tables/trove-compute.xml:36(th) ./doc/common/tables/ceilometer-debug.xml:36(th) ./doc/common/tables/trove-dns.xml:36(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-windows.xml:36(th) ./doc/common/tables/heat-clients.xml:36(th) ./doc/common/tables/cinder-sheepdog.xml:36(th) ./doc/common/tables/trove-zeromq.xml:36(th) ./doc/common/tables/manila-database.xml:36(th) ./doc/common/tables/neutron-lbaas_agent.xml:18(th) ./doc/common/tables/cinder-zoning.xml:36(th) ./doc/common/tables/cinder-backups_ceph.xml:36(th) ./doc/common/tables/heat-cfn_api.xml:36(th) ./doc/common/tables/cinder-lenovo.xml:36(th) ./doc/common/tables/keystone-zeromq.xml:36(th) ./doc/common/tables/cinder-amqp.xml:36(th) ./doc/common/tables/heat-zeromq.xml:36(th) ./doc/common/tables/cinder-ca.xml:36(th) ./doc/common/tables/cinder-zfssa.xml:18(th) ./doc/common/tables/nova-fping.xml:36(th) ./doc/common/tables/neutron-l3_agent.xml:18(th) ./doc/common/tables/ceilometer-glance.xml:36(th) ./doc/common/tables/ironic-zeromq.xml:36(th) ./doc/common/tables/cinder-logging.xml:36(th) ./doc/common/tables/trove-quota.xml:36(th) ./doc/common/tables/keystone-redis.xml:36(th) ./doc/common/tables/cinder-hpmsa.xml:36(th) ./doc/common/tables/cinder-tintri.xml:36(th) ./doc/common/tables/heat-quota.xml:36(th) ./doc/common/tables/cinder-storage_glusterfs.xml:36(th) ./doc/common/tables/trove-network.xml:36(th) ./doc/common/tables/neutron-zeromq.xml:18(th) ./doc/common/tables/cinder-database.xml:36(th) ./doc/common/tables/glance-scrubber.xml:36(th) ./doc/common/tables/cinder-violin.xml:36(th) ./doc/common/tables/ironic-logging.xml:36(th) ./doc/common/tables/neutron-policy.xml:18(th) ./doc/common/tables/nova-ldap.xml:36(th) ./doc/common/tables/ceilometer-amqp.xml:36(th) ./doc/common/tables/manila-zeromq.xml:36(th) ./doc/common/tables/cinder-hgst.xml:36(th) ./doc/common/tables/keystone-api.xml:36(th) ./doc/common/tables/ironic-redis.xml:36(th) ./doc/common/tables/trove-nova.xml:36(th) ./doc/common/tables/heat-waitcondition_api.xml:36(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:36(th) ./doc/common/tables/cinder-blockbridge.xml:36(th) ./doc/common/tables/cinder-san.xml:36(th) ./doc/common/tables/heat-rpc.xml:36(th) ./doc/common/tables/neutron-rpc.xml:18(th) ./doc/common/tables/nova-conductor.xml:36(th) ./doc/common/tables/trove-taskmanager.xml:36(th) ./doc/common/tables/nova-rpc.xml:36(th) ./doc/common/tables/ceilometer-zaqar.xml:36(th) ./doc/common/tables/nova-compute.xml:36(th) ./doc/common/tables/cinder-scheduler.xml:36(th) ./doc/common/tables/nova-ca.xml:36(th) ./doc/common/tables/neutron-api.xml:18(th) ./doc/common/tables/nova-database.xml:36(th) ./doc/common/tables/cinder-dellsc.xml:36(th) ./doc/common/tables/trove-logging.xml:36(th) ./doc/common/tables/cinder-quota.xml:36(th) ./doc/common/tables/ironic-common.xml:36(th) ./doc/common/tables/cinder-nimble.xml:36(th) ./doc/common/tables/heat-notification.xml:36(th) ./doc/common/tables/glance-debug.xml:18(th) ./doc/common/tables/ceilometer-common.xml:36(th) ./doc/common/tables/cinder-storage_nfs.xml:36(th) ./doc/common/tables/manila-quota.xml:36(th) ./doc/common/tables/sahara-amqp.xml:36(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:36(th) ./doc/common/tables/neutron-metadata.xml:18(th) ./doc/common/tables/trove-volume.xml:36(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(literal) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(literal) ./doc/common/tables/glance-replicator.xml:36(th) ./doc/common/tables/neutron-dhcp_agent.xml:18(th) ./doc/common/tables/manila-storage.xml:36(th) ./doc/common/tables/cinder-storage_gpfs.xml:36(th) ./doc/common/tables/trove-clients.xml:36(th) ./doc/common/tables/ironic-debug.xml:36(th) ./doc/common/tables/nova-volumes.xml:36(th) ./doc/common/tables/nova-vpn.xml:36(th) ./doc/common/tables/neutron-ml2_cisco.xml:18(th) ./doc/common/tables/cinder-xiv.xml:36(th) ./doc/common/tables/nova-ec2.xml:36(th) ./doc/common/tables/ceilometer-redis.xml:36(th) ./doc/common/tables/cinder-storpool.xml:18(th) ./doc/common/tables/manila-glusterfs.xml:36(th) ./doc/common/tables/heat-logging.xml:36(th) ./doc/common/tables/nova-periodic.xml:36(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:36(th) ./doc/common/tables/octavia.xml:18(th) ./doc/common/tables/sahara-rpc.xml:36(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:8(literal) ./doc/common/tables/glance-zeromq.xml:36(th) ./doc/common/tables/ceilometer-logging.xml:36(th) ./doc/common/tables/cinder-huawei.xml:36(th) ./doc/common/tables/cinder-hds-hnas.xml:36(th) ./doc/common/tables/manila-redis.xml:36(th) ./doc/common/tables/cinder-solidfire.xml:36(th) ./doc/common/tables/cinder-dothill.xml:36(th) ./doc/common/tables/cinder-hplefthand.xml:36(th) ./doc/common/tables/heat-metadata_api.xml:36(th) ./doc/common/tables/nova-quota.xml:36(th) ./doc/common/tables/cinder-scality.xml:36(th) ./doc/common/tables/nova-redis.xml:36(th) ./doc/common/tables/sahara-zeromq.xml:36(th) ./doc/common/tables/neutron-lbaas.xml:18(th) ./doc/common/tables/cinder-drbd.xml:36(th) ./doc/common/tables/cinder-infortrend.xml:36(th) ./doc/common/tables/manila-huawei.xml:36(th) ./doc/common/tables/neutron-ipv6_ra.xml:18(th) ./doc/common/tables/aodh-rpc.xml:18(th) ./doc/common/tables/ceilometer-zeromq.xml:36(th) ./doc/common/tables/manila-hdfs.xml:36(th) ./doc/common/tables/cinder-pure.xml:36(th) ./doc/common/tables/neutron-agent.xml:18(th) ./doc/common/tables/glance-common.xml:36(th) ./doc/common/tables/heat-api.xml:36(th) ./doc/common/tables/cinder-flashsystem.xml:36(th) ./doc/common/tables/nova-network.xml:36(th) ./doc/common/tables/nova-s3.xml:36(th) ./doc/common/tables/cinder-quobyte.xml:36(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(literal) ./doc/common/tables/cinder-debug.xml:36(th) ./doc/common/tables/keystone-debug.xml:36(th) ./doc/common/tables/cinder-backups_swift.xml:36(th) ./doc/common/tables/trove-database.xml:36(th) ./doc/common/tables/neutron-amqp.xml:18(th) ./doc/common/tables/manila-common.xml:36(th) ./doc/common/tables/heat-loadbalancer.xml:36(th) ./doc/common/tables/glance-amqp.xml:36(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(literal) ./doc/common/tables/trove-cluster.xml:36(th) ./doc/common/tables/ceilometer-inspector.xml:36(th) ./doc/common/tables/manila-rpc.xml:36(th) ./doc/common/tables/aodh-zeromq.xml:18(th) ./doc/common/tables/neutron-ml2_odl.xml:18(th) ./doc/common/tables/cinder-emc.xml:36(th) ./doc/common/tables/cinder-storage_ceph.xml:36(th) ./doc/common/tables/neutron-dvr.xml:18(th) ./doc/common/tables/trove-guestagent.xml:36(th) ./doc/common/tables/manila-san.xml:36(th) ./doc/common/tables/nova-configdrive.xml:36(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(literal) ./doc/common/tables/manila-quobyte.xml:36(th) ./doc/common/tables/nova-vnc.xml:36(th) ./doc/common/tables/neutron-l2gw.xml:18(th) ./doc/common/tables/keystone-rpc.xml:36(th) ./doc/common/tables/keystone-common.xml:36(th) ./doc/common/tables/glance-redis.xml:36(th) ./doc/common/tables/glance-registry.xml:36(th) ./doc/common/tables/manila-zfssa.xml:36(th) ./doc/common/tables/manila-ca.xml:36(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:36(th) ./doc/common/tables/cinder-storwize.xml:36(th) ./doc/common/tables/ceilometer-swift.xml:36(th) ./doc/common/tables/cinder-vzstorage.xml:36(th) ./doc/common/tables/trove-debug.xml:36(th) ./doc/common/tables/cinder-backups_nfs.xml:36(th) ./doc/common/tables/keystone-security.xml:36(th) ./doc/common/tables/sahara-domain.xml:36(th) ./doc/common/tables/nova-neutron.xml:36(th) ./doc/common/tables/glance-testing.xml:36(th) ./doc/common/tables/manila-ganesha.xml:36(th) ./doc/common/tables/manila-share.xml:36(th) ./doc/common/tables/neutron-scheduler.xml:18(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(literal) ./doc/common/tables/manila-auth.xml:36(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:36(th) ./doc/common/tables/cinder-rpc.xml:36(th) ./doc/common/tables/nova-scheduler.xml:36(th) ./doc/common/tables/nova-amqp.xml:36(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:36(th) ./doc/common/tables/neutron-metering_agent.xml:18(th) ./doc/common/tables/nova-logging.xml:36(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:36(th) ./doc/common/tables/manila-netapp.xml:36(th) ./doc/common/tables/ceilometer-api.xml:36(th) ./doc/common/tables/trove-api.xml:36(th) ./doc/common/tables/ironic-auth.xml:36(th) ./doc/common/tables/cinder-backups.xml:36(th) ./doc/common/tables/cinder-zeromq.xml:36(th) ./doc/common/tables/heat-crypt.xml:36(th) ./doc/common/tables/ceilometer-database.xml:36(th) ./doc/common/tables/trove-heat.xml:36(th) ./doc/common/tables/cinder-datera.xml:36(th) ./doc/common/tables/cinder-hpxp.xml:36(th) ./doc/common/tables/nova-hypervisor.xml:36(th) ./doc/common/tables/cinder-ibmnas.xml:36(th) ./doc/common/tables/glance-api.xml:36(th) ./doc/common/tables/neutron-common.xml:18(th) ./doc/common/tables/manila-scheduler.xml:36(th) ./doc/common/tables/nova-availabilityzones.xml:36(th) ./doc/common/tables/nova-livemigration.xml:36(th) ./doc/common/tables/ceilometer-magnetodb.xml:36(th) ./doc/common/tables/glance-swift.xml:36(th) ./doc/common/tables/nova-common.xml:36(th) ./doc/common/tables/manila-hds_hnas.xml:36(th) ./doc/common/tables/ironic-rpc.xml:36(th) ./doc/common/tables/nova-glance.xml:36(th) ./doc/common/tables/cinder-emc_sio.xml:36(th) ./doc/common/tables/keystone-logging.xml:36(th) ./doc/common/tables/heat-cloudwatch_api.xml:36(th) ./doc/common/tables/cinder-api.xml:36(th) ./doc/common/tables/manila-hp3par.xml:36(th) ./doc/common/tables/neutron-openvswitch_agent.xml:18(th) ./doc/common/tables/cinder-storage.xml:36(th) ./doc/common/tables/cinder-block-device.xml:36(th) ./doc/common/tables/manila-compute.xml:36(th) ./doc/common/tables/neutron-pd_linux_agent.xml:18(th) ./doc/common/tables/sahara-redis.xml:36(th) ./doc/common/tables/manila-gpfs.xml:36(th) ./doc/common/tables/nova-zeromq.xml:36(th) ./doc/common/tables/neutron-ca.xml:18(th) ./doc/common/tables/trove-amqp.xml:36(th) ./doc/common/tables/cinder-images.xml:36(th) ./doc/common/tables/nova-xvpvncproxy.xml:36(th) ./doc/common/tables/trove-redis.xml:36(th) ./doc/common/tables/nova-policy.xml:36(th) ./doc/common/tables/manila-amqp.xml:36(th) ./doc/common/tables/nova-authentication.xml:36(th) ./doc/common/tables/cinder-smbfs.xml:36(th) ./doc/common/tables/heat-common.xml:36(th) ./doc/common/tables/cinder-srb.xml:36(th) ./doc/common/tables/glance-imagecache.xml:36(th) ./doc/common/tables/cinder-scst.xml:36(th) ./doc/common/tables/ceilometer-rpc.xml:36(th) ./doc/common/tables/nova-pci.xml:36(th) ./doc/common/tables/cinder-eqlx.xml:36(th) ./doc/common/tables/heat-clients_backends.xml:36(th) ./doc/common/tables/aodh-amqp.xml:18(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:36(th) ./doc/common/tables/cinder-common.xml:36(th) ./doc/common/tables/manila-api.xml:36(th) ./doc/common/tables/neutron-vmware.xml:18(th) ./doc/common/tables/sahara-common.xml:36(th) ./doc/common/tables/nova-metadata.xml:36(th) ./doc/common/tables/nova-ipv6.xml:36(th) ./doc/common/tables/glance-rpc.xml:36(th) ./doc/common/tables/cinder-compute.xml:36(th) ./doc/common/tables/cinder-xio.xml:36(th) ./doc/common/tables/neutron-quotas.xml:18(th) ./doc/common/tables/ceilometer-exchange.xml:36(th) ./doc/common/tables/cinder-cloudbyte.xml:36(th) ./doc/common/tables/manila-emc.xml:36(th) ./doc/common/tables/cinder-zfssa-nfs.xml:36(th) ./doc/common/tables/cinder-hp3par.xml:36(th) ./doc/common/tables/cinder-vmware.xml:36(th) ./doc/common/tables/manila-logging.xml:36(th) ./doc/common/tables/nova-libvirt.xml:36(th) ./doc/common/tables/glance-ca.xml:36(th) ./doc/common/tables/cinder-auth.xml:36(th) ./doc/common/tables/nova-xen.xml:36(th) ./doc/common/tables/sahara-database.xml:36(th) ./doc/common/tables/sahara-logging.xml:36(th) ./doc/common/tables/neutron-nsx.xml:18(th) ./doc/common/tables/trove-swift.xml:36(th) ./doc/common/tables/trove-backup.xml:36(th) ./doc/common/tables/neutron-compute.xml:18(th) ./doc/common/tables/cinder-backups_tsm.xml:36(th) ./doc/common/tables/glance-logging.xml:36(th) ./doc/common/tables/keystone-amqp.xml:36(th) ./doc/common/tables/nova-api.xml:36(th) ./doc/common/tables/aodh-common.xml:18(th) ./doc/common/tables/trove-common.xml:36(th) ./doc/common/tables/cinder-lvm.xml:36(th) ./doc/common/tables/aodh-logging.xml:18(th) ./doc/common/tables/manila-winrm.xml:36(th) msgid "[DEFAULT]" msgstr "" -#: ./doc/common/section_config_format.xml:137(para) +#: ./doc/common/section_config_format.xml:133(para) msgid "Contains most configuration options. If the documentation for a configuration option does not specify its section, assume that it appears in this section." msgstr "" -#: ./doc/common/section_config_format.xml:146(literal) ./doc/common/tables/manila-database.xml:29(th) ./doc/common/tables/cinder-database.xml:25(th) ./doc/common/tables/nova-database.xml:76(th) ./doc/common/tables/ironic-database.xml:18(th) ./doc/common/tables/octavia.xml:53(th) ./doc/common/tables/glance-database.xml:18(th) ./doc/common/tables/trove-database.xml:25(th) ./doc/common/tables/heat-database.xml:18(th) ./doc/common/tables/ceilometer-database.xml:25(th) ./doc/common/tables/neutron-database.xml:18(th) ./doc/common/tables/aodh-database.xml:18(th) ./doc/common/tables/sahara-database.xml:25(th) ./doc/common/tables/keystone-database.xml:18(th) +#: ./doc/common/section_config_format.xml:142(literal) ./doc/common/tables/manila-database.xml:47(th) ./doc/common/tables/cinder-database.xml:43(th) ./doc/common/tables/nova-database.xml:94(th) ./doc/common/tables/ironic-database.xml:36(th) ./doc/common/tables/octavia.xml:53(th) ./doc/common/tables/glance-database.xml:36(th) ./doc/common/tables/trove-database.xml:43(th) ./doc/common/tables/heat-database.xml:36(th) ./doc/common/tables/ceilometer-database.xml:43(th) ./doc/common/tables/neutron-database.xml:18(th) ./doc/common/tables/aodh-database.xml:18(th) ./doc/common/tables/sahara-database.xml:43(th) ./doc/common/tables/keystone-database.xml:36(th) msgid "[database]" msgstr "" -#: ./doc/common/section_config_format.xml:148(para) +#: ./doc/common/section_config_format.xml:144(para) msgid "Configuration options for the database that stores the state of the OpenStack service." msgstr "" -#: ./doc/common/section_config_format.xml:129(para) +#: ./doc/common/section_config_format.xml:125(para) msgid "Configuration options are grouped by section. Most configuration files support at least the following sections: " msgstr "" -#: ./doc/common/section_config_format.xml:159(title) +#: ./doc/common/section_config_format.xml:155(title) msgid "Substitution" msgstr "" -#: ./doc/common/section_config_format.xml:161(para) +#: ./doc/common/section_config_format.xml:157(para) msgid "The configuration file supports variable substitution. After you set a configuration option, it can be referenced in later configuration values when you precede it with a $, like $OPTION." msgstr "" -#: ./doc/common/section_config_format.xml:168(para) +#: ./doc/common/section_config_format.xml:164(para) msgid "The following example uses the values of rabbit_host and rabbit_port to define the value of the rabbit_hosts option, in this case as controller:5672." msgstr "" -#: ./doc/common/section_config_format.xml:186(para) +#: ./doc/common/section_config_format.xml:182(para) msgid "To avoid substitution, use $$, it is replaced by a single $. For example, if your LDAP DNS password is $xkj432, specify it, as follows: " msgstr "" -#: ./doc/common/section_config_format.xml:192(para) +#: ./doc/common/section_config_format.xml:188(para) msgid "The code uses the Python string.Template.safe_substitute() method to implement variable substitution. For more details on how variable substitution is resolved, see http://docs.python.org/2/library/string.html#template-strings and PEP 292." msgstr "" -#: ./doc/common/section_config_format.xml:205(title) +#: ./doc/common/section_config_format.xml:201(title) msgid "Whitespace" msgstr "" -#: ./doc/common/section_config_format.xml:206(para) +#: ./doc/common/section_config_format.xml:202(para) msgid "To include whitespace in a configuration value, use a quoted string. For example:" msgstr "" -#: ./doc/common/section_config_format.xml:212(title) +#: ./doc/common/section_config_format.xml:208(title) msgid "Define an alternate location for a config file" msgstr "" -#: ./doc/common/section_config_format.xml:213(para) +#: ./doc/common/section_config_format.xml:209(para) msgid "Most services and the command-line clients load the configuration file. To define an alternate location for the configuration file, pass the --config-file CONFIG_FILE parameter when you start a service or call a command." msgstr "" @@ -2826,7 +2826,7 @@ msgstr "" msgid "username" msgstr "" -#: ./doc/common/section_cli_openrc.xml:89(replaceable) ./doc/common/tables/nova-ldap.xml:25(replaceable) ./doc/common/tables/neutron-l3_brocade_mlx.xml:25(replaceable) ./doc/common/tables/octavia.xml:114(replaceable) ./doc/common/tables/octavia.xml:316(replaceable) ./doc/common/tables/ceilometer-tripleo.xml:29(replaceable) ./doc/common/tables/neutron-lbaas.xml:60(replaceable) ./doc/common/tables/neutron-lbaas.xml:105(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:29(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:64(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:20(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:37(replaceable) ./doc/common/tables/cinder-eqlx.xml:25(replaceable) ./doc/common/tables/neutron-plumgrid.xml:37(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:25(replaceable) +#: ./doc/common/section_cli_openrc.xml:89(replaceable) ./doc/common/tables/nova-ldap.xml:43(replaceable) ./doc/common/tables/neutron-l3_brocade_mlx.xml:25(replaceable) ./doc/common/tables/octavia.xml:114(replaceable) ./doc/common/tables/octavia.xml:316(replaceable) ./doc/common/tables/ceilometer-tripleo.xml:47(replaceable) ./doc/common/tables/neutron-lbaas.xml:60(replaceable) ./doc/common/tables/neutron-lbaas.xml:105(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:29(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:64(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:20(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:37(replaceable) ./doc/common/tables/cinder-eqlx.xml:43(replaceable) ./doc/common/tables/neutron-plumgrid.xml:37(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:43(replaceable) msgid "password" msgstr "" @@ -3882,191 +3882,191 @@ msgstr "" msgid "For more information, review the key concepts in the developer documentation at docs.openstack.org/developer/swift/." msgstr "" -#: ./doc/common/tables/nova-testing.xml:7(caption) ./doc/common/tables/glance-testing.xml:7(caption) ./doc/common/tables/heat-testing.xml:7(caption) +#: ./doc/common/tables/nova-testing.xml:25(caption) ./doc/common/tables/glance-testing.xml:25(caption) ./doc/common/tables/heat-testing.xml:25(caption) msgid "Description of testing configuration options" msgstr "" -#: ./doc/common/tables/nova-testing.xml:12(th) ./doc/common/tables/ironic-amqp.xml:12(th) ./doc/common/tables/heat-amqp.xml:12(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/cinder-openvstorage.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/nova-console.xml:12(th) ./doc/common/tables/cinder-zones.xml:12(th) ./doc/common/tables/keystone-federation.xml:12(th) ./doc/common/tables/trove-rpc.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/trove-compute.xml:12(th) ./doc/common/tables/ceilometer-debug.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/ceilometer-qpid.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/ironic-swift.xml:12(th) ./doc/common/tables/ironic-policy.xml:12(th) ./doc/common/tables/neutron-fwaas_ngfw.xml:12(th) ./doc/common/tables/trove-dns.xml:12(th) ./doc/common/tables/ceilometer-ipmi.xml:12(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/cinder-windows.xml:12(th) ./doc/common/tables/heat-clients.xml:12(th) ./doc/common/tables/cinder-sheepdog.xml:12(th) ./doc/common/tables/trove-zeromq.xml:12(th) ./doc/common/tables/sahara-auth_token.xml:12(th) ./doc/common/tables/ironic-amt.xml:12(th) ./doc/common/tables/manila-database.xml:12(th) ./doc/common/tables/glance-rbd.xml:12(th) ./doc/common/tables/neutron-lbaas_agent.xml:12(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/cinder-zoning.xml:12(th) ./doc/common/tables/cinder-backups_ceph.xml:12(th) ./doc/common/tables/heat-cfn_api.xml:12(th) ./doc/common/tables/cinder-lenovo.xml:12(th) ./doc/common/tables/sahara-policy.xml:12(th) ./doc/common/tables/keystone-zeromq.xml:12(th) ./doc/common/tables/ceilometer-auth.xml:12(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:12(th) ./doc/common/tables/cinder-amqp.xml:12(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/heat-zeromq.xml:12(th) ./doc/common/tables/cinder-ca.xml:12(th) ./doc/common/tables/cinder-zfssa.xml:12(th) ./doc/common/tables/nova-fping.xml:12(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/ceilometer-glance.xml:12(th) ./doc/common/tables/ironic-zeromq.xml:12(th) ./doc/common/tables/aodh-api.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/heat-clients_nova.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/heat-qpid.xml:12(th) ./doc/common/tables/cinder-logging.xml:12(th) ./doc/common/tables/neutron-ovn.xml:12(th) ./doc/common/tables/neutron-fujitsu_cfab.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:12(th) ./doc/common/tables/neutron-opencontrail.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:12(th) ./doc/common/tables/trove-quota.xml:12(th) ./doc/common/tables/keystone-redis.xml:12(th) ./doc/common/tables/cinder-hpmsa.xml:12(th) ./doc/common/tables/ceilometer-cors.xml:12(th) ./doc/common/tables/cinder-tintri.xml:12(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/heat-quota.xml:12(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/trove-db_mongodb.xml:12(th) ./doc/common/tables/ironic-disk_partitioner.xml:12(th) ./doc/common/tables/cinder-storage_glusterfs.xml:12(th) ./doc/common/tables/nova-hyperv.xml:12(th) ./doc/common/tables/trove-network.xml:12(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/cinder-database.xml:12(th) ./doc/common/tables/glance-scrubber.xml:12(th) ./doc/common/tables/ceilometer-collector.xml:12(th) ./doc/common/tables/cinder-violin.xml:12(th) ./doc/common/tables/ironic-logging.xml:12(th) ./doc/common/tables/keystone-trust.xml:12(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:12(th) ./doc/common/tables/nova-ldap.xml:12(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:12(th) ./doc/common/tables/ceilometer-amqp.xml:12(th) ./doc/common/tables/manila-zeromq.xml:12(th) ./doc/common/tables/glance-elasticsearch.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/sahara-rabbitmq.xml:12(th) ./doc/common/tables/neutron-lbaas_services.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/cinder-hgst.xml:12(th) ./doc/common/tables/heat-clients_ceilometer.xml:12(th) ./doc/common/tables/keystone-api.xml:12(th) ./doc/common/tables/ironic-redis.xml:12(th) ./doc/common/tables/cinder-qpid.xml:12(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/trove-nova.xml:12(th) ./doc/common/tables/heat-waitcondition_api.xml:12(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:12(th) ./doc/common/tables/nova-debug.xml:12(th) ./doc/common/tables/cinder-blockbridge.xml:12(th) ./doc/common/tables/cinder-san.xml:12(th) ./doc/common/tables/heat-rpc.xml:12(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/ironic-deploy.xml:12(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/nova-conductor.xml:12(th) ./doc/common/tables/cinder-cors.xml:12(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/trove-taskmanager.xml:12(th) ./doc/common/tables/nova-rpc.xml:12(th) ./doc/common/tables/ceilometer-zaqar.xml:12(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/keystone-tokenless.xml:12(th) ./doc/common/tables/nova-compute.xml:12(th) ./doc/common/tables/cinder-scheduler.xml:12(th) ./doc/common/tables/nova-ca.xml:12(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/nova-database.xml:12(th) ./doc/common/tables/nova-trustedcomputing.xml:12(th) ./doc/common/tables/cinder-dellsc.xml:12(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/trove-logging.xml:12(th) ./doc/common/tables/cinder-quota.xml:12(th) ./doc/common/tables/ironic-drac.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/ironic-common.xml:12(th) ./doc/common/tables/cinder-nimble.xml:12(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:12(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:12(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/heat-auth_token.xml:12(th) ./doc/common/tables/heat-notification.xml:12(th) ./doc/common/tables/glance-debug.xml:12(th) ./doc/common/tables/ceilometer-common.xml:12(th) ./doc/common/tables/cinder-storage_nfs.xml:12(th) ./doc/common/tables/manila-quota.xml:12(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:12(th) ./doc/common/tables/sahara-amqp.xml:12(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:12(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:14(th) ./doc/common/tables/trove-volume.xml:12(th) ./doc/common/tables/trove-ca.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/keystone-fernet_tokens.xml:12(th) ./doc/common/tables/keystone-revoke.xml:12(th) ./doc/common/tables/nova-auth_token.xml:12(th) ./doc/common/tables/trove-db_mysql.xml:12(th) ./doc/common/tables/ironic-rabbitmq.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/glance-replicator.xml:12(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/manila-storage.xml:12(th) ./doc/common/tables/cinder-storage_gpfs.xml:12(th) ./doc/common/tables/keystone-rabbitmq.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-rabbitmq.xml:12(th) ./doc/common/tables/nova-spice.xml:12(th) ./doc/common/tables/trove-db_couchbase.xml:12(th) ./doc/common/tables/trove-clients.xml:12(th) ./doc/common/tables/ceilometer-policy.xml:12(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/keystone-memcache.xml:12(th) ./doc/common/tables/trove-qpid.xml:12(th) ./doc/common/tables/ironic-database.xml:12(th) ./doc/common/tables/keystone-qpid.xml:12(th) ./doc/common/tables/ironic-debug.xml:12(th) ./doc/common/tables/nova-volumes.xml:12(th) ./doc/common/tables/keystone-mapping.xml:12(th) ./doc/common/tables/nova-vpn.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/sahara-clients.xml:12(th) ./doc/common/tables/cinder-xiv.xml:12(th) ./doc/common/tables/nova-ec2.xml:12(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/nova-keymgr.xml:12(th) ./doc/common/tables/ceilometer-redis.xml:12(th) ./doc/common/tables/cinder-storpool.xml:12(th) ./doc/common/tables/manila-glusterfs.xml:12(th) ./doc/common/tables/heat-logging.xml:12(th) ./doc/common/tables/nova-periodic.xml:12(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/ironic-api.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:12(th) ./doc/common/tables/octavia.xml:12(th) ./doc/common/tables/ceilometer-tripleo.xml:12(th) ./doc/common/tables/sahara-rpc.xml:12(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:14(th) ./doc/common/tables/glance-zeromq.xml:12(th) ./doc/common/tables/ceilometer-logging.xml:12(th) ./doc/common/tables/neutron-l2_agent.xml:12(th) ./doc/common/tables/cinder-huawei.xml:12(th) ./doc/common/tables/sahara-object_store_access.xml:12(th) ./doc/common/tables/glance-filesystem.xml:12(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/cinder-hds-hnas.xml:12(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:12(th) ./doc/common/tables/manila-redis.xml:12(th) ./doc/common/tables/cinder-solidfire.xml:12(th) ./doc/common/tables/ironic-qpid.xml:12(th) ./doc/common/tables/keystone-os_inherit.xml:12(th) ./doc/common/tables/cinder-dothill.xml:12(th) ./doc/common/tables/trove-db_cassandra.xml:12(th) ./doc/common/tables/cinder-hplefthand.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:14(th) ./doc/common/tables/heat-metadata_api.xml:12(th) ./doc/common/tables/nova-quota.xml:12(th) ./doc/common/tables/cinder-scality.xml:12(th) ./doc/common/tables/nova-cells.xml:12(th) ./doc/common/tables/nova-redis.xml:12(th) ./doc/common/tables/sahara-zeromq.xml:12(th) ./doc/common/tables/aodh-cors.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-lbaas.xml:12(th) ./doc/common/tables/cinder-drbd.xml:12(th) ./doc/common/tables/ceilometer-service_types.xml:12(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/cinder-infortrend.xml:12(th) ./doc/common/tables/ceilometer-rgw.xml:12(th) ./doc/common/tables/ironic-dhcp.xml:12(th) ./doc/common/tables/manila-huawei.xml:12(th) ./doc/common/tables/trove-db_percona.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/ironic-auth_token.xml:12(th) ./doc/common/tables/neutron-ipv6_ra.xml:12(th) ./doc/common/tables/trove-db_db2.xml:12(th) ./doc/common/tables/ironic-glance.xml:12(th) ./doc/common/tables/ironic-virtualbox.xml:12(th) ./doc/common/tables/aodh-rpc.xml:12(th) ./doc/common/tables/ceilometer-zeromq.xml:12(th) ./doc/common/tables/neutron-vpnaas_libreswan.xml:12(th) ./doc/common/tables/glance-database.xml:12(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/manila-hdfs.xml:12(th) ./doc/common/tables/cinder-pure.xml:12(th) ./doc/common/tables/neutron-ml2_sriov.xml:12(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/glance-common.xml:12(th) ./doc/common/tables/heat-api.xml:12(th) ./doc/common/tables/ironic-irmc.xml:12(th) ./doc/common/tables/ceilometer-xenapi.xml:12(th) ./doc/common/tables/cinder-flashsystem.xml:12(th) ./doc/common/tables/nova-network.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/nova-s3.xml:12(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/keystone-token.xml:12(th) ./doc/common/tables/glance-s3.xml:12(th) ./doc/common/tables/ironic-neutron.xml:12(th) ./doc/common/tables/keystone-ldap.xml:12(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/cinder-debug.xml:12(th) ./doc/common/tables/keystone-debug.xml:12(th) ./doc/common/tables/cinder-backups_swift.xml:12(th) ./doc/common/tables/trove-auth_token.xml:12(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/trove-database.xml:12(th) ./doc/common/tables/ironic-snmp.xml:12(th) ./doc/common/tables/manila-cors.xml:12(th) ./doc/common/tables/ironic-cisco_ucs.xml:12(th) ./doc/common/tables/neutron-amqp.xml:12(th) ./doc/common/tables/manila-common.xml:12(th) ./doc/common/tables/keystone-cache.xml:12(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/heat-loadbalancer.xml:12(th) ./doc/common/tables/aodh-policy.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/neutron-sriov.xml:12(th) ./doc/common/tables/ironic-agent.xml:12(th) ./doc/common/tables/glance-amqp.xml:12(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/trove-cluster.xml:12(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:12(th) ./doc/common/tables/ceilometer-inspector.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/manila-rpc.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/trove-db_redis.xml:12(th) ./doc/common/tables/aodh-zeromq.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:14(th) ./doc/common/tables/cinder-emc.xml:12(th) ./doc/common/tables/cinder-storage_ceph.xml:12(th) ./doc/common/tables/neutron-dvr.xml:12(th) ./doc/common/tables/trove-guestagent.xml:12(th) ./doc/common/tables/manila-san.xml:12(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/nova-configdrive.xml:12(th) ./doc/common/tables/manila-auth_token.xml:12(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/manila-quobyte.xml:12(th) ./doc/common/tables/nova-vnc.xml:12(th) ./doc/common/tables/neutron-l2gw.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:12(th) ./doc/common/tables/neutron-cors.xml:12(th) ./doc/common/tables/keystone-rpc.xml:12(th) ./doc/common/tables/keystone-common.xml:12(th) ./doc/common/tables/ceilometer-vmware.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-ironic.xml:12(th) ./doc/common/tables/glance-redis.xml:12(th) ./doc/common/tables/glance-qpid.xml:12(th) ./doc/common/tables/glance-registry.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/manila-zfssa.xml:12(th) ./doc/common/tables/manila-ca.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:12(th) ./doc/common/tables/nova-qpid.xml:12(th) ./doc/common/tables/cinder-storwize.xml:12(th) ./doc/common/tables/ceilometer-swift.xml:12(th) ./doc/common/tables/heat-clients_glance.xml:12(th) ./doc/common/tables/cinder-vzstorage.xml:12(th) ./doc/common/tables/ironic-ilo.xml:12(th) ./doc/common/tables/neutron-nova.xml:12(th) ./doc/common/tables/trove-debug.xml:12(th) ./doc/common/tables/cinder-backups_nfs.xml:12(th) ./doc/common/tables/cinder-auth_token.xml:12(th) ./doc/common/tables/heat-clients_heat.xml:12(th) ./doc/common/tables/neutron-dvs.xml:12(th) ./doc/common/tables/keystone-security.xml:12(th) ./doc/common/tables/heat-database.xml:12(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/sahara-domain.xml:12(th) ./doc/common/tables/keystone-policy.xml:12(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-neutron.xml:12(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/ironic-iboot.xml:12(th) ./doc/common/tables/heat-clients_keystone.xml:12(th) ./doc/common/tables/glance-testing.xml:12(th) ./doc/common/tables/cinder-redis.xml:12(th) ./doc/common/tables/manila-ganesha.xml:12(th) ./doc/common/tables/nova-quobyte.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/manila-share.xml:12(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/nova-serial_console.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/heat-clients_sahara.xml:12(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/manila-auth.xml:12(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:12(th) ./doc/common/tables/cinder-rpc.xml:12(th) ./doc/common/tables/nova-scheduler.xml:12(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/nova-amqp.xml:12(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:12(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/nova-logging.xml:12(th) ./doc/common/tables/ironic-seamicro.xml:12(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:12(th) ./doc/common/tables/manila-netapp.xml:12(th) ./doc/common/tables/sahara-api.xml:12(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/ceilometer-api.xml:12(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:14(th) ./doc/common/tables/cinder-profiler.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/trove-api.xml:12(th) ./doc/common/tables/neutron-fwaas_varmour.xml:12(th) ./doc/common/tables/aodh-coordination.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:12(th) ./doc/common/tables/ironic-auth.xml:12(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/ironic-keystone.xml:12(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/ironic-conductor.xml:12(th) ./doc/common/tables/cinder-backups.xml:12(th) ./doc/common/tables/cinder-zeromq.xml:12(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/trove-db_postgresql.xml:12(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/heat-testing.xml:12(th) ./doc/common/tables/heat-crypt.xml:12(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/ceilometer-database.xml:12(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/trove-heat.xml:12(th) ./doc/common/tables/cinder-datera.xml:12(th) ./doc/common/tables/cinder-hpxp.xml:12(th) ./doc/common/tables/nova-hypervisor.xml:12(th) ./doc/common/tables/neutron-vpnaas.xml:12(th) ./doc/common/tables/keystone-identity.xml:12(th) ./doc/common/tables/keystone-auth.xml:12(th) ./doc/common/tables/cinder-ibmnas.xml:12(th) ./doc/common/tables/heat-clients_neutron.xml:12(th) ./doc/common/tables/glance-api.xml:12(th) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:12(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/heat-redis.xml:12(th) ./doc/common/tables/manila-scheduler.xml:12(th) ./doc/common/tables/ironic-ipmi.xml:12(th) ./doc/common/tables/nova-availabilityzones.xml:12(th) ./doc/common/tables/keystone-ca.xml:12(th) ./doc/common/tables/glance-gridfs.xml:12(th) ./doc/common/tables/trove-db_pxc.xml:12(th) ./doc/common/tables/nova-livemigration.xml:12(th) ./doc/common/tables/glance-vmware.xml:12(th) ./doc/common/tables/glance-taskflow.xml:12(th) ./doc/common/tables/ceilometer-magnetodb.xml:12(th) ./doc/common/tables/glance-swift.xml:12(th) ./doc/common/tables/nova-common.xml:12(th) ./doc/common/tables/heat-clients_cinder.xml:12(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/keystone-role.xml:12(th) ./doc/common/tables/manila-hds_hnas.xml:12(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/trove-upgrades.xml:12(th) ./doc/common/tables/ironic-rpc.xml:12(th) ./doc/common/tables/aodh-redis.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/ceilometer-events.xml:12(th) ./doc/common/tables/nova-cors.xml:12(th) ./doc/common/tables/nova-glance.xml:12(th) ./doc/common/tables/cinder-emc_sio.xml:12(th) ./doc/common/tables/neutron-vpnaas_openswan.xml:12(th) ./doc/common/tables/keystone-logging.xml:12(th) ./doc/common/tables/heat-cloudwatch_api.xml:12(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/cinder-zoning_fabric.xml:12(th) ./doc/common/tables/cinder-api.xml:12(th) ./doc/common/tables/manila-hp3par.xml:12(th) ./doc/common/tables/aodh-qpid.xml:12(th) ./doc/common/tables/trove-db_mariadb.xml:12(th) ./doc/common/tables/keystone-saml.xml:12(th) ./doc/common/tables/aodh-auth_token.xml:12(th) ./doc/common/tables/ironic-console.xml:12(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/cinder-storage.xml:12(th) ./doc/common/tables/cinder-block-device.xml:12(th) ./doc/common/tables/manila-compute.xml:12(th) ./doc/common/tables/neutron-pd_linux_agent.xml:12(th) ./doc/common/tables/sahara-redis.xml:12(th) ./doc/common/tables/neutron-onos.xml:12(th) ./doc/common/tables/heat-cors.xml:12(th) ./doc/common/tables/heat-clients_swift.xml:12(th) ./doc/common/tables/nova-zeromq.xml:12(th) ./doc/common/tables/neutron-ca.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:12(th) ./doc/common/tables/neutron-lbaas_octavia.xml:12(th) ./doc/common/tables/trove-amqp.xml:12(th) ./doc/common/tables/neutron-ml2_geneve.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-images.xml:12(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:12(th) ./doc/common/tables/sahara-cors.xml:12(th) ./doc/common/tables/nova-xvpvncproxy.xml:12(th) ./doc/common/tables/neutron-fujitsu_ism.xml:12(th) ./doc/common/tables/trove-redis.xml:12(th) ./doc/common/tables/manila-qpid.xml:12(th) ./doc/common/tables/nova-policy.xml:12(th) ./doc/common/tables/neutron-l3_arista.xml:12(th) ./doc/common/tables/manila-amqp.xml:12(th) ./doc/common/tables/ironic-ssh.xml:12(th) ./doc/common/tables/nova-authentication.xml:12(th) ./doc/common/tables/cinder-smbfs.xml:12(th) ./doc/common/tables/heat-common.xml:12(th) ./doc/common/tables/cinder-srb.xml:12(th) ./doc/common/tables/glance-imagecache.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:14(th) ./doc/common/tables/keystone-auth_token.xml:12(th) ./doc/common/tables/glance-cors.xml:12(th) ./doc/common/tables/cinder-scst.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/keystone-catalog.xml:12(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/neutron-ml2_bagpipe.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:12(th) ./doc/common/tables/nova-pci.xml:12(th) ./doc/common/tables/cinder-eqlx.xml:12(th) ./doc/common/tables/neutron-vpnaas_ipsec.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:12(th) ./doc/common/tables/heat-clients_backends.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/nova-upgrade_levels.xml:12(th) ./doc/common/tables/aodh-amqp.xml:12(th) ./doc/common/tables/neutron-vpnaas_strongswan.xml:12(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:12(th) ./doc/common/tables/cinder-common.xml:12(th) ./doc/common/tables/manila-api.xml:12(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/ceilometer-alarms.xml:12(th) ./doc/common/tables/sahara-common.xml:12(th) ./doc/common/tables/nova-metadata.xml:12(th) ./doc/common/tables/heat-rabbitmq.xml:12(th) ./doc/common/tables/nova-ipv6.xml:12(th) ./doc/common/tables/glance-rpc.xml:12(th) ./doc/common/tables/glance-profiler.xml:12(th) ./doc/common/tables/keystone-domain.xml:12(th) ./doc/common/tables/cinder-compute.xml:12(th) ./doc/common/tables/aodh-database.xml:12(th) ./doc/common/tables/ironic-pxe.xml:12(th) ./doc/common/tables/keystone-credential.xml:12(th) ./doc/common/tables/nova-barbican.xml:12(th) ./doc/common/tables/keystone-assignment.xml:12(th) ./doc/common/tables/heat-clients_trove.xml:12(th) ./doc/common/tables/ceilometer-rabbitmq.xml:12(th) ./doc/common/tables/sahara-qpid.xml:12(th) ./doc/common/tables/cinder-xio.xml:12(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:12(th) ./doc/common/tables/keystone-cors.xml:12(th) ./doc/common/tables/ironic-inspector.xml:12(th) ./doc/common/tables/cinder-cloudbyte.xml:12(th) ./doc/common/tables/nova-vmware.xml:12(th) ./doc/common/tables/neutron-bagpipe.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/trove-db_vertica.xml:12(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/manila-emc.xml:12(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/cinder-zfssa-nfs.xml:12(th) ./doc/common/tables/ceilometer-notification.xml:12(th) ./doc/common/tables/cinder-hp3par.xml:12(th) ./doc/common/tables/cinder-vmware.xml:12(th) ./doc/common/tables/manila-logging.xml:12(th) ./doc/common/tables/nova-libvirt.xml:12(th) ./doc/common/tables/manila-rabbitmq.xml:12(th) ./doc/common/tables/glance-ca.xml:12(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/cinder-auth.xml:12(th) ./doc/common/tables/nova-xen.xml:12(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/nova-zookeeper.xml:12(th) ./doc/common/tables/sahara-database.xml:12(th) ./doc/common/tables/sahara-logging.xml:12(th) ./doc/common/tables/neutron-nsx.xml:12(th) ./doc/common/tables/trove-swift.xml:12(th) ./doc/common/tables/keystone-kvs.xml:12(th) ./doc/common/tables/glance-rabbitmq.xml:12(th) ./doc/common/tables/trove-backup.xml:12(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/sahara-timeouts.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/cinder-backups_tsm.xml:12(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:14(th) ./doc/common/tables/glance-logging.xml:12(th) ./doc/common/tables/glance-auth_token.xml:12(th) ./doc/common/tables/keystone-amqp.xml:12(th) ./doc/common/tables/keystone-oauth.xml:12(th) ./doc/common/tables/nova-api.xml:12(th) ./doc/common/tables/nova-rdp.xml:12(th) ./doc/common/tables/aodh-common.xml:12(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:14(th) ./doc/common/tables/trove-common.xml:12(th) ./doc/common/tables/aodh-rabbitmq.xml:12(th) ./doc/common/tables/aodh-auth.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:12(th) ./doc/common/tables/cinder-lvm.xml:12(th) ./doc/common/tables/keystone-database.xml:12(th) ./doc/common/tables/aodh-logging.xml:12(th) ./doc/common/tables/manila-winrm.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) +#: ./doc/common/tables/nova-testing.xml:30(th) ./doc/common/tables/ironic-amqp.xml:30(th) ./doc/common/tables/heat-amqp.xml:30(th) ./doc/common/tables/neutron-logging.xml:12(th) ./doc/common/tables/cinder-openvstorage.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:14(th) ./doc/common/tables/nova-console.xml:30(th) ./doc/common/tables/cinder-zones.xml:30(th) ./doc/common/tables/keystone-federation.xml:30(th) ./doc/common/tables/trove-rpc.xml:30(th) ./doc/common/tables/swift-swift-storage-policy-0.xml:14(th) ./doc/common/tables/neutron-ml2_bigswitch.xml:12(th) ./doc/common/tables/trove-compute.xml:30(th) ./doc/common/tables/ceilometer-debug.xml:30(th) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:14(th) ./doc/common/tables/ceilometer-qpid.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:14(th) ./doc/common/tables/ironic-swift.xml:30(th) ./doc/common/tables/ironic-policy.xml:30(th) ./doc/common/tables/neutron-fwaas_ngfw.xml:12(th) ./doc/common/tables/trove-dns.xml:30(th) ./doc/common/tables/ceilometer-ipmi.xml:30(th) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:14(th) ./doc/common/tables/cinder-windows.xml:30(th) ./doc/common/tables/heat-clients.xml:30(th) ./doc/common/tables/swift-rsyncd-object_sda.xml:14(th) ./doc/common/tables/cinder-sheepdog.xml:30(th) ./doc/common/tables/trove-zeromq.xml:30(th) ./doc/common/tables/sahara-auth_token.xml:30(th) ./doc/common/tables/ironic-amt.xml:30(th) ./doc/common/tables/manila-database.xml:30(th) ./doc/common/tables/glance-rbd.xml:30(th) ./doc/common/tables/neutron-lbaas_agent.xml:12(th) ./doc/common/tables/swift-container-server-filter-xprofile.xml:14(th) ./doc/common/tables/cinder-zoning.xml:30(th) ./doc/common/tables/cinder-backups_ceph.xml:30(th) ./doc/common/tables/heat-cfn_api.xml:30(th) ./doc/common/tables/cinder-lenovo.xml:30(th) ./doc/common/tables/sahara-policy.xml:30(th) ./doc/common/tables/keystone-zeromq.xml:30(th) ./doc/common/tables/ceilometer-auth.xml:30(th) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:14(th) ./doc/common/tables/glance-policy.xml:30(th) ./doc/common/tables/cinder-amqp.xml:30(th) ./doc/common/tables/swift-account-server-pipeline-main.xml:14(th) ./doc/common/tables/heat-zeromq.xml:30(th) ./doc/common/tables/cinder-ca.xml:30(th) ./doc/common/tables/cinder-zfssa.xml:12(th) ./doc/common/tables/nova-fping.xml:30(th) ./doc/common/tables/neutron-l3_agent.xml:12(th) ./doc/common/tables/ceilometer-glance.xml:30(th) ./doc/common/tables/ironic-zeromq.xml:30(th) ./doc/common/tables/aodh-api.xml:12(th) ./doc/common/tables/swift-object-server-filter-xprofile.xml:14(th) ./doc/common/tables/heat-clients_nova.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:14(th) ./doc/common/tables/neutron-ml2_ncs.xml:12(th) ./doc/common/tables/heat-qpid.xml:30(th) ./doc/common/tables/cinder-logging.xml:30(th) ./doc/common/tables/neutron-ovn.xml:12(th) ./doc/common/tables/neutron-fujitsu_cfab.xml:12(th) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:12(th) ./doc/common/tables/neutron-opencontrail.xml:12(th) ./doc/common/tables/ceilometer-alarm.xml:30(th) ./doc/common/tables/trove-quota.xml:30(th) ./doc/common/tables/keystone-redis.xml:30(th) ./doc/common/tables/cinder-hpmsa.xml:30(th) ./doc/common/tables/ceilometer-cors.xml:30(th) ./doc/common/tables/cinder-tintri.xml:30(th) ./doc/common/tables/swift-swift-swift-constraints.xml:14(th) ./doc/common/tables/swift-object-expirer-object-expirer.xml:14(th) ./doc/common/tables/heat-quota.xml:30(th) ./doc/common/tables/neutron-hyperv_agent.xml:12(th) ./doc/common/tables/neutron-cisco.xml:12(th) ./doc/common/tables/swift-container-sync-realms-realm1.xml:14(th) ./doc/common/tables/swift-dispersion-dispersion.xml:14(th) ./doc/common/tables/trove-db_mongodb.xml:30(th) ./doc/common/tables/ironic-disk_partitioner.xml:30(th) ./doc/common/tables/cinder-storage_glusterfs.xml:30(th) ./doc/common/tables/nova-hyperv.xml:30(th) ./doc/common/tables/trove-network.xml:30(th) ./doc/common/tables/neutron-zeromq.xml:12(th) ./doc/common/tables/cinder-database.xml:30(th) ./doc/common/tables/glance-scrubber.xml:30(th) ./doc/common/tables/ceilometer-collector.xml:30(th) ./doc/common/tables/cinder-violin.xml:30(th) ./doc/common/tables/ironic-logging.xml:30(th) ./doc/common/tables/keystone-trust.xml:30(th) ./doc/common/tables/neutron-policy.xml:12(th) ./doc/common/tables/nova-rabbitmq.xml:30(th) ./doc/common/tables/nova-ldap.xml:30(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:30(th) ./doc/common/tables/ceilometer-amqp.xml:30(th) ./doc/common/tables/manila-zeromq.xml:30(th) ./doc/common/tables/glance-elasticsearch.xml:12(th) ./doc/common/tables/neutron-auth_token.xml:12(th) ./doc/common/tables/sahara-rabbitmq.xml:30(th) ./doc/common/tables/neutron-lbaas_services.xml:12(th) ./doc/common/tables/neutron-ml2_vlan.xml:12(th) ./doc/common/tables/cinder-hgst.xml:30(th) ./doc/common/tables/heat-clients_ceilometer.xml:30(th) ./doc/common/tables/keystone-api.xml:30(th) ./doc/common/tables/ironic-redis.xml:30(th) ./doc/common/tables/cinder-qpid.xml:30(th) ./doc/common/tables/swift-object-server-app-object-server.xml:14(th) ./doc/common/tables/trove-nova.xml:30(th) ./doc/common/tables/heat-waitcondition_api.xml:30(th) ./doc/common/tables/cinder-zfssa-iscsi.xml:30(th) ./doc/common/tables/nova-debug.xml:30(th) ./doc/common/tables/cinder-blockbridge.xml:30(th) ./doc/common/tables/cinder-san.xml:30(th) ./doc/common/tables/heat-rpc.xml:30(th) ./doc/common/tables/neutron-ml2_gre.xml:12(th) ./doc/common/tables/ironic-deploy.xml:30(th) ./doc/common/tables/neutron-rpc.xml:12(th) ./doc/common/tables/nova-conductor.xml:30(th) ./doc/common/tables/cinder-cors.xml:30(th) ./doc/common/tables/swift-container-server-container-sync.xml:14(th) ./doc/common/tables/trove-taskmanager.xml:30(th) ./doc/common/tables/nova-rpc.xml:30(th) ./doc/common/tables/ceilometer-zaqar.xml:30(th) ./doc/common/tables/swift-account-server-account-reaper.xml:14(th) ./doc/common/tables/keystone-tokenless.xml:30(th) ./doc/common/tables/nova-compute.xml:30(th) ./doc/common/tables/cinder-scheduler.xml:30(th) ./doc/common/tables/nova-ca.xml:30(th) ./doc/common/tables/swift-memcache-memcache.xml:14(th) ./doc/common/tables/neutron-api.xml:12(th) ./doc/common/tables/nova-database.xml:30(th) ./doc/common/tables/nova-trustedcomputing.xml:30(th) ./doc/common/tables/cinder-dellsc.xml:30(th) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:14(th) ./doc/common/tables/trove-logging.xml:30(th) ./doc/common/tables/cinder-quota.xml:30(th) ./doc/common/tables/ironic-drac.xml:30(th) ./doc/common/tables/swift-container-sync-realms-realm2.xml:14(th) ./doc/common/tables/ironic-common.xml:30(th) ./doc/common/tables/cinder-nimble.xml:30(th) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:12(th) ./doc/common/tables/cinder-zoning_manager.xml:30(th) ./doc/common/tables/neutron-l3_brocade_mlx.xml:12(th) ./doc/common/tables/swift-object-server-object-replicator.xml:14(th) ./doc/common/tables/heat-auth_token.xml:30(th) ./doc/common/tables/heat-notification.xml:30(th) ./doc/common/tables/glance-debug.xml:12(th) ./doc/common/tables/ceilometer-common.xml:30(th) ./doc/common/tables/cinder-storage_nfs.xml:30(th) ./doc/common/tables/manila-quota.xml:30(th) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:30(th) ./doc/common/tables/sahara-amqp.xml:30(th) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:30(th) ./doc/common/tables/neutron-metadata.xml:12(th) ./doc/common/tables/swift-object-server-object-reconstructor.xml:14(th) ./doc/common/tables/trove-volume.xml:30(th) ./doc/common/tables/trove-ca.xml:12(th) ./doc/common/tables/neutron-rabbitmq.xml:12(th) ./doc/common/tables/swift-object-server-DEFAULT.xml:14(th) ./doc/common/tables/swift-container-server-filter-recon.xml:14(th) ./doc/common/tables/keystone-fernet_tokens.xml:30(th) ./doc/common/tables/keystone-revoke.xml:30(th) ./doc/common/tables/nova-auth_token.xml:30(th) ./doc/common/tables/trove-db_mysql.xml:30(th) ./doc/common/tables/ironic-rabbitmq.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:14(th) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:14(th) ./doc/common/tables/swift-container-server-container-auditor.xml:14(th) ./doc/common/tables/glance-replicator.xml:30(th) ./doc/common/tables/neutron-dhcp_agent.xml:12(th) ./doc/common/tables/neutron-nec.xml:12(th) ./doc/common/tables/neutron-embrane.xml:12(th) ./doc/common/tables/manila-storage.xml:30(th) ./doc/common/tables/cinder-storage_gpfs.xml:30(th) ./doc/common/tables/keystone-rabbitmq.xml:30(th) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:14(th) ./doc/common/tables/cinder-rabbitmq.xml:30(th) ./doc/common/tables/nova-spice.xml:30(th) ./doc/common/tables/trove-db_couchbase.xml:30(th) ./doc/common/tables/trove-clients.xml:30(th) ./doc/common/tables/ceilometer-policy.xml:30(th) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:14(th) ./doc/common/tables/keystone-memcache.xml:30(th) ./doc/common/tables/trove-qpid.xml:30(th) ./doc/common/tables/ironic-database.xml:30(th) ./doc/common/tables/keystone-qpid.xml:30(th) ./doc/common/tables/ironic-debug.xml:30(th) ./doc/common/tables/nova-volumes.xml:30(th) ./doc/common/tables/keystone-mapping.xml:30(th) ./doc/common/tables/nova-vpn.xml:30(th) ./doc/common/tables/swift-rsyncd-object_sdc.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:14(th) ./doc/common/tables/neutron-ml2_cisco.xml:12(th) ./doc/common/tables/sahara-clients.xml:30(th) ./doc/common/tables/cinder-xiv.xml:30(th) ./doc/common/tables/nova-ec2.xml:30(th) ./doc/common/tables/neutron-fwaas.xml:12(th) ./doc/common/tables/nova-keymgr.xml:30(th) ./doc/common/tables/ceilometer-redis.xml:30(th) ./doc/common/tables/cinder-storpool.xml:12(th) ./doc/common/tables/manila-glusterfs.xml:30(th) ./doc/common/tables/heat-logging.xml:30(th) ./doc/common/tables/nova-periodic.xml:30(th) ./doc/common/tables/neutron-ml2_ofa.xml:12(th) ./doc/common/tables/ironic-api.xml:30(th) ./doc/common/tables/heat-trustee.xml:30(th) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:30(th) ./doc/common/tables/octavia.xml:12(th) ./doc/common/tables/ceilometer-tripleo.xml:30(th) ./doc/common/tables/sahara-rpc.xml:30(th) ./doc/common/tables/swift-internal-client-DEFAULT.xml:14(th) ./doc/common/tables/glance-zeromq.xml:30(th) ./doc/common/tables/ceilometer-logging.xml:30(th) ./doc/common/tables/neutron-l2_agent.xml:12(th) ./doc/common/tables/cinder-huawei.xml:30(th) ./doc/common/tables/sahara-object_store_access.xml:30(th) ./doc/common/tables/glance-filesystem.xml:30(th) ./doc/common/tables/swift-container-server-app-container-server.xml:14(th) ./doc/common/tables/cinder-hds-hnas.xml:30(th) ./doc/common/tables/nova-apiv21.xml:30(th) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:30(th) ./doc/common/tables/manila-redis.xml:30(th) ./doc/common/tables/cinder-solidfire.xml:30(th) ./doc/common/tables/ironic-qpid.xml:30(th) ./doc/common/tables/keystone-os_inherit.xml:30(th) ./doc/common/tables/cinder-dothill.xml:30(th) ./doc/common/tables/trove-db_cassandra.xml:30(th) ./doc/common/tables/cinder-hplefthand.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:14(th) ./doc/common/tables/neutron-midonet.xml:12(th) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:14(th) ./doc/common/tables/heat-metadata_api.xml:30(th) ./doc/common/tables/nova-quota.xml:30(th) ./doc/common/tables/cinder-scality.xml:30(th) ./doc/common/tables/nova-cells.xml:30(th) ./doc/common/tables/nova-redis.xml:30(th) ./doc/common/tables/sahara-zeromq.xml:30(th) ./doc/common/tables/aodh-cors.xml:12(th) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:14(th) ./doc/common/tables/neutron-lbaas.xml:12(th) ./doc/common/tables/cinder-drbd.xml:30(th) ./doc/common/tables/swift-rsyncd-object6020.xml:14(th) ./doc/common/tables/ceilometer-service_types.xml:30(th) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:14(th) ./doc/common/tables/cinder-infortrend.xml:30(th) ./doc/common/tables/ceilometer-rgw.xml:30(th) ./doc/common/tables/ironic-dhcp.xml:30(th) ./doc/common/tables/manila-huawei.xml:30(th) ./doc/common/tables/trove-db_percona.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:14(th) ./doc/common/tables/neutron-ml2.xml:12(th) ./doc/common/tables/ironic-auth_token.xml:30(th) ./doc/common/tables/neutron-ipv6_ra.xml:12(th) ./doc/common/tables/trove-db_db2.xml:30(th) ./doc/common/tables/ironic-glance.xml:30(th) ./doc/common/tables/ironic-virtualbox.xml:30(th) ./doc/common/tables/aodh-rpc.xml:12(th) ./doc/common/tables/ceilometer-zeromq.xml:30(th) ./doc/common/tables/neutron-vpnaas_libreswan.xml:12(th) ./doc/common/tables/glance-database.xml:30(th) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:14(th) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:14(th) ./doc/common/tables/manila-hdfs.xml:30(th) ./doc/common/tables/cinder-pure.xml:30(th) ./doc/common/tables/neutron-ml2_sriov.xml:12(th) ./doc/common/tables/neutron-agent.xml:12(th) ./doc/common/tables/glance-common.xml:30(th) ./doc/common/tables/heat-api.xml:30(th) ./doc/common/tables/ironic-irmc.xml:30(th) ./doc/common/tables/ceilometer-xenapi.xml:30(th) ./doc/common/tables/cinder-flashsystem.xml:30(th) ./doc/common/tables/nova-network.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:14(th) ./doc/common/tables/swift-object-expirer-filter-cache.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-cache.xml:14(th) ./doc/common/tables/nova-s3.xml:30(th) ./doc/common/tables/swift-rsyncd-object6040.xml:14(th) ./doc/common/tables/neutron-ml2_brocade.xml:12(th) ./doc/common/tables/cinder-quobyte.xml:30(th) ./doc/common/tables/swift-account-server-DEFAULT.xml:14(th) ./doc/common/tables/keystone-token.xml:30(th) ./doc/common/tables/glance-s3.xml:30(th) ./doc/common/tables/ironic-neutron.xml:30(th) ./doc/common/tables/keystone-ldap.xml:30(th) ./doc/common/tables/swift-swift-swift-hash.xml:14(th) ./doc/common/tables/cinder-debug.xml:30(th) ./doc/common/tables/keystone-debug.xml:30(th) ./doc/common/tables/cinder-backups_swift.xml:30(th) ./doc/common/tables/trove-auth_token.xml:30(th) ./doc/common/tables/neutron-ml2_vxlan.xml:12(th) ./doc/common/tables/trove-database.xml:30(th) ./doc/common/tables/ironic-snmp.xml:30(th) ./doc/common/tables/swift-rsyncd-object_sdb.xml:14(th) ./doc/common/tables/manila-cors.xml:30(th) ./doc/common/tables/swift-rsyncd-object6010.xml:14(th) ./doc/common/tables/ironic-cisco_ucs.xml:30(th) ./doc/common/tables/neutron-amqp.xml:12(th) ./doc/common/tables/manila-common.xml:30(th) ./doc/common/tables/keystone-cache.xml:30(th) ./doc/common/tables/swift-object-server-object-auditor.xml:14(th) ./doc/common/tables/heat-loadbalancer.xml:30(th) ./doc/common/tables/aodh-policy.xml:12(th) ./doc/common/tables/swift-account-server-account-auditor.xml:14(th) ./doc/common/tables/neutron-sriov.xml:12(th) ./doc/common/tables/ironic-agent.xml:30(th) ./doc/common/tables/glance-amqp.xml:30(th) ./doc/common/tables/swift-container-server-DEFAULT.xml:14(th) ./doc/common/tables/trove-cluster.xml:30(th) ./doc/common/tables/ceilometer-dispatcher_http.xml:30(th) ./doc/common/tables/ceilometer-inspector.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:14(th) ./doc/common/tables/manila-rpc.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:14(th) ./doc/common/tables/trove-db_redis.xml:30(th) ./doc/common/tables/aodh-zeromq.xml:12(th) ./doc/common/tables/neutron-ml2_odl.xml:12(th) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:14(th) ./doc/common/tables/cinder-emc.xml:30(th) ./doc/common/tables/cinder-storage_ceph.xml:30(th) ./doc/common/tables/neutron-dvr.xml:12(th) ./doc/common/tables/trove-guestagent.xml:30(th) ./doc/common/tables/manila-san.xml:30(th) ./doc/common/tables/swift-rsyncd-container.xml:14(th) ./doc/common/tables/nova-configdrive.xml:30(th) ./doc/common/tables/manila-auth_token.xml:30(th) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:14(th) ./doc/common/tables/manila-quobyte.xml:30(th) ./doc/common/tables/nova-vnc.xml:30(th) ./doc/common/tables/neutron-l2gw.xml:12(th) ./doc/common/tables/swift-rsyncd-object.xml:14(th) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:12(th) ./doc/common/tables/neutron-cors.xml:12(th) ./doc/common/tables/keystone-rpc.xml:30(th) ./doc/common/tables/keystone-common.xml:30(th) ./doc/common/tables/ceilometer-vmware.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:14(th) ./doc/common/tables/nova-ironic.xml:30(th) ./doc/common/tables/glance-redis.xml:30(th) ./doc/common/tables/glance-qpid.xml:30(th) ./doc/common/tables/glance-registry.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:14(th) ./doc/common/tables/neutron-ml2_flat.xml:12(th) ./doc/common/tables/manila-zfssa.xml:30(th) ./doc/common/tables/manila-ca.xml:30(th) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:30(th) ./doc/common/tables/nova-qpid.xml:30(th) ./doc/common/tables/cinder-storwize.xml:30(th) ./doc/common/tables/ceilometer-swift.xml:30(th) ./doc/common/tables/heat-clients_glance.xml:30(th) ./doc/common/tables/cinder-vzstorage.xml:30(th) ./doc/common/tables/ironic-ilo.xml:30(th) ./doc/common/tables/neutron-nova.xml:12(th) ./doc/common/tables/trove-debug.xml:30(th) ./doc/common/tables/cinder-backups_nfs.xml:30(th) ./doc/common/tables/cinder-auth_token.xml:30(th) ./doc/common/tables/heat-clients_heat.xml:30(th) ./doc/common/tables/neutron-dvs.xml:12(th) ./doc/common/tables/keystone-security.xml:30(th) ./doc/common/tables/heat-database.xml:30(th) ./doc/common/tables/swift-account-server-filter-recon.xml:14(th) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:14(th) ./doc/common/tables/sahara-domain.xml:30(th) ./doc/common/tables/keystone-policy.xml:30(th) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:14(th) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:14(th) ./doc/common/tables/nova-neutron.xml:30(th) ./doc/common/tables/neutron-brocade.xml:12(th) ./doc/common/tables/ironic-iboot.xml:30(th) ./doc/common/tables/heat-clients_keystone.xml:30(th) ./doc/common/tables/glance-testing.xml:30(th) ./doc/common/tables/cinder-redis.xml:30(th) ./doc/common/tables/manila-ganesha.xml:30(th) ./doc/common/tables/nova-quobyte.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:14(th) ./doc/common/tables/manila-share.xml:30(th) ./doc/common/tables/neutron-scheduler.xml:12(th) ./doc/common/tables/neutron-securitygroups.xml:12(th) ./doc/common/tables/nova-serial_console.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:14(th) ./doc/common/tables/heat-clients_sahara.xml:30(th) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:14(th) ./doc/common/tables/neutron-bigswitch.xml:12(th) ./doc/common/tables/manila-auth.xml:30(th) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:30(th) ./doc/common/tables/cinder-rpc.xml:30(th) ./doc/common/tables/nova-scheduler.xml:30(th) ./doc/common/tables/swift-account-server-app-account-server.xml:14(th) ./doc/common/tables/nova-amqp.xml:30(th) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:30(th) ./doc/common/tables/neutron-metering_agent.xml:12(th) ./doc/common/tables/neutron-ml2_fslsdn.xml:12(th) ./doc/common/tables/nova-logging.xml:30(th) ./doc/common/tables/ironic-seamicro.xml:30(th) ./doc/common/tables/cinder-prophetstor_dpl.xml:30(th) ./doc/common/tables/manila-netapp.xml:30(th) ./doc/common/tables/sahara-api.xml:30(th) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:14(th) ./doc/common/tables/ceilometer-api.xml:30(th) ./doc/common/tables/swift-internal-client-pipeline-main.xml:14(th) ./doc/common/tables/cinder-profiler.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:14(th) ./doc/common/tables/trove-api.xml:30(th) ./doc/common/tables/neutron-fwaas_varmour.xml:12(th) ./doc/common/tables/aodh-coordination.xml:12(th) ./doc/common/tables/swift-object-server-pipeline-main.xml:14(th) ./doc/common/tables/glance-cinder.xml:30(th) ./doc/common/tables/ironic-auth.xml:30(th) ./doc/common/tables/nova-apiv3.xml:12(th) ./doc/common/tables/ironic-keystone.xml:30(th) ./doc/common/tables/swift-container-server-container-updater.xml:14(th) ./doc/common/tables/ironic-conductor.xml:30(th) ./doc/common/tables/cinder-backups.xml:30(th) ./doc/common/tables/cinder-zeromq.xml:30(th) ./doc/common/tables/swift-object-server-object-updater.xml:14(th) ./doc/common/tables/trove-db_postgresql.xml:30(th) ./doc/common/tables/swift-container-server-pipeline-main.xml:14(th) ./doc/common/tables/heat-testing.xml:30(th) ./doc/common/tables/heat-crypt.xml:30(th) ./doc/common/tables/swift-container-server-container-replicator.xml:14(th) ./doc/common/tables/ceilometer-database.xml:30(th) ./doc/common/tables/swift-drive-audit-drive-audit.xml:14(th) ./doc/common/tables/trove-heat.xml:30(th) ./doc/common/tables/cinder-datera.xml:30(th) ./doc/common/tables/cinder-hpxp.xml:30(th) ./doc/common/tables/nova-hypervisor.xml:30(th) ./doc/common/tables/neutron-vpnaas.xml:12(th) ./doc/common/tables/keystone-identity.xml:30(th) ./doc/common/tables/keystone-auth.xml:30(th) ./doc/common/tables/cinder-ibmnas.xml:30(th) ./doc/common/tables/heat-clients_neutron.xml:30(th) ./doc/common/tables/glance-api.xml:30(th) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:30(th) ./doc/common/tables/neutron-common.xml:12(th) ./doc/common/tables/heat-redis.xml:30(th) ./doc/common/tables/manila-scheduler.xml:30(th) ./doc/common/tables/ironic-ipmi.xml:30(th) ./doc/common/tables/nova-availabilityzones.xml:30(th) ./doc/common/tables/keystone-ca.xml:30(th) ./doc/common/tables/glance-gridfs.xml:30(th) ./doc/common/tables/trove-db_pxc.xml:30(th) ./doc/common/tables/nova-livemigration.xml:30(th) ./doc/common/tables/glance-vmware.xml:30(th) ./doc/common/tables/glance-taskflow.xml:30(th) ./doc/common/tables/ceilometer-magnetodb.xml:30(th) ./doc/common/tables/glance-swift.xml:30(th) ./doc/common/tables/nova-common.xml:30(th) ./doc/common/tables/heat-clients_cinder.xml:30(th) ./doc/common/tables/neutron-nvsd.xml:12(th) ./doc/common/tables/keystone-role.xml:30(th) ./doc/common/tables/manila-hds_hnas.xml:30(th) ./doc/common/tables/swift-account-server-filter-xprofile.xml:14(th) ./doc/common/tables/trove-upgrades.xml:30(th) ./doc/common/tables/ironic-rpc.xml:30(th) ./doc/common/tables/aodh-redis.xml:12(th) ./doc/common/tables/swift-account-server-account-replicator.xml:14(th) ./doc/common/tables/ceilometer-events.xml:30(th) ./doc/common/tables/nova-cors.xml:30(th) ./doc/common/tables/nova-glance.xml:30(th) ./doc/common/tables/cinder-emc_sio.xml:30(th) ./doc/common/tables/neutron-vpnaas_openswan.xml:12(th) ./doc/common/tables/keystone-logging.xml:30(th) ./doc/common/tables/heat-cloudwatch_api.xml:30(th) ./doc/common/tables/neutron-ml2_arista.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:14(th) ./doc/common/tables/cinder-zoning_fabric.xml:30(th) ./doc/common/tables/cinder-api.xml:30(th) ./doc/common/tables/manila-hp3par.xml:30(th) ./doc/common/tables/aodh-qpid.xml:12(th) ./doc/common/tables/trove-db_mariadb.xml:30(th) ./doc/common/tables/keystone-saml.xml:30(th) ./doc/common/tables/aodh-auth_token.xml:12(th) ./doc/common/tables/ironic-console.xml:30(th) ./doc/common/tables/neutron-openvswitch_agent.xml:12(th) ./doc/common/tables/cinder-storage.xml:30(th) ./doc/common/tables/cinder-block-device.xml:30(th) ./doc/common/tables/manila-compute.xml:30(th) ./doc/common/tables/neutron-pd_linux_agent.xml:12(th) ./doc/common/tables/sahara-redis.xml:30(th) ./doc/common/tables/neutron-onos.xml:12(th) ./doc/common/tables/heat-cors.xml:30(th) ./doc/common/tables/heat-clients_swift.xml:30(th) ./doc/common/tables/manila-gpfs.xml:30(th) ./doc/common/tables/nova-zeromq.xml:30(th) ./doc/common/tables/neutron-ca.xml:12(th) ./doc/common/tables/trove-rabbitmq.xml:30(th) ./doc/common/tables/neutron-lbaas_octavia.xml:12(th) ./doc/common/tables/trove-amqp.xml:30(th) ./doc/common/tables/neutron-ml2_geneve.xml:12(th) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:14(th) ./doc/common/tables/cinder-images.xml:30(th) ./doc/common/tables/neutron-qpid.xml:12(th) ./doc/common/tables/cinder-keymgr.xml:30(th) ./doc/common/tables/sahara-cors.xml:30(th) ./doc/common/tables/nova-xvpvncproxy.xml:30(th) ./doc/common/tables/neutron-fujitsu_ism.xml:12(th) ./doc/common/tables/trove-redis.xml:30(th) ./doc/common/tables/manila-qpid.xml:30(th) ./doc/common/tables/nova-policy.xml:30(th) ./doc/common/tables/neutron-l3_arista.xml:12(th) ./doc/common/tables/manila-amqp.xml:30(th) ./doc/common/tables/ironic-ssh.xml:30(th) ./doc/common/tables/nova-authentication.xml:30(th) ./doc/common/tables/cinder-smbfs.xml:30(th) ./doc/common/tables/heat-common.xml:30(th) ./doc/common/tables/cinder-srb.xml:30(th) ./doc/common/tables/glance-imagecache.xml:30(th) ./doc/common/tables/swift-swift-storage-policy-2.xml:14(th) ./doc/common/tables/keystone-auth_token.xml:30(th) ./doc/common/tables/glance-cors.xml:30(th) ./doc/common/tables/cinder-scst.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-slo.xml:14(th) ./doc/common/tables/keystone-catalog.xml:30(th) ./doc/common/tables/neutron-sdnve.xml:12(th) ./doc/common/tables/neutron-ml2_bagpipe.xml:12(th) ./doc/common/tables/ceilometer-rpc.xml:30(th) ./doc/common/tables/nova-pci.xml:30(th) ./doc/common/tables/cinder-eqlx.xml:30(th) ./doc/common/tables/neutron-vpnaas_ipsec.xml:12(th) ./doc/common/tables/glance-sheepdog.xml:30(th) ./doc/common/tables/heat-clients_backends.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:14(th) ./doc/common/tables/neutron-ml2_mlnx.xml:12(th) ./doc/common/tables/swift-object-server-filter-recon.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:14(th) ./doc/common/tables/nova-upgrade_levels.xml:30(th) ./doc/common/tables/aodh-amqp.xml:12(th) ./doc/common/tables/neutron-vpnaas_strongswan.xml:12(th) ./doc/common/tables/cinder-hitachi-hbsd.xml:30(th) ./doc/common/tables/cinder-common.xml:30(th) ./doc/common/tables/manila-api.xml:30(th) ./doc/common/tables/neutron-vmware.xml:12(th) ./doc/common/tables/neutron-database.xml:12(th) ./doc/common/tables/ceilometer-alarms.xml:30(th) ./doc/common/tables/sahara-common.xml:30(th) ./doc/common/tables/nova-metadata.xml:30(th) ./doc/common/tables/heat-rabbitmq.xml:30(th) ./doc/common/tables/nova-ipv6.xml:30(th) ./doc/common/tables/glance-rpc.xml:30(th) ./doc/common/tables/glance-profiler.xml:30(th) ./doc/common/tables/keystone-domain.xml:30(th) ./doc/common/tables/cinder-compute.xml:30(th) ./doc/common/tables/aodh-database.xml:12(th) ./doc/common/tables/ironic-pxe.xml:30(th) ./doc/common/tables/keystone-credential.xml:30(th) ./doc/common/tables/nova-barbican.xml:30(th) ./doc/common/tables/keystone-assignment.xml:30(th) ./doc/common/tables/heat-clients_trove.xml:30(th) ./doc/common/tables/ceilometer-rabbitmq.xml:30(th) ./doc/common/tables/sahara-qpid.xml:30(th) ./doc/common/tables/cinder-xio.xml:30(th) ./doc/common/tables/neutron-linuxbridge_agent.xml:12(th) ./doc/common/tables/neutron-quotas.xml:12(th) ./doc/common/tables/ceilometer-exchange.xml:30(th) ./doc/common/tables/keystone-cors.xml:30(th) ./doc/common/tables/ironic-inspector.xml:30(th) ./doc/common/tables/cinder-cloudbyte.xml:30(th) ./doc/common/tables/nova-vmware.xml:30(th) ./doc/common/tables/neutron-bagpipe.xml:12(th) ./doc/common/tables/neutron-redis.xml:12(th) ./doc/common/tables/trove-db_vertica.xml:30(th) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:14(th) ./doc/common/tables/manila-emc.xml:30(th) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:14(th) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:14(th) ./doc/common/tables/neutron-ml2_l2pop.xml:12(th) ./doc/common/tables/cinder-zfssa-nfs.xml:30(th) ./doc/common/tables/ceilometer-notification.xml:30(th) ./doc/common/tables/cinder-hp3par.xml:30(th) ./doc/common/tables/cinder-vmware.xml:30(th) ./doc/common/tables/manila-logging.xml:30(th) ./doc/common/tables/nova-libvirt.xml:30(th) ./doc/common/tables/manila-rabbitmq.xml:30(th) ./doc/common/tables/glance-ca.xml:30(th) ./doc/common/tables/neutron-plumgrid.xml:12(th) ./doc/common/tables/cinder-auth.xml:30(th) ./doc/common/tables/nova-xen.xml:30(th) ./doc/common/tables/swift-swift-storage-policy-1.xml:14(th) ./doc/common/tables/nova-zookeeper.xml:30(th) ./doc/common/tables/sahara-database.xml:30(th) ./doc/common/tables/sahara-logging.xml:30(th) ./doc/common/tables/neutron-nsx.xml:12(th) ./doc/common/tables/trove-swift.xml:30(th) ./doc/common/tables/keystone-kvs.xml:30(th) ./doc/common/tables/glance-rabbitmq.xml:30(th) ./doc/common/tables/trove-backup.xml:30(th) ./doc/common/tables/swift-rsyncd-account.xml:14(th) ./doc/common/tables/neutron-compute.xml:12(th) ./doc/common/tables/swift-rsyncd-object6030.xml:14(th) ./doc/common/tables/sahara-timeouts.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:14(th) ./doc/common/tables/cinder-backups_tsm.xml:30(th) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:14(th) ./doc/common/tables/glance-logging.xml:30(th) ./doc/common/tables/glance-auth_token.xml:30(th) ./doc/common/tables/keystone-amqp.xml:30(th) ./doc/common/tables/keystone-oauth.xml:30(th) ./doc/common/tables/nova-api.xml:30(th) ./doc/common/tables/nova-rdp.xml:30(th) ./doc/common/tables/aodh-common.xml:12(th) ./doc/common/tables/swift-internal-client-filter-cache.xml:14(th) ./doc/common/tables/trove-common.xml:30(th) ./doc/common/tables/aodh-rabbitmq.xml:12(th) ./doc/common/tables/aodh-auth.xml:12(th) ./doc/common/tables/ceilometer-auth_token.xml:30(th) ./doc/common/tables/cinder-lvm.xml:30(th) ./doc/common/tables/keystone-database.xml:30(th) ./doc/common/tables/aodh-logging.xml:12(th) ./doc/common/tables/manila-winrm.xml:30(th) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:14(th) msgid "Configuration option = Default value" msgstr "" -#: ./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/neutron-logging.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:29(replaceable) ./doc/common/tables/neutron-logging.xml:33(replaceable) ./doc/common/tables/neutron-logging.xml:81(replaceable) ./doc/common/tables/neutron-logging.xml:89(replaceable) ./doc/common/tables/neutron-logging.xml:97(replaceable) ./doc/common/tables/neutron-logging.xml:112(replaceable) ./doc/common/tables/nova-console.xml:40(replaceable) ./doc/common/tables/trove-rpc.xml:52(replaceable) ./doc/common/tables/trove-rpc.xml:63(replaceable) ./doc/common/tables/trove-rpc.xml:119(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(replaceable) ./doc/common/tables/ceilometer-debug.xml:21(replaceable) ./doc/common/tables/ceilometer-qpid.xml:21(replaceable) ./doc/common/tables/ceilometer-qpid.xml:25(replaceable) ./doc/common/tables/ceilometer-qpid.xml:73(replaceable) ./doc/common/tables/trove-dns.xml:81(replaceable) ./doc/common/tables/heat-clients.xml:40(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/manila-database.xml:44(replaceable) ./doc/common/tables/manila-database.xml:108(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:29(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:33(replaceable) ./doc/common/tables/cinder-lenovo.xml:37(replaceable) ./doc/common/tables/ceilometer-auth.xml:21(replaceable) ./doc/common/tables/neutron-l3_agent.xml:29(replaceable) ./doc/common/tables/neutron-l3_agent.xml:77(replaceable) ./doc/common/tables/aodh-api.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:33(replaceable) ./doc/common/tables/heat-qpid.xml:21(replaceable) ./doc/common/tables/heat-qpid.xml:25(replaceable) ./doc/common/tables/heat-qpid.xml:73(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:81(replaceable) ./doc/common/tables/cinder-logging.xml:93(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:41(replaceable) ./doc/common/tables/cinder-hpmsa.xml:37(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:21(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:48(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:63(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/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-collector.xml:21(replaceable) ./doc/common/tables/ceilometer-collector.xml:25(replaceable) ./doc/common/tables/ceilometer-collector.xml:29(replaceable) ./doc/common/tables/cinder-violin.xml:29(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:101(replaceable) ./doc/common/tables/keystone-trust.xml:21(replaceable) ./doc/common/tables/neutron-policy.xml:21(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:65(replaceable) ./doc/common/tables/nova-rabbitmq.xml:101(replaceable) ./doc/common/tables/nova-rabbitmq.xml:113(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/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:65(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:101(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:113(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:196(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:208(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:259(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:271(replaceable) ./doc/common/tables/keystone-api.xml:65(replaceable) ./doc/common/tables/keystone-api.xml:122(replaceable) ./doc/common/tables/cinder-qpid.xml:21(replaceable) ./doc/common/tables/cinder-qpid.xml:25(replaceable) ./doc/common/tables/cinder-qpid.xml:73(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:49(replaceable) ./doc/common/tables/nova-debug.xml:21(replaceable) ./doc/common/tables/cinder-san.xml:29(replaceable) ./doc/common/tables/heat-rpc.xml:52(replaceable) ./doc/common/tables/heat-rpc.xml:63(replaceable) ./doc/common/tables/heat-rpc.xml:103(replaceable) ./doc/common/tables/neutron-rpc.xml:52(replaceable) ./doc/common/tables/neutron-rpc.xml:63(replaceable) ./doc/common/tables/neutron-rpc.xml:103(replaceable) ./doc/common/tables/nova-conductor.xml:36(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/nova-rpc.xml:51(replaceable) ./doc/common/tables/nova-rpc.xml:62(replaceable) ./doc/common/tables/nova-rpc.xml:118(replaceable) ./doc/common/tables/nova-compute.xml:85(replaceable) ./doc/common/tables/nova-compute.xml:121(replaceable) ./doc/common/tables/nova-ca.xml:69(replaceable) ./doc/common/tables/neutron-api.xml:25(replaceable) ./doc/common/tables/neutron-api.xml:29(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-trustedcomputing.xml:33(replaceable) ./doc/common/tables/cinder-dellsc.xml:33(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:109(replaceable) ./doc/common/tables/ironic-common.xml:33(replaceable) ./doc/common/tables/ironic-common.xml:73(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:32(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/ceilometer-common.xml:57(replaceable) ./doc/common/tables/ceilometer-common.xml:64(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:25(replaceable) ./doc/common/tables/neutron-metadata.xml:61(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(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:65(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:101(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:113(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/trove-db_mysql.xml:57(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:65(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:101(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:113(replaceable) ./doc/common/tables/glance-replicator.xml:41(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:21(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:49(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:53(replaceable) ./doc/common/tables/neutron-nec.xml:41(replaceable) ./doc/common/tables/neutron-nec.xml:61(replaceable) ./doc/common/tables/manila-storage.xml:37(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:65(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:101(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:113(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:65(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:101(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:113(replaceable) ./doc/common/tables/nova-spice.xml:25(replaceable) ./doc/common/tables/trove-db_couchbase.xml:104(replaceable) ./doc/common/tables/trove-qpid.xml:21(replaceable) ./doc/common/tables/trove-qpid.xml:25(replaceable) ./doc/common/tables/trove-qpid.xml:73(replaceable) ./doc/common/tables/ironic-database.xml:33(replaceable) ./doc/common/tables/ironic-database.xml:101(replaceable) ./doc/common/tables/keystone-qpid.xml:21(replaceable) ./doc/common/tables/keystone-qpid.xml:25(replaceable) ./doc/common/tables/keystone-qpid.xml:73(replaceable) ./doc/common/tables/ironic-debug.xml:21(replaceable) ./doc/common/tables/nova-volumes.xml:68(replaceable) ./doc/common/tables/nova-volumes.xml:87(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:40(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:56(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:174(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:178(replaceable) ./doc/common/tables/sahara-clients.xml:21(replaceable) ./doc/common/tables/sahara-clients.xml:40(replaceable) ./doc/common/tables/sahara-clients.xml:55(replaceable) ./doc/common/tables/sahara-clients.xml:85(replaceable) ./doc/common/tables/sahara-clients.xml:100(replaceable) ./doc/common/tables/sahara-clients.xml:115(replaceable) ./doc/common/tables/nova-ec2.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:65(replaceable) ./doc/common/tables/neutron-fwaas.xml:21(replaceable) ./doc/common/tables/heat-logging.xml:21(replaceable) ./doc/common/tables/heat-logging.xml:29(replaceable) ./doc/common/tables/heat-logging.xml:77(replaceable) ./doc/common/tables/heat-logging.xml:89(replaceable) ./doc/common/tables/ironic-api.xml:105(replaceable) ./doc/common/tables/octavia.xml:21(replaceable) ./doc/common/tables/octavia.xml:25(replaceable) ./doc/common/tables/octavia.xml:122(replaceable) ./doc/common/tables/sahara-rpc.xml:44(replaceable) ./doc/common/tables/sahara-rpc.xml:55(replaceable) ./doc/common/tables/sahara-rpc.xml:111(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:101(replaceable) ./doc/common/tables/cinder-solidfire.xml:29(replaceable) ./doc/common/tables/ironic-qpid.xml:21(replaceable) ./doc/common/tables/ironic-qpid.xml:25(replaceable) ./doc/common/tables/ironic-qpid.xml:73(replaceable) ./doc/common/tables/keystone-os_inherit.xml:21(replaceable) ./doc/common/tables/cinder-dothill.xml:37(replaceable) ./doc/common/tables/cinder-hplefthand.xml:29(replaceable) ./doc/common/tables/cinder-hplefthand.xml:33(replaceable) ./doc/common/tables/nova-quota.xml:25(replaceable) ./doc/common/tables/nova-cells.xml:45(replaceable) ./doc/common/tables/trove-db_percona.xml:65(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/trove-db_db2.xml:57(replaceable) ./doc/common/tables/ironic-glance.xml:29(replaceable) ./doc/common/tables/aodh-rpc.xml:48(replaceable) ./doc/common/tables/aodh-rpc.xml:88(replaceable) ./doc/common/tables/glance-database.xml:33(replaceable) ./doc/common/tables/glance-database.xml:97(replaceable) ./doc/common/tables/neutron-agent.xml:33(replaceable) ./doc/common/tables/glance-common.xml:93(replaceable) ./doc/common/tables/heat-api.xml:25(replaceable) ./doc/common/tables/heat-api.xml:29(replaceable) ./doc/common/tables/heat-api.xml:33(replaceable) ./doc/common/tables/heat-api.xml:81(replaceable) ./doc/common/tables/heat-api.xml:104(replaceable) ./doc/common/tables/heat-api.xml:127(replaceable) ./doc/common/tables/heat-api.xml:135(replaceable) ./doc/common/tables/heat-api.xml:214(replaceable) ./doc/common/tables/cinder-flashsystem.xml:33(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/nova-s3.xml:33(replaceable) ./doc/common/tables/nova-s3.xml:57(replaceable) ./doc/common/tables/glance-s3.xml:33(replaceable) ./doc/common/tables/glance-s3.xml:37(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/keystone-debug.xml:29(replaceable) ./doc/common/tables/cinder-backups_swift.xml:25(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/trove-database.xml:21(replaceable) ./doc/common/tables/trove-database.xml:36(replaceable) ./doc/common/tables/manila-common.xml:45(replaceable) ./doc/common/tables/manila-common.xml:141(replaceable) ./doc/common/tables/keystone-cache.xml:33(replaceable) ./doc/common/tables/keystone-cache.xml:37(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:21(replaceable) ./doc/common/tables/manila-rpc.xml:48(replaceable) ./doc/common/tables/manila-rpc.xml:59(replaceable) ./doc/common/tables/manila-rpc.xml:115(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/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/cinder-storage_ceph.xml:41(replaceable) ./doc/common/tables/neutron-dvr.xml:25(replaceable) ./doc/common/tables/nova-configdrive.xml:40(replaceable) ./doc/common/tables/nova-configdrive.xml:44(replaceable) ./doc/common/tables/manila-auth_token.xml:81(replaceable) ./doc/common/tables/manila-auth_token.xml:85(replaceable) ./doc/common/tables/manila-auth_token.xml:113(replaceable) ./doc/common/tables/manila-auth_token.xml:149(replaceable) ./doc/common/tables/manila-quobyte.xml:45(replaceable) ./doc/common/tables/nova-vnc.xml:21(replaceable) ./doc/common/tables/nova-vnc.xml:37(replaceable) ./doc/common/tables/nova-vnc.xml:41(replaceable) ./doc/common/tables/nova-vnc.xml:45(replaceable) ./doc/common/tables/neutron-l2gw.xml:44(replaceable) ./doc/common/tables/keystone-rpc.xml:44(replaceable) ./doc/common/tables/keystone-rpc.xml:100(replaceable) ./doc/common/tables/keystone-common.xml:39(replaceable) ./doc/common/tables/ceilometer-vmware.xml:45(replaceable) ./doc/common/tables/glance-qpid.xml:21(replaceable) ./doc/common/tables/glance-qpid.xml:25(replaceable) ./doc/common/tables/glance-qpid.xml:73(replaceable) ./doc/common/tables/glance-registry.xml:53(replaceable) ./doc/common/tables/nova-qpid.xml:21(replaceable) ./doc/common/tables/nova-qpid.xml:25(replaceable) ./doc/common/tables/nova-qpid.xml:73(replaceable) ./doc/common/tables/cinder-storwize.xml:21(replaceable) ./doc/common/tables/cinder-storwize.xml:41(replaceable) ./doc/common/tables/cinder-storwize.xml:57(replaceable) ./doc/common/tables/cinder-storwize.xml:73(replaceable) ./doc/common/tables/ironic-ilo.xml:69(replaceable) ./doc/common/tables/neutron-nova.xml:37(replaceable) ./doc/common/tables/trove-debug.xml:40(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/neutron-dvs.xml:49(replaceable) ./doc/common/tables/heat-database.xml:33(replaceable) ./doc/common/tables/heat-database.xml:97(replaceable) ./doc/common/tables/sahara-domain.xml:29(replaceable) ./doc/common/tables/nova-neutron.xml:76(replaceable) ./doc/common/tables/nova-neutron.xml:96(replaceable) ./doc/common/tables/manila-share.xml:29(replaceable) ./doc/common/tables/manila-share.xml:37(replaceable) ./doc/common/tables/manila-share.xml:45(replaceable) ./doc/common/tables/manila-share.xml:49(replaceable) ./doc/common/tables/manila-share.xml:53(replaceable) ./doc/common/tables/manila-share.xml:241(replaceable) ./doc/common/tables/manila-share.xml:245(replaceable) ./doc/common/tables/manila-share.xml:253(replaceable) ./doc/common/tables/manila-share.xml:261(replaceable) ./doc/common/tables/nova-serial_console.xml:25(replaceable) ./doc/common/tables/neutron-bigswitch.xml:120(replaceable) ./doc/common/tables/neutron-bigswitch.xml:148(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-scheduler.xml:129(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(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:81(replaceable) ./doc/common/tables/nova-logging.xml:93(replaceable) ./doc/common/tables/nova-logging.xml:105(replaceable) ./doc/common/tables/ceilometer-api.xml:37(replaceable) ./doc/common/tables/ceilometer-api.xml:41(replaceable) ./doc/common/tables/ceilometer-api.xml:80(replaceable) ./doc/common/tables/cinder-profiler.xml:21(replaceable) ./doc/common/tables/cinder-profiler.xml:25(replaceable) ./doc/common/tables/glance-cinder.xml:21(replaceable) ./doc/common/tables/nova-apiv3.xml:21(replaceable) ./doc/common/tables/ironic-conductor.xml:41(replaceable) ./doc/common/tables/ironic-conductor.xml:81(replaceable) ./doc/common/tables/cinder-backups.xml:53(replaceable) ./doc/common/tables/trove-db_postgresql.xml:57(replaceable) ./doc/common/tables/heat-testing.xml:21(replaceable) ./doc/common/tables/heat-testing.xml:25(replaceable) ./doc/common/tables/ceilometer-database.xml:48(replaceable) ./doc/common/tables/ceilometer-database.xml:132(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(replaceable) ./doc/common/tables/cinder-hpxp.xml:41(replaceable) ./doc/common/tables/cinder-hpxp.xml:49(replaceable) ./doc/common/tables/cinder-hpxp.xml:89(replaceable) ./doc/common/tables/keystone-identity.xml:37(replaceable) ./doc/common/tables/keystone-identity.xml:41(replaceable) ./doc/common/tables/glance-api.xml:25(replaceable) ./doc/common/tables/glance-api.xml:53(replaceable) ./doc/common/tables/glance-api.xml:89(replaceable) ./doc/common/tables/glance-api.xml:93(replaceable) ./doc/common/tables/neutron-common.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:97(replaceable) ./doc/common/tables/neutron-common.xml:129(replaceable) ./doc/common/tables/neutron-common.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:213(replaceable) ./doc/common/tables/neutron-common.xml:228(replaceable) ./doc/common/tables/keystone-ca.xml:25(replaceable) ./doc/common/tables/keystone-ca.xml:33(replaceable) ./doc/common/tables/trove-db_pxc.xml:81(replaceable) ./doc/common/tables/glance-vmware.xml:21(replaceable) ./doc/common/tables/nova-common.xml:53(replaceable) ./doc/common/tables/nova-common.xml:85(replaceable) ./doc/common/tables/nova-common.xml:107(replaceable) ./doc/common/tables/heat-clients_cinder.xml:33(replaceable) ./doc/common/tables/ironic-rpc.xml:44(replaceable) ./doc/common/tables/ironic-rpc.xml:55(replaceable) ./doc/common/tables/ironic-rpc.xml:111(replaceable) ./doc/common/tables/ceilometer-events.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:40(replaceable) ./doc/common/tables/ceilometer-events.xml:48(replaceable) ./doc/common/tables/nova-glance.xml:32(replaceable) ./doc/common/tables/cinder-emc_sio.xml:21(replaceable) ./doc/common/tables/cinder-emc_sio.xml:57(replaceable) ./doc/common/tables/cinder-emc_sio.xml:61(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:89(replaceable) ./doc/common/tables/keystone-logging.xml:101(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:21(replaceable) ./doc/common/tables/cinder-api.xml:53(replaceable) ./doc/common/tables/cinder-api.xml:162(replaceable) ./doc/common/tables/manila-hp3par.xml:25(replaceable) ./doc/common/tables/manila-hp3par.xml:33(replaceable) ./doc/common/tables/aodh-qpid.xml:21(replaceable) ./doc/common/tables/aodh-qpid.xml:25(replaceable) ./doc/common/tables/aodh-qpid.xml:73(replaceable) ./doc/common/tables/trove-db_mariadb.xml:57(replaceable) ./doc/common/tables/aodh-auth_token.xml:81(replaceable) ./doc/common/tables/aodh-auth_token.xml:85(replaceable) ./doc/common/tables/aodh-auth_token.xml:113(replaceable) ./doc/common/tables/aodh-auth_token.xml:149(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:52(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:72(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:147(replaceable) ./doc/common/tables/cinder-storage.xml:129(replaceable) ./doc/common/tables/manila-compute.xml:37(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:65(replaceable) ./doc/common/tables/trove-rabbitmq.xml:101(replaceable) ./doc/common/tables/trove-rabbitmq.xml:113(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-images.xml:73(replaceable) ./doc/common/tables/cinder-images.xml:77(replaceable) ./doc/common/tables/cinder-images.xml:89(replaceable) ./doc/common/tables/neutron-qpid.xml:21(replaceable) ./doc/common/tables/neutron-qpid.xml:25(replaceable) ./doc/common/tables/neutron-qpid.xml:73(replaceable) ./doc/common/tables/manila-qpid.xml:21(replaceable) ./doc/common/tables/manila-qpid.xml:25(replaceable) ./doc/common/tables/manila-qpid.xml:73(replaceable) ./doc/common/tables/nova-policy.xml:25(replaceable) ./doc/common/tables/nova-policy.xml:65(replaceable) ./doc/common/tables/neutron-l3_arista.xml:25(replaceable) ./doc/common/tables/neutron-l3_arista.xml:45(replaceable) ./doc/common/tables/heat-common.xml:21(replaceable) ./doc/common/tables/heat-common.xml:88(replaceable) ./doc/common/tables/heat-common.xml:92(replaceable) ./doc/common/tables/glance-imagecache.xml:21(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/neutron-sdnve.xml:73(replaceable) ./doc/common/tables/ceilometer-rpc.xml:55(replaceable) ./doc/common/tables/ceilometer-rpc.xml:66(replaceable) ./doc/common/tables/ceilometer-rpc.xml:122(replaceable) ./doc/common/tables/cinder-eqlx.xml:45(replaceable) ./doc/common/tables/neutron-vpnaas_ipsec.xml:25(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:105(replaceable) ./doc/common/tables/cinder-common.xml:21(replaceable) ./doc/common/tables/cinder-common.xml:69(replaceable) ./doc/common/tables/cinder-common.xml:73(replaceable) ./doc/common/tables/cinder-common.xml:85(replaceable) ./doc/common/tables/cinder-common.xml:117(replaceable) ./doc/common/tables/cinder-common.xml:129(replaceable) ./doc/common/tables/cinder-common.xml:185(replaceable) ./doc/common/tables/cinder-common.xml:213(replaceable) ./doc/common/tables/cinder-common.xml:237(replaceable) ./doc/common/tables/cinder-common.xml:241(replaceable) ./doc/common/tables/manila-api.xml:29(replaceable) ./doc/common/tables/manila-api.xml:33(replaceable) ./doc/common/tables/neutron-vmware.xml:76(replaceable) ./doc/common/tables/neutron-vmware.xml:95(replaceable) ./doc/common/tables/neutron-database.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:97(replaceable) ./doc/common/tables/sahara-common.xml:53(replaceable) ./doc/common/tables/sahara-common.xml:57(replaceable) ./doc/common/tables/sahara-common.xml:65(replaceable) ./doc/common/tables/sahara-common.xml:149(replaceable) ./doc/common/tables/sahara-common.xml:161(replaceable) ./doc/common/tables/sahara-common.xml:165(replaceable) ./doc/common/tables/sahara-common.xml:169(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:65(replaceable) ./doc/common/tables/heat-rabbitmq.xml:101(replaceable) ./doc/common/tables/heat-rabbitmq.xml:113(replaceable) ./doc/common/tables/nova-ipv6.xml:33(replaceable) ./doc/common/tables/glance-rpc.xml:48(replaceable) ./doc/common/tables/glance-rpc.xml:59(replaceable) ./doc/common/tables/glance-rpc.xml:115(replaceable) ./doc/common/tables/glance-profiler.xml:21(replaceable) ./doc/common/tables/glance-profiler.xml:25(replaceable) ./doc/common/tables/cinder-compute.xml:21(replaceable) ./doc/common/tables/aodh-database.xml:41(replaceable) ./doc/common/tables/aodh-database.xml:105(replaceable) ./doc/common/tables/ironic-pxe.xml:49(replaceable) ./doc/common/tables/nova-barbican.xml:37(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:65(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:101(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:113(replaceable) ./doc/common/tables/sahara-qpid.xml:21(replaceable) ./doc/common/tables/sahara-qpid.xml:25(replaceable) ./doc/common/tables/sahara-qpid.xml:73(replaceable) ./doc/common/tables/cinder-xio.xml:21(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:36(replaceable) ./doc/common/tables/ironic-inspector.xml:21(replaceable) ./doc/common/tables/nova-vmware.xml:61(replaceable) ./doc/common/tables/nova-vmware.xml:77(replaceable) ./doc/common/tables/cinder-hp3par.xml:33(replaceable) ./doc/common/tables/cinder-hp3par.xml:37(replaceable) ./doc/common/tables/cinder-vmware.xml:53(replaceable) ./doc/common/tables/manila-logging.xml:21(replaceable) ./doc/common/tables/manila-logging.xml:29(replaceable) ./doc/common/tables/manila-logging.xml:33(replaceable) ./doc/common/tables/manila-logging.xml:81(replaceable) ./doc/common/tables/manila-logging.xml:93(replaceable) ./doc/common/tables/manila-logging.xml:105(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:148(replaceable) ./doc/common/tables/nova-libvirt.xml:160(replaceable) ./doc/common/tables/manila-rabbitmq.xml:21(replaceable) ./doc/common/tables/manila-rabbitmq.xml:25(replaceable) ./doc/common/tables/manila-rabbitmq.xml:29(replaceable) ./doc/common/tables/manila-rabbitmq.xml:65(replaceable) ./doc/common/tables/manila-rabbitmq.xml:101(replaceable) ./doc/common/tables/manila-rabbitmq.xml:113(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/sahara-database.xml:40(replaceable) ./doc/common/tables/sahara-database.xml:104(replaceable) ./doc/common/tables/sahara-logging.xml:21(replaceable) ./doc/common/tables/sahara-logging.xml:29(replaceable) ./doc/common/tables/sahara-logging.xml:77(replaceable) ./doc/common/tables/sahara-logging.xml:89(replaceable) ./doc/common/tables/sahara-logging.xml:101(replaceable) ./doc/common/tables/neutron-nsx.xml:118(replaceable) ./doc/common/tables/neutron-nsx.xml:140(replaceable) ./doc/common/tables/neutron-nsx.xml:250(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:65(replaceable) ./doc/common/tables/glance-rabbitmq.xml:101(replaceable) ./doc/common/tables/glance-rabbitmq.xml:113(replaceable) ./doc/common/tables/trove-backup.xml:53(replaceable) ./doc/common/tables/glance-logging.xml:21(replaceable) ./doc/common/tables/glance-logging.xml:29(replaceable) ./doc/common/tables/glance-logging.xml:77(replaceable) ./doc/common/tables/glance-logging.xml:89(replaceable) ./doc/common/tables/glance-logging.xml:101(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/nova-api.xml:25(replaceable) ./doc/common/tables/nova-api.xml:109(replaceable) ./doc/common/tables/nova-api.xml:139(replaceable) ./doc/common/tables/nova-rdp.xml:21(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:21(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:25(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:29(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:65(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:101(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:113(replaceable) ./doc/common/tables/aodh-auth.xml:21(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/keystone-database.xml:33(replaceable) ./doc/common/tables/keystone-database.xml:97(replaceable) ./doc/common/tables/aodh-logging.xml:21(replaceable) ./doc/common/tables/aodh-logging.xml:29(replaceable) ./doc/common/tables/aodh-logging.xml:77(replaceable) ./doc/common/tables/aodh-logging.xml:89(replaceable) ./doc/common/tables/manila-winrm.xml:45(replaceable) +#: ./doc/common/tables/nova-testing.xml:39(replaceable) ./doc/common/tables/nova-testing.xml:43(replaceable) ./doc/common/tables/nova-testing.xml:47(replaceable) ./doc/common/tables/neutron-logging.xml:21(replaceable) ./doc/common/tables/neutron-logging.xml:29(replaceable) ./doc/common/tables/neutron-logging.xml:33(replaceable) ./doc/common/tables/neutron-logging.xml:81(replaceable) ./doc/common/tables/neutron-logging.xml:89(replaceable) ./doc/common/tables/neutron-logging.xml:97(replaceable) ./doc/common/tables/neutron-logging.xml:112(replaceable) ./doc/common/tables/nova-console.xml:58(replaceable) ./doc/common/tables/trove-rpc.xml:70(replaceable) ./doc/common/tables/trove-rpc.xml:81(replaceable) ./doc/common/tables/trove-rpc.xml:137(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:120(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:148(replaceable) ./doc/common/tables/ceilometer-debug.xml:39(replaceable) ./doc/common/tables/ceilometer-qpid.xml:39(replaceable) ./doc/common/tables/ceilometer-qpid.xml:43(replaceable) ./doc/common/tables/ceilometer-qpid.xml:91(replaceable) ./doc/common/tables/trove-dns.xml:99(replaceable) ./doc/common/tables/heat-clients.xml:58(replaceable) ./doc/common/tables/sahara-auth_token.xml:99(replaceable) ./doc/common/tables/sahara-auth_token.xml:103(replaceable) ./doc/common/tables/sahara-auth_token.xml:131(replaceable) ./doc/common/tables/sahara-auth_token.xml:167(replaceable) ./doc/common/tables/manila-database.xml:62(replaceable) ./doc/common/tables/manila-database.xml:126(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:29(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:33(replaceable) ./doc/common/tables/cinder-lenovo.xml:55(replaceable) ./doc/common/tables/ceilometer-auth.xml:39(replaceable) ./doc/common/tables/neutron-l3_agent.xml:29(replaceable) ./doc/common/tables/neutron-l3_agent.xml:77(replaceable) ./doc/common/tables/aodh-api.xml:29(replaceable) ./doc/common/tables/heat-clients_nova.xml:51(replaceable) ./doc/common/tables/heat-qpid.xml:39(replaceable) ./doc/common/tables/heat-qpid.xml:43(replaceable) ./doc/common/tables/heat-qpid.xml:91(replaceable) ./doc/common/tables/cinder-logging.xml:39(replaceable) ./doc/common/tables/cinder-logging.xml:47(replaceable) ./doc/common/tables/cinder-logging.xml:51(replaceable) ./doc/common/tables/cinder-logging.xml:99(replaceable) ./doc/common/tables/cinder-logging.xml:111(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:41(replaceable) ./doc/common/tables/cinder-hpmsa.xml:55(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:21(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:48(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:63(replaceable) ./doc/common/tables/nova-hyperv.xml:43(replaceable) ./doc/common/tables/nova-hyperv.xml:47(replaceable) ./doc/common/tables/nova-hyperv.xml:55(replaceable) ./doc/common/tables/cinder-database.xml:58(replaceable) ./doc/common/tables/cinder-database.xml:122(replaceable) ./doc/common/tables/cinder-database.xml:126(replaceable) ./doc/common/tables/ceilometer-collector.xml:39(replaceable) ./doc/common/tables/ceilometer-collector.xml:43(replaceable) ./doc/common/tables/ceilometer-collector.xml:47(replaceable) ./doc/common/tables/cinder-violin.xml:47(replaceable) ./doc/common/tables/ironic-logging.xml:39(replaceable) ./doc/common/tables/ironic-logging.xml:47(replaceable) ./doc/common/tables/ironic-logging.xml:95(replaceable) ./doc/common/tables/ironic-logging.xml:107(replaceable) ./doc/common/tables/ironic-logging.xml:119(replaceable) ./doc/common/tables/keystone-trust.xml:39(replaceable) ./doc/common/tables/neutron-policy.xml:21(replaceable) ./doc/common/tables/nova-rabbitmq.xml:39(replaceable) ./doc/common/tables/nova-rabbitmq.xml:43(replaceable) ./doc/common/tables/nova-rabbitmq.xml:47(replaceable) ./doc/common/tables/nova-rabbitmq.xml:83(replaceable) ./doc/common/tables/nova-rabbitmq.xml:119(replaceable) ./doc/common/tables/nova-rabbitmq.xml:131(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/sahara-rabbitmq.xml:39(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:43(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:47(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:83(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:119(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:131(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:196(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:208(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:259(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:271(replaceable) ./doc/common/tables/keystone-api.xml:83(replaceable) ./doc/common/tables/keystone-api.xml:140(replaceable) ./doc/common/tables/cinder-qpid.xml:39(replaceable) ./doc/common/tables/cinder-qpid.xml:43(replaceable) ./doc/common/tables/cinder-qpid.xml:91(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:67(replaceable) ./doc/common/tables/nova-debug.xml:39(replaceable) ./doc/common/tables/cinder-san.xml:47(replaceable) ./doc/common/tables/heat-rpc.xml:66(replaceable) ./doc/common/tables/heat-rpc.xml:77(replaceable) ./doc/common/tables/heat-rpc.xml:133(replaceable) ./doc/common/tables/neutron-rpc.xml:52(replaceable) ./doc/common/tables/neutron-rpc.xml:63(replaceable) ./doc/common/tables/neutron-rpc.xml:103(replaceable) ./doc/common/tables/nova-conductor.xml:54(replaceable) ./doc/common/tables/trove-taskmanager.xml:91(replaceable) ./doc/common/tables/trove-taskmanager.xml:95(replaceable) ./doc/common/tables/trove-taskmanager.xml:99(replaceable) ./doc/common/tables/nova-rpc.xml:69(replaceable) ./doc/common/tables/nova-rpc.xml:80(replaceable) ./doc/common/tables/nova-rpc.xml:136(replaceable) ./doc/common/tables/nova-compute.xml:103(replaceable) ./doc/common/tables/nova-compute.xml:139(replaceable) ./doc/common/tables/nova-ca.xml:87(replaceable) ./doc/common/tables/neutron-api.xml:25(replaceable) ./doc/common/tables/neutron-api.xml:29(replaceable) ./doc/common/tables/nova-database.xml:54(replaceable) ./doc/common/tables/nova-database.xml:109(replaceable) ./doc/common/tables/nova-database.xml:173(replaceable) ./doc/common/tables/nova-database.xml:177(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:51(replaceable) ./doc/common/tables/cinder-dellsc.xml:51(replaceable) ./doc/common/tables/trove-logging.xml:39(replaceable) ./doc/common/tables/trove-logging.xml:47(replaceable) ./doc/common/tables/trove-logging.xml:103(replaceable) ./doc/common/tables/trove-logging.xml:115(replaceable) ./doc/common/tables/trove-logging.xml:127(replaceable) ./doc/common/tables/ironic-common.xml:51(replaceable) ./doc/common/tables/ironic-common.xml:91(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:32(replaceable) ./doc/common/tables/heat-auth_token.xml:99(replaceable) ./doc/common/tables/heat-auth_token.xml:103(replaceable) ./doc/common/tables/heat-auth_token.xml:131(replaceable) ./doc/common/tables/heat-auth_token.xml:167(replaceable) ./doc/common/tables/ceilometer-common.xml:75(replaceable) ./doc/common/tables/ceilometer-common.xml:82(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:43(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:43(replaceable) ./doc/common/tables/neutron-metadata.xml:61(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:28(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:65(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:101(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:113(replaceable) ./doc/common/tables/nova-auth_token.xml:99(replaceable) ./doc/common/tables/nova-auth_token.xml:103(replaceable) ./doc/common/tables/nova-auth_token.xml:131(replaceable) ./doc/common/tables/nova-auth_token.xml:167(replaceable) ./doc/common/tables/trove-db_mysql.xml:75(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:39(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:43(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:47(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:83(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:119(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:131(replaceable) ./doc/common/tables/glance-replicator.xml:59(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:21(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:45(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:49(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:53(replaceable) ./doc/common/tables/neutron-nec.xml:41(replaceable) ./doc/common/tables/neutron-nec.xml:61(replaceable) ./doc/common/tables/manila-storage.xml:55(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:39(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:43(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:47(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:83(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:119(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:131(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:39(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:43(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:47(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:83(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:119(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:131(replaceable) ./doc/common/tables/nova-spice.xml:43(replaceable) ./doc/common/tables/trove-db_couchbase.xml:122(replaceable) ./doc/common/tables/trove-qpid.xml:39(replaceable) ./doc/common/tables/trove-qpid.xml:43(replaceable) ./doc/common/tables/trove-qpid.xml:91(replaceable) ./doc/common/tables/ironic-database.xml:51(replaceable) ./doc/common/tables/ironic-database.xml:119(replaceable) ./doc/common/tables/keystone-qpid.xml:39(replaceable) ./doc/common/tables/keystone-qpid.xml:43(replaceable) ./doc/common/tables/keystone-qpid.xml:91(replaceable) ./doc/common/tables/ironic-debug.xml:39(replaceable) ./doc/common/tables/nova-volumes.xml:86(replaceable) ./doc/common/tables/nova-volumes.xml:105(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:40(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:56(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:174(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:178(replaceable) ./doc/common/tables/sahara-clients.xml:39(replaceable) ./doc/common/tables/sahara-clients.xml:58(replaceable) ./doc/common/tables/sahara-clients.xml:73(replaceable) ./doc/common/tables/sahara-clients.xml:103(replaceable) ./doc/common/tables/sahara-clients.xml:118(replaceable) ./doc/common/tables/sahara-clients.xml:133(replaceable) ./doc/common/tables/nova-ec2.xml:63(replaceable) ./doc/common/tables/nova-ec2.xml:83(replaceable) ./doc/common/tables/neutron-fwaas.xml:21(replaceable) ./doc/common/tables/heat-logging.xml:39(replaceable) ./doc/common/tables/heat-logging.xml:47(replaceable) ./doc/common/tables/heat-logging.xml:95(replaceable) ./doc/common/tables/heat-logging.xml:107(replaceable) ./doc/common/tables/ironic-api.xml:123(replaceable) ./doc/common/tables/octavia.xml:21(replaceable) ./doc/common/tables/octavia.xml:25(replaceable) ./doc/common/tables/octavia.xml:122(replaceable) ./doc/common/tables/sahara-rpc.xml:62(replaceable) ./doc/common/tables/sahara-rpc.xml:73(replaceable) ./doc/common/tables/sahara-rpc.xml:129(replaceable) ./doc/common/tables/ceilometer-logging.xml:39(replaceable) ./doc/common/tables/ceilometer-logging.xml:47(replaceable) ./doc/common/tables/ceilometer-logging.xml:95(replaceable) ./doc/common/tables/ceilometer-logging.xml:107(replaceable) ./doc/common/tables/ceilometer-logging.xml:119(replaceable) ./doc/common/tables/cinder-solidfire.xml:47(replaceable) ./doc/common/tables/ironic-qpid.xml:39(replaceable) ./doc/common/tables/ironic-qpid.xml:43(replaceable) ./doc/common/tables/ironic-qpid.xml:91(replaceable) ./doc/common/tables/keystone-os_inherit.xml:39(replaceable) ./doc/common/tables/cinder-dothill.xml:55(replaceable) ./doc/common/tables/cinder-hplefthand.xml:47(replaceable) ./doc/common/tables/cinder-hplefthand.xml:51(replaceable) ./doc/common/tables/nova-quota.xml:43(replaceable) ./doc/common/tables/nova-cells.xml:63(replaceable) ./doc/common/tables/trove-db_percona.xml:83(replaceable) ./doc/common/tables/ironic-auth_token.xml:99(replaceable) ./doc/common/tables/ironic-auth_token.xml:103(replaceable) ./doc/common/tables/ironic-auth_token.xml:131(replaceable) ./doc/common/tables/ironic-auth_token.xml:167(replaceable) ./doc/common/tables/trove-db_db2.xml:75(replaceable) ./doc/common/tables/ironic-glance.xml:47(replaceable) ./doc/common/tables/aodh-rpc.xml:48(replaceable) ./doc/common/tables/aodh-rpc.xml:88(replaceable) ./doc/common/tables/glance-database.xml:51(replaceable) ./doc/common/tables/glance-database.xml:115(replaceable) ./doc/common/tables/neutron-agent.xml:33(replaceable) ./doc/common/tables/glance-common.xml:111(replaceable) ./doc/common/tables/heat-api.xml:43(replaceable) ./doc/common/tables/heat-api.xml:47(replaceable) ./doc/common/tables/heat-api.xml:51(replaceable) ./doc/common/tables/heat-api.xml:99(replaceable) ./doc/common/tables/heat-api.xml:122(replaceable) ./doc/common/tables/heat-api.xml:145(replaceable) ./doc/common/tables/heat-api.xml:153(replaceable) ./doc/common/tables/heat-api.xml:232(replaceable) ./doc/common/tables/cinder-flashsystem.xml:51(replaceable) ./doc/common/tables/nova-network.xml:43(replaceable) ./doc/common/tables/nova-network.xml:63(replaceable) ./doc/common/tables/nova-network.xml:111(replaceable) ./doc/common/tables/nova-network.xml:183(replaceable) ./doc/common/tables/nova-network.xml:239(replaceable) ./doc/common/tables/nova-network.xml:247(replaceable) ./doc/common/tables/nova-network.xml:251(replaceable) ./doc/common/tables/nova-network.xml:255(replaceable) ./doc/common/tables/nova-network.xml:259(replaceable) ./doc/common/tables/nova-network.xml:263(replaceable) ./doc/common/tables/nova-network.xml:267(replaceable) ./doc/common/tables/nova-s3.xml:51(replaceable) ./doc/common/tables/nova-s3.xml:75(replaceable) ./doc/common/tables/glance-s3.xml:51(replaceable) ./doc/common/tables/glance-s3.xml:55(replaceable) ./doc/common/tables/keystone-ldap.xml:43(replaceable) ./doc/common/tables/keystone-ldap.xml:175(replaceable) ./doc/common/tables/keystone-ldap.xml:275(replaceable) ./doc/common/tables/keystone-ldap.xml:279(replaceable) ./doc/common/tables/keystone-ldap.xml:283(replaceable) ./doc/common/tables/keystone-ldap.xml:287(replaceable) ./doc/common/tables/keystone-ldap.xml:327(replaceable) ./doc/common/tables/keystone-ldap.xml:335(replaceable) ./doc/common/tables/keystone-debug.xml:47(replaceable) ./doc/common/tables/trove-auth_token.xml:99(replaceable) ./doc/common/tables/trove-auth_token.xml:103(replaceable) ./doc/common/tables/trove-auth_token.xml:131(replaceable) ./doc/common/tables/trove-auth_token.xml:167(replaceable) ./doc/common/tables/trove-database.xml:39(replaceable) ./doc/common/tables/trove-database.xml:54(replaceable) ./doc/common/tables/manila-common.xml:63(replaceable) ./doc/common/tables/manila-common.xml:159(replaceable) ./doc/common/tables/keystone-cache.xml:51(replaceable) ./doc/common/tables/keystone-cache.xml:55(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:39(replaceable) ./doc/common/tables/manila-rpc.xml:66(replaceable) ./doc/common/tables/manila-rpc.xml:77(replaceable) ./doc/common/tables/manila-rpc.xml:133(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/cinder-emc.xml:39(replaceable) ./doc/common/tables/cinder-emc.xml:47(replaceable) ./doc/common/tables/cinder-emc.xml:51(replaceable) ./doc/common/tables/cinder-emc.xml:55(replaceable) ./doc/common/tables/cinder-emc.xml:59(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:59(replaceable) ./doc/common/tables/neutron-dvr.xml:25(replaceable) ./doc/common/tables/nova-configdrive.xml:58(replaceable) ./doc/common/tables/nova-configdrive.xml:62(replaceable) ./doc/common/tables/manila-auth_token.xml:99(replaceable) ./doc/common/tables/manila-auth_token.xml:103(replaceable) ./doc/common/tables/manila-auth_token.xml:131(replaceable) ./doc/common/tables/manila-auth_token.xml:167(replaceable) ./doc/common/tables/manila-quobyte.xml:63(replaceable) ./doc/common/tables/nova-vnc.xml:39(replaceable) ./doc/common/tables/nova-vnc.xml:55(replaceable) ./doc/common/tables/nova-vnc.xml:59(replaceable) ./doc/common/tables/nova-vnc.xml:63(replaceable) ./doc/common/tables/neutron-l2gw.xml:44(replaceable) ./doc/common/tables/keystone-rpc.xml:62(replaceable) ./doc/common/tables/keystone-rpc.xml:118(replaceable) ./doc/common/tables/keystone-common.xml:57(replaceable) ./doc/common/tables/ceilometer-vmware.xml:63(replaceable) ./doc/common/tables/glance-qpid.xml:39(replaceable) ./doc/common/tables/glance-qpid.xml:43(replaceable) ./doc/common/tables/glance-qpid.xml:91(replaceable) ./doc/common/tables/glance-registry.xml:71(replaceable) ./doc/common/tables/nova-qpid.xml:39(replaceable) ./doc/common/tables/nova-qpid.xml:43(replaceable) ./doc/common/tables/nova-qpid.xml:91(replaceable) ./doc/common/tables/cinder-storwize.xml:39(replaceable) ./doc/common/tables/cinder-storwize.xml:59(replaceable) ./doc/common/tables/cinder-storwize.xml:75(replaceable) ./doc/common/tables/ironic-ilo.xml:87(replaceable) ./doc/common/tables/neutron-nova.xml:37(replaceable) ./doc/common/tables/trove-debug.xml:58(replaceable) ./doc/common/tables/cinder-auth_token.xml:99(replaceable) ./doc/common/tables/cinder-auth_token.xml:103(replaceable) ./doc/common/tables/cinder-auth_token.xml:131(replaceable) ./doc/common/tables/cinder-auth_token.xml:167(replaceable) ./doc/common/tables/neutron-dvs.xml:49(replaceable) ./doc/common/tables/heat-database.xml:51(replaceable) ./doc/common/tables/heat-database.xml:115(replaceable) ./doc/common/tables/sahara-domain.xml:47(replaceable) ./doc/common/tables/nova-neutron.xml:94(replaceable) ./doc/common/tables/nova-neutron.xml:114(replaceable) ./doc/common/tables/manila-share.xml:47(replaceable) ./doc/common/tables/manila-share.xml:55(replaceable) ./doc/common/tables/manila-share.xml:63(replaceable) ./doc/common/tables/manila-share.xml:67(replaceable) ./doc/common/tables/manila-share.xml:71(replaceable) ./doc/common/tables/manila-share.xml:259(replaceable) ./doc/common/tables/manila-share.xml:263(replaceable) ./doc/common/tables/manila-share.xml:271(replaceable) ./doc/common/tables/manila-share.xml:279(replaceable) ./doc/common/tables/nova-serial_console.xml:43(replaceable) ./doc/common/tables/neutron-bigswitch.xml:120(replaceable) ./doc/common/tables/neutron-bigswitch.xml:148(replaceable) ./doc/common/tables/cinder-rpc.xml:66(replaceable) ./doc/common/tables/cinder-rpc.xml:77(replaceable) ./doc/common/tables/cinder-rpc.xml:133(replaceable) ./doc/common/tables/nova-scheduler.xml:147(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:21(replaceable) ./doc/common/tables/nova-logging.xml:39(replaceable) ./doc/common/tables/nova-logging.xml:47(replaceable) ./doc/common/tables/nova-logging.xml:51(replaceable) ./doc/common/tables/nova-logging.xml:99(replaceable) ./doc/common/tables/nova-logging.xml:111(replaceable) ./doc/common/tables/nova-logging.xml:123(replaceable) ./doc/common/tables/ceilometer-api.xml:55(replaceable) ./doc/common/tables/ceilometer-api.xml:59(replaceable) ./doc/common/tables/ceilometer-api.xml:98(replaceable) ./doc/common/tables/cinder-profiler.xml:39(replaceable) ./doc/common/tables/cinder-profiler.xml:43(replaceable) ./doc/common/tables/glance-cinder.xml:39(replaceable) ./doc/common/tables/nova-apiv3.xml:21(replaceable) ./doc/common/tables/ironic-conductor.xml:59(replaceable) ./doc/common/tables/ironic-conductor.xml:99(replaceable) ./doc/common/tables/cinder-backups.xml:71(replaceable) ./doc/common/tables/trove-db_postgresql.xml:75(replaceable) ./doc/common/tables/heat-testing.xml:39(replaceable) ./doc/common/tables/heat-testing.xml:43(replaceable) ./doc/common/tables/ceilometer-database.xml:66(replaceable) ./doc/common/tables/ceilometer-database.xml:154(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:48(replaceable) ./doc/common/tables/cinder-hpxp.xml:59(replaceable) ./doc/common/tables/cinder-hpxp.xml:67(replaceable) ./doc/common/tables/cinder-hpxp.xml:107(replaceable) ./doc/common/tables/keystone-identity.xml:55(replaceable) ./doc/common/tables/keystone-identity.xml:59(replaceable) ./doc/common/tables/glance-api.xml:43(replaceable) ./doc/common/tables/glance-api.xml:71(replaceable) ./doc/common/tables/glance-api.xml:107(replaceable) ./doc/common/tables/glance-api.xml:111(replaceable) ./doc/common/tables/neutron-common.xml:45(replaceable) ./doc/common/tables/neutron-common.xml:97(replaceable) ./doc/common/tables/neutron-common.xml:129(replaceable) ./doc/common/tables/neutron-common.xml:157(replaceable) ./doc/common/tables/neutron-common.xml:213(replaceable) ./doc/common/tables/neutron-common.xml:228(replaceable) ./doc/common/tables/keystone-ca.xml:43(replaceable) ./doc/common/tables/keystone-ca.xml:51(replaceable) ./doc/common/tables/trove-db_pxc.xml:99(replaceable) ./doc/common/tables/glance-vmware.xml:39(replaceable) ./doc/common/tables/nova-common.xml:71(replaceable) ./doc/common/tables/nova-common.xml:103(replaceable) ./doc/common/tables/nova-common.xml:125(replaceable) ./doc/common/tables/heat-clients_cinder.xml:51(replaceable) ./doc/common/tables/ironic-rpc.xml:62(replaceable) ./doc/common/tables/ironic-rpc.xml:73(replaceable) ./doc/common/tables/ironic-rpc.xml:129(replaceable) ./doc/common/tables/ceilometer-events.xml:43(replaceable) ./doc/common/tables/ceilometer-events.xml:58(replaceable) ./doc/common/tables/ceilometer-events.xml:66(replaceable) ./doc/common/tables/nova-glance.xml:50(replaceable) ./doc/common/tables/cinder-emc_sio.xml:39(replaceable) ./doc/common/tables/cinder-emc_sio.xml:75(replaceable) ./doc/common/tables/cinder-emc_sio.xml:79(replaceable) ./doc/common/tables/keystone-logging.xml:39(replaceable) ./doc/common/tables/keystone-logging.xml:47(replaceable) ./doc/common/tables/keystone-logging.xml:95(replaceable) ./doc/common/tables/keystone-logging.xml:107(replaceable) ./doc/common/tables/keystone-logging.xml:119(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:39(replaceable) ./doc/common/tables/cinder-api.xml:71(replaceable) ./doc/common/tables/cinder-api.xml:188(replaceable) ./doc/common/tables/manila-hp3par.xml:43(replaceable) ./doc/common/tables/manila-hp3par.xml:51(replaceable) ./doc/common/tables/aodh-qpid.xml:21(replaceable) ./doc/common/tables/aodh-qpid.xml:25(replaceable) ./doc/common/tables/aodh-qpid.xml:73(replaceable) ./doc/common/tables/trove-db_mariadb.xml:75(replaceable) ./doc/common/tables/aodh-auth_token.xml:81(replaceable) ./doc/common/tables/aodh-auth_token.xml:85(replaceable) ./doc/common/tables/aodh-auth_token.xml:113(replaceable) ./doc/common/tables/aodh-auth_token.xml:149(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:52(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:72(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:147(replaceable) ./doc/common/tables/cinder-storage.xml:147(replaceable) ./doc/common/tables/manila-compute.xml:55(replaceable) ./doc/common/tables/trove-rabbitmq.xml:39(replaceable) ./doc/common/tables/trove-rabbitmq.xml:43(replaceable) ./doc/common/tables/trove-rabbitmq.xml:47(replaceable) ./doc/common/tables/trove-rabbitmq.xml:83(replaceable) ./doc/common/tables/trove-rabbitmq.xml:119(replaceable) ./doc/common/tables/trove-rabbitmq.xml:131(replaceable) ./doc/common/tables/cinder-images.xml:43(replaceable) ./doc/common/tables/cinder-images.xml:51(replaceable) ./doc/common/tables/cinder-images.xml:87(replaceable) ./doc/common/tables/cinder-images.xml:91(replaceable) ./doc/common/tables/cinder-images.xml:95(replaceable) ./doc/common/tables/cinder-images.xml:107(replaceable) ./doc/common/tables/neutron-qpid.xml:21(replaceable) ./doc/common/tables/neutron-qpid.xml:25(replaceable) ./doc/common/tables/neutron-qpid.xml:73(replaceable) ./doc/common/tables/manila-qpid.xml:39(replaceable) ./doc/common/tables/manila-qpid.xml:43(replaceable) ./doc/common/tables/manila-qpid.xml:91(replaceable) ./doc/common/tables/nova-policy.xml:43(replaceable) ./doc/common/tables/nova-policy.xml:83(replaceable) ./doc/common/tables/neutron-l3_arista.xml:25(replaceable) ./doc/common/tables/neutron-l3_arista.xml:45(replaceable) ./doc/common/tables/heat-common.xml:39(replaceable) ./doc/common/tables/heat-common.xml:99(replaceable) ./doc/common/tables/heat-common.xml:118(replaceable) ./doc/common/tables/heat-common.xml:122(replaceable) ./doc/common/tables/glance-imagecache.xml:39(replaceable) ./doc/common/tables/keystone-auth_token.xml:99(replaceable) ./doc/common/tables/keystone-auth_token.xml:103(replaceable) ./doc/common/tables/keystone-auth_token.xml:131(replaceable) ./doc/common/tables/keystone-auth_token.xml:167(replaceable) ./doc/common/tables/neutron-sdnve.xml:73(replaceable) ./doc/common/tables/ceilometer-rpc.xml:73(replaceable) ./doc/common/tables/ceilometer-rpc.xml:84(replaceable) ./doc/common/tables/ceilometer-rpc.xml:140(replaceable) ./doc/common/tables/cinder-eqlx.xml:63(replaceable) ./doc/common/tables/neutron-vpnaas_ipsec.xml:25(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:39(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:75(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:123(replaceable) ./doc/common/tables/cinder-common.xml:39(replaceable) ./doc/common/tables/cinder-common.xml:87(replaceable) ./doc/common/tables/cinder-common.xml:91(replaceable) ./doc/common/tables/cinder-common.xml:103(replaceable) ./doc/common/tables/cinder-common.xml:135(replaceable) ./doc/common/tables/cinder-common.xml:147(replaceable) ./doc/common/tables/cinder-common.xml:203(replaceable) ./doc/common/tables/cinder-common.xml:231(replaceable) ./doc/common/tables/cinder-common.xml:255(replaceable) ./doc/common/tables/cinder-common.xml:259(replaceable) ./doc/common/tables/cinder-common.xml:263(replaceable) ./doc/common/tables/manila-api.xml:47(replaceable) ./doc/common/tables/manila-api.xml:51(replaceable) ./doc/common/tables/neutron-vmware.xml:76(replaceable) ./doc/common/tables/neutron-vmware.xml:95(replaceable) ./doc/common/tables/neutron-database.xml:33(replaceable) ./doc/common/tables/neutron-database.xml:97(replaceable) ./doc/common/tables/sahara-common.xml:71(replaceable) ./doc/common/tables/sahara-common.xml:75(replaceable) ./doc/common/tables/sahara-common.xml:83(replaceable) ./doc/common/tables/sahara-common.xml:167(replaceable) ./doc/common/tables/sahara-common.xml:179(replaceable) ./doc/common/tables/sahara-common.xml:183(replaceable) ./doc/common/tables/sahara-common.xml:187(replaceable) ./doc/common/tables/heat-rabbitmq.xml:39(replaceable) ./doc/common/tables/heat-rabbitmq.xml:43(replaceable) ./doc/common/tables/heat-rabbitmq.xml:47(replaceable) ./doc/common/tables/heat-rabbitmq.xml:83(replaceable) ./doc/common/tables/heat-rabbitmq.xml:119(replaceable) ./doc/common/tables/heat-rabbitmq.xml:131(replaceable) ./doc/common/tables/nova-ipv6.xml:51(replaceable) ./doc/common/tables/glance-rpc.xml:66(replaceable) ./doc/common/tables/glance-rpc.xml:77(replaceable) ./doc/common/tables/glance-rpc.xml:133(replaceable) ./doc/common/tables/glance-profiler.xml:39(replaceable) ./doc/common/tables/glance-profiler.xml:43(replaceable) ./doc/common/tables/cinder-compute.xml:39(replaceable) ./doc/common/tables/aodh-database.xml:41(replaceable) ./doc/common/tables/aodh-database.xml:105(replaceable) ./doc/common/tables/ironic-pxe.xml:67(replaceable) ./doc/common/tables/nova-barbican.xml:55(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:39(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:43(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:47(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:83(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:119(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:131(replaceable) ./doc/common/tables/sahara-qpid.xml:39(replaceable) ./doc/common/tables/sahara-qpid.xml:43(replaceable) ./doc/common/tables/sahara-qpid.xml:91(replaceable) ./doc/common/tables/cinder-xio.xml:39(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:36(replaceable) ./doc/common/tables/ironic-inspector.xml:39(replaceable) ./doc/common/tables/nova-vmware.xml:79(replaceable) ./doc/common/tables/nova-vmware.xml:95(replaceable) ./doc/common/tables/cinder-hp3par.xml:51(replaceable) ./doc/common/tables/cinder-hp3par.xml:55(replaceable) ./doc/common/tables/cinder-vmware.xml:71(replaceable) ./doc/common/tables/manila-logging.xml:39(replaceable) ./doc/common/tables/manila-logging.xml:47(replaceable) ./doc/common/tables/manila-logging.xml:51(replaceable) ./doc/common/tables/manila-logging.xml:99(replaceable) ./doc/common/tables/manila-logging.xml:111(replaceable) ./doc/common/tables/manila-logging.xml:123(replaceable) ./doc/common/tables/nova-libvirt.xml:54(replaceable) ./doc/common/tables/nova-libvirt.xml:114(replaceable) ./doc/common/tables/nova-libvirt.xml:122(replaceable) ./doc/common/tables/nova-libvirt.xml:130(replaceable) ./doc/common/tables/nova-libvirt.xml:134(replaceable) ./doc/common/tables/nova-libvirt.xml:166(replaceable) ./doc/common/tables/nova-libvirt.xml:178(replaceable) ./doc/common/tables/manila-rabbitmq.xml:39(replaceable) ./doc/common/tables/manila-rabbitmq.xml:43(replaceable) ./doc/common/tables/manila-rabbitmq.xml:47(replaceable) ./doc/common/tables/manila-rabbitmq.xml:83(replaceable) ./doc/common/tables/manila-rabbitmq.xml:119(replaceable) ./doc/common/tables/manila-rabbitmq.xml:131(replaceable) ./doc/common/tables/nova-xen.xml:63(replaceable) ./doc/common/tables/nova-xen.xml:121(replaceable) ./doc/common/tables/nova-xen.xml:169(replaceable) ./doc/common/tables/nova-xen.xml:237(replaceable) ./doc/common/tables/sahara-database.xml:58(replaceable) ./doc/common/tables/sahara-database.xml:122(replaceable) ./doc/common/tables/sahara-logging.xml:39(replaceable) ./doc/common/tables/sahara-logging.xml:47(replaceable) ./doc/common/tables/sahara-logging.xml:95(replaceable) ./doc/common/tables/sahara-logging.xml:107(replaceable) ./doc/common/tables/sahara-logging.xml:119(replaceable) ./doc/common/tables/neutron-nsx.xml:118(replaceable) ./doc/common/tables/neutron-nsx.xml:140(replaceable) ./doc/common/tables/neutron-nsx.xml:250(replaceable) ./doc/common/tables/glance-rabbitmq.xml:39(replaceable) ./doc/common/tables/glance-rabbitmq.xml:43(replaceable) ./doc/common/tables/glance-rabbitmq.xml:47(replaceable) ./doc/common/tables/glance-rabbitmq.xml:83(replaceable) ./doc/common/tables/glance-rabbitmq.xml:119(replaceable) ./doc/common/tables/glance-rabbitmq.xml:131(replaceable) ./doc/common/tables/trove-backup.xml:71(replaceable) ./doc/common/tables/glance-logging.xml:39(replaceable) ./doc/common/tables/glance-logging.xml:47(replaceable) ./doc/common/tables/glance-logging.xml:95(replaceable) ./doc/common/tables/glance-logging.xml:107(replaceable) ./doc/common/tables/glance-logging.xml:119(replaceable) ./doc/common/tables/glance-auth_token.xml:99(replaceable) ./doc/common/tables/glance-auth_token.xml:103(replaceable) ./doc/common/tables/glance-auth_token.xml:131(replaceable) ./doc/common/tables/glance-auth_token.xml:167(replaceable) ./doc/common/tables/nova-api.xml:43(replaceable) ./doc/common/tables/nova-api.xml:127(replaceable) ./doc/common/tables/nova-api.xml:157(replaceable) ./doc/common/tables/nova-rdp.xml:39(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:21(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:25(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:29(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:65(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:101(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:113(replaceable) ./doc/common/tables/aodh-auth.xml:21(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:99(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:103(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:131(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:167(replaceable) ./doc/common/tables/keystone-database.xml:51(replaceable) ./doc/common/tables/keystone-database.xml:115(replaceable) ./doc/common/tables/aodh-logging.xml:21(replaceable) ./doc/common/tables/aodh-logging.xml:29(replaceable) ./doc/common/tables/aodh-logging.xml:77(replaceable) ./doc/common/tables/aodh-logging.xml:89(replaceable) ./doc/common/tables/manila-winrm.xml:63(replaceable) msgid "False" msgstr "" -#: ./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/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/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/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:112(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:20(td) ./doc/common/tables/nova-console.xml:25(td) ./doc/common/tables/nova-console.xml:29(td) ./doc/common/tables/nova-console.xml:33(td) ./doc/common/tables/nova-console.xml:40(td) ./doc/common/tables/nova-console.xml:44(td) ./doc/common/tables/cinder-zones.xml:21(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/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:52(td) ./doc/common/tables/trove-rpc.xml:56(td) ./doc/common/tables/trove-rpc.xml:63(td) ./doc/common/tables/trove-rpc.xml:67(td) ./doc/common/tables/trove-rpc.xml:71(td) ./doc/common/tables/trove-rpc.xml:75(td) ./doc/common/tables/trove-rpc.xml:79(td) ./doc/common/tables/trove-rpc.xml:99(td) ./doc/common/tables/trove-rpc.xml:115(td) ./doc/common/tables/trove-rpc.xml:119(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/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:93(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:152(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:167(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:174(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:178(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/ceilometer-debug.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:20(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/swift-proxy-server-filter-list-endpoints.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:24(td) ./doc/common/tables/ironic-swift.xml:21(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/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/ceilometer-ipmi.xml:21(td) ./doc/common/tables/ceilometer-ipmi.xml:25(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/cinder-windows.xml:21(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-sheepdog.xml:21(td) ./doc/common/tables/cinder-sheepdog.xml:25(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/trove-zeromq.xml:49(td) ./doc/common/tables/trove-zeromq.xml:53(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/sahara-auth_token.xml:165(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/manila-database.xml:21(td) ./doc/common/tables/manila-database.xml:25(td) ./doc/common/tables/manila-database.xml:32(td) ./doc/common/tables/manila-database.xml:36(td) ./doc/common/tables/manila-database.xml:40(td) ./doc/common/tables/manila-database.xml:44(td) ./doc/common/tables/manila-database.xml:48(td) ./doc/common/tables/manila-database.xml:52(td) ./doc/common/tables/manila-database.xml:56(td) ./doc/common/tables/manila-database.xml:60(td) ./doc/common/tables/manila-database.xml:64(td) ./doc/common/tables/manila-database.xml:68(td) ./doc/common/tables/manila-database.xml:72(td) ./doc/common/tables/manila-database.xml:76(td) ./doc/common/tables/manila-database.xml:80(td) ./doc/common/tables/manila-database.xml:84(td) ./doc/common/tables/manila-database.xml:88(td) ./doc/common/tables/manila-database.xml:92(td) ./doc/common/tables/manila-database.xml:96(td) ./doc/common/tables/manila-database.xml:100(td) ./doc/common/tables/manila-database.xml:104(td) ./doc/common/tables/manila-database.xml:108(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/glance-rbd.xml:37(td) ./doc/common/tables/neutron-lbaas_agent.xml:21(td) ./doc/common/tables/neutron-lbaas_agent.xml:25(td) ./doc/common/tables/neutron-lbaas_agent.xml:29(td) ./doc/common/tables/neutron-lbaas_agent.xml:33(td) ./doc/common/tables/neutron-lbaas_agent.xml:37(td) ./doc/common/tables/neutron-lbaas_agent.xml:44(td) ./doc/common/tables/neutron-lbaas_agent.xml:48(td) ./doc/common/tables/neutron-lbaas_agent.xml:52(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/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/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/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/heat-cfn_api.xml:60(td) ./doc/common/tables/cinder-lenovo.xml:21(td) ./doc/common/tables/cinder-lenovo.xml:25(td) ./doc/common/tables/cinder-lenovo.xml:29(td) ./doc/common/tables/cinder-lenovo.xml:37(td) ./doc/common/tables/cinder-lenovo.xml:41(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/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/keystone-zeromq.xml:49(td) ./doc/common/tables/keystone-zeromq.xml:53(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:45(td) ./doc/common/tables/ceilometer-auth.xml:49(td) ./doc/common/tables/ceilometer-auth.xml:53(td) ./doc/common/tables/swift-object-expirer-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/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-account-server-pipeline-main.xml:20(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/cinder-ca.xml:21(td) ./doc/common/tables/cinder-ca.xml:25(td) ./doc/common/tables/cinder-ca.xml:29(td) ./doc/common/tables/cinder-zfssa.xml:21(td) ./doc/common/tables/nova-fping.xml:21(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:45(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:69(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:93(td) ./doc/common/tables/neutron-l3_agent.xml:97(td) ./doc/common/tables/neutron-l3_agent.xml:105(td) ./doc/common/tables/neutron-l3_agent.xml:112(td) ./doc/common/tables/neutron-l3_agent.xml:116(td) ./doc/common/tables/ceilometer-glance.xml:21(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/ironic-zeromq.xml:49(td) ./doc/common/tables/ironic-zeromq.xml:53(td) ./doc/common/tables/aodh-api.xml:21(td) ./doc/common/tables/aodh-api.xml:25(td) ./doc/common/tables/aodh-api.xml:29(td) ./doc/common/tables/aodh-api.xml:33(td) ./doc/common/tables/aodh-api.xml:37(td) ./doc/common/tables/aodh-api.xml:44(td) ./doc/common/tables/aodh-api.xml:48(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/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/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/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/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/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/neutron-ovn.xml:21(td) ./doc/common/tables/neutron-ovn.xml:28(td) ./doc/common/tables/neutron-ovn.xml:32(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:25(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:37(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:41(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:45(td) ./doc/common/tables/neutron-opencontrail.xml:21(td) ./doc/common/tables/neutron-opencontrail.xml:25(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:49(td) ./doc/common/tables/ceilometer-alarm.xml:53(td) ./doc/common/tables/ceilometer-alarm.xml:57(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/keystone-redis.xml:21(td) ./doc/common/tables/keystone-redis.xml:29(td) ./doc/common/tables/keystone-redis.xml:36(td) ./doc/common/tables/keystone-redis.xml:44(td) ./doc/common/tables/cinder-hpmsa.xml:21(td) ./doc/common/tables/cinder-hpmsa.xml:25(td) ./doc/common/tables/cinder-hpmsa.xml:29(td) ./doc/common/tables/cinder-hpmsa.xml:37(td) ./doc/common/tables/cinder-hpmsa.xml:41(td) ./doc/common/tables/ceilometer-cors.xml:21(td) ./doc/common/tables/ceilometer-cors.xml:25(td) ./doc/common/tables/ceilometer-cors.xml:29(td) ./doc/common/tables/ceilometer-cors.xml:33(td) ./doc/common/tables/ceilometer-cors.xml:37(td) ./doc/common/tables/ceilometer-cors.xml:41(td) ./doc/common/tables/ceilometer-cors.xml:48(td) ./doc/common/tables/ceilometer-cors.xml:52(td) ./doc/common/tables/ceilometer-cors.xml:56(td) ./doc/common/tables/ceilometer-cors.xml:60(td) ./doc/common/tables/ceilometer-cors.xml:64(td) ./doc/common/tables/ceilometer-cors.xml:68(td) ./doc/common/tables/cinder-tintri.xml:21(td) ./doc/common/tables/cinder-tintri.xml:25(td) ./doc/common/tables/cinder-tintri.xml:29(td) ./doc/common/tables/cinder-tintri.xml:33(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/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/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/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:33(td) ./doc/common/tables/neutron-hyperv_agent.xml:41(td) ./doc/common/tables/neutron-hyperv_agent.xml:48(td) ./doc/common/tables/neutron-hyperv_agent.xml:52(td) ./doc/common/tables/neutron-hyperv_agent.xml:56(td) ./doc/common/tables/neutron-hyperv_agent.xml:63(td) ./doc/common/tables/neutron-hyperv_agent.xml:70(td) ./doc/common/tables/neutron-hyperv_agent.xml:74(td) ./doc/common/tables/neutron-hyperv_agent.xml:78(td) ./doc/common/tables/neutron-hyperv_agent.xml:82(td) ./doc/common/tables/neutron-hyperv_agent.xml:86(td) ./doc/common/tables/neutron-hyperv_agent.xml:90(td) ./doc/common/tables/neutron-hyperv_agent.xml:94(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:44(td) ./doc/common/tables/neutron-cisco.xml:51(td) ./doc/common/tables/neutron-cisco.xml:55(td) ./doc/common/tables/neutron-cisco.xml:59(td) ./doc/common/tables/neutron-cisco.xml:63(td) ./doc/common/tables/neutron-cisco.xml:67(td) ./doc/common/tables/neutron-cisco.xml:71(td) ./doc/common/tables/neutron-cisco.xml:75(td) ./doc/common/tables/neutron-cisco.xml:79(td) ./doc/common/tables/neutron-cisco.xml:86(td) ./doc/common/tables/neutron-cisco.xml:90(td) ./doc/common/tables/neutron-cisco.xml:94(td) ./doc/common/tables/neutron-cisco.xml:98(td) ./doc/common/tables/neutron-cisco.xml:102(td) ./doc/common/tables/neutron-cisco.xml:106(td) ./doc/common/tables/neutron-cisco.xml:110(td) ./doc/common/tables/neutron-cisco.xml:114(td) ./doc/common/tables/neutron-cisco.xml:118(td) ./doc/common/tables/neutron-cisco.xml:125(td) ./doc/common/tables/neutron-cisco.xml:132(td) ./doc/common/tables/neutron-cisco.xml:136(td) ./doc/common/tables/neutron-cisco.xml:140(td) ./doc/common/tables/neutron-cisco.xml:144(td) ./doc/common/tables/neutron-cisco.xml:148(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/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/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:77(td) ./doc/common/tables/trove-db_mongodb.xml:81(td) ./doc/common/tables/trove-db_mongodb.xml:85(td) ./doc/common/tables/trove-db_mongodb.xml:89(td) ./doc/common/tables/trove-db_mongodb.xml:93(td) ./doc/common/tables/trove-db_mongodb.xml:97(td) ./doc/common/tables/trove-db_mongodb.xml:105(td) ./doc/common/tables/ironic-disk_partitioner.xml:21(td) ./doc/common/tables/ironic-disk_partitioner.xml:25(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-storage_glusterfs.xml:37(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/nova-hyperv.xml:61(td) ./doc/common/tables/nova-hyperv.xml:65(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/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/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/glance-scrubber.xml:21(td) ./doc/common/tables/ceilometer-collector.xml:21(td) ./doc/common/tables/ceilometer-collector.xml:25(td) ./doc/common/tables/ceilometer-collector.xml:29(td) ./doc/common/tables/ceilometer-collector.xml:33(td) ./doc/common/tables/ceilometer-collector.xml:37(td) ./doc/common/tables/ceilometer-collector.xml:41(td) ./doc/common/tables/ceilometer-collector.xml:48(td) ./doc/common/tables/ceilometer-collector.xml:52(td) ./doc/common/tables/ceilometer-collector.xml:56(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/cinder-violin.xml:33(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/ironic-logging.xml:101(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/neutron-policy.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:45(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/nova-rabbitmq.xml:113(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-zoning_manager_cisco.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/manila-zeromq.xml:21(td) ./doc/common/tables/manila-zeromq.xml:25(td) ./doc/common/tables/manila-zeromq.xml:29(td) ./doc/common/tables/manila-zeromq.xml:33(td) ./doc/common/tables/manila-zeromq.xml:37(td) ./doc/common/tables/manila-zeromq.xml:41(td) ./doc/common/tables/manila-zeromq.xml:45(td) ./doc/common/tables/manila-zeromq.xml:49(td) ./doc/common/tables/manila-zeromq.xml:53(td) ./doc/common/tables/glance-elasticsearch.xml:21(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/neutron-auth_token.xml:165(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:45(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/sahara-rabbitmq.xml:113(td) ./doc/common/tables/neutron-lbaas_services.xml:21(td) ./doc/common/tables/neutron-lbaas_services.xml:25(td) ./doc/common/tables/neutron-lbaas_services.xml:29(td) ./doc/common/tables/neutron-lbaas_services.xml:33(td) ./doc/common/tables/neutron-lbaas_services.xml:37(td) ./doc/common/tables/neutron-lbaas_services.xml:41(td) ./doc/common/tables/neutron-lbaas_services.xml:48(td) ./doc/common/tables/neutron-lbaas_services.xml:55(td) ./doc/common/tables/neutron-lbaas_services.xml:59(td) ./doc/common/tables/neutron-lbaas_services.xml:63(td) ./doc/common/tables/neutron-lbaas_services.xml:67(td) ./doc/common/tables/neutron-lbaas_services.xml:71(td) ./doc/common/tables/neutron-lbaas_services.xml:75(td) ./doc/common/tables/neutron-lbaas_services.xml:79(td) ./doc/common/tables/neutron-lbaas_services.xml:83(td) ./doc/common/tables/neutron-lbaas_services.xml:87(td) ./doc/common/tables/neutron-lbaas_services.xml:91(td) ./doc/common/tables/neutron-lbaas_services.xml:95(td) ./doc/common/tables/neutron-lbaas_services.xml:99(td) ./doc/common/tables/neutron-lbaas_services.xml:106(td) ./doc/common/tables/neutron-lbaas_services.xml:110(td) ./doc/common/tables/neutron-lbaas_services.xml:114(td) ./doc/common/tables/neutron-lbaas_services.xml:118(td) ./doc/common/tables/neutron-lbaas_services.xml:122(td) ./doc/common/tables/neutron-lbaas_services.xml:126(td) ./doc/common/tables/neutron-lbaas_services.xml:130(td) ./doc/common/tables/neutron-lbaas_services.xml:137(td) ./doc/common/tables/neutron-lbaas_services.xml:141(td) ./doc/common/tables/neutron-lbaas_services.xml:145(td) ./doc/common/tables/neutron-lbaas_services.xml:152(td) ./doc/common/tables/neutron-lbaas_services.xml:156(td) ./doc/common/tables/neutron-lbaas_services.xml:160(td) ./doc/common/tables/neutron-lbaas_services.xml:164(td) ./doc/common/tables/neutron-lbaas_services.xml:168(td) ./doc/common/tables/neutron-lbaas_services.xml:172(td) ./doc/common/tables/neutron-lbaas_services.xml:176(td) ./doc/common/tables/neutron-lbaas_services.xml:180(td) ./doc/common/tables/neutron-lbaas_services.xml:188(td) ./doc/common/tables/neutron-lbaas_services.xml:192(td) ./doc/common/tables/neutron-lbaas_services.xml:196(td) ./doc/common/tables/neutron-lbaas_services.xml:200(td) ./doc/common/tables/neutron-lbaas_services.xml:208(td) ./doc/common/tables/neutron-lbaas_services.xml:212(td) ./doc/common/tables/neutron-lbaas_services.xml:216(td) ./doc/common/tables/neutron-lbaas_services.xml:220(td) ./doc/common/tables/neutron-lbaas_services.xml:224(td) ./doc/common/tables/neutron-lbaas_services.xml:228(td) ./doc/common/tables/neutron-lbaas_services.xml:235(td) ./doc/common/tables/neutron-lbaas_services.xml:239(td) ./doc/common/tables/neutron-lbaas_services.xml:243(td) ./doc/common/tables/neutron-lbaas_services.xml:251(td) ./doc/common/tables/neutron-lbaas_services.xml:255(td) ./doc/common/tables/neutron-lbaas_services.xml:259(td) ./doc/common/tables/neutron-lbaas_services.xml:263(td) ./doc/common/tables/neutron-lbaas_services.xml:271(td) ./doc/common/tables/neutron-lbaas_services.xml:275(td) ./doc/common/tables/neutron-lbaas_services.xml:279(td) ./doc/common/tables/neutron-lbaas_services.xml:283(td) ./doc/common/tables/neutron-lbaas_services.xml:287(td) ./doc/common/tables/neutron-lbaas_services.xml:291(td) ./doc/common/tables/neutron-lbaas_services.xml:295(td) ./doc/common/tables/neutron-lbaas_services.xml:299(td) ./doc/common/tables/neutron-lbaas_services.xml:303(td) ./doc/common/tables/neutron-lbaas_services.xml:307(td) ./doc/common/tables/neutron-lbaas_services.xml:314(td) ./doc/common/tables/neutron-lbaas_services.xml:318(td) ./doc/common/tables/neutron-lbaas_services.xml:322(td) ./doc/common/tables/cinder-hgst.xml:21(td) ./doc/common/tables/cinder-hgst.xml:25(td) ./doc/common/tables/cinder-hgst.xml:29(td) ./doc/common/tables/cinder-hgst.xml:33(td) ./doc/common/tables/cinder-hgst.xml:37(td) ./doc/common/tables/cinder-hgst.xml:41(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/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:72(td) ./doc/common/tables/keystone-api.xml:76(td) ./doc/common/tables/keystone-api.xml:83(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:126(td) ./doc/common/tables/keystone-api.xml:130(td) ./doc/common/tables/keystone-api.xml:137(td) ./doc/common/tables/keystone-api.xml:141(td) ./doc/common/tables/keystone-api.xml:148(td) ./doc/common/tables/keystone-api.xml:155(td) ./doc/common/tables/keystone-api.xml:159(td) ./doc/common/tables/keystone-api.xml:163(td) ./doc/common/tables/keystone-api.xml:167(td) ./doc/common/tables/ironic-redis.xml:25(td) ./doc/common/tables/ironic-redis.xml:32(td) ./doc/common/tables/ironic-redis.xml:40(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/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/heat-waitcondition_api.xml:21(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:41(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:45(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:49(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:53(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:57(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:61(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:69(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:73(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:77(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:85(td) ./doc/common/tables/nova-debug.xml:21(td) ./doc/common/tables/cinder-blockbridge.xml:21(td) ./doc/common/tables/cinder-blockbridge.xml:25(td) ./doc/common/tables/cinder-blockbridge.xml:29(td) ./doc/common/tables/cinder-blockbridge.xml:33(td) ./doc/common/tables/cinder-blockbridge.xml:37(td) ./doc/common/tables/cinder-blockbridge.xml:41(td) ./doc/common/tables/cinder-blockbridge.xml:45(td) ./doc/common/tables/cinder-blockbridge.xml:49(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/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:63(td) ./doc/common/tables/heat-rpc.xml:67(td) ./doc/common/tables/heat-rpc.xml:71(td) ./doc/common/tables/heat-rpc.xml:75(td) ./doc/common/tables/heat-rpc.xml:79(td) ./doc/common/tables/heat-rpc.xml:83(td) ./doc/common/tables/heat-rpc.xml:99(td) ./doc/common/tables/heat-rpc.xml:103(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/ironic-deploy.xml:33(td) ./doc/common/tables/ironic-deploy.xml:37(td) ./doc/common/tables/ironic-deploy.xml:41(td) ./doc/common/tables/ironic-deploy.xml:45(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:56(td) ./doc/common/tables/neutron-rpc.xml:63(td) ./doc/common/tables/neutron-rpc.xml:67(td) ./doc/common/tables/neutron-rpc.xml:71(td) ./doc/common/tables/neutron-rpc.xml:75(td) ./doc/common/tables/neutron-rpc.xml:79(td) ./doc/common/tables/neutron-rpc.xml:83(td) ./doc/common/tables/neutron-rpc.xml:99(td) ./doc/common/tables/neutron-rpc.xml:103(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/cinder-cors.xml:21(td) ./doc/common/tables/cinder-cors.xml:25(td) ./doc/common/tables/cinder-cors.xml:29(td) ./doc/common/tables/cinder-cors.xml:33(td) ./doc/common/tables/cinder-cors.xml:37(td) ./doc/common/tables/cinder-cors.xml:41(td) ./doc/common/tables/cinder-cors.xml:48(td) ./doc/common/tables/cinder-cors.xml:52(td) ./doc/common/tables/cinder-cors.xml:56(td) ./doc/common/tables/cinder-cors.xml:60(td) ./doc/common/tables/cinder-cors.xml:64(td) ./doc/common/tables/cinder-cors.xml:68(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/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/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:44(td) ./doc/common/tables/nova-rpc.xml:51(td) ./doc/common/tables/nova-rpc.xml:55(td) ./doc/common/tables/nova-rpc.xml:62(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:98(td) ./doc/common/tables/nova-rpc.xml:114(td) ./doc/common/tables/nova-rpc.xml:118(td) ./doc/common/tables/nova-rpc.xml:129(td) ./doc/common/tables/ceilometer-zaqar.xml:21(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/keystone-tokenless.xml:21(td) ./doc/common/tables/keystone-tokenless.xml:25(td) ./doc/common/tables/keystone-tokenless.xml:29(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/nova-compute.xml:161(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/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/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-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:65(td) ./doc/common/tables/neutron-api.xml:69(td) ./doc/common/tables/neutron-api.xml:76(td) ./doc/common/tables/neutron-api.xml:80(td) ./doc/common/tables/neutron-api.xml:87(td) ./doc/common/tables/neutron-api.xml:91(td) ./doc/common/tables/neutron-api.xml:95(td) ./doc/common/tables/neutron-api.xml:102(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-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/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/cinder-dellsc.xml:37(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(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/trove-logging.xml:109(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/ironic-drac.xml:21(td) ./doc/common/tables/ironic-drac.xml:25(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/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/cinder-nimble.xml:21(td) ./doc/common/tables/cinder-nimble.xml:25(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-zoning_manager.xml:21(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:37(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/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/heat-notification.xml:21(td) ./doc/common/tables/glance-debug.xml:21(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:57(td) ./doc/common/tables/ceilometer-common.xml:64(td) ./doc/common/tables/ceilometer-common.xml:71(td) ./doc/common/tables/ceilometer-common.xml:75(td) ./doc/common/tables/ceilometer-common.xml:79(td) ./doc/common/tables/ceilometer-common.xml:86(td) ./doc/common/tables/ceilometer-common.xml:93(td) ./doc/common/tables/ceilometer-common.xml:100(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/manila-quota.xml:21(td) ./doc/common/tables/manila-quota.xml:25(td) ./doc/common/tables/manila-quota.xml:29(td) ./doc/common/tables/manila-quota.xml:33(td) ./doc/common/tables/manila-quota.xml:37(td) ./doc/common/tables/manila-quota.xml:41(td) ./doc/common/tables/manila-quota.xml:45(td) ./doc/common/tables/manila-quota.xml:49(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/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/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/cinder-netapp_eseries_iscsi.xml:69(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:41(td) ./doc/common/tables/neutron-metadata.xml:45(td) ./doc/common/tables/neutron-metadata.xml:53(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/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/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/trove-ca.xml:21(td) ./doc/common/tables/trove-ca.xml:25(td) ./doc/common/tables/trove-ca.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:45(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/neutron-rabbitmq.xml:113(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/swift-container-server-filter-recon.xml:20(td) ./doc/common/tables/swift-container-server-filter-recon.xml:24(td) ./doc/common/tables/keystone-fernet_tokens.xml:21(td) ./doc/common/tables/keystone-fernet_tokens.xml:25(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/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/nova-auth_token.xml:165(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:61(td) ./doc/common/tables/trove-db_mysql.xml:69(td) ./doc/common/tables/trove-db_mysql.xml:73(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:45(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/ironic-rabbitmq.xml:113(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/swift-container-sync-realms-DEFAULT.xml:20(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/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/neutron-dhcp_agent.xml:21(td) ./doc/common/tables/neutron-dhcp_agent.xml:25(td) ./doc/common/tables/neutron-dhcp_agent.xml:29(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/neutron-dhcp_agent.xml:57(td) ./doc/common/tables/neutron-dhcp_agent.xml:61(td) ./doc/common/tables/neutron-dhcp_agent.xml:65(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/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/manila-storage.xml:21(td) ./doc/common/tables/manila-storage.xml:25(td) ./doc/common/tables/manila-storage.xml:29(td) ./doc/common/tables/manila-storage.xml:33(td) ./doc/common/tables/manila-storage.xml:37(td) ./doc/common/tables/manila-storage.xml:41(td) ./doc/common/tables/manila-storage.xml:45(td) ./doc/common/tables/manila-storage.xml:49(td) ./doc/common/tables/manila-storage.xml:53(td) ./doc/common/tables/manila-storage.xml:57(td) ./doc/common/tables/manila-storage.xml:61(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/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:45(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-rabbitmq.xml:113(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:20(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:45(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/cinder-rabbitmq.xml:113(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/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:57(td) ./doc/common/tables/trove-db_couchbase.xml:65(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:104(td) ./doc/common/tables/trove-db_couchbase.xml:108(td) ./doc/common/tables/trove-db_couchbase.xml:116(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/ceilometer-policy.xml:21(td) ./doc/common/tables/ceilometer-policy.xml:25(td) ./doc/common/tables/ceilometer-policy.xml:29(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:20(td) ./doc/common/tables/keystone-memcache.xml:21(td) ./doc/common/tables/keystone-memcache.xml:25(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/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/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/ironic-debug.xml:21(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/keystone-mapping.xml:21(td) ./doc/common/tables/keystone-mapping.xml:25(td) ./doc/common/tables/keystone-mapping.xml:29(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-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/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:193(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/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:33(td) ./doc/common/tables/sahara-clients.xml:40(td) ./doc/common/tables/sahara-clients.xml:44(td) ./doc/common/tables/sahara-clients.xml:48(td) ./doc/common/tables/sahara-clients.xml:55(td) ./doc/common/tables/sahara-clients.xml:59(td) ./doc/common/tables/sahara-clients.xml:63(td) ./doc/common/tables/sahara-clients.xml:70(td) ./doc/common/tables/sahara-clients.xml:74(td) ./doc/common/tables/sahara-clients.xml:78(td) ./doc/common/tables/sahara-clients.xml:85(td) ./doc/common/tables/sahara-clients.xml:89(td) ./doc/common/tables/sahara-clients.xml:93(td) ./doc/common/tables/sahara-clients.xml:100(td) ./doc/common/tables/sahara-clients.xml:104(td) ./doc/common/tables/sahara-clients.xml:108(td) ./doc/common/tables/sahara-clients.xml:115(td) ./doc/common/tables/sahara-clients.xml:119(td) ./doc/common/tables/sahara-clients.xml:123(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/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/neutron-fwaas.xml:21(td) ./doc/common/tables/nova-keymgr.xml:21(td) ./doc/common/tables/nova-keymgr.xml:25(td) ./doc/common/tables/ceilometer-redis.xml:25(td) ./doc/common/tables/ceilometer-redis.xml:32(td) ./doc/common/tables/ceilometer-redis.xml:40(td) ./doc/common/tables/cinder-storpool.xml:21(td) ./doc/common/tables/cinder-storpool.xml:25(td) ./doc/common/tables/manila-glusterfs.xml:21(td) ./doc/common/tables/manila-glusterfs.xml:25(td) ./doc/common/tables/manila-glusterfs.xml:29(td) ./doc/common/tables/manila-glusterfs.xml:33(td) ./doc/common/tables/manila-glusterfs.xml:37(td) ./doc/common/tables/manila-glusterfs.xml:41(td) ./doc/common/tables/manila-glusterfs.xml:45(td) ./doc/common/tables/manila-glusterfs.xml:53(td) ./doc/common/tables/manila-glusterfs.xml:57(td) ./doc/common/tables/manila-glusterfs.xml:61(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/nova-periodic.xml:21(td) ./doc/common/tables/nova-periodic.xml:25(td) ./doc/common/tables/neutron-ml2_ofa.xml:21(td) ./doc/common/tables/neutron-ml2_ofa.xml:25(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/ironic-api.xml:33(td) ./doc/common/tables/ironic-api.xml:40(td) ./doc/common/tables/ironic-api.xml:44(td) ./doc/common/tables/ironic-api.xml:48(td) ./doc/common/tables/ironic-api.xml:52(td) ./doc/common/tables/ironic-api.xml:56(td) ./doc/common/tables/ironic-api.xml:60(td) ./doc/common/tables/ironic-api.xml:67(td) ./doc/common/tables/ironic-api.xml:71(td) ./doc/common/tables/ironic-api.xml:75(td) ./doc/common/tables/ironic-api.xml:79(td) ./doc/common/tables/ironic-api.xml:83(td) ./doc/common/tables/ironic-api.xml:87(td) ./doc/common/tables/ironic-api.xml:94(td) ./doc/common/tables/ironic-api.xml:98(td) ./doc/common/tables/ironic-api.xml:105(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/cinder-netapp_cdot_nfs.xml:73(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:77(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:81(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:85(td) ./doc/common/tables/octavia.xml:21(td) ./doc/common/tables/octavia.xml:25(td) ./doc/common/tables/octavia.xml:29(td) ./doc/common/tables/octavia.xml:33(td) ./doc/common/tables/octavia.xml:37(td) ./doc/common/tables/octavia.xml:41(td) ./doc/common/tables/octavia.xml:56(td) ./doc/common/tables/octavia.xml:63(td) ./doc/common/tables/octavia.xml:67(td) ./doc/common/tables/octavia.xml:75(td) ./doc/common/tables/octavia.xml:79(td) ./doc/common/tables/octavia.xml:83(td) ./doc/common/tables/octavia.xml:91(td) ./doc/common/tables/octavia.xml:95(td) ./doc/common/tables/octavia.xml:99(td) ./doc/common/tables/octavia.xml:106(td) ./doc/common/tables/octavia.xml:110(td) ./doc/common/tables/octavia.xml:114(td) ./doc/common/tables/octavia.xml:118(td) ./doc/common/tables/octavia.xml:122(td) ./doc/common/tables/octavia.xml:129(td) ./doc/common/tables/octavia.xml:133(td) ./doc/common/tables/octavia.xml:140(td) ./doc/common/tables/octavia.xml:144(td) ./doc/common/tables/octavia.xml:148(td) ./doc/common/tables/octavia.xml:152(td) ./doc/common/tables/octavia.xml:160(td) ./doc/common/tables/octavia.xml:164(td) ./doc/common/tables/octavia.xml:175(td) ./doc/common/tables/octavia.xml:179(td) ./doc/common/tables/octavia.xml:186(td) ./doc/common/tables/octavia.xml:190(td) ./doc/common/tables/octavia.xml:194(td) ./doc/common/tables/octavia.xml:198(td) ./doc/common/tables/octavia.xml:202(td) ./doc/common/tables/octavia.xml:206(td) ./doc/common/tables/octavia.xml:210(td) ./doc/common/tables/octavia.xml:214(td) ./doc/common/tables/octavia.xml:218(td) ./doc/common/tables/octavia.xml:222(td) ./doc/common/tables/octavia.xml:226(td) ./doc/common/tables/octavia.xml:230(td) ./doc/common/tables/octavia.xml:234(td) ./doc/common/tables/octavia.xml:238(td) ./doc/common/tables/octavia.xml:242(td) ./doc/common/tables/octavia.xml:249(td) ./doc/common/tables/octavia.xml:253(td) ./doc/common/tables/octavia.xml:277(td) ./doc/common/tables/octavia.xml:281(td) ./doc/common/tables/octavia.xml:285(td) ./doc/common/tables/octavia.xml:289(td) ./doc/common/tables/octavia.xml:293(td) ./doc/common/tables/octavia.xml:300(td) ./doc/common/tables/octavia.xml:304(td) ./doc/common/tables/octavia.xml:312(td) ./doc/common/tables/octavia.xml:316(td) ./doc/common/tables/octavia.xml:320(td) ./doc/common/tables/octavia.xml:324(td) ./doc/common/tables/octavia.xml:331(td) ./doc/common/tables/octavia.xml:335(td) ./doc/common/tables/octavia.xml:342(td) ./doc/common/tables/octavia.xml:346(td) ./doc/common/tables/octavia.xml:350(td) ./doc/common/tables/octavia.xml:354(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/ceilometer-tripleo.xml:33(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:44(td) ./doc/common/tables/sahara-rpc.xml:48(td) ./doc/common/tables/sahara-rpc.xml:55(td) ./doc/common/tables/sahara-rpc.xml:59(td) ./doc/common/tables/sahara-rpc.xml:63(td) ./doc/common/tables/sahara-rpc.xml:67(td) ./doc/common/tables/sahara-rpc.xml:71(td) ./doc/common/tables/sahara-rpc.xml:91(td) ./doc/common/tables/sahara-rpc.xml:107(td) ./doc/common/tables/sahara-rpc.xml:111(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/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/glance-zeromq.xml:49(td) ./doc/common/tables/glance-zeromq.xml:53(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/ceilometer-logging.xml:101(td) ./doc/common/tables/cinder-huawei.xml:21(td) ./doc/common/tables/sahara-object_store_access.xml:21(td) ./doc/common/tables/sahara-object_store_access.xml:25(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/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/cinder-hds-hnas.xml:21(td) ./doc/common/tables/cinder-hds-hnas.xml:25(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/manila-redis.xml:25(td) ./doc/common/tables/manila-redis.xml:32(td) ./doc/common/tables/manila-redis.xml:40(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/cinder-solidfire.xml:45(td) ./doc/common/tables/cinder-solidfire.xml:49(td) ./doc/common/tables/cinder-solidfire.xml:53(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/keystone-os_inherit.xml:21(td) ./doc/common/tables/cinder-dothill.xml:21(td) ./doc/common/tables/cinder-dothill.xml:25(td) ./doc/common/tables/cinder-dothill.xml:29(td) ./doc/common/tables/cinder-dothill.xml:37(td) ./doc/common/tables/cinder-dothill.xml:41(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/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/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/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/neutron-midonet.xml:37(td) ./doc/common/tables/neutron-midonet.xml:41(td) ./doc/common/tables/neutron-midonet.xml:45(td) ./doc/common/tables/neutron-midonet.xml:49(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:20(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/cinder-scality.xml:21(td) ./doc/common/tables/cinder-scality.xml:25(td) ./doc/common/tables/cinder-scality.xml:29(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/nova-redis.xml:25(td) ./doc/common/tables/nova-redis.xml:32(td) ./doc/common/tables/nova-redis.xml:40(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/sahara-zeromq.xml:49(td) ./doc/common/tables/sahara-zeromq.xml:53(td) ./doc/common/tables/aodh-cors.xml:21(td) ./doc/common/tables/aodh-cors.xml:25(td) ./doc/common/tables/aodh-cors.xml:29(td) ./doc/common/tables/aodh-cors.xml:33(td) ./doc/common/tables/aodh-cors.xml:37(td) ./doc/common/tables/aodh-cors.xml:41(td) ./doc/common/tables/aodh-cors.xml:48(td) ./doc/common/tables/aodh-cors.xml:52(td) ./doc/common/tables/aodh-cors.xml:56(td) ./doc/common/tables/aodh-cors.xml:60(td) ./doc/common/tables/aodh-cors.xml:64(td) ./doc/common/tables/aodh-cors.xml:68(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/neutron-lbaas.xml:21(td) ./doc/common/tables/neutron-lbaas.xml:25(td) ./doc/common/tables/neutron-lbaas.xml:29(td) ./doc/common/tables/neutron-lbaas.xml:33(td) ./doc/common/tables/neutron-lbaas.xml:37(td) ./doc/common/tables/neutron-lbaas.xml:41(td) ./doc/common/tables/neutron-lbaas.xml:48(td) ./doc/common/tables/neutron-lbaas.xml:52(td) ./doc/common/tables/neutron-lbaas.xml:56(td) ./doc/common/tables/neutron-lbaas.xml:60(td) ./doc/common/tables/neutron-lbaas.xml:64(td) ./doc/common/tables/neutron-lbaas.xml:68(td) ./doc/common/tables/neutron-lbaas.xml:72(td) ./doc/common/tables/neutron-lbaas.xml:76(td) ./doc/common/tables/neutron-lbaas.xml:80(td) ./doc/common/tables/neutron-lbaas.xml:87(td) ./doc/common/tables/neutron-lbaas.xml:94(td) ./doc/common/tables/neutron-lbaas.xml:98(td) ./doc/common/tables/neutron-lbaas.xml:105(td) ./doc/common/tables/neutron-lbaas.xml:109(td) ./doc/common/tables/neutron-lbaas.xml:113(td) ./doc/common/tables/neutron-lbaas.xml:117(td) ./doc/common/tables/neutron-lbaas.xml:121(td) ./doc/common/tables/neutron-lbaas.xml:125(td) ./doc/common/tables/neutron-lbaas.xml:129(td) ./doc/common/tables/neutron-lbaas.xml:133(td) ./doc/common/tables/neutron-lbaas.xml:137(td) ./doc/common/tables/cinder-drbd.xml:21(td) ./doc/common/tables/cinder-drbd.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/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/cinder-infortrend.xml:21(td) ./doc/common/tables/cinder-infortrend.xml:25(td) ./doc/common/tables/cinder-infortrend.xml:29(td) ./doc/common/tables/cinder-infortrend.xml:37(td) ./doc/common/tables/cinder-infortrend.xml:41(td) ./doc/common/tables/cinder-infortrend.xml:45(td) ./doc/common/tables/cinder-infortrend.xml:49(td) ./doc/common/tables/ceilometer-rgw.xml:21(td) ./doc/common/tables/ceilometer-rgw.xml:25(td) ./doc/common/tables/ironic-dhcp.xml:21(td) ./doc/common/tables/manila-huawei.xml:21(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:69(td) ./doc/common/tables/trove-db_percona.xml:77(td) ./doc/common/tables/trove-db_percona.xml:81(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:24(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/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/ironic-auth_token.xml:169(td) ./doc/common/tables/neutron-ipv6_ra.xml:21(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:61(td) ./doc/common/tables/trove-db_db2.xml:69(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/ironic-virtualbox.xml:21(td) ./doc/common/tables/aodh-rpc.xml:21(td) ./doc/common/tables/aodh-rpc.xml:25(td) ./doc/common/tables/aodh-rpc.xml:29(td) ./doc/common/tables/aodh-rpc.xml:33(td) ./doc/common/tables/aodh-rpc.xml:37(td) ./doc/common/tables/aodh-rpc.xml:41(td) ./doc/common/tables/aodh-rpc.xml:48(td) ./doc/common/tables/aodh-rpc.xml:52(td) ./doc/common/tables/aodh-rpc.xml:56(td) ./doc/common/tables/aodh-rpc.xml:60(td) ./doc/common/tables/aodh-rpc.xml:64(td) ./doc/common/tables/aodh-rpc.xml:68(td) ./doc/common/tables/aodh-rpc.xml:84(td) ./doc/common/tables/aodh-rpc.xml:88(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/ceilometer-zeromq.xml:49(td) ./doc/common/tables/ceilometer-zeromq.xml:53(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:25(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:29(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/swift-proxy-server-pipeline-main.xml:20(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:24(td) ./doc/common/tables/manila-hdfs.xml:21(td) ./doc/common/tables/manila-hdfs.xml:25(td) ./doc/common/tables/manila-hdfs.xml:29(td) ./doc/common/tables/manila-hdfs.xml:33(td) ./doc/common/tables/manila-hdfs.xml:37(td) ./doc/common/tables/manila-hdfs.xml:41(td) ./doc/common/tables/cinder-pure.xml:21(td) ./doc/common/tables/neutron-ml2_sriov.xml:21(td) ./doc/common/tables/neutron-ml2_sriov.xml:25(td) ./doc/common/tables/neutron-agent.xml:21(td) ./doc/common/tables/neutron-agent.xml:25(td) ./doc/common/tables/neutron-agent.xml:29(td) ./doc/common/tables/neutron-agent.xml:33(td) ./doc/common/tables/neutron-agent.xml:40(td) ./doc/common/tables/neutron-agent.xml:44(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:108(td) ./doc/common/tables/glance-common.xml:115(td) ./doc/common/tables/glance-common.xml:119(td) ./doc/common/tables/glance-common.xml:126(td) ./doc/common/tables/glance-common.xml:133(td) ./doc/common/tables/glance-common.xml:137(td) ./doc/common/tables/glance-common.xml:141(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:33(td) ./doc/common/tables/heat-api.xml:41(td) ./doc/common/tables/heat-api.xml:45(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:104(td) ./doc/common/tables/heat-api.xml:115(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:142(td) ./doc/common/tables/heat-api.xml:146(td) ./doc/common/tables/heat-api.xml:153(td) ./doc/common/tables/heat-api.xml:157(td) ./doc/common/tables/heat-api.xml:161(td) ./doc/common/tables/heat-api.xml:165(td) ./doc/common/tables/heat-api.xml:169(td) ./doc/common/tables/heat-api.xml:173(td) ./doc/common/tables/heat-api.xml:177(td) ./doc/common/tables/heat-api.xml:181(td) ./doc/common/tables/heat-api.xml:188(td) ./doc/common/tables/heat-api.xml:192(td) ./doc/common/tables/heat-api.xml:199(td) ./doc/common/tables/heat-api.xml:203(td) ./doc/common/tables/heat-api.xml:207(td) ./doc/common/tables/heat-api.xml:214(td) ./doc/common/tables/heat-api.xml:221(td) ./doc/common/tables/heat-api.xml:225(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/ironic-irmc.xml:37(td) ./doc/common/tables/ironic-irmc.xml:41(td) ./doc/common/tables/ironic-irmc.xml:45(td) ./doc/common/tables/ironic-irmc.xml:53(td) ./doc/common/tables/ironic-irmc.xml:57(td) ./doc/common/tables/ironic-irmc.xml:61(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/cinder-flashsystem.xml:21(td) ./doc/common/tables/cinder-flashsystem.xml:25(td) ./doc/common/tables/cinder-flashsystem.xml:29(td) ./doc/common/tables/cinder-flashsystem.xml:33(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/nova-network.xml:271(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/swift-object-expirer-filter-cache.xml:20(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/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/neutron-ml2_brocade.xml:25(td) ./doc/common/tables/neutron-ml2_brocade.xml:29(td) ./doc/common/tables/neutron-ml2_brocade.xml:41(td) ./doc/common/tables/neutron-ml2_brocade.xml:45(td) ./doc/common/tables/neutron-ml2_brocade.xml:56(td) ./doc/common/tables/neutron-ml2_brocade.xml:60(td) ./doc/common/tables/neutron-ml2_brocade.xml:64(td) ./doc/common/tables/neutron-ml2_brocade.xml:72(td) ./doc/common/tables/neutron-ml2_brocade.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/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/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/glance-s3.xml:61(td) ./doc/common/tables/glance-s3.xml:65(td) ./doc/common/tables/glance-s3.xml:69(td) ./doc/common/tables/glance-s3.xml:73(td) ./doc/common/tables/glance-s3.xml:77(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/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/swift-swift-swift-hash.xml:20(td) ./doc/common/tables/swift-swift-swift-hash.xml:31(td) ./doc/common/tables/cinder-debug.xml:21(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:36(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/cinder-backups_swift.xml:73(td) ./doc/common/tables/cinder-backups_swift.xml:77(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/trove-auth_token.xml:165(td) ./doc/common/tables/neutron-ml2_vxlan.xml:25(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-snmp.xml:21(td) ./doc/common/tables/manila-cors.xml:21(td) ./doc/common/tables/manila-cors.xml:25(td) ./doc/common/tables/manila-cors.xml:29(td) ./doc/common/tables/manila-cors.xml:33(td) ./doc/common/tables/manila-cors.xml:37(td) ./doc/common/tables/manila-cors.xml:41(td) ./doc/common/tables/manila-cors.xml:48(td) ./doc/common/tables/manila-cors.xml:52(td) ./doc/common/tables/manila-cors.xml:56(td) ./doc/common/tables/manila-cors.xml:60(td) ./doc/common/tables/manila-cors.xml:64(td) ./doc/common/tables/manila-cors.xml:68(td) ./doc/common/tables/ironic-cisco_ucs.xml:21(td) ./doc/common/tables/ironic-cisco_ucs.xml:25(td) ./doc/common/tables/ironic-cisco_ucs.xml:32(td) ./doc/common/tables/ironic-cisco_ucs.xml:36(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/manila-common.xml:21(td) ./doc/common/tables/manila-common.xml:25(td) ./doc/common/tables/manila-common.xml:29(td) ./doc/common/tables/manila-common.xml:33(td) ./doc/common/tables/manila-common.xml:37(td) ./doc/common/tables/manila-common.xml:41(td) ./doc/common/tables/manila-common.xml:45(td) ./doc/common/tables/manila-common.xml:53(td) ./doc/common/tables/manila-common.xml:57(td) ./doc/common/tables/manila-common.xml:61(td) ./doc/common/tables/manila-common.xml:65(td) ./doc/common/tables/manila-common.xml:69(td) ./doc/common/tables/manila-common.xml:73(td) ./doc/common/tables/manila-common.xml:77(td) ./doc/common/tables/manila-common.xml:81(td) ./doc/common/tables/manila-common.xml:85(td) ./doc/common/tables/manila-common.xml:89(td) ./doc/common/tables/manila-common.xml:93(td) ./doc/common/tables/manila-common.xml:97(td) ./doc/common/tables/manila-common.xml:101(td) ./doc/common/tables/manila-common.xml:105(td) ./doc/common/tables/manila-common.xml:109(td) ./doc/common/tables/manila-common.xml:113(td) ./doc/common/tables/manila-common.xml:117(td) ./doc/common/tables/manila-common.xml:121(td) ./doc/common/tables/manila-common.xml:125(td) ./doc/common/tables/manila-common.xml:129(td) ./doc/common/tables/manila-common.xml:133(td) ./doc/common/tables/manila-common.xml:137(td) ./doc/common/tables/manila-common.xml:141(td) ./doc/common/tables/manila-common.xml:145(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/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/heat-loadbalancer.xml:21(td) ./doc/common/tables/aodh-policy.xml:21(td) ./doc/common/tables/aodh-policy.xml:25(td) ./doc/common/tables/aodh-policy.xml:29(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/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/ironic-agent.xml:49(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/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/trove-cluster.xml:21(td) ./doc/common/tables/trove-cluster.xml:25(td) ./doc/common/tables/trove-cluster.xml:29(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/ceilometer-inspector.xml:21(td) ./doc/common/tables/ceilometer-inspector.xml:25(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/manila-rpc.xml:21(td) ./doc/common/tables/manila-rpc.xml:25(td) ./doc/common/tables/manila-rpc.xml:29(td) ./doc/common/tables/manila-rpc.xml:33(td) ./doc/common/tables/manila-rpc.xml:37(td) ./doc/common/tables/manila-rpc.xml:41(td) ./doc/common/tables/manila-rpc.xml:48(td) ./doc/common/tables/manila-rpc.xml:52(td) ./doc/common/tables/manila-rpc.xml:59(td) ./doc/common/tables/manila-rpc.xml:63(td) ./doc/common/tables/manila-rpc.xml:67(td) ./doc/common/tables/manila-rpc.xml:71(td) ./doc/common/tables/manila-rpc.xml:75(td) ./doc/common/tables/manila-rpc.xml:95(td) ./doc/common/tables/manila-rpc.xml:111(td) ./doc/common/tables/manila-rpc.xml:115(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/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:53(td) ./doc/common/tables/trove-db_redis.xml:57(td) ./doc/common/tables/trove-db_redis.xml:61(td) ./doc/common/tables/trove-db_redis.xml:65(td) ./doc/common/tables/trove-db_redis.xml:69(td) ./doc/common/tables/trove-db_redis.xml:73(td) ./doc/common/tables/trove-db_redis.xml:81(td) ./doc/common/tables/aodh-zeromq.xml:21(td) ./doc/common/tables/aodh-zeromq.xml:25(td) ./doc/common/tables/aodh-zeromq.xml:29(td) ./doc/common/tables/aodh-zeromq.xml:33(td) ./doc/common/tables/aodh-zeromq.xml:37(td) ./doc/common/tables/aodh-zeromq.xml:41(td) ./doc/common/tables/aodh-zeromq.xml:45(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/neutron-ml2_odl.xml:44(td) ./doc/common/tables/neutron-ml2_odl.xml:48(td) ./doc/common/tables/neutron-ml2_odl.xml:52(td) ./doc/common/tables/neutron-ml2_odl.xml:56(td) ./doc/common/tables/neutron-ml2_odl.xml:60(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:20(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:45(td) ./doc/common/tables/cinder-emc.xml:53(td) ./doc/common/tables/cinder-emc.xml:61(td) ./doc/common/tables/cinder-emc.xml:65(td) ./doc/common/tables/cinder-emc.xml:69(td) ./doc/common/tables/cinder-emc.xml:73(td) ./doc/common/tables/cinder-emc.xml:77(td) ./doc/common/tables/cinder-storage_ceph.xml:21(td) ./doc/common/tables/cinder-storage_ceph.xml:25(td) ./doc/common/tables/cinder-storage_ceph.xml:29(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/cinder-storage_ceph.xml:57(td) ./doc/common/tables/cinder-storage_ceph.xml:61(td) ./doc/common/tables/cinder-storage_ceph.xml:65(td) ./doc/common/tables/neutron-dvr.xml:21(td) ./doc/common/tables/neutron-dvr.xml:25(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/manila-san.xml:21(td) ./doc/common/tables/manila-san.xml:25(td) ./doc/common/tables/manila-san.xml:29(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/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/manila-auth_token.xml:21(td) ./doc/common/tables/manila-auth_token.xml:25(td) ./doc/common/tables/manila-auth_token.xml:29(td) ./doc/common/tables/manila-auth_token.xml:33(td) ./doc/common/tables/manila-auth_token.xml:41(td) ./doc/common/tables/manila-auth_token.xml:45(td) ./doc/common/tables/manila-auth_token.xml:49(td) ./doc/common/tables/manila-auth_token.xml:53(td) ./doc/common/tables/manila-auth_token.xml:57(td) ./doc/common/tables/manila-auth_token.xml:61(td) ./doc/common/tables/manila-auth_token.xml:65(td) ./doc/common/tables/manila-auth_token.xml:69(td) ./doc/common/tables/manila-auth_token.xml:73(td) ./doc/common/tables/manila-auth_token.xml:77(td) ./doc/common/tables/manila-auth_token.xml:81(td) ./doc/common/tables/manila-auth_token.xml:85(td) ./doc/common/tables/manila-auth_token.xml:89(td) ./doc/common/tables/manila-auth_token.xml:93(td) ./doc/common/tables/manila-auth_token.xml:97(td) ./doc/common/tables/manila-auth_token.xml:101(td) ./doc/common/tables/manila-auth_token.xml:105(td) ./doc/common/tables/manila-auth_token.xml:109(td) ./doc/common/tables/manila-auth_token.xml:113(td) ./doc/common/tables/manila-auth_token.xml:117(td) ./doc/common/tables/manila-auth_token.xml:121(td) ./doc/common/tables/manila-auth_token.xml:125(td) ./doc/common/tables/manila-auth_token.xml:129(td) ./doc/common/tables/manila-auth_token.xml:133(td) ./doc/common/tables/manila-auth_token.xml:137(td) ./doc/common/tables/manila-auth_token.xml:141(td) ./doc/common/tables/manila-auth_token.xml:145(td) ./doc/common/tables/manila-auth_token.xml:149(td) ./doc/common/tables/manila-auth_token.xml:153(td) ./doc/common/tables/manila-auth_token.xml:157(td) ./doc/common/tables/manila-auth_token.xml:161(td) ./doc/common/tables/manila-auth_token.xml:165(td) ./doc/common/tables/manila-auth_token.xml:169(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/manila-quobyte.xml:21(td) ./doc/common/tables/manila-quobyte.xml:25(td) ./doc/common/tables/manila-quobyte.xml:29(td) ./doc/common/tables/manila-quobyte.xml:33(td) ./doc/common/tables/manila-quobyte.xml:37(td) ./doc/common/tables/manila-quobyte.xml:41(td) ./doc/common/tables/manila-quobyte.xml:45(td) ./doc/common/tables/manila-quobyte.xml:49(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:56(td) ./doc/common/tables/nova-vnc.xml:60(td) ./doc/common/tables/nova-vnc.xml:67(td) ./doc/common/tables/nova-vnc.xml:71(td) ./doc/common/tables/nova-vnc.xml:75(td) ./doc/common/tables/nova-vnc.xml:79(td) ./doc/common/tables/nova-vnc.xml:83(td) ./doc/common/tables/nova-vnc.xml:87(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-l2gw.xml:68(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/neutron-ml2_ale_omniswitch.xml:33(td) ./doc/common/tables/neutron-cors.xml:21(td) ./doc/common/tables/neutron-cors.xml:25(td) ./doc/common/tables/neutron-cors.xml:29(td) ./doc/common/tables/neutron-cors.xml:33(td) ./doc/common/tables/neutron-cors.xml:37(td) ./doc/common/tables/neutron-cors.xml:41(td) ./doc/common/tables/neutron-cors.xml:48(td) ./doc/common/tables/neutron-cors.xml:52(td) ./doc/common/tables/neutron-cors.xml:56(td) ./doc/common/tables/neutron-cors.xml:60(td) ./doc/common/tables/neutron-cors.xml:64(td) ./doc/common/tables/neutron-cors.xml:68(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:44(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:80(td) ./doc/common/tables/keystone-rpc.xml:96(td) ./doc/common/tables/keystone-rpc.xml:100(td) ./doc/common/tables/keystone-common.xml:21(td) ./doc/common/tables/keystone-common.xml:25(td) ./doc/common/tables/keystone-common.xml:32(td) ./doc/common/tables/keystone-common.xml:39(td) ./doc/common/tables/keystone-common.xml:43(td) ./doc/common/tables/ceilometer-vmware.xml:21(td) ./doc/common/tables/ceilometer-vmware.xml:25(td) ./doc/common/tables/ceilometer-vmware.xml:37(td) ./doc/common/tables/ceilometer-vmware.xml:45(td) ./doc/common/tables/ceilometer-vmware.xml:49(td) ./doc/common/tables/ceilometer-vmware.xml:53(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/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/glance-redis.xml:21(td) ./doc/common/tables/glance-redis.xml:29(td) ./doc/common/tables/glance-redis.xml:36(td) ./doc/common/tables/glance-redis.xml:44(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/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-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/manila-zfssa.xml:21(td) ./doc/common/tables/manila-zfssa.xml:25(td) ./doc/common/tables/manila-zfssa.xml:29(td) ./doc/common/tables/manila-zfssa.xml:33(td) ./doc/common/tables/manila-zfssa.xml:37(td) ./doc/common/tables/manila-zfssa.xml:41(td) ./doc/common/tables/manila-zfssa.xml:45(td) ./doc/common/tables/manila-zfssa.xml:53(td) ./doc/common/tables/manila-zfssa.xml:57(td) ./doc/common/tables/manila-zfssa.xml:61(td) ./doc/common/tables/manila-zfssa.xml:65(td) ./doc/common/tables/manila-zfssa.xml:69(td) ./doc/common/tables/manila-zfssa.xml:73(td) ./doc/common/tables/manila-ca.xml:21(td) ./doc/common/tables/manila-ca.xml:25(td) ./doc/common/tables/manila-ca.xml:29(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-netapp_7mode_nfs.xml:69(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/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-storwize.xml:85(td) ./doc/common/tables/ceilometer-swift.xml:21(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-vzstorage.xml:21(td) ./doc/common/tables/cinder-vzstorage.xml:25(td) ./doc/common/tables/cinder-vzstorage.xml:29(td) ./doc/common/tables/cinder-vzstorage.xml:33(td) ./doc/common/tables/cinder-vzstorage.xml:37(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/ironic-ilo.xml:69(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/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:40(td) ./doc/common/tables/trove-debug.xml:44(td) ./doc/common/tables/cinder-backups_nfs.xml:21(td) ./doc/common/tables/cinder-backups_nfs.xml:25(td) ./doc/common/tables/cinder-backups_nfs.xml:29(td) ./doc/common/tables/cinder-backups_nfs.xml:33(td) ./doc/common/tables/cinder-backups_nfs.xml:37(td) ./doc/common/tables/cinder-backups_nfs.xml:41(td) ./doc/common/tables/cinder-backups_nfs.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/cinder-auth_token.xml:165(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/neutron-dvs.xml:21(td) ./doc/common/tables/neutron-dvs.xml:25(td) ./doc/common/tables/neutron-dvs.xml:29(td) ./doc/common/tables/neutron-dvs.xml:33(td) ./doc/common/tables/neutron-dvs.xml:37(td) ./doc/common/tables/neutron-dvs.xml:41(td) ./doc/common/tables/neutron-dvs.xml:45(td) ./doc/common/tables/neutron-dvs.xml:49(td) ./doc/common/tables/neutron-dvs.xml:53(td) ./doc/common/tables/keystone-security.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/swift-account-server-filter-recon.xml:20(td) ./doc/common/tables/swift-account-server-filter-recon.xml:24(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:20(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/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/swift-internal-client-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:24(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:88(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/neutron-brocade.xml:21(td) ./doc/common/tables/neutron-brocade.xml:32(td) ./doc/common/tables/ironic-iboot.xml:21(td) ./doc/common/tables/ironic-iboot.xml:25(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/heat-clients_keystone.xml:41(td) ./doc/common/tables/glance-testing.xml:21(td) ./doc/common/tables/glance-testing.xml:25(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/manila-ganesha.xml:21(td) ./doc/common/tables/manila-ganesha.xml:25(td) ./doc/common/tables/manila-ganesha.xml:29(td) ./doc/common/tables/manila-ganesha.xml:33(td) ./doc/common/tables/manila-ganesha.xml:37(td) ./doc/common/tables/manila-ganesha.xml:41(td) ./doc/common/tables/nova-quobyte.xml:21(td) ./doc/common/tables/nova-quobyte.xml:25(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/manila-share.xml:21(td) ./doc/common/tables/manila-share.xml:25(td) ./doc/common/tables/manila-share.xml:29(td) ./doc/common/tables/manila-share.xml:33(td) ./doc/common/tables/manila-share.xml:37(td) ./doc/common/tables/manila-share.xml:41(td) ./doc/common/tables/manila-share.xml:45(td) ./doc/common/tables/manila-share.xml:49(td) ./doc/common/tables/manila-share.xml:53(td) ./doc/common/tables/manila-share.xml:57(td) ./doc/common/tables/manila-share.xml:61(td) ./doc/common/tables/manila-share.xml:65(td) ./doc/common/tables/manila-share.xml:73(td) ./doc/common/tables/manila-share.xml:77(td) ./doc/common/tables/manila-share.xml:81(td) ./doc/common/tables/manila-share.xml:85(td) ./doc/common/tables/manila-share.xml:89(td) ./doc/common/tables/manila-share.xml:93(td) ./doc/common/tables/manila-share.xml:97(td) ./doc/common/tables/manila-share.xml:101(td) ./doc/common/tables/manila-share.xml:105(td) ./doc/common/tables/manila-share.xml:109(td) ./doc/common/tables/manila-share.xml:113(td) ./doc/common/tables/manila-share.xml:117(td) ./doc/common/tables/manila-share.xml:121(td) ./doc/common/tables/manila-share.xml:125(td) ./doc/common/tables/manila-share.xml:129(td) ./doc/common/tables/manila-share.xml:133(td) ./doc/common/tables/manila-share.xml:137(td) ./doc/common/tables/manila-share.xml:141(td) ./doc/common/tables/manila-share.xml:145(td) ./doc/common/tables/manila-share.xml:149(td) ./doc/common/tables/manila-share.xml:153(td) ./doc/common/tables/manila-share.xml:157(td) ./doc/common/tables/manila-share.xml:161(td) ./doc/common/tables/manila-share.xml:165(td) ./doc/common/tables/manila-share.xml:169(td) ./doc/common/tables/manila-share.xml:173(td) ./doc/common/tables/manila-share.xml:177(td) ./doc/common/tables/manila-share.xml:181(td) ./doc/common/tables/manila-share.xml:185(td) ./doc/common/tables/manila-share.xml:189(td) ./doc/common/tables/manila-share.xml:193(td) ./doc/common/tables/manila-share.xml:197(td) ./doc/common/tables/manila-share.xml:201(td) ./doc/common/tables/manila-share.xml:205(td) ./doc/common/tables/manila-share.xml:209(td) ./doc/common/tables/manila-share.xml:213(td) ./doc/common/tables/manila-share.xml:217(td) ./doc/common/tables/manila-share.xml:221(td) ./doc/common/tables/manila-share.xml:225(td) ./doc/common/tables/manila-share.xml:229(td) ./doc/common/tables/manila-share.xml:233(td) ./doc/common/tables/manila-share.xml:237(td) ./doc/common/tables/manila-share.xml:241(td) ./doc/common/tables/manila-share.xml:245(td) ./doc/common/tables/manila-share.xml:249(td) ./doc/common/tables/manila-share.xml:253(td) ./doc/common/tables/manila-share.xml:257(td) ./doc/common/tables/manila-share.xml:261(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/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/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/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/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/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/neutron-bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:93(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:152(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:163(td) ./doc/common/tables/neutron-bigswitch.xml:167(td) ./doc/common/tables/neutron-bigswitch.xml:174(td) ./doc/common/tables/neutron-bigswitch.xml:178(td) ./doc/common/tables/manila-auth.xml:21(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/cinder-netapp_cdot_iscsi.xml:61(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:65(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:69(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/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/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/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/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/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-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/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/ironic-seamicro.xml:21(td) ./doc/common/tables/ironic-seamicro.xml:25(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/manila-netapp.xml:21(td) ./doc/common/tables/manila-netapp.xml:25(td) ./doc/common/tables/manila-netapp.xml:29(td) ./doc/common/tables/manila-netapp.xml:33(td) ./doc/common/tables/manila-netapp.xml:37(td) ./doc/common/tables/manila-netapp.xml:41(td) ./doc/common/tables/manila-netapp.xml:45(td) ./doc/common/tables/manila-netapp.xml:49(td) ./doc/common/tables/manila-netapp.xml:53(td) ./doc/common/tables/manila-netapp.xml:57(td) ./doc/common/tables/manila-netapp.xml:61(td) ./doc/common/tables/manila-netapp.xml:65(td) ./doc/common/tables/manila-netapp.xml:69(td) ./doc/common/tables/manila-netapp.xml:73(td) ./doc/common/tables/sahara-api.xml:21(td) ./doc/common/tables/sahara-api.xml:25(td) ./doc/common/tables/sahara-api.xml:32(td) ./doc/common/tables/sahara-api.xml:36(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(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:37(td) ./doc/common/tables/ceilometer-api.xml:41(td) ./doc/common/tables/ceilometer-api.xml:49(td) ./doc/common/tables/ceilometer-api.xml:53(td) ./doc/common/tables/ceilometer-api.xml:60(td) ./doc/common/tables/ceilometer-api.xml:64(td) ./doc/common/tables/ceilometer-api.xml:68(td) ./doc/common/tables/ceilometer-api.xml:72(td) ./doc/common/tables/ceilometer-api.xml:76(td) ./doc/common/tables/ceilometer-api.xml:80(td) ./doc/common/tables/ceilometer-api.xml:84(td) ./doc/common/tables/ceilometer-api.xml:88(td) ./doc/common/tables/ceilometer-api.xml:95(td) ./doc/common/tables/ceilometer-api.xml:99(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:20(td) ./doc/common/tables/cinder-profiler.xml:21(td) ./doc/common/tables/cinder-profiler.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:20(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/neutron-fwaas_varmour.xml:21(td) ./doc/common/tables/neutron-fwaas_varmour.xml:25(td) ./doc/common/tables/neutron-fwaas_varmour.xml:29(td) ./doc/common/tables/neutron-fwaas_varmour.xml:33(td) ./doc/common/tables/aodh-coordination.xml:21(td) ./doc/common/tables/aodh-coordination.xml:25(td) ./doc/common/tables/aodh-coordination.xml:29(td) ./doc/common/tables/swift-object-server-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/ironic-auth.xml:21(td) ./doc/common/tables/nova-apiv3.xml:21(td) ./doc/common/tables/ironic-keystone.xml:21(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-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-conductor.xml:101(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-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/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/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:61(td) ./doc/common/tables/trove-db_postgresql.xml:69(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:20(td) ./doc/common/tables/heat-testing.xml:21(td) ./doc/common/tables/heat-testing.xml:25(td) ./doc/common/tables/heat-crypt.xml:21(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/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: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/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/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/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/cinder-hpxp.xml:21(td) ./doc/common/tables/cinder-hpxp.xml:25(td) ./doc/common/tables/cinder-hpxp.xml:29(td) ./doc/common/tables/cinder-hpxp.xml:33(td) ./doc/common/tables/cinder-hpxp.xml:37(td) ./doc/common/tables/cinder-hpxp.xml:41(td) ./doc/common/tables/cinder-hpxp.xml:45(td) ./doc/common/tables/cinder-hpxp.xml:49(td) ./doc/common/tables/cinder-hpxp.xml:53(td) ./doc/common/tables/cinder-hpxp.xml:57(td) ./doc/common/tables/cinder-hpxp.xml:61(td) ./doc/common/tables/cinder-hpxp.xml:65(td) ./doc/common/tables/cinder-hpxp.xml:69(td) ./doc/common/tables/cinder-hpxp.xml:73(td) ./doc/common/tables/cinder-hpxp.xml:77(td) ./doc/common/tables/cinder-hpxp.xml:81(td) ./doc/common/tables/cinder-hpxp.xml:85(td) ./doc/common/tables/cinder-hpxp.xml:89(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/neutron-vpnaas.xml:21(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/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/cinder-ibmnas.xml:21(td) ./doc/common/tables/cinder-ibmnas.xml:29(td) ./doc/common/tables/cinder-ibmnas.xml:33(td) ./doc/common/tables/cinder-ibmnas.xml:45(td) ./doc/common/tables/cinder-ibmnas.xml:49(td) ./doc/common/tables/cinder-ibmnas.xml:57(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/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:97(td) ./doc/common/tables/glance-api.xml:101(td) ./doc/common/tables/glance-api.xml:108(td) ./doc/common/tables/glance-api.xml:112(td) ./doc/common/tables/glance-api.xml:116(td) ./doc/common/tables/glance-api.xml:123(td) ./doc/common/tables/glance-api.xml:127(td) ./doc/common/tables/glance-api.xml:134(td) ./doc/common/tables/glance-api.xml:138(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:21(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:25(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:29(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:33(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:37(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:197(td) ./doc/common/tables/neutron-common.xml:201(td) ./doc/common/tables/neutron-common.xml:205(td) ./doc/common/tables/neutron-common.xml:209(td) ./doc/common/tables/neutron-common.xml:213(td) ./doc/common/tables/neutron-common.xml:220(td) ./doc/common/tables/neutron-common.xml:224(td) ./doc/common/tables/neutron-common.xml:228(td) ./doc/common/tables/neutron-common.xml:232(td) ./doc/common/tables/neutron-common.xml:236(td) ./doc/common/tables/neutron-common.xml:243(td) ./doc/common/tables/neutron-common.xml:247(td) ./doc/common/tables/neutron-common.xml:254(td) ./doc/common/tables/neutron-common.xml:261(td) ./doc/common/tables/neutron-common.xml:268(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/manila-scheduler.xml:21(td) ./doc/common/tables/manila-scheduler.xml:25(td) ./doc/common/tables/manila-scheduler.xml:29(td) ./doc/common/tables/manila-scheduler.xml:33(td) ./doc/common/tables/manila-scheduler.xml:37(td) ./doc/common/tables/manila-scheduler.xml:41(td) ./doc/common/tables/manila-scheduler.xml:49(td) ./doc/common/tables/manila-scheduler.xml:53(td) ./doc/common/tables/manila-scheduler.xml:57(td) ./doc/common/tables/ironic-ipmi.xml:21(td) ./doc/common/tables/ironic-ipmi.xml:25(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-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/glance-gridfs.xml:21(td) ./doc/common/tables/glance-gridfs.xml:25(td) ./doc/common/tables/trove-db_pxc.xml:21(td) ./doc/common/tables/trove-db_pxc.xml:25(td) ./doc/common/tables/trove-db_pxc.xml:29(td) ./doc/common/tables/trove-db_pxc.xml:33(td) ./doc/common/tables/trove-db_pxc.xml:37(td) ./doc/common/tables/trove-db_pxc.xml:41(td) ./doc/common/tables/trove-db_pxc.xml:45(td) ./doc/common/tables/trove-db_pxc.xml:49(td) ./doc/common/tables/trove-db_pxc.xml:53(td) ./doc/common/tables/trove-db_pxc.xml:57(td) ./doc/common/tables/trove-db_pxc.xml:61(td) ./doc/common/tables/trove-db_pxc.xml:65(td) ./doc/common/tables/trove-db_pxc.xml:69(td) ./doc/common/tables/trove-db_pxc.xml:73(td) ./doc/common/tables/trove-db_pxc.xml:77(td) ./doc/common/tables/trove-db_pxc.xml:81(td) ./doc/common/tables/trove-db_pxc.xml:85(td) ./doc/common/tables/trove-db_pxc.xml:89(td) ./doc/common/tables/trove-db_pxc.xml:97(td) ./doc/common/tables/trove-db_pxc.xml:101(td) ./doc/common/tables/nova-livemigration.xml:21(td) ./doc/common/tables/nova-livemigration.xml:25(td) ./doc/common/tables/nova-livemigration.xml:32(td) ./doc/common/tables/nova-livemigration.xml:36(td) ./doc/common/tables/nova-livemigration.xml:40(td) ./doc/common/tables/nova-livemigration.xml:44(td) ./doc/common/tables/nova-livemigration.xml:48(td) ./doc/common/tables/nova-livemigration.xml:52(td) ./doc/common/tables/nova-livemigration.xml:56(td) ./doc/common/tables/nova-livemigration.xml:60(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/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-magnetodb.xml:21(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/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:81(td) ./doc/common/tables/nova-common.xml:85(td) ./doc/common/tables/nova-common.xml:92(td) ./doc/common/tables/nova-common.xml:99(td) ./doc/common/tables/nova-common.xml:103(td) ./doc/common/tables/nova-common.xml:107(td) ./doc/common/tables/nova-common.xml:111(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/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/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/manila-hds_hnas.xml:21(td) ./doc/common/tables/manila-hds_hnas.xml:25(td) ./doc/common/tables/manila-hds_hnas.xml:29(td) ./doc/common/tables/manila-hds_hnas.xml:33(td) ./doc/common/tables/manila-hds_hnas.xml:37(td) ./doc/common/tables/manila-hds_hnas.xml:41(td) ./doc/common/tables/manila-hds_hnas.xml:45(td) ./doc/common/tables/manila-hds_hnas.xml:49(td) ./doc/common/tables/manila-hds_hnas.xml:53(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/trove-upgrades.xml:21(td) ./doc/common/tables/trove-upgrades.xml:25(td) ./doc/common/tables/trove-upgrades.xml:29(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:44(td) ./doc/common/tables/ironic-rpc.xml:48(td) ./doc/common/tables/ironic-rpc.xml:55(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:91(td) ./doc/common/tables/ironic-rpc.xml:107(td) ./doc/common/tables/ironic-rpc.xml:111(td) ./doc/common/tables/aodh-redis.xml:21(td) ./doc/common/tables/aodh-redis.xml:25(td) ./doc/common/tables/aodh-redis.xml:29(td) ./doc/common/tables/aodh-redis.xml:36(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/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/ceilometer-events.xml:48(td) ./doc/common/tables/nova-cors.xml:21(td) ./doc/common/tables/nova-cors.xml:25(td) ./doc/common/tables/nova-cors.xml:29(td) ./doc/common/tables/nova-cors.xml:33(td) ./doc/common/tables/nova-cors.xml:37(td) ./doc/common/tables/nova-cors.xml:41(td) ./doc/common/tables/nova-cors.xml:48(td) ./doc/common/tables/nova-cors.xml:52(td) ./doc/common/tables/nova-cors.xml:56(td) ./doc/common/tables/nova-cors.xml:60(td) ./doc/common/tables/nova-cors.xml:64(td) ./doc/common/tables/nova-cors.xml:68(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/cinder-emc_sio.xml:21(td) ./doc/common/tables/cinder-emc_sio.xml:25(td) ./doc/common/tables/cinder-emc_sio.xml:29(td) ./doc/common/tables/cinder-emc_sio.xml:33(td) ./doc/common/tables/cinder-emc_sio.xml:37(td) ./doc/common/tables/cinder-emc_sio.xml:41(td) ./doc/common/tables/cinder-emc_sio.xml:45(td) ./doc/common/tables/cinder-emc_sio.xml:49(td) ./doc/common/tables/cinder-emc_sio.xml:53(td) ./doc/common/tables/cinder-emc_sio.xml:57(td) ./doc/common/tables/cinder-emc_sio.xml:61(td) ./doc/common/tables/neutron-vpnaas_openswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_openswan.xml:25(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/keystone-logging.xml:101(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/heat-cloudwatch_api.xml:60(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/swift-proxy-server-filter-formpost.xml:20(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/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:61(td) ./doc/common/tables/cinder-api.xml:65(td) ./doc/common/tables/cinder-api.xml:69(td) ./doc/common/tables/cinder-api.xml:73(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/cinder-api.xml:117(td) ./doc/common/tables/cinder-api.xml:121(td) ./doc/common/tables/cinder-api.xml:125(td) ./doc/common/tables/cinder-api.xml:129(td) ./doc/common/tables/cinder-api.xml:136(td) ./doc/common/tables/cinder-api.xml:140(td) ./doc/common/tables/cinder-api.xml:147(td) ./doc/common/tables/cinder-api.xml:151(td) ./doc/common/tables/cinder-api.xml:155(td) ./doc/common/tables/cinder-api.xml:162(td) ./doc/common/tables/manila-hp3par.xml:25(td) ./doc/common/tables/manila-hp3par.xml:29(td) ./doc/common/tables/manila-hp3par.xml:33(td) ./doc/common/tables/manila-hp3par.xml:53(td) ./doc/common/tables/aodh-qpid.xml:21(td) ./doc/common/tables/aodh-qpid.xml:25(td) ./doc/common/tables/aodh-qpid.xml:29(td) ./doc/common/tables/aodh-qpid.xml:33(td) ./doc/common/tables/aodh-qpid.xml:37(td) ./doc/common/tables/aodh-qpid.xml:45(td) ./doc/common/tables/aodh-qpid.xml:49(td) ./doc/common/tables/aodh-qpid.xml:53(td) ./doc/common/tables/aodh-qpid.xml:61(td) ./doc/common/tables/aodh-qpid.xml:65(td) ./doc/common/tables/aodh-qpid.xml:73(td) ./doc/common/tables/trove-db_mariadb.xml:21(td) ./doc/common/tables/trove-db_mariadb.xml:25(td) ./doc/common/tables/trove-db_mariadb.xml:29(td) ./doc/common/tables/trove-db_mariadb.xml:33(td) ./doc/common/tables/trove-db_mariadb.xml:37(td) ./doc/common/tables/trove-db_mariadb.xml:41(td) ./doc/common/tables/trove-db_mariadb.xml:45(td) ./doc/common/tables/trove-db_mariadb.xml:49(td) ./doc/common/tables/trove-db_mariadb.xml:53(td) ./doc/common/tables/trove-db_mariadb.xml:57(td) ./doc/common/tables/trove-db_mariadb.xml:61(td) ./doc/common/tables/trove-db_mariadb.xml:69(td) ./doc/common/tables/trove-db_mariadb.xml:73(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/aodh-auth_token.xml:21(td) ./doc/common/tables/aodh-auth_token.xml:25(td) ./doc/common/tables/aodh-auth_token.xml:29(td) ./doc/common/tables/aodh-auth_token.xml:33(td) ./doc/common/tables/aodh-auth_token.xml:41(td) ./doc/common/tables/aodh-auth_token.xml:45(td) ./doc/common/tables/aodh-auth_token.xml:49(td) ./doc/common/tables/aodh-auth_token.xml:53(td) ./doc/common/tables/aodh-auth_token.xml:57(td) ./doc/common/tables/aodh-auth_token.xml:61(td) ./doc/common/tables/aodh-auth_token.xml:65(td) ./doc/common/tables/aodh-auth_token.xml:69(td) ./doc/common/tables/aodh-auth_token.xml:73(td) ./doc/common/tables/aodh-auth_token.xml:77(td) ./doc/common/tables/aodh-auth_token.xml:81(td) ./doc/common/tables/aodh-auth_token.xml:85(td) ./doc/common/tables/aodh-auth_token.xml:89(td) ./doc/common/tables/aodh-auth_token.xml:93(td) ./doc/common/tables/aodh-auth_token.xml:97(td) ./doc/common/tables/aodh-auth_token.xml:101(td) ./doc/common/tables/aodh-auth_token.xml:105(td) ./doc/common/tables/aodh-auth_token.xml:109(td) ./doc/common/tables/aodh-auth_token.xml:113(td) ./doc/common/tables/aodh-auth_token.xml:117(td) ./doc/common/tables/aodh-auth_token.xml:121(td) ./doc/common/tables/aodh-auth_token.xml:125(td) ./doc/common/tables/aodh-auth_token.xml:129(td) ./doc/common/tables/aodh-auth_token.xml:133(td) ./doc/common/tables/aodh-auth_token.xml:137(td) ./doc/common/tables/aodh-auth_token.xml:141(td) ./doc/common/tables/aodh-auth_token.xml:145(td) ./doc/common/tables/aodh-auth_token.xml:149(td) ./doc/common/tables/aodh-auth_token.xml:153(td) ./doc/common/tables/aodh-auth_token.xml:157(td) ./doc/common/tables/aodh-auth_token.xml:161(td) ./doc/common/tables/aodh-auth_token.xml:165(td) ./doc/common/tables/aodh-auth_token.xml:169(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/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:68(td) ./doc/common/tables/neutron-openvswitch_agent.xml:72(td) ./doc/common/tables/neutron-openvswitch_agent.xml:80(td) ./doc/common/tables/neutron-openvswitch_agent.xml:84(td) ./doc/common/tables/neutron-openvswitch_agent.xml:95(td) ./doc/common/tables/neutron-openvswitch_agent.xml:99(td) ./doc/common/tables/neutron-openvswitch_agent.xml:103(td) ./doc/common/tables/neutron-openvswitch_agent.xml:107(td) ./doc/common/tables/neutron-openvswitch_agent.xml:111(td) ./doc/common/tables/neutron-openvswitch_agent.xml:115(td) ./doc/common/tables/neutron-openvswitch_agent.xml:119(td) ./doc/common/tables/neutron-openvswitch_agent.xml:123(td) ./doc/common/tables/neutron-openvswitch_agent.xml:127(td) ./doc/common/tables/neutron-openvswitch_agent.xml:131(td) ./doc/common/tables/neutron-openvswitch_agent.xml:135(td) ./doc/common/tables/neutron-openvswitch_agent.xml:139(td) ./doc/common/tables/neutron-openvswitch_agent.xml:143(td) ./doc/common/tables/neutron-openvswitch_agent.xml:147(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: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/manila-compute.xml:21(td) ./doc/common/tables/manila-compute.xml:25(td) ./doc/common/tables/manila-compute.xml:29(td) ./doc/common/tables/manila-compute.xml:33(td) ./doc/common/tables/manila-compute.xml:37(td) ./doc/common/tables/manila-compute.xml:41(td) ./doc/common/tables/manila-compute.xml:45(td) ./doc/common/tables/manila-compute.xml:49(td) ./doc/common/tables/manila-compute.xml:53(td) ./doc/common/tables/manila-compute.xml:57(td) ./doc/common/tables/neutron-pd_linux_agent.xml:21(td) ./doc/common/tables/neutron-pd_linux_agent.xml:25(td) ./doc/common/tables/neutron-pd_linux_agent.xml:29(td) ./doc/common/tables/sahara-redis.xml:21(td) ./doc/common/tables/sahara-redis.xml:29(td) ./doc/common/tables/sahara-redis.xml:36(td) ./doc/common/tables/sahara-redis.xml:44(td) ./doc/common/tables/heat-cors.xml:21(td) ./doc/common/tables/heat-cors.xml:25(td) ./doc/common/tables/heat-cors.xml:29(td) ./doc/common/tables/heat-cors.xml:33(td) ./doc/common/tables/heat-cors.xml:37(td) ./doc/common/tables/heat-cors.xml:41(td) ./doc/common/tables/heat-cors.xml:48(td) ./doc/common/tables/heat-cors.xml:52(td) ./doc/common/tables/heat-cors.xml:56(td) ./doc/common/tables/heat-cors.xml:60(td) ./doc/common/tables/heat-cors.xml:64(td) ./doc/common/tables/heat-cors.xml:68(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/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/nova-zeromq.xml:49(td) ./doc/common/tables/nova-zeromq.xml:53(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/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:45(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/trove-rabbitmq.xml:113(td) ./doc/common/tables/neutron-lbaas_octavia.xml:21(td) ./doc/common/tables/neutron-lbaas_octavia.xml:25(td) ./doc/common/tables/neutron-lbaas_octavia.xml:29(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/neutron-ml2_geneve.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:20(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-images.xml:73(td) ./doc/common/tables/cinder-images.xml:77(td) ./doc/common/tables/cinder-images.xml:81(td) ./doc/common/tables/cinder-images.xml:85(td) ./doc/common/tables/cinder-images.xml:89(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/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/sahara-cors.xml:21(td) ./doc/common/tables/sahara-cors.xml:25(td) ./doc/common/tables/sahara-cors.xml:29(td) ./doc/common/tables/sahara-cors.xml:33(td) ./doc/common/tables/sahara-cors.xml:37(td) ./doc/common/tables/sahara-cors.xml:41(td) ./doc/common/tables/sahara-cors.xml:48(td) ./doc/common/tables/sahara-cors.xml:52(td) ./doc/common/tables/sahara-cors.xml:56(td) ./doc/common/tables/sahara-cors.xml:60(td) ./doc/common/tables/sahara-cors.xml:64(td) ./doc/common/tables/sahara-cors.xml:68(td) ./doc/common/tables/nova-xvpvncproxy.xml:21(td) ./doc/common/tables/nova-xvpvncproxy.xml:25(td) ./doc/common/tables/neutron-fujitsu_ism.xml:21(td) ./doc/common/tables/neutron-fujitsu_ism.xml:25(td) ./doc/common/tables/neutron-fujitsu_ism.xml:29(td) ./doc/common/tables/neutron-fujitsu_ism.xml:33(td) ./doc/common/tables/neutron-fujitsu_ism.xml:37(td) ./doc/common/tables/neutron-fujitsu_ism.xml:41(td) ./doc/common/tables/trove-redis.xml:25(td) ./doc/common/tables/trove-redis.xml:32(td) ./doc/common/tables/trove-redis.xml:40(td) ./doc/common/tables/manila-qpid.xml:21(td) ./doc/common/tables/manila-qpid.xml:25(td) ./doc/common/tables/manila-qpid.xml:29(td) ./doc/common/tables/manila-qpid.xml:33(td) ./doc/common/tables/manila-qpid.xml:37(td) ./doc/common/tables/manila-qpid.xml:45(td) ./doc/common/tables/manila-qpid.xml:49(td) ./doc/common/tables/manila-qpid.xml:53(td) ./doc/common/tables/manila-qpid.xml:61(td) ./doc/common/tables/manila-qpid.xml:65(td) ./doc/common/tables/manila-qpid.xml:73(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:41(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/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/manila-amqp.xml:21(td) ./doc/common/tables/manila-amqp.xml:25(td) ./doc/common/tables/manila-amqp.xml:29(td) ./doc/common/tables/manila-amqp.xml:33(td) ./doc/common/tables/ironic-ssh.xml:21(td) ./doc/common/tables/nova-authentication.xml:21(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/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:80(td) ./doc/common/tables/heat-common.xml:84(td) ./doc/common/tables/heat-common.xml:88(td) ./doc/common/tables/heat-common.xml:92(td) ./doc/common/tables/heat-common.xml:96(td) ./doc/common/tables/heat-common.xml:100(td) ./doc/common/tables/heat-common.xml:104(td) ./doc/common/tables/heat-common.xml:108(td) ./doc/common/tables/heat-common.xml:112(td) ./doc/common/tables/heat-common.xml:116(td) ./doc/common/tables/heat-common.xml:120(td) ./doc/common/tables/heat-common.xml:131(td) ./doc/common/tables/heat-common.xml:135(td) ./doc/common/tables/heat-common.xml:142(td) ./doc/common/tables/heat-common.xml:149(td) ./doc/common/tables/cinder-srb.xml:21(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/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/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/keystone-auth_token.xml:165(td) ./doc/common/tables/glance-cors.xml:21(td) ./doc/common/tables/glance-cors.xml:25(td) ./doc/common/tables/glance-cors.xml:29(td) ./doc/common/tables/glance-cors.xml:33(td) ./doc/common/tables/glance-cors.xml:37(td) ./doc/common/tables/glance-cors.xml:41(td) ./doc/common/tables/glance-cors.xml:48(td) ./doc/common/tables/glance-cors.xml:52(td) ./doc/common/tables/glance-cors.xml:56(td) ./doc/common/tables/glance-cors.xml:60(td) ./doc/common/tables/glance-cors.xml:64(td) ./doc/common/tables/glance-cors.xml:68(td) ./doc/common/tables/cinder-scst.xml:21(td) ./doc/common/tables/cinder-scst.xml:25(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/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/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/neutron-ml2_bagpipe.xml:21(td) ./doc/common/tables/neutron-ml2_bagpipe.xml:28(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:48(td) ./doc/common/tables/ceilometer-rpc.xml:55(td) ./doc/common/tables/ceilometer-rpc.xml:59(td) ./doc/common/tables/ceilometer-rpc.xml:66(td) ./doc/common/tables/ceilometer-rpc.xml:70(td) ./doc/common/tables/ceilometer-rpc.xml:74(td) ./doc/common/tables/ceilometer-rpc.xml:78(td) ./doc/common/tables/ceilometer-rpc.xml:82(td) ./doc/common/tables/ceilometer-rpc.xml:102(td) ./doc/common/tables/ceilometer-rpc.xml:118(td) ./doc/common/tables/ceilometer-rpc.xml:122(td) ./doc/common/tables/ceilometer-rpc.xml:133(td) ./doc/common/tables/ceilometer-rpc.xml:140(td) ./doc/common/tables/ceilometer-rpc.xml:144(td) ./doc/common/tables/ceilometer-rpc.xml:148(td) ./doc/common/tables/ceilometer-rpc.xml:155(td) ./doc/common/tables/nova-pci.xml:21(td) ./doc/common/tables/nova-pci.xml:25(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/neutron-vpnaas_ipsec.xml:21(td) ./doc/common/tables/neutron-vpnaas_ipsec.xml:25(td) ./doc/common/tables/neutron-vpnaas_ipsec.xml:29(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/heat-clients_backends.xml:21(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/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/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/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/aodh-amqp.xml:21(td) ./doc/common/tables/aodh-amqp.xml:25(td) ./doc/common/tables/aodh-amqp.xml:29(td) ./doc/common/tables/aodh-amqp.xml:33(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:25(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:29(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:33(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/cinder-hitachi-hbsd.xml:105(td) ./doc/common/tables/cinder-common.xml:21(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:77(td) ./doc/common/tables/cinder-common.xml:81(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:97(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: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:233(td) ./doc/common/tables/cinder-common.xml:237(td) ./doc/common/tables/cinder-common.xml:241(td) ./doc/common/tables/cinder-common.xml:245(td) ./doc/common/tables/cinder-common.xml:252(td) ./doc/common/tables/manila-api.xml:21(td) ./doc/common/tables/manila-api.xml:25(td) ./doc/common/tables/manila-api.xml:29(td) ./doc/common/tables/manila-api.xml:33(td) ./doc/common/tables/manila-api.xml:37(td) ./doc/common/tables/manila-api.xml:41(td) ./doc/common/tables/manila-api.xml:45(td) ./doc/common/tables/manila-api.xml:53(td) ./doc/common/tables/manila-api.xml:57(td) ./doc/common/tables/manila-api.xml:61(td) ./doc/common/tables/manila-api.xml:65(td) ./doc/common/tables/manila-api.xml:69(td) ./doc/common/tables/manila-api.xml:73(td) ./doc/common/tables/manila-api.xml:77(td) ./doc/common/tables/manila-api.xml:81(td) ./doc/common/tables/manila-api.xml:88(td) ./doc/common/tables/manila-api.xml:92(td) ./doc/common/tables/manila-api.xml:99(td) ./doc/common/tables/manila-api.xml:103(td) ./doc/common/tables/manila-api.xml:107(td) ./doc/common/tables/neutron-vmware.xml:21(td) ./doc/common/tables/neutron-vmware.xml:28(td) ./doc/common/tables/neutron-vmware.xml:36(td) ./doc/common/tables/neutron-vmware.xml:40(td) ./doc/common/tables/neutron-vmware.xml:44(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:84(td) ./doc/common/tables/neutron-vmware.xml:88(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/neutron-vmware.xml:135(td) ./doc/common/tables/neutron-vmware.xml:139(td) ./doc/common/tables/neutron-vmware.xml:146(td) ./doc/common/tables/neutron-vmware.xml:150(td) ./doc/common/tables/neutron-vmware.xml:154(td) ./doc/common/tables/neutron-vmware.xml:158(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/ceilometer-alarms.xml:21(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:77(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: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:117(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: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:161(td) ./doc/common/tables/sahara-common.xml:165(td) ./doc/common/tables/sahara-common.xml:169(td) ./doc/common/tables/sahara-common.xml:176(td) ./doc/common/tables/sahara-common.xml:183(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-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:45(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/heat-rabbitmq.xml:113(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/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:48(td) ./doc/common/tables/glance-rpc.xml:52(td) ./doc/common/tables/glance-rpc.xml:59(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:95(td) ./doc/common/tables/glance-rpc.xml:111(td) ./doc/common/tables/glance-rpc.xml:115(td) ./doc/common/tables/glance-profiler.xml:21(td) ./doc/common/tables/glance-profiler.xml:25(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/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/aodh-database.xml:21(td) ./doc/common/tables/aodh-database.xml:25(td) ./doc/common/tables/aodh-database.xml:29(td) ./doc/common/tables/aodh-database.xml:33(td) ./doc/common/tables/aodh-database.xml:37(td) ./doc/common/tables/aodh-database.xml:41(td) ./doc/common/tables/aodh-database.xml:45(td) ./doc/common/tables/aodh-database.xml:49(td) ./doc/common/tables/aodh-database.xml:53(td) ./doc/common/tables/aodh-database.xml:57(td) ./doc/common/tables/aodh-database.xml:61(td) ./doc/common/tables/aodh-database.xml:65(td) ./doc/common/tables/aodh-database.xml:69(td) ./doc/common/tables/aodh-database.xml:73(td) ./doc/common/tables/aodh-database.xml:77(td) ./doc/common/tables/aodh-database.xml:81(td) ./doc/common/tables/aodh-database.xml:85(td) ./doc/common/tables/aodh-database.xml:89(td) ./doc/common/tables/aodh-database.xml:93(td) ./doc/common/tables/aodh-database.xml:97(td) ./doc/common/tables/aodh-database.xml:101(td) ./doc/common/tables/aodh-database.xml:105(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/keystone-credential.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/keystone-assignment.xml:21(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/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:45(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/ceilometer-rabbitmq.xml:113(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/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/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:36(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:40(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:44(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:48(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:52(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/neutron-quotas.xml:92(td) ./doc/common/tables/neutron-quotas.xml:96(td) ./doc/common/tables/neutron-quotas.xml:100(td) ./doc/common/tables/neutron-quotas.xml:104(td) ./doc/common/tables/neutron-quotas.xml:108(td) ./doc/common/tables/neutron-quotas.xml:112(td) ./doc/common/tables/neutron-quotas.xml:116(td) ./doc/common/tables/neutron-quotas.xml:120(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/ceilometer-exchange.xml:69(td) ./doc/common/tables/ceilometer-exchange.xml:73(td) ./doc/common/tables/ceilometer-exchange.xml:77(td) ./doc/common/tables/keystone-cors.xml:21(td) ./doc/common/tables/keystone-cors.xml:25(td) ./doc/common/tables/keystone-cors.xml:29(td) ./doc/common/tables/keystone-cors.xml:33(td) ./doc/common/tables/keystone-cors.xml:37(td) ./doc/common/tables/keystone-cors.xml:41(td) ./doc/common/tables/keystone-cors.xml:48(td) ./doc/common/tables/keystone-cors.xml:52(td) ./doc/common/tables/keystone-cors.xml:56(td) ./doc/common/tables/keystone-cors.xml:60(td) ./doc/common/tables/keystone-cors.xml:64(td) ./doc/common/tables/keystone-cors.xml:68(td) ./doc/common/tables/ironic-inspector.xml:21(td) ./doc/common/tables/ironic-inspector.xml:25(td) ./doc/common/tables/ironic-inspector.xml:29(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/cinder-cloudbyte.xml:49(td) ./doc/common/tables/cinder-cloudbyte.xml:53(td) ./doc/common/tables/cinder-cloudbyte.xml:57(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/nova-vmware.xml:85(td) ./doc/common/tables/nova-vmware.xml:89(td) ./doc/common/tables/nova-vmware.xml:93(td) ./doc/common/tables/nova-vmware.xml:97(td) ./doc/common/tables/nova-vmware.xml:101(td) ./doc/common/tables/neutron-bagpipe.xml:21(td) ./doc/common/tables/neutron-bagpipe.xml:25(td) ./doc/common/tables/neutron-bagpipe.xml:29(td) ./doc/common/tables/neutron-bagpipe.xml:33(td) ./doc/common/tables/neutron-bagpipe.xml:37(td) ./doc/common/tables/neutron-bagpipe.xml:41(td) ./doc/common/tables/neutron-bagpipe.xml:45(td) ./doc/common/tables/neutron-bagpipe.xml:49(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/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/trove-db_vertica.xml:85(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:20(td) ./doc/common/tables/manila-emc.xml:21(td) ./doc/common/tables/manila-emc.xml:25(td) ./doc/common/tables/manila-emc.xml:29(td) ./doc/common/tables/manila-emc.xml:33(td) ./doc/common/tables/manila-emc.xml:37(td) ./doc/common/tables/manila-emc.xml:41(td) ./doc/common/tables/manila-emc.xml:45(td) ./doc/common/tables/manila-emc.xml:49(td) ./doc/common/tables/manila-emc.xml:53(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:24(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/neutron-ml2_l2pop.xml:21(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:29(td) ./doc/common/tables/cinder-zfssa-nfs.xml:33(td) ./doc/common/tables/cinder-zfssa-nfs.xml:37(td) ./doc/common/tables/cinder-zfssa-nfs.xml:49(td) ./doc/common/tables/cinder-zfssa-nfs.xml:53(td) ./doc/common/tables/cinder-zfssa-nfs.xml:57(td) ./doc/common/tables/cinder-zfssa-nfs.xml:61(td) ./doc/common/tables/cinder-zfssa-nfs.xml:65(td) ./doc/common/tables/ceilometer-notification.xml:21(td) ./doc/common/tables/ceilometer-notification.xml:25(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/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/cinder-vmware.xml:65(td) ./doc/common/tables/cinder-vmware.xml:69(td) ./doc/common/tables/cinder-vmware.xml:73(td) ./doc/common/tables/manila-logging.xml:21(td) ./doc/common/tables/manila-logging.xml:25(td) ./doc/common/tables/manila-logging.xml:29(td) ./doc/common/tables/manila-logging.xml:33(td) ./doc/common/tables/manila-logging.xml:37(td) ./doc/common/tables/manila-logging.xml:41(td) ./doc/common/tables/manila-logging.xml:45(td) ./doc/common/tables/manila-logging.xml:49(td) ./doc/common/tables/manila-logging.xml:53(td) ./doc/common/tables/manila-logging.xml:57(td) ./doc/common/tables/manila-logging.xml:61(td) ./doc/common/tables/manila-logging.xml:65(td) ./doc/common/tables/manila-logging.xml:69(td) ./doc/common/tables/manila-logging.xml:73(td) ./doc/common/tables/manila-logging.xml:77(td) ./doc/common/tables/manila-logging.xml:81(td) ./doc/common/tables/manila-logging.xml:85(td) ./doc/common/tables/manila-logging.xml:89(td) ./doc/common/tables/manila-logging.xml:93(td) ./doc/common/tables/manila-logging.xml:97(td) ./doc/common/tables/manila-logging.xml:101(td) ./doc/common/tables/manila-logging.xml:105(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/manila-rabbitmq.xml:21(td) ./doc/common/tables/manila-rabbitmq.xml:25(td) ./doc/common/tables/manila-rabbitmq.xml:29(td) ./doc/common/tables/manila-rabbitmq.xml:33(td) ./doc/common/tables/manila-rabbitmq.xml:37(td) ./doc/common/tables/manila-rabbitmq.xml:41(td) ./doc/common/tables/manila-rabbitmq.xml:45(td) ./doc/common/tables/manila-rabbitmq.xml:65(td) ./doc/common/tables/manila-rabbitmq.xml:69(td) ./doc/common/tables/manila-rabbitmq.xml:73(td) ./doc/common/tables/manila-rabbitmq.xml:77(td) ./doc/common/tables/manila-rabbitmq.xml:81(td) ./doc/common/tables/manila-rabbitmq.xml:85(td) ./doc/common/tables/manila-rabbitmq.xml:89(td) ./doc/common/tables/manila-rabbitmq.xml:93(td) ./doc/common/tables/manila-rabbitmq.xml:97(td) ./doc/common/tables/manila-rabbitmq.xml:101(td) ./doc/common/tables/manila-rabbitmq.xml:105(td) ./doc/common/tables/manila-rabbitmq.xml:109(td) ./doc/common/tables/manila-rabbitmq.xml:113(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-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/neutron-plumgrid.xml:45(td) ./doc/common/tables/cinder-auth.xml:21(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/swift-swift-storage-policy-1.xml:20(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:24(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/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/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/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:57(td) ./doc/common/tables/neutron-nsx.xml:61(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:92(td) ./doc/common/tables/neutron-nsx.xml:96(td) ./doc/common/tables/neutron-nsx.xml:103(td) ./doc/common/tables/neutron-nsx.xml:107(td) ./doc/common/tables/neutron-nsx.xml:118(td) ./doc/common/tables/neutron-nsx.xml:125(td) ./doc/common/tables/neutron-nsx.xml:129(td) ./doc/common/tables/neutron-nsx.xml:140(td) ./doc/common/tables/neutron-nsx.xml:144(td) ./doc/common/tables/neutron-nsx.xml:148(td) ./doc/common/tables/neutron-nsx.xml:152(td) ./doc/common/tables/neutron-nsx.xml:156(td) ./doc/common/tables/neutron-nsx.xml:163(td) ./doc/common/tables/neutron-nsx.xml:167(td) ./doc/common/tables/neutron-nsx.xml:171(td) ./doc/common/tables/neutron-nsx.xml:175(td) ./doc/common/tables/neutron-nsx.xml:179(td) ./doc/common/tables/neutron-nsx.xml:183(td) ./doc/common/tables/neutron-nsx.xml:187(td) ./doc/common/tables/neutron-nsx.xml:191(td) ./doc/common/tables/neutron-nsx.xml:195(td) ./doc/common/tables/neutron-nsx.xml:199(td) ./doc/common/tables/neutron-nsx.xml:203(td) ./doc/common/tables/neutron-nsx.xml:210(td) ./doc/common/tables/neutron-nsx.xml:214(td) ./doc/common/tables/neutron-nsx.xml:222(td) ./doc/common/tables/neutron-nsx.xml:226(td) ./doc/common/tables/neutron-nsx.xml:230(td) ./doc/common/tables/neutron-nsx.xml:234(td) ./doc/common/tables/neutron-nsx.xml:238(td) ./doc/common/tables/neutron-nsx.xml:242(td) ./doc/common/tables/neutron-nsx.xml:246(td) ./doc/common/tables/neutron-nsx.xml:250(td) ./doc/common/tables/neutron-nsx.xml:254(td) ./doc/common/tables/neutron-nsx.xml:258(td) ./doc/common/tables/neutron-nsx.xml:262(td) ./doc/common/tables/neutron-nsx.xml:266(td) ./doc/common/tables/neutron-nsx.xml:270(td) ./doc/common/tables/neutron-nsx.xml:274(td) ./doc/common/tables/neutron-nsx.xml:278(td) ./doc/common/tables/neutron-nsx.xml:282(td) ./doc/common/tables/neutron-nsx.xml:286(td) ./doc/common/tables/neutron-nsx.xml:290(td) ./doc/common/tables/neutron-nsx.xml:294(td) ./doc/common/tables/neutron-nsx.xml:298(td) ./doc/common/tables/neutron-nsx.xml:302(td) ./doc/common/tables/neutron-nsx.xml:306(td) ./doc/common/tables/neutron-nsx.xml:310(td) ./doc/common/tables/neutron-nsx.xml:314(td) ./doc/common/tables/neutron-nsx.xml:318(td) ./doc/common/tables/neutron-nsx.xml:322(td) ./doc/common/tables/neutron-nsx.xml:326(td) ./doc/common/tables/neutron-nsx.xml:330(td) ./doc/common/tables/neutron-nsx.xml:334(td) ./doc/common/tables/neutron-nsx.xml:338(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/keystone-kvs.xml:25(td) ./doc/common/tables/keystone-kvs.xml:29(td) ./doc/common/tables/keystone-kvs.xml:33(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:45(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/glance-rabbitmq.xml:113(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/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-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/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-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/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/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/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-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/glance-auth_token.xml:165(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-oauth.xml:21(td) ./doc/common/tables/keystone-oauth.xml:25(td) ./doc/common/tables/keystone-oauth.xml:29(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/nova-api.xml:121(td) ./doc/common/tables/nova-api.xml:128(td) ./doc/common/tables/nova-api.xml:132(td) ./doc/common/tables/nova-api.xml:139(td) ./doc/common/tables/nova-rdp.xml:21(td) ./doc/common/tables/nova-rdp.xml:25(td) ./doc/common/tables/aodh-common.xml:21(td) ./doc/common/tables/aodh-common.xml:25(td) ./doc/common/tables/aodh-common.xml:29(td) ./doc/common/tables/aodh-common.xml:33(td) ./doc/common/tables/aodh-common.xml:37(td) ./doc/common/tables/aodh-common.xml:41(td) ./doc/common/tables/aodh-common.xml:45(td) ./doc/common/tables/aodh-common.xml:49(td) ./doc/common/tables/aodh-common.xml:53(td) ./doc/common/tables/aodh-common.xml:57(td) ./doc/common/tables/aodh-common.xml:61(td) ./doc/common/tables/aodh-common.xml:65(td) ./doc/common/tables/aodh-common.xml:69(td) ./doc/common/tables/aodh-common.xml:81(td) ./doc/common/tables/aodh-common.xml:85(td) ./doc/common/tables/aodh-common.xml:89(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:20(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:73(td) ./doc/common/tables/trove-common.xml:77(td) ./doc/common/tables/trove-common.xml:84(td) ./doc/common/tables/aodh-rabbitmq.xml:21(td) ./doc/common/tables/aodh-rabbitmq.xml:25(td) ./doc/common/tables/aodh-rabbitmq.xml:29(td) ./doc/common/tables/aodh-rabbitmq.xml:33(td) ./doc/common/tables/aodh-rabbitmq.xml:37(td) ./doc/common/tables/aodh-rabbitmq.xml:41(td) ./doc/common/tables/aodh-rabbitmq.xml:45(td) ./doc/common/tables/aodh-rabbitmq.xml:65(td) ./doc/common/tables/aodh-rabbitmq.xml:69(td) ./doc/common/tables/aodh-rabbitmq.xml:73(td) ./doc/common/tables/aodh-rabbitmq.xml:77(td) ./doc/common/tables/aodh-rabbitmq.xml:81(td) ./doc/common/tables/aodh-rabbitmq.xml:85(td) ./doc/common/tables/aodh-rabbitmq.xml:89(td) ./doc/common/tables/aodh-rabbitmq.xml:93(td) ./doc/common/tables/aodh-rabbitmq.xml:97(td) ./doc/common/tables/aodh-rabbitmq.xml:101(td) ./doc/common/tables/aodh-rabbitmq.xml:105(td) ./doc/common/tables/aodh-rabbitmq.xml:109(td) ./doc/common/tables/aodh-rabbitmq.xml:113(td) ./doc/common/tables/aodh-auth.xml:21(td) ./doc/common/tables/aodh-auth.xml:25(td) ./doc/common/tables/aodh-auth.xml:29(td) ./doc/common/tables/aodh-auth.xml:33(td) ./doc/common/tables/aodh-auth.xml:37(td) ./doc/common/tables/aodh-auth.xml:41(td) ./doc/common/tables/aodh-auth.xml:45(td) ./doc/common/tables/aodh-auth.xml:49(td) ./doc/common/tables/aodh-auth.xml:57(td) ./doc/common/tables/aodh-auth.xml:61(td) ./doc/common/tables/aodh-auth.xml:65(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/ceilometer-auth_token.xml:165(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/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/aodh-logging.xml:21(td) ./doc/common/tables/aodh-logging.xml:25(td) ./doc/common/tables/aodh-logging.xml:29(td) ./doc/common/tables/aodh-logging.xml:33(td) ./doc/common/tables/aodh-logging.xml:37(td) ./doc/common/tables/aodh-logging.xml:41(td) ./doc/common/tables/aodh-logging.xml:45(td) ./doc/common/tables/aodh-logging.xml:49(td) ./doc/common/tables/aodh-logging.xml:53(td) ./doc/common/tables/aodh-logging.xml:57(td) ./doc/common/tables/aodh-logging.xml:61(td) ./doc/common/tables/aodh-logging.xml:65(td) ./doc/common/tables/aodh-logging.xml:69(td) ./doc/common/tables/aodh-logging.xml:73(td) ./doc/common/tables/aodh-logging.xml:77(td) ./doc/common/tables/aodh-logging.xml:81(td) ./doc/common/tables/aodh-logging.xml:85(td) ./doc/common/tables/aodh-logging.xml:89(td) ./doc/common/tables/aodh-logging.xml:93(td) ./doc/common/tables/aodh-logging.xml:97(td) ./doc/common/tables/manila-winrm.xml:21(td) ./doc/common/tables/manila-winrm.xml:25(td) ./doc/common/tables/manila-winrm.xml:29(td) ./doc/common/tables/manila-winrm.xml:33(td) ./doc/common/tables/manila-winrm.xml:37(td) ./doc/common/tables/manila-winrm.xml:41(td) ./doc/common/tables/manila-winrm.xml:45(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/nova-testing.xml:39(td) ./doc/common/tables/nova-testing.xml:43(td) ./doc/common/tables/nova-testing.xml:47(td) ./doc/common/tables/nova-testing.xml:51(td) ./doc/common/tables/ironic-amqp.xml:39(td) ./doc/common/tables/ironic-amqp.xml:43(td) ./doc/common/tables/ironic-amqp.xml:47(td) ./doc/common/tables/ironic-amqp.xml:51(td) ./doc/common/tables/heat-amqp.xml:39(td) ./doc/common/tables/heat-amqp.xml:43(td) ./doc/common/tables/heat-amqp.xml:47(td) ./doc/common/tables/heat-amqp.xml:51(td) ./doc/common/tables/heat-amqp.xml:55(td) ./doc/common/tables/heat-amqp.xml:59(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:112(td) ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:20(td) ./doc/common/tables/nova-console.xml:43(td) ./doc/common/tables/nova-console.xml:47(td) ./doc/common/tables/nova-console.xml:51(td) ./doc/common/tables/nova-console.xml:58(td) ./doc/common/tables/nova-console.xml:62(td) ./doc/common/tables/cinder-zones.xml:39(td) ./doc/common/tables/keystone-federation.xml:43(td) ./doc/common/tables/keystone-federation.xml:47(td) ./doc/common/tables/keystone-federation.xml:51(td) ./doc/common/tables/keystone-federation.xml:55(td) ./doc/common/tables/keystone-federation.xml:59(td) ./doc/common/tables/trove-rpc.xml:39(td) ./doc/common/tables/trove-rpc.xml:43(td) ./doc/common/tables/trove-rpc.xml:47(td) ./doc/common/tables/trove-rpc.xml:51(td) ./doc/common/tables/trove-rpc.xml:55(td) ./doc/common/tables/trove-rpc.xml:59(td) ./doc/common/tables/trove-rpc.xml:63(td) ./doc/common/tables/trove-rpc.xml:70(td) ./doc/common/tables/trove-rpc.xml:74(td) ./doc/common/tables/trove-rpc.xml:81(td) ./doc/common/tables/trove-rpc.xml:85(td) ./doc/common/tables/trove-rpc.xml:89(td) ./doc/common/tables/trove-rpc.xml:93(td) ./doc/common/tables/trove-rpc.xml:97(td) ./doc/common/tables/trove-rpc.xml:117(td) ./doc/common/tables/trove-rpc.xml:133(td) ./doc/common/tables/trove-rpc.xml:137(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/neutron-ml2_bigswitch.xml:89(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:93(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:152(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:167(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:174(td) ./doc/common/tables/neutron-ml2_bigswitch.xml:178(td) ./doc/common/tables/trove-compute.xml:39(td) ./doc/common/tables/trove-compute.xml:43(td) ./doc/common/tables/trove-compute.xml:47(td) ./doc/common/tables/trove-compute.xml:51(td) ./doc/common/tables/trove-compute.xml:55(td) ./doc/common/tables/trove-compute.xml:59(td) ./doc/common/tables/ceilometer-debug.xml:39(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:20(td) ./doc/common/tables/ceilometer-qpid.xml:39(td) ./doc/common/tables/ceilometer-qpid.xml:43(td) ./doc/common/tables/ceilometer-qpid.xml:47(td) ./doc/common/tables/ceilometer-qpid.xml:51(td) ./doc/common/tables/ceilometer-qpid.xml:55(td) ./doc/common/tables/ceilometer-qpid.xml:63(td) ./doc/common/tables/ceilometer-qpid.xml:67(td) ./doc/common/tables/ceilometer-qpid.xml:71(td) ./doc/common/tables/ceilometer-qpid.xml:79(td) ./doc/common/tables/ceilometer-qpid.xml:83(td) ./doc/common/tables/ceilometer-qpid.xml:91(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/ironic-swift.xml:39(td) ./doc/common/tables/ironic-policy.xml:39(td) ./doc/common/tables/ironic-policy.xml:43(td) ./doc/common/tables/ironic-policy.xml:47(td) ./doc/common/tables/trove-dns.xml:55(td) ./doc/common/tables/trove-dns.xml:59(td) ./doc/common/tables/trove-dns.xml:67(td) ./doc/common/tables/trove-dns.xml:87(td) ./doc/common/tables/trove-dns.xml:91(td) ./doc/common/tables/trove-dns.xml:99(td) ./doc/common/tables/ceilometer-ipmi.xml:39(td) ./doc/common/tables/ceilometer-ipmi.xml:43(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/cinder-windows.xml:39(td) ./doc/common/tables/heat-clients.xml:39(td) ./doc/common/tables/heat-clients.xml:46(td) ./doc/common/tables/heat-clients.xml:50(td) ./doc/common/tables/heat-clients.xml:54(td) ./doc/common/tables/heat-clients.xml:58(td) ./doc/common/tables/heat-clients.xml:62(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:20(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:24(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:28(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:32(td) ./doc/common/tables/cinder-sheepdog.xml:39(td) ./doc/common/tables/cinder-sheepdog.xml:43(td) ./doc/common/tables/trove-zeromq.xml:39(td) ./doc/common/tables/trove-zeromq.xml:43(td) ./doc/common/tables/trove-zeromq.xml:47(td) ./doc/common/tables/trove-zeromq.xml:51(td) ./doc/common/tables/trove-zeromq.xml:55(td) ./doc/common/tables/trove-zeromq.xml:59(td) ./doc/common/tables/trove-zeromq.xml:63(td) ./doc/common/tables/trove-zeromq.xml:67(td) ./doc/common/tables/trove-zeromq.xml:71(td) ./doc/common/tables/sahara-auth_token.xml:39(td) ./doc/common/tables/sahara-auth_token.xml:43(td) ./doc/common/tables/sahara-auth_token.xml:47(td) ./doc/common/tables/sahara-auth_token.xml:51(td) ./doc/common/tables/sahara-auth_token.xml:59(td) ./doc/common/tables/sahara-auth_token.xml:63(td) ./doc/common/tables/sahara-auth_token.xml:67(td) ./doc/common/tables/sahara-auth_token.xml:71(td) ./doc/common/tables/sahara-auth_token.xml:75(td) ./doc/common/tables/sahara-auth_token.xml:79(td) ./doc/common/tables/sahara-auth_token.xml:83(td) ./doc/common/tables/sahara-auth_token.xml:87(td) ./doc/common/tables/sahara-auth_token.xml:91(td) ./doc/common/tables/sahara-auth_token.xml:95(td) ./doc/common/tables/sahara-auth_token.xml:99(td) ./doc/common/tables/sahara-auth_token.xml:103(td) ./doc/common/tables/sahara-auth_token.xml:107(td) ./doc/common/tables/sahara-auth_token.xml:111(td) ./doc/common/tables/sahara-auth_token.xml:115(td) ./doc/common/tables/sahara-auth_token.xml:119(td) ./doc/common/tables/sahara-auth_token.xml:123(td) ./doc/common/tables/sahara-auth_token.xml:127(td) ./doc/common/tables/sahara-auth_token.xml:131(td) ./doc/common/tables/sahara-auth_token.xml:135(td) ./doc/common/tables/sahara-auth_token.xml:139(td) ./doc/common/tables/sahara-auth_token.xml:143(td) ./doc/common/tables/sahara-auth_token.xml:147(td) ./doc/common/tables/sahara-auth_token.xml:151(td) ./doc/common/tables/sahara-auth_token.xml:155(td) ./doc/common/tables/sahara-auth_token.xml:159(td) ./doc/common/tables/sahara-auth_token.xml:163(td) ./doc/common/tables/sahara-auth_token.xml:167(td) ./doc/common/tables/sahara-auth_token.xml:171(td) ./doc/common/tables/sahara-auth_token.xml:175(td) ./doc/common/tables/sahara-auth_token.xml:179(td) ./doc/common/tables/sahara-auth_token.xml:183(td) ./doc/common/tables/ironic-amt.xml:39(td) ./doc/common/tables/ironic-amt.xml:43(td) ./doc/common/tables/ironic-amt.xml:47(td) ./doc/common/tables/manila-database.xml:39(td) ./doc/common/tables/manila-database.xml:43(td) ./doc/common/tables/manila-database.xml:50(td) ./doc/common/tables/manila-database.xml:54(td) ./doc/common/tables/manila-database.xml:58(td) ./doc/common/tables/manila-database.xml:62(td) ./doc/common/tables/manila-database.xml:66(td) ./doc/common/tables/manila-database.xml:70(td) ./doc/common/tables/manila-database.xml:74(td) ./doc/common/tables/manila-database.xml:78(td) ./doc/common/tables/manila-database.xml:82(td) ./doc/common/tables/manila-database.xml:86(td) ./doc/common/tables/manila-database.xml:90(td) ./doc/common/tables/manila-database.xml:94(td) ./doc/common/tables/manila-database.xml:98(td) ./doc/common/tables/manila-database.xml:102(td) ./doc/common/tables/manila-database.xml:106(td) ./doc/common/tables/manila-database.xml:110(td) ./doc/common/tables/manila-database.xml:114(td) ./doc/common/tables/manila-database.xml:118(td) ./doc/common/tables/manila-database.xml:122(td) ./doc/common/tables/manila-database.xml:126(td) ./doc/common/tables/glance-rbd.xml:39(td) ./doc/common/tables/glance-rbd.xml:43(td) ./doc/common/tables/glance-rbd.xml:47(td) ./doc/common/tables/glance-rbd.xml:51(td) ./doc/common/tables/glance-rbd.xml:55(td) ./doc/common/tables/neutron-lbaas_agent.xml:21(td) ./doc/common/tables/neutron-lbaas_agent.xml:25(td) ./doc/common/tables/neutron-lbaas_agent.xml:29(td) ./doc/common/tables/neutron-lbaas_agent.xml:33(td) ./doc/common/tables/neutron-lbaas_agent.xml:37(td) ./doc/common/tables/neutron-lbaas_agent.xml:44(td) ./doc/common/tables/neutron-lbaas_agent.xml:48(td) ./doc/common/tables/neutron-lbaas_agent.xml:52(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/cinder-zoning.xml:39(td) ./doc/common/tables/cinder-zoning.xml:46(td) ./doc/common/tables/cinder-zoning.xml:50(td) ./doc/common/tables/cinder-zoning.xml:54(td) ./doc/common/tables/cinder-zoning.xml:58(td) ./doc/common/tables/cinder-backups_ceph.xml:39(td) ./doc/common/tables/cinder-backups_ceph.xml:43(td) ./doc/common/tables/cinder-backups_ceph.xml:47(td) ./doc/common/tables/cinder-backups_ceph.xml:51(td) ./doc/common/tables/cinder-backups_ceph.xml:55(td) ./doc/common/tables/cinder-backups_ceph.xml:59(td) ./doc/common/tables/cinder-backups_ceph.xml:63(td) ./doc/common/tables/heat-cfn_api.xml:39(td) ./doc/common/tables/heat-cfn_api.xml:43(td) ./doc/common/tables/heat-cfn_api.xml:50(td) ./doc/common/tables/heat-cfn_api.xml:54(td) ./doc/common/tables/heat-cfn_api.xml:58(td) ./doc/common/tables/heat-cfn_api.xml:62(td) ./doc/common/tables/heat-cfn_api.xml:66(td) ./doc/common/tables/heat-cfn_api.xml:70(td) ./doc/common/tables/heat-cfn_api.xml:74(td) ./doc/common/tables/heat-cfn_api.xml:78(td) ./doc/common/tables/cinder-lenovo.xml:39(td) ./doc/common/tables/cinder-lenovo.xml:43(td) ./doc/common/tables/cinder-lenovo.xml:47(td) ./doc/common/tables/cinder-lenovo.xml:55(td) ./doc/common/tables/cinder-lenovo.xml:59(td) ./doc/common/tables/sahara-policy.xml:39(td) ./doc/common/tables/sahara-policy.xml:43(td) ./doc/common/tables/sahara-policy.xml:47(td) ./doc/common/tables/keystone-zeromq.xml:39(td) ./doc/common/tables/keystone-zeromq.xml:43(td) ./doc/common/tables/keystone-zeromq.xml:47(td) ./doc/common/tables/keystone-zeromq.xml:51(td) ./doc/common/tables/keystone-zeromq.xml:55(td) ./doc/common/tables/keystone-zeromq.xml:59(td) ./doc/common/tables/keystone-zeromq.xml:63(td) ./doc/common/tables/keystone-zeromq.xml:67(td) ./doc/common/tables/keystone-zeromq.xml:71(td) ./doc/common/tables/ceilometer-auth.xml:39(td) ./doc/common/tables/ceilometer-auth.xml:43(td) ./doc/common/tables/ceilometer-auth.xml:47(td) ./doc/common/tables/ceilometer-auth.xml:51(td) ./doc/common/tables/ceilometer-auth.xml:55(td) ./doc/common/tables/ceilometer-auth.xml:59(td) ./doc/common/tables/ceilometer-auth.xml:67(td) ./doc/common/tables/ceilometer-auth.xml:71(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(td) ./doc/common/tables/glance-policy.xml:39(td) ./doc/common/tables/glance-policy.xml:43(td) ./doc/common/tables/glance-policy.xml:47(td) ./doc/common/tables/cinder-amqp.xml:39(td) ./doc/common/tables/cinder-amqp.xml:43(td) ./doc/common/tables/cinder-amqp.xml:47(td) ./doc/common/tables/cinder-amqp.xml:51(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:20(td) ./doc/common/tables/heat-zeromq.xml:39(td) ./doc/common/tables/heat-zeromq.xml:43(td) ./doc/common/tables/heat-zeromq.xml:47(td) ./doc/common/tables/heat-zeromq.xml:51(td) ./doc/common/tables/heat-zeromq.xml:55(td) ./doc/common/tables/heat-zeromq.xml:59(td) ./doc/common/tables/heat-zeromq.xml:63(td) ./doc/common/tables/heat-zeromq.xml:67(td) ./doc/common/tables/heat-zeromq.xml:71(td) ./doc/common/tables/cinder-ca.xml:39(td) ./doc/common/tables/cinder-ca.xml:43(td) ./doc/common/tables/cinder-ca.xml:47(td) ./doc/common/tables/cinder-zfssa.xml:21(td) ./doc/common/tables/nova-fping.xml:39(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:45(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:69(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:93(td) ./doc/common/tables/neutron-l3_agent.xml:97(td) ./doc/common/tables/neutron-l3_agent.xml:105(td) ./doc/common/tables/neutron-l3_agent.xml:112(td) ./doc/common/tables/neutron-l3_agent.xml:116(td) ./doc/common/tables/ceilometer-glance.xml:39(td) ./doc/common/tables/ironic-zeromq.xml:39(td) ./doc/common/tables/ironic-zeromq.xml:43(td) ./doc/common/tables/ironic-zeromq.xml:47(td) ./doc/common/tables/ironic-zeromq.xml:51(td) ./doc/common/tables/ironic-zeromq.xml:55(td) ./doc/common/tables/ironic-zeromq.xml:59(td) ./doc/common/tables/ironic-zeromq.xml:63(td) ./doc/common/tables/ironic-zeromq.xml:67(td) ./doc/common/tables/ironic-zeromq.xml:71(td) ./doc/common/tables/aodh-api.xml:21(td) ./doc/common/tables/aodh-api.xml:25(td) ./doc/common/tables/aodh-api.xml:29(td) ./doc/common/tables/aodh-api.xml:33(td) ./doc/common/tables/aodh-api.xml:37(td) ./doc/common/tables/aodh-api.xml:44(td) ./doc/common/tables/aodh-api.xml:48(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/heat-clients_nova.xml:39(td) ./doc/common/tables/heat-clients_nova.xml:43(td) ./doc/common/tables/heat-clients_nova.xml:47(td) ./doc/common/tables/heat-clients_nova.xml:51(td) ./doc/common/tables/heat-clients_nova.xml:55(td) ./doc/common/tables/heat-clients_nova.xml:59(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/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/heat-qpid.xml:39(td) ./doc/common/tables/heat-qpid.xml:43(td) ./doc/common/tables/heat-qpid.xml:47(td) ./doc/common/tables/heat-qpid.xml:51(td) ./doc/common/tables/heat-qpid.xml:55(td) ./doc/common/tables/heat-qpid.xml:63(td) ./doc/common/tables/heat-qpid.xml:67(td) ./doc/common/tables/heat-qpid.xml:71(td) ./doc/common/tables/heat-qpid.xml:79(td) ./doc/common/tables/heat-qpid.xml:83(td) ./doc/common/tables/heat-qpid.xml:91(td) ./doc/common/tables/cinder-logging.xml:39(td) ./doc/common/tables/cinder-logging.xml:43(td) ./doc/common/tables/cinder-logging.xml:47(td) ./doc/common/tables/cinder-logging.xml:51(td) ./doc/common/tables/cinder-logging.xml:55(td) ./doc/common/tables/cinder-logging.xml:59(td) ./doc/common/tables/cinder-logging.xml:63(td) ./doc/common/tables/cinder-logging.xml:67(td) ./doc/common/tables/cinder-logging.xml:71(td) ./doc/common/tables/cinder-logging.xml:75(td) ./doc/common/tables/cinder-logging.xml:79(td) ./doc/common/tables/cinder-logging.xml:83(td) ./doc/common/tables/cinder-logging.xml:87(td) ./doc/common/tables/cinder-logging.xml:91(td) ./doc/common/tables/cinder-logging.xml:95(td) ./doc/common/tables/cinder-logging.xml:99(td) ./doc/common/tables/cinder-logging.xml:103(td) ./doc/common/tables/cinder-logging.xml:107(td) ./doc/common/tables/cinder-logging.xml:111(td) ./doc/common/tables/cinder-logging.xml:115(td) ./doc/common/tables/cinder-logging.xml:119(td) ./doc/common/tables/neutron-ovn.xml:21(td) ./doc/common/tables/neutron-ovn.xml:28(td) ./doc/common/tables/neutron-ovn.xml:32(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:25(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:37(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:41(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:45(td) ./doc/common/tables/neutron-opencontrail.xml:21(td) ./doc/common/tables/neutron-opencontrail.xml:25(td) ./doc/common/tables/ceilometer-alarm.xml:39(td) ./doc/common/tables/ceilometer-alarm.xml:43(td) ./doc/common/tables/ceilometer-alarm.xml:47(td) ./doc/common/tables/ceilometer-alarm.xml:51(td) ./doc/common/tables/ceilometer-alarm.xml:55(td) ./doc/common/tables/ceilometer-alarm.xml:67(td) ./doc/common/tables/ceilometer-alarm.xml:71(td) ./doc/common/tables/ceilometer-alarm.xml:75(td) ./doc/common/tables/trove-quota.xml:39(td) ./doc/common/tables/trove-quota.xml:43(td) ./doc/common/tables/trove-quota.xml:47(td) ./doc/common/tables/trove-quota.xml:51(td) ./doc/common/tables/trove-quota.xml:55(td) ./doc/common/tables/keystone-redis.xml:39(td) ./doc/common/tables/keystone-redis.xml:47(td) ./doc/common/tables/keystone-redis.xml:54(td) ./doc/common/tables/keystone-redis.xml:62(td) ./doc/common/tables/cinder-hpmsa.xml:39(td) ./doc/common/tables/cinder-hpmsa.xml:43(td) ./doc/common/tables/cinder-hpmsa.xml:47(td) ./doc/common/tables/cinder-hpmsa.xml:55(td) ./doc/common/tables/cinder-hpmsa.xml:59(td) ./doc/common/tables/ceilometer-cors.xml:39(td) ./doc/common/tables/ceilometer-cors.xml:43(td) ./doc/common/tables/ceilometer-cors.xml:47(td) ./doc/common/tables/ceilometer-cors.xml:51(td) ./doc/common/tables/ceilometer-cors.xml:55(td) ./doc/common/tables/ceilometer-cors.xml:59(td) ./doc/common/tables/ceilometer-cors.xml:66(td) ./doc/common/tables/ceilometer-cors.xml:70(td) ./doc/common/tables/ceilometer-cors.xml:74(td) ./doc/common/tables/ceilometer-cors.xml:78(td) ./doc/common/tables/ceilometer-cors.xml:82(td) ./doc/common/tables/ceilometer-cors.xml:86(td) ./doc/common/tables/cinder-tintri.xml:39(td) ./doc/common/tables/cinder-tintri.xml:43(td) ./doc/common/tables/cinder-tintri.xml:47(td) ./doc/common/tables/cinder-tintri.xml:51(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:40(td) ./doc/common/tables/swift-swift-swift-constraints.xml:48(td) ./doc/common/tables/swift-swift-swift-constraints.xml:57(td) ./doc/common/tables/swift-swift-swift-constraints.xml:62(td) ./doc/common/tables/swift-swift-swift-constraints.xml:67(td) ./doc/common/tables/swift-swift-swift-constraints.xml:72(td) ./doc/common/tables/swift-swift-swift-constraints.xml:76(td) ./doc/common/tables/swift-swift-swift-constraints.xml:81(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/heat-quota.xml:39(td) ./doc/common/tables/heat-quota.xml:43(td) ./doc/common/tables/heat-quota.xml:47(td) ./doc/common/tables/heat-quota.xml:51(td) ./doc/common/tables/heat-quota.xml:55(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:33(td) ./doc/common/tables/neutron-hyperv_agent.xml:41(td) ./doc/common/tables/neutron-hyperv_agent.xml:48(td) ./doc/common/tables/neutron-hyperv_agent.xml:52(td) ./doc/common/tables/neutron-hyperv_agent.xml:56(td) ./doc/common/tables/neutron-hyperv_agent.xml:63(td) ./doc/common/tables/neutron-hyperv_agent.xml:70(td) ./doc/common/tables/neutron-hyperv_agent.xml:74(td) ./doc/common/tables/neutron-hyperv_agent.xml:78(td) ./doc/common/tables/neutron-hyperv_agent.xml:82(td) ./doc/common/tables/neutron-hyperv_agent.xml:86(td) ./doc/common/tables/neutron-hyperv_agent.xml:90(td) ./doc/common/tables/neutron-hyperv_agent.xml:94(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:44(td) ./doc/common/tables/neutron-cisco.xml:51(td) ./doc/common/tables/neutron-cisco.xml:55(td) ./doc/common/tables/neutron-cisco.xml:59(td) ./doc/common/tables/neutron-cisco.xml:63(td) ./doc/common/tables/neutron-cisco.xml:67(td) ./doc/common/tables/neutron-cisco.xml:71(td) ./doc/common/tables/neutron-cisco.xml:75(td) ./doc/common/tables/neutron-cisco.xml:79(td) ./doc/common/tables/neutron-cisco.xml:86(td) ./doc/common/tables/neutron-cisco.xml:90(td) ./doc/common/tables/neutron-cisco.xml:94(td) ./doc/common/tables/neutron-cisco.xml:98(td) ./doc/common/tables/neutron-cisco.xml:102(td) ./doc/common/tables/neutron-cisco.xml:106(td) ./doc/common/tables/neutron-cisco.xml:110(td) ./doc/common/tables/neutron-cisco.xml:114(td) ./doc/common/tables/neutron-cisco.xml:118(td) ./doc/common/tables/neutron-cisco.xml:125(td) ./doc/common/tables/neutron-cisco.xml:132(td) ./doc/common/tables/neutron-cisco.xml:136(td) ./doc/common/tables/neutron-cisco.xml:140(td) ./doc/common/tables/neutron-cisco.xml:144(td) ./doc/common/tables/neutron-cisco.xml:148(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/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-dispersion-dispersion.xml:80(td) ./doc/common/tables/swift-dispersion-dispersion.xml:84(td) ./doc/common/tables/swift-dispersion-dispersion.xml:88(td) ./doc/common/tables/trove-db_mongodb.xml:39(td) ./doc/common/tables/trove-db_mongodb.xml:43(td) ./doc/common/tables/trove-db_mongodb.xml:47(td) ./doc/common/tables/trove-db_mongodb.xml:51(td) ./doc/common/tables/trove-db_mongodb.xml:55(td) ./doc/common/tables/trove-db_mongodb.xml:59(td) ./doc/common/tables/trove-db_mongodb.xml:63(td) ./doc/common/tables/trove-db_mongodb.xml:67(td) ./doc/common/tables/trove-db_mongodb.xml:71(td) ./doc/common/tables/trove-db_mongodb.xml:75(td) ./doc/common/tables/trove-db_mongodb.xml:79(td) ./doc/common/tables/trove-db_mongodb.xml:83(td) ./doc/common/tables/trove-db_mongodb.xml:87(td) ./doc/common/tables/trove-db_mongodb.xml:91(td) ./doc/common/tables/trove-db_mongodb.xml:95(td) ./doc/common/tables/trove-db_mongodb.xml:99(td) ./doc/common/tables/trove-db_mongodb.xml:103(td) ./doc/common/tables/trove-db_mongodb.xml:107(td) ./doc/common/tables/trove-db_mongodb.xml:111(td) ./doc/common/tables/trove-db_mongodb.xml:115(td) ./doc/common/tables/trove-db_mongodb.xml:123(td) ./doc/common/tables/ironic-disk_partitioner.xml:39(td) ./doc/common/tables/ironic-disk_partitioner.xml:43(td) ./doc/common/tables/cinder-storage_glusterfs.xml:39(td) ./doc/common/tables/cinder-storage_glusterfs.xml:43(td) ./doc/common/tables/cinder-storage_glusterfs.xml:47(td) ./doc/common/tables/cinder-storage_glusterfs.xml:51(td) ./doc/common/tables/cinder-storage_glusterfs.xml:55(td) ./doc/common/tables/nova-hyperv.xml:39(td) ./doc/common/tables/nova-hyperv.xml:43(td) ./doc/common/tables/nova-hyperv.xml:47(td) ./doc/common/tables/nova-hyperv.xml:55(td) ./doc/common/tables/nova-hyperv.xml:59(td) ./doc/common/tables/nova-hyperv.xml:63(td) ./doc/common/tables/nova-hyperv.xml:67(td) ./doc/common/tables/nova-hyperv.xml:71(td) ./doc/common/tables/nova-hyperv.xml:75(td) ./doc/common/tables/nova-hyperv.xml:79(td) ./doc/common/tables/nova-hyperv.xml:83(td) ./doc/common/tables/trove-network.xml:39(td) ./doc/common/tables/trove-network.xml:43(td) ./doc/common/tables/trove-network.xml:47(td) ./doc/common/tables/trove-network.xml:51(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/cinder-database.xml:39(td) ./doc/common/tables/cinder-database.xml:46(td) ./doc/common/tables/cinder-database.xml:50(td) ./doc/common/tables/cinder-database.xml:54(td) ./doc/common/tables/cinder-database.xml:58(td) ./doc/common/tables/cinder-database.xml:62(td) ./doc/common/tables/cinder-database.xml:66(td) ./doc/common/tables/cinder-database.xml:70(td) ./doc/common/tables/cinder-database.xml:74(td) ./doc/common/tables/cinder-database.xml:78(td) ./doc/common/tables/cinder-database.xml:82(td) ./doc/common/tables/cinder-database.xml:86(td) ./doc/common/tables/cinder-database.xml:90(td) ./doc/common/tables/cinder-database.xml:94(td) ./doc/common/tables/cinder-database.xml:98(td) ./doc/common/tables/cinder-database.xml:102(td) ./doc/common/tables/cinder-database.xml:106(td) ./doc/common/tables/cinder-database.xml:110(td) ./doc/common/tables/cinder-database.xml:114(td) ./doc/common/tables/cinder-database.xml:118(td) ./doc/common/tables/cinder-database.xml:122(td) ./doc/common/tables/cinder-database.xml:126(td) ./doc/common/tables/glance-scrubber.xml:39(td) ./doc/common/tables/ceilometer-collector.xml:39(td) ./doc/common/tables/ceilometer-collector.xml:43(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/ceilometer-collector.xml:59(td) ./doc/common/tables/ceilometer-collector.xml:66(td) ./doc/common/tables/ceilometer-collector.xml:70(td) ./doc/common/tables/ceilometer-collector.xml:74(td) ./doc/common/tables/cinder-violin.xml:39(td) ./doc/common/tables/cinder-violin.xml:43(td) ./doc/common/tables/cinder-violin.xml:47(td) ./doc/common/tables/cinder-violin.xml:51(td) ./doc/common/tables/ironic-logging.xml:39(td) ./doc/common/tables/ironic-logging.xml:43(td) ./doc/common/tables/ironic-logging.xml:47(td) ./doc/common/tables/ironic-logging.xml:51(td) ./doc/common/tables/ironic-logging.xml:55(td) ./doc/common/tables/ironic-logging.xml:59(td) ./doc/common/tables/ironic-logging.xml:63(td) ./doc/common/tables/ironic-logging.xml:67(td) ./doc/common/tables/ironic-logging.xml:71(td) ./doc/common/tables/ironic-logging.xml:75(td) ./doc/common/tables/ironic-logging.xml:79(td) ./doc/common/tables/ironic-logging.xml:83(td) ./doc/common/tables/ironic-logging.xml:87(td) ./doc/common/tables/ironic-logging.xml:91(td) ./doc/common/tables/ironic-logging.xml:95(td) ./doc/common/tables/ironic-logging.xml:99(td) ./doc/common/tables/ironic-logging.xml:103(td) ./doc/common/tables/ironic-logging.xml:107(td) ./doc/common/tables/ironic-logging.xml:111(td) ./doc/common/tables/ironic-logging.xml:115(td) ./doc/common/tables/ironic-logging.xml:119(td) ./doc/common/tables/keystone-trust.xml:39(td) ./doc/common/tables/keystone-trust.xml:43(td) ./doc/common/tables/keystone-trust.xml:47(td) ./doc/common/tables/keystone-trust.xml:51(td) ./doc/common/tables/neutron-policy.xml:21(td) ./doc/common/tables/nova-rabbitmq.xml:39(td) ./doc/common/tables/nova-rabbitmq.xml:43(td) ./doc/common/tables/nova-rabbitmq.xml:47(td) ./doc/common/tables/nova-rabbitmq.xml:51(td) ./doc/common/tables/nova-rabbitmq.xml:55(td) ./doc/common/tables/nova-rabbitmq.xml:59(td) ./doc/common/tables/nova-rabbitmq.xml:63(td) ./doc/common/tables/nova-rabbitmq.xml:83(td) ./doc/common/tables/nova-rabbitmq.xml:87(td) ./doc/common/tables/nova-rabbitmq.xml:91(td) ./doc/common/tables/nova-rabbitmq.xml:95(td) ./doc/common/tables/nova-rabbitmq.xml:99(td) ./doc/common/tables/nova-rabbitmq.xml:103(td) ./doc/common/tables/nova-rabbitmq.xml:107(td) ./doc/common/tables/nova-rabbitmq.xml:111(td) ./doc/common/tables/nova-rabbitmq.xml:115(td) ./doc/common/tables/nova-rabbitmq.xml:119(td) ./doc/common/tables/nova-rabbitmq.xml:123(td) ./doc/common/tables/nova-rabbitmq.xml:127(td) ./doc/common/tables/nova-rabbitmq.xml:131(td) ./doc/common/tables/nova-ldap.xml:39(td) ./doc/common/tables/nova-ldap.xml:43(td) ./doc/common/tables/nova-ldap.xml:47(td) ./doc/common/tables/nova-ldap.xml:51(td) ./doc/common/tables/nova-ldap.xml:55(td) ./doc/common/tables/nova-ldap.xml:59(td) ./doc/common/tables/nova-ldap.xml:63(td) ./doc/common/tables/nova-ldap.xml:67(td) ./doc/common/tables/nova-ldap.xml:71(td) ./doc/common/tables/nova-ldap.xml:75(td) ./doc/common/tables/cinder-zoning_manager_cisco.xml:39(td) ./doc/common/tables/ceilometer-amqp.xml:39(td) ./doc/common/tables/ceilometer-amqp.xml:43(td) ./doc/common/tables/ceilometer-amqp.xml:47(td) ./doc/common/tables/ceilometer-amqp.xml:51(td) ./doc/common/tables/manila-zeromq.xml:39(td) ./doc/common/tables/manila-zeromq.xml:43(td) ./doc/common/tables/manila-zeromq.xml:47(td) ./doc/common/tables/manila-zeromq.xml:51(td) ./doc/common/tables/manila-zeromq.xml:55(td) ./doc/common/tables/manila-zeromq.xml:59(td) ./doc/common/tables/manila-zeromq.xml:63(td) ./doc/common/tables/manila-zeromq.xml:67(td) ./doc/common/tables/manila-zeromq.xml:71(td) ./doc/common/tables/glance-elasticsearch.xml:21(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/neutron-auth_token.xml:165(td) ./doc/common/tables/sahara-rabbitmq.xml:39(td) ./doc/common/tables/sahara-rabbitmq.xml:43(td) ./doc/common/tables/sahara-rabbitmq.xml:47(td) ./doc/common/tables/sahara-rabbitmq.xml:51(td) ./doc/common/tables/sahara-rabbitmq.xml:55(td) ./doc/common/tables/sahara-rabbitmq.xml:59(td) ./doc/common/tables/sahara-rabbitmq.xml:63(td) ./doc/common/tables/sahara-rabbitmq.xml:83(td) ./doc/common/tables/sahara-rabbitmq.xml:87(td) ./doc/common/tables/sahara-rabbitmq.xml:91(td) ./doc/common/tables/sahara-rabbitmq.xml:95(td) ./doc/common/tables/sahara-rabbitmq.xml:99(td) ./doc/common/tables/sahara-rabbitmq.xml:103(td) ./doc/common/tables/sahara-rabbitmq.xml:107(td) ./doc/common/tables/sahara-rabbitmq.xml:111(td) ./doc/common/tables/sahara-rabbitmq.xml:115(td) ./doc/common/tables/sahara-rabbitmq.xml:119(td) ./doc/common/tables/sahara-rabbitmq.xml:123(td) ./doc/common/tables/sahara-rabbitmq.xml:127(td) ./doc/common/tables/sahara-rabbitmq.xml:131(td) ./doc/common/tables/neutron-lbaas_services.xml:21(td) ./doc/common/tables/neutron-lbaas_services.xml:25(td) ./doc/common/tables/neutron-lbaas_services.xml:29(td) ./doc/common/tables/neutron-lbaas_services.xml:33(td) ./doc/common/tables/neutron-lbaas_services.xml:37(td) ./doc/common/tables/neutron-lbaas_services.xml:41(td) ./doc/common/tables/neutron-lbaas_services.xml:48(td) ./doc/common/tables/neutron-lbaas_services.xml:55(td) ./doc/common/tables/neutron-lbaas_services.xml:59(td) ./doc/common/tables/neutron-lbaas_services.xml:63(td) ./doc/common/tables/neutron-lbaas_services.xml:67(td) ./doc/common/tables/neutron-lbaas_services.xml:71(td) ./doc/common/tables/neutron-lbaas_services.xml:75(td) ./doc/common/tables/neutron-lbaas_services.xml:79(td) ./doc/common/tables/neutron-lbaas_services.xml:83(td) ./doc/common/tables/neutron-lbaas_services.xml:87(td) ./doc/common/tables/neutron-lbaas_services.xml:91(td) ./doc/common/tables/neutron-lbaas_services.xml:95(td) ./doc/common/tables/neutron-lbaas_services.xml:99(td) ./doc/common/tables/neutron-lbaas_services.xml:106(td) ./doc/common/tables/neutron-lbaas_services.xml:110(td) ./doc/common/tables/neutron-lbaas_services.xml:114(td) ./doc/common/tables/neutron-lbaas_services.xml:118(td) ./doc/common/tables/neutron-lbaas_services.xml:122(td) ./doc/common/tables/neutron-lbaas_services.xml:126(td) ./doc/common/tables/neutron-lbaas_services.xml:130(td) ./doc/common/tables/neutron-lbaas_services.xml:137(td) ./doc/common/tables/neutron-lbaas_services.xml:141(td) ./doc/common/tables/neutron-lbaas_services.xml:145(td) ./doc/common/tables/neutron-lbaas_services.xml:152(td) ./doc/common/tables/neutron-lbaas_services.xml:156(td) ./doc/common/tables/neutron-lbaas_services.xml:160(td) ./doc/common/tables/neutron-lbaas_services.xml:164(td) ./doc/common/tables/neutron-lbaas_services.xml:168(td) ./doc/common/tables/neutron-lbaas_services.xml:172(td) ./doc/common/tables/neutron-lbaas_services.xml:176(td) ./doc/common/tables/neutron-lbaas_services.xml:180(td) ./doc/common/tables/neutron-lbaas_services.xml:188(td) ./doc/common/tables/neutron-lbaas_services.xml:192(td) ./doc/common/tables/neutron-lbaas_services.xml:196(td) ./doc/common/tables/neutron-lbaas_services.xml:200(td) ./doc/common/tables/neutron-lbaas_services.xml:208(td) ./doc/common/tables/neutron-lbaas_services.xml:212(td) ./doc/common/tables/neutron-lbaas_services.xml:216(td) ./doc/common/tables/neutron-lbaas_services.xml:220(td) ./doc/common/tables/neutron-lbaas_services.xml:224(td) ./doc/common/tables/neutron-lbaas_services.xml:228(td) ./doc/common/tables/neutron-lbaas_services.xml:235(td) ./doc/common/tables/neutron-lbaas_services.xml:239(td) ./doc/common/tables/neutron-lbaas_services.xml:243(td) ./doc/common/tables/neutron-lbaas_services.xml:251(td) ./doc/common/tables/neutron-lbaas_services.xml:255(td) ./doc/common/tables/neutron-lbaas_services.xml:259(td) ./doc/common/tables/neutron-lbaas_services.xml:263(td) ./doc/common/tables/neutron-lbaas_services.xml:271(td) ./doc/common/tables/neutron-lbaas_services.xml:275(td) ./doc/common/tables/neutron-lbaas_services.xml:279(td) ./doc/common/tables/neutron-lbaas_services.xml:283(td) ./doc/common/tables/neutron-lbaas_services.xml:287(td) ./doc/common/tables/neutron-lbaas_services.xml:291(td) ./doc/common/tables/neutron-lbaas_services.xml:295(td) ./doc/common/tables/neutron-lbaas_services.xml:299(td) ./doc/common/tables/neutron-lbaas_services.xml:303(td) ./doc/common/tables/neutron-lbaas_services.xml:307(td) ./doc/common/tables/neutron-lbaas_services.xml:314(td) ./doc/common/tables/neutron-lbaas_services.xml:318(td) ./doc/common/tables/neutron-lbaas_services.xml:322(td) ./doc/common/tables/cinder-hgst.xml:39(td) ./doc/common/tables/cinder-hgst.xml:43(td) ./doc/common/tables/cinder-hgst.xml:47(td) ./doc/common/tables/cinder-hgst.xml:51(td) ./doc/common/tables/cinder-hgst.xml:55(td) ./doc/common/tables/cinder-hgst.xml:59(td) ./doc/common/tables/heat-clients_ceilometer.xml:39(td) ./doc/common/tables/heat-clients_ceilometer.xml:43(td) ./doc/common/tables/heat-clients_ceilometer.xml:47(td) ./doc/common/tables/heat-clients_ceilometer.xml:51(td) ./doc/common/tables/heat-clients_ceilometer.xml:55(td) ./doc/common/tables/keystone-api.xml:39(td) ./doc/common/tables/keystone-api.xml:43(td) ./doc/common/tables/keystone-api.xml:47(td) ./doc/common/tables/keystone-api.xml:51(td) ./doc/common/tables/keystone-api.xml:55(td) ./doc/common/tables/keystone-api.xml:59(td) ./doc/common/tables/keystone-api.xml:63(td) ./doc/common/tables/keystone-api.xml:67(td) ./doc/common/tables/keystone-api.xml:71(td) ./doc/common/tables/keystone-api.xml:75(td) ./doc/common/tables/keystone-api.xml:79(td) ./doc/common/tables/keystone-api.xml:83(td) ./doc/common/tables/keystone-api.xml:90(td) ./doc/common/tables/keystone-api.xml:94(td) ./doc/common/tables/keystone-api.xml:101(td) ./doc/common/tables/keystone-api.xml:105(td) ./doc/common/tables/keystone-api.xml:112(td) ./doc/common/tables/keystone-api.xml:116(td) ./doc/common/tables/keystone-api.xml:120(td) ./doc/common/tables/keystone-api.xml:124(td) ./doc/common/tables/keystone-api.xml:128(td) ./doc/common/tables/keystone-api.xml:132(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/keystone-api.xml:155(td) ./doc/common/tables/keystone-api.xml:159(td) ./doc/common/tables/keystone-api.xml:166(td) ./doc/common/tables/keystone-api.xml:173(td) ./doc/common/tables/keystone-api.xml:177(td) ./doc/common/tables/keystone-api.xml:181(td) ./doc/common/tables/keystone-api.xml:185(td) ./doc/common/tables/ironic-redis.xml:43(td) ./doc/common/tables/ironic-redis.xml:50(td) ./doc/common/tables/ironic-redis.xml:58(td) ./doc/common/tables/cinder-qpid.xml:39(td) ./doc/common/tables/cinder-qpid.xml:43(td) ./doc/common/tables/cinder-qpid.xml:47(td) ./doc/common/tables/cinder-qpid.xml:51(td) ./doc/common/tables/cinder-qpid.xml:55(td) ./doc/common/tables/cinder-qpid.xml:63(td) ./doc/common/tables/cinder-qpid.xml:67(td) ./doc/common/tables/cinder-qpid.xml:71(td) ./doc/common/tables/cinder-qpid.xml:79(td) ./doc/common/tables/cinder-qpid.xml:83(td) ./doc/common/tables/cinder-qpid.xml:91(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/heat-waitcondition_api.xml:39(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:59(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:63(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:67(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:71(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:75(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:79(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:87(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:91(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:95(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:103(td) ./doc/common/tables/nova-debug.xml:39(td) ./doc/common/tables/cinder-blockbridge.xml:39(td) ./doc/common/tables/cinder-blockbridge.xml:43(td) ./doc/common/tables/cinder-blockbridge.xml:47(td) ./doc/common/tables/cinder-blockbridge.xml:51(td) ./doc/common/tables/cinder-blockbridge.xml:55(td) ./doc/common/tables/cinder-blockbridge.xml:59(td) ./doc/common/tables/cinder-blockbridge.xml:63(td) ./doc/common/tables/cinder-blockbridge.xml:67(td) ./doc/common/tables/cinder-san.xml:47(td) ./doc/common/tables/cinder-san.xml:51(td) ./doc/common/tables/cinder-san.xml:63(td) ./doc/common/tables/cinder-san.xml:67(td) ./doc/common/tables/cinder-san.xml:71(td) ./doc/common/tables/cinder-san.xml:75(td) ./doc/common/tables/cinder-san.xml:79(td) ./doc/common/tables/cinder-san.xml:83(td) ./doc/common/tables/heat-rpc.xml:39(td) ./doc/common/tables/heat-rpc.xml:43(td) ./doc/common/tables/heat-rpc.xml:47(td) ./doc/common/tables/heat-rpc.xml:51(td) ./doc/common/tables/heat-rpc.xml:55(td) ./doc/common/tables/heat-rpc.xml:59(td) ./doc/common/tables/heat-rpc.xml:66(td) ./doc/common/tables/heat-rpc.xml:70(td) ./doc/common/tables/heat-rpc.xml:77(td) ./doc/common/tables/heat-rpc.xml:81(td) ./doc/common/tables/heat-rpc.xml:85(td) ./doc/common/tables/heat-rpc.xml:89(td) ./doc/common/tables/heat-rpc.xml:93(td) ./doc/common/tables/heat-rpc.xml:113(td) ./doc/common/tables/heat-rpc.xml:129(td) ./doc/common/tables/heat-rpc.xml:133(td) ./doc/common/tables/ironic-deploy.xml:39(td) ./doc/common/tables/ironic-deploy.xml:43(td) ./doc/common/tables/ironic-deploy.xml:47(td) ./doc/common/tables/ironic-deploy.xml:51(td) ./doc/common/tables/ironic-deploy.xml:55(td) ./doc/common/tables/ironic-deploy.xml:59(td) ./doc/common/tables/ironic-deploy.xml:63(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:56(td) ./doc/common/tables/neutron-rpc.xml:63(td) ./doc/common/tables/neutron-rpc.xml:67(td) ./doc/common/tables/neutron-rpc.xml:71(td) ./doc/common/tables/neutron-rpc.xml:75(td) ./doc/common/tables/neutron-rpc.xml:79(td) ./doc/common/tables/neutron-rpc.xml:83(td) ./doc/common/tables/neutron-rpc.xml:99(td) ./doc/common/tables/neutron-rpc.xml:103(td) ./doc/common/tables/nova-conductor.xml:39(td) ./doc/common/tables/nova-conductor.xml:46(td) ./doc/common/tables/nova-conductor.xml:50(td) ./doc/common/tables/nova-conductor.xml:54(td) ./doc/common/tables/nova-conductor.xml:58(td) ./doc/common/tables/cinder-cors.xml:39(td) ./doc/common/tables/cinder-cors.xml:43(td) ./doc/common/tables/cinder-cors.xml:47(td) ./doc/common/tables/cinder-cors.xml:51(td) ./doc/common/tables/cinder-cors.xml:55(td) ./doc/common/tables/cinder-cors.xml:59(td) ./doc/common/tables/cinder-cors.xml:66(td) ./doc/common/tables/cinder-cors.xml:70(td) ./doc/common/tables/cinder-cors.xml:74(td) ./doc/common/tables/cinder-cors.xml:78(td) ./doc/common/tables/cinder-cors.xml:82(td) ./doc/common/tables/cinder-cors.xml:86(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/trove-taskmanager.xml:39(td) ./doc/common/tables/trove-taskmanager.xml:43(td) ./doc/common/tables/trove-taskmanager.xml:47(td) ./doc/common/tables/trove-taskmanager.xml:51(td) ./doc/common/tables/trove-taskmanager.xml:55(td) ./doc/common/tables/trove-taskmanager.xml:59(td) ./doc/common/tables/trove-taskmanager.xml:63(td) ./doc/common/tables/trove-taskmanager.xml:67(td) ./doc/common/tables/trove-taskmanager.xml:71(td) ./doc/common/tables/trove-taskmanager.xml:75(td) ./doc/common/tables/trove-taskmanager.xml:79(td) ./doc/common/tables/trove-taskmanager.xml:83(td) ./doc/common/tables/trove-taskmanager.xml:87(td) ./doc/common/tables/trove-taskmanager.xml:91(td) ./doc/common/tables/trove-taskmanager.xml:95(td) ./doc/common/tables/trove-taskmanager.xml:99(td) ./doc/common/tables/trove-taskmanager.xml:103(td) ./doc/common/tables/nova-rpc.xml:39(td) ./doc/common/tables/nova-rpc.xml:43(td) ./doc/common/tables/nova-rpc.xml:47(td) ./doc/common/tables/nova-rpc.xml:51(td) ./doc/common/tables/nova-rpc.xml:55(td) ./doc/common/tables/nova-rpc.xml:62(td) ./doc/common/tables/nova-rpc.xml:69(td) ./doc/common/tables/nova-rpc.xml:73(td) ./doc/common/tables/nova-rpc.xml:80(td) ./doc/common/tables/nova-rpc.xml:84(td) ./doc/common/tables/nova-rpc.xml:88(td) ./doc/common/tables/nova-rpc.xml:92(td) ./doc/common/tables/nova-rpc.xml:96(td) ./doc/common/tables/nova-rpc.xml:116(td) ./doc/common/tables/nova-rpc.xml:132(td) ./doc/common/tables/nova-rpc.xml:136(td) ./doc/common/tables/nova-rpc.xml:147(td) ./doc/common/tables/ceilometer-zaqar.xml:39(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/keystone-tokenless.xml:39(td) ./doc/common/tables/keystone-tokenless.xml:43(td) ./doc/common/tables/keystone-tokenless.xml:47(td) ./doc/common/tables/nova-compute.xml:39(td) ./doc/common/tables/nova-compute.xml:43(td) ./doc/common/tables/nova-compute.xml:47(td) ./doc/common/tables/nova-compute.xml:55(td) ./doc/common/tables/nova-compute.xml:59(td) ./doc/common/tables/nova-compute.xml:63(td) ./doc/common/tables/nova-compute.xml:67(td) ./doc/common/tables/nova-compute.xml:71(td) ./doc/common/tables/nova-compute.xml:75(td) ./doc/common/tables/nova-compute.xml:79(td) ./doc/common/tables/nova-compute.xml:83(td) ./doc/common/tables/nova-compute.xml:87(td) ./doc/common/tables/nova-compute.xml:91(td) ./doc/common/tables/nova-compute.xml:95(td) ./doc/common/tables/nova-compute.xml:99(td) ./doc/common/tables/nova-compute.xml:103(td) ./doc/common/tables/nova-compute.xml:107(td) ./doc/common/tables/nova-compute.xml:111(td) ./doc/common/tables/nova-compute.xml:115(td) ./doc/common/tables/nova-compute.xml:119(td) ./doc/common/tables/nova-compute.xml:123(td) ./doc/common/tables/nova-compute.xml:127(td) ./doc/common/tables/nova-compute.xml:131(td) ./doc/common/tables/nova-compute.xml:135(td) ./doc/common/tables/nova-compute.xml:139(td) ./doc/common/tables/nova-compute.xml:143(td) ./doc/common/tables/nova-compute.xml:147(td) ./doc/common/tables/nova-compute.xml:151(td) ./doc/common/tables/nova-compute.xml:155(td) ./doc/common/tables/nova-compute.xml:159(td) ./doc/common/tables/nova-compute.xml:163(td) ./doc/common/tables/nova-compute.xml:167(td) ./doc/common/tables/nova-compute.xml:171(td) ./doc/common/tables/nova-compute.xml:175(td) ./doc/common/tables/nova-compute.xml:179(td) ./doc/common/tables/cinder-scheduler.xml:39(td) ./doc/common/tables/cinder-scheduler.xml:43(td) ./doc/common/tables/cinder-scheduler.xml:47(td) ./doc/common/tables/cinder-scheduler.xml:51(td) ./doc/common/tables/cinder-scheduler.xml:55(td) ./doc/common/tables/cinder-scheduler.xml:59(td) ./doc/common/tables/cinder-scheduler.xml:67(td) ./doc/common/tables/cinder-scheduler.xml:71(td) ./doc/common/tables/cinder-scheduler.xml:75(td) ./doc/common/tables/nova-ca.xml:39(td) ./doc/common/tables/nova-ca.xml:43(td) ./doc/common/tables/nova-ca.xml:47(td) ./doc/common/tables/nova-ca.xml:51(td) ./doc/common/tables/nova-ca.xml:55(td) ./doc/common/tables/nova-ca.xml:59(td) ./doc/common/tables/nova-ca.xml:63(td) ./doc/common/tables/nova-ca.xml:67(td) ./doc/common/tables/nova-ca.xml:71(td) ./doc/common/tables/nova-ca.xml:75(td) ./doc/common/tables/nova-ca.xml:79(td) ./doc/common/tables/nova-ca.xml:83(td) ./doc/common/tables/nova-ca.xml:87(td) ./doc/common/tables/nova-ca.xml:91(td) ./doc/common/tables/nova-ca.xml:98(td) ./doc/common/tables/nova-ca.xml:102(td) ./doc/common/tables/nova-ca.xml:106(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-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:65(td) ./doc/common/tables/neutron-api.xml:69(td) ./doc/common/tables/neutron-api.xml:76(td) ./doc/common/tables/neutron-api.xml:80(td) ./doc/common/tables/neutron-api.xml:87(td) ./doc/common/tables/neutron-api.xml:91(td) ./doc/common/tables/neutron-api.xml:95(td) ./doc/common/tables/neutron-api.xml:102(td) ./doc/common/tables/nova-database.xml:39(td) ./doc/common/tables/nova-database.xml:46(td) ./doc/common/tables/nova-database.xml:50(td) ./doc/common/tables/nova-database.xml:54(td) ./doc/common/tables/nova-database.xml:58(td) ./doc/common/tables/nova-database.xml:62(td) ./doc/common/tables/nova-database.xml:66(td) ./doc/common/tables/nova-database.xml:70(td) ./doc/common/tables/nova-database.xml:74(td) ./doc/common/tables/nova-database.xml:78(td) ./doc/common/tables/nova-database.xml:82(td) ./doc/common/tables/nova-database.xml:86(td) ./doc/common/tables/nova-database.xml:90(td) ./doc/common/tables/nova-database.xml:97(td) ./doc/common/tables/nova-database.xml:101(td) ./doc/common/tables/nova-database.xml:105(td) ./doc/common/tables/nova-database.xml:109(td) ./doc/common/tables/nova-database.xml:113(td) ./doc/common/tables/nova-database.xml:117(td) ./doc/common/tables/nova-database.xml:121(td) ./doc/common/tables/nova-database.xml:125(td) ./doc/common/tables/nova-database.xml:129(td) ./doc/common/tables/nova-database.xml:133(td) ./doc/common/tables/nova-database.xml:137(td) ./doc/common/tables/nova-database.xml:141(td) ./doc/common/tables/nova-database.xml:145(td) ./doc/common/tables/nova-database.xml:149(td) ./doc/common/tables/nova-database.xml:153(td) ./doc/common/tables/nova-database.xml:157(td) ./doc/common/tables/nova-database.xml:161(td) ./doc/common/tables/nova-database.xml:165(td) ./doc/common/tables/nova-database.xml:169(td) ./doc/common/tables/nova-database.xml:173(td) ./doc/common/tables/nova-database.xml:177(td) ./doc/common/tables/nova-trustedcomputing.xml:39(td) ./doc/common/tables/nova-trustedcomputing.xml:43(td) ./doc/common/tables/nova-trustedcomputing.xml:47(td) ./doc/common/tables/nova-trustedcomputing.xml:51(td) ./doc/common/tables/nova-trustedcomputing.xml:55(td) ./doc/common/tables/nova-trustedcomputing.xml:59(td) ./doc/common/tables/nova-trustedcomputing.xml:63(td) ./doc/common/tables/cinder-dellsc.xml:39(td) ./doc/common/tables/cinder-dellsc.xml:43(td) ./doc/common/tables/cinder-dellsc.xml:47(td) ./doc/common/tables/cinder-dellsc.xml:51(td) ./doc/common/tables/cinder-dellsc.xml:55(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(td) ./doc/common/tables/trove-logging.xml:39(td) ./doc/common/tables/trove-logging.xml:43(td) ./doc/common/tables/trove-logging.xml:47(td) ./doc/common/tables/trove-logging.xml:51(td) ./doc/common/tables/trove-logging.xml:55(td) ./doc/common/tables/trove-logging.xml:59(td) ./doc/common/tables/trove-logging.xml:63(td) ./doc/common/tables/trove-logging.xml:67(td) ./doc/common/tables/trove-logging.xml:71(td) ./doc/common/tables/trove-logging.xml:75(td) ./doc/common/tables/trove-logging.xml:79(td) ./doc/common/tables/trove-logging.xml:83(td) ./doc/common/tables/trove-logging.xml:87(td) ./doc/common/tables/trove-logging.xml:91(td) ./doc/common/tables/trove-logging.xml:95(td) ./doc/common/tables/trove-logging.xml:99(td) ./doc/common/tables/trove-logging.xml:103(td) ./doc/common/tables/trove-logging.xml:107(td) ./doc/common/tables/trove-logging.xml:111(td) ./doc/common/tables/trove-logging.xml:115(td) ./doc/common/tables/trove-logging.xml:119(td) ./doc/common/tables/trove-logging.xml:123(td) ./doc/common/tables/trove-logging.xml:127(td) ./doc/common/tables/cinder-quota.xml:39(td) ./doc/common/tables/cinder-quota.xml:43(td) ./doc/common/tables/cinder-quota.xml:47(td) ./doc/common/tables/cinder-quota.xml:51(td) ./doc/common/tables/cinder-quota.xml:55(td) ./doc/common/tables/cinder-quota.xml:59(td) ./doc/common/tables/cinder-quota.xml:63(td) ./doc/common/tables/cinder-quota.xml:67(td) ./doc/common/tables/cinder-quota.xml:71(td) ./doc/common/tables/cinder-quota.xml:75(td) ./doc/common/tables/ironic-drac.xml:39(td) ./doc/common/tables/ironic-drac.xml:43(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/ironic-common.xml:39(td) ./doc/common/tables/ironic-common.xml:43(td) ./doc/common/tables/ironic-common.xml:47(td) ./doc/common/tables/ironic-common.xml:51(td) ./doc/common/tables/ironic-common.xml:55(td) ./doc/common/tables/ironic-common.xml:59(td) ./doc/common/tables/ironic-common.xml:63(td) ./doc/common/tables/ironic-common.xml:67(td) ./doc/common/tables/ironic-common.xml:71(td) ./doc/common/tables/ironic-common.xml:75(td) ./doc/common/tables/ironic-common.xml:79(td) ./doc/common/tables/ironic-common.xml:83(td) ./doc/common/tables/ironic-common.xml:87(td) ./doc/common/tables/ironic-common.xml:91(td) ./doc/common/tables/ironic-common.xml:95(td) ./doc/common/tables/ironic-common.xml:99(td) ./doc/common/tables/ironic-common.xml:103(td) ./doc/common/tables/ironic-common.xml:107(td) ./doc/common/tables/ironic-common.xml:111(td) ./doc/common/tables/cinder-nimble.xml:39(td) ./doc/common/tables/cinder-nimble.xml:43(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-zoning_manager.xml:39(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:25(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:37(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/swift-object-server-object-replicator.xml:108(td) ./doc/common/tables/swift-object-server-object-replicator.xml:112(td) ./doc/common/tables/heat-auth_token.xml:39(td) ./doc/common/tables/heat-auth_token.xml:43(td) ./doc/common/tables/heat-auth_token.xml:47(td) ./doc/common/tables/heat-auth_token.xml:51(td) ./doc/common/tables/heat-auth_token.xml:59(td) ./doc/common/tables/heat-auth_token.xml:63(td) ./doc/common/tables/heat-auth_token.xml:67(td) ./doc/common/tables/heat-auth_token.xml:71(td) ./doc/common/tables/heat-auth_token.xml:75(td) ./doc/common/tables/heat-auth_token.xml:79(td) ./doc/common/tables/heat-auth_token.xml:83(td) ./doc/common/tables/heat-auth_token.xml:87(td) ./doc/common/tables/heat-auth_token.xml:91(td) ./doc/common/tables/heat-auth_token.xml:95(td) ./doc/common/tables/heat-auth_token.xml:99(td) ./doc/common/tables/heat-auth_token.xml:103(td) ./doc/common/tables/heat-auth_token.xml:107(td) ./doc/common/tables/heat-auth_token.xml:111(td) ./doc/common/tables/heat-auth_token.xml:115(td) ./doc/common/tables/heat-auth_token.xml:119(td) ./doc/common/tables/heat-auth_token.xml:123(td) ./doc/common/tables/heat-auth_token.xml:127(td) ./doc/common/tables/heat-auth_token.xml:131(td) ./doc/common/tables/heat-auth_token.xml:135(td) ./doc/common/tables/heat-auth_token.xml:139(td) ./doc/common/tables/heat-auth_token.xml:143(td) ./doc/common/tables/heat-auth_token.xml:147(td) ./doc/common/tables/heat-auth_token.xml:151(td) ./doc/common/tables/heat-auth_token.xml:155(td) ./doc/common/tables/heat-auth_token.xml:159(td) ./doc/common/tables/heat-auth_token.xml:163(td) ./doc/common/tables/heat-auth_token.xml:167(td) ./doc/common/tables/heat-auth_token.xml:171(td) ./doc/common/tables/heat-auth_token.xml:175(td) ./doc/common/tables/heat-auth_token.xml:179(td) ./doc/common/tables/heat-auth_token.xml:183(td) ./doc/common/tables/heat-auth_token.xml:187(td) ./doc/common/tables/heat-notification.xml:39(td) ./doc/common/tables/glance-debug.xml:21(td) ./doc/common/tables/ceilometer-common.xml:39(td) ./doc/common/tables/ceilometer-common.xml:43(td) ./doc/common/tables/ceilometer-common.xml:47(td) ./doc/common/tables/ceilometer-common.xml:51(td) ./doc/common/tables/ceilometer-common.xml:55(td) ./doc/common/tables/ceilometer-common.xml:59(td) ./doc/common/tables/ceilometer-common.xml:63(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/ceilometer-common.xml:93(td) ./doc/common/tables/ceilometer-common.xml:97(td) ./doc/common/tables/ceilometer-common.xml:104(td) ./doc/common/tables/ceilometer-common.xml:111(td) ./doc/common/tables/ceilometer-common.xml:118(td) ./doc/common/tables/cinder-storage_nfs.xml:39(td) ./doc/common/tables/cinder-storage_nfs.xml:43(td) ./doc/common/tables/cinder-storage_nfs.xml:47(td) ./doc/common/tables/cinder-storage_nfs.xml:51(td) ./doc/common/tables/cinder-storage_nfs.xml:55(td) ./doc/common/tables/cinder-storage_nfs.xml:59(td) ./doc/common/tables/cinder-storage_nfs.xml:63(td) ./doc/common/tables/manila-quota.xml:39(td) ./doc/common/tables/manila-quota.xml:43(td) ./doc/common/tables/manila-quota.xml:47(td) ./doc/common/tables/manila-quota.xml:51(td) ./doc/common/tables/manila-quota.xml:55(td) ./doc/common/tables/manila-quota.xml:59(td) ./doc/common/tables/manila-quota.xml:63(td) ./doc/common/tables/manila-quota.xml:67(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:39(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:43(td) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:47(td) ./doc/common/tables/sahara-amqp.xml:39(td) ./doc/common/tables/sahara-amqp.xml:43(td) ./doc/common/tables/sahara-amqp.xml:47(td) ./doc/common/tables/sahara-amqp.xml:51(td) ./doc/common/tables/sahara-amqp.xml:55(td) ./doc/common/tables/sahara-amqp.xml:59(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:39(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:43(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:47(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:51(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:55(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:59(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:63(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:67(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:71(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:75(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:79(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:83(td) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:87(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:41(td) ./doc/common/tables/neutron-metadata.xml:45(td) ./doc/common/tables/neutron-metadata.xml:53(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/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-reconstructor.xml:80(td) ./doc/common/tables/trove-volume.xml:39(td) ./doc/common/tables/trove-volume.xml:43(td) ./doc/common/tables/trove-volume.xml:47(td) ./doc/common/tables/trove-volume.xml:51(td) ./doc/common/tables/trove-volume.xml:55(td) ./doc/common/tables/trove-volume.xml:59(td) ./doc/common/tables/trove-volume.xml:63(td) ./doc/common/tables/trove-volume.xml:67(td) ./doc/common/tables/trove-volume.xml:71(td) ./doc/common/tables/trove-volume.xml:75(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/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:45(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/neutron-rabbitmq.xml:113(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:76(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:100(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:105(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:117(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:127(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:131(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/swift-object-server-DEFAULT.xml:161(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:165(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/keystone-fernet_tokens.xml:39(td) ./doc/common/tables/keystone-fernet_tokens.xml:43(td) ./doc/common/tables/keystone-revoke.xml:39(td) ./doc/common/tables/keystone-revoke.xml:43(td) ./doc/common/tables/keystone-revoke.xml:47(td) ./doc/common/tables/keystone-revoke.xml:51(td) ./doc/common/tables/nova-auth_token.xml:39(td) ./doc/common/tables/nova-auth_token.xml:43(td) ./doc/common/tables/nova-auth_token.xml:47(td) ./doc/common/tables/nova-auth_token.xml:51(td) ./doc/common/tables/nova-auth_token.xml:59(td) ./doc/common/tables/nova-auth_token.xml:63(td) ./doc/common/tables/nova-auth_token.xml:67(td) ./doc/common/tables/nova-auth_token.xml:71(td) ./doc/common/tables/nova-auth_token.xml:75(td) ./doc/common/tables/nova-auth_token.xml:79(td) ./doc/common/tables/nova-auth_token.xml:83(td) ./doc/common/tables/nova-auth_token.xml:87(td) ./doc/common/tables/nova-auth_token.xml:91(td) ./doc/common/tables/nova-auth_token.xml:95(td) ./doc/common/tables/nova-auth_token.xml:99(td) ./doc/common/tables/nova-auth_token.xml:103(td) ./doc/common/tables/nova-auth_token.xml:107(td) ./doc/common/tables/nova-auth_token.xml:111(td) ./doc/common/tables/nova-auth_token.xml:115(td) ./doc/common/tables/nova-auth_token.xml:119(td) ./doc/common/tables/nova-auth_token.xml:123(td) ./doc/common/tables/nova-auth_token.xml:127(td) ./doc/common/tables/nova-auth_token.xml:131(td) ./doc/common/tables/nova-auth_token.xml:135(td) ./doc/common/tables/nova-auth_token.xml:139(td) ./doc/common/tables/nova-auth_token.xml:143(td) ./doc/common/tables/nova-auth_token.xml:147(td) ./doc/common/tables/nova-auth_token.xml:151(td) ./doc/common/tables/nova-auth_token.xml:155(td) ./doc/common/tables/nova-auth_token.xml:159(td) ./doc/common/tables/nova-auth_token.xml:163(td) ./doc/common/tables/nova-auth_token.xml:167(td) ./doc/common/tables/nova-auth_token.xml:171(td) ./doc/common/tables/nova-auth_token.xml:175(td) ./doc/common/tables/nova-auth_token.xml:179(td) ./doc/common/tables/nova-auth_token.xml:183(td) ./doc/common/tables/trove-db_mysql.xml:39(td) ./doc/common/tables/trove-db_mysql.xml:43(td) ./doc/common/tables/trove-db_mysql.xml:47(td) ./doc/common/tables/trove-db_mysql.xml:51(td) ./doc/common/tables/trove-db_mysql.xml:55(td) ./doc/common/tables/trove-db_mysql.xml:59(td) ./doc/common/tables/trove-db_mysql.xml:63(td) ./doc/common/tables/trove-db_mysql.xml:67(td) ./doc/common/tables/trove-db_mysql.xml:71(td) ./doc/common/tables/trove-db_mysql.xml:75(td) ./doc/common/tables/trove-db_mysql.xml:79(td) ./doc/common/tables/trove-db_mysql.xml:87(td) ./doc/common/tables/trove-db_mysql.xml:91(td) ./doc/common/tables/ironic-rabbitmq.xml:39(td) ./doc/common/tables/ironic-rabbitmq.xml:43(td) ./doc/common/tables/ironic-rabbitmq.xml:47(td) ./doc/common/tables/ironic-rabbitmq.xml:51(td) ./doc/common/tables/ironic-rabbitmq.xml:55(td) ./doc/common/tables/ironic-rabbitmq.xml:59(td) ./doc/common/tables/ironic-rabbitmq.xml:63(td) ./doc/common/tables/ironic-rabbitmq.xml:83(td) ./doc/common/tables/ironic-rabbitmq.xml:87(td) ./doc/common/tables/ironic-rabbitmq.xml:91(td) ./doc/common/tables/ironic-rabbitmq.xml:95(td) ./doc/common/tables/ironic-rabbitmq.xml:99(td) ./doc/common/tables/ironic-rabbitmq.xml:103(td) ./doc/common/tables/ironic-rabbitmq.xml:107(td) ./doc/common/tables/ironic-rabbitmq.xml:111(td) ./doc/common/tables/ironic-rabbitmq.xml:115(td) ./doc/common/tables/ironic-rabbitmq.xml:119(td) ./doc/common/tables/ironic-rabbitmq.xml:123(td) ./doc/common/tables/ironic-rabbitmq.xml:127(td) ./doc/common/tables/ironic-rabbitmq.xml:131(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/swift-container-sync-realms-DEFAULT.xml:20(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/glance-replicator.xml:39(td) ./doc/common/tables/glance-replicator.xml:43(td) ./doc/common/tables/glance-replicator.xml:47(td) ./doc/common/tables/glance-replicator.xml:51(td) ./doc/common/tables/glance-replicator.xml:59(td) ./doc/common/tables/neutron-dhcp_agent.xml:21(td) ./doc/common/tables/neutron-dhcp_agent.xml:25(td) ./doc/common/tables/neutron-dhcp_agent.xml:29(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/neutron-dhcp_agent.xml:57(td) ./doc/common/tables/neutron-dhcp_agent.xml:61(td) ./doc/common/tables/neutron-dhcp_agent.xml:65(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/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/manila-storage.xml:39(td) ./doc/common/tables/manila-storage.xml:43(td) ./doc/common/tables/manila-storage.xml:47(td) ./doc/common/tables/manila-storage.xml:51(td) ./doc/common/tables/manila-storage.xml:55(td) ./doc/common/tables/manila-storage.xml:59(td) ./doc/common/tables/manila-storage.xml:63(td) ./doc/common/tables/manila-storage.xml:67(td) ./doc/common/tables/manila-storage.xml:71(td) ./doc/common/tables/manila-storage.xml:75(td) ./doc/common/tables/manila-storage.xml:79(td) ./doc/common/tables/cinder-storage_gpfs.xml:39(td) ./doc/common/tables/cinder-storage_gpfs.xml:43(td) ./doc/common/tables/cinder-storage_gpfs.xml:47(td) ./doc/common/tables/cinder-storage_gpfs.xml:51(td) ./doc/common/tables/cinder-storage_gpfs.xml:55(td) ./doc/common/tables/cinder-storage_gpfs.xml:59(td) ./doc/common/tables/keystone-rabbitmq.xml:39(td) ./doc/common/tables/keystone-rabbitmq.xml:43(td) ./doc/common/tables/keystone-rabbitmq.xml:47(td) ./doc/common/tables/keystone-rabbitmq.xml:51(td) ./doc/common/tables/keystone-rabbitmq.xml:55(td) ./doc/common/tables/keystone-rabbitmq.xml:59(td) ./doc/common/tables/keystone-rabbitmq.xml:63(td) ./doc/common/tables/keystone-rabbitmq.xml:83(td) ./doc/common/tables/keystone-rabbitmq.xml:87(td) ./doc/common/tables/keystone-rabbitmq.xml:91(td) ./doc/common/tables/keystone-rabbitmq.xml:95(td) ./doc/common/tables/keystone-rabbitmq.xml:99(td) ./doc/common/tables/keystone-rabbitmq.xml:103(td) ./doc/common/tables/keystone-rabbitmq.xml:107(td) ./doc/common/tables/keystone-rabbitmq.xml:111(td) ./doc/common/tables/keystone-rabbitmq.xml:115(td) ./doc/common/tables/keystone-rabbitmq.xml:119(td) ./doc/common/tables/keystone-rabbitmq.xml:123(td) ./doc/common/tables/keystone-rabbitmq.xml:127(td) ./doc/common/tables/keystone-rabbitmq.xml:131(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:20(td) ./doc/common/tables/cinder-rabbitmq.xml:39(td) ./doc/common/tables/cinder-rabbitmq.xml:43(td) ./doc/common/tables/cinder-rabbitmq.xml:47(td) ./doc/common/tables/cinder-rabbitmq.xml:51(td) ./doc/common/tables/cinder-rabbitmq.xml:55(td) ./doc/common/tables/cinder-rabbitmq.xml:59(td) ./doc/common/tables/cinder-rabbitmq.xml:63(td) ./doc/common/tables/cinder-rabbitmq.xml:83(td) ./doc/common/tables/cinder-rabbitmq.xml:87(td) ./doc/common/tables/cinder-rabbitmq.xml:91(td) ./doc/common/tables/cinder-rabbitmq.xml:95(td) ./doc/common/tables/cinder-rabbitmq.xml:99(td) ./doc/common/tables/cinder-rabbitmq.xml:103(td) ./doc/common/tables/cinder-rabbitmq.xml:107(td) ./doc/common/tables/cinder-rabbitmq.xml:111(td) ./doc/common/tables/cinder-rabbitmq.xml:115(td) ./doc/common/tables/cinder-rabbitmq.xml:119(td) ./doc/common/tables/cinder-rabbitmq.xml:123(td) ./doc/common/tables/cinder-rabbitmq.xml:127(td) ./doc/common/tables/cinder-rabbitmq.xml:131(td) ./doc/common/tables/nova-spice.xml:39(td) ./doc/common/tables/nova-spice.xml:43(td) ./doc/common/tables/nova-spice.xml:47(td) ./doc/common/tables/nova-spice.xml:51(td) ./doc/common/tables/nova-spice.xml:55(td) ./doc/common/tables/nova-spice.xml:59(td) ./doc/common/tables/nova-spice.xml:63(td) ./doc/common/tables/nova-spice.xml:67(td) ./doc/common/tables/trove-db_couchbase.xml:39(td) ./doc/common/tables/trove-db_couchbase.xml:43(td) ./doc/common/tables/trove-db_couchbase.xml:47(td) ./doc/common/tables/trove-db_couchbase.xml:51(td) ./doc/common/tables/trove-db_couchbase.xml:55(td) ./doc/common/tables/trove-db_couchbase.xml:59(td) ./doc/common/tables/trove-db_couchbase.xml:63(td) ./doc/common/tables/trove-db_couchbase.xml:67(td) ./doc/common/tables/trove-db_couchbase.xml:71(td) ./doc/common/tables/trove-db_couchbase.xml:75(td) ./doc/common/tables/trove-db_couchbase.xml:83(td) ./doc/common/tables/trove-db_couchbase.xml:90(td) ./doc/common/tables/trove-db_couchbase.xml:94(td) ./doc/common/tables/trove-db_couchbase.xml:98(td) ./doc/common/tables/trove-db_couchbase.xml:102(td) ./doc/common/tables/trove-db_couchbase.xml:106(td) ./doc/common/tables/trove-db_couchbase.xml:110(td) ./doc/common/tables/trove-db_couchbase.xml:114(td) ./doc/common/tables/trove-db_couchbase.xml:118(td) ./doc/common/tables/trove-db_couchbase.xml:122(td) ./doc/common/tables/trove-db_couchbase.xml:126(td) ./doc/common/tables/trove-db_couchbase.xml:134(td) ./doc/common/tables/trove-clients.xml:39(td) ./doc/common/tables/trove-clients.xml:43(td) ./doc/common/tables/trove-clients.xml:47(td) ./doc/common/tables/trove-clients.xml:51(td) ./doc/common/tables/trove-clients.xml:55(td) ./doc/common/tables/trove-clients.xml:59(td) ./doc/common/tables/trove-clients.xml:63(td) ./doc/common/tables/ceilometer-policy.xml:39(td) ./doc/common/tables/ceilometer-policy.xml:43(td) ./doc/common/tables/ceilometer-policy.xml:47(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:20(td) ./doc/common/tables/keystone-memcache.xml:39(td) ./doc/common/tables/keystone-memcache.xml:43(td) ./doc/common/tables/trove-qpid.xml:39(td) ./doc/common/tables/trove-qpid.xml:43(td) ./doc/common/tables/trove-qpid.xml:47(td) ./doc/common/tables/trove-qpid.xml:51(td) ./doc/common/tables/trove-qpid.xml:55(td) ./doc/common/tables/trove-qpid.xml:63(td) ./doc/common/tables/trove-qpid.xml:67(td) ./doc/common/tables/trove-qpid.xml:71(td) ./doc/common/tables/trove-qpid.xml:79(td) ./doc/common/tables/trove-qpid.xml:83(td) ./doc/common/tables/trove-qpid.xml:91(td) ./doc/common/tables/ironic-database.xml:39(td) ./doc/common/tables/ironic-database.xml:43(td) ./doc/common/tables/ironic-database.xml:47(td) ./doc/common/tables/ironic-database.xml:51(td) ./doc/common/tables/ironic-database.xml:55(td) ./doc/common/tables/ironic-database.xml:59(td) ./doc/common/tables/ironic-database.xml:63(td) ./doc/common/tables/ironic-database.xml:67(td) ./doc/common/tables/ironic-database.xml:71(td) ./doc/common/tables/ironic-database.xml:75(td) ./doc/common/tables/ironic-database.xml:79(td) ./doc/common/tables/ironic-database.xml:83(td) ./doc/common/tables/ironic-database.xml:87(td) ./doc/common/tables/ironic-database.xml:91(td) ./doc/common/tables/ironic-database.xml:95(td) ./doc/common/tables/ironic-database.xml:99(td) ./doc/common/tables/ironic-database.xml:103(td) ./doc/common/tables/ironic-database.xml:107(td) ./doc/common/tables/ironic-database.xml:111(td) ./doc/common/tables/ironic-database.xml:115(td) ./doc/common/tables/ironic-database.xml:119(td) ./doc/common/tables/keystone-qpid.xml:39(td) ./doc/common/tables/keystone-qpid.xml:43(td) ./doc/common/tables/keystone-qpid.xml:47(td) ./doc/common/tables/keystone-qpid.xml:51(td) ./doc/common/tables/keystone-qpid.xml:55(td) ./doc/common/tables/keystone-qpid.xml:63(td) ./doc/common/tables/keystone-qpid.xml:67(td) ./doc/common/tables/keystone-qpid.xml:71(td) ./doc/common/tables/keystone-qpid.xml:79(td) ./doc/common/tables/keystone-qpid.xml:83(td) ./doc/common/tables/keystone-qpid.xml:91(td) ./doc/common/tables/ironic-debug.xml:39(td) ./doc/common/tables/nova-volumes.xml:39(td) ./doc/common/tables/nova-volumes.xml:43(td) ./doc/common/tables/nova-volumes.xml:47(td) ./doc/common/tables/nova-volumes.xml:51(td) ./doc/common/tables/nova-volumes.xml:55(td) ./doc/common/tables/nova-volumes.xml:62(td) ./doc/common/tables/nova-volumes.xml:66(td) ./doc/common/tables/nova-volumes.xml:70(td) ./doc/common/tables/nova-volumes.xml:74(td) ./doc/common/tables/nova-volumes.xml:78(td) ./doc/common/tables/nova-volumes.xml:82(td) ./doc/common/tables/nova-volumes.xml:86(td) ./doc/common/tables/nova-volumes.xml:90(td) ./doc/common/tables/nova-volumes.xml:94(td) ./doc/common/tables/nova-volumes.xml:98(td) ./doc/common/tables/nova-volumes.xml:105(td) ./doc/common/tables/nova-volumes.xml:109(td) ./doc/common/tables/nova-volumes.xml:113(td) ./doc/common/tables/nova-volumes.xml:120(td) ./doc/common/tables/nova-volumes.xml:124(td) ./doc/common/tables/nova-volumes.xml:128(td) ./doc/common/tables/nova-volumes.xml:132(td) ./doc/common/tables/nova-volumes.xml:136(td) ./doc/common/tables/nova-volumes.xml:140(td) ./doc/common/tables/nova-volumes.xml:148(td) ./doc/common/tables/nova-volumes.xml:152(td) ./doc/common/tables/nova-volumes.xml:156(td) ./doc/common/tables/nova-volumes.xml:160(td) ./doc/common/tables/nova-volumes.xml:168(td) ./doc/common/tables/nova-volumes.xml:175(td) ./doc/common/tables/keystone-mapping.xml:39(td) ./doc/common/tables/keystone-mapping.xml:43(td) ./doc/common/tables/keystone-mapping.xml:47(td) ./doc/common/tables/nova-vpn.xml:39(td) ./doc/common/tables/nova-vpn.xml:47(td) ./doc/common/tables/nova-vpn.xml:51(td) ./doc/common/tables/nova-vpn.xml:55(td) ./doc/common/tables/nova-vpn.xml:59(td) ./doc/common/tables/nova-vpn.xml:63(td) ./doc/common/tables/nova-vpn.xml:67(td) ./doc/common/tables/nova-vpn.xml:71(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:20(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:24(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:28(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:32(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:36(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/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:193(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/sahara-clients.xml:39(td) ./doc/common/tables/sahara-clients.xml:43(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:66(td) ./doc/common/tables/sahara-clients.xml:73(td) ./doc/common/tables/sahara-clients.xml:77(td) ./doc/common/tables/sahara-clients.xml:81(td) ./doc/common/tables/sahara-clients.xml:88(td) ./doc/common/tables/sahara-clients.xml:92(td) ./doc/common/tables/sahara-clients.xml:96(td) ./doc/common/tables/sahara-clients.xml:103(td) ./doc/common/tables/sahara-clients.xml:107(td) ./doc/common/tables/sahara-clients.xml:111(td) ./doc/common/tables/sahara-clients.xml:118(td) ./doc/common/tables/sahara-clients.xml:122(td) ./doc/common/tables/sahara-clients.xml:126(td) ./doc/common/tables/sahara-clients.xml:133(td) ./doc/common/tables/sahara-clients.xml:137(td) ./doc/common/tables/sahara-clients.xml:141(td) ./doc/common/tables/cinder-xiv.xml:47(td) ./doc/common/tables/cinder-xiv.xml:55(td) ./doc/common/tables/cinder-xiv.xml:59(td) ./doc/common/tables/cinder-xiv.xml:63(td) ./doc/common/tables/nova-ec2.xml:39(td) ./doc/common/tables/nova-ec2.xml:43(td) ./doc/common/tables/nova-ec2.xml:47(td) ./doc/common/tables/nova-ec2.xml:51(td) ./doc/common/tables/nova-ec2.xml:55(td) ./doc/common/tables/nova-ec2.xml:59(td) ./doc/common/tables/nova-ec2.xml:63(td) ./doc/common/tables/nova-ec2.xml:67(td) ./doc/common/tables/nova-ec2.xml:71(td) ./doc/common/tables/nova-ec2.xml:75(td) ./doc/common/tables/nova-ec2.xml:79(td) ./doc/common/tables/nova-ec2.xml:83(td) ./doc/common/tables/nova-ec2.xml:87(td) ./doc/common/tables/nova-ec2.xml:91(td) ./doc/common/tables/nova-ec2.xml:95(td) ./doc/common/tables/nova-ec2.xml:99(td) ./doc/common/tables/neutron-fwaas.xml:21(td) ./doc/common/tables/nova-keymgr.xml:39(td) ./doc/common/tables/nova-keymgr.xml:43(td) ./doc/common/tables/ceilometer-redis.xml:43(td) ./doc/common/tables/ceilometer-redis.xml:50(td) ./doc/common/tables/ceilometer-redis.xml:58(td) ./doc/common/tables/cinder-storpool.xml:21(td) ./doc/common/tables/cinder-storpool.xml:25(td) ./doc/common/tables/manila-glusterfs.xml:39(td) ./doc/common/tables/manila-glusterfs.xml:43(td) ./doc/common/tables/manila-glusterfs.xml:47(td) ./doc/common/tables/manila-glusterfs.xml:51(td) ./doc/common/tables/manila-glusterfs.xml:55(td) ./doc/common/tables/manila-glusterfs.xml:59(td) ./doc/common/tables/manila-glusterfs.xml:63(td) ./doc/common/tables/manila-glusterfs.xml:71(td) ./doc/common/tables/manila-glusterfs.xml:75(td) ./doc/common/tables/manila-glusterfs.xml:79(td) ./doc/common/tables/heat-logging.xml:39(td) ./doc/common/tables/heat-logging.xml:43(td) ./doc/common/tables/heat-logging.xml:47(td) ./doc/common/tables/heat-logging.xml:51(td) ./doc/common/tables/heat-logging.xml:55(td) ./doc/common/tables/heat-logging.xml:59(td) ./doc/common/tables/heat-logging.xml:63(td) ./doc/common/tables/heat-logging.xml:67(td) ./doc/common/tables/heat-logging.xml:71(td) ./doc/common/tables/heat-logging.xml:75(td) ./doc/common/tables/heat-logging.xml:79(td) ./doc/common/tables/heat-logging.xml:83(td) ./doc/common/tables/heat-logging.xml:87(td) ./doc/common/tables/heat-logging.xml:91(td) ./doc/common/tables/heat-logging.xml:95(td) ./doc/common/tables/heat-logging.xml:99(td) ./doc/common/tables/heat-logging.xml:103(td) ./doc/common/tables/heat-logging.xml:107(td) ./doc/common/tables/heat-logging.xml:111(td) ./doc/common/tables/heat-logging.xml:115(td) ./doc/common/tables/nova-periodic.xml:39(td) ./doc/common/tables/nova-periodic.xml:43(td) ./doc/common/tables/neutron-ml2_ofa.xml:21(td) ./doc/common/tables/neutron-ml2_ofa.xml:25(td) ./doc/common/tables/ironic-api.xml:39(td) ./doc/common/tables/ironic-api.xml:43(td) ./doc/common/tables/ironic-api.xml:47(td) ./doc/common/tables/ironic-api.xml:51(td) ./doc/common/tables/ironic-api.xml:58(td) ./doc/common/tables/ironic-api.xml:62(td) ./doc/common/tables/ironic-api.xml:66(td) ./doc/common/tables/ironic-api.xml:70(td) ./doc/common/tables/ironic-api.xml:74(td) ./doc/common/tables/ironic-api.xml:78(td) ./doc/common/tables/ironic-api.xml:85(td) ./doc/common/tables/ironic-api.xml:89(td) ./doc/common/tables/ironic-api.xml:93(td) ./doc/common/tables/ironic-api.xml:97(td) ./doc/common/tables/ironic-api.xml:101(td) ./doc/common/tables/ironic-api.xml:105(td) ./doc/common/tables/ironic-api.xml:112(td) ./doc/common/tables/ironic-api.xml:116(td) ./doc/common/tables/ironic-api.xml:123(td) ./doc/common/tables/heat-trustee.xml:39(td) ./doc/common/tables/heat-trustee.xml:43(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:39(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:43(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:47(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:51(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:55(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:59(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:63(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:67(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:71(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:75(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:79(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:83(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:87(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:91(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:95(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:99(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:103(td) ./doc/common/tables/octavia.xml:21(td) ./doc/common/tables/octavia.xml:25(td) ./doc/common/tables/octavia.xml:29(td) ./doc/common/tables/octavia.xml:33(td) ./doc/common/tables/octavia.xml:37(td) ./doc/common/tables/octavia.xml:41(td) ./doc/common/tables/octavia.xml:56(td) ./doc/common/tables/octavia.xml:63(td) ./doc/common/tables/octavia.xml:67(td) ./doc/common/tables/octavia.xml:75(td) ./doc/common/tables/octavia.xml:79(td) ./doc/common/tables/octavia.xml:83(td) ./doc/common/tables/octavia.xml:91(td) ./doc/common/tables/octavia.xml:95(td) ./doc/common/tables/octavia.xml:99(td) ./doc/common/tables/octavia.xml:106(td) ./doc/common/tables/octavia.xml:110(td) ./doc/common/tables/octavia.xml:114(td) ./doc/common/tables/octavia.xml:118(td) ./doc/common/tables/octavia.xml:122(td) ./doc/common/tables/octavia.xml:129(td) ./doc/common/tables/octavia.xml:133(td) ./doc/common/tables/octavia.xml:140(td) ./doc/common/tables/octavia.xml:144(td) ./doc/common/tables/octavia.xml:148(td) ./doc/common/tables/octavia.xml:152(td) ./doc/common/tables/octavia.xml:160(td) ./doc/common/tables/octavia.xml:164(td) ./doc/common/tables/octavia.xml:175(td) ./doc/common/tables/octavia.xml:179(td) ./doc/common/tables/octavia.xml:186(td) ./doc/common/tables/octavia.xml:190(td) ./doc/common/tables/octavia.xml:194(td) ./doc/common/tables/octavia.xml:198(td) ./doc/common/tables/octavia.xml:202(td) ./doc/common/tables/octavia.xml:206(td) ./doc/common/tables/octavia.xml:210(td) ./doc/common/tables/octavia.xml:214(td) ./doc/common/tables/octavia.xml:218(td) ./doc/common/tables/octavia.xml:222(td) ./doc/common/tables/octavia.xml:226(td) ./doc/common/tables/octavia.xml:230(td) ./doc/common/tables/octavia.xml:234(td) ./doc/common/tables/octavia.xml:238(td) ./doc/common/tables/octavia.xml:242(td) ./doc/common/tables/octavia.xml:249(td) ./doc/common/tables/octavia.xml:253(td) ./doc/common/tables/octavia.xml:277(td) ./doc/common/tables/octavia.xml:281(td) ./doc/common/tables/octavia.xml:285(td) ./doc/common/tables/octavia.xml:289(td) ./doc/common/tables/octavia.xml:293(td) ./doc/common/tables/octavia.xml:300(td) ./doc/common/tables/octavia.xml:304(td) ./doc/common/tables/octavia.xml:312(td) ./doc/common/tables/octavia.xml:316(td) ./doc/common/tables/octavia.xml:320(td) ./doc/common/tables/octavia.xml:324(td) ./doc/common/tables/octavia.xml:331(td) ./doc/common/tables/octavia.xml:335(td) ./doc/common/tables/octavia.xml:342(td) ./doc/common/tables/octavia.xml:346(td) ./doc/common/tables/octavia.xml:350(td) ./doc/common/tables/octavia.xml:354(td) ./doc/common/tables/ceilometer-tripleo.xml:39(td) ./doc/common/tables/ceilometer-tripleo.xml:43(td) ./doc/common/tables/ceilometer-tripleo.xml:47(td) ./doc/common/tables/ceilometer-tripleo.xml:51(td) ./doc/common/tables/sahara-rpc.xml:39(td) ./doc/common/tables/sahara-rpc.xml:43(td) ./doc/common/tables/sahara-rpc.xml:47(td) ./doc/common/tables/sahara-rpc.xml:51(td) ./doc/common/tables/sahara-rpc.xml:55(td) ./doc/common/tables/sahara-rpc.xml:62(td) ./doc/common/tables/sahara-rpc.xml:66(td) ./doc/common/tables/sahara-rpc.xml:73(td) ./doc/common/tables/sahara-rpc.xml:77(td) ./doc/common/tables/sahara-rpc.xml:81(td) ./doc/common/tables/sahara-rpc.xml:85(td) ./doc/common/tables/sahara-rpc.xml:89(td) ./doc/common/tables/sahara-rpc.xml:109(td) ./doc/common/tables/sahara-rpc.xml:125(td) ./doc/common/tables/sahara-rpc.xml:129(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/glance-zeromq.xml:39(td) ./doc/common/tables/glance-zeromq.xml:43(td) ./doc/common/tables/glance-zeromq.xml:47(td) ./doc/common/tables/glance-zeromq.xml:51(td) ./doc/common/tables/glance-zeromq.xml:55(td) ./doc/common/tables/glance-zeromq.xml:59(td) ./doc/common/tables/glance-zeromq.xml:63(td) ./doc/common/tables/glance-zeromq.xml:67(td) ./doc/common/tables/glance-zeromq.xml:71(td) ./doc/common/tables/ceilometer-logging.xml:39(td) ./doc/common/tables/ceilometer-logging.xml:43(td) ./doc/common/tables/ceilometer-logging.xml:47(td) ./doc/common/tables/ceilometer-logging.xml:51(td) ./doc/common/tables/ceilometer-logging.xml:55(td) ./doc/common/tables/ceilometer-logging.xml:59(td) ./doc/common/tables/ceilometer-logging.xml:63(td) ./doc/common/tables/ceilometer-logging.xml:67(td) ./doc/common/tables/ceilometer-logging.xml:71(td) ./doc/common/tables/ceilometer-logging.xml:75(td) ./doc/common/tables/ceilometer-logging.xml:79(td) ./doc/common/tables/ceilometer-logging.xml:83(td) ./doc/common/tables/ceilometer-logging.xml:87(td) ./doc/common/tables/ceilometer-logging.xml:91(td) ./doc/common/tables/ceilometer-logging.xml:95(td) ./doc/common/tables/ceilometer-logging.xml:99(td) ./doc/common/tables/ceilometer-logging.xml:103(td) ./doc/common/tables/ceilometer-logging.xml:107(td) ./doc/common/tables/ceilometer-logging.xml:111(td) ./doc/common/tables/ceilometer-logging.xml:115(td) ./doc/common/tables/ceilometer-logging.xml:119(td) ./doc/common/tables/cinder-huawei.xml:39(td) ./doc/common/tables/sahara-object_store_access.xml:39(td) ./doc/common/tables/sahara-object_store_access.xml:43(td) ./doc/common/tables/glance-filesystem.xml:39(td) ./doc/common/tables/glance-filesystem.xml:43(td) ./doc/common/tables/glance-filesystem.xml:47(td) ./doc/common/tables/glance-filesystem.xml:51(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/cinder-hds-hnas.xml:39(td) ./doc/common/tables/cinder-hds-hnas.xml:43(td) ./doc/common/tables/nova-apiv21.xml:39(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:47(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:55(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:59(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:63(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:67(td) ./doc/common/tables/manila-redis.xml:43(td) ./doc/common/tables/manila-redis.xml:50(td) ./doc/common/tables/manila-redis.xml:58(td) ./doc/common/tables/cinder-solidfire.xml:39(td) ./doc/common/tables/cinder-solidfire.xml:43(td) ./doc/common/tables/cinder-solidfire.xml:47(td) ./doc/common/tables/cinder-solidfire.xml:51(td) ./doc/common/tables/cinder-solidfire.xml:55(td) ./doc/common/tables/cinder-solidfire.xml:59(td) ./doc/common/tables/cinder-solidfire.xml:63(td) ./doc/common/tables/cinder-solidfire.xml:67(td) ./doc/common/tables/ironic-qpid.xml:39(td) ./doc/common/tables/ironic-qpid.xml:43(td) ./doc/common/tables/ironic-qpid.xml:47(td) ./doc/common/tables/ironic-qpid.xml:51(td) ./doc/common/tables/ironic-qpid.xml:55(td) ./doc/common/tables/ironic-qpid.xml:63(td) ./doc/common/tables/ironic-qpid.xml:67(td) ./doc/common/tables/ironic-qpid.xml:71(td) ./doc/common/tables/ironic-qpid.xml:79(td) ./doc/common/tables/ironic-qpid.xml:83(td) ./doc/common/tables/ironic-qpid.xml:91(td) ./doc/common/tables/keystone-os_inherit.xml:39(td) ./doc/common/tables/cinder-dothill.xml:39(td) ./doc/common/tables/cinder-dothill.xml:43(td) ./doc/common/tables/cinder-dothill.xml:47(td) ./doc/common/tables/cinder-dothill.xml:55(td) ./doc/common/tables/cinder-dothill.xml:59(td) ./doc/common/tables/trove-db_cassandra.xml:39(td) ./doc/common/tables/trove-db_cassandra.xml:43(td) ./doc/common/tables/trove-db_cassandra.xml:47(td) ./doc/common/tables/trove-db_cassandra.xml:51(td) ./doc/common/tables/trove-db_cassandra.xml:55(td) ./doc/common/tables/trove-db_cassandra.xml:59(td) ./doc/common/tables/trove-db_cassandra.xml:63(td) ./doc/common/tables/trove-db_cassandra.xml:67(td) ./doc/common/tables/trove-db_cassandra.xml:71(td) ./doc/common/tables/trove-db_cassandra.xml:79(td) ./doc/common/tables/cinder-hplefthand.xml:39(td) ./doc/common/tables/cinder-hplefthand.xml:43(td) ./doc/common/tables/cinder-hplefthand.xml:47(td) ./doc/common/tables/cinder-hplefthand.xml:51(td) ./doc/common/tables/cinder-hplefthand.xml:55(td) ./doc/common/tables/cinder-hplefthand.xml:59(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/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/neutron-midonet.xml:37(td) ./doc/common/tables/neutron-midonet.xml:41(td) ./doc/common/tables/neutron-midonet.xml:45(td) ./doc/common/tables/neutron-midonet.xml:49(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:20(td) ./doc/common/tables/nova-quota.xml:39(td) ./doc/common/tables/nova-quota.xml:43(td) ./doc/common/tables/nova-quota.xml:47(td) ./doc/common/tables/nova-quota.xml:51(td) ./doc/common/tables/nova-quota.xml:55(td) ./doc/common/tables/nova-quota.xml:59(td) ./doc/common/tables/nova-quota.xml:63(td) ./doc/common/tables/nova-quota.xml:67(td) ./doc/common/tables/nova-quota.xml:71(td) ./doc/common/tables/nova-quota.xml:75(td) ./doc/common/tables/nova-quota.xml:79(td) ./doc/common/tables/nova-quota.xml:83(td) ./doc/common/tables/nova-quota.xml:87(td) ./doc/common/tables/nova-quota.xml:91(td) ./doc/common/tables/nova-quota.xml:95(td) ./doc/common/tables/nova-quota.xml:99(td) ./doc/common/tables/nova-quota.xml:103(td) ./doc/common/tables/nova-quota.xml:107(td) ./doc/common/tables/nova-quota.xml:114(td) ./doc/common/tables/cinder-scality.xml:39(td) ./doc/common/tables/cinder-scality.xml:43(td) ./doc/common/tables/cinder-scality.xml:47(td) ./doc/common/tables/nova-cells.xml:39(td) ./doc/common/tables/nova-cells.xml:43(td) ./doc/common/tables/nova-cells.xml:47(td) ./doc/common/tables/nova-cells.xml:51(td) ./doc/common/tables/nova-cells.xml:55(td) ./doc/common/tables/nova-cells.xml:59(td) ./doc/common/tables/nova-cells.xml:63(td) ./doc/common/tables/nova-cells.xml:67(td) ./doc/common/tables/nova-cells.xml:71(td) ./doc/common/tables/nova-cells.xml:75(td) ./doc/common/tables/nova-cells.xml:79(td) ./doc/common/tables/nova-cells.xml:83(td) ./doc/common/tables/nova-cells.xml:87(td) ./doc/common/tables/nova-cells.xml:91(td) ./doc/common/tables/nova-cells.xml:95(td) ./doc/common/tables/nova-cells.xml:99(td) ./doc/common/tables/nova-cells.xml:103(td) ./doc/common/tables/nova-redis.xml:43(td) ./doc/common/tables/nova-redis.xml:50(td) ./doc/common/tables/nova-redis.xml:58(td) ./doc/common/tables/sahara-zeromq.xml:39(td) ./doc/common/tables/sahara-zeromq.xml:43(td) ./doc/common/tables/sahara-zeromq.xml:47(td) ./doc/common/tables/sahara-zeromq.xml:51(td) ./doc/common/tables/sahara-zeromq.xml:55(td) ./doc/common/tables/sahara-zeromq.xml:59(td) ./doc/common/tables/sahara-zeromq.xml:63(td) ./doc/common/tables/sahara-zeromq.xml:67(td) ./doc/common/tables/sahara-zeromq.xml:71(td) ./doc/common/tables/aodh-cors.xml:21(td) ./doc/common/tables/aodh-cors.xml:25(td) ./doc/common/tables/aodh-cors.xml:29(td) ./doc/common/tables/aodh-cors.xml:33(td) ./doc/common/tables/aodh-cors.xml:37(td) ./doc/common/tables/aodh-cors.xml:41(td) ./doc/common/tables/aodh-cors.xml:48(td) ./doc/common/tables/aodh-cors.xml:52(td) ./doc/common/tables/aodh-cors.xml:56(td) ./doc/common/tables/aodh-cors.xml:60(td) ./doc/common/tables/aodh-cors.xml:64(td) ./doc/common/tables/aodh-cors.xml:68(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/neutron-lbaas.xml:21(td) ./doc/common/tables/neutron-lbaas.xml:25(td) ./doc/common/tables/neutron-lbaas.xml:29(td) ./doc/common/tables/neutron-lbaas.xml:33(td) ./doc/common/tables/neutron-lbaas.xml:37(td) ./doc/common/tables/neutron-lbaas.xml:41(td) ./doc/common/tables/neutron-lbaas.xml:48(td) ./doc/common/tables/neutron-lbaas.xml:52(td) ./doc/common/tables/neutron-lbaas.xml:56(td) ./doc/common/tables/neutron-lbaas.xml:60(td) ./doc/common/tables/neutron-lbaas.xml:64(td) ./doc/common/tables/neutron-lbaas.xml:68(td) ./doc/common/tables/neutron-lbaas.xml:72(td) ./doc/common/tables/neutron-lbaas.xml:76(td) ./doc/common/tables/neutron-lbaas.xml:80(td) ./doc/common/tables/neutron-lbaas.xml:87(td) ./doc/common/tables/neutron-lbaas.xml:94(td) ./doc/common/tables/neutron-lbaas.xml:98(td) ./doc/common/tables/neutron-lbaas.xml:105(td) ./doc/common/tables/neutron-lbaas.xml:109(td) ./doc/common/tables/neutron-lbaas.xml:113(td) ./doc/common/tables/neutron-lbaas.xml:117(td) ./doc/common/tables/neutron-lbaas.xml:121(td) ./doc/common/tables/neutron-lbaas.xml:125(td) ./doc/common/tables/neutron-lbaas.xml:129(td) ./doc/common/tables/neutron-lbaas.xml:133(td) ./doc/common/tables/neutron-lbaas.xml:137(td) ./doc/common/tables/cinder-drbd.xml:39(td) ./doc/common/tables/swift-rsyncd-object6020.xml:20(td) ./doc/common/tables/swift-rsyncd-object6020.xml:24(td) ./doc/common/tables/swift-rsyncd-object6020.xml:28(td) ./doc/common/tables/swift-rsyncd-object6020.xml:32(td) ./doc/common/tables/ceilometer-service_types.xml:39(td) ./doc/common/tables/ceilometer-service_types.xml:43(td) ./doc/common/tables/ceilometer-service_types.xml:47(td) ./doc/common/tables/ceilometer-service_types.xml:51(td) ./doc/common/tables/ceilometer-service_types.xml:55(td) ./doc/common/tables/ceilometer-service_types.xml:59(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/cinder-infortrend.xml:39(td) ./doc/common/tables/cinder-infortrend.xml:43(td) ./doc/common/tables/cinder-infortrend.xml:47(td) ./doc/common/tables/cinder-infortrend.xml:55(td) ./doc/common/tables/cinder-infortrend.xml:59(td) ./doc/common/tables/cinder-infortrend.xml:63(td) ./doc/common/tables/cinder-infortrend.xml:67(td) ./doc/common/tables/ceilometer-rgw.xml:39(td) ./doc/common/tables/ceilometer-rgw.xml:43(td) ./doc/common/tables/ironic-dhcp.xml:39(td) ./doc/common/tables/manila-huawei.xml:39(td) ./doc/common/tables/trove-db_percona.xml:39(td) ./doc/common/tables/trove-db_percona.xml:43(td) ./doc/common/tables/trove-db_percona.xml:47(td) ./doc/common/tables/trove-db_percona.xml:51(td) ./doc/common/tables/trove-db_percona.xml:55(td) ./doc/common/tables/trove-db_percona.xml:59(td) ./doc/common/tables/trove-db_percona.xml:63(td) ./doc/common/tables/trove-db_percona.xml:67(td) ./doc/common/tables/trove-db_percona.xml:71(td) ./doc/common/tables/trove-db_percona.xml:75(td) ./doc/common/tables/trove-db_percona.xml:79(td) ./doc/common/tables/trove-db_percona.xml:83(td) ./doc/common/tables/trove-db_percona.xml:87(td) ./doc/common/tables/trove-db_percona.xml:95(td) ./doc/common/tables/trove-db_percona.xml:99(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:24(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/ironic-auth_token.xml:39(td) ./doc/common/tables/ironic-auth_token.xml:43(td) ./doc/common/tables/ironic-auth_token.xml:47(td) ./doc/common/tables/ironic-auth_token.xml:51(td) ./doc/common/tables/ironic-auth_token.xml:59(td) ./doc/common/tables/ironic-auth_token.xml:63(td) ./doc/common/tables/ironic-auth_token.xml:67(td) ./doc/common/tables/ironic-auth_token.xml:71(td) ./doc/common/tables/ironic-auth_token.xml:75(td) ./doc/common/tables/ironic-auth_token.xml:79(td) ./doc/common/tables/ironic-auth_token.xml:83(td) ./doc/common/tables/ironic-auth_token.xml:87(td) ./doc/common/tables/ironic-auth_token.xml:91(td) ./doc/common/tables/ironic-auth_token.xml:95(td) ./doc/common/tables/ironic-auth_token.xml:99(td) ./doc/common/tables/ironic-auth_token.xml:103(td) ./doc/common/tables/ironic-auth_token.xml:107(td) ./doc/common/tables/ironic-auth_token.xml:111(td) ./doc/common/tables/ironic-auth_token.xml:115(td) ./doc/common/tables/ironic-auth_token.xml:119(td) ./doc/common/tables/ironic-auth_token.xml:123(td) ./doc/common/tables/ironic-auth_token.xml:127(td) ./doc/common/tables/ironic-auth_token.xml:131(td) ./doc/common/tables/ironic-auth_token.xml:135(td) ./doc/common/tables/ironic-auth_token.xml:139(td) ./doc/common/tables/ironic-auth_token.xml:143(td) ./doc/common/tables/ironic-auth_token.xml:147(td) ./doc/common/tables/ironic-auth_token.xml:151(td) ./doc/common/tables/ironic-auth_token.xml:155(td) ./doc/common/tables/ironic-auth_token.xml:159(td) ./doc/common/tables/ironic-auth_token.xml:163(td) ./doc/common/tables/ironic-auth_token.xml:167(td) ./doc/common/tables/ironic-auth_token.xml:171(td) ./doc/common/tables/ironic-auth_token.xml:175(td) ./doc/common/tables/ironic-auth_token.xml:179(td) ./doc/common/tables/ironic-auth_token.xml:183(td) ./doc/common/tables/ironic-auth_token.xml:187(td) ./doc/common/tables/neutron-ipv6_ra.xml:21(td) ./doc/common/tables/trove-db_db2.xml:39(td) ./doc/common/tables/trove-db_db2.xml:43(td) ./doc/common/tables/trove-db_db2.xml:47(td) ./doc/common/tables/trove-db_db2.xml:51(td) ./doc/common/tables/trove-db_db2.xml:55(td) ./doc/common/tables/trove-db_db2.xml:59(td) ./doc/common/tables/trove-db_db2.xml:63(td) ./doc/common/tables/trove-db_db2.xml:67(td) ./doc/common/tables/trove-db_db2.xml:71(td) ./doc/common/tables/trove-db_db2.xml:75(td) ./doc/common/tables/trove-db_db2.xml:79(td) ./doc/common/tables/trove-db_db2.xml:87(td) ./doc/common/tables/ironic-glance.xml:43(td) ./doc/common/tables/ironic-glance.xml:47(td) ./doc/common/tables/ironic-glance.xml:51(td) ./doc/common/tables/ironic-glance.xml:55(td) ./doc/common/tables/ironic-glance.xml:59(td) ./doc/common/tables/ironic-glance.xml:63(td) ./doc/common/tables/ironic-glance.xml:67(td) ./doc/common/tables/ironic-glance.xml:71(td) ./doc/common/tables/ironic-glance.xml:75(td) ./doc/common/tables/ironic-glance.xml:79(td) ./doc/common/tables/ironic-glance.xml:83(td) ./doc/common/tables/ironic-glance.xml:87(td) ./doc/common/tables/ironic-glance.xml:91(td) ./doc/common/tables/ironic-glance.xml:95(td) ./doc/common/tables/ironic-virtualbox.xml:39(td) ./doc/common/tables/aodh-rpc.xml:21(td) ./doc/common/tables/aodh-rpc.xml:25(td) ./doc/common/tables/aodh-rpc.xml:29(td) ./doc/common/tables/aodh-rpc.xml:33(td) ./doc/common/tables/aodh-rpc.xml:37(td) ./doc/common/tables/aodh-rpc.xml:41(td) ./doc/common/tables/aodh-rpc.xml:48(td) ./doc/common/tables/aodh-rpc.xml:52(td) ./doc/common/tables/aodh-rpc.xml:56(td) ./doc/common/tables/aodh-rpc.xml:60(td) ./doc/common/tables/aodh-rpc.xml:64(td) ./doc/common/tables/aodh-rpc.xml:68(td) ./doc/common/tables/aodh-rpc.xml:84(td) ./doc/common/tables/aodh-rpc.xml:88(td) ./doc/common/tables/ceilometer-zeromq.xml:39(td) ./doc/common/tables/ceilometer-zeromq.xml:43(td) ./doc/common/tables/ceilometer-zeromq.xml:47(td) ./doc/common/tables/ceilometer-zeromq.xml:51(td) ./doc/common/tables/ceilometer-zeromq.xml:55(td) ./doc/common/tables/ceilometer-zeromq.xml:59(td) ./doc/common/tables/ceilometer-zeromq.xml:63(td) ./doc/common/tables/ceilometer-zeromq.xml:67(td) ./doc/common/tables/ceilometer-zeromq.xml:71(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:25(td) ./doc/common/tables/neutron-vpnaas_libreswan.xml:29(td) ./doc/common/tables/glance-database.xml:39(td) ./doc/common/tables/glance-database.xml:43(td) ./doc/common/tables/glance-database.xml:47(td) ./doc/common/tables/glance-database.xml:51(td) ./doc/common/tables/glance-database.xml:55(td) ./doc/common/tables/glance-database.xml:59(td) ./doc/common/tables/glance-database.xml:63(td) ./doc/common/tables/glance-database.xml:67(td) ./doc/common/tables/glance-database.xml:71(td) ./doc/common/tables/glance-database.xml:75(td) ./doc/common/tables/glance-database.xml:79(td) ./doc/common/tables/glance-database.xml:83(td) ./doc/common/tables/glance-database.xml:87(td) ./doc/common/tables/glance-database.xml:91(td) ./doc/common/tables/glance-database.xml:95(td) ./doc/common/tables/glance-database.xml:99(td) ./doc/common/tables/glance-database.xml:103(td) ./doc/common/tables/glance-database.xml:107(td) ./doc/common/tables/glance-database.xml:111(td) ./doc/common/tables/glance-database.xml:115(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:20(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:24(td) ./doc/common/tables/manila-hdfs.xml:39(td) ./doc/common/tables/manila-hdfs.xml:43(td) ./doc/common/tables/manila-hdfs.xml:47(td) ./doc/common/tables/manila-hdfs.xml:51(td) ./doc/common/tables/manila-hdfs.xml:55(td) ./doc/common/tables/manila-hdfs.xml:59(td) ./doc/common/tables/cinder-pure.xml:39(td) ./doc/common/tables/neutron-ml2_sriov.xml:21(td) ./doc/common/tables/neutron-ml2_sriov.xml:25(td) ./doc/common/tables/neutron-agent.xml:21(td) ./doc/common/tables/neutron-agent.xml:25(td) ./doc/common/tables/neutron-agent.xml:29(td) ./doc/common/tables/neutron-agent.xml:33(td) ./doc/common/tables/neutron-agent.xml:40(td) ./doc/common/tables/neutron-agent.xml:44(td) ./doc/common/tables/glance-common.xml:39(td) ./doc/common/tables/glance-common.xml:43(td) ./doc/common/tables/glance-common.xml:47(td) ./doc/common/tables/glance-common.xml:51(td) ./doc/common/tables/glance-common.xml:55(td) ./doc/common/tables/glance-common.xml:59(td) ./doc/common/tables/glance-common.xml:63(td) ./doc/common/tables/glance-common.xml:67(td) ./doc/common/tables/glance-common.xml:71(td) ./doc/common/tables/glance-common.xml:75(td) ./doc/common/tables/glance-common.xml:79(td) ./doc/common/tables/glance-common.xml:83(td) ./doc/common/tables/glance-common.xml:87(td) ./doc/common/tables/glance-common.xml:91(td) ./doc/common/tables/glance-common.xml:95(td) ./doc/common/tables/glance-common.xml:99(td) ./doc/common/tables/glance-common.xml:103(td) ./doc/common/tables/glance-common.xml:107(td) ./doc/common/tables/glance-common.xml:111(td) ./doc/common/tables/glance-common.xml:115(td) ./doc/common/tables/glance-common.xml:119(td) ./doc/common/tables/glance-common.xml:126(td) ./doc/common/tables/glance-common.xml:133(td) ./doc/common/tables/glance-common.xml:137(td) ./doc/common/tables/glance-common.xml:144(td) ./doc/common/tables/glance-common.xml:151(td) ./doc/common/tables/glance-common.xml:155(td) ./doc/common/tables/glance-common.xml:159(td) ./doc/common/tables/heat-api.xml:39(td) ./doc/common/tables/heat-api.xml:43(td) ./doc/common/tables/heat-api.xml:47(td) ./doc/common/tables/heat-api.xml:51(td) ./doc/common/tables/heat-api.xml:59(td) ./doc/common/tables/heat-api.xml:63(td) ./doc/common/tables/heat-api.xml:71(td) ./doc/common/tables/heat-api.xml:75(td) ./doc/common/tables/heat-api.xml:79(td) ./doc/common/tables/heat-api.xml:83(td) ./doc/common/tables/heat-api.xml:87(td) ./doc/common/tables/heat-api.xml:91(td) ./doc/common/tables/heat-api.xml:95(td) ./doc/common/tables/heat-api.xml:99(td) ./doc/common/tables/heat-api.xml:103(td) ./doc/common/tables/heat-api.xml:107(td) ./doc/common/tables/heat-api.xml:122(td) ./doc/common/tables/heat-api.xml:133(td) ./doc/common/tables/heat-api.xml:137(td) ./doc/common/tables/heat-api.xml:141(td) ./doc/common/tables/heat-api.xml:145(td) ./doc/common/tables/heat-api.xml:149(td) ./doc/common/tables/heat-api.xml:153(td) ./doc/common/tables/heat-api.xml:160(td) ./doc/common/tables/heat-api.xml:164(td) ./doc/common/tables/heat-api.xml:171(td) ./doc/common/tables/heat-api.xml:175(td) ./doc/common/tables/heat-api.xml:179(td) ./doc/common/tables/heat-api.xml:183(td) ./doc/common/tables/heat-api.xml:187(td) ./doc/common/tables/heat-api.xml:191(td) ./doc/common/tables/heat-api.xml:195(td) ./doc/common/tables/heat-api.xml:199(td) ./doc/common/tables/heat-api.xml:206(td) ./doc/common/tables/heat-api.xml:210(td) ./doc/common/tables/heat-api.xml:217(td) ./doc/common/tables/heat-api.xml:221(td) ./doc/common/tables/heat-api.xml:225(td) ./doc/common/tables/heat-api.xml:232(td) ./doc/common/tables/heat-api.xml:239(td) ./doc/common/tables/heat-api.xml:243(td) ./doc/common/tables/ironic-irmc.xml:39(td) ./doc/common/tables/ironic-irmc.xml:43(td) ./doc/common/tables/ironic-irmc.xml:47(td) ./doc/common/tables/ironic-irmc.xml:51(td) ./doc/common/tables/ironic-irmc.xml:55(td) ./doc/common/tables/ironic-irmc.xml:59(td) ./doc/common/tables/ironic-irmc.xml:63(td) ./doc/common/tables/ironic-irmc.xml:71(td) ./doc/common/tables/ironic-irmc.xml:75(td) ./doc/common/tables/ironic-irmc.xml:79(td) ./doc/common/tables/ceilometer-xenapi.xml:39(td) ./doc/common/tables/ceilometer-xenapi.xml:43(td) ./doc/common/tables/ceilometer-xenapi.xml:47(td) ./doc/common/tables/ceilometer-xenapi.xml:51(td) ./doc/common/tables/cinder-flashsystem.xml:39(td) ./doc/common/tables/cinder-flashsystem.xml:43(td) ./doc/common/tables/cinder-flashsystem.xml:47(td) ./doc/common/tables/cinder-flashsystem.xml:51(td) ./doc/common/tables/nova-network.xml:39(td) ./doc/common/tables/nova-network.xml:43(td) ./doc/common/tables/nova-network.xml:47(td) ./doc/common/tables/nova-network.xml:51(td) ./doc/common/tables/nova-network.xml:55(td) ./doc/common/tables/nova-network.xml:59(td) ./doc/common/tables/nova-network.xml:63(td) ./doc/common/tables/nova-network.xml:67(td) ./doc/common/tables/nova-network.xml:71(td) ./doc/common/tables/nova-network.xml:75(td) ./doc/common/tables/nova-network.xml:79(td) ./doc/common/tables/nova-network.xml:83(td) ./doc/common/tables/nova-network.xml:87(td) ./doc/common/tables/nova-network.xml:95(td) ./doc/common/tables/nova-network.xml:99(td) ./doc/common/tables/nova-network.xml:103(td) ./doc/common/tables/nova-network.xml:107(td) ./doc/common/tables/nova-network.xml:111(td) ./doc/common/tables/nova-network.xml:115(td) ./doc/common/tables/nova-network.xml:119(td) ./doc/common/tables/nova-network.xml:123(td) ./doc/common/tables/nova-network.xml:127(td) ./doc/common/tables/nova-network.xml:131(td) ./doc/common/tables/nova-network.xml:135(td) ./doc/common/tables/nova-network.xml:139(td) ./doc/common/tables/nova-network.xml:143(td) ./doc/common/tables/nova-network.xml:147(td) ./doc/common/tables/nova-network.xml:155(td) ./doc/common/tables/nova-network.xml:163(td) ./doc/common/tables/nova-network.xml:171(td) ./doc/common/tables/nova-network.xml:175(td) ./doc/common/tables/nova-network.xml:179(td) ./doc/common/tables/nova-network.xml:183(td) ./doc/common/tables/nova-network.xml:187(td) ./doc/common/tables/nova-network.xml:191(td) ./doc/common/tables/nova-network.xml:195(td) ./doc/common/tables/nova-network.xml:199(td) ./doc/common/tables/nova-network.xml:203(td) ./doc/common/tables/nova-network.xml:207(td) ./doc/common/tables/nova-network.xml:211(td) ./doc/common/tables/nova-network.xml:215(td) ./doc/common/tables/nova-network.xml:219(td) ./doc/common/tables/nova-network.xml:223(td) ./doc/common/tables/nova-network.xml:227(td) ./doc/common/tables/nova-network.xml:231(td) ./doc/common/tables/nova-network.xml:235(td) ./doc/common/tables/nova-network.xml:239(td) ./doc/common/tables/nova-network.xml:243(td) ./doc/common/tables/nova-network.xml:247(td) ./doc/common/tables/nova-network.xml:251(td) ./doc/common/tables/nova-network.xml:255(td) ./doc/common/tables/nova-network.xml:259(td) ./doc/common/tables/nova-network.xml:263(td) ./doc/common/tables/nova-network.xml:267(td) ./doc/common/tables/nova-network.xml:271(td) ./doc/common/tables/nova-network.xml:275(td) ./doc/common/tables/nova-network.xml:282(td) ./doc/common/tables/nova-network.xml:289(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:52(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:57(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:20(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/nova-s3.xml:39(td) ./doc/common/tables/nova-s3.xml:43(td) ./doc/common/tables/nova-s3.xml:47(td) ./doc/common/tables/nova-s3.xml:51(td) ./doc/common/tables/nova-s3.xml:55(td) ./doc/common/tables/nova-s3.xml:59(td) ./doc/common/tables/nova-s3.xml:63(td) ./doc/common/tables/nova-s3.xml:67(td) ./doc/common/tables/nova-s3.xml:71(td) ./doc/common/tables/nova-s3.xml:75(td) ./doc/common/tables/swift-rsyncd-object6040.xml:20(td) ./doc/common/tables/swift-rsyncd-object6040.xml:24(td) ./doc/common/tables/swift-rsyncd-object6040.xml:28(td) ./doc/common/tables/swift-rsyncd-object6040.xml:32(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:41(td) ./doc/common/tables/neutron-ml2_brocade.xml:45(td) ./doc/common/tables/neutron-ml2_brocade.xml:56(td) ./doc/common/tables/neutron-ml2_brocade.xml:60(td) ./doc/common/tables/neutron-ml2_brocade.xml:64(td) ./doc/common/tables/neutron-ml2_brocade.xml:72(td) ./doc/common/tables/neutron-ml2_brocade.xml:76(td) ./doc/common/tables/cinder-quobyte.xml:39(td) ./doc/common/tables/cinder-quobyte.xml:43(td) ./doc/common/tables/cinder-quobyte.xml:47(td) ./doc/common/tables/cinder-quobyte.xml:51(td) ./doc/common/tables/cinder-quobyte.xml:55(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/keystone-token.xml:39(td) ./doc/common/tables/keystone-token.xml:47(td) ./doc/common/tables/keystone-token.xml:51(td) ./doc/common/tables/keystone-token.xml:55(td) ./doc/common/tables/keystone-token.xml:59(td) ./doc/common/tables/keystone-token.xml:63(td) ./doc/common/tables/keystone-token.xml:67(td) ./doc/common/tables/keystone-token.xml:71(td) ./doc/common/tables/keystone-token.xml:75(td) ./doc/common/tables/glance-s3.xml:39(td) ./doc/common/tables/glance-s3.xml:43(td) ./doc/common/tables/glance-s3.xml:47(td) ./doc/common/tables/glance-s3.xml:51(td) ./doc/common/tables/glance-s3.xml:55(td) ./doc/common/tables/glance-s3.xml:59(td) ./doc/common/tables/glance-s3.xml:63(td) ./doc/common/tables/glance-s3.xml:67(td) ./doc/common/tables/glance-s3.xml:71(td) ./doc/common/tables/glance-s3.xml:75(td) ./doc/common/tables/glance-s3.xml:79(td) ./doc/common/tables/glance-s3.xml:83(td) ./doc/common/tables/glance-s3.xml:87(td) ./doc/common/tables/glance-s3.xml:91(td) ./doc/common/tables/glance-s3.xml:95(td) ./doc/common/tables/ironic-neutron.xml:39(td) ./doc/common/tables/ironic-neutron.xml:43(td) ./doc/common/tables/ironic-neutron.xml:47(td) ./doc/common/tables/ironic-neutron.xml:51(td) ./doc/common/tables/ironic-neutron.xml:55(td) ./doc/common/tables/keystone-ldap.xml:39(td) ./doc/common/tables/keystone-ldap.xml:43(td) ./doc/common/tables/keystone-ldap.xml:47(td) ./doc/common/tables/keystone-ldap.xml:51(td) ./doc/common/tables/keystone-ldap.xml:55(td) ./doc/common/tables/keystone-ldap.xml:59(td) ./doc/common/tables/keystone-ldap.xml:63(td) ./doc/common/tables/keystone-ldap.xml:71(td) ./doc/common/tables/keystone-ldap.xml:75(td) ./doc/common/tables/keystone-ldap.xml:79(td) ./doc/common/tables/keystone-ldap.xml:87(td) ./doc/common/tables/keystone-ldap.xml:91(td) ./doc/common/tables/keystone-ldap.xml:95(td) ./doc/common/tables/keystone-ldap.xml:99(td) ./doc/common/tables/keystone-ldap.xml:103(td) ./doc/common/tables/keystone-ldap.xml:107(td) ./doc/common/tables/keystone-ldap.xml:111(td) ./doc/common/tables/keystone-ldap.xml:115(td) ./doc/common/tables/keystone-ldap.xml:119(td) ./doc/common/tables/keystone-ldap.xml:123(td) ./doc/common/tables/keystone-ldap.xml:127(td) ./doc/common/tables/keystone-ldap.xml:131(td) ./doc/common/tables/keystone-ldap.xml:135(td) ./doc/common/tables/keystone-ldap.xml:139(td) ./doc/common/tables/keystone-ldap.xml:147(td) ./doc/common/tables/keystone-ldap.xml:151(td) ./doc/common/tables/keystone-ldap.xml:155(td) ./doc/common/tables/keystone-ldap.xml:163(td) ./doc/common/tables/keystone-ldap.xml:167(td) ./doc/common/tables/keystone-ldap.xml:171(td) ./doc/common/tables/keystone-ldap.xml:175(td) ./doc/common/tables/keystone-ldap.xml:179(td) ./doc/common/tables/keystone-ldap.xml:183(td) ./doc/common/tables/keystone-ldap.xml:187(td) ./doc/common/tables/keystone-ldap.xml:191(td) ./doc/common/tables/keystone-ldap.xml:195(td) ./doc/common/tables/keystone-ldap.xml:199(td) ./doc/common/tables/keystone-ldap.xml:203(td) ./doc/common/tables/keystone-ldap.xml:207(td) ./doc/common/tables/keystone-ldap.xml:215(td) ./doc/common/tables/keystone-ldap.xml:219(td) ./doc/common/tables/keystone-ldap.xml:223(td) ./doc/common/tables/keystone-ldap.xml:231(td) ./doc/common/tables/keystone-ldap.xml:235(td) ./doc/common/tables/keystone-ldap.xml:239(td) ./doc/common/tables/keystone-ldap.xml:243(td) ./doc/common/tables/keystone-ldap.xml:247(td) ./doc/common/tables/keystone-ldap.xml:251(td) ./doc/common/tables/keystone-ldap.xml:255(td) ./doc/common/tables/keystone-ldap.xml:259(td) ./doc/common/tables/keystone-ldap.xml:263(td) ./doc/common/tables/keystone-ldap.xml:267(td) ./doc/common/tables/keystone-ldap.xml:271(td) ./doc/common/tables/keystone-ldap.xml:275(td) ./doc/common/tables/keystone-ldap.xml:279(td) ./doc/common/tables/keystone-ldap.xml:283(td) ./doc/common/tables/keystone-ldap.xml:287(td) ./doc/common/tables/keystone-ldap.xml:291(td) ./doc/common/tables/keystone-ldap.xml:299(td) ./doc/common/tables/keystone-ldap.xml:303(td) ./doc/common/tables/keystone-ldap.xml:307(td) ./doc/common/tables/keystone-ldap.xml:311(td) ./doc/common/tables/keystone-ldap.xml:315(td) ./doc/common/tables/keystone-ldap.xml:319(td) ./doc/common/tables/keystone-ldap.xml:323(td) ./doc/common/tables/keystone-ldap.xml:327(td) ./doc/common/tables/keystone-ldap.xml:331(td) ./doc/common/tables/keystone-ldap.xml:335(td) ./doc/common/tables/keystone-ldap.xml:339(td) ./doc/common/tables/keystone-ldap.xml:343(td) ./doc/common/tables/keystone-ldap.xml:347(td) ./doc/common/tables/keystone-ldap.xml:351(td) ./doc/common/tables/keystone-ldap.xml:355(td) ./doc/common/tables/keystone-ldap.xml:359(td) ./doc/common/tables/keystone-ldap.xml:363(td) ./doc/common/tables/keystone-ldap.xml:367(td) ./doc/common/tables/swift-swift-swift-hash.xml:20(td) ./doc/common/tables/swift-swift-swift-hash.xml:31(td) ./doc/common/tables/cinder-debug.xml:39(td) ./doc/common/tables/keystone-debug.xml:39(td) ./doc/common/tables/keystone-debug.xml:43(td) ./doc/common/tables/keystone-debug.xml:47(td) ./doc/common/tables/keystone-debug.xml:54(td) ./doc/common/tables/cinder-backups_swift.xml:39(td) ./doc/common/tables/cinder-backups_swift.xml:43(td) ./doc/common/tables/cinder-backups_swift.xml:47(td) ./doc/common/tables/cinder-backups_swift.xml:51(td) ./doc/common/tables/cinder-backups_swift.xml:55(td) ./doc/common/tables/cinder-backups_swift.xml:59(td) ./doc/common/tables/cinder-backups_swift.xml:63(td) ./doc/common/tables/cinder-backups_swift.xml:67(td) ./doc/common/tables/cinder-backups_swift.xml:71(td) ./doc/common/tables/cinder-backups_swift.xml:75(td) ./doc/common/tables/cinder-backups_swift.xml:79(td) ./doc/common/tables/cinder-backups_swift.xml:83(td) ./doc/common/tables/cinder-backups_swift.xml:87(td) ./doc/common/tables/cinder-backups_swift.xml:91(td) ./doc/common/tables/trove-auth_token.xml:39(td) ./doc/common/tables/trove-auth_token.xml:43(td) ./doc/common/tables/trove-auth_token.xml:47(td) ./doc/common/tables/trove-auth_token.xml:51(td) ./doc/common/tables/trove-auth_token.xml:59(td) ./doc/common/tables/trove-auth_token.xml:63(td) ./doc/common/tables/trove-auth_token.xml:67(td) ./doc/common/tables/trove-auth_token.xml:71(td) ./doc/common/tables/trove-auth_token.xml:75(td) ./doc/common/tables/trove-auth_token.xml:79(td) ./doc/common/tables/trove-auth_token.xml:83(td) ./doc/common/tables/trove-auth_token.xml:87(td) ./doc/common/tables/trove-auth_token.xml:91(td) ./doc/common/tables/trove-auth_token.xml:95(td) ./doc/common/tables/trove-auth_token.xml:99(td) ./doc/common/tables/trove-auth_token.xml:103(td) ./doc/common/tables/trove-auth_token.xml:107(td) ./doc/common/tables/trove-auth_token.xml:111(td) ./doc/common/tables/trove-auth_token.xml:115(td) ./doc/common/tables/trove-auth_token.xml:119(td) ./doc/common/tables/trove-auth_token.xml:123(td) ./doc/common/tables/trove-auth_token.xml:127(td) ./doc/common/tables/trove-auth_token.xml:131(td) ./doc/common/tables/trove-auth_token.xml:135(td) ./doc/common/tables/trove-auth_token.xml:139(td) ./doc/common/tables/trove-auth_token.xml:143(td) ./doc/common/tables/trove-auth_token.xml:147(td) ./doc/common/tables/trove-auth_token.xml:151(td) ./doc/common/tables/trove-auth_token.xml:155(td) ./doc/common/tables/trove-auth_token.xml:159(td) ./doc/common/tables/trove-auth_token.xml:163(td) ./doc/common/tables/trove-auth_token.xml:167(td) ./doc/common/tables/trove-auth_token.xml:171(td) ./doc/common/tables/trove-auth_token.xml:175(td) ./doc/common/tables/trove-auth_token.xml:179(td) ./doc/common/tables/trove-auth_token.xml:183(td) ./doc/common/tables/neutron-ml2_vxlan.xml:25(td) ./doc/common/tables/trove-database.xml:39(td) ./doc/common/tables/trove-database.xml:46(td) ./doc/common/tables/trove-database.xml:50(td) ./doc/common/tables/trove-database.xml:54(td) ./doc/common/tables/ironic-snmp.xml:39(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:20(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:24(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:28(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:32(td) ./doc/common/tables/manila-cors.xml:39(td) ./doc/common/tables/manila-cors.xml:43(td) ./doc/common/tables/manila-cors.xml:47(td) ./doc/common/tables/manila-cors.xml:51(td) ./doc/common/tables/manila-cors.xml:55(td) ./doc/common/tables/manila-cors.xml:59(td) ./doc/common/tables/manila-cors.xml:66(td) ./doc/common/tables/manila-cors.xml:70(td) ./doc/common/tables/manila-cors.xml:74(td) ./doc/common/tables/manila-cors.xml:78(td) ./doc/common/tables/manila-cors.xml:82(td) ./doc/common/tables/manila-cors.xml:86(td) ./doc/common/tables/swift-rsyncd-object6010.xml:20(td) ./doc/common/tables/swift-rsyncd-object6010.xml:24(td) ./doc/common/tables/swift-rsyncd-object6010.xml:28(td) ./doc/common/tables/swift-rsyncd-object6010.xml:32(td) ./doc/common/tables/ironic-cisco_ucs.xml:39(td) ./doc/common/tables/ironic-cisco_ucs.xml:43(td) ./doc/common/tables/ironic-cisco_ucs.xml:50(td) ./doc/common/tables/ironic-cisco_ucs.xml:54(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/manila-common.xml:39(td) ./doc/common/tables/manila-common.xml:43(td) ./doc/common/tables/manila-common.xml:47(td) ./doc/common/tables/manila-common.xml:51(td) ./doc/common/tables/manila-common.xml:55(td) ./doc/common/tables/manila-common.xml:59(td) ./doc/common/tables/manila-common.xml:63(td) ./doc/common/tables/manila-common.xml:71(td) ./doc/common/tables/manila-common.xml:75(td) ./doc/common/tables/manila-common.xml:79(td) ./doc/common/tables/manila-common.xml:83(td) ./doc/common/tables/manila-common.xml:87(td) ./doc/common/tables/manila-common.xml:91(td) ./doc/common/tables/manila-common.xml:95(td) ./doc/common/tables/manila-common.xml:99(td) ./doc/common/tables/manila-common.xml:103(td) ./doc/common/tables/manila-common.xml:107(td) ./doc/common/tables/manila-common.xml:111(td) ./doc/common/tables/manila-common.xml:115(td) ./doc/common/tables/manila-common.xml:119(td) ./doc/common/tables/manila-common.xml:123(td) ./doc/common/tables/manila-common.xml:127(td) ./doc/common/tables/manila-common.xml:131(td) ./doc/common/tables/manila-common.xml:135(td) ./doc/common/tables/manila-common.xml:139(td) ./doc/common/tables/manila-common.xml:143(td) ./doc/common/tables/manila-common.xml:147(td) ./doc/common/tables/manila-common.xml:151(td) ./doc/common/tables/manila-common.xml:155(td) ./doc/common/tables/manila-common.xml:159(td) ./doc/common/tables/manila-common.xml:163(td) ./doc/common/tables/keystone-cache.xml:39(td) ./doc/common/tables/keystone-cache.xml:43(td) ./doc/common/tables/keystone-cache.xml:47(td) ./doc/common/tables/keystone-cache.xml:51(td) ./doc/common/tables/keystone-cache.xml:55(td) ./doc/common/tables/keystone-cache.xml:59(td) ./doc/common/tables/keystone-cache.xml:63(td) ./doc/common/tables/keystone-cache.xml:67(td) ./doc/common/tables/keystone-cache.xml:71(td) ./doc/common/tables/keystone-cache.xml:75(td) ./doc/common/tables/keystone-cache.xml:79(td) ./doc/common/tables/keystone-cache.xml:83(td) ./doc/common/tables/keystone-cache.xml:94(td) ./doc/common/tables/keystone-cache.xml:98(td) ./doc/common/tables/keystone-cache.xml:102(td) ./doc/common/tables/keystone-cache.xml:106(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/heat-loadbalancer.xml:39(td) ./doc/common/tables/aodh-policy.xml:21(td) ./doc/common/tables/aodh-policy.xml:25(td) ./doc/common/tables/aodh-policy.xml:29(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/ironic-agent.xml:39(td) ./doc/common/tables/ironic-agent.xml:43(td) ./doc/common/tables/ironic-agent.xml:47(td) ./doc/common/tables/ironic-agent.xml:51(td) ./doc/common/tables/ironic-agent.xml:55(td) ./doc/common/tables/ironic-agent.xml:59(td) ./doc/common/tables/ironic-agent.xml:63(td) ./doc/common/tables/ironic-agent.xml:67(td) ./doc/common/tables/glance-amqp.xml:39(td) ./doc/common/tables/glance-amqp.xml:43(td) ./doc/common/tables/glance-amqp.xml:51(td) ./doc/common/tables/glance-amqp.xml:55(td) ./doc/common/tables/glance-amqp.xml:59(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/trove-cluster.xml:39(td) ./doc/common/tables/trove-cluster.xml:43(td) ./doc/common/tables/trove-cluster.xml:47(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:39(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:43(td) ./doc/common/tables/ceilometer-dispatcher_http.xml:51(td) ./doc/common/tables/ceilometer-inspector.xml:39(td) ./doc/common/tables/ceilometer-inspector.xml:43(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/manila-rpc.xml:39(td) ./doc/common/tables/manila-rpc.xml:43(td) ./doc/common/tables/manila-rpc.xml:47(td) ./doc/common/tables/manila-rpc.xml:51(td) ./doc/common/tables/manila-rpc.xml:55(td) ./doc/common/tables/manila-rpc.xml:59(td) ./doc/common/tables/manila-rpc.xml:66(td) ./doc/common/tables/manila-rpc.xml:70(td) ./doc/common/tables/manila-rpc.xml:77(td) ./doc/common/tables/manila-rpc.xml:81(td) ./doc/common/tables/manila-rpc.xml:85(td) ./doc/common/tables/manila-rpc.xml:89(td) ./doc/common/tables/manila-rpc.xml:93(td) ./doc/common/tables/manila-rpc.xml:113(td) ./doc/common/tables/manila-rpc.xml:129(td) ./doc/common/tables/manila-rpc.xml:133(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/trove-db_redis.xml:39(td) ./doc/common/tables/trove-db_redis.xml:43(td) ./doc/common/tables/trove-db_redis.xml:47(td) ./doc/common/tables/trove-db_redis.xml:51(td) ./doc/common/tables/trove-db_redis.xml:55(td) ./doc/common/tables/trove-db_redis.xml:59(td) ./doc/common/tables/trove-db_redis.xml:63(td) ./doc/common/tables/trove-db_redis.xml:67(td) ./doc/common/tables/trove-db_redis.xml:71(td) ./doc/common/tables/trove-db_redis.xml:75(td) ./doc/common/tables/trove-db_redis.xml:79(td) ./doc/common/tables/trove-db_redis.xml:83(td) ./doc/common/tables/trove-db_redis.xml:87(td) ./doc/common/tables/trove-db_redis.xml:91(td) ./doc/common/tables/trove-db_redis.xml:99(td) ./doc/common/tables/aodh-zeromq.xml:21(td) ./doc/common/tables/aodh-zeromq.xml:25(td) ./doc/common/tables/aodh-zeromq.xml:29(td) ./doc/common/tables/aodh-zeromq.xml:33(td) ./doc/common/tables/aodh-zeromq.xml:37(td) ./doc/common/tables/aodh-zeromq.xml:41(td) ./doc/common/tables/aodh-zeromq.xml:45(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/neutron-ml2_odl.xml:44(td) ./doc/common/tables/neutron-ml2_odl.xml:48(td) ./doc/common/tables/neutron-ml2_odl.xml:52(td) ./doc/common/tables/neutron-ml2_odl.xml:56(td) ./doc/common/tables/neutron-ml2_odl.xml:60(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:20(td) ./doc/common/tables/cinder-emc.xml:39(td) ./doc/common/tables/cinder-emc.xml:43(td) ./doc/common/tables/cinder-emc.xml:47(td) ./doc/common/tables/cinder-emc.xml:51(td) ./doc/common/tables/cinder-emc.xml:55(td) ./doc/common/tables/cinder-emc.xml:59(td) ./doc/common/tables/cinder-emc.xml:63(td) ./doc/common/tables/cinder-emc.xml:71(td) ./doc/common/tables/cinder-emc.xml:79(td) ./doc/common/tables/cinder-emc.xml:83(td) ./doc/common/tables/cinder-emc.xml:87(td) ./doc/common/tables/cinder-emc.xml:91(td) ./doc/common/tables/cinder-emc.xml:95(td) ./doc/common/tables/cinder-storage_ceph.xml:39(td) ./doc/common/tables/cinder-storage_ceph.xml:43(td) ./doc/common/tables/cinder-storage_ceph.xml:47(td) ./doc/common/tables/cinder-storage_ceph.xml:55(td) ./doc/common/tables/cinder-storage_ceph.xml:59(td) ./doc/common/tables/cinder-storage_ceph.xml:63(td) ./doc/common/tables/cinder-storage_ceph.xml:67(td) ./doc/common/tables/cinder-storage_ceph.xml:71(td) ./doc/common/tables/cinder-storage_ceph.xml:75(td) ./doc/common/tables/cinder-storage_ceph.xml:79(td) ./doc/common/tables/cinder-storage_ceph.xml:83(td) ./doc/common/tables/neutron-dvr.xml:21(td) ./doc/common/tables/neutron-dvr.xml:25(td) ./doc/common/tables/trove-guestagent.xml:39(td) ./doc/common/tables/trove-guestagent.xml:43(td) ./doc/common/tables/trove-guestagent.xml:47(td) ./doc/common/tables/trove-guestagent.xml:51(td) ./doc/common/tables/trove-guestagent.xml:55(td) ./doc/common/tables/trove-guestagent.xml:59(td) ./doc/common/tables/trove-guestagent.xml:63(td) ./doc/common/tables/trove-guestagent.xml:67(td) ./doc/common/tables/trove-guestagent.xml:71(td) ./doc/common/tables/trove-guestagent.xml:75(td) ./doc/common/tables/trove-guestagent.xml:79(td) ./doc/common/tables/trove-guestagent.xml:83(td) ./doc/common/tables/trove-guestagent.xml:87(td) ./doc/common/tables/trove-guestagent.xml:91(td) ./doc/common/tables/manila-san.xml:39(td) ./doc/common/tables/manila-san.xml:43(td) ./doc/common/tables/manila-san.xml:47(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/nova-configdrive.xml:39(td) ./doc/common/tables/nova-configdrive.xml:43(td) ./doc/common/tables/nova-configdrive.xml:47(td) ./doc/common/tables/nova-configdrive.xml:51(td) ./doc/common/tables/nova-configdrive.xml:58(td) ./doc/common/tables/nova-configdrive.xml:62(td) ./doc/common/tables/manila-auth_token.xml:39(td) ./doc/common/tables/manila-auth_token.xml:43(td) ./doc/common/tables/manila-auth_token.xml:47(td) ./doc/common/tables/manila-auth_token.xml:51(td) ./doc/common/tables/manila-auth_token.xml:59(td) ./doc/common/tables/manila-auth_token.xml:63(td) ./doc/common/tables/manila-auth_token.xml:67(td) ./doc/common/tables/manila-auth_token.xml:71(td) ./doc/common/tables/manila-auth_token.xml:75(td) ./doc/common/tables/manila-auth_token.xml:79(td) ./doc/common/tables/manila-auth_token.xml:83(td) ./doc/common/tables/manila-auth_token.xml:87(td) ./doc/common/tables/manila-auth_token.xml:91(td) ./doc/common/tables/manila-auth_token.xml:95(td) ./doc/common/tables/manila-auth_token.xml:99(td) ./doc/common/tables/manila-auth_token.xml:103(td) ./doc/common/tables/manila-auth_token.xml:107(td) ./doc/common/tables/manila-auth_token.xml:111(td) ./doc/common/tables/manila-auth_token.xml:115(td) ./doc/common/tables/manila-auth_token.xml:119(td) ./doc/common/tables/manila-auth_token.xml:123(td) ./doc/common/tables/manila-auth_token.xml:127(td) ./doc/common/tables/manila-auth_token.xml:131(td) ./doc/common/tables/manila-auth_token.xml:135(td) ./doc/common/tables/manila-auth_token.xml:139(td) ./doc/common/tables/manila-auth_token.xml:143(td) ./doc/common/tables/manila-auth_token.xml:147(td) ./doc/common/tables/manila-auth_token.xml:151(td) ./doc/common/tables/manila-auth_token.xml:155(td) ./doc/common/tables/manila-auth_token.xml:159(td) ./doc/common/tables/manila-auth_token.xml:163(td) ./doc/common/tables/manila-auth_token.xml:167(td) ./doc/common/tables/manila-auth_token.xml:171(td) ./doc/common/tables/manila-auth_token.xml:175(td) ./doc/common/tables/manila-auth_token.xml:179(td) ./doc/common/tables/manila-auth_token.xml:183(td) ./doc/common/tables/manila-auth_token.xml:187(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/manila-quobyte.xml:39(td) ./doc/common/tables/manila-quobyte.xml:43(td) ./doc/common/tables/manila-quobyte.xml:47(td) ./doc/common/tables/manila-quobyte.xml:51(td) ./doc/common/tables/manila-quobyte.xml:55(td) ./doc/common/tables/manila-quobyte.xml:59(td) ./doc/common/tables/manila-quobyte.xml:63(td) ./doc/common/tables/manila-quobyte.xml:67(td) ./doc/common/tables/nova-vnc.xml:39(td) ./doc/common/tables/nova-vnc.xml:43(td) ./doc/common/tables/nova-vnc.xml:47(td) ./doc/common/tables/nova-vnc.xml:51(td) ./doc/common/tables/nova-vnc.xml:55(td) ./doc/common/tables/nova-vnc.xml:59(td) ./doc/common/tables/nova-vnc.xml:63(td) ./doc/common/tables/nova-vnc.xml:67(td) ./doc/common/tables/nova-vnc.xml:74(td) ./doc/common/tables/nova-vnc.xml:78(td) ./doc/common/tables/nova-vnc.xml:85(td) ./doc/common/tables/nova-vnc.xml:89(td) ./doc/common/tables/nova-vnc.xml:93(td) ./doc/common/tables/nova-vnc.xml:97(td) ./doc/common/tables/nova-vnc.xml:101(td) ./doc/common/tables/nova-vnc.xml:105(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-l2gw.xml:68(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-rsyncd-object.xml:36(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:33(td) ./doc/common/tables/neutron-cors.xml:21(td) ./doc/common/tables/neutron-cors.xml:25(td) ./doc/common/tables/neutron-cors.xml:29(td) ./doc/common/tables/neutron-cors.xml:33(td) ./doc/common/tables/neutron-cors.xml:37(td) ./doc/common/tables/neutron-cors.xml:41(td) ./doc/common/tables/neutron-cors.xml:48(td) ./doc/common/tables/neutron-cors.xml:52(td) ./doc/common/tables/neutron-cors.xml:56(td) ./doc/common/tables/neutron-cors.xml:60(td) ./doc/common/tables/neutron-cors.xml:64(td) ./doc/common/tables/neutron-cors.xml:68(td) ./doc/common/tables/keystone-rpc.xml:39(td) ./doc/common/tables/keystone-rpc.xml:43(td) ./doc/common/tables/keystone-rpc.xml:47(td) ./doc/common/tables/keystone-rpc.xml:51(td) ./doc/common/tables/keystone-rpc.xml:55(td) ./doc/common/tables/keystone-rpc.xml:62(td) ./doc/common/tables/keystone-rpc.xml:66(td) ./doc/common/tables/keystone-rpc.xml:70(td) ./doc/common/tables/keystone-rpc.xml:74(td) ./doc/common/tables/keystone-rpc.xml:78(td) ./doc/common/tables/keystone-rpc.xml:98(td) ./doc/common/tables/keystone-rpc.xml:114(td) ./doc/common/tables/keystone-rpc.xml:118(td) ./doc/common/tables/keystone-common.xml:39(td) ./doc/common/tables/keystone-common.xml:43(td) ./doc/common/tables/keystone-common.xml:50(td) ./doc/common/tables/keystone-common.xml:57(td) ./doc/common/tables/keystone-common.xml:61(td) ./doc/common/tables/ceilometer-vmware.xml:39(td) ./doc/common/tables/ceilometer-vmware.xml:43(td) ./doc/common/tables/ceilometer-vmware.xml:55(td) ./doc/common/tables/ceilometer-vmware.xml:63(td) ./doc/common/tables/ceilometer-vmware.xml:67(td) ./doc/common/tables/ceilometer-vmware.xml:71(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/nova-ironic.xml:39(td) ./doc/common/tables/nova-ironic.xml:43(td) ./doc/common/tables/nova-ironic.xml:47(td) ./doc/common/tables/nova-ironic.xml:51(td) ./doc/common/tables/nova-ironic.xml:55(td) ./doc/common/tables/nova-ironic.xml:59(td) ./doc/common/tables/nova-ironic.xml:63(td) ./doc/common/tables/nova-ironic.xml:67(td) ./doc/common/tables/nova-ironic.xml:71(td) ./doc/common/tables/nova-ironic.xml:75(td) ./doc/common/tables/glance-redis.xml:39(td) ./doc/common/tables/glance-redis.xml:47(td) ./doc/common/tables/glance-redis.xml:54(td) ./doc/common/tables/glance-redis.xml:62(td) ./doc/common/tables/glance-qpid.xml:39(td) ./doc/common/tables/glance-qpid.xml:43(td) ./doc/common/tables/glance-qpid.xml:47(td) ./doc/common/tables/glance-qpid.xml:51(td) ./doc/common/tables/glance-qpid.xml:55(td) ./doc/common/tables/glance-qpid.xml:63(td) ./doc/common/tables/glance-qpid.xml:67(td) ./doc/common/tables/glance-qpid.xml:71(td) ./doc/common/tables/glance-qpid.xml:79(td) ./doc/common/tables/glance-qpid.xml:83(td) ./doc/common/tables/glance-qpid.xml:91(td) ./doc/common/tables/glance-registry.xml:39(td) ./doc/common/tables/glance-registry.xml:43(td) ./doc/common/tables/glance-registry.xml:47(td) ./doc/common/tables/glance-registry.xml:51(td) ./doc/common/tables/glance-registry.xml:55(td) ./doc/common/tables/glance-registry.xml:59(td) ./doc/common/tables/glance-registry.xml:63(td) ./doc/common/tables/glance-registry.xml:67(td) ./doc/common/tables/glance-registry.xml:71(td) ./doc/common/tables/glance-registry.xml:75(td) ./doc/common/tables/glance-registry.xml:79(td) ./doc/common/tables/glance-registry.xml:83(td) ./doc/common/tables/glance-registry.xml:87(td) ./doc/common/tables/glance-registry.xml:91(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/manila-zfssa.xml:39(td) ./doc/common/tables/manila-zfssa.xml:43(td) ./doc/common/tables/manila-zfssa.xml:47(td) ./doc/common/tables/manila-zfssa.xml:51(td) ./doc/common/tables/manila-zfssa.xml:55(td) ./doc/common/tables/manila-zfssa.xml:59(td) ./doc/common/tables/manila-zfssa.xml:63(td) ./doc/common/tables/manila-zfssa.xml:71(td) ./doc/common/tables/manila-zfssa.xml:75(td) ./doc/common/tables/manila-zfssa.xml:79(td) ./doc/common/tables/manila-zfssa.xml:83(td) ./doc/common/tables/manila-zfssa.xml:87(td) ./doc/common/tables/manila-zfssa.xml:91(td) ./doc/common/tables/manila-ca.xml:39(td) ./doc/common/tables/manila-ca.xml:43(td) ./doc/common/tables/manila-ca.xml:47(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:39(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:43(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:47(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:51(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:55(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:59(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:63(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:67(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:71(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:75(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:79(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:83(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:87(td) ./doc/common/tables/nova-qpid.xml:39(td) ./doc/common/tables/nova-qpid.xml:43(td) ./doc/common/tables/nova-qpid.xml:47(td) ./doc/common/tables/nova-qpid.xml:51(td) ./doc/common/tables/nova-qpid.xml:55(td) ./doc/common/tables/nova-qpid.xml:63(td) ./doc/common/tables/nova-qpid.xml:67(td) ./doc/common/tables/nova-qpid.xml:71(td) ./doc/common/tables/nova-qpid.xml:79(td) ./doc/common/tables/nova-qpid.xml:83(td) ./doc/common/tables/nova-qpid.xml:91(td) ./doc/common/tables/cinder-storwize.xml:39(td) ./doc/common/tables/cinder-storwize.xml:43(td) ./doc/common/tables/cinder-storwize.xml:47(td) ./doc/common/tables/cinder-storwize.xml:51(td) ./doc/common/tables/cinder-storwize.xml:55(td) ./doc/common/tables/cinder-storwize.xml:59(td) ./doc/common/tables/cinder-storwize.xml:63(td) ./doc/common/tables/cinder-storwize.xml:67(td) ./doc/common/tables/cinder-storwize.xml:71(td) ./doc/common/tables/cinder-storwize.xml:75(td) ./doc/common/tables/cinder-storwize.xml:79(td) ./doc/common/tables/cinder-storwize.xml:83(td) ./doc/common/tables/cinder-storwize.xml:87(td) ./doc/common/tables/cinder-storwize.xml:91(td) ./doc/common/tables/cinder-storwize.xml:95(td) ./doc/common/tables/cinder-storwize.xml:99(td) ./doc/common/tables/ceilometer-swift.xml:39(td) ./doc/common/tables/heat-clients_glance.xml:39(td) ./doc/common/tables/heat-clients_glance.xml:43(td) ./doc/common/tables/heat-clients_glance.xml:47(td) ./doc/common/tables/heat-clients_glance.xml:51(td) ./doc/common/tables/heat-clients_glance.xml:55(td) ./doc/common/tables/cinder-vzstorage.xml:39(td) ./doc/common/tables/cinder-vzstorage.xml:43(td) ./doc/common/tables/cinder-vzstorage.xml:47(td) ./doc/common/tables/cinder-vzstorage.xml:51(td) ./doc/common/tables/cinder-vzstorage.xml:55(td) ./doc/common/tables/ironic-ilo.xml:39(td) ./doc/common/tables/ironic-ilo.xml:43(td) ./doc/common/tables/ironic-ilo.xml:47(td) ./doc/common/tables/ironic-ilo.xml:51(td) ./doc/common/tables/ironic-ilo.xml:55(td) ./doc/common/tables/ironic-ilo.xml:59(td) ./doc/common/tables/ironic-ilo.xml:63(td) ./doc/common/tables/ironic-ilo.xml:67(td) ./doc/common/tables/ironic-ilo.xml:71(td) ./doc/common/tables/ironic-ilo.xml:75(td) ./doc/common/tables/ironic-ilo.xml:79(td) ./doc/common/tables/ironic-ilo.xml:83(td) ./doc/common/tables/ironic-ilo.xml:87(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/trove-debug.xml:39(td) ./doc/common/tables/trove-debug.xml:43(td) ./doc/common/tables/trove-debug.xml:47(td) ./doc/common/tables/trove-debug.xml:51(td) ./doc/common/tables/trove-debug.xml:58(td) ./doc/common/tables/trove-debug.xml:62(td) ./doc/common/tables/cinder-backups_nfs.xml:39(td) ./doc/common/tables/cinder-backups_nfs.xml:43(td) ./doc/common/tables/cinder-backups_nfs.xml:47(td) ./doc/common/tables/cinder-backups_nfs.xml:51(td) ./doc/common/tables/cinder-backups_nfs.xml:55(td) ./doc/common/tables/cinder-backups_nfs.xml:59(td) ./doc/common/tables/cinder-backups_nfs.xml:63(td) ./doc/common/tables/cinder-auth_token.xml:39(td) ./doc/common/tables/cinder-auth_token.xml:43(td) ./doc/common/tables/cinder-auth_token.xml:47(td) ./doc/common/tables/cinder-auth_token.xml:51(td) ./doc/common/tables/cinder-auth_token.xml:59(td) ./doc/common/tables/cinder-auth_token.xml:63(td) ./doc/common/tables/cinder-auth_token.xml:67(td) ./doc/common/tables/cinder-auth_token.xml:71(td) ./doc/common/tables/cinder-auth_token.xml:75(td) ./doc/common/tables/cinder-auth_token.xml:79(td) ./doc/common/tables/cinder-auth_token.xml:83(td) ./doc/common/tables/cinder-auth_token.xml:87(td) ./doc/common/tables/cinder-auth_token.xml:91(td) ./doc/common/tables/cinder-auth_token.xml:95(td) ./doc/common/tables/cinder-auth_token.xml:99(td) ./doc/common/tables/cinder-auth_token.xml:103(td) ./doc/common/tables/cinder-auth_token.xml:107(td) ./doc/common/tables/cinder-auth_token.xml:111(td) ./doc/common/tables/cinder-auth_token.xml:115(td) ./doc/common/tables/cinder-auth_token.xml:119(td) ./doc/common/tables/cinder-auth_token.xml:123(td) ./doc/common/tables/cinder-auth_token.xml:127(td) ./doc/common/tables/cinder-auth_token.xml:131(td) ./doc/common/tables/cinder-auth_token.xml:135(td) ./doc/common/tables/cinder-auth_token.xml:139(td) ./doc/common/tables/cinder-auth_token.xml:143(td) ./doc/common/tables/cinder-auth_token.xml:147(td) ./doc/common/tables/cinder-auth_token.xml:151(td) ./doc/common/tables/cinder-auth_token.xml:155(td) ./doc/common/tables/cinder-auth_token.xml:159(td) ./doc/common/tables/cinder-auth_token.xml:163(td) ./doc/common/tables/cinder-auth_token.xml:167(td) ./doc/common/tables/cinder-auth_token.xml:171(td) ./doc/common/tables/cinder-auth_token.xml:175(td) ./doc/common/tables/cinder-auth_token.xml:179(td) ./doc/common/tables/cinder-auth_token.xml:183(td) ./doc/common/tables/heat-clients_heat.xml:39(td) ./doc/common/tables/heat-clients_heat.xml:43(td) ./doc/common/tables/heat-clients_heat.xml:47(td) ./doc/common/tables/heat-clients_heat.xml:51(td) ./doc/common/tables/heat-clients_heat.xml:55(td) ./doc/common/tables/neutron-dvs.xml:21(td) ./doc/common/tables/neutron-dvs.xml:25(td) ./doc/common/tables/neutron-dvs.xml:29(td) ./doc/common/tables/neutron-dvs.xml:33(td) ./doc/common/tables/neutron-dvs.xml:37(td) ./doc/common/tables/neutron-dvs.xml:41(td) ./doc/common/tables/neutron-dvs.xml:45(td) ./doc/common/tables/neutron-dvs.xml:49(td) ./doc/common/tables/neutron-dvs.xml:53(td) ./doc/common/tables/keystone-security.xml:39(td) ./doc/common/tables/heat-database.xml:39(td) ./doc/common/tables/heat-database.xml:43(td) ./doc/common/tables/heat-database.xml:47(td) ./doc/common/tables/heat-database.xml:51(td) ./doc/common/tables/heat-database.xml:55(td) ./doc/common/tables/heat-database.xml:59(td) ./doc/common/tables/heat-database.xml:63(td) ./doc/common/tables/heat-database.xml:67(td) ./doc/common/tables/heat-database.xml:71(td) ./doc/common/tables/heat-database.xml:75(td) ./doc/common/tables/heat-database.xml:79(td) ./doc/common/tables/heat-database.xml:83(td) ./doc/common/tables/heat-database.xml:87(td) ./doc/common/tables/heat-database.xml:91(td) ./doc/common/tables/heat-database.xml:95(td) ./doc/common/tables/heat-database.xml:99(td) ./doc/common/tables/heat-database.xml:103(td) ./doc/common/tables/heat-database.xml:107(td) ./doc/common/tables/heat-database.xml:111(td) ./doc/common/tables/heat-database.xml:115(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/swift-container-reconciler-filter-cache.xml:20(td) ./doc/common/tables/sahara-domain.xml:39(td) ./doc/common/tables/sahara-domain.xml:43(td) ./doc/common/tables/sahara-domain.xml:47(td) ./doc/common/tables/keystone-policy.xml:39(td) ./doc/common/tables/keystone-policy.xml:43(td) ./doc/common/tables/keystone-policy.xml:47(td) ./doc/common/tables/keystone-policy.xml:54(td) ./doc/common/tables/keystone-policy.xml:58(td) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:20(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:24(td) ./doc/common/tables/nova-neutron.xml:39(td) ./doc/common/tables/nova-neutron.xml:46(td) ./doc/common/tables/nova-neutron.xml:50(td) ./doc/common/tables/nova-neutron.xml:54(td) ./doc/common/tables/nova-neutron.xml:58(td) ./doc/common/tables/nova-neutron.xml:62(td) ./doc/common/tables/nova-neutron.xml:66(td) ./doc/common/tables/nova-neutron.xml:70(td) ./doc/common/tables/nova-neutron.xml:74(td) ./doc/common/tables/nova-neutron.xml:78(td) ./doc/common/tables/nova-neutron.xml:82(td) ./doc/common/tables/nova-neutron.xml:86(td) ./doc/common/tables/nova-neutron.xml:90(td) ./doc/common/tables/nova-neutron.xml:94(td) ./doc/common/tables/nova-neutron.xml:98(td) ./doc/common/tables/nova-neutron.xml:106(td) ./doc/common/tables/nova-neutron.xml:110(td) ./doc/common/tables/nova-neutron.xml:114(td) ./doc/common/tables/nova-neutron.xml:118(td) ./doc/common/tables/nova-neutron.xml:122(td) ./doc/common/tables/neutron-brocade.xml:21(td) ./doc/common/tables/neutron-brocade.xml:32(td) ./doc/common/tables/ironic-iboot.xml:39(td) ./doc/common/tables/ironic-iboot.xml:43(td) ./doc/common/tables/heat-clients_keystone.xml:43(td) ./doc/common/tables/heat-clients_keystone.xml:47(td) ./doc/common/tables/heat-clients_keystone.xml:51(td) ./doc/common/tables/heat-clients_keystone.xml:55(td) ./doc/common/tables/heat-clients_keystone.xml:59(td) ./doc/common/tables/glance-testing.xml:39(td) ./doc/common/tables/glance-testing.xml:43(td) ./doc/common/tables/cinder-redis.xml:39(td) ./doc/common/tables/cinder-redis.xml:47(td) ./doc/common/tables/manila-ganesha.xml:39(td) ./doc/common/tables/manila-ganesha.xml:43(td) ./doc/common/tables/manila-ganesha.xml:47(td) ./doc/common/tables/manila-ganesha.xml:51(td) ./doc/common/tables/manila-ganesha.xml:55(td) ./doc/common/tables/manila-ganesha.xml:59(td) ./doc/common/tables/manila-ganesha.xml:63(td) ./doc/common/tables/nova-quobyte.xml:39(td) ./doc/common/tables/nova-quobyte.xml:43(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/manila-share.xml:39(td) ./doc/common/tables/manila-share.xml:43(td) ./doc/common/tables/manila-share.xml:47(td) ./doc/common/tables/manila-share.xml:51(td) ./doc/common/tables/manila-share.xml:55(td) ./doc/common/tables/manila-share.xml:59(td) ./doc/common/tables/manila-share.xml:63(td) ./doc/common/tables/manila-share.xml:67(td) ./doc/common/tables/manila-share.xml:71(td) ./doc/common/tables/manila-share.xml:75(td) ./doc/common/tables/manila-share.xml:79(td) ./doc/common/tables/manila-share.xml:83(td) ./doc/common/tables/manila-share.xml:91(td) ./doc/common/tables/manila-share.xml:95(td) ./doc/common/tables/manila-share.xml:99(td) ./doc/common/tables/manila-share.xml:103(td) ./doc/common/tables/manila-share.xml:107(td) ./doc/common/tables/manila-share.xml:111(td) ./doc/common/tables/manila-share.xml:115(td) ./doc/common/tables/manila-share.xml:119(td) ./doc/common/tables/manila-share.xml:123(td) ./doc/common/tables/manila-share.xml:127(td) ./doc/common/tables/manila-share.xml:131(td) ./doc/common/tables/manila-share.xml:135(td) ./doc/common/tables/manila-share.xml:139(td) ./doc/common/tables/manila-share.xml:143(td) ./doc/common/tables/manila-share.xml:147(td) ./doc/common/tables/manila-share.xml:151(td) ./doc/common/tables/manila-share.xml:155(td) ./doc/common/tables/manila-share.xml:159(td) ./doc/common/tables/manila-share.xml:163(td) ./doc/common/tables/manila-share.xml:167(td) ./doc/common/tables/manila-share.xml:171(td) ./doc/common/tables/manila-share.xml:175(td) ./doc/common/tables/manila-share.xml:179(td) ./doc/common/tables/manila-share.xml:183(td) ./doc/common/tables/manila-share.xml:187(td) ./doc/common/tables/manila-share.xml:191(td) ./doc/common/tables/manila-share.xml:195(td) ./doc/common/tables/manila-share.xml:199(td) ./doc/common/tables/manila-share.xml:203(td) ./doc/common/tables/manila-share.xml:207(td) ./doc/common/tables/manila-share.xml:211(td) ./doc/common/tables/manila-share.xml:215(td) ./doc/common/tables/manila-share.xml:219(td) ./doc/common/tables/manila-share.xml:223(td) ./doc/common/tables/manila-share.xml:227(td) ./doc/common/tables/manila-share.xml:231(td) ./doc/common/tables/manila-share.xml:235(td) ./doc/common/tables/manila-share.xml:239(td) ./doc/common/tables/manila-share.xml:243(td) ./doc/common/tables/manila-share.xml:247(td) ./doc/common/tables/manila-share.xml:251(td) ./doc/common/tables/manila-share.xml:255(td) ./doc/common/tables/manila-share.xml:259(td) ./doc/common/tables/manila-share.xml:263(td) ./doc/common/tables/manila-share.xml:267(td) ./doc/common/tables/manila-share.xml:271(td) ./doc/common/tables/manila-share.xml:275(td) ./doc/common/tables/manila-share.xml:279(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/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/nova-serial_console.xml:39(td) ./doc/common/tables/nova-serial_console.xml:43(td) ./doc/common/tables/nova-serial_console.xml:47(td) ./doc/common/tables/nova-serial_console.xml:51(td) ./doc/common/tables/nova-serial_console.xml:55(td) ./doc/common/tables/nova-serial_console.xml:59(td) ./doc/common/tables/nova-serial_console.xml:63(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/heat-clients_sahara.xml:39(td) ./doc/common/tables/heat-clients_sahara.xml:43(td) ./doc/common/tables/heat-clients_sahara.xml:47(td) ./doc/common/tables/heat-clients_sahara.xml:51(td) ./doc/common/tables/heat-clients_sahara.xml:55(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/neutron-bigswitch.xml:89(td) ./doc/common/tables/neutron-bigswitch.xml:93(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:152(td) ./doc/common/tables/neutron-bigswitch.xml:159(td) ./doc/common/tables/neutron-bigswitch.xml:163(td) ./doc/common/tables/neutron-bigswitch.xml:167(td) ./doc/common/tables/neutron-bigswitch.xml:174(td) ./doc/common/tables/neutron-bigswitch.xml:178(td) ./doc/common/tables/manila-auth.xml:39(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:39(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:43(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:47(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:51(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:55(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:59(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:63(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:67(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:71(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:75(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:79(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:83(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:87(td) ./doc/common/tables/cinder-rpc.xml:39(td) ./doc/common/tables/cinder-rpc.xml:43(td) ./doc/common/tables/cinder-rpc.xml:47(td) ./doc/common/tables/cinder-rpc.xml:51(td) ./doc/common/tables/cinder-rpc.xml:55(td) ./doc/common/tables/cinder-rpc.xml:59(td) ./doc/common/tables/cinder-rpc.xml:66(td) ./doc/common/tables/cinder-rpc.xml:70(td) ./doc/common/tables/cinder-rpc.xml:77(td) ./doc/common/tables/cinder-rpc.xml:81(td) ./doc/common/tables/cinder-rpc.xml:85(td) ./doc/common/tables/cinder-rpc.xml:89(td) ./doc/common/tables/cinder-rpc.xml:93(td) ./doc/common/tables/cinder-rpc.xml:113(td) ./doc/common/tables/cinder-rpc.xml:129(td) ./doc/common/tables/cinder-rpc.xml:133(td) ./doc/common/tables/nova-scheduler.xml:39(td) ./doc/common/tables/nova-scheduler.xml:43(td) ./doc/common/tables/nova-scheduler.xml:47(td) ./doc/common/tables/nova-scheduler.xml:51(td) ./doc/common/tables/nova-scheduler.xml:55(td) ./doc/common/tables/nova-scheduler.xml:59(td) ./doc/common/tables/nova-scheduler.xml:71(td) ./doc/common/tables/nova-scheduler.xml:75(td) ./doc/common/tables/nova-scheduler.xml:79(td) ./doc/common/tables/nova-scheduler.xml:83(td) ./doc/common/tables/nova-scheduler.xml:87(td) ./doc/common/tables/nova-scheduler.xml:91(td) ./doc/common/tables/nova-scheduler.xml:95(td) ./doc/common/tables/nova-scheduler.xml:99(td) ./doc/common/tables/nova-scheduler.xml:103(td) ./doc/common/tables/nova-scheduler.xml:107(td) ./doc/common/tables/nova-scheduler.xml:111(td) ./doc/common/tables/nova-scheduler.xml:115(td) ./doc/common/tables/nova-scheduler.xml:119(td) ./doc/common/tables/nova-scheduler.xml:123(td) ./doc/common/tables/nova-scheduler.xml:131(td) ./doc/common/tables/nova-scheduler.xml:135(td) ./doc/common/tables/nova-scheduler.xml:139(td) ./doc/common/tables/nova-scheduler.xml:143(td) ./doc/common/tables/nova-scheduler.xml:147(td) ./doc/common/tables/nova-scheduler.xml:151(td) ./doc/common/tables/nova-scheduler.xml:158(td) ./doc/common/tables/nova-scheduler.xml:162(td) ./doc/common/tables/nova-scheduler.xml:166(td) ./doc/common/tables/nova-scheduler.xml:170(td) ./doc/common/tables/nova-scheduler.xml:174(td) ./doc/common/tables/nova-scheduler.xml:181(td) ./doc/common/tables/nova-scheduler.xml:185(td) ./doc/common/tables/nova-scheduler.xml:189(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/nova-amqp.xml:39(td) ./doc/common/tables/nova-amqp.xml:43(td) ./doc/common/tables/nova-amqp.xml:47(td) ./doc/common/tables/nova-amqp.xml:51(td) ./doc/common/tables/nova-amqp.xml:55(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:39(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:43(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:47(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:51(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:55(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:59(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:63(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:67(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:71(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:75(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:79(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-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/nova-logging.xml:39(td) ./doc/common/tables/nova-logging.xml:43(td) ./doc/common/tables/nova-logging.xml:47(td) ./doc/common/tables/nova-logging.xml:51(td) ./doc/common/tables/nova-logging.xml:55(td) ./doc/common/tables/nova-logging.xml:59(td) ./doc/common/tables/nova-logging.xml:63(td) ./doc/common/tables/nova-logging.xml:67(td) ./doc/common/tables/nova-logging.xml:71(td) ./doc/common/tables/nova-logging.xml:75(td) ./doc/common/tables/nova-logging.xml:79(td) ./doc/common/tables/nova-logging.xml:83(td) ./doc/common/tables/nova-logging.xml:87(td) ./doc/common/tables/nova-logging.xml:91(td) ./doc/common/tables/nova-logging.xml:95(td) ./doc/common/tables/nova-logging.xml:99(td) ./doc/common/tables/nova-logging.xml:103(td) ./doc/common/tables/nova-logging.xml:107(td) ./doc/common/tables/nova-logging.xml:111(td) ./doc/common/tables/nova-logging.xml:115(td) ./doc/common/tables/nova-logging.xml:119(td) ./doc/common/tables/nova-logging.xml:123(td) ./doc/common/tables/ironic-seamicro.xml:39(td) ./doc/common/tables/ironic-seamicro.xml:43(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:43(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:47(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:55(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:63(td) ./doc/common/tables/manila-netapp.xml:39(td) ./doc/common/tables/manila-netapp.xml:43(td) ./doc/common/tables/manila-netapp.xml:47(td) ./doc/common/tables/manila-netapp.xml:51(td) ./doc/common/tables/manila-netapp.xml:55(td) ./doc/common/tables/manila-netapp.xml:59(td) ./doc/common/tables/manila-netapp.xml:63(td) ./doc/common/tables/manila-netapp.xml:67(td) ./doc/common/tables/manila-netapp.xml:71(td) ./doc/common/tables/manila-netapp.xml:75(td) ./doc/common/tables/manila-netapp.xml:79(td) ./doc/common/tables/manila-netapp.xml:83(td) ./doc/common/tables/manila-netapp.xml:87(td) ./doc/common/tables/manila-netapp.xml:91(td) ./doc/common/tables/sahara-api.xml:39(td) ./doc/common/tables/sahara-api.xml:43(td) ./doc/common/tables/sahara-api.xml:50(td) ./doc/common/tables/sahara-api.xml:54(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(td) ./doc/common/tables/ceilometer-api.xml:39(td) ./doc/common/tables/ceilometer-api.xml:43(td) ./doc/common/tables/ceilometer-api.xml:47(td) ./doc/common/tables/ceilometer-api.xml:51(td) ./doc/common/tables/ceilometer-api.xml:55(td) ./doc/common/tables/ceilometer-api.xml:59(td) ./doc/common/tables/ceilometer-api.xml:67(td) ./doc/common/tables/ceilometer-api.xml:71(td) ./doc/common/tables/ceilometer-api.xml:78(td) ./doc/common/tables/ceilometer-api.xml:82(td) ./doc/common/tables/ceilometer-api.xml:86(td) ./doc/common/tables/ceilometer-api.xml:90(td) ./doc/common/tables/ceilometer-api.xml:94(td) ./doc/common/tables/ceilometer-api.xml:98(td) ./doc/common/tables/ceilometer-api.xml:102(td) ./doc/common/tables/ceilometer-api.xml:106(td) ./doc/common/tables/ceilometer-api.xml:113(td) ./doc/common/tables/ceilometer-api.xml:117(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:20(td) ./doc/common/tables/cinder-profiler.xml:39(td) ./doc/common/tables/cinder-profiler.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:20(td) ./doc/common/tables/trove-api.xml:39(td) ./doc/common/tables/trove-api.xml:43(td) ./doc/common/tables/trove-api.xml:47(td) ./doc/common/tables/trove-api.xml:51(td) ./doc/common/tables/trove-api.xml:55(td) ./doc/common/tables/trove-api.xml:59(td) ./doc/common/tables/trove-api.xml:63(td) ./doc/common/tables/trove-api.xml:67(td) ./doc/common/tables/trove-api.xml:71(td) ./doc/common/tables/trove-api.xml:75(td) ./doc/common/tables/trove-api.xml:79(td) ./doc/common/tables/trove-api.xml:83(td) ./doc/common/tables/trove-api.xml:87(td) ./doc/common/tables/trove-api.xml:91(td) ./doc/common/tables/trove-api.xml:95(td) ./doc/common/tables/trove-api.xml:99(td) ./doc/common/tables/trove-api.xml:103(td) ./doc/common/tables/trove-api.xml:107(td) ./doc/common/tables/trove-api.xml:111(td) ./doc/common/tables/trove-api.xml:115(td) ./doc/common/tables/trove-api.xml:119(td) ./doc/common/tables/trove-api.xml:123(td) ./doc/common/tables/trove-api.xml:127(td) ./doc/common/tables/trove-api.xml:131(td) ./doc/common/tables/trove-api.xml:135(td) ./doc/common/tables/neutron-fwaas_varmour.xml:21(td) ./doc/common/tables/neutron-fwaas_varmour.xml:25(td) ./doc/common/tables/neutron-fwaas_varmour.xml:29(td) ./doc/common/tables/neutron-fwaas_varmour.xml:33(td) ./doc/common/tables/aodh-coordination.xml:21(td) ./doc/common/tables/aodh-coordination.xml:25(td) ./doc/common/tables/aodh-coordination.xml:29(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:20(td) ./doc/common/tables/glance-cinder.xml:39(td) ./doc/common/tables/glance-cinder.xml:43(td) ./doc/common/tables/glance-cinder.xml:47(td) ./doc/common/tables/glance-cinder.xml:51(td) ./doc/common/tables/glance-cinder.xml:55(td) ./doc/common/tables/ironic-auth.xml:39(td) ./doc/common/tables/nova-apiv3.xml:21(td) ./doc/common/tables/ironic-keystone.xml:39(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-conductor.xml:39(td) ./doc/common/tables/ironic-conductor.xml:43(td) ./doc/common/tables/ironic-conductor.xml:47(td) ./doc/common/tables/ironic-conductor.xml:51(td) ./doc/common/tables/ironic-conductor.xml:55(td) ./doc/common/tables/ironic-conductor.xml:59(td) ./doc/common/tables/ironic-conductor.xml:63(td) ./doc/common/tables/ironic-conductor.xml:67(td) ./doc/common/tables/ironic-conductor.xml:71(td) ./doc/common/tables/ironic-conductor.xml:75(td) ./doc/common/tables/ironic-conductor.xml:79(td) ./doc/common/tables/ironic-conductor.xml:83(td) ./doc/common/tables/ironic-conductor.xml:87(td) ./doc/common/tables/ironic-conductor.xml:91(td) ./doc/common/tables/ironic-conductor.xml:95(td) ./doc/common/tables/ironic-conductor.xml:99(td) ./doc/common/tables/ironic-conductor.xml:103(td) ./doc/common/tables/ironic-conductor.xml:107(td) ./doc/common/tables/ironic-conductor.xml:111(td) ./doc/common/tables/ironic-conductor.xml:115(td) ./doc/common/tables/ironic-conductor.xml:119(td) ./doc/common/tables/cinder-backups.xml:39(td) ./doc/common/tables/cinder-backups.xml:43(td) ./doc/common/tables/cinder-backups.xml:47(td) ./doc/common/tables/cinder-backups.xml:51(td) ./doc/common/tables/cinder-backups.xml:55(td) ./doc/common/tables/cinder-backups.xml:59(td) ./doc/common/tables/cinder-backups.xml:63(td) ./doc/common/tables/cinder-backups.xml:67(td) ./doc/common/tables/cinder-backups.xml:71(td) ./doc/common/tables/cinder-backups.xml:75(td) ./doc/common/tables/cinder-backups.xml:79(td) ./doc/common/tables/cinder-backups.xml:83(td) ./doc/common/tables/cinder-backups.xml:87(td) ./doc/common/tables/cinder-zeromq.xml:39(td) ./doc/common/tables/cinder-zeromq.xml:43(td) ./doc/common/tables/cinder-zeromq.xml:47(td) ./doc/common/tables/cinder-zeromq.xml:51(td) ./doc/common/tables/cinder-zeromq.xml:55(td) ./doc/common/tables/cinder-zeromq.xml:59(td) ./doc/common/tables/cinder-zeromq.xml:63(td) ./doc/common/tables/cinder-zeromq.xml:67(td) ./doc/common/tables/cinder-zeromq.xml:71(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/trove-db_postgresql.xml:39(td) ./doc/common/tables/trove-db_postgresql.xml:43(td) ./doc/common/tables/trove-db_postgresql.xml:47(td) ./doc/common/tables/trove-db_postgresql.xml:51(td) ./doc/common/tables/trove-db_postgresql.xml:55(td) ./doc/common/tables/trove-db_postgresql.xml:59(td) ./doc/common/tables/trove-db_postgresql.xml:63(td) ./doc/common/tables/trove-db_postgresql.xml:67(td) ./doc/common/tables/trove-db_postgresql.xml:71(td) ./doc/common/tables/trove-db_postgresql.xml:75(td) ./doc/common/tables/trove-db_postgresql.xml:79(td) ./doc/common/tables/trove-db_postgresql.xml:87(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:20(td) ./doc/common/tables/heat-testing.xml:39(td) ./doc/common/tables/heat-testing.xml:43(td) ./doc/common/tables/heat-crypt.xml:39(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/swift-container-server-container-replicator.xml:76(td) ./doc/common/tables/ceilometer-database.xml:39(td) ./doc/common/tables/ceilometer-database.xml:46(td) ./doc/common/tables/ceilometer-database.xml:50(td) ./doc/common/tables/ceilometer-database.xml:54(td) ./doc/common/tables/ceilometer-database.xml:58(td) ./doc/common/tables/ceilometer-database.xml:62(td) ./doc/common/tables/ceilometer-database.xml:66(td) ./doc/common/tables/ceilometer-database.xml:70(td) ./doc/common/tables/ceilometer-database.xml:74(td) ./doc/common/tables/ceilometer-database.xml:78(td) ./doc/common/tables/ceilometer-database.xml:82(td) ./doc/common/tables/ceilometer-database.xml:86(td) ./doc/common/tables/ceilometer-database.xml:90(td) ./doc/common/tables/ceilometer-database.xml:94(td) ./doc/common/tables/ceilometer-database.xml:98(td) ./doc/common/tables/ceilometer-database.xml:102(td) ./doc/common/tables/ceilometer-database.xml:106(td) ./doc/common/tables/ceilometer-database.xml:110(td) ./doc/common/tables/ceilometer-database.xml:114(td) ./doc/common/tables/ceilometer-database.xml:118(td) ./doc/common/tables/ceilometer-database.xml:122(td) ./doc/common/tables/ceilometer-database.xml:130(td) ./doc/common/tables/ceilometer-database.xml:134(td) ./doc/common/tables/ceilometer-database.xml:138(td) ./doc/common/tables/ceilometer-database.xml:142(td) ./doc/common/tables/ceilometer-database.xml:146(td) ./doc/common/tables/ceilometer-database.xml:150(td) ./doc/common/tables/ceilometer-database.xml:154(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/trove-heat.xml:39(td) ./doc/common/tables/trove-heat.xml:43(td) ./doc/common/tables/trove-heat.xml:47(td) ./doc/common/tables/trove-heat.xml:51(td) ./doc/common/tables/cinder-datera.xml:39(td) ./doc/common/tables/cinder-datera.xml:43(td) ./doc/common/tables/cinder-datera.xml:47(td) ./doc/common/tables/cinder-datera.xml:51(td) ./doc/common/tables/cinder-datera.xml:55(td) ./doc/common/tables/cinder-datera.xml:59(td) ./doc/common/tables/cinder-hpxp.xml:39(td) ./doc/common/tables/cinder-hpxp.xml:43(td) ./doc/common/tables/cinder-hpxp.xml:47(td) ./doc/common/tables/cinder-hpxp.xml:51(td) ./doc/common/tables/cinder-hpxp.xml:55(td) ./doc/common/tables/cinder-hpxp.xml:59(td) ./doc/common/tables/cinder-hpxp.xml:63(td) ./doc/common/tables/cinder-hpxp.xml:67(td) ./doc/common/tables/cinder-hpxp.xml:71(td) ./doc/common/tables/cinder-hpxp.xml:75(td) ./doc/common/tables/cinder-hpxp.xml:79(td) ./doc/common/tables/cinder-hpxp.xml:83(td) ./doc/common/tables/cinder-hpxp.xml:87(td) ./doc/common/tables/cinder-hpxp.xml:91(td) ./doc/common/tables/cinder-hpxp.xml:95(td) ./doc/common/tables/cinder-hpxp.xml:99(td) ./doc/common/tables/cinder-hpxp.xml:103(td) ./doc/common/tables/cinder-hpxp.xml:107(td) ./doc/common/tables/nova-hypervisor.xml:39(td) ./doc/common/tables/nova-hypervisor.xml:43(td) ./doc/common/tables/nova-hypervisor.xml:47(td) ./doc/common/tables/nova-hypervisor.xml:51(td) ./doc/common/tables/nova-hypervisor.xml:55(td) ./doc/common/tables/nova-hypervisor.xml:59(td) ./doc/common/tables/nova-hypervisor.xml:63(td) ./doc/common/tables/neutron-vpnaas.xml:21(td) ./doc/common/tables/keystone-identity.xml:39(td) ./doc/common/tables/keystone-identity.xml:43(td) ./doc/common/tables/keystone-identity.xml:47(td) ./doc/common/tables/keystone-identity.xml:51(td) ./doc/common/tables/keystone-identity.xml:55(td) ./doc/common/tables/keystone-identity.xml:59(td) ./doc/common/tables/keystone-identity.xml:63(td) ./doc/common/tables/keystone-identity.xml:67(td) ./doc/common/tables/keystone-identity.xml:71(td) ./doc/common/tables/keystone-auth.xml:39(td) ./doc/common/tables/keystone-auth.xml:43(td) ./doc/common/tables/keystone-auth.xml:47(td) ./doc/common/tables/keystone-auth.xml:51(td) ./doc/common/tables/keystone-auth.xml:55(td) ./doc/common/tables/cinder-ibmnas.xml:39(td) ./doc/common/tables/cinder-ibmnas.xml:47(td) ./doc/common/tables/cinder-ibmnas.xml:51(td) ./doc/common/tables/cinder-ibmnas.xml:63(td) ./doc/common/tables/cinder-ibmnas.xml:67(td) ./doc/common/tables/cinder-ibmnas.xml:75(td) ./doc/common/tables/heat-clients_neutron.xml:39(td) ./doc/common/tables/heat-clients_neutron.xml:43(td) ./doc/common/tables/heat-clients_neutron.xml:47(td) ./doc/common/tables/heat-clients_neutron.xml:51(td) ./doc/common/tables/heat-clients_neutron.xml:55(td) ./doc/common/tables/glance-api.xml:39(td) ./doc/common/tables/glance-api.xml:43(td) ./doc/common/tables/glance-api.xml:51(td) ./doc/common/tables/glance-api.xml:55(td) ./doc/common/tables/glance-api.xml:59(td) ./doc/common/tables/glance-api.xml:63(td) ./doc/common/tables/glance-api.xml:67(td) ./doc/common/tables/glance-api.xml:71(td) ./doc/common/tables/glance-api.xml:75(td) ./doc/common/tables/glance-api.xml:79(td) ./doc/common/tables/glance-api.xml:83(td) ./doc/common/tables/glance-api.xml:87(td) ./doc/common/tables/glance-api.xml:91(td) ./doc/common/tables/glance-api.xml:95(td) ./doc/common/tables/glance-api.xml:99(td) ./doc/common/tables/glance-api.xml:103(td) ./doc/common/tables/glance-api.xml:107(td) ./doc/common/tables/glance-api.xml:111(td) ./doc/common/tables/glance-api.xml:115(td) ./doc/common/tables/glance-api.xml:119(td) ./doc/common/tables/glance-api.xml:126(td) ./doc/common/tables/glance-api.xml:130(td) ./doc/common/tables/glance-api.xml:134(td) ./doc/common/tables/glance-api.xml:141(td) ./doc/common/tables/glance-api.xml:145(td) ./doc/common/tables/glance-api.xml:152(td) ./doc/common/tables/glance-api.xml:156(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:39(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:43(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:47(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:51(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:55(td) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:59(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:197(td) ./doc/common/tables/neutron-common.xml:201(td) ./doc/common/tables/neutron-common.xml:205(td) ./doc/common/tables/neutron-common.xml:209(td) ./doc/common/tables/neutron-common.xml:213(td) ./doc/common/tables/neutron-common.xml:220(td) ./doc/common/tables/neutron-common.xml:224(td) ./doc/common/tables/neutron-common.xml:228(td) ./doc/common/tables/neutron-common.xml:232(td) ./doc/common/tables/neutron-common.xml:236(td) ./doc/common/tables/neutron-common.xml:243(td) ./doc/common/tables/neutron-common.xml:247(td) ./doc/common/tables/neutron-common.xml:254(td) ./doc/common/tables/neutron-common.xml:261(td) ./doc/common/tables/neutron-common.xml:268(td) ./doc/common/tables/heat-redis.xml:39(td) ./doc/common/tables/heat-redis.xml:47(td) ./doc/common/tables/manila-scheduler.xml:39(td) ./doc/common/tables/manila-scheduler.xml:43(td) ./doc/common/tables/manila-scheduler.xml:47(td) ./doc/common/tables/manila-scheduler.xml:51(td) ./doc/common/tables/manila-scheduler.xml:55(td) ./doc/common/tables/manila-scheduler.xml:59(td) ./doc/common/tables/manila-scheduler.xml:67(td) ./doc/common/tables/manila-scheduler.xml:71(td) ./doc/common/tables/manila-scheduler.xml:75(td) ./doc/common/tables/ironic-ipmi.xml:39(td) ./doc/common/tables/ironic-ipmi.xml:43(td) ./doc/common/tables/nova-availabilityzones.xml:39(td) ./doc/common/tables/nova-availabilityzones.xml:43(td) ./doc/common/tables/nova-availabilityzones.xml:47(td) ./doc/common/tables/keystone-ca.xml:39(td) ./doc/common/tables/keystone-ca.xml:43(td) ./doc/common/tables/keystone-ca.xml:47(td) ./doc/common/tables/keystone-ca.xml:51(td) ./doc/common/tables/keystone-ca.xml:55(td) ./doc/common/tables/keystone-ca.xml:62(td) ./doc/common/tables/keystone-ca.xml:66(td) ./doc/common/tables/keystone-ca.xml:70(td) ./doc/common/tables/keystone-ca.xml:74(td) ./doc/common/tables/keystone-ca.xml:78(td) ./doc/common/tables/keystone-ca.xml:82(td) ./doc/common/tables/keystone-ca.xml:86(td) ./doc/common/tables/keystone-ca.xml:93(td) ./doc/common/tables/keystone-ca.xml:97(td) ./doc/common/tables/keystone-ca.xml:101(td) ./doc/common/tables/keystone-ca.xml:105(td) ./doc/common/tables/glance-gridfs.xml:39(td) ./doc/common/tables/glance-gridfs.xml:43(td) ./doc/common/tables/trove-db_pxc.xml:39(td) ./doc/common/tables/trove-db_pxc.xml:43(td) ./doc/common/tables/trove-db_pxc.xml:47(td) ./doc/common/tables/trove-db_pxc.xml:51(td) ./doc/common/tables/trove-db_pxc.xml:55(td) ./doc/common/tables/trove-db_pxc.xml:59(td) ./doc/common/tables/trove-db_pxc.xml:63(td) ./doc/common/tables/trove-db_pxc.xml:67(td) ./doc/common/tables/trove-db_pxc.xml:71(td) ./doc/common/tables/trove-db_pxc.xml:75(td) ./doc/common/tables/trove-db_pxc.xml:79(td) ./doc/common/tables/trove-db_pxc.xml:83(td) ./doc/common/tables/trove-db_pxc.xml:87(td) ./doc/common/tables/trove-db_pxc.xml:91(td) ./doc/common/tables/trove-db_pxc.xml:95(td) ./doc/common/tables/trove-db_pxc.xml:99(td) ./doc/common/tables/trove-db_pxc.xml:103(td) ./doc/common/tables/trove-db_pxc.xml:107(td) ./doc/common/tables/trove-db_pxc.xml:115(td) ./doc/common/tables/trove-db_pxc.xml:119(td) ./doc/common/tables/nova-livemigration.xml:39(td) ./doc/common/tables/nova-livemigration.xml:43(td) ./doc/common/tables/nova-livemigration.xml:50(td) ./doc/common/tables/nova-livemigration.xml:54(td) ./doc/common/tables/nova-livemigration.xml:58(td) ./doc/common/tables/nova-livemigration.xml:62(td) ./doc/common/tables/nova-livemigration.xml:66(td) ./doc/common/tables/nova-livemigration.xml:70(td) ./doc/common/tables/nova-livemigration.xml:74(td) ./doc/common/tables/nova-livemigration.xml:78(td) ./doc/common/tables/glance-vmware.xml:39(td) ./doc/common/tables/glance-vmware.xml:43(td) ./doc/common/tables/glance-vmware.xml:47(td) ./doc/common/tables/glance-vmware.xml:51(td) ./doc/common/tables/glance-vmware.xml:55(td) ./doc/common/tables/glance-vmware.xml:59(td) ./doc/common/tables/glance-vmware.xml:63(td) ./doc/common/tables/glance-vmware.xml:67(td) ./doc/common/tables/glance-vmware.xml:71(td) ./doc/common/tables/glance-vmware.xml:75(td) ./doc/common/tables/glance-taskflow.xml:39(td) ./doc/common/tables/glance-taskflow.xml:43(td) ./doc/common/tables/glance-taskflow.xml:47(td) ./doc/common/tables/ceilometer-magnetodb.xml:39(td) ./doc/common/tables/glance-swift.xml:39(td) ./doc/common/tables/glance-swift.xml:43(td) ./doc/common/tables/glance-swift.xml:47(td) ./doc/common/tables/glance-swift.xml:51(td) ./doc/common/tables/glance-swift.xml:55(td) ./doc/common/tables/nova-common.xml:39(td) ./doc/common/tables/nova-common.xml:43(td) ./doc/common/tables/nova-common.xml:47(td) ./doc/common/tables/nova-common.xml:51(td) ./doc/common/tables/nova-common.xml:55(td) ./doc/common/tables/nova-common.xml:59(td) ./doc/common/tables/nova-common.xml:63(td) ./doc/common/tables/nova-common.xml:67(td) ./doc/common/tables/nova-common.xml:71(td) ./doc/common/tables/nova-common.xml:75(td) ./doc/common/tables/nova-common.xml:79(td) ./doc/common/tables/nova-common.xml:83(td) ./doc/common/tables/nova-common.xml:87(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/nova-common.xml:103(td) ./doc/common/tables/nova-common.xml:110(td) ./doc/common/tables/nova-common.xml:117(td) ./doc/common/tables/nova-common.xml:121(td) ./doc/common/tables/nova-common.xml:125(td) ./doc/common/tables/nova-common.xml:129(td) ./doc/common/tables/heat-clients_cinder.xml:39(td) ./doc/common/tables/heat-clients_cinder.xml:43(td) ./doc/common/tables/heat-clients_cinder.xml:47(td) ./doc/common/tables/heat-clients_cinder.xml:51(td) ./doc/common/tables/heat-clients_cinder.xml:55(td) ./doc/common/tables/heat-clients_cinder.xml:59(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/keystone-role.xml:39(td) ./doc/common/tables/keystone-role.xml:43(td) ./doc/common/tables/keystone-role.xml:47(td) ./doc/common/tables/keystone-role.xml:51(td) ./doc/common/tables/manila-hds_hnas.xml:39(td) ./doc/common/tables/manila-hds_hnas.xml:43(td) ./doc/common/tables/manila-hds_hnas.xml:47(td) ./doc/common/tables/manila-hds_hnas.xml:51(td) ./doc/common/tables/manila-hds_hnas.xml:55(td) ./doc/common/tables/manila-hds_hnas.xml:59(td) ./doc/common/tables/manila-hds_hnas.xml:63(td) ./doc/common/tables/manila-hds_hnas.xml:67(td) ./doc/common/tables/manila-hds_hnas.xml:71(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/trove-upgrades.xml:39(td) ./doc/common/tables/trove-upgrades.xml:43(td) ./doc/common/tables/trove-upgrades.xml:47(td) ./doc/common/tables/ironic-rpc.xml:39(td) ./doc/common/tables/ironic-rpc.xml:43(td) ./doc/common/tables/ironic-rpc.xml:47(td) ./doc/common/tables/ironic-rpc.xml:51(td) ./doc/common/tables/ironic-rpc.xml:55(td) ./doc/common/tables/ironic-rpc.xml:62(td) ./doc/common/tables/ironic-rpc.xml:66(td) ./doc/common/tables/ironic-rpc.xml:73(td) ./doc/common/tables/ironic-rpc.xml:77(td) ./doc/common/tables/ironic-rpc.xml:81(td) ./doc/common/tables/ironic-rpc.xml:85(td) ./doc/common/tables/ironic-rpc.xml:89(td) ./doc/common/tables/ironic-rpc.xml:109(td) ./doc/common/tables/ironic-rpc.xml:125(td) ./doc/common/tables/ironic-rpc.xml:129(td) ./doc/common/tables/aodh-redis.xml:21(td) ./doc/common/tables/aodh-redis.xml:25(td) ./doc/common/tables/aodh-redis.xml:29(td) ./doc/common/tables/aodh-redis.xml:36(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/ceilometer-events.xml:39(td) ./doc/common/tables/ceilometer-events.xml:43(td) ./doc/common/tables/ceilometer-events.xml:47(td) ./doc/common/tables/ceilometer-events.xml:54(td) ./doc/common/tables/ceilometer-events.xml:58(td) ./doc/common/tables/ceilometer-events.xml:62(td) ./doc/common/tables/ceilometer-events.xml:66(td) ./doc/common/tables/nova-cors.xml:39(td) ./doc/common/tables/nova-cors.xml:43(td) ./doc/common/tables/nova-cors.xml:47(td) ./doc/common/tables/nova-cors.xml:51(td) ./doc/common/tables/nova-cors.xml:55(td) ./doc/common/tables/nova-cors.xml:59(td) ./doc/common/tables/nova-cors.xml:66(td) ./doc/common/tables/nova-cors.xml:70(td) ./doc/common/tables/nova-cors.xml:74(td) ./doc/common/tables/nova-cors.xml:78(td) ./doc/common/tables/nova-cors.xml:82(td) ./doc/common/tables/nova-cors.xml:86(td) ./doc/common/tables/nova-glance.xml:39(td) ./doc/common/tables/nova-glance.xml:50(td) ./doc/common/tables/nova-glance.xml:54(td) ./doc/common/tables/nova-glance.xml:58(td) ./doc/common/tables/nova-glance.xml:62(td) ./doc/common/tables/nova-glance.xml:66(td) ./doc/common/tables/nova-glance.xml:70(td) ./doc/common/tables/cinder-emc_sio.xml:39(td) ./doc/common/tables/cinder-emc_sio.xml:43(td) ./doc/common/tables/cinder-emc_sio.xml:47(td) ./doc/common/tables/cinder-emc_sio.xml:51(td) ./doc/common/tables/cinder-emc_sio.xml:55(td) ./doc/common/tables/cinder-emc_sio.xml:59(td) ./doc/common/tables/cinder-emc_sio.xml:63(td) ./doc/common/tables/cinder-emc_sio.xml:67(td) ./doc/common/tables/cinder-emc_sio.xml:71(td) ./doc/common/tables/cinder-emc_sio.xml:75(td) ./doc/common/tables/cinder-emc_sio.xml:79(td) ./doc/common/tables/neutron-vpnaas_openswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_openswan.xml:25(td) ./doc/common/tables/keystone-logging.xml:39(td) ./doc/common/tables/keystone-logging.xml:43(td) ./doc/common/tables/keystone-logging.xml:47(td) ./doc/common/tables/keystone-logging.xml:51(td) ./doc/common/tables/keystone-logging.xml:55(td) ./doc/common/tables/keystone-logging.xml:59(td) ./doc/common/tables/keystone-logging.xml:63(td) ./doc/common/tables/keystone-logging.xml:67(td) ./doc/common/tables/keystone-logging.xml:71(td) ./doc/common/tables/keystone-logging.xml:75(td) ./doc/common/tables/keystone-logging.xml:79(td) ./doc/common/tables/keystone-logging.xml:83(td) ./doc/common/tables/keystone-logging.xml:87(td) ./doc/common/tables/keystone-logging.xml:91(td) ./doc/common/tables/keystone-logging.xml:95(td) ./doc/common/tables/keystone-logging.xml:99(td) ./doc/common/tables/keystone-logging.xml:103(td) ./doc/common/tables/keystone-logging.xml:107(td) ./doc/common/tables/keystone-logging.xml:111(td) ./doc/common/tables/keystone-logging.xml:115(td) ./doc/common/tables/keystone-logging.xml:119(td) ./doc/common/tables/heat-cloudwatch_api.xml:39(td) ./doc/common/tables/heat-cloudwatch_api.xml:50(td) ./doc/common/tables/heat-cloudwatch_api.xml:54(td) ./doc/common/tables/heat-cloudwatch_api.xml:58(td) ./doc/common/tables/heat-cloudwatch_api.xml:62(td) ./doc/common/tables/heat-cloudwatch_api.xml:66(td) ./doc/common/tables/heat-cloudwatch_api.xml:70(td) ./doc/common/tables/heat-cloudwatch_api.xml:74(td) ./doc/common/tables/heat-cloudwatch_api.xml:78(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/swift-proxy-server-filter-formpost.xml:20(td) ./doc/common/tables/cinder-zoning_fabric.xml:47(td) ./doc/common/tables/cinder-zoning_fabric.xml:55(td) ./doc/common/tables/cinder-zoning_fabric.xml:59(td) ./doc/common/tables/cinder-zoning_fabric.xml:63(td) ./doc/common/tables/cinder-zoning_fabric.xml:67(td) ./doc/common/tables/cinder-api.xml:39(td) ./doc/common/tables/cinder-api.xml:43(td) ./doc/common/tables/cinder-api.xml:47(td) ./doc/common/tables/cinder-api.xml:51(td) ./doc/common/tables/cinder-api.xml:55(td) ./doc/common/tables/cinder-api.xml:59(td) ./doc/common/tables/cinder-api.xml:63(td) ./doc/common/tables/cinder-api.xml:67(td) ./doc/common/tables/cinder-api.xml:71(td) ./doc/common/tables/cinder-api.xml:79(td) ./doc/common/tables/cinder-api.xml:83(td) ./doc/common/tables/cinder-api.xml:87(td) ./doc/common/tables/cinder-api.xml:91(td) ./doc/common/tables/cinder-api.xml:99(td) ./doc/common/tables/cinder-api.xml:103(td) ./doc/common/tables/cinder-api.xml:107(td) ./doc/common/tables/cinder-api.xml:111(td) ./doc/common/tables/cinder-api.xml:119(td) ./doc/common/tables/cinder-api.xml:123(td) ./doc/common/tables/cinder-api.xml:127(td) ./doc/common/tables/cinder-api.xml:131(td) ./doc/common/tables/cinder-api.xml:135(td) ./doc/common/tables/cinder-api.xml:139(td) ./doc/common/tables/cinder-api.xml:143(td) ./doc/common/tables/cinder-api.xml:147(td) ./doc/common/tables/cinder-api.xml:151(td) ./doc/common/tables/cinder-api.xml:155(td) ./doc/common/tables/cinder-api.xml:162(td) ./doc/common/tables/cinder-api.xml:166(td) ./doc/common/tables/cinder-api.xml:173(td) ./doc/common/tables/cinder-api.xml:177(td) ./doc/common/tables/cinder-api.xml:181(td) ./doc/common/tables/cinder-api.xml:188(td) ./doc/common/tables/manila-hp3par.xml:43(td) ./doc/common/tables/manila-hp3par.xml:47(td) ./doc/common/tables/manila-hp3par.xml:51(td) ./doc/common/tables/manila-hp3par.xml:71(td) ./doc/common/tables/aodh-qpid.xml:21(td) ./doc/common/tables/aodh-qpid.xml:25(td) ./doc/common/tables/aodh-qpid.xml:29(td) ./doc/common/tables/aodh-qpid.xml:33(td) ./doc/common/tables/aodh-qpid.xml:37(td) ./doc/common/tables/aodh-qpid.xml:45(td) ./doc/common/tables/aodh-qpid.xml:49(td) ./doc/common/tables/aodh-qpid.xml:53(td) ./doc/common/tables/aodh-qpid.xml:61(td) ./doc/common/tables/aodh-qpid.xml:65(td) ./doc/common/tables/aodh-qpid.xml:73(td) ./doc/common/tables/trove-db_mariadb.xml:39(td) ./doc/common/tables/trove-db_mariadb.xml:43(td) ./doc/common/tables/trove-db_mariadb.xml:47(td) ./doc/common/tables/trove-db_mariadb.xml:51(td) ./doc/common/tables/trove-db_mariadb.xml:55(td) ./doc/common/tables/trove-db_mariadb.xml:59(td) ./doc/common/tables/trove-db_mariadb.xml:63(td) ./doc/common/tables/trove-db_mariadb.xml:67(td) ./doc/common/tables/trove-db_mariadb.xml:71(td) ./doc/common/tables/trove-db_mariadb.xml:75(td) ./doc/common/tables/trove-db_mariadb.xml:79(td) ./doc/common/tables/trove-db_mariadb.xml:87(td) ./doc/common/tables/trove-db_mariadb.xml:91(td) ./doc/common/tables/keystone-saml.xml:39(td) ./doc/common/tables/keystone-saml.xml:43(td) ./doc/common/tables/keystone-saml.xml:47(td) ./doc/common/tables/keystone-saml.xml:51(td) ./doc/common/tables/keystone-saml.xml:55(td) ./doc/common/tables/keystone-saml.xml:59(td) ./doc/common/tables/keystone-saml.xml:63(td) ./doc/common/tables/keystone-saml.xml:67(td) ./doc/common/tables/keystone-saml.xml:71(td) ./doc/common/tables/keystone-saml.xml:75(td) ./doc/common/tables/keystone-saml.xml:79(td) ./doc/common/tables/keystone-saml.xml:83(td) ./doc/common/tables/keystone-saml.xml:87(td) ./doc/common/tables/keystone-saml.xml:91(td) ./doc/common/tables/keystone-saml.xml:95(td) ./doc/common/tables/keystone-saml.xml:99(td) ./doc/common/tables/keystone-saml.xml:103(td) ./doc/common/tables/keystone-saml.xml:107(td) ./doc/common/tables/aodh-auth_token.xml:21(td) ./doc/common/tables/aodh-auth_token.xml:25(td) ./doc/common/tables/aodh-auth_token.xml:29(td) ./doc/common/tables/aodh-auth_token.xml:33(td) ./doc/common/tables/aodh-auth_token.xml:41(td) ./doc/common/tables/aodh-auth_token.xml:45(td) ./doc/common/tables/aodh-auth_token.xml:49(td) ./doc/common/tables/aodh-auth_token.xml:53(td) ./doc/common/tables/aodh-auth_token.xml:57(td) ./doc/common/tables/aodh-auth_token.xml:61(td) ./doc/common/tables/aodh-auth_token.xml:65(td) ./doc/common/tables/aodh-auth_token.xml:69(td) ./doc/common/tables/aodh-auth_token.xml:73(td) ./doc/common/tables/aodh-auth_token.xml:77(td) ./doc/common/tables/aodh-auth_token.xml:81(td) ./doc/common/tables/aodh-auth_token.xml:85(td) ./doc/common/tables/aodh-auth_token.xml:89(td) ./doc/common/tables/aodh-auth_token.xml:93(td) ./doc/common/tables/aodh-auth_token.xml:97(td) ./doc/common/tables/aodh-auth_token.xml:101(td) ./doc/common/tables/aodh-auth_token.xml:105(td) ./doc/common/tables/aodh-auth_token.xml:109(td) ./doc/common/tables/aodh-auth_token.xml:113(td) ./doc/common/tables/aodh-auth_token.xml:117(td) ./doc/common/tables/aodh-auth_token.xml:121(td) ./doc/common/tables/aodh-auth_token.xml:125(td) ./doc/common/tables/aodh-auth_token.xml:129(td) ./doc/common/tables/aodh-auth_token.xml:133(td) ./doc/common/tables/aodh-auth_token.xml:137(td) ./doc/common/tables/aodh-auth_token.xml:141(td) ./doc/common/tables/aodh-auth_token.xml:145(td) ./doc/common/tables/aodh-auth_token.xml:149(td) ./doc/common/tables/aodh-auth_token.xml:153(td) ./doc/common/tables/aodh-auth_token.xml:157(td) ./doc/common/tables/aodh-auth_token.xml:161(td) ./doc/common/tables/aodh-auth_token.xml:165(td) ./doc/common/tables/aodh-auth_token.xml:169(td) ./doc/common/tables/ironic-console.xml:39(td) ./doc/common/tables/ironic-console.xml:43(td) ./doc/common/tables/ironic-console.xml:47(td) ./doc/common/tables/ironic-console.xml:51(td) ./doc/common/tables/ironic-console.xml:55(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:68(td) ./doc/common/tables/neutron-openvswitch_agent.xml:72(td) ./doc/common/tables/neutron-openvswitch_agent.xml:80(td) ./doc/common/tables/neutron-openvswitch_agent.xml:84(td) ./doc/common/tables/neutron-openvswitch_agent.xml:95(td) ./doc/common/tables/neutron-openvswitch_agent.xml:99(td) ./doc/common/tables/neutron-openvswitch_agent.xml:103(td) ./doc/common/tables/neutron-openvswitch_agent.xml:107(td) ./doc/common/tables/neutron-openvswitch_agent.xml:111(td) ./doc/common/tables/neutron-openvswitch_agent.xml:115(td) ./doc/common/tables/neutron-openvswitch_agent.xml:119(td) ./doc/common/tables/neutron-openvswitch_agent.xml:123(td) ./doc/common/tables/neutron-openvswitch_agent.xml:127(td) ./doc/common/tables/neutron-openvswitch_agent.xml:131(td) ./doc/common/tables/neutron-openvswitch_agent.xml:135(td) ./doc/common/tables/neutron-openvswitch_agent.xml:139(td) ./doc/common/tables/neutron-openvswitch_agent.xml:143(td) ./doc/common/tables/neutron-openvswitch_agent.xml:147(td) ./doc/common/tables/cinder-storage.xml:39(td) ./doc/common/tables/cinder-storage.xml:43(td) ./doc/common/tables/cinder-storage.xml:47(td) ./doc/common/tables/cinder-storage.xml:51(td) ./doc/common/tables/cinder-storage.xml:55(td) ./doc/common/tables/cinder-storage.xml:59(td) ./doc/common/tables/cinder-storage.xml:63(td) ./doc/common/tables/cinder-storage.xml:67(td) ./doc/common/tables/cinder-storage.xml:75(td) ./doc/common/tables/cinder-storage.xml:79(td) ./doc/common/tables/cinder-storage.xml:83(td) ./doc/common/tables/cinder-storage.xml:87(td) ./doc/common/tables/cinder-storage.xml:91(td) ./doc/common/tables/cinder-storage.xml:95(td) ./doc/common/tables/cinder-storage.xml:99(td) ./doc/common/tables/cinder-storage.xml:103(td) ./doc/common/tables/cinder-storage.xml:107(td) ./doc/common/tables/cinder-storage.xml:111(td) ./doc/common/tables/cinder-storage.xml:115(td) ./doc/common/tables/cinder-storage.xml:119(td) ./doc/common/tables/cinder-storage.xml:123(td) ./doc/common/tables/cinder-storage.xml:127(td) ./doc/common/tables/cinder-storage.xml:131(td) ./doc/common/tables/cinder-storage.xml:135(td) ./doc/common/tables/cinder-storage.xml:139(td) ./doc/common/tables/cinder-storage.xml:143(td) ./doc/common/tables/cinder-storage.xml:147(td) ./doc/common/tables/cinder-storage.xml:151(td) ./doc/common/tables/cinder-storage.xml:155(td) ./doc/common/tables/manila-compute.xml:39(td) ./doc/common/tables/manila-compute.xml:43(td) ./doc/common/tables/manila-compute.xml:47(td) ./doc/common/tables/manila-compute.xml:51(td) ./doc/common/tables/manila-compute.xml:55(td) ./doc/common/tables/manila-compute.xml:59(td) ./doc/common/tables/manila-compute.xml:63(td) ./doc/common/tables/manila-compute.xml:67(td) ./doc/common/tables/manila-compute.xml:71(td) ./doc/common/tables/manila-compute.xml:75(td) ./doc/common/tables/neutron-pd_linux_agent.xml:21(td) ./doc/common/tables/neutron-pd_linux_agent.xml:25(td) ./doc/common/tables/neutron-pd_linux_agent.xml:29(td) ./doc/common/tables/sahara-redis.xml:39(td) ./doc/common/tables/sahara-redis.xml:47(td) ./doc/common/tables/sahara-redis.xml:54(td) ./doc/common/tables/sahara-redis.xml:62(td) ./doc/common/tables/heat-cors.xml:39(td) ./doc/common/tables/heat-cors.xml:43(td) ./doc/common/tables/heat-cors.xml:47(td) ./doc/common/tables/heat-cors.xml:51(td) ./doc/common/tables/heat-cors.xml:55(td) ./doc/common/tables/heat-cors.xml:59(td) ./doc/common/tables/heat-cors.xml:66(td) ./doc/common/tables/heat-cors.xml:70(td) ./doc/common/tables/heat-cors.xml:74(td) ./doc/common/tables/heat-cors.xml:78(td) ./doc/common/tables/heat-cors.xml:82(td) ./doc/common/tables/heat-cors.xml:86(td) ./doc/common/tables/heat-clients_swift.xml:39(td) ./doc/common/tables/heat-clients_swift.xml:43(td) ./doc/common/tables/heat-clients_swift.xml:47(td) ./doc/common/tables/heat-clients_swift.xml:51(td) ./doc/common/tables/heat-clients_swift.xml:55(td) ./doc/common/tables/manila-gpfs.xml:39(td) ./doc/common/tables/manila-gpfs.xml:43(td) ./doc/common/tables/manila-gpfs.xml:47(td) ./doc/common/tables/manila-gpfs.xml:51(td) ./doc/common/tables/manila-gpfs.xml:55(td) ./doc/common/tables/manila-gpfs.xml:59(td) ./doc/common/tables/manila-gpfs.xml:63(td) ./doc/common/tables/manila-gpfs.xml:67(td) ./doc/common/tables/manila-gpfs.xml:71(td) ./doc/common/tables/manila-gpfs.xml:75(td) ./doc/common/tables/nova-zeromq.xml:39(td) ./doc/common/tables/nova-zeromq.xml:43(td) ./doc/common/tables/nova-zeromq.xml:47(td) ./doc/common/tables/nova-zeromq.xml:51(td) ./doc/common/tables/nova-zeromq.xml:55(td) ./doc/common/tables/nova-zeromq.xml:59(td) ./doc/common/tables/nova-zeromq.xml:63(td) ./doc/common/tables/nova-zeromq.xml:67(td) ./doc/common/tables/nova-zeromq.xml:71(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/trove-rabbitmq.xml:39(td) ./doc/common/tables/trove-rabbitmq.xml:43(td) ./doc/common/tables/trove-rabbitmq.xml:47(td) ./doc/common/tables/trove-rabbitmq.xml:51(td) ./doc/common/tables/trove-rabbitmq.xml:55(td) ./doc/common/tables/trove-rabbitmq.xml:59(td) ./doc/common/tables/trove-rabbitmq.xml:63(td) ./doc/common/tables/trove-rabbitmq.xml:83(td) ./doc/common/tables/trove-rabbitmq.xml:87(td) ./doc/common/tables/trove-rabbitmq.xml:91(td) ./doc/common/tables/trove-rabbitmq.xml:95(td) ./doc/common/tables/trove-rabbitmq.xml:99(td) ./doc/common/tables/trove-rabbitmq.xml:103(td) ./doc/common/tables/trove-rabbitmq.xml:107(td) ./doc/common/tables/trove-rabbitmq.xml:111(td) ./doc/common/tables/trove-rabbitmq.xml:115(td) ./doc/common/tables/trove-rabbitmq.xml:119(td) ./doc/common/tables/trove-rabbitmq.xml:123(td) ./doc/common/tables/trove-rabbitmq.xml:127(td) ./doc/common/tables/trove-rabbitmq.xml:131(td) ./doc/common/tables/neutron-lbaas_octavia.xml:21(td) ./doc/common/tables/neutron-lbaas_octavia.xml:25(td) ./doc/common/tables/neutron-lbaas_octavia.xml:29(td) ./doc/common/tables/trove-amqp.xml:39(td) ./doc/common/tables/trove-amqp.xml:43(td) ./doc/common/tables/trove-amqp.xml:47(td) ./doc/common/tables/trove-amqp.xml:51(td) ./doc/common/tables/trove-amqp.xml:55(td) ./doc/common/tables/trove-amqp.xml:59(td) ./doc/common/tables/trove-amqp.xml:63(td) ./doc/common/tables/neutron-ml2_geneve.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:20(td) ./doc/common/tables/cinder-images.xml:43(td) ./doc/common/tables/cinder-images.xml:47(td) ./doc/common/tables/cinder-images.xml:51(td) ./doc/common/tables/cinder-images.xml:55(td) ./doc/common/tables/cinder-images.xml:59(td) ./doc/common/tables/cinder-images.xml:63(td) ./doc/common/tables/cinder-images.xml:67(td) ./doc/common/tables/cinder-images.xml:71(td) ./doc/common/tables/cinder-images.xml:75(td) ./doc/common/tables/cinder-images.xml:79(td) ./doc/common/tables/cinder-images.xml:83(td) ./doc/common/tables/cinder-images.xml:87(td) ./doc/common/tables/cinder-images.xml:91(td) ./doc/common/tables/cinder-images.xml:95(td) ./doc/common/tables/cinder-images.xml:99(td) ./doc/common/tables/cinder-images.xml:103(td) ./doc/common/tables/cinder-images.xml:107(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/cinder-keymgr.xml:39(td) ./doc/common/tables/cinder-keymgr.xml:43(td) ./doc/common/tables/cinder-keymgr.xml:47(td) ./doc/common/tables/cinder-keymgr.xml:51(td) ./doc/common/tables/sahara-cors.xml:39(td) ./doc/common/tables/sahara-cors.xml:43(td) ./doc/common/tables/sahara-cors.xml:47(td) ./doc/common/tables/sahara-cors.xml:51(td) ./doc/common/tables/sahara-cors.xml:55(td) ./doc/common/tables/sahara-cors.xml:59(td) ./doc/common/tables/sahara-cors.xml:66(td) ./doc/common/tables/sahara-cors.xml:70(td) ./doc/common/tables/sahara-cors.xml:74(td) ./doc/common/tables/sahara-cors.xml:78(td) ./doc/common/tables/sahara-cors.xml:82(td) ./doc/common/tables/sahara-cors.xml:86(td) ./doc/common/tables/nova-xvpvncproxy.xml:39(td) ./doc/common/tables/nova-xvpvncproxy.xml:43(td) ./doc/common/tables/neutron-fujitsu_ism.xml:21(td) ./doc/common/tables/neutron-fujitsu_ism.xml:25(td) ./doc/common/tables/neutron-fujitsu_ism.xml:29(td) ./doc/common/tables/neutron-fujitsu_ism.xml:33(td) ./doc/common/tables/neutron-fujitsu_ism.xml:37(td) ./doc/common/tables/neutron-fujitsu_ism.xml:41(td) ./doc/common/tables/trove-redis.xml:43(td) ./doc/common/tables/trove-redis.xml:50(td) ./doc/common/tables/trove-redis.xml:58(td) ./doc/common/tables/manila-qpid.xml:39(td) ./doc/common/tables/manila-qpid.xml:43(td) ./doc/common/tables/manila-qpid.xml:47(td) ./doc/common/tables/manila-qpid.xml:51(td) ./doc/common/tables/manila-qpid.xml:55(td) ./doc/common/tables/manila-qpid.xml:63(td) ./doc/common/tables/manila-qpid.xml:67(td) ./doc/common/tables/manila-qpid.xml:71(td) ./doc/common/tables/manila-qpid.xml:79(td) ./doc/common/tables/manila-qpid.xml:83(td) ./doc/common/tables/manila-qpid.xml:91(td) ./doc/common/tables/nova-policy.xml:39(td) ./doc/common/tables/nova-policy.xml:43(td) ./doc/common/tables/nova-policy.xml:47(td) ./doc/common/tables/nova-policy.xml:51(td) ./doc/common/tables/nova-policy.xml:59(td) ./doc/common/tables/nova-policy.xml:63(td) ./doc/common/tables/nova-policy.xml:67(td) ./doc/common/tables/nova-policy.xml:71(td) ./doc/common/tables/nova-policy.xml:75(td) ./doc/common/tables/nova-policy.xml:79(td) ./doc/common/tables/nova-policy.xml:83(td) ./doc/common/tables/nova-policy.xml:87(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/manila-amqp.xml:39(td) ./doc/common/tables/manila-amqp.xml:43(td) ./doc/common/tables/manila-amqp.xml:47(td) ./doc/common/tables/manila-amqp.xml:51(td) ./doc/common/tables/ironic-ssh.xml:39(td) ./doc/common/tables/nova-authentication.xml:39(td) ./doc/common/tables/cinder-smbfs.xml:39(td) ./doc/common/tables/cinder-smbfs.xml:43(td) ./doc/common/tables/cinder-smbfs.xml:47(td) ./doc/common/tables/cinder-smbfs.xml:51(td) ./doc/common/tables/cinder-smbfs.xml:55(td) ./doc/common/tables/cinder-smbfs.xml:59(td) ./doc/common/tables/cinder-smbfs.xml:63(td) ./doc/common/tables/heat-common.xml:39(td) ./doc/common/tables/heat-common.xml:43(td) ./doc/common/tables/heat-common.xml:47(td) ./doc/common/tables/heat-common.xml:51(td) ./doc/common/tables/heat-common.xml:55(td) ./doc/common/tables/heat-common.xml:59(td) ./doc/common/tables/heat-common.xml:63(td) ./doc/common/tables/heat-common.xml:67(td) ./doc/common/tables/heat-common.xml:71(td) ./doc/common/tables/heat-common.xml:75(td) ./doc/common/tables/heat-common.xml:79(td) ./doc/common/tables/heat-common.xml:87(td) ./doc/common/tables/heat-common.xml:91(td) ./doc/common/tables/heat-common.xml:95(td) ./doc/common/tables/heat-common.xml:99(td) ./doc/common/tables/heat-common.xml:106(td) ./doc/common/tables/heat-common.xml:110(td) ./doc/common/tables/heat-common.xml:114(td) ./doc/common/tables/heat-common.xml:118(td) ./doc/common/tables/heat-common.xml:122(td) ./doc/common/tables/heat-common.xml:126(td) ./doc/common/tables/heat-common.xml:130(td) ./doc/common/tables/heat-common.xml:134(td) ./doc/common/tables/heat-common.xml:138(td) ./doc/common/tables/heat-common.xml:142(td) ./doc/common/tables/heat-common.xml:146(td) ./doc/common/tables/heat-common.xml:150(td) ./doc/common/tables/heat-common.xml:161(td) ./doc/common/tables/heat-common.xml:165(td) ./doc/common/tables/heat-common.xml:172(td) ./doc/common/tables/cinder-srb.xml:39(td) ./doc/common/tables/glance-imagecache.xml:39(td) ./doc/common/tables/glance-imagecache.xml:43(td) ./doc/common/tables/glance-imagecache.xml:47(td) ./doc/common/tables/glance-imagecache.xml:51(td) ./doc/common/tables/glance-imagecache.xml:55(td) ./doc/common/tables/glance-imagecache.xml:59(td) ./doc/common/tables/glance-imagecache.xml:63(td) ./doc/common/tables/glance-imagecache.xml:67(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/keystone-auth_token.xml:39(td) ./doc/common/tables/keystone-auth_token.xml:43(td) ./doc/common/tables/keystone-auth_token.xml:47(td) ./doc/common/tables/keystone-auth_token.xml:51(td) ./doc/common/tables/keystone-auth_token.xml:59(td) ./doc/common/tables/keystone-auth_token.xml:63(td) ./doc/common/tables/keystone-auth_token.xml:67(td) ./doc/common/tables/keystone-auth_token.xml:71(td) ./doc/common/tables/keystone-auth_token.xml:75(td) ./doc/common/tables/keystone-auth_token.xml:79(td) ./doc/common/tables/keystone-auth_token.xml:83(td) ./doc/common/tables/keystone-auth_token.xml:87(td) ./doc/common/tables/keystone-auth_token.xml:91(td) ./doc/common/tables/keystone-auth_token.xml:95(td) ./doc/common/tables/keystone-auth_token.xml:99(td) ./doc/common/tables/keystone-auth_token.xml:103(td) ./doc/common/tables/keystone-auth_token.xml:107(td) ./doc/common/tables/keystone-auth_token.xml:111(td) ./doc/common/tables/keystone-auth_token.xml:115(td) ./doc/common/tables/keystone-auth_token.xml:119(td) ./doc/common/tables/keystone-auth_token.xml:123(td) ./doc/common/tables/keystone-auth_token.xml:127(td) ./doc/common/tables/keystone-auth_token.xml:131(td) ./doc/common/tables/keystone-auth_token.xml:135(td) ./doc/common/tables/keystone-auth_token.xml:139(td) ./doc/common/tables/keystone-auth_token.xml:143(td) ./doc/common/tables/keystone-auth_token.xml:147(td) ./doc/common/tables/keystone-auth_token.xml:151(td) ./doc/common/tables/keystone-auth_token.xml:155(td) ./doc/common/tables/keystone-auth_token.xml:159(td) ./doc/common/tables/keystone-auth_token.xml:163(td) ./doc/common/tables/keystone-auth_token.xml:167(td) ./doc/common/tables/keystone-auth_token.xml:171(td) ./doc/common/tables/keystone-auth_token.xml:175(td) ./doc/common/tables/keystone-auth_token.xml:179(td) ./doc/common/tables/keystone-auth_token.xml:183(td) ./doc/common/tables/glance-cors.xml:39(td) ./doc/common/tables/glance-cors.xml:43(td) ./doc/common/tables/glance-cors.xml:47(td) ./doc/common/tables/glance-cors.xml:51(td) ./doc/common/tables/glance-cors.xml:55(td) ./doc/common/tables/glance-cors.xml:59(td) ./doc/common/tables/glance-cors.xml:66(td) ./doc/common/tables/glance-cors.xml:70(td) ./doc/common/tables/glance-cors.xml:74(td) ./doc/common/tables/glance-cors.xml:78(td) ./doc/common/tables/glance-cors.xml:82(td) ./doc/common/tables/glance-cors.xml:86(td) ./doc/common/tables/cinder-scst.xml:39(td) ./doc/common/tables/cinder-scst.xml:43(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/keystone-catalog.xml:39(td) ./doc/common/tables/keystone-catalog.xml:43(td) ./doc/common/tables/keystone-catalog.xml:47(td) ./doc/common/tables/keystone-catalog.xml:51(td) ./doc/common/tables/keystone-catalog.xml:55(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/neutron-ml2_bagpipe.xml:21(td) ./doc/common/tables/neutron-ml2_bagpipe.xml:28(td) ./doc/common/tables/ceilometer-rpc.xml:39(td) ./doc/common/tables/ceilometer-rpc.xml:43(td) ./doc/common/tables/ceilometer-rpc.xml:47(td) ./doc/common/tables/ceilometer-rpc.xml:51(td) ./doc/common/tables/ceilometer-rpc.xml:55(td) ./doc/common/tables/ceilometer-rpc.xml:59(td) ./doc/common/tables/ceilometer-rpc.xml:66(td) ./doc/common/tables/ceilometer-rpc.xml:73(td) ./doc/common/tables/ceilometer-rpc.xml:77(td) ./doc/common/tables/ceilometer-rpc.xml:84(td) ./doc/common/tables/ceilometer-rpc.xml:88(td) ./doc/common/tables/ceilometer-rpc.xml:92(td) ./doc/common/tables/ceilometer-rpc.xml:96(td) ./doc/common/tables/ceilometer-rpc.xml:100(td) ./doc/common/tables/ceilometer-rpc.xml:120(td) ./doc/common/tables/ceilometer-rpc.xml:136(td) ./doc/common/tables/ceilometer-rpc.xml:140(td) ./doc/common/tables/ceilometer-rpc.xml:151(td) ./doc/common/tables/ceilometer-rpc.xml:158(td) ./doc/common/tables/ceilometer-rpc.xml:162(td) ./doc/common/tables/ceilometer-rpc.xml:166(td) ./doc/common/tables/ceilometer-rpc.xml:173(td) ./doc/common/tables/nova-pci.xml:39(td) ./doc/common/tables/nova-pci.xml:43(td) ./doc/common/tables/cinder-eqlx.xml:39(td) ./doc/common/tables/cinder-eqlx.xml:43(td) ./doc/common/tables/cinder-eqlx.xml:47(td) ./doc/common/tables/cinder-eqlx.xml:51(td) ./doc/common/tables/cinder-eqlx.xml:55(td) ./doc/common/tables/cinder-eqlx.xml:59(td) ./doc/common/tables/cinder-eqlx.xml:63(td) ./doc/common/tables/neutron-vpnaas_ipsec.xml:21(td) ./doc/common/tables/neutron-vpnaas_ipsec.xml:25(td) ./doc/common/tables/neutron-vpnaas_ipsec.xml:29(td) ./doc/common/tables/glance-sheepdog.xml:39(td) ./doc/common/tables/glance-sheepdog.xml:43(td) ./doc/common/tables/glance-sheepdog.xml:47(td) ./doc/common/tables/heat-clients_backends.xml:39(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/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/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/swift-proxy-server-filter-versioned_writes.xml:20(td) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:24(td) ./doc/common/tables/nova-upgrade_levels.xml:39(td) ./doc/common/tables/nova-upgrade_levels.xml:46(td) ./doc/common/tables/nova-upgrade_levels.xml:50(td) ./doc/common/tables/nova-upgrade_levels.xml:54(td) ./doc/common/tables/nova-upgrade_levels.xml:58(td) ./doc/common/tables/nova-upgrade_levels.xml:62(td) ./doc/common/tables/nova-upgrade_levels.xml:66(td) ./doc/common/tables/nova-upgrade_levels.xml:70(td) ./doc/common/tables/nova-upgrade_levels.xml:74(td) ./doc/common/tables/nova-upgrade_levels.xml:78(td) ./doc/common/tables/aodh-amqp.xml:21(td) ./doc/common/tables/aodh-amqp.xml:25(td) ./doc/common/tables/aodh-amqp.xml:29(td) ./doc/common/tables/aodh-amqp.xml:33(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:21(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:25(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:29(td) ./doc/common/tables/neutron-vpnaas_strongswan.xml:33(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:39(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:43(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:47(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:51(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:55(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:59(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:63(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:67(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:71(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:75(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:79(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:83(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:87(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:91(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:95(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:99(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:103(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:107(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:111(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:115(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:119(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:123(td) ./doc/common/tables/cinder-common.xml:39(td) ./doc/common/tables/cinder-common.xml:51(td) ./doc/common/tables/cinder-common.xml:55(td) ./doc/common/tables/cinder-common.xml:59(td) ./doc/common/tables/cinder-common.xml:63(td) ./doc/common/tables/cinder-common.xml:67(td) ./doc/common/tables/cinder-common.xml:71(td) ./doc/common/tables/cinder-common.xml:75(td) ./doc/common/tables/cinder-common.xml:79(td) ./doc/common/tables/cinder-common.xml:83(td) ./doc/common/tables/cinder-common.xml:87(td) ./doc/common/tables/cinder-common.xml:91(td) ./doc/common/tables/cinder-common.xml:95(td) ./doc/common/tables/cinder-common.xml:99(td) ./doc/common/tables/cinder-common.xml:103(td) ./doc/common/tables/cinder-common.xml:107(td) ./doc/common/tables/cinder-common.xml:111(td) ./doc/common/tables/cinder-common.xml:115(td) ./doc/common/tables/cinder-common.xml:123(td) ./doc/common/tables/cinder-common.xml:127(td) ./doc/common/tables/cinder-common.xml:131(td) ./doc/common/tables/cinder-common.xml:135(td) ./doc/common/tables/cinder-common.xml:143(td) ./doc/common/tables/cinder-common.xml:147(td) ./doc/common/tables/cinder-common.xml:151(td) ./doc/common/tables/cinder-common.xml:155(td) ./doc/common/tables/cinder-common.xml:159(td) ./doc/common/tables/cinder-common.xml:163(td) ./doc/common/tables/cinder-common.xml:167(td) ./doc/common/tables/cinder-common.xml:171(td) ./doc/common/tables/cinder-common.xml:175(td) ./doc/common/tables/cinder-common.xml:179(td) ./doc/common/tables/cinder-common.xml:183(td) ./doc/common/tables/cinder-common.xml:187(td) ./doc/common/tables/cinder-common.xml:191(td) ./doc/common/tables/cinder-common.xml:195(td) ./doc/common/tables/cinder-common.xml:199(td) ./doc/common/tables/cinder-common.xml:203(td) ./doc/common/tables/cinder-common.xml:207(td) ./doc/common/tables/cinder-common.xml:211(td) ./doc/common/tables/cinder-common.xml:215(td) ./doc/common/tables/cinder-common.xml:219(td) ./doc/common/tables/cinder-common.xml:223(td) ./doc/common/tables/cinder-common.xml:227(td) ./doc/common/tables/cinder-common.xml:231(td) ./doc/common/tables/cinder-common.xml:235(td) ./doc/common/tables/cinder-common.xml:239(td) ./doc/common/tables/cinder-common.xml:243(td) ./doc/common/tables/cinder-common.xml:247(td) ./doc/common/tables/cinder-common.xml:251(td) ./doc/common/tables/cinder-common.xml:255(td) ./doc/common/tables/cinder-common.xml:259(td) ./doc/common/tables/cinder-common.xml:263(td) ./doc/common/tables/cinder-common.xml:267(td) ./doc/common/tables/cinder-common.xml:274(td) ./doc/common/tables/manila-api.xml:39(td) ./doc/common/tables/manila-api.xml:43(td) ./doc/common/tables/manila-api.xml:47(td) ./doc/common/tables/manila-api.xml:51(td) ./doc/common/tables/manila-api.xml:55(td) ./doc/common/tables/manila-api.xml:59(td) ./doc/common/tables/manila-api.xml:63(td) ./doc/common/tables/manila-api.xml:71(td) ./doc/common/tables/manila-api.xml:75(td) ./doc/common/tables/manila-api.xml:79(td) ./doc/common/tables/manila-api.xml:83(td) ./doc/common/tables/manila-api.xml:87(td) ./doc/common/tables/manila-api.xml:91(td) ./doc/common/tables/manila-api.xml:95(td) ./doc/common/tables/manila-api.xml:99(td) ./doc/common/tables/manila-api.xml:106(td) ./doc/common/tables/manila-api.xml:110(td) ./doc/common/tables/manila-api.xml:117(td) ./doc/common/tables/manila-api.xml:121(td) ./doc/common/tables/manila-api.xml:125(td) ./doc/common/tables/neutron-vmware.xml:21(td) ./doc/common/tables/neutron-vmware.xml:28(td) ./doc/common/tables/neutron-vmware.xml:36(td) ./doc/common/tables/neutron-vmware.xml:40(td) ./doc/common/tables/neutron-vmware.xml:44(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:84(td) ./doc/common/tables/neutron-vmware.xml:88(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/neutron-vmware.xml:135(td) ./doc/common/tables/neutron-vmware.xml:139(td) ./doc/common/tables/neutron-vmware.xml:146(td) ./doc/common/tables/neutron-vmware.xml:150(td) ./doc/common/tables/neutron-vmware.xml:154(td) ./doc/common/tables/neutron-vmware.xml:158(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/ceilometer-alarms.xml:39(td) ./doc/common/tables/sahara-common.xml:39(td) ./doc/common/tables/sahara-common.xml:43(td) ./doc/common/tables/sahara-common.xml:47(td) ./doc/common/tables/sahara-common.xml:51(td) ./doc/common/tables/sahara-common.xml:55(td) ./doc/common/tables/sahara-common.xml:59(td) ./doc/common/tables/sahara-common.xml:63(td) ./doc/common/tables/sahara-common.xml:67(td) ./doc/common/tables/sahara-common.xml:71(td) ./doc/common/tables/sahara-common.xml:75(td) ./doc/common/tables/sahara-common.xml:79(td) ./doc/common/tables/sahara-common.xml:83(td) ./doc/common/tables/sahara-common.xml:87(td) ./doc/common/tables/sahara-common.xml:91(td) ./doc/common/tables/sahara-common.xml:95(td) ./doc/common/tables/sahara-common.xml:99(td) ./doc/common/tables/sahara-common.xml:103(td) ./doc/common/tables/sahara-common.xml:107(td) ./doc/common/tables/sahara-common.xml:115(td) ./doc/common/tables/sahara-common.xml:119(td) ./doc/common/tables/sahara-common.xml:123(td) ./doc/common/tables/sahara-common.xml:127(td) ./doc/common/tables/sahara-common.xml:131(td) ./doc/common/tables/sahara-common.xml:135(td) ./doc/common/tables/sahara-common.xml:139(td) ./doc/common/tables/sahara-common.xml:143(td) ./doc/common/tables/sahara-common.xml:147(td) ./doc/common/tables/sahara-common.xml:155(td) ./doc/common/tables/sahara-common.xml:159(td) ./doc/common/tables/sahara-common.xml:163(td) ./doc/common/tables/sahara-common.xml:167(td) ./doc/common/tables/sahara-common.xml:171(td) ./doc/common/tables/sahara-common.xml:175(td) ./doc/common/tables/sahara-common.xml:179(td) ./doc/common/tables/sahara-common.xml:183(td) ./doc/common/tables/sahara-common.xml:187(td) ./doc/common/tables/sahara-common.xml:194(td) ./doc/common/tables/sahara-common.xml:201(td) ./doc/common/tables/nova-metadata.xml:39(td) ./doc/common/tables/nova-metadata.xml:43(td) ./doc/common/tables/nova-metadata.xml:47(td) ./doc/common/tables/nova-metadata.xml:51(td) ./doc/common/tables/nova-metadata.xml:55(td) ./doc/common/tables/nova-metadata.xml:59(td) ./doc/common/tables/nova-metadata.xml:63(td) ./doc/common/tables/nova-metadata.xml:67(td) ./doc/common/tables/nova-metadata.xml:71(td) ./doc/common/tables/heat-rabbitmq.xml:39(td) ./doc/common/tables/heat-rabbitmq.xml:43(td) ./doc/common/tables/heat-rabbitmq.xml:47(td) ./doc/common/tables/heat-rabbitmq.xml:51(td) ./doc/common/tables/heat-rabbitmq.xml:55(td) ./doc/common/tables/heat-rabbitmq.xml:59(td) ./doc/common/tables/heat-rabbitmq.xml:63(td) ./doc/common/tables/heat-rabbitmq.xml:83(td) ./doc/common/tables/heat-rabbitmq.xml:87(td) ./doc/common/tables/heat-rabbitmq.xml:91(td) ./doc/common/tables/heat-rabbitmq.xml:95(td) ./doc/common/tables/heat-rabbitmq.xml:99(td) ./doc/common/tables/heat-rabbitmq.xml:103(td) ./doc/common/tables/heat-rabbitmq.xml:107(td) ./doc/common/tables/heat-rabbitmq.xml:111(td) ./doc/common/tables/heat-rabbitmq.xml:115(td) ./doc/common/tables/heat-rabbitmq.xml:119(td) ./doc/common/tables/heat-rabbitmq.xml:123(td) ./doc/common/tables/heat-rabbitmq.xml:127(td) ./doc/common/tables/heat-rabbitmq.xml:131(td) ./doc/common/tables/nova-ipv6.xml:39(td) ./doc/common/tables/nova-ipv6.xml:43(td) ./doc/common/tables/nova-ipv6.xml:47(td) ./doc/common/tables/nova-ipv6.xml:51(td) ./doc/common/tables/glance-rpc.xml:39(td) ./doc/common/tables/glance-rpc.xml:43(td) ./doc/common/tables/glance-rpc.xml:47(td) ./doc/common/tables/glance-rpc.xml:51(td) ./doc/common/tables/glance-rpc.xml:55(td) ./doc/common/tables/glance-rpc.xml:59(td) ./doc/common/tables/glance-rpc.xml:66(td) ./doc/common/tables/glance-rpc.xml:70(td) ./doc/common/tables/glance-rpc.xml:77(td) ./doc/common/tables/glance-rpc.xml:81(td) ./doc/common/tables/glance-rpc.xml:85(td) ./doc/common/tables/glance-rpc.xml:89(td) ./doc/common/tables/glance-rpc.xml:93(td) ./doc/common/tables/glance-rpc.xml:113(td) ./doc/common/tables/glance-rpc.xml:129(td) ./doc/common/tables/glance-rpc.xml:133(td) ./doc/common/tables/glance-profiler.xml:39(td) ./doc/common/tables/glance-profiler.xml:43(td) ./doc/common/tables/keystone-domain.xml:39(td) ./doc/common/tables/keystone-domain.xml:43(td) ./doc/common/tables/keystone-domain.xml:47(td) ./doc/common/tables/cinder-compute.xml:39(td) ./doc/common/tables/cinder-compute.xml:43(td) ./doc/common/tables/cinder-compute.xml:47(td) ./doc/common/tables/cinder-compute.xml:51(td) ./doc/common/tables/cinder-compute.xml:55(td) ./doc/common/tables/cinder-compute.xml:59(td) ./doc/common/tables/cinder-compute.xml:63(td) ./doc/common/tables/aodh-database.xml:21(td) ./doc/common/tables/aodh-database.xml:25(td) ./doc/common/tables/aodh-database.xml:29(td) ./doc/common/tables/aodh-database.xml:33(td) ./doc/common/tables/aodh-database.xml:37(td) ./doc/common/tables/aodh-database.xml:41(td) ./doc/common/tables/aodh-database.xml:45(td) ./doc/common/tables/aodh-database.xml:49(td) ./doc/common/tables/aodh-database.xml:53(td) ./doc/common/tables/aodh-database.xml:57(td) ./doc/common/tables/aodh-database.xml:61(td) ./doc/common/tables/aodh-database.xml:65(td) ./doc/common/tables/aodh-database.xml:69(td) ./doc/common/tables/aodh-database.xml:73(td) ./doc/common/tables/aodh-database.xml:77(td) ./doc/common/tables/aodh-database.xml:81(td) ./doc/common/tables/aodh-database.xml:85(td) ./doc/common/tables/aodh-database.xml:89(td) ./doc/common/tables/aodh-database.xml:93(td) ./doc/common/tables/aodh-database.xml:97(td) ./doc/common/tables/aodh-database.xml:101(td) ./doc/common/tables/aodh-database.xml:105(td) ./doc/common/tables/ironic-pxe.xml:39(td) ./doc/common/tables/ironic-pxe.xml:43(td) ./doc/common/tables/ironic-pxe.xml:47(td) ./doc/common/tables/ironic-pxe.xml:51(td) ./doc/common/tables/ironic-pxe.xml:55(td) ./doc/common/tables/ironic-pxe.xml:59(td) ./doc/common/tables/ironic-pxe.xml:63(td) ./doc/common/tables/ironic-pxe.xml:67(td) ./doc/common/tables/ironic-pxe.xml:71(td) ./doc/common/tables/ironic-pxe.xml:75(td) ./doc/common/tables/ironic-pxe.xml:79(td) ./doc/common/tables/ironic-pxe.xml:83(td) ./doc/common/tables/ironic-pxe.xml:87(td) ./doc/common/tables/ironic-pxe.xml:91(td) ./doc/common/tables/ironic-pxe.xml:95(td) ./doc/common/tables/ironic-pxe.xml:99(td) ./doc/common/tables/keystone-credential.xml:39(td) ./doc/common/tables/nova-barbican.xml:39(td) ./doc/common/tables/nova-barbican.xml:43(td) ./doc/common/tables/nova-barbican.xml:47(td) ./doc/common/tables/nova-barbican.xml:51(td) ./doc/common/tables/nova-barbican.xml:55(td) ./doc/common/tables/nova-barbican.xml:59(td) ./doc/common/tables/nova-barbican.xml:63(td) ./doc/common/tables/nova-barbican.xml:67(td) ./doc/common/tables/keystone-assignment.xml:39(td) ./doc/common/tables/heat-clients_trove.xml:39(td) ./doc/common/tables/heat-clients_trove.xml:43(td) ./doc/common/tables/heat-clients_trove.xml:47(td) ./doc/common/tables/heat-clients_trove.xml:51(td) ./doc/common/tables/heat-clients_trove.xml:55(td) ./doc/common/tables/ceilometer-rabbitmq.xml:39(td) ./doc/common/tables/ceilometer-rabbitmq.xml:43(td) ./doc/common/tables/ceilometer-rabbitmq.xml:47(td) ./doc/common/tables/ceilometer-rabbitmq.xml:51(td) ./doc/common/tables/ceilometer-rabbitmq.xml:55(td) ./doc/common/tables/ceilometer-rabbitmq.xml:59(td) ./doc/common/tables/ceilometer-rabbitmq.xml:63(td) ./doc/common/tables/ceilometer-rabbitmq.xml:83(td) ./doc/common/tables/ceilometer-rabbitmq.xml:87(td) ./doc/common/tables/ceilometer-rabbitmq.xml:91(td) ./doc/common/tables/ceilometer-rabbitmq.xml:95(td) ./doc/common/tables/ceilometer-rabbitmq.xml:99(td) ./doc/common/tables/ceilometer-rabbitmq.xml:103(td) ./doc/common/tables/ceilometer-rabbitmq.xml:107(td) ./doc/common/tables/ceilometer-rabbitmq.xml:111(td) ./doc/common/tables/ceilometer-rabbitmq.xml:115(td) ./doc/common/tables/ceilometer-rabbitmq.xml:119(td) ./doc/common/tables/ceilometer-rabbitmq.xml:123(td) ./doc/common/tables/ceilometer-rabbitmq.xml:127(td) ./doc/common/tables/ceilometer-rabbitmq.xml:131(td) ./doc/common/tables/sahara-qpid.xml:39(td) ./doc/common/tables/sahara-qpid.xml:43(td) ./doc/common/tables/sahara-qpid.xml:47(td) ./doc/common/tables/sahara-qpid.xml:51(td) ./doc/common/tables/sahara-qpid.xml:55(td) ./doc/common/tables/sahara-qpid.xml:63(td) ./doc/common/tables/sahara-qpid.xml:67(td) ./doc/common/tables/sahara-qpid.xml:71(td) ./doc/common/tables/sahara-qpid.xml:79(td) ./doc/common/tables/sahara-qpid.xml:83(td) ./doc/common/tables/sahara-qpid.xml:91(td) ./doc/common/tables/cinder-xio.xml:39(td) ./doc/common/tables/cinder-xio.xml:43(td) ./doc/common/tables/cinder-xio.xml:47(td) ./doc/common/tables/cinder-xio.xml:51(td) ./doc/common/tables/cinder-xio.xml:55(td) ./doc/common/tables/cinder-xio.xml:59(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:36(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:40(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:44(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:48(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:52(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/neutron-quotas.xml:92(td) ./doc/common/tables/neutron-quotas.xml:96(td) ./doc/common/tables/neutron-quotas.xml:100(td) ./doc/common/tables/neutron-quotas.xml:104(td) ./doc/common/tables/neutron-quotas.xml:108(td) ./doc/common/tables/neutron-quotas.xml:112(td) ./doc/common/tables/neutron-quotas.xml:116(td) ./doc/common/tables/neutron-quotas.xml:120(td) ./doc/common/tables/ceilometer-exchange.xml:39(td) ./doc/common/tables/ceilometer-exchange.xml:43(td) ./doc/common/tables/ceilometer-exchange.xml:47(td) ./doc/common/tables/ceilometer-exchange.xml:51(td) ./doc/common/tables/ceilometer-exchange.xml:55(td) ./doc/common/tables/ceilometer-exchange.xml:59(td) ./doc/common/tables/ceilometer-exchange.xml:63(td) ./doc/common/tables/ceilometer-exchange.xml:67(td) ./doc/common/tables/ceilometer-exchange.xml:71(td) ./doc/common/tables/ceilometer-exchange.xml:75(td) ./doc/common/tables/ceilometer-exchange.xml:79(td) ./doc/common/tables/ceilometer-exchange.xml:83(td) ./doc/common/tables/ceilometer-exchange.xml:87(td) ./doc/common/tables/ceilometer-exchange.xml:91(td) ./doc/common/tables/ceilometer-exchange.xml:95(td) ./doc/common/tables/keystone-cors.xml:39(td) ./doc/common/tables/keystone-cors.xml:43(td) ./doc/common/tables/keystone-cors.xml:47(td) ./doc/common/tables/keystone-cors.xml:51(td) ./doc/common/tables/keystone-cors.xml:55(td) ./doc/common/tables/keystone-cors.xml:59(td) ./doc/common/tables/keystone-cors.xml:66(td) ./doc/common/tables/keystone-cors.xml:70(td) ./doc/common/tables/keystone-cors.xml:74(td) ./doc/common/tables/keystone-cors.xml:78(td) ./doc/common/tables/keystone-cors.xml:82(td) ./doc/common/tables/keystone-cors.xml:86(td) ./doc/common/tables/ironic-inspector.xml:39(td) ./doc/common/tables/ironic-inspector.xml:43(td) ./doc/common/tables/ironic-inspector.xml:47(td) ./doc/common/tables/cinder-cloudbyte.xml:39(td) ./doc/common/tables/cinder-cloudbyte.xml:43(td) ./doc/common/tables/cinder-cloudbyte.xml:47(td) ./doc/common/tables/cinder-cloudbyte.xml:51(td) ./doc/common/tables/cinder-cloudbyte.xml:55(td) ./doc/common/tables/cinder-cloudbyte.xml:59(td) ./doc/common/tables/cinder-cloudbyte.xml:63(td) ./doc/common/tables/cinder-cloudbyte.xml:67(td) ./doc/common/tables/cinder-cloudbyte.xml:71(td) ./doc/common/tables/cinder-cloudbyte.xml:75(td) ./doc/common/tables/nova-vmware.xml:39(td) ./doc/common/tables/nova-vmware.xml:43(td) ./doc/common/tables/nova-vmware.xml:47(td) ./doc/common/tables/nova-vmware.xml:51(td) ./doc/common/tables/nova-vmware.xml:55(td) ./doc/common/tables/nova-vmware.xml:59(td) ./doc/common/tables/nova-vmware.xml:63(td) ./doc/common/tables/nova-vmware.xml:67(td) ./doc/common/tables/nova-vmware.xml:71(td) ./doc/common/tables/nova-vmware.xml:75(td) ./doc/common/tables/nova-vmware.xml:79(td) ./doc/common/tables/nova-vmware.xml:83(td) ./doc/common/tables/nova-vmware.xml:87(td) ./doc/common/tables/nova-vmware.xml:91(td) ./doc/common/tables/nova-vmware.xml:95(td) ./doc/common/tables/nova-vmware.xml:99(td) ./doc/common/tables/nova-vmware.xml:103(td) ./doc/common/tables/nova-vmware.xml:107(td) ./doc/common/tables/nova-vmware.xml:111(td) ./doc/common/tables/nova-vmware.xml:115(td) ./doc/common/tables/nova-vmware.xml:119(td) ./doc/common/tables/neutron-bagpipe.xml:21(td) ./doc/common/tables/neutron-bagpipe.xml:25(td) ./doc/common/tables/neutron-bagpipe.xml:29(td) ./doc/common/tables/neutron-bagpipe.xml:33(td) ./doc/common/tables/neutron-bagpipe.xml:37(td) ./doc/common/tables/neutron-bagpipe.xml:41(td) ./doc/common/tables/neutron-bagpipe.xml:45(td) ./doc/common/tables/neutron-bagpipe.xml:49(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/trove-db_vertica.xml:39(td) ./doc/common/tables/trove-db_vertica.xml:43(td) ./doc/common/tables/trove-db_vertica.xml:47(td) ./doc/common/tables/trove-db_vertica.xml:51(td) ./doc/common/tables/trove-db_vertica.xml:55(td) ./doc/common/tables/trove-db_vertica.xml:59(td) ./doc/common/tables/trove-db_vertica.xml:63(td) ./doc/common/tables/trove-db_vertica.xml:67(td) ./doc/common/tables/trove-db_vertica.xml:71(td) ./doc/common/tables/trove-db_vertica.xml:75(td) ./doc/common/tables/trove-db_vertica.xml:79(td) ./doc/common/tables/trove-db_vertica.xml:83(td) ./doc/common/tables/trove-db_vertica.xml:87(td) ./doc/common/tables/trove-db_vertica.xml:91(td) ./doc/common/tables/trove-db_vertica.xml:95(td) ./doc/common/tables/trove-db_vertica.xml:99(td) ./doc/common/tables/trove-db_vertica.xml:103(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:20(td) ./doc/common/tables/manila-emc.xml:39(td) ./doc/common/tables/manila-emc.xml:43(td) ./doc/common/tables/manila-emc.xml:47(td) ./doc/common/tables/manila-emc.xml:51(td) ./doc/common/tables/manila-emc.xml:55(td) ./doc/common/tables/manila-emc.xml:59(td) ./doc/common/tables/manila-emc.xml:63(td) ./doc/common/tables/manila-emc.xml:67(td) ./doc/common/tables/manila-emc.xml:71(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:24(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/neutron-ml2_l2pop.xml:21(td) ./doc/common/tables/cinder-zfssa-nfs.xml:39(td) ./doc/common/tables/cinder-zfssa-nfs.xml:43(td) ./doc/common/tables/cinder-zfssa-nfs.xml:47(td) ./doc/common/tables/cinder-zfssa-nfs.xml:51(td) ./doc/common/tables/cinder-zfssa-nfs.xml:55(td) ./doc/common/tables/cinder-zfssa-nfs.xml:67(td) ./doc/common/tables/cinder-zfssa-nfs.xml:71(td) ./doc/common/tables/cinder-zfssa-nfs.xml:75(td) ./doc/common/tables/cinder-zfssa-nfs.xml:79(td) ./doc/common/tables/cinder-zfssa-nfs.xml:83(td) ./doc/common/tables/ceilometer-notification.xml:39(td) ./doc/common/tables/ceilometer-notification.xml:43(td) ./doc/common/tables/cinder-hp3par.xml:43(td) ./doc/common/tables/cinder-hp3par.xml:51(td) ./doc/common/tables/cinder-hp3par.xml:55(td) ./doc/common/tables/cinder-vmware.xml:39(td) ./doc/common/tables/cinder-vmware.xml:43(td) ./doc/common/tables/cinder-vmware.xml:47(td) ./doc/common/tables/cinder-vmware.xml:51(td) ./doc/common/tables/cinder-vmware.xml:55(td) ./doc/common/tables/cinder-vmware.xml:59(td) ./doc/common/tables/cinder-vmware.xml:63(td) ./doc/common/tables/cinder-vmware.xml:67(td) ./doc/common/tables/cinder-vmware.xml:71(td) ./doc/common/tables/cinder-vmware.xml:75(td) ./doc/common/tables/cinder-vmware.xml:79(td) ./doc/common/tables/cinder-vmware.xml:83(td) ./doc/common/tables/cinder-vmware.xml:87(td) ./doc/common/tables/cinder-vmware.xml:91(td) ./doc/common/tables/manila-logging.xml:39(td) ./doc/common/tables/manila-logging.xml:43(td) ./doc/common/tables/manila-logging.xml:47(td) ./doc/common/tables/manila-logging.xml:51(td) ./doc/common/tables/manila-logging.xml:55(td) ./doc/common/tables/manila-logging.xml:59(td) ./doc/common/tables/manila-logging.xml:63(td) ./doc/common/tables/manila-logging.xml:67(td) ./doc/common/tables/manila-logging.xml:71(td) ./doc/common/tables/manila-logging.xml:75(td) ./doc/common/tables/manila-logging.xml:79(td) ./doc/common/tables/manila-logging.xml:83(td) ./doc/common/tables/manila-logging.xml:87(td) ./doc/common/tables/manila-logging.xml:91(td) ./doc/common/tables/manila-logging.xml:95(td) ./doc/common/tables/manila-logging.xml:99(td) ./doc/common/tables/manila-logging.xml:103(td) ./doc/common/tables/manila-logging.xml:107(td) ./doc/common/tables/manila-logging.xml:111(td) ./doc/common/tables/manila-logging.xml:115(td) ./doc/common/tables/manila-logging.xml:119(td) ./doc/common/tables/manila-logging.xml:123(td) ./doc/common/tables/nova-libvirt.xml:39(td) ./doc/common/tables/nova-libvirt.xml:43(td) ./doc/common/tables/nova-libvirt.xml:50(td) ./doc/common/tables/nova-libvirt.xml:54(td) ./doc/common/tables/nova-libvirt.xml:58(td) ./doc/common/tables/nova-libvirt.xml:66(td) ./doc/common/tables/nova-libvirt.xml:70(td) ./doc/common/tables/nova-libvirt.xml:78(td) ./doc/common/tables/nova-libvirt.xml:86(td) ./doc/common/tables/nova-libvirt.xml:90(td) ./doc/common/tables/nova-libvirt.xml:94(td) ./doc/common/tables/nova-libvirt.xml:102(td) ./doc/common/tables/nova-libvirt.xml:106(td) ./doc/common/tables/nova-libvirt.xml:110(td) ./doc/common/tables/nova-libvirt.xml:114(td) ./doc/common/tables/nova-libvirt.xml:118(td) ./doc/common/tables/nova-libvirt.xml:122(td) ./doc/common/tables/nova-libvirt.xml:126(td) ./doc/common/tables/nova-libvirt.xml:130(td) ./doc/common/tables/nova-libvirt.xml:134(td) ./doc/common/tables/nova-libvirt.xml:138(td) ./doc/common/tables/nova-libvirt.xml:142(td) ./doc/common/tables/nova-libvirt.xml:146(td) ./doc/common/tables/nova-libvirt.xml:150(td) ./doc/common/tables/nova-libvirt.xml:154(td) ./doc/common/tables/nova-libvirt.xml:158(td) ./doc/common/tables/nova-libvirt.xml:162(td) ./doc/common/tables/nova-libvirt.xml:166(td) ./doc/common/tables/nova-libvirt.xml:170(td) ./doc/common/tables/nova-libvirt.xml:174(td) ./doc/common/tables/nova-libvirt.xml:178(td) ./doc/common/tables/nova-libvirt.xml:182(td) ./doc/common/tables/nova-libvirt.xml:190(td) ./doc/common/tables/nova-libvirt.xml:194(td) ./doc/common/tables/nova-libvirt.xml:198(td) ./doc/common/tables/nova-libvirt.xml:202(td) ./doc/common/tables/nova-libvirt.xml:206(td) ./doc/common/tables/nova-libvirt.xml:210(td) ./doc/common/tables/manila-rabbitmq.xml:39(td) ./doc/common/tables/manila-rabbitmq.xml:43(td) ./doc/common/tables/manila-rabbitmq.xml:47(td) ./doc/common/tables/manila-rabbitmq.xml:51(td) ./doc/common/tables/manila-rabbitmq.xml:55(td) ./doc/common/tables/manila-rabbitmq.xml:59(td) ./doc/common/tables/manila-rabbitmq.xml:63(td) ./doc/common/tables/manila-rabbitmq.xml:83(td) ./doc/common/tables/manila-rabbitmq.xml:87(td) ./doc/common/tables/manila-rabbitmq.xml:91(td) ./doc/common/tables/manila-rabbitmq.xml:95(td) ./doc/common/tables/manila-rabbitmq.xml:99(td) ./doc/common/tables/manila-rabbitmq.xml:103(td) ./doc/common/tables/manila-rabbitmq.xml:107(td) ./doc/common/tables/manila-rabbitmq.xml:111(td) ./doc/common/tables/manila-rabbitmq.xml:115(td) ./doc/common/tables/manila-rabbitmq.xml:119(td) ./doc/common/tables/manila-rabbitmq.xml:123(td) ./doc/common/tables/manila-rabbitmq.xml:127(td) ./doc/common/tables/manila-rabbitmq.xml:131(td) ./doc/common/tables/glance-ca.xml:39(td) ./doc/common/tables/glance-ca.xml:43(td) ./doc/common/tables/glance-ca.xml:47(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/neutron-plumgrid.xml:45(td) ./doc/common/tables/cinder-auth.xml:39(td) ./doc/common/tables/nova-xen.xml:39(td) ./doc/common/tables/nova-xen.xml:43(td) ./doc/common/tables/nova-xen.xml:47(td) ./doc/common/tables/nova-xen.xml:51(td) ./doc/common/tables/nova-xen.xml:55(td) ./doc/common/tables/nova-xen.xml:59(td) ./doc/common/tables/nova-xen.xml:63(td) ./doc/common/tables/nova-xen.xml:70(td) ./doc/common/tables/nova-xen.xml:77(td) ./doc/common/tables/nova-xen.xml:81(td) ./doc/common/tables/nova-xen.xml:85(td) ./doc/common/tables/nova-xen.xml:89(td) ./doc/common/tables/nova-xen.xml:93(td) ./doc/common/tables/nova-xen.xml:97(td) ./doc/common/tables/nova-xen.xml:101(td) ./doc/common/tables/nova-xen.xml:105(td) ./doc/common/tables/nova-xen.xml:109(td) ./doc/common/tables/nova-xen.xml:113(td) ./doc/common/tables/nova-xen.xml:117(td) ./doc/common/tables/nova-xen.xml:121(td) ./doc/common/tables/nova-xen.xml:125(td) ./doc/common/tables/nova-xen.xml:129(td) ./doc/common/tables/nova-xen.xml:133(td) ./doc/common/tables/nova-xen.xml:137(td) ./doc/common/tables/nova-xen.xml:141(td) ./doc/common/tables/nova-xen.xml:145(td) ./doc/common/tables/nova-xen.xml:149(td) ./doc/common/tables/nova-xen.xml:153(td) ./doc/common/tables/nova-xen.xml:157(td) ./doc/common/tables/nova-xen.xml:161(td) ./doc/common/tables/nova-xen.xml:165(td) ./doc/common/tables/nova-xen.xml:169(td) ./doc/common/tables/nova-xen.xml:173(td) ./doc/common/tables/nova-xen.xml:177(td) ./doc/common/tables/nova-xen.xml:181(td) ./doc/common/tables/nova-xen.xml:185(td) ./doc/common/tables/nova-xen.xml:189(td) ./doc/common/tables/nova-xen.xml:193(td) ./doc/common/tables/nova-xen.xml:197(td) ./doc/common/tables/nova-xen.xml:201(td) ./doc/common/tables/nova-xen.xml:205(td) ./doc/common/tables/nova-xen.xml:209(td) ./doc/common/tables/nova-xen.xml:213(td) ./doc/common/tables/nova-xen.xml:217(td) ./doc/common/tables/nova-xen.xml:221(td) ./doc/common/tables/nova-xen.xml:225(td) ./doc/common/tables/nova-xen.xml:229(td) ./doc/common/tables/nova-xen.xml:233(td) ./doc/common/tables/nova-xen.xml:237(td) ./doc/common/tables/nova-xen.xml:241(td) ./doc/common/tables/nova-xen.xml:245(td) ./doc/common/tables/nova-xen.xml:249(td) ./doc/common/tables/nova-xen.xml:253(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/nova-zookeeper.xml:39(td) ./doc/common/tables/nova-zookeeper.xml:43(td) ./doc/common/tables/nova-zookeeper.xml:47(td) ./doc/common/tables/nova-zookeeper.xml:51(td) ./doc/common/tables/sahara-database.xml:39(td) ./doc/common/tables/sahara-database.xml:46(td) ./doc/common/tables/sahara-database.xml:50(td) ./doc/common/tables/sahara-database.xml:54(td) ./doc/common/tables/sahara-database.xml:58(td) ./doc/common/tables/sahara-database.xml:62(td) ./doc/common/tables/sahara-database.xml:66(td) ./doc/common/tables/sahara-database.xml:70(td) ./doc/common/tables/sahara-database.xml:74(td) ./doc/common/tables/sahara-database.xml:78(td) ./doc/common/tables/sahara-database.xml:82(td) ./doc/common/tables/sahara-database.xml:86(td) ./doc/common/tables/sahara-database.xml:90(td) ./doc/common/tables/sahara-database.xml:94(td) ./doc/common/tables/sahara-database.xml:98(td) ./doc/common/tables/sahara-database.xml:102(td) ./doc/common/tables/sahara-database.xml:106(td) ./doc/common/tables/sahara-database.xml:110(td) ./doc/common/tables/sahara-database.xml:114(td) ./doc/common/tables/sahara-database.xml:118(td) ./doc/common/tables/sahara-database.xml:122(td) ./doc/common/tables/sahara-logging.xml:39(td) ./doc/common/tables/sahara-logging.xml:43(td) ./doc/common/tables/sahara-logging.xml:47(td) ./doc/common/tables/sahara-logging.xml:51(td) ./doc/common/tables/sahara-logging.xml:55(td) ./doc/common/tables/sahara-logging.xml:59(td) ./doc/common/tables/sahara-logging.xml:63(td) ./doc/common/tables/sahara-logging.xml:67(td) ./doc/common/tables/sahara-logging.xml:71(td) ./doc/common/tables/sahara-logging.xml:75(td) ./doc/common/tables/sahara-logging.xml:79(td) ./doc/common/tables/sahara-logging.xml:83(td) ./doc/common/tables/sahara-logging.xml:87(td) ./doc/common/tables/sahara-logging.xml:91(td) ./doc/common/tables/sahara-logging.xml:95(td) ./doc/common/tables/sahara-logging.xml:99(td) ./doc/common/tables/sahara-logging.xml:103(td) ./doc/common/tables/sahara-logging.xml:107(td) ./doc/common/tables/sahara-logging.xml:111(td) ./doc/common/tables/sahara-logging.xml:115(td) ./doc/common/tables/sahara-logging.xml:119(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:57(td) ./doc/common/tables/neutron-nsx.xml:61(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:92(td) ./doc/common/tables/neutron-nsx.xml:96(td) ./doc/common/tables/neutron-nsx.xml:103(td) ./doc/common/tables/neutron-nsx.xml:107(td) ./doc/common/tables/neutron-nsx.xml:118(td) ./doc/common/tables/neutron-nsx.xml:125(td) ./doc/common/tables/neutron-nsx.xml:129(td) ./doc/common/tables/neutron-nsx.xml:140(td) ./doc/common/tables/neutron-nsx.xml:144(td) ./doc/common/tables/neutron-nsx.xml:148(td) ./doc/common/tables/neutron-nsx.xml:152(td) ./doc/common/tables/neutron-nsx.xml:156(td) ./doc/common/tables/neutron-nsx.xml:163(td) ./doc/common/tables/neutron-nsx.xml:167(td) ./doc/common/tables/neutron-nsx.xml:171(td) ./doc/common/tables/neutron-nsx.xml:175(td) ./doc/common/tables/neutron-nsx.xml:179(td) ./doc/common/tables/neutron-nsx.xml:183(td) ./doc/common/tables/neutron-nsx.xml:187(td) ./doc/common/tables/neutron-nsx.xml:191(td) ./doc/common/tables/neutron-nsx.xml:195(td) ./doc/common/tables/neutron-nsx.xml:199(td) ./doc/common/tables/neutron-nsx.xml:203(td) ./doc/common/tables/neutron-nsx.xml:210(td) ./doc/common/tables/neutron-nsx.xml:214(td) ./doc/common/tables/neutron-nsx.xml:222(td) ./doc/common/tables/neutron-nsx.xml:226(td) ./doc/common/tables/neutron-nsx.xml:230(td) ./doc/common/tables/neutron-nsx.xml:234(td) ./doc/common/tables/neutron-nsx.xml:238(td) ./doc/common/tables/neutron-nsx.xml:242(td) ./doc/common/tables/neutron-nsx.xml:246(td) ./doc/common/tables/neutron-nsx.xml:250(td) ./doc/common/tables/neutron-nsx.xml:254(td) ./doc/common/tables/neutron-nsx.xml:258(td) ./doc/common/tables/neutron-nsx.xml:262(td) ./doc/common/tables/neutron-nsx.xml:266(td) ./doc/common/tables/neutron-nsx.xml:270(td) ./doc/common/tables/neutron-nsx.xml:274(td) ./doc/common/tables/neutron-nsx.xml:278(td) ./doc/common/tables/neutron-nsx.xml:282(td) ./doc/common/tables/neutron-nsx.xml:286(td) ./doc/common/tables/neutron-nsx.xml:290(td) ./doc/common/tables/neutron-nsx.xml:294(td) ./doc/common/tables/neutron-nsx.xml:298(td) ./doc/common/tables/neutron-nsx.xml:302(td) ./doc/common/tables/neutron-nsx.xml:306(td) ./doc/common/tables/neutron-nsx.xml:310(td) ./doc/common/tables/neutron-nsx.xml:314(td) ./doc/common/tables/neutron-nsx.xml:318(td) ./doc/common/tables/neutron-nsx.xml:322(td) ./doc/common/tables/neutron-nsx.xml:326(td) ./doc/common/tables/neutron-nsx.xml:330(td) ./doc/common/tables/neutron-nsx.xml:334(td) ./doc/common/tables/neutron-nsx.xml:338(td) ./doc/common/tables/trove-swift.xml:39(td) ./doc/common/tables/trove-swift.xml:43(td) ./doc/common/tables/trove-swift.xml:47(td) ./doc/common/tables/keystone-kvs.xml:43(td) ./doc/common/tables/keystone-kvs.xml:47(td) ./doc/common/tables/keystone-kvs.xml:51(td) ./doc/common/tables/glance-rabbitmq.xml:39(td) ./doc/common/tables/glance-rabbitmq.xml:43(td) ./doc/common/tables/glance-rabbitmq.xml:47(td) ./doc/common/tables/glance-rabbitmq.xml:51(td) ./doc/common/tables/glance-rabbitmq.xml:55(td) ./doc/common/tables/glance-rabbitmq.xml:59(td) ./doc/common/tables/glance-rabbitmq.xml:63(td) ./doc/common/tables/glance-rabbitmq.xml:83(td) ./doc/common/tables/glance-rabbitmq.xml:87(td) ./doc/common/tables/glance-rabbitmq.xml:91(td) ./doc/common/tables/glance-rabbitmq.xml:95(td) ./doc/common/tables/glance-rabbitmq.xml:99(td) ./doc/common/tables/glance-rabbitmq.xml:103(td) ./doc/common/tables/glance-rabbitmq.xml:107(td) ./doc/common/tables/glance-rabbitmq.xml:111(td) ./doc/common/tables/glance-rabbitmq.xml:115(td) ./doc/common/tables/glance-rabbitmq.xml:119(td) ./doc/common/tables/glance-rabbitmq.xml:123(td) ./doc/common/tables/glance-rabbitmq.xml:127(td) ./doc/common/tables/glance-rabbitmq.xml:131(td) ./doc/common/tables/trove-backup.xml:39(td) ./doc/common/tables/trove-backup.xml:43(td) ./doc/common/tables/trove-backup.xml:47(td) ./doc/common/tables/trove-backup.xml:51(td) ./doc/common/tables/trove-backup.xml:55(td) ./doc/common/tables/trove-backup.xml:59(td) ./doc/common/tables/trove-backup.xml:63(td) ./doc/common/tables/trove-backup.xml:67(td) ./doc/common/tables/trove-backup.xml:71(td) ./doc/common/tables/trove-backup.xml:75(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-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/swift-rsyncd-object6030.xml:20(td) ./doc/common/tables/swift-rsyncd-object6030.xml:24(td) ./doc/common/tables/swift-rsyncd-object6030.xml:28(td) ./doc/common/tables/swift-rsyncd-object6030.xml:32(td) ./doc/common/tables/sahara-timeouts.xml:39(td) ./doc/common/tables/sahara-timeouts.xml:43(td) ./doc/common/tables/sahara-timeouts.xml:47(td) ./doc/common/tables/sahara-timeouts.xml:51(td) ./doc/common/tables/sahara-timeouts.xml:55(td) ./doc/common/tables/sahara-timeouts.xml:59(td) ./doc/common/tables/sahara-timeouts.xml:63(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/cinder-backups_tsm.xml:39(td) ./doc/common/tables/cinder-backups_tsm.xml:43(td) ./doc/common/tables/cinder-backups_tsm.xml:47(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/glance-logging.xml:39(td) ./doc/common/tables/glance-logging.xml:43(td) ./doc/common/tables/glance-logging.xml:47(td) ./doc/common/tables/glance-logging.xml:51(td) ./doc/common/tables/glance-logging.xml:55(td) ./doc/common/tables/glance-logging.xml:59(td) ./doc/common/tables/glance-logging.xml:63(td) ./doc/common/tables/glance-logging.xml:67(td) ./doc/common/tables/glance-logging.xml:71(td) ./doc/common/tables/glance-logging.xml:75(td) ./doc/common/tables/glance-logging.xml:79(td) ./doc/common/tables/glance-logging.xml:83(td) ./doc/common/tables/glance-logging.xml:87(td) ./doc/common/tables/glance-logging.xml:91(td) ./doc/common/tables/glance-logging.xml:95(td) ./doc/common/tables/glance-logging.xml:99(td) ./doc/common/tables/glance-logging.xml:103(td) ./doc/common/tables/glance-logging.xml:107(td) ./doc/common/tables/glance-logging.xml:111(td) ./doc/common/tables/glance-logging.xml:115(td) ./doc/common/tables/glance-logging.xml:119(td) ./doc/common/tables/glance-auth_token.xml:39(td) ./doc/common/tables/glance-auth_token.xml:43(td) ./doc/common/tables/glance-auth_token.xml:47(td) ./doc/common/tables/glance-auth_token.xml:51(td) ./doc/common/tables/glance-auth_token.xml:59(td) ./doc/common/tables/glance-auth_token.xml:63(td) ./doc/common/tables/glance-auth_token.xml:67(td) ./doc/common/tables/glance-auth_token.xml:71(td) ./doc/common/tables/glance-auth_token.xml:75(td) ./doc/common/tables/glance-auth_token.xml:79(td) ./doc/common/tables/glance-auth_token.xml:83(td) ./doc/common/tables/glance-auth_token.xml:87(td) ./doc/common/tables/glance-auth_token.xml:91(td) ./doc/common/tables/glance-auth_token.xml:95(td) ./doc/common/tables/glance-auth_token.xml:99(td) ./doc/common/tables/glance-auth_token.xml:103(td) ./doc/common/tables/glance-auth_token.xml:107(td) ./doc/common/tables/glance-auth_token.xml:111(td) ./doc/common/tables/glance-auth_token.xml:115(td) ./doc/common/tables/glance-auth_token.xml:119(td) ./doc/common/tables/glance-auth_token.xml:123(td) ./doc/common/tables/glance-auth_token.xml:127(td) ./doc/common/tables/glance-auth_token.xml:131(td) ./doc/common/tables/glance-auth_token.xml:135(td) ./doc/common/tables/glance-auth_token.xml:139(td) ./doc/common/tables/glance-auth_token.xml:143(td) ./doc/common/tables/glance-auth_token.xml:147(td) ./doc/common/tables/glance-auth_token.xml:151(td) ./doc/common/tables/glance-auth_token.xml:155(td) ./doc/common/tables/glance-auth_token.xml:159(td) ./doc/common/tables/glance-auth_token.xml:163(td) ./doc/common/tables/glance-auth_token.xml:167(td) ./doc/common/tables/glance-auth_token.xml:171(td) ./doc/common/tables/glance-auth_token.xml:175(td) ./doc/common/tables/glance-auth_token.xml:179(td) ./doc/common/tables/glance-auth_token.xml:183(td) ./doc/common/tables/keystone-amqp.xml:39(td) ./doc/common/tables/keystone-amqp.xml:43(td) ./doc/common/tables/keystone-amqp.xml:47(td) ./doc/common/tables/keystone-amqp.xml:51(td) ./doc/common/tables/keystone-amqp.xml:55(td) ./doc/common/tables/keystone-amqp.xml:59(td) ./doc/common/tables/keystone-oauth.xml:39(td) ./doc/common/tables/keystone-oauth.xml:43(td) ./doc/common/tables/keystone-oauth.xml:47(td) ./doc/common/tables/nova-api.xml:39(td) ./doc/common/tables/nova-api.xml:43(td) ./doc/common/tables/nova-api.xml:47(td) ./doc/common/tables/nova-api.xml:51(td) ./doc/common/tables/nova-api.xml:55(td) ./doc/common/tables/nova-api.xml:63(td) ./doc/common/tables/nova-api.xml:67(td) ./doc/common/tables/nova-api.xml:71(td) ./doc/common/tables/nova-api.xml:75(td) ./doc/common/tables/nova-api.xml:79(td) ./doc/common/tables/nova-api.xml:87(td) ./doc/common/tables/nova-api.xml:91(td) ./doc/common/tables/nova-api.xml:95(td) ./doc/common/tables/nova-api.xml:99(td) ./doc/common/tables/nova-api.xml:103(td) ./doc/common/tables/nova-api.xml:107(td) ./doc/common/tables/nova-api.xml:111(td) ./doc/common/tables/nova-api.xml:115(td) ./doc/common/tables/nova-api.xml:119(td) ./doc/common/tables/nova-api.xml:123(td) ./doc/common/tables/nova-api.xml:127(td) ./doc/common/tables/nova-api.xml:131(td) ./doc/common/tables/nova-api.xml:135(td) ./doc/common/tables/nova-api.xml:139(td) ./doc/common/tables/nova-api.xml:146(td) ./doc/common/tables/nova-api.xml:150(td) ./doc/common/tables/nova-api.xml:157(td) ./doc/common/tables/nova-rdp.xml:39(td) ./doc/common/tables/nova-rdp.xml:43(td) ./doc/common/tables/aodh-common.xml:21(td) ./doc/common/tables/aodh-common.xml:25(td) ./doc/common/tables/aodh-common.xml:29(td) ./doc/common/tables/aodh-common.xml:33(td) ./doc/common/tables/aodh-common.xml:37(td) ./doc/common/tables/aodh-common.xml:41(td) ./doc/common/tables/aodh-common.xml:45(td) ./doc/common/tables/aodh-common.xml:49(td) ./doc/common/tables/aodh-common.xml:53(td) ./doc/common/tables/aodh-common.xml:57(td) ./doc/common/tables/aodh-common.xml:61(td) ./doc/common/tables/aodh-common.xml:65(td) ./doc/common/tables/aodh-common.xml:69(td) ./doc/common/tables/aodh-common.xml:81(td) ./doc/common/tables/aodh-common.xml:85(td) ./doc/common/tables/aodh-common.xml:89(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:20(td) ./doc/common/tables/trove-common.xml:39(td) ./doc/common/tables/trove-common.xml:43(td) ./doc/common/tables/trove-common.xml:47(td) ./doc/common/tables/trove-common.xml:55(td) ./doc/common/tables/trove-common.xml:59(td) ./doc/common/tables/trove-common.xml:63(td) ./doc/common/tables/trove-common.xml:67(td) ./doc/common/tables/trove-common.xml:71(td) ./doc/common/tables/trove-common.xml:75(td) ./doc/common/tables/trove-common.xml:79(td) ./doc/common/tables/trove-common.xml:83(td) ./doc/common/tables/trove-common.xml:87(td) ./doc/common/tables/trove-common.xml:91(td) ./doc/common/tables/trove-common.xml:95(td) ./doc/common/tables/trove-common.xml:102(td) ./doc/common/tables/aodh-rabbitmq.xml:21(td) ./doc/common/tables/aodh-rabbitmq.xml:25(td) ./doc/common/tables/aodh-rabbitmq.xml:29(td) ./doc/common/tables/aodh-rabbitmq.xml:33(td) ./doc/common/tables/aodh-rabbitmq.xml:37(td) ./doc/common/tables/aodh-rabbitmq.xml:41(td) ./doc/common/tables/aodh-rabbitmq.xml:45(td) ./doc/common/tables/aodh-rabbitmq.xml:65(td) ./doc/common/tables/aodh-rabbitmq.xml:69(td) ./doc/common/tables/aodh-rabbitmq.xml:73(td) ./doc/common/tables/aodh-rabbitmq.xml:77(td) ./doc/common/tables/aodh-rabbitmq.xml:81(td) ./doc/common/tables/aodh-rabbitmq.xml:85(td) ./doc/common/tables/aodh-rabbitmq.xml:89(td) ./doc/common/tables/aodh-rabbitmq.xml:93(td) ./doc/common/tables/aodh-rabbitmq.xml:97(td) ./doc/common/tables/aodh-rabbitmq.xml:101(td) ./doc/common/tables/aodh-rabbitmq.xml:105(td) ./doc/common/tables/aodh-rabbitmq.xml:109(td) ./doc/common/tables/aodh-rabbitmq.xml:113(td) ./doc/common/tables/aodh-auth.xml:21(td) ./doc/common/tables/aodh-auth.xml:25(td) ./doc/common/tables/aodh-auth.xml:29(td) ./doc/common/tables/aodh-auth.xml:33(td) ./doc/common/tables/aodh-auth.xml:37(td) ./doc/common/tables/aodh-auth.xml:41(td) ./doc/common/tables/aodh-auth.xml:45(td) ./doc/common/tables/aodh-auth.xml:49(td) ./doc/common/tables/aodh-auth.xml:57(td) ./doc/common/tables/aodh-auth.xml:61(td) ./doc/common/tables/aodh-auth.xml:65(td) ./doc/common/tables/ceilometer-auth_token.xml:39(td) ./doc/common/tables/ceilometer-auth_token.xml:43(td) ./doc/common/tables/ceilometer-auth_token.xml:47(td) ./doc/common/tables/ceilometer-auth_token.xml:51(td) ./doc/common/tables/ceilometer-auth_token.xml:59(td) ./doc/common/tables/ceilometer-auth_token.xml:63(td) ./doc/common/tables/ceilometer-auth_token.xml:67(td) ./doc/common/tables/ceilometer-auth_token.xml:71(td) ./doc/common/tables/ceilometer-auth_token.xml:75(td) ./doc/common/tables/ceilometer-auth_token.xml:79(td) ./doc/common/tables/ceilometer-auth_token.xml:83(td) ./doc/common/tables/ceilometer-auth_token.xml:87(td) ./doc/common/tables/ceilometer-auth_token.xml:91(td) ./doc/common/tables/ceilometer-auth_token.xml:95(td) ./doc/common/tables/ceilometer-auth_token.xml:99(td) ./doc/common/tables/ceilometer-auth_token.xml:103(td) ./doc/common/tables/ceilometer-auth_token.xml:107(td) ./doc/common/tables/ceilometer-auth_token.xml:111(td) ./doc/common/tables/ceilometer-auth_token.xml:115(td) ./doc/common/tables/ceilometer-auth_token.xml:119(td) ./doc/common/tables/ceilometer-auth_token.xml:123(td) ./doc/common/tables/ceilometer-auth_token.xml:127(td) ./doc/common/tables/ceilometer-auth_token.xml:131(td) ./doc/common/tables/ceilometer-auth_token.xml:135(td) ./doc/common/tables/ceilometer-auth_token.xml:139(td) ./doc/common/tables/ceilometer-auth_token.xml:143(td) ./doc/common/tables/ceilometer-auth_token.xml:147(td) ./doc/common/tables/ceilometer-auth_token.xml:151(td) ./doc/common/tables/ceilometer-auth_token.xml:155(td) ./doc/common/tables/ceilometer-auth_token.xml:159(td) ./doc/common/tables/ceilometer-auth_token.xml:163(td) ./doc/common/tables/ceilometer-auth_token.xml:167(td) ./doc/common/tables/ceilometer-auth_token.xml:171(td) ./doc/common/tables/ceilometer-auth_token.xml:175(td) ./doc/common/tables/ceilometer-auth_token.xml:179(td) ./doc/common/tables/ceilometer-auth_token.xml:183(td) ./doc/common/tables/cinder-lvm.xml:39(td) ./doc/common/tables/cinder-lvm.xml:43(td) ./doc/common/tables/cinder-lvm.xml:47(td) ./doc/common/tables/cinder-lvm.xml:51(td) ./doc/common/tables/keystone-database.xml:39(td) ./doc/common/tables/keystone-database.xml:43(td) ./doc/common/tables/keystone-database.xml:47(td) ./doc/common/tables/keystone-database.xml:51(td) ./doc/common/tables/keystone-database.xml:55(td) ./doc/common/tables/keystone-database.xml:59(td) ./doc/common/tables/keystone-database.xml:63(td) ./doc/common/tables/keystone-database.xml:67(td) ./doc/common/tables/keystone-database.xml:71(td) ./doc/common/tables/keystone-database.xml:75(td) ./doc/common/tables/keystone-database.xml:79(td) ./doc/common/tables/keystone-database.xml:83(td) ./doc/common/tables/keystone-database.xml:87(td) ./doc/common/tables/keystone-database.xml:91(td) ./doc/common/tables/keystone-database.xml:95(td) ./doc/common/tables/keystone-database.xml:99(td) ./doc/common/tables/keystone-database.xml:103(td) ./doc/common/tables/keystone-database.xml:107(td) ./doc/common/tables/keystone-database.xml:111(td) ./doc/common/tables/keystone-database.xml:115(td) ./doc/common/tables/aodh-logging.xml:21(td) ./doc/common/tables/aodh-logging.xml:25(td) ./doc/common/tables/aodh-logging.xml:29(td) ./doc/common/tables/aodh-logging.xml:33(td) ./doc/common/tables/aodh-logging.xml:37(td) ./doc/common/tables/aodh-logging.xml:41(td) ./doc/common/tables/aodh-logging.xml:45(td) ./doc/common/tables/aodh-logging.xml:49(td) ./doc/common/tables/aodh-logging.xml:53(td) ./doc/common/tables/aodh-logging.xml:57(td) ./doc/common/tables/aodh-logging.xml:61(td) ./doc/common/tables/aodh-logging.xml:65(td) ./doc/common/tables/aodh-logging.xml:69(td) ./doc/common/tables/aodh-logging.xml:73(td) ./doc/common/tables/aodh-logging.xml:77(td) ./doc/common/tables/aodh-logging.xml:81(td) ./doc/common/tables/aodh-logging.xml:85(td) ./doc/common/tables/aodh-logging.xml:89(td) ./doc/common/tables/aodh-logging.xml:93(td) ./doc/common/tables/aodh-logging.xml:97(td) ./doc/common/tables/manila-winrm.xml:39(td) ./doc/common/tables/manila-winrm.xml:43(td) ./doc/common/tables/manila-winrm.xml:47(td) ./doc/common/tables/manila-winrm.xml:51(td) ./doc/common/tables/manila-winrm.xml:55(td) ./doc/common/tables/manila-winrm.xml:59(td) ./doc/common/tables/manila-winrm.xml:63(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) msgid " = " msgstr "" -#: ./doc/common/tables/nova-testing.xml:22(td) +#: ./doc/common/tables/nova-testing.xml:40(td) msgid "(BoolOpt) If True, skip using the queue and make local calls" msgstr "" -#: ./doc/common/tables/nova-testing.xml:26(td) +#: ./doc/common/tables/nova-testing.xml:44(td) msgid "(BoolOpt) If passed, use fake network devices and addresses" msgstr "" -#: ./doc/common/tables/nova-testing.xml:30(td) +#: ./doc/common/tables/nova-testing.xml:48(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" -#: ./doc/common/tables/nova-testing.xml:33(replaceable) +#: ./doc/common/tables/nova-testing.xml:51(replaceable) msgid "nova.api.ec2.cloud:nova.notifications.notify_decorator, nova.compute.api:nova.notifications.notify_decorator" msgstr "" -#: ./doc/common/tables/nova-testing.xml:34(td) ./doc/common/tables/cinder-common.xml:122(td) +#: ./doc/common/tables/nova-testing.xml:52(td) ./doc/common/tables/cinder-common.xml:140(td) msgid "(ListOpt) List of modules/decorators to monkey patch" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:7(caption) ./doc/common/tables/heat-amqp.xml:7(caption) ./doc/common/tables/cinder-amqp.xml:7(caption) ./doc/common/tables/ceilometer-amqp.xml:7(caption) ./doc/common/tables/sahara-amqp.xml:7(caption) ./doc/common/tables/neutron-amqp.xml:7(caption) ./doc/common/tables/glance-amqp.xml:7(caption) ./doc/common/tables/nova-amqp.xml:7(caption) ./doc/common/tables/trove-amqp.xml:7(caption) ./doc/common/tables/manila-amqp.xml:7(caption) ./doc/common/tables/aodh-amqp.xml:7(caption) ./doc/common/tables/keystone-amqp.xml:7(caption) +#: ./doc/common/tables/ironic-amqp.xml:25(caption) ./doc/common/tables/heat-amqp.xml:25(caption) ./doc/common/tables/cinder-amqp.xml:25(caption) ./doc/common/tables/ceilometer-amqp.xml:25(caption) ./doc/common/tables/sahara-amqp.xml:25(caption) ./doc/common/tables/neutron-amqp.xml:7(caption) ./doc/common/tables/glance-amqp.xml:25(caption) ./doc/common/tables/nova-amqp.xml:25(caption) ./doc/common/tables/trove-amqp.xml:25(caption) ./doc/common/tables/manila-amqp.xml:25(caption) ./doc/common/tables/aodh-amqp.xml:7(caption) ./doc/common/tables/keystone-amqp.xml:25(caption) msgid "Description of AMQP configuration options" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:21(replaceable) ./doc/common/tables/heat-amqp.xml:21(replaceable) ./doc/common/tables/cinder-amqp.xml:21(replaceable) ./doc/common/tables/ceilometer-amqp.xml:21(replaceable) ./doc/common/tables/cinder-dellsc.xml:25(replaceable) ./doc/common/tables/cinder-dellsc.xml:37(replaceable) ./doc/common/tables/sahara-amqp.xml:21(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:36(replaceable) ./doc/common/tables/glance-amqp.xml:21(replaceable) ./doc/common/tables/nova-amqp.xml:21(replaceable) ./doc/common/tables/trove-amqp.xml:29(replaceable) ./doc/common/tables/manila-amqp.xml:21(replaceable) ./doc/common/tables/aodh-amqp.xml:21(replaceable) ./doc/common/tables/ceilometer-exchange.xml:69(replaceable) +#: ./doc/common/tables/ironic-amqp.xml:39(replaceable) ./doc/common/tables/heat-amqp.xml:39(replaceable) ./doc/common/tables/cinder-amqp.xml:39(replaceable) ./doc/common/tables/ceilometer-amqp.xml:39(replaceable) ./doc/common/tables/cinder-dellsc.xml:43(replaceable) ./doc/common/tables/cinder-dellsc.xml:55(replaceable) ./doc/common/tables/sahara-amqp.xml:39(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:54(replaceable) ./doc/common/tables/glance-amqp.xml:39(replaceable) ./doc/common/tables/nova-amqp.xml:39(replaceable) ./doc/common/tables/trove-amqp.xml:47(replaceable) ./doc/common/tables/manila-amqp.xml:39(replaceable) ./doc/common/tables/aodh-amqp.xml:21(replaceable) ./doc/common/tables/ceilometer-exchange.xml:87(replaceable) msgid "openstack" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:22(td) ./doc/common/tables/heat-amqp.xml:22(td) ./doc/common/tables/cinder-amqp.xml:22(td) ./doc/common/tables/ceilometer-amqp.xml:22(td) ./doc/common/tables/sahara-amqp.xml:22(td) ./doc/common/tables/neutron-amqp.xml:22(td) ./doc/common/tables/glance-amqp.xml:22(td) ./doc/common/tables/nova-amqp.xml:22(td) ./doc/common/tables/trove-amqp.xml:30(td) ./doc/common/tables/manila-amqp.xml:22(td) ./doc/common/tables/aodh-amqp.xml:22(td) ./doc/common/tables/keystone-amqp.xml:22(td) +#: ./doc/common/tables/ironic-amqp.xml:40(td) ./doc/common/tables/heat-amqp.xml:40(td) ./doc/common/tables/cinder-amqp.xml:40(td) ./doc/common/tables/ceilometer-amqp.xml:40(td) ./doc/common/tables/sahara-amqp.xml:40(td) ./doc/common/tables/neutron-amqp.xml:22(td) ./doc/common/tables/glance-amqp.xml:40(td) ./doc/common/tables/nova-amqp.xml:40(td) ./doc/common/tables/trove-amqp.xml:48(td) ./doc/common/tables/manila-amqp.xml:40(td) ./doc/common/tables/aodh-amqp.xml:22(td) ./doc/common/tables/keystone-amqp.xml:40(td) 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/ironic-amqp.xml:25(replaceable) ./doc/common/tables/heat-amqp.xml:33(replaceable) ./doc/common/tables/keystone-federation.xml:41(replaceable) ./doc/common/tables/cinder-amqp.xml:25(replaceable) ./doc/common/tables/ceilometer-amqp.xml:25(replaceable) ./doc/common/tables/keystone-tokenless.xml:29(replaceable) ./doc/common/tables/neutron-api.xml:102(replaceable) ./doc/common/tables/ceilometer-common.xml:45(replaceable) ./doc/common/tables/sahara-amqp.xml:25(replaceable) ./doc/common/tables/neutron-lbaas.xml:87(replaceable) ./doc/common/tables/nova-network.xml:65(replaceable) ./doc/common/tables/nova-network.xml:117(replaceable) ./doc/common/tables/neutron-amqp.xml:25(replaceable) ./doc/common/tables/keystone-cache.xml:25(replaceable) ./doc/common/tables/glance-amqp.xml:33(replaceable) ./doc/common/tables/nova-amqp.xml:29(replaceable) ./doc/common/tables/nova-hypervisor.xml:45(replaceable) ./doc/common/tables/ceilometer-events.xml:29(replaceable) ./doc/common/tables/trove-amqp.xml:33(replaceable) ./doc/common/tables/manila-amqp.xml:25(replaceable) ./doc/common/tables/heat-common.xml:80(replaceable) ./doc/common/tables/ceilometer-rpc.xml:48(replaceable) ./doc/common/tables/nova-pci.xml:21(replaceable) ./doc/common/tables/nova-pci.xml:25(replaceable) ./doc/common/tables/aodh-amqp.xml:25(replaceable) ./doc/common/tables/keystone-amqp.xml:29(replaceable) +#: ./doc/common/tables/ironic-amqp.xml:43(replaceable) ./doc/common/tables/heat-amqp.xml:51(replaceable) ./doc/common/tables/keystone-federation.xml:59(replaceable) ./doc/common/tables/cinder-amqp.xml:43(replaceable) ./doc/common/tables/ceilometer-amqp.xml:43(replaceable) ./doc/common/tables/keystone-tokenless.xml:47(replaceable) ./doc/common/tables/neutron-api.xml:102(replaceable) ./doc/common/tables/ceilometer-common.xml:63(replaceable) ./doc/common/tables/sahara-amqp.xml:43(replaceable) ./doc/common/tables/neutron-lbaas.xml:87(replaceable) ./doc/common/tables/nova-network.xml:83(replaceable) ./doc/common/tables/nova-network.xml:135(replaceable) ./doc/common/tables/neutron-amqp.xml:25(replaceable) ./doc/common/tables/keystone-cache.xml:43(replaceable) ./doc/common/tables/glance-amqp.xml:51(replaceable) ./doc/common/tables/nova-amqp.xml:47(replaceable) ./doc/common/tables/nova-hypervisor.xml:63(replaceable) ./doc/common/tables/ceilometer-events.xml:47(replaceable) ./doc/common/tables/trove-amqp.xml:51(replaceable) ./doc/common/tables/manila-amqp.xml:43(replaceable) ./doc/common/tables/heat-common.xml:110(replaceable) ./doc/common/tables/ceilometer-rpc.xml:66(replaceable) ./doc/common/tables/nova-pci.xml:39(replaceable) ./doc/common/tables/nova-pci.xml:43(replaceable) ./doc/common/tables/aodh-amqp.xml:25(replaceable) ./doc/common/tables/keystone-amqp.xml:47(replaceable) msgid "[]" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:26(td) ./doc/common/tables/heat-amqp.xml:34(td) ./doc/common/tables/cinder-amqp.xml:26(td) ./doc/common/tables/ceilometer-amqp.xml:26(td) ./doc/common/tables/sahara-amqp.xml:26(td) ./doc/common/tables/neutron-amqp.xml:26(td) ./doc/common/tables/glance-amqp.xml:34(td) ./doc/common/tables/nova-amqp.xml:30(td) ./doc/common/tables/trove-amqp.xml:34(td) ./doc/common/tables/manila-amqp.xml:26(td) ./doc/common/tables/aodh-amqp.xml:26(td) ./doc/common/tables/keystone-amqp.xml:30(td) +#: ./doc/common/tables/ironic-amqp.xml:44(td) ./doc/common/tables/heat-amqp.xml:52(td) ./doc/common/tables/cinder-amqp.xml:44(td) ./doc/common/tables/ceilometer-amqp.xml:44(td) ./doc/common/tables/sahara-amqp.xml:44(td) ./doc/common/tables/neutron-amqp.xml:26(td) ./doc/common/tables/glance-amqp.xml:52(td) ./doc/common/tables/nova-amqp.xml:48(td) ./doc/common/tables/trove-amqp.xml:52(td) ./doc/common/tables/manila-amqp.xml:44(td) ./doc/common/tables/aodh-amqp.xml:26(td) ./doc/common/tables/keystone-amqp.xml:48(td) msgid "(MultiStrOpt) The Drivers(s) to handle sending notifications. Possible values are messaging, messagingv2, routing, log, test, noop" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:29(replaceable) ./doc/common/tables/heat-amqp.xml:37(replaceable) ./doc/common/tables/cinder-amqp.xml:29(replaceable) ./doc/common/tables/ceilometer-amqp.xml:29(replaceable) ./doc/common/tables/sahara-amqp.xml:37(replaceable) ./doc/common/tables/neutron-amqp.xml:29(replaceable) ./doc/common/tables/glance-amqp.xml:37(replaceable) ./doc/common/tables/nova-amqp.xml:33(replaceable) ./doc/common/tables/trove-amqp.xml:41(replaceable) ./doc/common/tables/manila-amqp.xml:29(replaceable) ./doc/common/tables/aodh-amqp.xml:29(replaceable) ./doc/common/tables/keystone-amqp.xml:37(replaceable) +#: ./doc/common/tables/ironic-amqp.xml:47(replaceable) ./doc/common/tables/heat-amqp.xml:55(replaceable) ./doc/common/tables/cinder-amqp.xml:47(replaceable) ./doc/common/tables/ceilometer-amqp.xml:47(replaceable) ./doc/common/tables/sahara-amqp.xml:55(replaceable) ./doc/common/tables/neutron-amqp.xml:29(replaceable) ./doc/common/tables/glance-amqp.xml:55(replaceable) ./doc/common/tables/nova-amqp.xml:51(replaceable) ./doc/common/tables/trove-amqp.xml:59(replaceable) ./doc/common/tables/manila-amqp.xml:47(replaceable) ./doc/common/tables/aodh-amqp.xml:29(replaceable) ./doc/common/tables/keystone-amqp.xml:55(replaceable) msgid "notifications" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:30(td) ./doc/common/tables/heat-amqp.xml:38(td) ./doc/common/tables/cinder-amqp.xml:30(td) ./doc/common/tables/ceilometer-amqp.xml:30(td) ./doc/common/tables/sahara-amqp.xml:38(td) ./doc/common/tables/neutron-amqp.xml:30(td) ./doc/common/tables/glance-amqp.xml:38(td) ./doc/common/tables/nova-amqp.xml:34(td) ./doc/common/tables/trove-amqp.xml:42(td) ./doc/common/tables/manila-amqp.xml:30(td) ./doc/common/tables/aodh-amqp.xml:30(td) ./doc/common/tables/keystone-amqp.xml:38(td) +#: ./doc/common/tables/ironic-amqp.xml:48(td) ./doc/common/tables/heat-amqp.xml:56(td) ./doc/common/tables/cinder-amqp.xml:48(td) ./doc/common/tables/ceilometer-amqp.xml:48(td) ./doc/common/tables/sahara-amqp.xml:56(td) ./doc/common/tables/neutron-amqp.xml:30(td) ./doc/common/tables/glance-amqp.xml:56(td) ./doc/common/tables/nova-amqp.xml:52(td) ./doc/common/tables/trove-amqp.xml:60(td) ./doc/common/tables/manila-amqp.xml:48(td) ./doc/common/tables/aodh-amqp.xml:30(td) ./doc/common/tables/keystone-amqp.xml:56(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:33(replaceable) ./doc/common/tables/heat-amqp.xml:29(replaceable) ./doc/common/tables/heat-amqp.xml:41(replaceable) ./doc/common/tables/neutron-logging.xml:45(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/keystone-federation.xml:33(replaceable) ./doc/common/tables/trove-rpc.xml:56(replaceable) ./doc/common/tables/trove-rpc.xml:71(replaceable) ./doc/common/tables/trove-rpc.xml:115(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(replaceable) ./doc/common/tables/trove-compute.xml:21(replaceable) ./doc/common/tables/trove-compute.xml:33(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/trove-zeromq.xml:49(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:153(replaceable) ./doc/common/tables/sahara-auth_token.xml:161(replaceable) ./doc/common/tables/manila-database.xml:36(replaceable) ./doc/common/tables/manila-database.xml:68(replaceable) ./doc/common/tables/manila-database.xml:72(replaceable) ./doc/common/tables/manila-database.xml:88(replaceable) ./doc/common/tables/manila-database.xml:96(replaceable) ./doc/common/tables/glance-rbd.xml:37(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:25(replaceable) ./doc/common/tables/cinder-zoning.xml:28(replaceable) ./doc/common/tables/heat-cfn_api.xml:44(replaceable) ./doc/common/tables/heat-cfn_api.xml:48(replaceable) ./doc/common/tables/cinder-lenovo.xml:41(replaceable) ./doc/common/tables/keystone-zeromq.xml:49(replaceable) ./doc/common/tables/ceilometer-auth.xml:29(replaceable) ./doc/common/tables/ceilometer-auth.xml:41(replaceable) ./doc/common/tables/cinder-amqp.xml:33(replaceable) ./doc/common/tables/heat-zeromq.xml:45(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/cinder-zfssa.xml:21(replaceable) ./doc/common/tables/neutron-l3_agent.xml:61(replaceable) ./doc/common/tables/ironic-zeromq.xml:49(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/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/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/ceilometer-alarm.xml:33(replaceable) ./doc/common/tables/ceilometer-alarm.xml:57(replaceable) ./doc/common/tables/cinder-hpmsa.xml:41(replaceable) ./doc/common/tables/ceilometer-cors.xml:33(replaceable) ./doc/common/tables/ceilometer-cors.xml:60(replaceable) ./doc/common/tables/cinder-tintri.xml:25(replaceable) ./doc/common/tables/cinder-tintri.xml:29(replaceable) ./doc/common/tables/cinder-tintri.xml:33(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:52(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:74(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:78(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:82(replaceable) ./doc/common/tables/trove-db_mongodb.xml:81(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:25(replaceable) ./doc/common/tables/nova-hyperv.xml:61(replaceable) ./doc/common/tables/trove-network.xml:33(replaceable) ./doc/common/tables/neutron-zeromq.xml:45(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/ceilometer-collector.xml:52(replaceable) ./doc/common/tables/cinder-violin.xml:21(replaceable) ./doc/common/tables/cinder-violin.xml:25(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-amqp.xml:33(replaceable) ./doc/common/tables/manila-zeromq.xml:49(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:153(replaceable) ./doc/common/tables/neutron-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:37(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:55(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:59(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:63(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:67(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:71(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:75(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:83(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:87(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:91(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:95(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:110(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:114(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:118(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:122(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:156(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:220(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:239(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:287(replaceable) ./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/keystone-api.xml:21(replaceable) ./doc/common/tables/keystone-api.xml:33(replaceable) ./doc/common/tables/keystone-api.xml:57(replaceable) ./doc/common/tables/keystone-api.xml:61(replaceable) ./doc/common/tables/keystone-api.xml:102(replaceable) ./doc/common/tables/keystone-api.xml:118(replaceable) ./doc/common/tables/keystone-api.xml:155(replaceable) ./doc/common/tables/keystone-api.xml:163(replaceable) ./doc/common/tables/keystone-api.xml:167(replaceable) ./doc/common/tables/heat-waitcondition_api.xml:21(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:57(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:61(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:69(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:77(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:85(replaceable) ./doc/common/tables/cinder-blockbridge.xml:21(replaceable) ./doc/common/tables/cinder-blockbridge.xml:25(replaceable) ./doc/common/tables/cinder-blockbridge.xml:29(replaceable) ./doc/common/tables/cinder-blockbridge.xml:37(replaceable) ./doc/common/tables/cinder-blockbridge.xml:41(replaceable) ./doc/common/tables/cinder-blockbridge.xml:45(replaceable) ./doc/common/tables/cinder-san.xml:45(replaceable) ./doc/common/tables/heat-rpc.xml:56(replaceable) ./doc/common/tables/heat-rpc.xml:71(replaceable) ./doc/common/tables/heat-rpc.xml:99(replaceable) ./doc/common/tables/ironic-deploy.xml:33(replaceable) ./doc/common/tables/ironic-deploy.xml:41(replaceable) ./doc/common/tables/neutron-rpc.xml:56(replaceable) ./doc/common/tables/neutron-rpc.xml:71(replaceable) ./doc/common/tables/neutron-rpc.xml:99(replaceable) ./doc/common/tables/nova-conductor.xml:40(replaceable) ./doc/common/tables/cinder-cors.xml:33(replaceable) ./doc/common/tables/cinder-cors.xml:60(replaceable) ./doc/common/tables/trove-taskmanager.xml:25(replaceable) ./doc/common/tables/trove-taskmanager.xml:37(replaceable) ./doc/common/tables/nova-rpc.xml:55(replaceable) ./doc/common/tables/nova-rpc.xml:70(replaceable) ./doc/common/tables/nova-rpc.xml:114(replaceable) ./doc/common/tables/nova-rpc.xml:129(replaceable) ./doc/common/tables/nova-compute.xml:21(replaceable) ./doc/common/tables/nova-compute.xml:25(replaceable) ./doc/common/tables/cinder-scheduler.xml:21(replaceable) ./doc/common/tables/cinder-scheduler.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/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/nova-trustedcomputing.xml:25(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:41(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:45(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/ironic-common.xml:65(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/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/heat-notification.xml:21(replaceable) ./doc/common/tables/glance-debug.xml:21(replaceable) ./doc/common/tables/ceilometer-common.xml:37(replaceable) ./doc/common/tables/ceilometer-common.xml:71(replaceable) ./doc/common/tables/ceilometer-common.xml:86(replaceable) ./doc/common/tables/ceilometer-common.xml:100(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:25(replaceable) ./doc/common/tables/sahara-amqp.xml:33(replaceable) ./doc/common/tables/sahara-amqp.xml:41(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:49(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:53(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:57(replaceable) ./doc/common/tables/neutron-metadata.xml:53(replaceable) ./doc/common/tables/trove-volume.xml:33(replaceable) ./doc/common/tables/trove-volume.xml:37(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-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:153(replaceable) ./doc/common/tables/nova-auth_token.xml:161(replaceable) ./doc/common/tables/glance-replicator.xml:21(replaceable) ./doc/common/tables/glance-replicator.xml:29(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:29(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:37(replaceable) ./doc/common/tables/neutron-nec.xml:25(replaceable) ./doc/common/tables/neutron-nec.xml:45(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/manila-storage.xml:25(replaceable) ./doc/common/tables/manila-storage.xml:41(replaceable) ./doc/common/tables/manila-storage.xml:57(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-db_couchbase.xml:41(replaceable) ./doc/common/tables/trove-db_couchbase.xml:76(replaceable) ./doc/common/tables/trove-db_couchbase.xml:80(replaceable) ./doc/common/tables/trove-db_couchbase.xml:92(replaceable) ./doc/common/tables/trove-db_couchbase.xml:96(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/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-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:162(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:166(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:186(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:197(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/sahara-clients.xml:29(replaceable) ./doc/common/tables/sahara-clients.xml:44(replaceable) ./doc/common/tables/sahara-clients.xml:59(replaceable) ./doc/common/tables/sahara-clients.xml:78(replaceable) ./doc/common/tables/sahara-clients.xml:89(replaceable) ./doc/common/tables/sahara-clients.xml:104(replaceable) ./doc/common/tables/sahara-clients.xml:119(replaceable) ./doc/common/tables/nova-ec2.xml:61(replaceable) ./doc/common/tables/nova-keymgr.xml:25(replaceable) ./doc/common/tables/cinder-storpool.xml:25(replaceable) ./doc/common/tables/manila-glusterfs.xml:21(replaceable) ./doc/common/tables/manila-glusterfs.xml:25(replaceable) ./doc/common/tables/manila-glusterfs.xml:41(replaceable) ./doc/common/tables/manila-glusterfs.xml:45(replaceable) ./doc/common/tables/manila-glusterfs.xml:53(replaceable) ./doc/common/tables/manila-glusterfs.xml:57(replaceable) ./doc/common/tables/manila-glusterfs.xml:61(replaceable) ./doc/common/tables/heat-logging.xml:41(replaceable) ./doc/common/tables/heat-logging.xml:49(replaceable) ./doc/common/tables/heat-logging.xml:53(replaceable) ./doc/common/tables/heat-logging.xml:57(replaceable) ./doc/common/tables/ironic-api.xml:33(replaceable) ./doc/common/tables/ironic-api.xml:52(replaceable) ./doc/common/tables/ironic-api.xml:79(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:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:57(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:61(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:69(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:77(replaceable) ./doc/common/tables/sahara-rpc.xml:48(replaceable) ./doc/common/tables/sahara-rpc.xml:63(replaceable) ./doc/common/tables/sahara-rpc.xml:107(replaceable) ./doc/common/tables/glance-zeromq.xml:49(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/sahara-object_store_access.xml:21(replaceable) ./doc/common/tables/sahara-object_store_access.xml:25(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/cinder-zoning_fabric_cisco.xml:41(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:49(replaceable) ./doc/common/tables/cinder-solidfire.xml:21(replaceable) ./doc/common/tables/cinder-solidfire.xml:45(replaceable) ./doc/common/tables/cinder-dothill.xml:41(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/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/cinder-scality.xml:21(replaceable) ./doc/common/tables/nova-cells.xml:33(replaceable) ./doc/common/tables/sahara-zeromq.xml:49(replaceable) ./doc/common/tables/aodh-cors.xml:33(replaceable) ./doc/common/tables/aodh-cors.xml:60(replaceable) ./doc/common/tables/neutron-lbaas.xml:21(replaceable) ./doc/common/tables/ceilometer-rgw.xml:21(replaceable) ./doc/common/tables/ceilometer-rgw.xml:25(replaceable) ./doc/common/tables/neutron-ml2.xml:25(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:157(replaceable) ./doc/common/tables/ironic-auth_token.xml:165(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/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/aodh-rpc.xml:56(replaceable) ./doc/common/tables/aodh-rpc.xml:84(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:49(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/manila-hdfs.xml:21(replaceable) ./doc/common/tables/manila-hdfs.xml:29(replaceable) ./doc/common/tables/manila-hdfs.xml:37(replaceable) ./doc/common/tables/manila-hdfs.xml:41(replaceable) ./doc/common/tables/cinder-pure.xml:21(replaceable) ./doc/common/tables/neutron-agent.xml:25(replaceable) ./doc/common/tables/glance-common.xml:37(replaceable) ./doc/common/tables/glance-common.xml:73(replaceable) ./doc/common/tables/glance-common.xml:77(replaceable) ./doc/common/tables/glance-common.xml:85(replaceable) ./doc/common/tables/glance-common.xml:108(replaceable) ./doc/common/tables/glance-common.xml:126(replaceable) ./doc/common/tables/glance-common.xml:141(replaceable) ./doc/common/tables/heat-api.xml:45(replaceable) ./doc/common/tables/heat-api.xml:73(replaceable) ./doc/common/tables/heat-api.xml:77(replaceable) ./doc/common/tables/heat-api.xml:85(replaceable) ./doc/common/tables/heat-api.xml:89(replaceable) ./doc/common/tables/heat-api.xml:115(replaceable) ./doc/common/tables/heat-api.xml:119(replaceable) ./doc/common/tables/heat-api.xml:123(replaceable) ./doc/common/tables/heat-api.xml:131(replaceable) ./doc/common/tables/heat-api.xml:165(replaceable) ./doc/common/tables/heat-api.xml:169(replaceable) ./doc/common/tables/heat-api.xml:225(replaceable) ./doc/common/tables/ironic-irmc.xml:33(replaceable) ./doc/common/tables/ironic-irmc.xml:53(replaceable) ./doc/common/tables/ironic-irmc.xml:57(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:21(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:25(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/keystone-token.xml:29(replaceable) ./doc/common/tables/glance-s3.xml:21(replaceable) ./doc/common/tables/glance-s3.xml:25(replaceable) ./doc/common/tables/glance-s3.xml:41(replaceable) ./doc/common/tables/glance-s3.xml:53(replaceable) ./doc/common/tables/glance-s3.xml:57(replaceable) ./doc/common/tables/glance-s3.xml:61(replaceable) ./doc/common/tables/glance-s3.xml:69(replaceable) ./doc/common/tables/glance-s3.xml:73(replaceable) ./doc/common/tables/ironic-neutron.xml:25(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/cinder-debug.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:21(replaceable) ./doc/common/tables/keystone-debug.xml:25(replaceable) ./doc/common/tables/cinder-backups_swift.xml:37(replaceable) ./doc/common/tables/cinder-backups_swift.xml:49(replaceable) ./doc/common/tables/cinder-backups_swift.xml:65(replaceable) ./doc/common/tables/cinder-backups_swift.xml:69(replaceable) ./doc/common/tables/cinder-backups_swift.xml:73(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:153(replaceable) ./doc/common/tables/trove-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-ml2_vxlan.xml:25(replaceable) ./doc/common/tables/manila-cors.xml:33(replaceable) ./doc/common/tables/manila-cors.xml:60(replaceable) ./doc/common/tables/neutron-amqp.xml:33(replaceable) ./doc/common/tables/manila-common.xml:41(replaceable) ./doc/common/tables/manila-common.xml:81(replaceable) ./doc/common/tables/manila-common.xml:125(replaceable) ./doc/common/tables/manila-common.xml:129(replaceable) ./doc/common/tables/heat-loadbalancer.xml:21(replaceable) ./doc/common/tables/glance-amqp.xml:41(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:25(replaceable) ./doc/common/tables/manila-rpc.xml:52(replaceable) ./doc/common/tables/manila-rpc.xml:67(replaceable) ./doc/common/tables/manila-rpc.xml:111(replaceable) ./doc/common/tables/trove-db_redis.xml:41(replaceable) ./doc/common/tables/aodh-zeromq.xml:45(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:44(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:56(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:60(replaceable) ./doc/common/tables/cinder-emc.xml:65(replaceable) ./doc/common/tables/cinder-emc.xml:69(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:53(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:61(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:65(replaceable) ./doc/common/tables/trove-guestagent.xml:45(replaceable) ./doc/common/tables/nova-configdrive.xml:29(replaceable) ./doc/common/tables/manila-auth_token.xml:21(replaceable) ./doc/common/tables/manila-auth_token.xml:29(replaceable) ./doc/common/tables/manila-auth_token.xml:33(replaceable) ./doc/common/tables/manila-auth_token.xml:45(replaceable) ./doc/common/tables/manila-auth_token.xml:57(replaceable) ./doc/common/tables/manila-auth_token.xml:61(replaceable) ./doc/common/tables/manila-auth_token.xml:65(replaceable) ./doc/common/tables/manila-auth_token.xml:69(replaceable) ./doc/common/tables/manila-auth_token.xml:73(replaceable) ./doc/common/tables/manila-auth_token.xml:77(replaceable) ./doc/common/tables/manila-auth_token.xml:97(replaceable) ./doc/common/tables/manila-auth_token.xml:105(replaceable) ./doc/common/tables/manila-auth_token.xml:117(replaceable) ./doc/common/tables/manila-auth_token.xml:141(replaceable) ./doc/common/tables/manila-auth_token.xml:145(replaceable) ./doc/common/tables/manila-auth_token.xml:153(replaceable) ./doc/common/tables/manila-auth_token.xml:157(replaceable) ./doc/common/tables/manila-auth_token.xml:165(replaceable) ./doc/common/tables/manila-quobyte.xml:21(replaceable) ./doc/common/tables/manila-quobyte.xml:29(replaceable) ./doc/common/tables/nova-vnc.xml:25(replaceable) ./doc/common/tables/neutron-l2gw.xml:25(replaceable) ./doc/common/tables/neutron-l2gw.xml:29(replaceable) ./doc/common/tables/neutron-l2gw.xml:48(replaceable) ./doc/common/tables/neutron-l2gw.xml:52(replaceable) ./doc/common/tables/neutron-l2gw.xml:56(replaceable) ./doc/common/tables/neutron-cors.xml:33(replaceable) ./doc/common/tables/neutron-cors.xml:60(replaceable) ./doc/common/tables/keystone-rpc.xml:52(replaceable) ./doc/common/tables/keystone-rpc.xml:96(replaceable) ./doc/common/tables/keystone-common.xml:25(replaceable) ./doc/common/tables/keystone-common.xml:32(replaceable) ./doc/common/tables/keystone-common.xml:43(replaceable) ./doc/common/tables/ceilometer-vmware.xml:25(replaceable) ./doc/common/tables/ceilometer-vmware.xml:53(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/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/manila-zfssa.xml:21(replaceable) ./doc/common/tables/manila-zfssa.xml:25(replaceable) ./doc/common/tables/manila-zfssa.xml:29(replaceable) ./doc/common/tables/manila-zfssa.xml:33(replaceable) ./doc/common/tables/manila-zfssa.xml:65(replaceable) ./doc/common/tables/manila-zfssa.xml:69(replaceable) ./doc/common/tables/manila-zfssa.xml:73(replaceable) ./doc/common/tables/manila-ca.xml:21(replaceable) ./doc/common/tables/manila-ca.xml:25(replaceable) ./doc/common/tables/manila-ca.xml:29(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:41(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:45(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:61(replaceable) ./doc/common/tables/cinder-storwize.xml:49(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-vzstorage.xml:21(replaceable) ./doc/common/tables/ironic-ilo.xml:25(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/trove-debug.xml:29(replaceable) ./doc/common/tables/trove-debug.xml:33(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:21(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:33(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:45(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:153(replaceable) ./doc/common/tables/cinder-auth_token.xml:161(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/neutron-dvs.xml:25(replaceable) ./doc/common/tables/neutron-dvs.xml:29(replaceable) ./doc/common/tables/neutron-dvs.xml:33(replaceable) ./doc/common/tables/neutron-dvs.xml:37(replaceable) ./doc/common/tables/neutron-dvs.xml:45(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/sahara-domain.xml:21(replaceable) ./doc/common/tables/keystone-policy.xml:40(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:52(replaceable) ./doc/common/tables/nova-neutron.xml:56(replaceable) ./doc/common/tables/nova-neutron.xml:64(replaceable) ./doc/common/tables/nova-neutron.xml:68(replaceable) ./doc/common/tables/nova-neutron.xml:80(replaceable) ./doc/common/tables/nova-neutron.xml:92(replaceable) ./doc/common/tables/nova-neutron.xml:100(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/heat-clients_keystone.xml:41(replaceable) ./doc/common/tables/glance-testing.xml:21(replaceable) ./doc/common/tables/cinder-redis.xml:25(replaceable) ./doc/common/tables/nova-quobyte.xml:21(replaceable) ./doc/common/tables/manila-share.xml:33(replaceable) ./doc/common/tables/manila-share.xml:41(replaceable) ./doc/common/tables/manila-share.xml:57(replaceable) ./doc/common/tables/manila-share.xml:101(replaceable) ./doc/common/tables/manila-share.xml:109(replaceable) ./doc/common/tables/manila-share.xml:113(replaceable) ./doc/common/tables/manila-share.xml:129(replaceable) ./doc/common/tables/manila-share.xml:157(replaceable) ./doc/common/tables/manila-share.xml:169(replaceable) ./doc/common/tables/manila-share.xml:181(replaceable) ./doc/common/tables/manila-share.xml:185(replaceable) ./doc/common/tables/manila-share.xml:201(replaceable) ./doc/common/tables/manila-share.xml:249(replaceable) ./doc/common/tables/neutron-securitygroups.xml:33(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/neutron-bigswitch.xml:124(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:33(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:45(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:61(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:69(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/nova-scheduler.xml:21(replaceable) ./doc/common/tables/nova-amqp.xml:25(replaceable) ./doc/common/tables/nova-amqp.xml:37(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:37(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:41(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:61(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(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/manila-netapp.xml:29(replaceable) ./doc/common/tables/manila-netapp.xml:33(replaceable) ./doc/common/tables/manila-netapp.xml:45(replaceable) ./doc/common/tables/manila-netapp.xml:49(replaceable) ./doc/common/tables/manila-netapp.xml:53(replaceable) ./doc/common/tables/manila-netapp.xml:61(replaceable) ./doc/common/tables/ceilometer-api.xml:60(replaceable) ./doc/common/tables/ceilometer-api.xml:64(replaceable) ./doc/common/tables/ceilometer-api.xml:72(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/aodh-coordination.xml:21(replaceable) ./doc/common/tables/glance-cinder.xml:25(replaceable) ./doc/common/tables/glance-cinder.xml:33(replaceable) ./doc/common/tables/ironic-keystone.xml:21(replaceable) ./doc/common/tables/ironic-conductor.xml:21(replaceable) ./doc/common/tables/cinder-zeromq.xml:45(replaceable) ./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:112(replaceable) ./doc/common/tables/ceilometer-database.xml:120(replaceable) ./doc/common/tables/trove-heat.xml:33(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/cinder-hpxp.xml:25(replaceable) ./doc/common/tables/cinder-hpxp.xml:61(replaceable) ./doc/common/tables/cinder-hpxp.xml:65(replaceable) ./doc/common/tables/cinder-hpxp.xml:69(replaceable) ./doc/common/tables/cinder-hpxp.xml:73(replaceable) ./doc/common/tables/cinder-hpxp.xml:77(replaceable) ./doc/common/tables/cinder-hpxp.xml:81(replaceable) ./doc/common/tables/cinder-hpxp.xml:85(replaceable) ./doc/common/tables/nova-hypervisor.xml:21(replaceable) ./doc/common/tables/nova-hypervisor.xml:41(replaceable) ./doc/common/tables/keystone-identity.xml:49(replaceable) ./doc/common/tables/keystone-auth.xml:21(replaceable) ./doc/common/tables/keystone-auth.xml:29(replaceable) ./doc/common/tables/keystone-auth.xml:33(replaceable) ./doc/common/tables/keystone-auth.xml:37(replaceable) ./doc/common/tables/cinder-ibmnas.xml:33(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/glance-api.xml:85(replaceable) ./doc/common/tables/glance-api.xml:134(replaceable) ./doc/common/tables/glance-api.xml:138(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:37(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:153(replaceable) ./doc/common/tables/neutron-common.xml:161(replaceable) ./doc/common/tables/neutron-common.xml:185(replaceable) ./doc/common/tables/neutron-common.xml:236(replaceable) ./doc/common/tables/neutron-common.xml:254(replaceable) ./doc/common/tables/neutron-common.xml:261(replaceable) ./doc/common/tables/heat-redis.xml:25(replaceable) ./doc/common/tables/nova-availabilityzones.xml:25(replaceable) ./doc/common/tables/glance-gridfs.xml:21(replaceable) ./doc/common/tables/glance-gridfs.xml:25(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/glance-taskflow.xml:21(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/nova-common.xml:45(replaceable) ./doc/common/tables/nova-common.xml:57(replaceable) ./doc/common/tables/nova-common.xml:81(replaceable) ./doc/common/tables/nova-common.xml:92(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/keystone-role.xml:21(replaceable) ./doc/common/tables/keystone-role.xml:29(replaceable) ./doc/common/tables/keystone-role.xml:33(replaceable) ./doc/common/tables/manila-hds_hnas.xml:21(replaceable) ./doc/common/tables/manila-hds_hnas.xml:25(replaceable) ./doc/common/tables/manila-hds_hnas.xml:29(replaceable) ./doc/common/tables/manila-hds_hnas.xml:33(replaceable) ./doc/common/tables/manila-hds_hnas.xml:37(replaceable) ./doc/common/tables/manila-hds_hnas.xml:41(replaceable) ./doc/common/tables/manila-hds_hnas.xml:45(replaceable) ./doc/common/tables/manila-hds_hnas.xml:53(replaceable) ./doc/common/tables/ironic-rpc.xml:48(replaceable) ./doc/common/tables/ironic-rpc.xml:63(replaceable) ./doc/common/tables/ironic-rpc.xml:107(replaceable) ./doc/common/tables/aodh-redis.xml:25(replaceable) ./doc/common/tables/nova-cors.xml:33(replaceable) ./doc/common/tables/nova-cors.xml:60(replaceable) ./doc/common/tables/nova-glance.xml:21(replaceable) ./doc/common/tables/nova-glance.xml:36(replaceable) ./doc/common/tables/cinder-emc_sio.xml:25(replaceable) ./doc/common/tables/cinder-emc_sio.xml:29(replaceable) ./doc/common/tables/cinder-emc_sio.xml:41(replaceable) ./doc/common/tables/cinder-emc_sio.xml:45(replaceable) ./doc/common/tables/cinder-emc_sio.xml:49(replaceable) ./doc/common/tables/cinder-emc_sio.xml:53(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/heat-cloudwatch_api.xml:44(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:48(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:37(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:45(replaceable) ./doc/common/tables/cinder-api.xml:33(replaceable) ./doc/common/tables/cinder-api.xml:73(replaceable) ./doc/common/tables/cinder-api.xml:93(replaceable) ./doc/common/tables/cinder-api.xml:101(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/aodh-auth_token.xml:21(replaceable) ./doc/common/tables/aodh-auth_token.xml:29(replaceable) ./doc/common/tables/aodh-auth_token.xml:33(replaceable) ./doc/common/tables/aodh-auth_token.xml:45(replaceable) ./doc/common/tables/aodh-auth_token.xml:57(replaceable) ./doc/common/tables/aodh-auth_token.xml:61(replaceable) ./doc/common/tables/aodh-auth_token.xml:65(replaceable) ./doc/common/tables/aodh-auth_token.xml:69(replaceable) ./doc/common/tables/aodh-auth_token.xml:73(replaceable) ./doc/common/tables/aodh-auth_token.xml:77(replaceable) ./doc/common/tables/aodh-auth_token.xml:97(replaceable) ./doc/common/tables/aodh-auth_token.xml:105(replaceable) ./doc/common/tables/aodh-auth_token.xml:117(replaceable) ./doc/common/tables/aodh-auth_token.xml:141(replaceable) ./doc/common/tables/aodh-auth_token.xml:145(replaceable) ./doc/common/tables/aodh-auth_token.xml:153(replaceable) ./doc/common/tables/aodh-auth_token.xml:157(replaceable) ./doc/common/tables/aodh-auth_token.xml:165(replaceable) ./doc/common/tables/ironic-console.xml:33(replaceable) ./doc/common/tables/ironic-console.xml:37(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:80(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:107(replaceable) ./doc/common/tables/cinder-storage.xml:29(replaceable) ./doc/common/tables/cinder-storage.xml:93(replaceable) ./doc/common/tables/cinder-storage.xml:101(replaceable) ./doc/common/tables/manila-compute.xml:25(replaceable) ./doc/common/tables/manila-compute.xml:45(replaceable) ./doc/common/tables/manila-compute.xml:57(replaceable) ./doc/common/tables/heat-cors.xml:33(replaceable) ./doc/common/tables/heat-cors.xml:60(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/nova-zeromq.xml:49(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/trove-amqp.xml:45(replaceable) ./doc/common/tables/cinder-images.xml:41(replaceable) ./doc/common/tables/cinder-images.xml:61(replaceable) ./doc/common/tables/cinder-keymgr.xml:33(replaceable) ./doc/common/tables/sahara-cors.xml:33(replaceable) ./doc/common/tables/sahara-cors.xml:60(replaceable) ./doc/common/tables/manila-amqp.xml:33(replaceable) ./doc/common/tables/heat-common.xml:61(replaceable) ./doc/common/tables/heat-common.xml:142(replaceable) ./doc/common/tables/cinder-srb.xml:21(replaceable) ./doc/common/tables/glance-imagecache.xml:25(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:153(replaceable) ./doc/common/tables/keystone-auth_token.xml:161(replaceable) ./doc/common/tables/glance-cors.xml:33(replaceable) ./doc/common/tables/glance-cors.xml:60(replaceable) ./doc/common/tables/cinder-scst.xml:25(replaceable) ./doc/common/tables/keystone-catalog.xml:21(replaceable) ./doc/common/tables/keystone-catalog.xml:33(replaceable) ./doc/common/tables/neutron-sdnve.xml:41(replaceable) ./doc/common/tables/ceilometer-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-rpc.xml:74(replaceable) ./doc/common/tables/ceilometer-rpc.xml:118(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/aodh-amqp.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: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/cinder-hitachi-hbsd.xml:101(replaceable) ./doc/common/tables/cinder-common.xml:37(replaceable) ./doc/common/tables/cinder-common.xml:41(replaceable) ./doc/common/tables/cinder-common.xml:57(replaceable) ./doc/common/tables/cinder-common.xml:61(replaceable) ./doc/common/tables/cinder-common.xml:65(replaceable) ./doc/common/tables/cinder-common.xml:81(replaceable) ./doc/common/tables/cinder-common.xml:113(replaceable) ./doc/common/tables/cinder-common.xml:137(replaceable) ./doc/common/tables/cinder-common.xml:141(replaceable) ./doc/common/tables/cinder-common.xml:145(replaceable) ./doc/common/tables/cinder-common.xml:149(replaceable) ./doc/common/tables/cinder-common.xml:165(replaceable) ./doc/common/tables/cinder-common.xml:201(replaceable) ./doc/common/tables/cinder-common.xml:221(replaceable) ./doc/common/tables/cinder-common.xml:225(replaceable) ./doc/common/tables/cinder-common.xml:252(replaceable) ./doc/common/tables/manila-api.xml:45(replaceable) ./doc/common/tables/neutron-vmware.xml:99(replaceable) ./doc/common/tables/neutron-vmware.xml:107(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/neutron-vmware.xml:135(replaceable) ./doc/common/tables/neutron-vmware.xml:139(replaceable) ./doc/common/tables/neutron-vmware.xml:146(replaceable) ./doc/common/tables/neutron-vmware.xml:154(replaceable) ./doc/common/tables/neutron-vmware.xml:158(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/sahara-common.xml:101(replaceable) ./doc/common/tables/sahara-common.xml:113(replaceable) ./doc/common/tables/sahara-common.xml:183(replaceable) ./doc/common/tables/nova-metadata.xml:45(replaceable) ./doc/common/tables/nova-metadata.xml:53(replaceable) ./doc/common/tables/nova-ipv6.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:52(replaceable) ./doc/common/tables/glance-rpc.xml:67(replaceable) ./doc/common/tables/glance-rpc.xml:111(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/aodh-database.xml:21(replaceable) ./doc/common/tables/aodh-database.xml:33(replaceable) ./doc/common/tables/aodh-database.xml:65(replaceable) ./doc/common/tables/aodh-database.xml:69(replaceable) ./doc/common/tables/aodh-database.xml:85(replaceable) ./doc/common/tables/aodh-database.xml:93(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/keystone-assignment.xml:21(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/neutron-linuxbridge_agent.xml:40(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:44(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:48(replaceable) ./doc/common/tables/keystone-cors.xml:33(replaceable) ./doc/common/tables/keystone-cors.xml:60(replaceable) ./doc/common/tables/ironic-inspector.xml:25(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:21(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:29(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:33(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:57(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:45(replaceable) ./doc/common/tables/nova-vmware.xml:49(replaceable) ./doc/common/tables/nova-vmware.xml:57(replaceable) ./doc/common/tables/nova-vmware.xml:73(replaceable) ./doc/common/tables/nova-vmware.xml:81(replaceable) ./doc/common/tables/nova-vmware.xml:85(replaceable) ./doc/common/tables/nova-vmware.xml:89(replaceable) ./doc/common/tables/nova-vmware.xml:101(replaceable) ./doc/common/tables/neutron-redis.xml:25(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/manila-emc.xml:21(replaceable) ./doc/common/tables/manila-emc.xml:25(replaceable) ./doc/common/tables/manila-emc.xml:29(replaceable) ./doc/common/tables/manila-emc.xml:33(replaceable) ./doc/common/tables/manila-emc.xml:37(replaceable) ./doc/common/tables/manila-emc.xml:53(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:29(replaceable) ./doc/common/tables/cinder-zfssa-nfs.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:41(replaceable) ./doc/common/tables/cinder-vmware.xml:45(replaceable) ./doc/common/tables/cinder-vmware.xml:73(replaceable) ./doc/common/tables/manila-logging.xml:45(replaceable) ./doc/common/tables/manila-logging.xml:53(replaceable) ./doc/common/tables/manila-logging.xml:57(replaceable) ./doc/common/tables/manila-logging.xml:61(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/glance-ca.xml:21(replaceable) ./doc/common/tables/glance-ca.xml:25(replaceable) ./doc/common/tables/glance-ca.xml:29(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/nova-zookeeper.xml:21(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/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/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:45(replaceable) ./doc/common/tables/neutron-nsx.xml:163(replaceable) ./doc/common/tables/neutron-nsx.xml:167(replaceable) ./doc/common/tables/neutron-nsx.xml:171(replaceable) ./doc/common/tables/neutron-nsx.xml:175(replaceable) ./doc/common/tables/neutron-nsx.xml:179(replaceable) ./doc/common/tables/neutron-nsx.xml:183(replaceable) ./doc/common/tables/neutron-nsx.xml:191(replaceable) ./doc/common/tables/neutron-nsx.xml:214(replaceable) ./doc/common/tables/neutron-nsx.xml:222(replaceable) ./doc/common/tables/neutron-nsx.xml:226(replaceable) ./doc/common/tables/neutron-nsx.xml:230(replaceable) ./doc/common/tables/neutron-nsx.xml:238(replaceable) ./doc/common/tables/neutron-nsx.xml:242(replaceable) ./doc/common/tables/neutron-nsx.xml:246(replaceable) ./doc/common/tables/neutron-nsx.xml:258(replaceable) ./doc/common/tables/neutron-nsx.xml:266(replaceable) ./doc/common/tables/neutron-nsx.xml:270(replaceable) ./doc/common/tables/neutron-nsx.xml:282(replaceable) ./doc/common/tables/neutron-nsx.xml:286(replaceable) ./doc/common/tables/neutron-nsx.xml:290(replaceable) ./doc/common/tables/neutron-nsx.xml:294(replaceable) ./doc/common/tables/neutron-nsx.xml:298(replaceable) ./doc/common/tables/neutron-nsx.xml:302(replaceable) ./doc/common/tables/neutron-nsx.xml:314(replaceable) ./doc/common/tables/neutron-nsx.xml:338(replaceable) ./doc/common/tables/trove-swift.xml:29(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-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-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:153(replaceable) ./doc/common/tables/glance-auth_token.xml:161(replaceable) ./doc/common/tables/keystone-amqp.xml:25(replaceable) ./doc/common/tables/keystone-amqp.xml:41(replaceable) ./doc/common/tables/nova-api.xml:73(replaceable) ./doc/common/tables/nova-api.xml:85(replaceable) ./doc/common/tables/nova-api.xml:93(replaceable) ./doc/common/tables/aodh-common.xml:53(replaceable) ./doc/common/tables/aodh-common.xml:65(replaceable) ./doc/common/tables/aodh-common.xml:89(replaceable) ./doc/common/tables/trove-common.xml:29(replaceable) ./doc/common/tables/trove-common.xml:53(replaceable) ./doc/common/tables/trove-common.xml:61(replaceable) ./doc/common/tables/trove-common.xml:84(replaceable) ./doc/common/tables/aodh-auth.xml:29(replaceable) ./doc/common/tables/aodh-auth.xml:49(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:153(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:161(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/aodh-logging.xml:41(replaceable) ./doc/common/tables/aodh-logging.xml:49(replaceable) ./doc/common/tables/aodh-logging.xml:53(replaceable) ./doc/common/tables/aodh-logging.xml:57(replaceable) +#: ./doc/common/tables/ironic-amqp.xml:51(replaceable) ./doc/common/tables/heat-amqp.xml:47(replaceable) ./doc/common/tables/heat-amqp.xml:59(replaceable) ./doc/common/tables/neutron-logging.xml:45(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/keystone-federation.xml:51(replaceable) ./doc/common/tables/trove-rpc.xml:74(replaceable) ./doc/common/tables/trove-rpc.xml:89(replaceable) ./doc/common/tables/trove-rpc.xml:133(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:124(replaceable) ./doc/common/tables/trove-compute.xml:39(replaceable) ./doc/common/tables/trove-compute.xml:51(replaceable) ./doc/common/tables/heat-clients.xml:39(replaceable) ./doc/common/tables/heat-clients.xml:46(replaceable) ./doc/common/tables/heat-clients.xml:50(replaceable) ./doc/common/tables/heat-clients.xml:62(replaceable) ./doc/common/tables/trove-zeromq.xml:67(replaceable) ./doc/common/tables/sahara-auth_token.xml:39(replaceable) ./doc/common/tables/sahara-auth_token.xml:47(replaceable) ./doc/common/tables/sahara-auth_token.xml:51(replaceable) ./doc/common/tables/sahara-auth_token.xml:63(replaceable) ./doc/common/tables/sahara-auth_token.xml:75(replaceable) ./doc/common/tables/sahara-auth_token.xml:79(replaceable) ./doc/common/tables/sahara-auth_token.xml:83(replaceable) ./doc/common/tables/sahara-auth_token.xml:87(replaceable) ./doc/common/tables/sahara-auth_token.xml:91(replaceable) ./doc/common/tables/sahara-auth_token.xml:95(replaceable) ./doc/common/tables/sahara-auth_token.xml:115(replaceable) ./doc/common/tables/sahara-auth_token.xml:123(replaceable) ./doc/common/tables/sahara-auth_token.xml:135(replaceable) ./doc/common/tables/sahara-auth_token.xml:159(replaceable) ./doc/common/tables/sahara-auth_token.xml:163(replaceable) ./doc/common/tables/sahara-auth_token.xml:171(replaceable) ./doc/common/tables/sahara-auth_token.xml:179(replaceable) ./doc/common/tables/manila-database.xml:54(replaceable) ./doc/common/tables/manila-database.xml:86(replaceable) ./doc/common/tables/manila-database.xml:90(replaceable) ./doc/common/tables/manila-database.xml:106(replaceable) ./doc/common/tables/manila-database.xml:114(replaceable) ./doc/common/tables/glance-rbd.xml:55(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:25(replaceable) ./doc/common/tables/cinder-zoning.xml:46(replaceable) ./doc/common/tables/heat-cfn_api.xml:62(replaceable) ./doc/common/tables/heat-cfn_api.xml:66(replaceable) ./doc/common/tables/cinder-lenovo.xml:59(replaceable) ./doc/common/tables/keystone-zeromq.xml:67(replaceable) ./doc/common/tables/ceilometer-auth.xml:47(replaceable) ./doc/common/tables/ceilometer-auth.xml:59(replaceable) ./doc/common/tables/cinder-amqp.xml:51(replaceable) ./doc/common/tables/heat-zeromq.xml:67(replaceable) ./doc/common/tables/cinder-ca.xml:39(replaceable) ./doc/common/tables/cinder-ca.xml:43(replaceable) ./doc/common/tables/cinder-ca.xml:47(replaceable) ./doc/common/tables/cinder-zfssa.xml:21(replaceable) ./doc/common/tables/neutron-l3_agent.xml:61(replaceable) ./doc/common/tables/ironic-zeromq.xml:67(replaceable) ./doc/common/tables/heat-clients_nova.xml:39(replaceable) ./doc/common/tables/heat-clients_nova.xml:43(replaceable) ./doc/common/tables/heat-clients_nova.xml:47(replaceable) ./doc/common/tables/heat-clients_nova.xml:55(replaceable) ./doc/common/tables/heat-clients_nova.xml:59(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/cinder-logging.xml:63(replaceable) ./doc/common/tables/cinder-logging.xml:71(replaceable) ./doc/common/tables/cinder-logging.xml:75(replaceable) ./doc/common/tables/cinder-logging.xml:79(replaceable) ./doc/common/tables/ceilometer-alarm.xml:51(replaceable) ./doc/common/tables/ceilometer-alarm.xml:75(replaceable) ./doc/common/tables/cinder-hpmsa.xml:59(replaceable) ./doc/common/tables/ceilometer-cors.xml:51(replaceable) ./doc/common/tables/ceilometer-cors.xml:78(replaceable) ./doc/common/tables/cinder-tintri.xml:43(replaceable) ./doc/common/tables/cinder-tintri.xml:47(replaceable) ./doc/common/tables/cinder-tintri.xml:51(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:52(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:74(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:78(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:82(replaceable) ./doc/common/tables/trove-db_mongodb.xml:99(replaceable) ./doc/common/tables/cinder-storage_glusterfs.xml:43(replaceable) ./doc/common/tables/nova-hyperv.xml:79(replaceable) ./doc/common/tables/trove-network.xml:51(replaceable) ./doc/common/tables/neutron-zeromq.xml:45(replaceable) ./doc/common/tables/cinder-database.xml:50(replaceable) ./doc/common/tables/cinder-database.xml:82(replaceable) ./doc/common/tables/cinder-database.xml:86(replaceable) ./doc/common/tables/cinder-database.xml:102(replaceable) ./doc/common/tables/cinder-database.xml:110(replaceable) ./doc/common/tables/ceilometer-collector.xml:70(replaceable) ./doc/common/tables/cinder-violin.xml:39(replaceable) ./doc/common/tables/cinder-violin.xml:43(replaceable) ./doc/common/tables/ironic-logging.xml:59(replaceable) ./doc/common/tables/ironic-logging.xml:67(replaceable) ./doc/common/tables/ironic-logging.xml:71(replaceable) ./doc/common/tables/ironic-logging.xml:75(replaceable) ./doc/common/tables/ceilometer-amqp.xml:51(replaceable) ./doc/common/tables/manila-zeromq.xml:67(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:153(replaceable) ./doc/common/tables/neutron-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:37(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:55(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:59(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:63(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:67(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:71(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:75(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:83(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:87(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:91(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:95(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:110(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:114(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:118(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:122(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:156(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:220(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:239(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:287(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:39(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:43(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:47(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:51(replaceable) ./doc/common/tables/heat-clients_ceilometer.xml:55(replaceable) ./doc/common/tables/keystone-api.xml:39(replaceable) ./doc/common/tables/keystone-api.xml:51(replaceable) ./doc/common/tables/keystone-api.xml:75(replaceable) ./doc/common/tables/keystone-api.xml:79(replaceable) ./doc/common/tables/keystone-api.xml:120(replaceable) ./doc/common/tables/keystone-api.xml:136(replaceable) ./doc/common/tables/keystone-api.xml:173(replaceable) ./doc/common/tables/keystone-api.xml:181(replaceable) ./doc/common/tables/keystone-api.xml:185(replaceable) ./doc/common/tables/heat-waitcondition_api.xml:39(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:75(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:79(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:87(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:95(replaceable) ./doc/common/tables/cinder-zfssa-iscsi.xml:103(replaceable) ./doc/common/tables/cinder-blockbridge.xml:39(replaceable) ./doc/common/tables/cinder-blockbridge.xml:43(replaceable) ./doc/common/tables/cinder-blockbridge.xml:47(replaceable) ./doc/common/tables/cinder-blockbridge.xml:55(replaceable) ./doc/common/tables/cinder-blockbridge.xml:59(replaceable) ./doc/common/tables/cinder-blockbridge.xml:63(replaceable) ./doc/common/tables/cinder-san.xml:63(replaceable) ./doc/common/tables/heat-rpc.xml:70(replaceable) ./doc/common/tables/heat-rpc.xml:85(replaceable) ./doc/common/tables/heat-rpc.xml:129(replaceable) ./doc/common/tables/ironic-deploy.xml:51(replaceable) ./doc/common/tables/ironic-deploy.xml:59(replaceable) ./doc/common/tables/neutron-rpc.xml:56(replaceable) ./doc/common/tables/neutron-rpc.xml:71(replaceable) ./doc/common/tables/neutron-rpc.xml:99(replaceable) ./doc/common/tables/nova-conductor.xml:58(replaceable) ./doc/common/tables/cinder-cors.xml:51(replaceable) ./doc/common/tables/cinder-cors.xml:78(replaceable) ./doc/common/tables/trove-taskmanager.xml:43(replaceable) ./doc/common/tables/trove-taskmanager.xml:55(replaceable) ./doc/common/tables/nova-rpc.xml:73(replaceable) ./doc/common/tables/nova-rpc.xml:88(replaceable) ./doc/common/tables/nova-rpc.xml:132(replaceable) ./doc/common/tables/nova-rpc.xml:147(replaceable) ./doc/common/tables/nova-compute.xml:39(replaceable) ./doc/common/tables/nova-compute.xml:43(replaceable) ./doc/common/tables/cinder-scheduler.xml:39(replaceable) ./doc/common/tables/cinder-scheduler.xml:43(replaceable) ./doc/common/tables/nova-ca.xml:75(replaceable) ./doc/common/tables/nova-ca.xml:79(replaceable) ./doc/common/tables/nova-ca.xml:83(replaceable) ./doc/common/tables/nova-ca.xml:98(replaceable) ./doc/common/tables/nova-ca.xml:102(replaceable) ./doc/common/tables/nova-ca.xml:106(replaceable) ./doc/common/tables/nova-database.xml:46(replaceable) ./doc/common/tables/nova-database.xml:62(replaceable) ./doc/common/tables/nova-database.xml:66(replaceable) ./doc/common/tables/nova-database.xml:78(replaceable) ./doc/common/tables/nova-database.xml:86(replaceable) ./doc/common/tables/nova-database.xml:101(replaceable) ./doc/common/tables/nova-database.xml:133(replaceable) ./doc/common/tables/nova-database.xml:137(replaceable) ./doc/common/tables/nova-database.xml:153(replaceable) ./doc/common/tables/nova-database.xml:161(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:43(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:59(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:63(replaceable) ./doc/common/tables/trove-logging.xml:63(replaceable) ./doc/common/tables/trove-logging.xml:71(replaceable) ./doc/common/tables/trove-logging.xml:75(replaceable) ./doc/common/tables/trove-logging.xml:79(replaceable) ./doc/common/tables/ironic-common.xml:83(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/heat-auth_token.xml:39(replaceable) ./doc/common/tables/heat-auth_token.xml:47(replaceable) ./doc/common/tables/heat-auth_token.xml:51(replaceable) ./doc/common/tables/heat-auth_token.xml:63(replaceable) ./doc/common/tables/heat-auth_token.xml:75(replaceable) ./doc/common/tables/heat-auth_token.xml:79(replaceable) ./doc/common/tables/heat-auth_token.xml:83(replaceable) ./doc/common/tables/heat-auth_token.xml:87(replaceable) ./doc/common/tables/heat-auth_token.xml:91(replaceable) ./doc/common/tables/heat-auth_token.xml:95(replaceable) ./doc/common/tables/heat-auth_token.xml:115(replaceable) ./doc/common/tables/heat-auth_token.xml:123(replaceable) ./doc/common/tables/heat-auth_token.xml:135(replaceable) ./doc/common/tables/heat-auth_token.xml:159(replaceable) ./doc/common/tables/heat-auth_token.xml:163(replaceable) ./doc/common/tables/heat-auth_token.xml:171(replaceable) ./doc/common/tables/heat-auth_token.xml:175(replaceable) ./doc/common/tables/heat-auth_token.xml:183(replaceable) ./doc/common/tables/heat-notification.xml:39(replaceable) ./doc/common/tables/glance-debug.xml:21(replaceable) ./doc/common/tables/ceilometer-common.xml:55(replaceable) ./doc/common/tables/ceilometer-common.xml:89(replaceable) ./doc/common/tables/ceilometer-common.xml:104(replaceable) ./doc/common/tables/ceilometer-common.xml:118(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:43(replaceable) ./doc/common/tables/sahara-amqp.xml:51(replaceable) ./doc/common/tables/sahara-amqp.xml:59(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:39(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:47(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:51(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:55(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:59(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:67(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:71(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:75(replaceable) ./doc/common/tables/neutron-metadata.xml:53(replaceable) ./doc/common/tables/trove-volume.xml:51(replaceable) ./doc/common/tables/trove-volume.xml:55(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-auth_token.xml:39(replaceable) ./doc/common/tables/nova-auth_token.xml:47(replaceable) ./doc/common/tables/nova-auth_token.xml:51(replaceable) ./doc/common/tables/nova-auth_token.xml:63(replaceable) ./doc/common/tables/nova-auth_token.xml:75(replaceable) ./doc/common/tables/nova-auth_token.xml:79(replaceable) ./doc/common/tables/nova-auth_token.xml:83(replaceable) ./doc/common/tables/nova-auth_token.xml:87(replaceable) ./doc/common/tables/nova-auth_token.xml:91(replaceable) ./doc/common/tables/nova-auth_token.xml:95(replaceable) ./doc/common/tables/nova-auth_token.xml:115(replaceable) ./doc/common/tables/nova-auth_token.xml:123(replaceable) ./doc/common/tables/nova-auth_token.xml:135(replaceable) ./doc/common/tables/nova-auth_token.xml:159(replaceable) ./doc/common/tables/nova-auth_token.xml:163(replaceable) ./doc/common/tables/nova-auth_token.xml:171(replaceable) ./doc/common/tables/nova-auth_token.xml:179(replaceable) ./doc/common/tables/glance-replicator.xml:39(replaceable) ./doc/common/tables/glance-replicator.xml:47(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:29(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:37(replaceable) ./doc/common/tables/neutron-nec.xml:25(replaceable) ./doc/common/tables/neutron-nec.xml:45(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/manila-storage.xml:43(replaceable) ./doc/common/tables/manila-storage.xml:59(replaceable) ./doc/common/tables/manila-storage.xml:75(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:39(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:43(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:51(replaceable) ./doc/common/tables/trove-db_couchbase.xml:59(replaceable) ./doc/common/tables/trove-db_couchbase.xml:94(replaceable) ./doc/common/tables/trove-db_couchbase.xml:98(replaceable) ./doc/common/tables/trove-db_couchbase.xml:110(replaceable) ./doc/common/tables/trove-db_couchbase.xml:114(replaceable) ./doc/common/tables/ironic-database.xml:43(replaceable) ./doc/common/tables/ironic-database.xml:75(replaceable) ./doc/common/tables/ironic-database.xml:79(replaceable) ./doc/common/tables/ironic-database.xml:99(replaceable) ./doc/common/tables/ironic-database.xml:107(replaceable) ./doc/common/tables/nova-volumes.xml:62(replaceable) ./doc/common/tables/nova-volumes.xml:70(replaceable) ./doc/common/tables/nova-volumes.xml:78(replaceable) ./doc/common/tables/nova-volumes.xml:90(replaceable) ./doc/common/tables/nova-volumes.xml:94(replaceable) ./doc/common/tables/nova-volumes.xml:98(replaceable) ./doc/common/tables/nova-volumes.xml:124(replaceable) ./doc/common/tables/nova-volumes.xml:148(replaceable) ./doc/common/tables/nova-volumes.xml:152(replaceable) ./doc/common/tables/nova-volumes.xml:156(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:162(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:166(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:186(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:197(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/sahara-clients.xml:47(replaceable) ./doc/common/tables/sahara-clients.xml:62(replaceable) ./doc/common/tables/sahara-clients.xml:77(replaceable) ./doc/common/tables/sahara-clients.xml:96(replaceable) ./doc/common/tables/sahara-clients.xml:107(replaceable) ./doc/common/tables/sahara-clients.xml:122(replaceable) ./doc/common/tables/sahara-clients.xml:137(replaceable) ./doc/common/tables/nova-ec2.xml:79(replaceable) ./doc/common/tables/nova-keymgr.xml:43(replaceable) ./doc/common/tables/cinder-storpool.xml:25(replaceable) ./doc/common/tables/manila-glusterfs.xml:39(replaceable) ./doc/common/tables/manila-glusterfs.xml:43(replaceable) ./doc/common/tables/manila-glusterfs.xml:59(replaceable) ./doc/common/tables/manila-glusterfs.xml:63(replaceable) ./doc/common/tables/manila-glusterfs.xml:71(replaceable) ./doc/common/tables/manila-glusterfs.xml:75(replaceable) ./doc/common/tables/manila-glusterfs.xml:79(replaceable) ./doc/common/tables/heat-logging.xml:59(replaceable) ./doc/common/tables/heat-logging.xml:67(replaceable) ./doc/common/tables/heat-logging.xml:71(replaceable) ./doc/common/tables/heat-logging.xml:75(replaceable) ./doc/common/tables/ironic-api.xml:51(replaceable) ./doc/common/tables/ironic-api.xml:70(replaceable) ./doc/common/tables/ironic-api.xml:97(replaceable) ./doc/common/tables/heat-trustee.xml:39(replaceable) ./doc/common/tables/heat-trustee.xml:43(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:43(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:47(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:51(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:55(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:59(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:63(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:67(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:75(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:79(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:87(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:95(replaceable) ./doc/common/tables/sahara-rpc.xml:66(replaceable) ./doc/common/tables/sahara-rpc.xml:81(replaceable) ./doc/common/tables/sahara-rpc.xml:125(replaceable) ./doc/common/tables/glance-zeromq.xml:67(replaceable) ./doc/common/tables/ceilometer-logging.xml:59(replaceable) ./doc/common/tables/ceilometer-logging.xml:67(replaceable) ./doc/common/tables/ceilometer-logging.xml:71(replaceable) ./doc/common/tables/ceilometer-logging.xml:75(replaceable) ./doc/common/tables/sahara-object_store_access.xml:39(replaceable) ./doc/common/tables/sahara-object_store_access.xml:43(replaceable) ./doc/common/tables/glance-filesystem.xml:39(replaceable) ./doc/common/tables/glance-filesystem.xml:43(replaceable) ./doc/common/tables/glance-filesystem.xml:51(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:59(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:67(replaceable) ./doc/common/tables/cinder-solidfire.xml:39(replaceable) ./doc/common/tables/cinder-solidfire.xml:63(replaceable) ./doc/common/tables/cinder-dothill.xml:59(replaceable) ./doc/common/tables/trove-db_cassandra.xml:43(replaceable) ./doc/common/tables/trove-db_cassandra.xml:47(replaceable) ./doc/common/tables/trove-db_cassandra.xml:59(replaceable) ./doc/common/tables/trove-db_cassandra.xml:63(replaceable) ./doc/common/tables/cinder-hplefthand.xml:39(replaceable) ./doc/common/tables/cinder-hplefthand.xml:43(replaceable) ./doc/common/tables/cinder-hplefthand.xml:55(replaceable) ./doc/common/tables/cinder-hplefthand.xml:59(replaceable) ./doc/common/tables/cinder-scality.xml:39(replaceable) ./doc/common/tables/nova-cells.xml:51(replaceable) ./doc/common/tables/sahara-zeromq.xml:67(replaceable) ./doc/common/tables/aodh-cors.xml:33(replaceable) ./doc/common/tables/aodh-cors.xml:60(replaceable) ./doc/common/tables/neutron-lbaas.xml:21(replaceable) ./doc/common/tables/ceilometer-rgw.xml:39(replaceable) ./doc/common/tables/ceilometer-rgw.xml:43(replaceable) ./doc/common/tables/neutron-ml2.xml:25(replaceable) ./doc/common/tables/ironic-auth_token.xml:39(replaceable) ./doc/common/tables/ironic-auth_token.xml:47(replaceable) ./doc/common/tables/ironic-auth_token.xml:51(replaceable) ./doc/common/tables/ironic-auth_token.xml:63(replaceable) ./doc/common/tables/ironic-auth_token.xml:75(replaceable) ./doc/common/tables/ironic-auth_token.xml:79(replaceable) ./doc/common/tables/ironic-auth_token.xml:83(replaceable) ./doc/common/tables/ironic-auth_token.xml:87(replaceable) ./doc/common/tables/ironic-auth_token.xml:91(replaceable) ./doc/common/tables/ironic-auth_token.xml:95(replaceable) ./doc/common/tables/ironic-auth_token.xml:115(replaceable) ./doc/common/tables/ironic-auth_token.xml:123(replaceable) ./doc/common/tables/ironic-auth_token.xml:135(replaceable) ./doc/common/tables/ironic-auth_token.xml:159(replaceable) ./doc/common/tables/ironic-auth_token.xml:163(replaceable) ./doc/common/tables/ironic-auth_token.xml:171(replaceable) ./doc/common/tables/ironic-auth_token.xml:175(replaceable) ./doc/common/tables/ironic-auth_token.xml:183(replaceable) ./doc/common/tables/trove-db_db2.xml:43(replaceable) ./doc/common/tables/trove-db_db2.xml:47(replaceable) ./doc/common/tables/trove-db_db2.xml:63(replaceable) ./doc/common/tables/trove-db_db2.xml:67(replaceable) ./doc/common/tables/ironic-glance.xml:51(replaceable) ./doc/common/tables/ironic-glance.xml:71(replaceable) ./doc/common/tables/ironic-glance.xml:83(replaceable) ./doc/common/tables/ironic-glance.xml:95(replaceable) ./doc/common/tables/aodh-rpc.xml:56(replaceable) ./doc/common/tables/aodh-rpc.xml:84(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:67(replaceable) ./doc/common/tables/glance-database.xml:43(replaceable) ./doc/common/tables/glance-database.xml:75(replaceable) ./doc/common/tables/glance-database.xml:79(replaceable) ./doc/common/tables/glance-database.xml:95(replaceable) ./doc/common/tables/glance-database.xml:103(replaceable) ./doc/common/tables/manila-hdfs.xml:39(replaceable) ./doc/common/tables/manila-hdfs.xml:47(replaceable) ./doc/common/tables/manila-hdfs.xml:55(replaceable) ./doc/common/tables/manila-hdfs.xml:59(replaceable) ./doc/common/tables/cinder-pure.xml:39(replaceable) ./doc/common/tables/neutron-agent.xml:25(replaceable) ./doc/common/tables/glance-common.xml:55(replaceable) ./doc/common/tables/glance-common.xml:91(replaceable) ./doc/common/tables/glance-common.xml:95(replaceable) ./doc/common/tables/glance-common.xml:103(replaceable) ./doc/common/tables/glance-common.xml:126(replaceable) ./doc/common/tables/glance-common.xml:144(replaceable) ./doc/common/tables/glance-common.xml:159(replaceable) ./doc/common/tables/heat-api.xml:63(replaceable) ./doc/common/tables/heat-api.xml:91(replaceable) ./doc/common/tables/heat-api.xml:95(replaceable) ./doc/common/tables/heat-api.xml:103(replaceable) ./doc/common/tables/heat-api.xml:107(replaceable) ./doc/common/tables/heat-api.xml:133(replaceable) ./doc/common/tables/heat-api.xml:137(replaceable) ./doc/common/tables/heat-api.xml:141(replaceable) ./doc/common/tables/heat-api.xml:149(replaceable) ./doc/common/tables/heat-api.xml:183(replaceable) ./doc/common/tables/heat-api.xml:187(replaceable) ./doc/common/tables/heat-api.xml:243(replaceable) ./doc/common/tables/ironic-irmc.xml:51(replaceable) ./doc/common/tables/ironic-irmc.xml:71(replaceable) ./doc/common/tables/ironic-irmc.xml:75(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:39(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:43(replaceable) ./doc/common/tables/nova-network.xml:55(replaceable) ./doc/common/tables/nova-network.xml:103(replaceable) ./doc/common/tables/nova-network.xml:115(replaceable) ./doc/common/tables/nova-network.xml:119(replaceable) ./doc/common/tables/nova-network.xml:143(replaceable) ./doc/common/tables/nova-network.xml:195(replaceable) ./doc/common/tables/nova-network.xml:271(replaceable) ./doc/common/tables/cinder-quobyte.xml:39(replaceable) ./doc/common/tables/cinder-quobyte.xml:55(replaceable) ./doc/common/tables/keystone-token.xml:47(replaceable) ./doc/common/tables/glance-s3.xml:39(replaceable) ./doc/common/tables/glance-s3.xml:43(replaceable) ./doc/common/tables/glance-s3.xml:59(replaceable) ./doc/common/tables/glance-s3.xml:71(replaceable) ./doc/common/tables/glance-s3.xml:75(replaceable) ./doc/common/tables/glance-s3.xml:79(replaceable) ./doc/common/tables/glance-s3.xml:87(replaceable) ./doc/common/tables/glance-s3.xml:91(replaceable) ./doc/common/tables/ironic-neutron.xml:43(replaceable) ./doc/common/tables/keystone-ldap.xml:55(replaceable) ./doc/common/tables/keystone-ldap.xml:59(replaceable) ./doc/common/tables/keystone-ldap.xml:91(replaceable) ./doc/common/tables/keystone-ldap.xml:111(replaceable) ./doc/common/tables/keystone-ldap.xml:119(replaceable) ./doc/common/tables/keystone-ldap.xml:179(replaceable) ./doc/common/tables/keystone-ldap.xml:183(replaceable) ./doc/common/tables/keystone-ldap.xml:203(replaceable) ./doc/common/tables/keystone-ldap.xml:231(replaceable) ./doc/common/tables/keystone-ldap.xml:251(replaceable) ./doc/common/tables/keystone-ldap.xml:259(replaceable) ./doc/common/tables/keystone-ldap.xml:263(replaceable) ./doc/common/tables/keystone-ldap.xml:291(replaceable) ./doc/common/tables/keystone-ldap.xml:315(replaceable) ./doc/common/tables/keystone-ldap.xml:331(replaceable) ./doc/common/tables/keystone-ldap.xml:343(replaceable) ./doc/common/tables/keystone-ldap.xml:367(replaceable) ./doc/common/tables/cinder-debug.xml:39(replaceable) ./doc/common/tables/keystone-debug.xml:39(replaceable) ./doc/common/tables/keystone-debug.xml:43(replaceable) ./doc/common/tables/cinder-backups_swift.xml:51(replaceable) ./doc/common/tables/cinder-backups_swift.xml:63(replaceable) ./doc/common/tables/cinder-backups_swift.xml:79(replaceable) ./doc/common/tables/cinder-backups_swift.xml:83(replaceable) ./doc/common/tables/cinder-backups_swift.xml:87(replaceable) ./doc/common/tables/trove-auth_token.xml:39(replaceable) ./doc/common/tables/trove-auth_token.xml:47(replaceable) ./doc/common/tables/trove-auth_token.xml:51(replaceable) ./doc/common/tables/trove-auth_token.xml:63(replaceable) ./doc/common/tables/trove-auth_token.xml:75(replaceable) ./doc/common/tables/trove-auth_token.xml:79(replaceable) ./doc/common/tables/trove-auth_token.xml:83(replaceable) ./doc/common/tables/trove-auth_token.xml:87(replaceable) ./doc/common/tables/trove-auth_token.xml:91(replaceable) ./doc/common/tables/trove-auth_token.xml:95(replaceable) ./doc/common/tables/trove-auth_token.xml:115(replaceable) ./doc/common/tables/trove-auth_token.xml:123(replaceable) ./doc/common/tables/trove-auth_token.xml:135(replaceable) ./doc/common/tables/trove-auth_token.xml:159(replaceable) ./doc/common/tables/trove-auth_token.xml:163(replaceable) ./doc/common/tables/trove-auth_token.xml:171(replaceable) ./doc/common/tables/trove-auth_token.xml:179(replaceable) ./doc/common/tables/neutron-ml2_vxlan.xml:25(replaceable) ./doc/common/tables/manila-cors.xml:51(replaceable) ./doc/common/tables/manila-cors.xml:78(replaceable) ./doc/common/tables/neutron-amqp.xml:33(replaceable) ./doc/common/tables/manila-common.xml:59(replaceable) ./doc/common/tables/manila-common.xml:99(replaceable) ./doc/common/tables/manila-common.xml:143(replaceable) ./doc/common/tables/manila-common.xml:147(replaceable) ./doc/common/tables/heat-loadbalancer.xml:39(replaceable) ./doc/common/tables/glance-amqp.xml:59(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:43(replaceable) ./doc/common/tables/manila-rpc.xml:70(replaceable) ./doc/common/tables/manila-rpc.xml:85(replaceable) ./doc/common/tables/manila-rpc.xml:129(replaceable) ./doc/common/tables/trove-db_redis.xml:59(replaceable) ./doc/common/tables/aodh-zeromq.xml:45(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:44(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:56(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:60(replaceable) ./doc/common/tables/cinder-emc.xml:83(replaceable) ./doc/common/tables/cinder-emc.xml:87(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:71(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:79(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:83(replaceable) ./doc/common/tables/trove-guestagent.xml:63(replaceable) ./doc/common/tables/nova-configdrive.xml:47(replaceable) ./doc/common/tables/manila-auth_token.xml:39(replaceable) ./doc/common/tables/manila-auth_token.xml:47(replaceable) ./doc/common/tables/manila-auth_token.xml:51(replaceable) ./doc/common/tables/manila-auth_token.xml:63(replaceable) ./doc/common/tables/manila-auth_token.xml:75(replaceable) ./doc/common/tables/manila-auth_token.xml:79(replaceable) ./doc/common/tables/manila-auth_token.xml:83(replaceable) ./doc/common/tables/manila-auth_token.xml:87(replaceable) ./doc/common/tables/manila-auth_token.xml:91(replaceable) ./doc/common/tables/manila-auth_token.xml:95(replaceable) ./doc/common/tables/manila-auth_token.xml:115(replaceable) ./doc/common/tables/manila-auth_token.xml:123(replaceable) ./doc/common/tables/manila-auth_token.xml:135(replaceable) ./doc/common/tables/manila-auth_token.xml:159(replaceable) ./doc/common/tables/manila-auth_token.xml:163(replaceable) ./doc/common/tables/manila-auth_token.xml:171(replaceable) ./doc/common/tables/manila-auth_token.xml:175(replaceable) ./doc/common/tables/manila-auth_token.xml:183(replaceable) ./doc/common/tables/manila-quobyte.xml:39(replaceable) ./doc/common/tables/manila-quobyte.xml:47(replaceable) ./doc/common/tables/nova-vnc.xml:43(replaceable) ./doc/common/tables/neutron-l2gw.xml:25(replaceable) ./doc/common/tables/neutron-l2gw.xml:29(replaceable) ./doc/common/tables/neutron-l2gw.xml:48(replaceable) ./doc/common/tables/neutron-l2gw.xml:52(replaceable) ./doc/common/tables/neutron-l2gw.xml:56(replaceable) ./doc/common/tables/neutron-cors.xml:33(replaceable) ./doc/common/tables/neutron-cors.xml:60(replaceable) ./doc/common/tables/keystone-rpc.xml:70(replaceable) ./doc/common/tables/keystone-rpc.xml:114(replaceable) ./doc/common/tables/keystone-common.xml:43(replaceable) ./doc/common/tables/keystone-common.xml:50(replaceable) ./doc/common/tables/keystone-common.xml:61(replaceable) ./doc/common/tables/ceilometer-vmware.xml:43(replaceable) ./doc/common/tables/ceilometer-vmware.xml:71(replaceable) ./doc/common/tables/nova-ironic.xml:39(replaceable) ./doc/common/tables/nova-ironic.xml:43(replaceable) ./doc/common/tables/nova-ironic.xml:47(replaceable) ./doc/common/tables/nova-ironic.xml:51(replaceable) ./doc/common/tables/nova-ironic.xml:55(replaceable) ./doc/common/tables/nova-ironic.xml:59(replaceable) ./doc/common/tables/nova-ironic.xml:75(replaceable) ./doc/common/tables/glance-registry.xml:39(replaceable) ./doc/common/tables/glance-registry.xml:43(replaceable) ./doc/common/tables/glance-registry.xml:47(replaceable) ./doc/common/tables/glance-registry.xml:51(replaceable) ./doc/common/tables/glance-registry.xml:59(replaceable) ./doc/common/tables/glance-registry.xml:63(replaceable) ./doc/common/tables/glance-registry.xml:67(replaceable) ./doc/common/tables/glance-registry.xml:75(replaceable) ./doc/common/tables/manila-zfssa.xml:39(replaceable) ./doc/common/tables/manila-zfssa.xml:43(replaceable) ./doc/common/tables/manila-zfssa.xml:47(replaceable) ./doc/common/tables/manila-zfssa.xml:51(replaceable) ./doc/common/tables/manila-zfssa.xml:83(replaceable) ./doc/common/tables/manila-zfssa.xml:87(replaceable) ./doc/common/tables/manila-zfssa.xml:91(replaceable) ./doc/common/tables/manila-ca.xml:39(replaceable) ./doc/common/tables/manila-ca.xml:43(replaceable) ./doc/common/tables/manila-ca.xml:47(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:43(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:47(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:51(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:59(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:63(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:71(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:79(replaceable) ./doc/common/tables/cinder-storwize.xml:67(replaceable) ./doc/common/tables/heat-clients_glance.xml:39(replaceable) ./doc/common/tables/heat-clients_glance.xml:43(replaceable) ./doc/common/tables/heat-clients_glance.xml:47(replaceable) ./doc/common/tables/heat-clients_glance.xml:51(replaceable) ./doc/common/tables/heat-clients_glance.xml:55(replaceable) ./doc/common/tables/cinder-vzstorage.xml:39(replaceable) ./doc/common/tables/ironic-ilo.xml:43(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/trove-debug.xml:47(replaceable) ./doc/common/tables/trove-debug.xml:51(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:39(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:51(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:63(replaceable) ./doc/common/tables/cinder-auth_token.xml:39(replaceable) ./doc/common/tables/cinder-auth_token.xml:47(replaceable) ./doc/common/tables/cinder-auth_token.xml:51(replaceable) ./doc/common/tables/cinder-auth_token.xml:63(replaceable) ./doc/common/tables/cinder-auth_token.xml:75(replaceable) ./doc/common/tables/cinder-auth_token.xml:79(replaceable) ./doc/common/tables/cinder-auth_token.xml:83(replaceable) ./doc/common/tables/cinder-auth_token.xml:87(replaceable) ./doc/common/tables/cinder-auth_token.xml:91(replaceable) ./doc/common/tables/cinder-auth_token.xml:95(replaceable) ./doc/common/tables/cinder-auth_token.xml:115(replaceable) ./doc/common/tables/cinder-auth_token.xml:123(replaceable) ./doc/common/tables/cinder-auth_token.xml:135(replaceable) ./doc/common/tables/cinder-auth_token.xml:159(replaceable) ./doc/common/tables/cinder-auth_token.xml:163(replaceable) ./doc/common/tables/cinder-auth_token.xml:171(replaceable) ./doc/common/tables/cinder-auth_token.xml:179(replaceable) ./doc/common/tables/heat-clients_heat.xml:39(replaceable) ./doc/common/tables/heat-clients_heat.xml:43(replaceable) ./doc/common/tables/heat-clients_heat.xml:47(replaceable) ./doc/common/tables/heat-clients_heat.xml:51(replaceable) ./doc/common/tables/heat-clients_heat.xml:55(replaceable) ./doc/common/tables/neutron-dvs.xml:25(replaceable) ./doc/common/tables/neutron-dvs.xml:29(replaceable) ./doc/common/tables/neutron-dvs.xml:33(replaceable) ./doc/common/tables/neutron-dvs.xml:37(replaceable) ./doc/common/tables/neutron-dvs.xml:45(replaceable) ./doc/common/tables/heat-database.xml:43(replaceable) ./doc/common/tables/heat-database.xml:75(replaceable) ./doc/common/tables/heat-database.xml:79(replaceable) ./doc/common/tables/heat-database.xml:95(replaceable) ./doc/common/tables/heat-database.xml:103(replaceable) ./doc/common/tables/sahara-domain.xml:39(replaceable) ./doc/common/tables/keystone-policy.xml:58(replaceable) ./doc/common/tables/nova-neutron.xml:50(replaceable) ./doc/common/tables/nova-neutron.xml:54(replaceable) ./doc/common/tables/nova-neutron.xml:58(replaceable) ./doc/common/tables/nova-neutron.xml:62(replaceable) ./doc/common/tables/nova-neutron.xml:66(replaceable) ./doc/common/tables/nova-neutron.xml:70(replaceable) ./doc/common/tables/nova-neutron.xml:74(replaceable) ./doc/common/tables/nova-neutron.xml:82(replaceable) ./doc/common/tables/nova-neutron.xml:86(replaceable) ./doc/common/tables/nova-neutron.xml:98(replaceable) ./doc/common/tables/nova-neutron.xml:110(replaceable) ./doc/common/tables/nova-neutron.xml:118(replaceable) ./doc/common/tables/heat-clients_keystone.xml:43(replaceable) ./doc/common/tables/heat-clients_keystone.xml:47(replaceable) ./doc/common/tables/heat-clients_keystone.xml:51(replaceable) ./doc/common/tables/heat-clients_keystone.xml:55(replaceable) ./doc/common/tables/heat-clients_keystone.xml:59(replaceable) ./doc/common/tables/glance-testing.xml:39(replaceable) ./doc/common/tables/nova-quobyte.xml:39(replaceable) ./doc/common/tables/manila-share.xml:51(replaceable) ./doc/common/tables/manila-share.xml:59(replaceable) ./doc/common/tables/manila-share.xml:75(replaceable) ./doc/common/tables/manila-share.xml:119(replaceable) ./doc/common/tables/manila-share.xml:127(replaceable) ./doc/common/tables/manila-share.xml:131(replaceable) ./doc/common/tables/manila-share.xml:147(replaceable) ./doc/common/tables/manila-share.xml:175(replaceable) ./doc/common/tables/manila-share.xml:187(replaceable) ./doc/common/tables/manila-share.xml:199(replaceable) ./doc/common/tables/manila-share.xml:203(replaceable) ./doc/common/tables/manila-share.xml:219(replaceable) ./doc/common/tables/manila-share.xml:267(replaceable) ./doc/common/tables/neutron-securitygroups.xml:33(replaceable) ./doc/common/tables/heat-clients_sahara.xml:39(replaceable) ./doc/common/tables/heat-clients_sahara.xml:43(replaceable) ./doc/common/tables/heat-clients_sahara.xml:47(replaceable) ./doc/common/tables/heat-clients_sahara.xml:51(replaceable) ./doc/common/tables/heat-clients_sahara.xml:55(replaceable) ./doc/common/tables/neutron-bigswitch.xml:124(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:39(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:43(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:51(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:55(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:63(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:67(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:79(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:87(replaceable) ./doc/common/tables/cinder-rpc.xml:70(replaceable) ./doc/common/tables/cinder-rpc.xml:85(replaceable) ./doc/common/tables/cinder-rpc.xml:129(replaceable) ./doc/common/tables/nova-scheduler.xml:39(replaceable) ./doc/common/tables/nova-amqp.xml:43(replaceable) ./doc/common/tables/nova-amqp.xml:55(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:39(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:43(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:47(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:55(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:59(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:71(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:79(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:33(replaceable) ./doc/common/tables/nova-logging.xml:63(replaceable) ./doc/common/tables/nova-logging.xml:71(replaceable) ./doc/common/tables/nova-logging.xml:75(replaceable) ./doc/common/tables/nova-logging.xml:79(replaceable) ./doc/common/tables/manila-netapp.xml:47(replaceable) ./doc/common/tables/manila-netapp.xml:51(replaceable) ./doc/common/tables/manila-netapp.xml:63(replaceable) ./doc/common/tables/manila-netapp.xml:67(replaceable) ./doc/common/tables/manila-netapp.xml:71(replaceable) ./doc/common/tables/manila-netapp.xml:79(replaceable) ./doc/common/tables/ceilometer-api.xml:78(replaceable) ./doc/common/tables/ceilometer-api.xml:82(replaceable) ./doc/common/tables/ceilometer-api.xml:90(replaceable) ./doc/common/tables/trove-api.xml:55(replaceable) ./doc/common/tables/trove-api.xml:111(replaceable) ./doc/common/tables/trove-api.xml:119(replaceable) ./doc/common/tables/aodh-coordination.xml:21(replaceable) ./doc/common/tables/glance-cinder.xml:43(replaceable) ./doc/common/tables/glance-cinder.xml:51(replaceable) ./doc/common/tables/ironic-keystone.xml:39(replaceable) ./doc/common/tables/ironic-conductor.xml:39(replaceable) ./doc/common/tables/cinder-zeromq.xml:67(replaceable) ./doc/common/tables/ceilometer-database.xml:39(replaceable) ./doc/common/tables/ceilometer-database.xml:46(replaceable) ./doc/common/tables/ceilometer-database.xml:58(replaceable) ./doc/common/tables/ceilometer-database.xml:90(replaceable) ./doc/common/tables/ceilometer-database.xml:102(replaceable) ./doc/common/tables/ceilometer-database.xml:106(replaceable) ./doc/common/tables/ceilometer-database.xml:114(replaceable) ./doc/common/tables/ceilometer-database.xml:134(replaceable) ./doc/common/tables/ceilometer-database.xml:142(replaceable) ./doc/common/tables/trove-heat.xml:51(replaceable) ./doc/common/tables/cinder-datera.xml:43(replaceable) ./doc/common/tables/cinder-datera.xml:55(replaceable) ./doc/common/tables/cinder-datera.xml:59(replaceable) ./doc/common/tables/cinder-hpxp.xml:43(replaceable) ./doc/common/tables/cinder-hpxp.xml:79(replaceable) ./doc/common/tables/cinder-hpxp.xml:83(replaceable) ./doc/common/tables/cinder-hpxp.xml:87(replaceable) ./doc/common/tables/cinder-hpxp.xml:91(replaceable) ./doc/common/tables/cinder-hpxp.xml:95(replaceable) ./doc/common/tables/cinder-hpxp.xml:99(replaceable) ./doc/common/tables/cinder-hpxp.xml:103(replaceable) ./doc/common/tables/nova-hypervisor.xml:39(replaceable) ./doc/common/tables/nova-hypervisor.xml:59(replaceable) ./doc/common/tables/keystone-identity.xml:67(replaceable) ./doc/common/tables/keystone-auth.xml:39(replaceable) ./doc/common/tables/keystone-auth.xml:47(replaceable) ./doc/common/tables/keystone-auth.xml:51(replaceable) ./doc/common/tables/keystone-auth.xml:55(replaceable) ./doc/common/tables/cinder-ibmnas.xml:51(replaceable) ./doc/common/tables/heat-clients_neutron.xml:39(replaceable) ./doc/common/tables/heat-clients_neutron.xml:43(replaceable) ./doc/common/tables/heat-clients_neutron.xml:47(replaceable) ./doc/common/tables/heat-clients_neutron.xml:51(replaceable) ./doc/common/tables/heat-clients_neutron.xml:55(replaceable) ./doc/common/tables/glance-api.xml:103(replaceable) ./doc/common/tables/glance-api.xml:152(replaceable) ./doc/common/tables/glance-api.xml:156(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:37(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:153(replaceable) ./doc/common/tables/neutron-common.xml:161(replaceable) ./doc/common/tables/neutron-common.xml:185(replaceable) ./doc/common/tables/neutron-common.xml:236(replaceable) ./doc/common/tables/neutron-common.xml:254(replaceable) ./doc/common/tables/neutron-common.xml:261(replaceable) ./doc/common/tables/nova-availabilityzones.xml:43(replaceable) ./doc/common/tables/glance-gridfs.xml:39(replaceable) ./doc/common/tables/glance-gridfs.xml:43(replaceable) ./doc/common/tables/glance-vmware.xml:51(replaceable) ./doc/common/tables/glance-vmware.xml:55(replaceable) ./doc/common/tables/glance-vmware.xml:59(replaceable) ./doc/common/tables/glance-vmware.xml:63(replaceable) ./doc/common/tables/glance-vmware.xml:67(replaceable) ./doc/common/tables/glance-taskflow.xml:39(replaceable) ./doc/common/tables/glance-swift.xml:43(replaceable) ./doc/common/tables/glance-swift.xml:47(replaceable) ./doc/common/tables/glance-swift.xml:51(replaceable) ./doc/common/tables/glance-swift.xml:55(replaceable) ./doc/common/tables/nova-common.xml:63(replaceable) ./doc/common/tables/nova-common.xml:75(replaceable) ./doc/common/tables/nova-common.xml:99(replaceable) ./doc/common/tables/nova-common.xml:110(replaceable) ./doc/common/tables/heat-clients_cinder.xml:39(replaceable) ./doc/common/tables/heat-clients_cinder.xml:43(replaceable) ./doc/common/tables/heat-clients_cinder.xml:47(replaceable) ./doc/common/tables/heat-clients_cinder.xml:55(replaceable) ./doc/common/tables/heat-clients_cinder.xml:59(replaceable) ./doc/common/tables/keystone-role.xml:39(replaceable) ./doc/common/tables/keystone-role.xml:47(replaceable) ./doc/common/tables/keystone-role.xml:51(replaceable) ./doc/common/tables/manila-hds_hnas.xml:39(replaceable) ./doc/common/tables/manila-hds_hnas.xml:43(replaceable) ./doc/common/tables/manila-hds_hnas.xml:47(replaceable) ./doc/common/tables/manila-hds_hnas.xml:51(replaceable) ./doc/common/tables/manila-hds_hnas.xml:55(replaceable) ./doc/common/tables/manila-hds_hnas.xml:59(replaceable) ./doc/common/tables/manila-hds_hnas.xml:63(replaceable) ./doc/common/tables/manila-hds_hnas.xml:71(replaceable) ./doc/common/tables/ironic-rpc.xml:66(replaceable) ./doc/common/tables/ironic-rpc.xml:81(replaceable) ./doc/common/tables/ironic-rpc.xml:125(replaceable) ./doc/common/tables/aodh-redis.xml:25(replaceable) ./doc/common/tables/nova-cors.xml:51(replaceable) ./doc/common/tables/nova-cors.xml:78(replaceable) ./doc/common/tables/nova-glance.xml:39(replaceable) ./doc/common/tables/nova-glance.xml:54(replaceable) ./doc/common/tables/cinder-emc_sio.xml:43(replaceable) ./doc/common/tables/cinder-emc_sio.xml:47(replaceable) ./doc/common/tables/cinder-emc_sio.xml:59(replaceable) ./doc/common/tables/cinder-emc_sio.xml:63(replaceable) ./doc/common/tables/cinder-emc_sio.xml:67(replaceable) ./doc/common/tables/cinder-emc_sio.xml:71(replaceable) ./doc/common/tables/keystone-logging.xml:59(replaceable) ./doc/common/tables/keystone-logging.xml:67(replaceable) ./doc/common/tables/keystone-logging.xml:71(replaceable) ./doc/common/tables/keystone-logging.xml:75(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:62(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:66(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:55(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:63(replaceable) ./doc/common/tables/cinder-api.xml:51(replaceable) ./doc/common/tables/cinder-api.xml:91(replaceable) ./doc/common/tables/cinder-api.xml:111(replaceable) ./doc/common/tables/cinder-api.xml:127(replaceable) ./doc/common/tables/keystone-saml.xml:47(replaceable) ./doc/common/tables/keystone-saml.xml:51(replaceable) ./doc/common/tables/keystone-saml.xml:55(replaceable) ./doc/common/tables/keystone-saml.xml:59(replaceable) ./doc/common/tables/keystone-saml.xml:63(replaceable) ./doc/common/tables/keystone-saml.xml:71(replaceable) ./doc/common/tables/keystone-saml.xml:83(replaceable) ./doc/common/tables/keystone-saml.xml:87(replaceable) ./doc/common/tables/keystone-saml.xml:91(replaceable) ./doc/common/tables/keystone-saml.xml:95(replaceable) ./doc/common/tables/aodh-auth_token.xml:21(replaceable) ./doc/common/tables/aodh-auth_token.xml:29(replaceable) ./doc/common/tables/aodh-auth_token.xml:33(replaceable) ./doc/common/tables/aodh-auth_token.xml:45(replaceable) ./doc/common/tables/aodh-auth_token.xml:57(replaceable) ./doc/common/tables/aodh-auth_token.xml:61(replaceable) ./doc/common/tables/aodh-auth_token.xml:65(replaceable) ./doc/common/tables/aodh-auth_token.xml:69(replaceable) ./doc/common/tables/aodh-auth_token.xml:73(replaceable) ./doc/common/tables/aodh-auth_token.xml:77(replaceable) ./doc/common/tables/aodh-auth_token.xml:97(replaceable) ./doc/common/tables/aodh-auth_token.xml:105(replaceable) ./doc/common/tables/aodh-auth_token.xml:117(replaceable) ./doc/common/tables/aodh-auth_token.xml:141(replaceable) ./doc/common/tables/aodh-auth_token.xml:145(replaceable) ./doc/common/tables/aodh-auth_token.xml:153(replaceable) ./doc/common/tables/aodh-auth_token.xml:157(replaceable) ./doc/common/tables/aodh-auth_token.xml:165(replaceable) ./doc/common/tables/ironic-console.xml:51(replaceable) ./doc/common/tables/ironic-console.xml:55(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:80(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:107(replaceable) ./doc/common/tables/cinder-storage.xml:47(replaceable) ./doc/common/tables/cinder-storage.xml:111(replaceable) ./doc/common/tables/cinder-storage.xml:119(replaceable) ./doc/common/tables/manila-compute.xml:43(replaceable) ./doc/common/tables/manila-compute.xml:63(replaceable) ./doc/common/tables/manila-compute.xml:75(replaceable) ./doc/common/tables/heat-cors.xml:51(replaceable) ./doc/common/tables/heat-cors.xml:78(replaceable) ./doc/common/tables/heat-clients_swift.xml:39(replaceable) ./doc/common/tables/heat-clients_swift.xml:43(replaceable) ./doc/common/tables/heat-clients_swift.xml:47(replaceable) ./doc/common/tables/heat-clients_swift.xml:51(replaceable) ./doc/common/tables/heat-clients_swift.xml:55(replaceable) ./doc/common/tables/manila-gpfs.xml:43(replaceable) ./doc/common/tables/manila-gpfs.xml:51(replaceable) ./doc/common/tables/manila-gpfs.xml:59(replaceable) ./doc/common/tables/manila-gpfs.xml:63(replaceable) ./doc/common/tables/manila-gpfs.xml:71(replaceable) ./doc/common/tables/nova-zeromq.xml:67(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/trove-amqp.xml:63(replaceable) ./doc/common/tables/cinder-images.xml:59(replaceable) ./doc/common/tables/cinder-images.xml:79(replaceable) ./doc/common/tables/cinder-keymgr.xml:51(replaceable) ./doc/common/tables/sahara-cors.xml:51(replaceable) ./doc/common/tables/sahara-cors.xml:78(replaceable) ./doc/common/tables/manila-amqp.xml:51(replaceable) ./doc/common/tables/heat-common.xml:79(replaceable) ./doc/common/tables/cinder-srb.xml:39(replaceable) ./doc/common/tables/glance-imagecache.xml:43(replaceable) ./doc/common/tables/keystone-auth_token.xml:39(replaceable) ./doc/common/tables/keystone-auth_token.xml:47(replaceable) ./doc/common/tables/keystone-auth_token.xml:51(replaceable) ./doc/common/tables/keystone-auth_token.xml:63(replaceable) ./doc/common/tables/keystone-auth_token.xml:75(replaceable) ./doc/common/tables/keystone-auth_token.xml:79(replaceable) ./doc/common/tables/keystone-auth_token.xml:83(replaceable) ./doc/common/tables/keystone-auth_token.xml:87(replaceable) ./doc/common/tables/keystone-auth_token.xml:91(replaceable) ./doc/common/tables/keystone-auth_token.xml:95(replaceable) ./doc/common/tables/keystone-auth_token.xml:115(replaceable) ./doc/common/tables/keystone-auth_token.xml:123(replaceable) ./doc/common/tables/keystone-auth_token.xml:135(replaceable) ./doc/common/tables/keystone-auth_token.xml:159(replaceable) ./doc/common/tables/keystone-auth_token.xml:163(replaceable) ./doc/common/tables/keystone-auth_token.xml:171(replaceable) ./doc/common/tables/keystone-auth_token.xml:179(replaceable) ./doc/common/tables/glance-cors.xml:51(replaceable) ./doc/common/tables/glance-cors.xml:78(replaceable) ./doc/common/tables/cinder-scst.xml:43(replaceable) ./doc/common/tables/keystone-catalog.xml:39(replaceable) ./doc/common/tables/keystone-catalog.xml:51(replaceable) ./doc/common/tables/neutron-sdnve.xml:41(replaceable) ./doc/common/tables/ceilometer-rpc.xml:77(replaceable) ./doc/common/tables/ceilometer-rpc.xml:92(replaceable) ./doc/common/tables/ceilometer-rpc.xml:136(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:46(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:50(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:54(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:58(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:62(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:66(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:70(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:74(replaceable) ./doc/common/tables/nova-upgrade_levels.xml:78(replaceable) ./doc/common/tables/aodh-amqp.xml:33(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:47(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:71(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:87(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:95(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:99(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:103(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:107(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:111(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:115(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:119(replaceable) ./doc/common/tables/cinder-common.xml:55(replaceable) ./doc/common/tables/cinder-common.xml:59(replaceable) ./doc/common/tables/cinder-common.xml:75(replaceable) ./doc/common/tables/cinder-common.xml:79(replaceable) ./doc/common/tables/cinder-common.xml:83(replaceable) ./doc/common/tables/cinder-common.xml:99(replaceable) ./doc/common/tables/cinder-common.xml:131(replaceable) ./doc/common/tables/cinder-common.xml:155(replaceable) ./doc/common/tables/cinder-common.xml:159(replaceable) ./doc/common/tables/cinder-common.xml:163(replaceable) ./doc/common/tables/cinder-common.xml:167(replaceable) ./doc/common/tables/cinder-common.xml:183(replaceable) ./doc/common/tables/cinder-common.xml:219(replaceable) ./doc/common/tables/cinder-common.xml:239(replaceable) ./doc/common/tables/cinder-common.xml:243(replaceable) ./doc/common/tables/cinder-common.xml:274(replaceable) ./doc/common/tables/manila-api.xml:63(replaceable) ./doc/common/tables/neutron-vmware.xml:99(replaceable) ./doc/common/tables/neutron-vmware.xml:107(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/neutron-vmware.xml:135(replaceable) ./doc/common/tables/neutron-vmware.xml:139(replaceable) ./doc/common/tables/neutron-vmware.xml:146(replaceable) ./doc/common/tables/neutron-vmware.xml:154(replaceable) ./doc/common/tables/neutron-vmware.xml:158(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/sahara-common.xml:119(replaceable) ./doc/common/tables/sahara-common.xml:131(replaceable) ./doc/common/tables/sahara-common.xml:201(replaceable) ./doc/common/tables/nova-metadata.xml:63(replaceable) ./doc/common/tables/nova-metadata.xml:71(replaceable) ./doc/common/tables/nova-ipv6.xml:43(replaceable) ./doc/common/tables/glance-rpc.xml:70(replaceable) ./doc/common/tables/glance-rpc.xml:85(replaceable) ./doc/common/tables/glance-rpc.xml:129(replaceable) ./doc/common/tables/cinder-compute.xml:43(replaceable) ./doc/common/tables/cinder-compute.xml:55(replaceable) ./doc/common/tables/cinder-compute.xml:59(replaceable) ./doc/common/tables/cinder-compute.xml:63(replaceable) ./doc/common/tables/aodh-database.xml:21(replaceable) ./doc/common/tables/aodh-database.xml:33(replaceable) ./doc/common/tables/aodh-database.xml:65(replaceable) ./doc/common/tables/aodh-database.xml:69(replaceable) ./doc/common/tables/aodh-database.xml:85(replaceable) ./doc/common/tables/aodh-database.xml:93(replaceable) ./doc/common/tables/nova-barbican.xml:39(replaceable) ./doc/common/tables/nova-barbican.xml:47(replaceable) ./doc/common/tables/nova-barbican.xml:51(replaceable) ./doc/common/tables/nova-barbican.xml:59(replaceable) ./doc/common/tables/nova-barbican.xml:63(replaceable) ./doc/common/tables/nova-barbican.xml:67(replaceable) ./doc/common/tables/keystone-assignment.xml:39(replaceable) ./doc/common/tables/heat-clients_trove.xml:39(replaceable) ./doc/common/tables/heat-clients_trove.xml:43(replaceable) ./doc/common/tables/heat-clients_trove.xml:47(replaceable) ./doc/common/tables/heat-clients_trove.xml:51(replaceable) ./doc/common/tables/heat-clients_trove.xml:55(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:40(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:44(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:48(replaceable) ./doc/common/tables/keystone-cors.xml:51(replaceable) ./doc/common/tables/keystone-cors.xml:78(replaceable) ./doc/common/tables/ironic-inspector.xml:43(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:39(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:47(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:51(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:75(replaceable) ./doc/common/tables/nova-vmware.xml:43(replaceable) ./doc/common/tables/nova-vmware.xml:47(replaceable) ./doc/common/tables/nova-vmware.xml:51(replaceable) ./doc/common/tables/nova-vmware.xml:55(replaceable) ./doc/common/tables/nova-vmware.xml:59(replaceable) ./doc/common/tables/nova-vmware.xml:63(replaceable) ./doc/common/tables/nova-vmware.xml:67(replaceable) ./doc/common/tables/nova-vmware.xml:75(replaceable) ./doc/common/tables/nova-vmware.xml:91(replaceable) ./doc/common/tables/nova-vmware.xml:99(replaceable) ./doc/common/tables/nova-vmware.xml:103(replaceable) ./doc/common/tables/nova-vmware.xml:107(replaceable) ./doc/common/tables/nova-vmware.xml:119(replaceable) ./doc/common/tables/neutron-redis.xml:25(replaceable) ./doc/common/tables/trove-db_vertica.xml:47(replaceable) ./doc/common/tables/trove-db_vertica.xml:51(replaceable) ./doc/common/tables/trove-db_vertica.xml:79(replaceable) ./doc/common/tables/trove-db_vertica.xml:83(replaceable) ./doc/common/tables/manila-emc.xml:39(replaceable) ./doc/common/tables/manila-emc.xml:43(replaceable) ./doc/common/tables/manila-emc.xml:47(replaceable) ./doc/common/tables/manila-emc.xml:51(replaceable) ./doc/common/tables/manila-emc.xml:55(replaceable) ./doc/common/tables/manila-emc.xml:71(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:47(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:83(replaceable) ./doc/common/tables/cinder-vmware.xml:43(replaceable) ./doc/common/tables/cinder-vmware.xml:47(replaceable) ./doc/common/tables/cinder-vmware.xml:51(replaceable) ./doc/common/tables/cinder-vmware.xml:55(replaceable) ./doc/common/tables/cinder-vmware.xml:59(replaceable) ./doc/common/tables/cinder-vmware.xml:63(replaceable) ./doc/common/tables/cinder-vmware.xml:91(replaceable) ./doc/common/tables/manila-logging.xml:63(replaceable) ./doc/common/tables/manila-logging.xml:71(replaceable) ./doc/common/tables/manila-logging.xml:75(replaceable) ./doc/common/tables/manila-logging.xml:79(replaceable) ./doc/common/tables/nova-libvirt.xml:66(replaceable) ./doc/common/tables/nova-libvirt.xml:70(replaceable) ./doc/common/tables/nova-libvirt.xml:78(replaceable) ./doc/common/tables/nova-libvirt.xml:86(replaceable) ./doc/common/tables/nova-libvirt.xml:90(replaceable) ./doc/common/tables/nova-libvirt.xml:110(replaceable) ./doc/common/tables/nova-libvirt.xml:126(replaceable) ./doc/common/tables/nova-libvirt.xml:150(replaceable) ./doc/common/tables/nova-libvirt.xml:154(replaceable) ./doc/common/tables/nova-libvirt.xml:158(replaceable) ./doc/common/tables/nova-libvirt.xml:162(replaceable) ./doc/common/tables/nova-libvirt.xml:170(replaceable) ./doc/common/tables/glance-ca.xml:39(replaceable) ./doc/common/tables/glance-ca.xml:43(replaceable) ./doc/common/tables/glance-ca.xml:47(replaceable) ./doc/common/tables/nova-xen.xml:105(replaceable) ./doc/common/tables/nova-xen.xml:109(replaceable) ./doc/common/tables/nova-xen.xml:125(replaceable) ./doc/common/tables/nova-xen.xml:137(replaceable) ./doc/common/tables/nova-xen.xml:145(replaceable) ./doc/common/tables/nova-xen.xml:193(replaceable) ./doc/common/tables/nova-xen.xml:201(replaceable) ./doc/common/tables/nova-zookeeper.xml:39(replaceable) ./doc/common/tables/sahara-database.xml:50(replaceable) ./doc/common/tables/sahara-database.xml:82(replaceable) ./doc/common/tables/sahara-database.xml:86(replaceable) ./doc/common/tables/sahara-database.xml:102(replaceable) ./doc/common/tables/sahara-database.xml:110(replaceable) ./doc/common/tables/sahara-logging.xml:59(replaceable) ./doc/common/tables/sahara-logging.xml:67(replaceable) ./doc/common/tables/sahara-logging.xml:71(replaceable) ./doc/common/tables/sahara-logging.xml:75(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:45(replaceable) ./doc/common/tables/neutron-nsx.xml:163(replaceable) ./doc/common/tables/neutron-nsx.xml:167(replaceable) ./doc/common/tables/neutron-nsx.xml:171(replaceable) ./doc/common/tables/neutron-nsx.xml:175(replaceable) ./doc/common/tables/neutron-nsx.xml:179(replaceable) ./doc/common/tables/neutron-nsx.xml:183(replaceable) ./doc/common/tables/neutron-nsx.xml:191(replaceable) ./doc/common/tables/neutron-nsx.xml:214(replaceable) ./doc/common/tables/neutron-nsx.xml:222(replaceable) ./doc/common/tables/neutron-nsx.xml:226(replaceable) ./doc/common/tables/neutron-nsx.xml:230(replaceable) ./doc/common/tables/neutron-nsx.xml:238(replaceable) ./doc/common/tables/neutron-nsx.xml:242(replaceable) ./doc/common/tables/neutron-nsx.xml:246(replaceable) ./doc/common/tables/neutron-nsx.xml:258(replaceable) ./doc/common/tables/neutron-nsx.xml:266(replaceable) ./doc/common/tables/neutron-nsx.xml:270(replaceable) ./doc/common/tables/neutron-nsx.xml:282(replaceable) ./doc/common/tables/neutron-nsx.xml:286(replaceable) ./doc/common/tables/neutron-nsx.xml:290(replaceable) ./doc/common/tables/neutron-nsx.xml:294(replaceable) ./doc/common/tables/neutron-nsx.xml:298(replaceable) ./doc/common/tables/neutron-nsx.xml:302(replaceable) ./doc/common/tables/neutron-nsx.xml:314(replaceable) ./doc/common/tables/neutron-nsx.xml:338(replaceable) ./doc/common/tables/trove-swift.xml:47(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-logging.xml:59(replaceable) ./doc/common/tables/glance-logging.xml:67(replaceable) ./doc/common/tables/glance-logging.xml:71(replaceable) ./doc/common/tables/glance-logging.xml:75(replaceable) ./doc/common/tables/glance-auth_token.xml:39(replaceable) ./doc/common/tables/glance-auth_token.xml:47(replaceable) ./doc/common/tables/glance-auth_token.xml:51(replaceable) ./doc/common/tables/glance-auth_token.xml:63(replaceable) ./doc/common/tables/glance-auth_token.xml:75(replaceable) ./doc/common/tables/glance-auth_token.xml:79(replaceable) ./doc/common/tables/glance-auth_token.xml:83(replaceable) ./doc/common/tables/glance-auth_token.xml:87(replaceable) ./doc/common/tables/glance-auth_token.xml:91(replaceable) ./doc/common/tables/glance-auth_token.xml:95(replaceable) ./doc/common/tables/glance-auth_token.xml:115(replaceable) ./doc/common/tables/glance-auth_token.xml:123(replaceable) ./doc/common/tables/glance-auth_token.xml:135(replaceable) ./doc/common/tables/glance-auth_token.xml:159(replaceable) ./doc/common/tables/glance-auth_token.xml:163(replaceable) ./doc/common/tables/glance-auth_token.xml:171(replaceable) ./doc/common/tables/glance-auth_token.xml:179(replaceable) ./doc/common/tables/keystone-amqp.xml:43(replaceable) ./doc/common/tables/keystone-amqp.xml:59(replaceable) ./doc/common/tables/nova-api.xml:91(replaceable) ./doc/common/tables/nova-api.xml:103(replaceable) ./doc/common/tables/nova-api.xml:111(replaceable) ./doc/common/tables/aodh-common.xml:53(replaceable) ./doc/common/tables/aodh-common.xml:65(replaceable) ./doc/common/tables/aodh-common.xml:89(replaceable) ./doc/common/tables/trove-common.xml:47(replaceable) ./doc/common/tables/trove-common.xml:71(replaceable) ./doc/common/tables/trove-common.xml:79(replaceable) ./doc/common/tables/trove-common.xml:102(replaceable) ./doc/common/tables/aodh-auth.xml:29(replaceable) ./doc/common/tables/aodh-auth.xml:49(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:39(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:47(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:51(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:63(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:75(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:79(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:83(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:87(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:91(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:95(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:115(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:123(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:135(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:159(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:163(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:171(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:179(replaceable) ./doc/common/tables/keystone-database.xml:43(replaceable) ./doc/common/tables/keystone-database.xml:75(replaceable) ./doc/common/tables/keystone-database.xml:79(replaceable) ./doc/common/tables/keystone-database.xml:95(replaceable) ./doc/common/tables/keystone-database.xml:103(replaceable) ./doc/common/tables/aodh-logging.xml:41(replaceable) ./doc/common/tables/aodh-logging.xml:49(replaceable) ./doc/common/tables/aodh-logging.xml:53(replaceable) ./doc/common/tables/aodh-logging.xml:57(replaceable) msgid "None" msgstr "" -#: ./doc/common/tables/ironic-amqp.xml:34(td) ./doc/common/tables/heat-amqp.xml:42(td) ./doc/common/tables/cinder-amqp.xml:34(td) ./doc/common/tables/ceilometer-amqp.xml:34(td) ./doc/common/tables/sahara-amqp.xml:42(td) ./doc/common/tables/neutron-amqp.xml:34(td) ./doc/common/tables/glance-amqp.xml:42(td) ./doc/common/tables/nova-amqp.xml:38(td) ./doc/common/tables/trove-amqp.xml:46(td) ./doc/common/tables/manila-amqp.xml:34(td) ./doc/common/tables/aodh-amqp.xml:34(td) ./doc/common/tables/keystone-amqp.xml:42(td) +#: ./doc/common/tables/ironic-amqp.xml:52(td) ./doc/common/tables/heat-amqp.xml:60(td) ./doc/common/tables/cinder-amqp.xml:52(td) ./doc/common/tables/ceilometer-amqp.xml:52(td) ./doc/common/tables/sahara-amqp.xml:60(td) ./doc/common/tables/neutron-amqp.xml:34(td) ./doc/common/tables/glance-amqp.xml:60(td) ./doc/common/tables/nova-amqp.xml:56(td) ./doc/common/tables/trove-amqp.xml:64(td) ./doc/common/tables/manila-amqp.xml:52(td) ./doc/common/tables/aodh-amqp.xml:34(td) ./doc/common/tables/keystone-amqp.xml:60(td) 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/heat-amqp.xml:25(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:76(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:44(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:44(replaceable) ./doc/common/tables/nova-compute.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:52(replaceable) ./doc/common/tables/sahara-amqp.xml:29(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:48(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:32(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:116(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:44(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:44(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:36(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:51(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:45(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:40(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:36(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:38(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:84(replaceable) +#: ./doc/common/tables/heat-amqp.xml:43(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:76(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:44(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:44(replaceable) ./doc/common/tables/nova-compute.xml:75(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:56(replaceable) ./doc/common/tables/sahara-amqp.xml:47(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:52(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:32(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:116(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:44(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:44(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:36(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:38(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:51(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:92(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:45(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:40(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:36(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:38(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:84(replaceable) msgid "INFO" msgstr "" -#: ./doc/common/tables/heat-amqp.xml:26(td) +#: ./doc/common/tables/heat-amqp.xml:44(td) msgid "(StrOpt) Default notification level for outgoing notifications." msgstr "" -#: ./doc/common/tables/heat-amqp.xml:30(td) ./doc/common/tables/glance-amqp.xml:26(td) +#: ./doc/common/tables/heat-amqp.xml:48(td) ./doc/common/tables/glance-amqp.xml:44(td) msgid "(StrOpt) Default publisher_id for outgoing notifications." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:7(caption) ./doc/common/tables/ceilometer-debug.xml:7(caption) ./doc/common/tables/cinder-logging.xml:7(caption) ./doc/common/tables/ironic-logging.xml:7(caption) ./doc/common/tables/nova-debug.xml:7(caption) ./doc/common/tables/trove-logging.xml:7(caption) ./doc/common/tables/glance-debug.xml:7(caption) ./doc/common/tables/ironic-debug.xml:7(caption) ./doc/common/tables/heat-logging.xml:7(caption) ./doc/common/tables/ceilometer-logging.xml:7(caption) ./doc/common/tables/cinder-debug.xml:7(caption) ./doc/common/tables/keystone-debug.xml:7(caption) ./doc/common/tables/trove-debug.xml:7(caption) ./doc/common/tables/nova-logging.xml:7(caption) ./doc/common/tables/keystone-logging.xml:7(caption) ./doc/common/tables/sahara-logging.xml:7(caption) ./doc/common/tables/glance-logging.xml:7(caption) ./doc/common/tables/aodh-logging.xml:7(caption) +#: ./doc/common/tables/neutron-logging.xml:7(caption) ./doc/common/tables/ceilometer-debug.xml:25(caption) ./doc/common/tables/cinder-logging.xml:25(caption) ./doc/common/tables/ironic-logging.xml:25(caption) ./doc/common/tables/nova-debug.xml:25(caption) ./doc/common/tables/trove-logging.xml:25(caption) ./doc/common/tables/glance-debug.xml:7(caption) ./doc/common/tables/ironic-debug.xml:25(caption) ./doc/common/tables/heat-logging.xml:25(caption) ./doc/common/tables/ceilometer-logging.xml:25(caption) ./doc/common/tables/cinder-debug.xml:25(caption) ./doc/common/tables/keystone-debug.xml:25(caption) ./doc/common/tables/trove-debug.xml:25(caption) ./doc/common/tables/nova-logging.xml:25(caption) ./doc/common/tables/keystone-logging.xml:25(caption) ./doc/common/tables/sahara-logging.xml:25(caption) ./doc/common/tables/glance-logging.xml:25(caption) ./doc/common/tables/aodh-logging.xml:7(caption) msgid "Description of logging configuration options" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:22(td) ./doc/common/tables/neutron-lbaas_agent.xml:30(td) ./doc/common/tables/cinder-logging.xml:22(td) ./doc/common/tables/ironic-logging.xml:22(td) ./doc/common/tables/trove-logging.xml:22(td) ./doc/common/tables/heat-logging.xml:22(td) ./doc/common/tables/ceilometer-logging.xml:22(td) ./doc/common/tables/nova-logging.xml:22(td) ./doc/common/tables/keystone-logging.xml:22(td) ./doc/common/tables/manila-logging.xml:22(td) ./doc/common/tables/sahara-logging.xml:22(td) ./doc/common/tables/glance-logging.xml:22(td) ./doc/common/tables/aodh-logging.xml:22(td) +#: ./doc/common/tables/neutron-logging.xml:22(td) ./doc/common/tables/neutron-lbaas_agent.xml:30(td) ./doc/common/tables/cinder-logging.xml:40(td) ./doc/common/tables/ironic-logging.xml:40(td) ./doc/common/tables/trove-logging.xml:40(td) ./doc/common/tables/heat-logging.xml:40(td) ./doc/common/tables/ceilometer-logging.xml:40(td) ./doc/common/tables/nova-logging.xml:40(td) ./doc/common/tables/keystone-logging.xml:40(td) ./doc/common/tables/manila-logging.xml:40(td) ./doc/common/tables/sahara-logging.xml:40(td) ./doc/common/tables/glance-logging.xml:40(td) ./doc/common/tables/aodh-logging.xml:22(td) msgid "(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level)." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:25(replaceable) ./doc/common/tables/cinder-logging.xml:25(replaceable) ./doc/common/tables/ironic-logging.xml:25(replaceable) ./doc/common/tables/trove-logging.xml:25(replaceable) ./doc/common/tables/heat-logging.xml:25(replaceable) ./doc/common/tables/ceilometer-logging.xml:25(replaceable) ./doc/common/tables/nova-logging.xml:25(replaceable) ./doc/common/tables/keystone-logging.xml:25(replaceable) ./doc/common/tables/manila-logging.xml:25(replaceable) ./doc/common/tables/glance-logging.xml:25(replaceable) ./doc/common/tables/aodh-logging.xml:25(replaceable) +#: ./doc/common/tables/neutron-logging.xml:25(replaceable) ./doc/common/tables/cinder-logging.xml:43(replaceable) ./doc/common/tables/ironic-logging.xml:43(replaceable) ./doc/common/tables/trove-logging.xml:43(replaceable) ./doc/common/tables/heat-logging.xml:43(replaceable) ./doc/common/tables/ceilometer-logging.xml:43(replaceable) ./doc/common/tables/nova-logging.xml:43(replaceable) ./doc/common/tables/keystone-logging.xml:43(replaceable) ./doc/common/tables/manila-logging.xml:43(replaceable) ./doc/common/tables/glance-logging.xml:43(replaceable) ./doc/common/tables/aodh-logging.xml:25(replaceable) msgid "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:26(td) ./doc/common/tables/cinder-logging.xml:26(td) ./doc/common/tables/heat-logging.xml:26(td) ./doc/common/tables/aodh-logging.xml:26(td) +#: ./doc/common/tables/neutron-logging.xml:26(td) ./doc/common/tables/aodh-logging.xml:26(td) msgid "(ListOpt) List of logger=LEVEL pairs." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:30(td) ./doc/common/tables/cinder-logging.xml:30(td) ./doc/common/tables/trove-logging.xml:30(td) ./doc/common/tables/ironic-common.xml:34(td) ./doc/common/tables/heat-logging.xml:30(td) ./doc/common/tables/ceilometer-logging.xml:30(td) ./doc/common/tables/nova-logging.xml:30(td) ./doc/common/tables/keystone-logging.xml:30(td) ./doc/common/tables/manila-logging.xml:30(td) ./doc/common/tables/sahara-logging.xml:30(td) ./doc/common/tables/glance-logging.xml:30(td) ./doc/common/tables/aodh-logging.xml:30(td) +#: ./doc/common/tables/neutron-logging.xml:30(td) ./doc/common/tables/cinder-logging.xml:48(td) ./doc/common/tables/trove-logging.xml:48(td) ./doc/common/tables/ironic-common.xml:52(td) ./doc/common/tables/heat-logging.xml:48(td) ./doc/common/tables/ceilometer-logging.xml:48(td) ./doc/common/tables/nova-logging.xml:48(td) ./doc/common/tables/keystone-logging.xml:48(td) ./doc/common/tables/manila-logging.xml:48(td) ./doc/common/tables/sahara-logging.xml:48(td) ./doc/common/tables/glance-logging.xml:48(td) ./doc/common/tables/aodh-logging.xml:30(td) msgid "(BoolOpt) Enables or disables fatal status of deprecations." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:34(td) ./doc/common/tables/neutron-logging.xml:113(td) ./doc/common/tables/ironic-api.xml:106(td) ./doc/common/tables/heat-api.xml:215(td) ./doc/common/tables/nova-logging.xml:34(td) ./doc/common/tables/cinder-api.xml:163(td) ./doc/common/tables/nova-api.xml:140(td) +#: ./doc/common/tables/neutron-logging.xml:34(td) ./doc/common/tables/neutron-logging.xml:113(td) ./doc/common/tables/ironic-api.xml:124(td) ./doc/common/tables/heat-api.xml:233(td) ./doc/common/tables/nova-logging.xml:52(td) ./doc/common/tables/cinder-api.xml:189(td) ./doc/common/tables/nova-api.xml:158(td) msgid "(BoolOpt) Make exception message format errors fatal" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:37(replaceable) ./doc/common/tables/neutron-logging.xml:41(replaceable) ./doc/common/tables/cinder-logging.xml:37(replaceable) ./doc/common/tables/cinder-logging.xml:41(replaceable) ./doc/common/tables/ironic-logging.xml:33(replaceable) ./doc/common/tables/ironic-logging.xml:37(replaceable) ./doc/common/tables/trove-logging.xml:37(replaceable) ./doc/common/tables/trove-logging.xml:41(replaceable) ./doc/common/tables/heat-logging.xml:33(replaceable) ./doc/common/tables/heat-logging.xml:37(replaceable) ./doc/common/tables/ceilometer-logging.xml:33(replaceable) ./doc/common/tables/ceilometer-logging.xml:37(replaceable) ./doc/common/tables/nova-logging.xml:37(replaceable) ./doc/common/tables/nova-logging.xml:41(replaceable) ./doc/common/tables/keystone-logging.xml:33(replaceable) ./doc/common/tables/keystone-logging.xml:37(replaceable) ./doc/common/tables/manila-logging.xml:37(replaceable) ./doc/common/tables/manila-logging.xml:41(replaceable) ./doc/common/tables/sahara-logging.xml:33(replaceable) ./doc/common/tables/sahara-logging.xml:37(replaceable) ./doc/common/tables/glance-logging.xml:33(replaceable) ./doc/common/tables/glance-logging.xml:37(replaceable) ./doc/common/tables/aodh-logging.xml:33(replaceable) ./doc/common/tables/aodh-logging.xml:37(replaceable) +#: ./doc/common/tables/neutron-logging.xml:37(replaceable) ./doc/common/tables/neutron-logging.xml:41(replaceable) ./doc/common/tables/cinder-logging.xml:55(replaceable) ./doc/common/tables/cinder-logging.xml:59(replaceable) ./doc/common/tables/ironic-logging.xml:51(replaceable) ./doc/common/tables/ironic-logging.xml:55(replaceable) ./doc/common/tables/trove-logging.xml:55(replaceable) ./doc/common/tables/trove-logging.xml:59(replaceable) ./doc/common/tables/heat-logging.xml:51(replaceable) ./doc/common/tables/heat-logging.xml:55(replaceable) ./doc/common/tables/ceilometer-logging.xml:51(replaceable) ./doc/common/tables/ceilometer-logging.xml:55(replaceable) ./doc/common/tables/nova-logging.xml:55(replaceable) ./doc/common/tables/nova-logging.xml:59(replaceable) ./doc/common/tables/keystone-logging.xml:51(replaceable) ./doc/common/tables/keystone-logging.xml:55(replaceable) ./doc/common/tables/manila-logging.xml:55(replaceable) ./doc/common/tables/manila-logging.xml:59(replaceable) ./doc/common/tables/sahara-logging.xml:51(replaceable) ./doc/common/tables/sahara-logging.xml:55(replaceable) ./doc/common/tables/glance-logging.xml:51(replaceable) ./doc/common/tables/glance-logging.xml:55(replaceable) ./doc/common/tables/aodh-logging.xml:33(replaceable) ./doc/common/tables/aodh-logging.xml:37(replaceable) msgid "\"[instance: %(uuid)s] \"" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:38(td) ./doc/common/tables/cinder-logging.xml:38(td) ./doc/common/tables/ironic-logging.xml:34(td) ./doc/common/tables/trove-logging.xml:38(td) ./doc/common/tables/heat-logging.xml:34(td) ./doc/common/tables/ceilometer-logging.xml:34(td) ./doc/common/tables/nova-logging.xml:38(td) ./doc/common/tables/keystone-logging.xml:34(td) ./doc/common/tables/manila-logging.xml:38(td) ./doc/common/tables/sahara-logging.xml:34(td) ./doc/common/tables/glance-logging.xml:34(td) ./doc/common/tables/aodh-logging.xml:34(td) +#: ./doc/common/tables/neutron-logging.xml:38(td) ./doc/common/tables/cinder-logging.xml:56(td) ./doc/common/tables/ironic-logging.xml:52(td) ./doc/common/tables/trove-logging.xml:56(td) ./doc/common/tables/heat-logging.xml:52(td) ./doc/common/tables/ceilometer-logging.xml:52(td) ./doc/common/tables/nova-logging.xml:56(td) ./doc/common/tables/keystone-logging.xml:52(td) ./doc/common/tables/manila-logging.xml:56(td) ./doc/common/tables/sahara-logging.xml:52(td) ./doc/common/tables/glance-logging.xml:52(td) ./doc/common/tables/aodh-logging.xml:34(td) msgid "(StrOpt) The format for an instance that is passed with the log message." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:42(td) ./doc/common/tables/cinder-logging.xml:42(td) ./doc/common/tables/ironic-logging.xml:38(td) ./doc/common/tables/trove-logging.xml:42(td) ./doc/common/tables/heat-logging.xml:38(td) ./doc/common/tables/ceilometer-logging.xml:38(td) ./doc/common/tables/nova-logging.xml:42(td) ./doc/common/tables/keystone-logging.xml:38(td) ./doc/common/tables/manila-logging.xml:42(td) ./doc/common/tables/sahara-logging.xml:38(td) ./doc/common/tables/glance-logging.xml:38(td) ./doc/common/tables/aodh-logging.xml:38(td) +#: ./doc/common/tables/neutron-logging.xml:42(td) ./doc/common/tables/cinder-logging.xml:60(td) ./doc/common/tables/ironic-logging.xml:56(td) ./doc/common/tables/trove-logging.xml:60(td) ./doc/common/tables/heat-logging.xml:56(td) ./doc/common/tables/ceilometer-logging.xml:56(td) ./doc/common/tables/nova-logging.xml:60(td) ./doc/common/tables/keystone-logging.xml:56(td) ./doc/common/tables/manila-logging.xml:60(td) ./doc/common/tables/sahara-logging.xml:56(td) ./doc/common/tables/glance-logging.xml:56(td) ./doc/common/tables/aodh-logging.xml:38(td) msgid "(StrOpt) The format for an instance UUID that is passed with the log message." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:46(td) ./doc/common/tables/cinder-logging.xml:46(td) ./doc/common/tables/heat-logging.xml:42(td) ./doc/common/tables/aodh-logging.xml:42(td) +#: ./doc/common/tables/neutron-logging.xml:46(td) ./doc/common/tables/aodh-logging.xml:42(td) msgid "(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:49(replaceable) ./doc/common/tables/cinder-logging.xml:49(replaceable) ./doc/common/tables/ironic-logging.xml:45(replaceable) ./doc/common/tables/trove-logging.xml:49(replaceable) ./doc/common/tables/heat-logging.xml:45(replaceable) ./doc/common/tables/ceilometer-logging.xml:45(replaceable) ./doc/common/tables/nova-logging.xml:49(replaceable) ./doc/common/tables/keystone-logging.xml:45(replaceable) ./doc/common/tables/manila-logging.xml:49(replaceable) ./doc/common/tables/sahara-logging.xml:45(replaceable) ./doc/common/tables/glance-logging.xml:45(replaceable) ./doc/common/tables/aodh-logging.xml:45(replaceable) +#: ./doc/common/tables/neutron-logging.xml:49(replaceable) ./doc/common/tables/cinder-logging.xml:67(replaceable) ./doc/common/tables/ironic-logging.xml:63(replaceable) ./doc/common/tables/trove-logging.xml:67(replaceable) ./doc/common/tables/heat-logging.xml:63(replaceable) ./doc/common/tables/ceilometer-logging.xml:63(replaceable) ./doc/common/tables/nova-logging.xml:67(replaceable) ./doc/common/tables/keystone-logging.xml:63(replaceable) ./doc/common/tables/manila-logging.xml:67(replaceable) ./doc/common/tables/sahara-logging.xml:63(replaceable) ./doc/common/tables/glance-logging.xml:63(replaceable) ./doc/common/tables/aodh-logging.xml:45(replaceable) msgid "%Y-%m-%d %H:%M:%S" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:50(td) ./doc/common/tables/cinder-logging.xml:50(td) ./doc/common/tables/heat-logging.xml:46(td) ./doc/common/tables/aodh-logging.xml:46(td) +#: ./doc/common/tables/neutron-logging.xml:50(td) ./doc/common/tables/aodh-logging.xml:46(td) msgid "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s ." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:54(td) ./doc/common/tables/cinder-logging.xml:54(td) ./doc/common/tables/heat-logging.xml:50(td) ./doc/common/tables/aodh-logging.xml:50(td) +#: ./doc/common/tables/neutron-logging.xml:54(td) ./doc/common/tables/aodh-logging.xml:50(td) msgid "(StrOpt) (Optional) The base directory used for relative --log-file paths." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:58(td) ./doc/common/tables/cinder-logging.xml:58(td) ./doc/common/tables/heat-logging.xml:54(td) ./doc/common/tables/aodh-logging.xml:54(td) +#: ./doc/common/tables/neutron-logging.xml:58(td) ./doc/common/tables/aodh-logging.xml:54(td) msgid "(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:62(td) ./doc/common/tables/cinder-logging.xml:62(td) ./doc/common/tables/heat-logging.xml:58(td) ./doc/common/tables/aodh-logging.xml:58(td) +#: ./doc/common/tables/neutron-logging.xml:62(td) ./doc/common/tables/aodh-logging.xml:58(td) msgid "(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:65(replaceable) ./doc/common/tables/cinder-logging.xml:65(replaceable) ./doc/common/tables/ironic-logging.xml:61(replaceable) ./doc/common/tables/trove-logging.xml:65(replaceable) ./doc/common/tables/heat-logging.xml:61(replaceable) ./doc/common/tables/ceilometer-logging.xml:61(replaceable) ./doc/common/tables/nova-logging.xml:65(replaceable) ./doc/common/tables/keystone-logging.xml:61(replaceable) ./doc/common/tables/manila-logging.xml:65(replaceable) ./doc/common/tables/sahara-logging.xml:61(replaceable) ./doc/common/tables/glance-logging.xml:61(replaceable) ./doc/common/tables/aodh-logging.xml:61(replaceable) +#: ./doc/common/tables/neutron-logging.xml:65(replaceable) ./doc/common/tables/cinder-logging.xml:83(replaceable) ./doc/common/tables/ironic-logging.xml:79(replaceable) ./doc/common/tables/trove-logging.xml:83(replaceable) ./doc/common/tables/heat-logging.xml:79(replaceable) ./doc/common/tables/ceilometer-logging.xml:79(replaceable) ./doc/common/tables/nova-logging.xml:83(replaceable) ./doc/common/tables/keystone-logging.xml:79(replaceable) ./doc/common/tables/manila-logging.xml:83(replaceable) ./doc/common/tables/sahara-logging.xml:79(replaceable) ./doc/common/tables/glance-logging.xml:79(replaceable) ./doc/common/tables/aodh-logging.xml:61(replaceable) msgid "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:66(td) ./doc/common/tables/cinder-logging.xml:66(td) ./doc/common/tables/ironic-logging.xml:62(td) ./doc/common/tables/trove-logging.xml:66(td) ./doc/common/tables/heat-logging.xml:62(td) ./doc/common/tables/ceilometer-logging.xml:62(td) ./doc/common/tables/nova-logging.xml:66(td) ./doc/common/tables/keystone-logging.xml:62(td) ./doc/common/tables/manila-logging.xml:66(td) ./doc/common/tables/sahara-logging.xml:62(td) ./doc/common/tables/glance-logging.xml:62(td) ./doc/common/tables/aodh-logging.xml:62(td) +#: ./doc/common/tables/neutron-logging.xml:66(td) ./doc/common/tables/cinder-logging.xml:84(td) ./doc/common/tables/ironic-logging.xml:80(td) ./doc/common/tables/trove-logging.xml:84(td) ./doc/common/tables/heat-logging.xml:80(td) ./doc/common/tables/ceilometer-logging.xml:80(td) ./doc/common/tables/nova-logging.xml:84(td) ./doc/common/tables/keystone-logging.xml:80(td) ./doc/common/tables/manila-logging.xml:84(td) ./doc/common/tables/sahara-logging.xml:80(td) ./doc/common/tables/glance-logging.xml:80(td) ./doc/common/tables/aodh-logging.xml:62(td) msgid "(StrOpt) Format string to use for log messages with context." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:69(replaceable) ./doc/common/tables/cinder-logging.xml:69(replaceable) ./doc/common/tables/ironic-logging.xml:65(replaceable) ./doc/common/tables/trove-logging.xml:69(replaceable) ./doc/common/tables/heat-logging.xml:65(replaceable) ./doc/common/tables/ceilometer-logging.xml:65(replaceable) ./doc/common/tables/nova-logging.xml:69(replaceable) ./doc/common/tables/keystone-logging.xml:65(replaceable) ./doc/common/tables/manila-logging.xml:69(replaceable) ./doc/common/tables/sahara-logging.xml:65(replaceable) ./doc/common/tables/glance-logging.xml:65(replaceable) ./doc/common/tables/aodh-logging.xml:65(replaceable) +#: ./doc/common/tables/neutron-logging.xml:69(replaceable) ./doc/common/tables/cinder-logging.xml:87(replaceable) ./doc/common/tables/ironic-logging.xml:83(replaceable) ./doc/common/tables/trove-logging.xml:87(replaceable) ./doc/common/tables/heat-logging.xml:83(replaceable) ./doc/common/tables/ceilometer-logging.xml:83(replaceable) ./doc/common/tables/nova-logging.xml:87(replaceable) ./doc/common/tables/keystone-logging.xml:83(replaceable) ./doc/common/tables/manila-logging.xml:87(replaceable) ./doc/common/tables/sahara-logging.xml:83(replaceable) ./doc/common/tables/glance-logging.xml:83(replaceable) ./doc/common/tables/aodh-logging.xml:65(replaceable) msgid "%(funcName)s %(pathname)s:%(lineno)d" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:70(td) ./doc/common/tables/cinder-logging.xml:70(td) ./doc/common/tables/ironic-logging.xml:66(td) ./doc/common/tables/trove-logging.xml:70(td) ./doc/common/tables/heat-logging.xml:66(td) ./doc/common/tables/ceilometer-logging.xml:66(td) ./doc/common/tables/nova-logging.xml:70(td) ./doc/common/tables/keystone-logging.xml:66(td) ./doc/common/tables/manila-logging.xml:70(td) ./doc/common/tables/sahara-logging.xml:66(td) ./doc/common/tables/glance-logging.xml:66(td) ./doc/common/tables/aodh-logging.xml:66(td) +#: ./doc/common/tables/neutron-logging.xml:70(td) ./doc/common/tables/cinder-logging.xml:88(td) ./doc/common/tables/ironic-logging.xml:84(td) ./doc/common/tables/trove-logging.xml:88(td) ./doc/common/tables/heat-logging.xml:84(td) ./doc/common/tables/ceilometer-logging.xml:84(td) ./doc/common/tables/nova-logging.xml:88(td) ./doc/common/tables/keystone-logging.xml:84(td) ./doc/common/tables/manila-logging.xml:88(td) ./doc/common/tables/sahara-logging.xml:84(td) ./doc/common/tables/glance-logging.xml:84(td) ./doc/common/tables/aodh-logging.xml:66(td) msgid "(StrOpt) Data to append to log format when level is DEBUG." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:73(replaceable) ./doc/common/tables/cinder-logging.xml:73(replaceable) ./doc/common/tables/ironic-logging.xml:69(replaceable) ./doc/common/tables/trove-logging.xml:73(replaceable) ./doc/common/tables/heat-logging.xml:69(replaceable) ./doc/common/tables/ceilometer-logging.xml:69(replaceable) ./doc/common/tables/nova-logging.xml:73(replaceable) ./doc/common/tables/keystone-logging.xml:69(replaceable) ./doc/common/tables/manila-logging.xml:73(replaceable) ./doc/common/tables/sahara-logging.xml:69(replaceable) ./doc/common/tables/glance-logging.xml:69(replaceable) ./doc/common/tables/aodh-logging.xml:69(replaceable) +#: ./doc/common/tables/neutron-logging.xml:73(replaceable) ./doc/common/tables/cinder-logging.xml:91(replaceable) ./doc/common/tables/ironic-logging.xml:87(replaceable) ./doc/common/tables/trove-logging.xml:91(replaceable) ./doc/common/tables/heat-logging.xml:87(replaceable) ./doc/common/tables/ceilometer-logging.xml:87(replaceable) ./doc/common/tables/nova-logging.xml:91(replaceable) ./doc/common/tables/keystone-logging.xml:87(replaceable) ./doc/common/tables/manila-logging.xml:91(replaceable) ./doc/common/tables/sahara-logging.xml:87(replaceable) ./doc/common/tables/glance-logging.xml:87(replaceable) ./doc/common/tables/aodh-logging.xml:69(replaceable) msgid "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:74(td) ./doc/common/tables/cinder-logging.xml:74(td) ./doc/common/tables/ironic-logging.xml:70(td) ./doc/common/tables/trove-logging.xml:74(td) ./doc/common/tables/heat-logging.xml:70(td) ./doc/common/tables/ceilometer-logging.xml:70(td) ./doc/common/tables/nova-logging.xml:74(td) ./doc/common/tables/keystone-logging.xml:70(td) ./doc/common/tables/manila-logging.xml:74(td) ./doc/common/tables/sahara-logging.xml:70(td) ./doc/common/tables/glance-logging.xml:70(td) ./doc/common/tables/aodh-logging.xml:70(td) +#: ./doc/common/tables/neutron-logging.xml:74(td) ./doc/common/tables/cinder-logging.xml:92(td) ./doc/common/tables/ironic-logging.xml:88(td) ./doc/common/tables/trove-logging.xml:92(td) ./doc/common/tables/heat-logging.xml:88(td) ./doc/common/tables/ceilometer-logging.xml:88(td) ./doc/common/tables/nova-logging.xml:92(td) ./doc/common/tables/keystone-logging.xml:88(td) ./doc/common/tables/manila-logging.xml:92(td) ./doc/common/tables/sahara-logging.xml:88(td) ./doc/common/tables/glance-logging.xml:88(td) ./doc/common/tables/aodh-logging.xml:70(td) msgid "(StrOpt) Format string to use for log messages without context." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:77(replaceable) ./doc/common/tables/cinder-logging.xml:77(replaceable) ./doc/common/tables/ironic-logging.xml:73(replaceable) ./doc/common/tables/trove-logging.xml:77(replaceable) ./doc/common/tables/heat-logging.xml:73(replaceable) ./doc/common/tables/ceilometer-logging.xml:73(replaceable) ./doc/common/tables/nova-logging.xml:77(replaceable) ./doc/common/tables/keystone-logging.xml:73(replaceable) ./doc/common/tables/manila-logging.xml:77(replaceable) ./doc/common/tables/sahara-logging.xml:73(replaceable) ./doc/common/tables/glance-logging.xml:73(replaceable) ./doc/common/tables/aodh-logging.xml:73(replaceable) +#: ./doc/common/tables/neutron-logging.xml:77(replaceable) ./doc/common/tables/cinder-logging.xml:95(replaceable) ./doc/common/tables/ironic-logging.xml:91(replaceable) ./doc/common/tables/trove-logging.xml:95(replaceable) ./doc/common/tables/heat-logging.xml:91(replaceable) ./doc/common/tables/ceilometer-logging.xml:91(replaceable) ./doc/common/tables/nova-logging.xml:95(replaceable) ./doc/common/tables/keystone-logging.xml:91(replaceable) ./doc/common/tables/manila-logging.xml:95(replaceable) ./doc/common/tables/sahara-logging.xml:91(replaceable) ./doc/common/tables/glance-logging.xml:91(replaceable) ./doc/common/tables/aodh-logging.xml:73(replaceable) msgid "%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:78(td) ./doc/common/tables/cinder-logging.xml:78(td) ./doc/common/tables/ironic-logging.xml:74(td) ./doc/common/tables/trove-logging.xml:78(td) ./doc/common/tables/heat-logging.xml:74(td) ./doc/common/tables/ceilometer-logging.xml:74(td) ./doc/common/tables/nova-logging.xml:78(td) ./doc/common/tables/keystone-logging.xml:74(td) ./doc/common/tables/manila-logging.xml:78(td) ./doc/common/tables/sahara-logging.xml:74(td) ./doc/common/tables/glance-logging.xml:74(td) ./doc/common/tables/aodh-logging.xml:74(td) +#: ./doc/common/tables/neutron-logging.xml:78(td) ./doc/common/tables/cinder-logging.xml:96(td) ./doc/common/tables/ironic-logging.xml:92(td) ./doc/common/tables/trove-logging.xml:96(td) ./doc/common/tables/heat-logging.xml:92(td) ./doc/common/tables/ceilometer-logging.xml:92(td) ./doc/common/tables/nova-logging.xml:96(td) ./doc/common/tables/keystone-logging.xml:92(td) ./doc/common/tables/manila-logging.xml:96(td) ./doc/common/tables/sahara-logging.xml:92(td) ./doc/common/tables/glance-logging.xml:92(td) ./doc/common/tables/aodh-logging.xml:74(td) msgid "(StrOpt) Prefix each line of exception output with this format." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:82(td) ./doc/common/tables/cinder-logging.xml:82(td) ./doc/common/tables/ironic-logging.xml:78(td) ./doc/common/tables/trove-logging.xml:86(td) ./doc/common/tables/heat-logging.xml:78(td) ./doc/common/tables/ceilometer-logging.xml:78(td) ./doc/common/tables/nova-logging.xml:82(td) ./doc/common/tables/keystone-logging.xml:78(td) ./doc/common/tables/manila-logging.xml:82(td) ./doc/common/tables/sahara-logging.xml:78(td) ./doc/common/tables/glance-logging.xml:78(td) ./doc/common/tables/aodh-logging.xml:78(td) +#: ./doc/common/tables/neutron-logging.xml:82(td) ./doc/common/tables/cinder-logging.xml:100(td) ./doc/common/tables/ironic-logging.xml:96(td) ./doc/common/tables/trove-logging.xml:104(td) ./doc/common/tables/heat-logging.xml:96(td) ./doc/common/tables/ceilometer-logging.xml:96(td) ./doc/common/tables/nova-logging.xml:100(td) ./doc/common/tables/keystone-logging.xml:96(td) ./doc/common/tables/manila-logging.xml:100(td) ./doc/common/tables/sahara-logging.xml:96(td) ./doc/common/tables/glance-logging.xml:96(td) ./doc/common/tables/aodh-logging.xml:78(td) msgid "(BoolOpt) Enables or disables publication of error events." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:85(replaceable) ./doc/common/tables/cinder-logging.xml:85(replaceable) ./doc/common/tables/ironic-logging.xml:81(replaceable) ./doc/common/tables/trove-logging.xml:89(replaceable) ./doc/common/tables/heat-logging.xml:81(replaceable) ./doc/common/tables/ceilometer-logging.xml:81(replaceable) ./doc/common/tables/nova-logging.xml:85(replaceable) ./doc/common/tables/keystone-logging.xml:81(replaceable) ./doc/common/tables/manila-logging.xml:85(replaceable) ./doc/common/tables/sahara-logging.xml:81(replaceable) ./doc/common/tables/glance-logging.xml:81(replaceable) ./doc/common/tables/aodh-logging.xml:81(replaceable) +#: ./doc/common/tables/neutron-logging.xml:85(replaceable) ./doc/common/tables/cinder-logging.xml:103(replaceable) ./doc/common/tables/ironic-logging.xml:99(replaceable) ./doc/common/tables/trove-logging.xml:107(replaceable) ./doc/common/tables/heat-logging.xml:99(replaceable) ./doc/common/tables/ceilometer-logging.xml:99(replaceable) ./doc/common/tables/nova-logging.xml:103(replaceable) ./doc/common/tables/keystone-logging.xml:99(replaceable) ./doc/common/tables/manila-logging.xml:103(replaceable) ./doc/common/tables/sahara-logging.xml:99(replaceable) ./doc/common/tables/glance-logging.xml:99(replaceable) ./doc/common/tables/aodh-logging.xml:81(replaceable) msgid "LOG_USER" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:86(td) ./doc/common/tables/cinder-logging.xml:86(td) ./doc/common/tables/heat-logging.xml:82(td) ./doc/common/tables/aodh-logging.xml:82(td) +#: ./doc/common/tables/neutron-logging.xml:86(td) ./doc/common/tables/aodh-logging.xml:82(td) msgid "(StrOpt) Syslog facility to receive log lines." msgstr "" @@ -4074,27 +4074,27 @@ msgstr "" msgid "(BoolOpt) Enable SSL on the API server" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:93(replaceable) ./doc/common/tables/neutron-logging.xml:101(replaceable) ./doc/common/tables/neutron-logging.xml:105(replaceable) ./doc/common/tables/cinder-zones.xml:21(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:108(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(replaceable) ./doc/common/tables/trove-compute.xml:41(replaceable) ./doc/common/tables/ceilometer-qpid.xml:61(replaceable) ./doc/common/tables/trove-zeromq.xml:21(replaceable) ./doc/common/tables/trove-zeromq.xml:53(replaceable) ./doc/common/tables/sahara-auth_token.xml:109(replaceable) ./doc/common/tables/manila-database.xml:48(replaceable) ./doc/common/tables/manila-database.xml:104(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:45(replaceable) ./doc/common/tables/keystone-zeromq.xml:21(replaceable) ./doc/common/tables/keystone-zeromq.xml:53(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:37(replaceable) ./doc/common/tables/neutron-l3_agent.xml:69(replaceable) ./doc/common/tables/neutron-l3_agent.xml:112(replaceable) ./doc/common/tables/neutron-l3_agent.xml:116(replaceable) ./doc/common/tables/ironic-zeromq.xml:21(replaceable) ./doc/common/tables/ironic-zeromq.xml:53(replaceable) ./doc/common/tables/heat-qpid.xml:61(replaceable) ./doc/common/tables/cinder-logging.xml:89(replaceable) ./doc/common/tables/cinder-logging.xml:97(replaceable) ./doc/common/tables/cinder-logging.xml:101(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:37(replaceable) ./doc/common/tables/ceilometer-alarm.xml:37(replaceable) ./doc/common/tables/ceilometer-alarm.xml:53(replaceable) ./doc/common/tables/ceilometer-cors.xml:21(replaceable) ./doc/common/tables/ceilometer-cors.xml:48(replaceable) ./doc/common/tables/neutron-cisco.xml:63(replaceable) ./doc/common/tables/trove-db_mongodb.xml:41(replaceable) ./doc/common/tables/trove-db_mongodb.xml:105(replaceable) ./doc/common/tables/cinder-database.xml:44(replaceable) ./doc/common/tables/cinder-database.xml:100(replaceable) ./doc/common/tables/ironic-logging.xml:85(replaceable) ./doc/common/tables/ironic-logging.xml:93(replaceable) ./doc/common/tables/ironic-logging.xml:97(replaceable) ./doc/common/tables/keystone-trust.xml:29(replaceable) ./doc/common/tables/manila-zeromq.xml:21(replaceable) ./doc/common/tables/manila-zeromq.xml:53(replaceable) ./doc/common/tables/neutron-auth_token.xml:109(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:106(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:314(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:318(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:322(replaceable) ./doc/common/tables/keystone-api.xml:29(replaceable) ./doc/common/tables/keystone-api.xml:76(replaceable) ./doc/common/tables/keystone-api.xml:87(replaceable) ./doc/common/tables/keystone-api.xml:130(replaceable) ./doc/common/tables/keystone-api.xml:159(replaceable) ./doc/common/tables/cinder-qpid.xml:61(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:60(replaceable) ./doc/common/tables/cinder-san.xml:53(replaceable) ./doc/common/tables/cinder-cors.xml:21(replaceable) ./doc/common/tables/cinder-cors.xml:48(replaceable) ./doc/common/tables/trove-taskmanager.xml:65(replaceable) ./doc/common/tables/trove-taskmanager.xml:85(replaceable) ./doc/common/tables/nova-compute.xml:61(replaceable) ./doc/common/tables/nova-compute.xml:157(replaceable) ./doc/common/tables/neutron-api.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:69(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/trove-logging.xml:93(replaceable) ./doc/common/tables/trove-logging.xml:101(replaceable) ./doc/common/tables/trove-logging.xml:105(replaceable) ./doc/common/tables/cinder-quota.xml:57(replaceable) ./doc/common/tables/ironic-common.xml:37(replaceable) ./doc/common/tables/heat-auth_token.xml:109(replaceable) ./doc/common/tables/ceilometer-common.xml:21(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:41(replaceable) ./doc/common/tables/trove-volume.xml:45(replaceable) ./doc/common/tables/keystone-revoke.xml:25(replaceable) ./doc/common/tables/nova-auth_token.xml:109(replaceable) ./doc/common/tables/trove-db_mysql.xml:73(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:65(replaceable) ./doc/common/tables/neutron-nec.xml:33(replaceable) ./doc/common/tables/neutron-nec.xml:57(replaceable) ./doc/common/tables/neutron-embrane.xml:25(replaceable) ./doc/common/tables/manila-storage.xml:49(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:37(replaceable) ./doc/common/tables/nova-spice.xml:21(replaceable) ./doc/common/tables/trove-db_couchbase.xml:53(replaceable) ./doc/common/tables/trove-db_couchbase.xml:65(replaceable) ./doc/common/tables/trove-db_couchbase.xml:116(replaceable) ./doc/common/tables/trove-qpid.xml:61(replaceable) ./doc/common/tables/ironic-database.xml:37(replaceable) ./doc/common/tables/ironic-database.xml:97(replaceable) ./doc/common/tables/keystone-qpid.xml:61(replaceable) ./doc/common/tables/nova-volumes.xml:56(replaceable) ./doc/common/tables/keystone-mapping.xml:21(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:44(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:48(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:127(replaceable) ./doc/common/tables/sahara-clients.xml:70(replaceable) ./doc/common/tables/nova-ec2.xml:53(replaceable) ./doc/common/tables/heat-logging.xml:85(replaceable) ./doc/common/tables/heat-logging.xml:93(replaceable) ./doc/common/tables/heat-logging.xml:97(replaceable) ./doc/common/tables/nova-periodic.xml:21(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:21(replaceable) ./doc/common/tables/ironic-api.xml:40(replaceable) ./doc/common/tables/ironic-api.xml:67(replaceable) ./doc/common/tables/glance-zeromq.xml:21(replaceable) ./doc/common/tables/glance-zeromq.xml:53(replaceable) ./doc/common/tables/ceilometer-logging.xml:85(replaceable) ./doc/common/tables/ceilometer-logging.xml:93(replaceable) ./doc/common/tables/ceilometer-logging.xml:97(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:37(replaceable) ./doc/common/tables/cinder-solidfire.xml:25(replaceable) ./doc/common/tables/cinder-solidfire.xml:37(replaceable) ./doc/common/tables/cinder-solidfire.xml:41(replaceable) ./doc/common/tables/ironic-qpid.xml:61(replaceable) ./doc/common/tables/trove-db_cassandra.xml:57(replaceable) ./doc/common/tables/sahara-zeromq.xml:21(replaceable) ./doc/common/tables/sahara-zeromq.xml:53(replaceable) ./doc/common/tables/aodh-cors.xml:21(replaceable) ./doc/common/tables/aodh-cors.xml:48(replaceable) ./doc/common/tables/cinder-drbd.xml:21(replaceable) ./doc/common/tables/trove-db_percona.xml:81(replaceable) ./doc/common/tables/ironic-auth_token.xml:109(replaceable) ./doc/common/tables/trove-db_db2.xml:69(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:21(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:53(replaceable) ./doc/common/tables/glance-database.xml:37(replaceable) ./doc/common/tables/glance-database.xml:93(replaceable) ./doc/common/tables/neutron-ml2_sriov.xml:21(replaceable) ./doc/common/tables/glance-common.xml:21(replaceable) ./doc/common/tables/heat-api.xml:146(replaceable) ./doc/common/tables/cinder-flashsystem.xml:29(replaceable) ./doc/common/tables/nova-network.xml:21(replaceable) ./doc/common/tables/nova-network.xml:113(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/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/cinder-backups_swift.xml:45(replaceable) ./doc/common/tables/trove-auth_token.xml:109(replaceable) ./doc/common/tables/manila-cors.xml:21(replaceable) ./doc/common/tables/manila-cors.xml:48(replaceable) ./doc/common/tables/manila-common.xml:29(replaceable) ./doc/common/tables/manila-common.xml:109(replaceable) ./doc/common/tables/manila-common.xml:121(replaceable) ./doc/common/tables/manila-common.xml:145(replaceable) ./doc/common/tables/ironic-agent.xml:37(replaceable) ./doc/common/tables/trove-db_redis.xml:37(replaceable) ./doc/common/tables/trove-db_redis.xml:81(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:37(replaceable) ./doc/common/tables/manila-auth_token.xml:109(replaceable) ./doc/common/tables/nova-vnc.xml:67(replaceable) ./doc/common/tables/neutron-cors.xml:21(replaceable) ./doc/common/tables/neutron-cors.xml:48(replaceable) ./doc/common/tables/glance-qpid.xml:61(replaceable) ./doc/common/tables/nova-qpid.xml:61(replaceable) ./doc/common/tables/cinder-storwize.xml:33(replaceable) ./doc/common/tables/cinder-storwize.xml:37(replaceable) ./doc/common/tables/cinder-storwize.xml:45(replaceable) ./doc/common/tables/cinder-storwize.xml:53(replaceable) ./doc/common/tables/cinder-storwize.xml:61(replaceable) ./doc/common/tables/cinder-vzstorage.xml:33(replaceable) ./doc/common/tables/trove-debug.xml:44(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:25(replaceable) ./doc/common/tables/cinder-auth_token.xml:109(replaceable) ./doc/common/tables/heat-database.xml:37(replaceable) ./doc/common/tables/heat-database.xml:93(replaceable) ./doc/common/tables/manila-share.xml:21(replaceable) ./doc/common/tables/manila-share.xml:117(replaceable) ./doc/common/tables/neutron-scheduler.xml:21(replaceable) ./doc/common/tables/neutron-scheduler.xml:29(replaceable) ./doc/common/tables/neutron-scheduler.xml:33(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/swift-proxy-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/neutron-bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-bigswitch.xml:108(replaceable) ./doc/common/tables/neutron-bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-bigswitch.xml:144(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/nova-logging.xml:89(replaceable) ./doc/common/tables/nova-logging.xml:97(replaceable) ./doc/common/tables/nova-logging.xml:101(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:45(replaceable) ./doc/common/tables/trove-api.xml:45(replaceable) ./doc/common/tables/trove-api.xml:113(replaceable) ./doc/common/tables/ironic-conductor.xml:33(replaceable) ./doc/common/tables/ironic-conductor.xml:49(replaceable) ./doc/common/tables/cinder-backups.xml:69(replaceable) ./doc/common/tables/trove-db_postgresql.xml:69(replaceable) ./doc/common/tables/ceilometer-database.xml:56(replaceable) ./doc/common/tables/ceilometer-database.xml:128(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(replaceable) ./doc/common/tables/cinder-hpxp.xml:45(replaceable) ./doc/common/tables/nova-hypervisor.xml:25(replaceable) ./doc/common/tables/nova-hypervisor.xml:37(replaceable) ./doc/common/tables/keystone-identity.xml:25(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:57(replaceable) ./doc/common/tables/glance-api.xml:65(replaceable) ./doc/common/tables/glance-api.xml:81(replaceable) ./doc/common/tables/glance-api.xml:101(replaceable) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:89(replaceable) ./doc/common/tables/neutron-common.xml:105(replaceable) ./doc/common/tables/neutron-common.xml:125(replaceable) ./doc/common/tables/neutron-common.xml:145(replaceable) ./doc/common/tables/trove-db_pxc.xml:37(replaceable) ./doc/common/tables/trove-db_pxc.xml:101(replaceable) ./doc/common/tables/nova-common.xml:99(replaceable) ./doc/common/tables/nova-common.xml:103(replaceable) ./doc/common/tables/nova-common.xml:111(replaceable) ./doc/common/tables/keystone-role.xml:25(replaceable) ./doc/common/tables/ceilometer-events.xml:36(replaceable) ./doc/common/tables/nova-cors.xml:21(replaceable) ./doc/common/tables/nova-cors.xml:48(replaceable) ./doc/common/tables/cinder-emc_sio.xml:37(replaceable) ./doc/common/tables/keystone-logging.xml:85(replaceable) ./doc/common/tables/keystone-logging.xml:93(replaceable) ./doc/common/tables/keystone-logging.xml:97(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:41(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:41(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/aodh-qpid.xml:61(replaceable) ./doc/common/tables/trove-db_mariadb.xml:73(replaceable) ./doc/common/tables/aodh-auth_token.xml:109(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:40(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:56(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:64(replaceable) ./doc/common/tables/heat-cors.xml:21(replaceable) ./doc/common/tables/heat-cors.xml:48(replaceable) ./doc/common/tables/nova-zeromq.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:53(replaceable) ./doc/common/tables/neutron-qpid.xml:61(replaceable) ./doc/common/tables/sahara-cors.xml:21(replaceable) ./doc/common/tables/sahara-cors.xml:48(replaceable) ./doc/common/tables/manila-qpid.xml:61(replaceable) ./doc/common/tables/nova-policy.xml:21(replaceable) ./doc/common/tables/cinder-smbfs.xml:41(replaceable) ./doc/common/tables/heat-common.xml:131(replaceable) ./doc/common/tables/keystone-auth_token.xml:109(replaceable) ./doc/common/tables/glance-cors.xml:21(replaceable) ./doc/common/tables/glance-cors.xml:48(replaceable) ./doc/common/tables/keystone-catalog.xml:25(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/cinder-hitachi-hbsd.xml:61(replaceable) ./doc/common/tables/cinder-common.xml:77(replaceable) ./doc/common/tables/cinder-common.xml:105(replaceable) ./doc/common/tables/cinder-common.xml:217(replaceable) ./doc/common/tables/cinder-common.xml:245(replaceable) ./doc/common/tables/manila-api.xml:25(replaceable) ./doc/common/tables/neutron-vmware.xml:36(replaceable) ./doc/common/tables/neutron-vmware.xml:40(replaceable) ./doc/common/tables/neutron-vmware.xml:111(replaceable) ./doc/common/tables/neutron-database.xml:37(replaceable) ./doc/common/tables/neutron-database.xml:93(replaceable) ./doc/common/tables/sahara-common.xml:61(replaceable) ./doc/common/tables/sahara-common.xml:117(replaceable) ./doc/common/tables/sahara-common.xml:153(replaceable) ./doc/common/tables/sahara-common.xml:157(replaceable) ./doc/common/tables/sahara-common.xml:176(replaceable) ./doc/common/tables/keystone-domain.xml:25(replaceable) ./doc/common/tables/aodh-database.xml:45(replaceable) ./doc/common/tables/aodh-database.xml:101(replaceable) ./doc/common/tables/sahara-qpid.xml:61(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(replaceable) ./doc/common/tables/neutron-quotas.xml:120(replaceable) ./doc/common/tables/keystone-cors.xml:21(replaceable) ./doc/common/tables/keystone-cors.xml:48(replaceable) ./doc/common/tables/nova-vmware.xml:97(replaceable) ./doc/common/tables/trove-db_vertica.xml:41(replaceable) ./doc/common/tables/trove-db_vertica.xml:85(replaceable) ./doc/common/tables/manila-emc.xml:49(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:33(replaceable) ./doc/common/tables/ceilometer-notification.xml:21(replaceable) ./doc/common/tables/manila-logging.xml:89(replaceable) ./doc/common/tables/manila-logging.xml:97(replaceable) ./doc/common/tables/manila-logging.xml:101(replaceable) ./doc/common/tables/nova-libvirt.xml:21(replaceable) ./doc/common/tables/nova-libvirt.xml:124(replaceable) ./doc/common/tables/nova-libvirt.xml:172(replaceable) ./doc/common/tables/nova-libvirt.xml:176(replaceable) ./doc/common/tables/neutron-plumgrid.xml:29(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/sahara-database.xml:44(replaceable) ./doc/common/tables/sahara-database.xml:100(replaceable) ./doc/common/tables/sahara-logging.xml:85(replaceable) ./doc/common/tables/sahara-logging.xml:93(replaceable) ./doc/common/tables/sahara-logging.xml:97(replaceable) ./doc/common/tables/neutron-nsx.xml:187(replaceable) ./doc/common/tables/neutron-nsx.xml:262(replaceable) ./doc/common/tables/neutron-nsx.xml:278(replaceable) ./doc/common/tables/neutron-nsx.xml:322(replaceable) ./doc/common/tables/keystone-kvs.xml:33(replaceable) ./doc/common/tables/trove-backup.xml:45(replaceable) ./doc/common/tables/trove-backup.xml:49(replaceable) ./doc/common/tables/neutron-compute.xml:21(replaceable) ./doc/common/tables/neutron-compute.xml:25(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:21(replaceable) ./doc/common/tables/glance-logging.xml:85(replaceable) ./doc/common/tables/glance-logging.xml:93(replaceable) ./doc/common/tables/glance-logging.xml:97(replaceable) ./doc/common/tables/glance-auth_token.xml:109(replaceable) ./doc/common/tables/nova-api.xml:33(replaceable) ./doc/common/tables/nova-api.xml:117(replaceable) ./doc/common/tables/aodh-common.xml:69(replaceable) ./doc/common/tables/aodh-common.xml:85(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:109(replaceable) ./doc/common/tables/keystone-database.xml:37(replaceable) ./doc/common/tables/keystone-database.xml:93(replaceable) ./doc/common/tables/aodh-logging.xml:85(replaceable) ./doc/common/tables/aodh-logging.xml:93(replaceable) ./doc/common/tables/aodh-logging.xml:97(replaceable) +#: ./doc/common/tables/neutron-logging.xml:93(replaceable) ./doc/common/tables/neutron-logging.xml:101(replaceable) ./doc/common/tables/neutron-logging.xml:105(replaceable) ./doc/common/tables/cinder-zones.xml:39(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:108(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:144(replaceable) ./doc/common/tables/trove-compute.xml:59(replaceable) ./doc/common/tables/ceilometer-qpid.xml:79(replaceable) ./doc/common/tables/trove-zeromq.xml:39(replaceable) ./doc/common/tables/trove-zeromq.xml:71(replaceable) ./doc/common/tables/sahara-auth_token.xml:127(replaceable) ./doc/common/tables/manila-database.xml:66(replaceable) ./doc/common/tables/manila-database.xml:122(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:63(replaceable) ./doc/common/tables/keystone-zeromq.xml:39(replaceable) ./doc/common/tables/keystone-zeromq.xml:71(replaceable) ./doc/common/tables/heat-zeromq.xml:39(replaceable) ./doc/common/tables/heat-zeromq.xml:71(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:37(replaceable) ./doc/common/tables/neutron-l3_agent.xml:69(replaceable) ./doc/common/tables/neutron-l3_agent.xml:112(replaceable) ./doc/common/tables/neutron-l3_agent.xml:116(replaceable) ./doc/common/tables/ironic-zeromq.xml:39(replaceable) ./doc/common/tables/ironic-zeromq.xml:71(replaceable) ./doc/common/tables/heat-qpid.xml:79(replaceable) ./doc/common/tables/cinder-logging.xml:107(replaceable) ./doc/common/tables/cinder-logging.xml:115(replaceable) ./doc/common/tables/cinder-logging.xml:119(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:37(replaceable) ./doc/common/tables/ceilometer-alarm.xml:55(replaceable) ./doc/common/tables/ceilometer-alarm.xml:71(replaceable) ./doc/common/tables/ceilometer-cors.xml:39(replaceable) ./doc/common/tables/ceilometer-cors.xml:66(replaceable) ./doc/common/tables/neutron-cisco.xml:63(replaceable) ./doc/common/tables/trove-db_mongodb.xml:59(replaceable) ./doc/common/tables/trove-db_mongodb.xml:123(replaceable) ./doc/common/tables/cinder-database.xml:62(replaceable) ./doc/common/tables/cinder-database.xml:118(replaceable) ./doc/common/tables/ironic-logging.xml:103(replaceable) ./doc/common/tables/ironic-logging.xml:111(replaceable) ./doc/common/tables/ironic-logging.xml:115(replaceable) ./doc/common/tables/keystone-trust.xml:47(replaceable) ./doc/common/tables/manila-zeromq.xml:39(replaceable) ./doc/common/tables/manila-zeromq.xml:71(replaceable) ./doc/common/tables/neutron-auth_token.xml:109(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:106(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:314(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:318(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:322(replaceable) ./doc/common/tables/keystone-api.xml:47(replaceable) ./doc/common/tables/keystone-api.xml:94(replaceable) ./doc/common/tables/keystone-api.xml:105(replaceable) ./doc/common/tables/keystone-api.xml:148(replaceable) ./doc/common/tables/keystone-api.xml:177(replaceable) ./doc/common/tables/cinder-qpid.xml:79(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:60(replaceable) ./doc/common/tables/cinder-san.xml:71(replaceable) ./doc/common/tables/cinder-cors.xml:39(replaceable) ./doc/common/tables/cinder-cors.xml:66(replaceable) ./doc/common/tables/trove-taskmanager.xml:83(replaceable) ./doc/common/tables/trove-taskmanager.xml:103(replaceable) ./doc/common/tables/nova-compute.xml:79(replaceable) ./doc/common/tables/nova-compute.xml:175(replaceable) ./doc/common/tables/neutron-api.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:69(replaceable) ./doc/common/tables/nova-database.xml:90(replaceable) ./doc/common/tables/nova-database.xml:113(replaceable) ./doc/common/tables/nova-database.xml:169(replaceable) ./doc/common/tables/trove-logging.xml:111(replaceable) ./doc/common/tables/trove-logging.xml:119(replaceable) ./doc/common/tables/trove-logging.xml:123(replaceable) ./doc/common/tables/cinder-quota.xml:75(replaceable) ./doc/common/tables/ironic-common.xml:55(replaceable) ./doc/common/tables/heat-auth_token.xml:127(replaceable) ./doc/common/tables/ceilometer-common.xml:39(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:59(replaceable) ./doc/common/tables/trove-volume.xml:63(replaceable) ./doc/common/tables/keystone-revoke.xml:43(replaceable) ./doc/common/tables/nova-auth_token.xml:127(replaceable) ./doc/common/tables/trove-db_mysql.xml:91(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:65(replaceable) ./doc/common/tables/neutron-nec.xml:33(replaceable) ./doc/common/tables/neutron-nec.xml:57(replaceable) ./doc/common/tables/neutron-embrane.xml:25(replaceable) ./doc/common/tables/manila-storage.xml:67(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:55(replaceable) ./doc/common/tables/nova-spice.xml:39(replaceable) ./doc/common/tables/trove-db_couchbase.xml:71(replaceable) ./doc/common/tables/trove-db_couchbase.xml:83(replaceable) ./doc/common/tables/trove-db_couchbase.xml:134(replaceable) ./doc/common/tables/trove-qpid.xml:79(replaceable) ./doc/common/tables/ironic-database.xml:55(replaceable) ./doc/common/tables/ironic-database.xml:115(replaceable) ./doc/common/tables/keystone-qpid.xml:79(replaceable) ./doc/common/tables/nova-volumes.xml:74(replaceable) ./doc/common/tables/keystone-mapping.xml:39(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:44(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:48(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:127(replaceable) ./doc/common/tables/sahara-clients.xml:88(replaceable) ./doc/common/tables/nova-ec2.xml:71(replaceable) ./doc/common/tables/heat-logging.xml:103(replaceable) ./doc/common/tables/heat-logging.xml:111(replaceable) ./doc/common/tables/heat-logging.xml:115(replaceable) ./doc/common/tables/nova-periodic.xml:39(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:21(replaceable) ./doc/common/tables/ironic-api.xml:58(replaceable) ./doc/common/tables/ironic-api.xml:85(replaceable) ./doc/common/tables/glance-zeromq.xml:39(replaceable) ./doc/common/tables/glance-zeromq.xml:71(replaceable) ./doc/common/tables/ceilometer-logging.xml:103(replaceable) ./doc/common/tables/ceilometer-logging.xml:111(replaceable) ./doc/common/tables/ceilometer-logging.xml:115(replaceable) ./doc/common/tables/nova-apiv21.xml:39(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:55(replaceable) ./doc/common/tables/cinder-solidfire.xml:43(replaceable) ./doc/common/tables/cinder-solidfire.xml:55(replaceable) ./doc/common/tables/cinder-solidfire.xml:59(replaceable) ./doc/common/tables/ironic-qpid.xml:79(replaceable) ./doc/common/tables/trove-db_cassandra.xml:79(replaceable) ./doc/common/tables/sahara-zeromq.xml:39(replaceable) ./doc/common/tables/sahara-zeromq.xml:71(replaceable) ./doc/common/tables/aodh-cors.xml:21(replaceable) ./doc/common/tables/aodh-cors.xml:48(replaceable) ./doc/common/tables/trove-db_percona.xml:99(replaceable) ./doc/common/tables/ironic-auth_token.xml:127(replaceable) ./doc/common/tables/trove-db_db2.xml:87(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:39(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:71(replaceable) ./doc/common/tables/glance-database.xml:55(replaceable) ./doc/common/tables/glance-database.xml:111(replaceable) ./doc/common/tables/neutron-ml2_sriov.xml:21(replaceable) ./doc/common/tables/glance-common.xml:39(replaceable) ./doc/common/tables/heat-api.xml:164(replaceable) ./doc/common/tables/cinder-flashsystem.xml:47(replaceable) ./doc/common/tables/nova-network.xml:39(replaceable) ./doc/common/tables/nova-network.xml:131(replaceable) ./doc/common/tables/cinder-quobyte.xml:47(replaceable) ./doc/common/tables/cinder-quobyte.xml:51(replaceable) ./doc/common/tables/keystone-token.xml:39(replaceable) ./doc/common/tables/keystone-token.xml:51(replaceable) ./doc/common/tables/keystone-token.xml:75(replaceable) ./doc/common/tables/keystone-ldap.xml:71(replaceable) ./doc/common/tables/keystone-ldap.xml:75(replaceable) ./doc/common/tables/keystone-ldap.xml:79(replaceable) ./doc/common/tables/keystone-ldap.xml:147(replaceable) ./doc/common/tables/keystone-ldap.xml:151(replaceable) ./doc/common/tables/keystone-ldap.xml:155(replaceable) ./doc/common/tables/keystone-ldap.xml:215(replaceable) ./doc/common/tables/keystone-ldap.xml:219(replaceable) ./doc/common/tables/keystone-ldap.xml:223(replaceable) ./doc/common/tables/keystone-ldap.xml:299(replaceable) ./doc/common/tables/keystone-ldap.xml:303(replaceable) ./doc/common/tables/keystone-ldap.xml:307(replaceable) ./doc/common/tables/keystone-ldap.xml:323(replaceable) ./doc/common/tables/cinder-backups_swift.xml:59(replaceable) ./doc/common/tables/trove-auth_token.xml:127(replaceable) ./doc/common/tables/manila-cors.xml:39(replaceable) ./doc/common/tables/manila-cors.xml:66(replaceable) ./doc/common/tables/manila-common.xml:47(replaceable) ./doc/common/tables/manila-common.xml:127(replaceable) ./doc/common/tables/manila-common.xml:139(replaceable) ./doc/common/tables/manila-common.xml:163(replaceable) ./doc/common/tables/ironic-agent.xml:55(replaceable) ./doc/common/tables/trove-db_redis.xml:55(replaceable) ./doc/common/tables/trove-db_redis.xml:99(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:37(replaceable) ./doc/common/tables/manila-auth_token.xml:127(replaceable) ./doc/common/tables/nova-vnc.xml:85(replaceable) ./doc/common/tables/neutron-cors.xml:21(replaceable) ./doc/common/tables/neutron-cors.xml:48(replaceable) ./doc/common/tables/glance-qpid.xml:79(replaceable) ./doc/common/tables/nova-qpid.xml:79(replaceable) ./doc/common/tables/cinder-storwize.xml:51(replaceable) ./doc/common/tables/cinder-storwize.xml:55(replaceable) ./doc/common/tables/cinder-storwize.xml:63(replaceable) ./doc/common/tables/cinder-storwize.xml:71(replaceable) ./doc/common/tables/cinder-storwize.xml:79(replaceable) ./doc/common/tables/cinder-vzstorage.xml:51(replaceable) ./doc/common/tables/trove-debug.xml:62(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:43(replaceable) ./doc/common/tables/cinder-auth_token.xml:127(replaceable) ./doc/common/tables/heat-database.xml:55(replaceable) ./doc/common/tables/heat-database.xml:111(replaceable) ./doc/common/tables/manila-share.xml:39(replaceable) ./doc/common/tables/manila-share.xml:135(replaceable) ./doc/common/tables/neutron-scheduler.xml:21(replaceable) ./doc/common/tables/neutron-scheduler.xml:29(replaceable) ./doc/common/tables/neutron-scheduler.xml:33(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/swift-proxy-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/neutron-bigswitch.xml:100(replaceable) ./doc/common/tables/neutron-bigswitch.xml:104(replaceable) ./doc/common/tables/neutron-bigswitch.xml:108(replaceable) ./doc/common/tables/neutron-bigswitch.xml:128(replaceable) ./doc/common/tables/neutron-bigswitch.xml:144(replaceable) ./doc/common/tables/nova-scheduler.xml:95(replaceable) ./doc/common/tables/nova-scheduler.xml:143(replaceable) ./doc/common/tables/nova-scheduler.xml:181(replaceable) ./doc/common/tables/nova-logging.xml:107(replaceable) ./doc/common/tables/nova-logging.xml:115(replaceable) ./doc/common/tables/nova-logging.xml:119(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:63(replaceable) ./doc/common/tables/trove-api.xml:63(replaceable) ./doc/common/tables/trove-api.xml:131(replaceable) ./doc/common/tables/ironic-conductor.xml:51(replaceable) ./doc/common/tables/ironic-conductor.xml:67(replaceable) ./doc/common/tables/cinder-backups.xml:87(replaceable) ./doc/common/tables/cinder-zeromq.xml:39(replaceable) ./doc/common/tables/cinder-zeromq.xml:71(replaceable) ./doc/common/tables/trove-db_postgresql.xml:87(replaceable) ./doc/common/tables/ceilometer-database.xml:74(replaceable) ./doc/common/tables/ceilometer-database.xml:150(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:64(replaceable) ./doc/common/tables/cinder-hpxp.xml:63(replaceable) ./doc/common/tables/nova-hypervisor.xml:43(replaceable) ./doc/common/tables/nova-hypervisor.xml:55(replaceable) ./doc/common/tables/keystone-identity.xml:43(replaceable) ./doc/common/tables/glance-api.xml:55(replaceable) ./doc/common/tables/glance-api.xml:59(replaceable) ./doc/common/tables/glance-api.xml:63(replaceable) ./doc/common/tables/glance-api.xml:67(replaceable) ./doc/common/tables/glance-api.xml:75(replaceable) ./doc/common/tables/glance-api.xml:83(replaceable) ./doc/common/tables/glance-api.xml:99(replaceable) ./doc/common/tables/glance-api.xml:119(replaceable) ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:51(replaceable) ./doc/common/tables/neutron-common.xml:89(replaceable) ./doc/common/tables/neutron-common.xml:105(replaceable) ./doc/common/tables/neutron-common.xml:125(replaceable) ./doc/common/tables/neutron-common.xml:145(replaceable) ./doc/common/tables/trove-db_pxc.xml:55(replaceable) ./doc/common/tables/trove-db_pxc.xml:119(replaceable) ./doc/common/tables/nova-common.xml:117(replaceable) ./doc/common/tables/nova-common.xml:121(replaceable) ./doc/common/tables/nova-common.xml:129(replaceable) ./doc/common/tables/keystone-role.xml:43(replaceable) ./doc/common/tables/ceilometer-events.xml:54(replaceable) ./doc/common/tables/nova-cors.xml:39(replaceable) ./doc/common/tables/nova-cors.xml:66(replaceable) ./doc/common/tables/cinder-emc_sio.xml:55(replaceable) ./doc/common/tables/keystone-logging.xml:103(replaceable) ./doc/common/tables/keystone-logging.xml:111(replaceable) ./doc/common/tables/keystone-logging.xml:115(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:41(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:59(replaceable) ./doc/common/tables/cinder-api.xml:43(replaceable) ./doc/common/tables/cinder-api.xml:59(replaceable) ./doc/common/tables/cinder-api.xml:63(replaceable) ./doc/common/tables/aodh-qpid.xml:61(replaceable) ./doc/common/tables/trove-db_mariadb.xml:91(replaceable) ./doc/common/tables/aodh-auth_token.xml:109(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:40(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:56(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:64(replaceable) ./doc/common/tables/heat-cors.xml:39(replaceable) ./doc/common/tables/heat-cors.xml:66(replaceable) ./doc/common/tables/nova-zeromq.xml:39(replaceable) ./doc/common/tables/nova-zeromq.xml:71(replaceable) ./doc/common/tables/neutron-qpid.xml:61(replaceable) ./doc/common/tables/sahara-cors.xml:39(replaceable) ./doc/common/tables/sahara-cors.xml:66(replaceable) ./doc/common/tables/manila-qpid.xml:79(replaceable) ./doc/common/tables/nova-policy.xml:39(replaceable) ./doc/common/tables/cinder-smbfs.xml:59(replaceable) ./doc/common/tables/heat-common.xml:161(replaceable) ./doc/common/tables/keystone-auth_token.xml:127(replaceable) ./doc/common/tables/glance-cors.xml:39(replaceable) ./doc/common/tables/glance-cors.xml:66(replaceable) ./doc/common/tables/keystone-catalog.xml:43(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/cinder-hitachi-hbsd.xml:79(replaceable) ./doc/common/tables/cinder-common.xml:95(replaceable) ./doc/common/tables/cinder-common.xml:123(replaceable) ./doc/common/tables/cinder-common.xml:235(replaceable) ./doc/common/tables/cinder-common.xml:267(replaceable) ./doc/common/tables/manila-api.xml:43(replaceable) ./doc/common/tables/neutron-vmware.xml:36(replaceable) ./doc/common/tables/neutron-vmware.xml:40(replaceable) ./doc/common/tables/neutron-vmware.xml:111(replaceable) ./doc/common/tables/neutron-database.xml:37(replaceable) ./doc/common/tables/neutron-database.xml:93(replaceable) ./doc/common/tables/sahara-common.xml:79(replaceable) ./doc/common/tables/sahara-common.xml:135(replaceable) ./doc/common/tables/sahara-common.xml:171(replaceable) ./doc/common/tables/sahara-common.xml:175(replaceable) ./doc/common/tables/sahara-common.xml:194(replaceable) ./doc/common/tables/keystone-domain.xml:43(replaceable) ./doc/common/tables/aodh-database.xml:45(replaceable) ./doc/common/tables/aodh-database.xml:101(replaceable) ./doc/common/tables/sahara-qpid.xml:79(replaceable) ./doc/common/tables/neutron-linuxbridge_agent.xml:32(replaceable) ./doc/common/tables/neutron-quotas.xml:120(replaceable) ./doc/common/tables/keystone-cors.xml:39(replaceable) ./doc/common/tables/keystone-cors.xml:66(replaceable) ./doc/common/tables/nova-vmware.xml:115(replaceable) ./doc/common/tables/trove-db_vertica.xml:59(replaceable) ./doc/common/tables/trove-db_vertica.xml:103(replaceable) ./doc/common/tables/manila-emc.xml:67(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:51(replaceable) ./doc/common/tables/ceilometer-notification.xml:39(replaceable) ./doc/common/tables/manila-logging.xml:107(replaceable) ./doc/common/tables/manila-logging.xml:115(replaceable) ./doc/common/tables/manila-logging.xml:119(replaceable) ./doc/common/tables/nova-libvirt.xml:39(replaceable) ./doc/common/tables/nova-libvirt.xml:142(replaceable) ./doc/common/tables/nova-libvirt.xml:190(replaceable) ./doc/common/tables/nova-libvirt.xml:194(replaceable) ./doc/common/tables/neutron-plumgrid.xml:29(replaceable) ./doc/common/tables/nova-xen.xml:97(replaceable) ./doc/common/tables/nova-xen.xml:181(replaceable) ./doc/common/tables/nova-xen.xml:241(replaceable) ./doc/common/tables/sahara-database.xml:62(replaceable) ./doc/common/tables/sahara-database.xml:118(replaceable) ./doc/common/tables/sahara-logging.xml:103(replaceable) ./doc/common/tables/sahara-logging.xml:111(replaceable) ./doc/common/tables/sahara-logging.xml:115(replaceable) ./doc/common/tables/neutron-nsx.xml:187(replaceable) ./doc/common/tables/neutron-nsx.xml:262(replaceable) ./doc/common/tables/neutron-nsx.xml:278(replaceable) ./doc/common/tables/neutron-nsx.xml:322(replaceable) ./doc/common/tables/keystone-kvs.xml:51(replaceable) ./doc/common/tables/trove-backup.xml:63(replaceable) ./doc/common/tables/trove-backup.xml:67(replaceable) ./doc/common/tables/neutron-compute.xml:21(replaceable) ./doc/common/tables/neutron-compute.xml:25(replaceable) ./doc/common/tables/cinder-backups_tsm.xml:39(replaceable) ./doc/common/tables/glance-logging.xml:103(replaceable) ./doc/common/tables/glance-logging.xml:111(replaceable) ./doc/common/tables/glance-logging.xml:115(replaceable) ./doc/common/tables/glance-auth_token.xml:127(replaceable) ./doc/common/tables/nova-api.xml:51(replaceable) ./doc/common/tables/nova-api.xml:135(replaceable) ./doc/common/tables/aodh-common.xml:69(replaceable) ./doc/common/tables/aodh-common.xml:85(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:127(replaceable) ./doc/common/tables/keystone-database.xml:55(replaceable) ./doc/common/tables/keystone-database.xml:111(replaceable) ./doc/common/tables/aodh-logging.xml:85(replaceable) ./doc/common/tables/aodh-logging.xml:93(replaceable) ./doc/common/tables/aodh-logging.xml:97(replaceable) msgid "True" msgstr "" -#: ./doc/common/tables/neutron-logging.xml:94(td) ./doc/common/tables/cinder-logging.xml:90(td) ./doc/common/tables/heat-logging.xml:86(td) ./doc/common/tables/aodh-logging.xml:86(td) +#: ./doc/common/tables/neutron-logging.xml:94(td) ./doc/common/tables/aodh-logging.xml:86(td) msgid "(BoolOpt) Log output to standard error." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:98(td) ./doc/common/tables/cinder-logging.xml:94(td) ./doc/common/tables/heat-logging.xml:90(td) ./doc/common/tables/aodh-logging.xml:90(td) +#: ./doc/common/tables/neutron-logging.xml:98(td) ./doc/common/tables/aodh-logging.xml:90(td) msgid "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:102(td) ./doc/common/tables/cinder-logging.xml:98(td) ./doc/common/tables/heat-logging.xml:94(td) ./doc/common/tables/aodh-logging.xml:94(td) +#: ./doc/common/tables/neutron-logging.xml:102(td) ./doc/common/tables/aodh-logging.xml:94(td) msgid "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:106(td) ./doc/common/tables/cinder-logging.xml:102(td) ./doc/common/tables/ironic-logging.xml:98(td) ./doc/common/tables/trove-logging.xml:106(td) ./doc/common/tables/heat-logging.xml:98(td) ./doc/common/tables/ceilometer-logging.xml:98(td) ./doc/common/tables/nova-logging.xml:102(td) ./doc/common/tables/keystone-logging.xml:98(td) ./doc/common/tables/manila-logging.xml:102(td) ./doc/common/tables/sahara-logging.xml:98(td) ./doc/common/tables/glance-logging.xml:98(td) ./doc/common/tables/aodh-logging.xml:98(td) +#: ./doc/common/tables/neutron-logging.xml:106(td) ./doc/common/tables/cinder-logging.xml:120(td) ./doc/common/tables/ironic-logging.xml:116(td) ./doc/common/tables/trove-logging.xml:124(td) ./doc/common/tables/heat-logging.xml:116(td) ./doc/common/tables/ceilometer-logging.xml:116(td) ./doc/common/tables/nova-logging.xml:120(td) ./doc/common/tables/keystone-logging.xml:116(td) ./doc/common/tables/manila-logging.xml:120(td) ./doc/common/tables/sahara-logging.xml:116(td) ./doc/common/tables/glance-logging.xml:116(td) ./doc/common/tables/aodh-logging.xml:98(td) msgid "(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default." msgstr "" -#: ./doc/common/tables/neutron-logging.xml:109(th) ./doc/common/tables/ironic-api.xml:102(th) ./doc/common/tables/heat-api.xml:211(th) ./doc/common/tables/cinder-api.xml:159(th) ./doc/common/tables/nova-api.xml:136(th) +#: ./doc/common/tables/neutron-logging.xml:109(th) ./doc/common/tables/ironic-api.xml:120(th) ./doc/common/tables/heat-api.xml:229(th) ./doc/common/tables/cinder-api.xml:185(th) ./doc/common/tables/nova-api.xml:154(th) msgid "[oslo_versionedobjects]" msgstr "" @@ -4102,7 +4102,7 @@ msgstr "" msgid "Description of Open vStorage driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-openvstorage.xml:21(td) ./doc/common/tables/nova-console.xml:21(td) ./doc/common/tables/keystone-federation.xml:21(td) ./doc/common/tables/trove-rpc.xml:83(td) ./doc/common/tables/trove-rpc.xml:87(td) ./doc/common/tables/trove-rpc.xml:91(td) ./doc/common/tables/trove-rpc.xml:95(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:123(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/neutron-ml2_bigswitch.xml:85(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/neutron-fwaas_ngfw.xml:21(td) ./doc/common/tables/neutron-fwaas_ngfw.xml:25(td) ./doc/common/tables/neutron-fwaas_ngfw.xml:29(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/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/sahara-auth_token.xml:37(td) ./doc/common/tables/cinder-lenovo.xml:33(td) ./doc/common/tables/neutron-l3_agent.xml:49(td) ./doc/common/tables/neutron-l3_agent.xml:73(td) ./doc/common/tables/neutron-l3_agent.xml:85(td) ./doc/common/tables/neutron-l3_agent.xml:89(td) ./doc/common/tables/neutron-l3_agent.xml:101(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:54(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/neutron-fujitsu_cfab.xml:21(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:29(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:21(td) ./doc/common/tables/ceilometer-alarm.xml:41(td) ./doc/common/tables/ceilometer-alarm.xml:45(td) ./doc/common/tables/keystone-redis.xml:25(td) ./doc/common/tables/keystone-redis.xml:40(td) ./doc/common/tables/cinder-hpmsa.xml:33(td) ./doc/common/tables/neutron-hyperv_agent.xml:37(td) ./doc/common/tables/trove-db_mongodb.xml:101(td) ./doc/common/tables/nova-hyperv.xml:33(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/neutron-auth_token.xml:37(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/neutron-lbaas_services.xml:184(td) ./doc/common/tables/neutron-lbaas_services.xml:204(td) ./doc/common/tables/neutron-lbaas_services.xml:247(td) ./doc/common/tables/neutron-lbaas_services.xml:267(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/ironic-redis.xml:21(td) ./doc/common/tables/ironic-redis.xml:36(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/trove-nova.xml:21(td) ./doc/common/tables/trove-nova.xml:25(td) ./doc/common/tables/trove-nova.xml:29(td) ./doc/common/tables/trove-nova.xml:33(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:21(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:25(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:29(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:33(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:37(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:65(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:81(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:89(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/heat-rpc.xml:87(td) ./doc/common/tables/heat-rpc.xml:91(td) ./doc/common/tables/heat-rpc.xml:95(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) ./doc/common/tables/neutron-rpc.xml:87(td) ./doc/common/tables/neutron-rpc.xml:91(td) ./doc/common/tables/neutron-rpc.xml:95(td) ./doc/common/tables/nova-rpc.xml:82(td) ./doc/common/tables/nova-rpc.xml:86(td) ./doc/common/tables/nova-rpc.xml:90(td) ./doc/common/tables/nova-rpc.xml:94(td) ./doc/common/tables/nova-rpc.xml:102(td) ./doc/common/tables/nova-rpc.xml:106(td) ./doc/common/tables/nova-rpc.xml:110(td) ./doc/common/tables/nova-rpc.xml:122(td) ./doc/common/tables/nova-compute.xml:33(td) ./doc/common/tables/cinder-scheduler.xml:45(td) ./doc/common/tables/neutron-api.xml:33(td) ./doc/common/tables/neutron-api.xml:61(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:21(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:29(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:33(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:44(td) ./doc/common/tables/heat-auth_token.xml:37(td) ./doc/common/tables/neutron-metadata.xml:33(td) ./doc/common/tables/neutron-metadata.xml:37(td) ./doc/common/tables/neutron-metadata.xml:49(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/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/nova-auth_token.xml:37(td) ./doc/common/tables/trove-db_mysql.xml:65(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/glance-replicator.xml:37(td) ./doc/common/tables/glance-replicator.xml:45(td) ./doc/common/tables/glance-replicator.xml:49(td) ./doc/common/tables/neutron-dhcp_agent.xml:33(td) ./doc/common/tables/neutron-nec.xml:49(td) ./doc/common/tables/neutron-nec.xml:79(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/keystone-rabbitmq.xml:61(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/cinder-rabbitmq.xml:61(td) ./doc/common/tables/trove-db_couchbase.xml:61(td) ./doc/common/tables/trove-db_couchbase.xml:112(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/keystone-qpid.xml:41(td) ./doc/common/tables/keystone-qpid.xml:57(td) ./doc/common/tables/keystone-qpid.xml:69(td) ./doc/common/tables/nova-volumes.xml:126(td) ./doc/common/tables/nova-volumes.xml:146(td) ./doc/common/tables/nova-vpn.xml:25(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/neutron-ml2_cisco.xml:216(td) ./doc/common/tables/neutron-ml2_cisco.xml:220(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/nova-ec2.xml:85(td) ./doc/common/tables/ceilometer-redis.xml:21(td) ./doc/common/tables/ceilometer-redis.xml:36(td) ./doc/common/tables/manila-glusterfs.xml:49(td) ./doc/common/tables/octavia.xml:45(td) ./doc/common/tables/octavia.xml:49(td) ./doc/common/tables/octavia.xml:71(td) ./doc/common/tables/octavia.xml:87(td) ./doc/common/tables/octavia.xml:156(td) ./doc/common/tables/octavia.xml:171(td) ./doc/common/tables/octavia.xml:257(td) ./doc/common/tables/octavia.xml:261(td) ./doc/common/tables/octavia.xml:265(td) ./doc/common/tables/octavia.xml:269(td) ./doc/common/tables/octavia.xml:273(td) ./doc/common/tables/sahara-rpc.xml:75(td) ./doc/common/tables/sahara-rpc.xml:79(td) ./doc/common/tables/sahara-rpc.xml:83(td) ./doc/common/tables/sahara-rpc.xml:87(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:115(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/neutron-l2_agent.xml:21(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/manila-redis.xml:21(td) ./doc/common/tables/manila-redis.xml:36(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-dothill.xml:33(td) ./doc/common/tables/trove-db_cassandra.xml:53(td) ./doc/common/tables/heat-metadata_api.xml:21(td) ./doc/common/tables/nova-redis.xml:21(td) ./doc/common/tables/nova-redis.xml:36(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/cinder-infortrend.xml:33(td) ./doc/common/tables/trove-db_percona.xml:73(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:20(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/ironic-auth_token.xml:37(td) ./doc/common/tables/trove-db_db2.xml:65(td) ./doc/common/tables/ironic-glance.xml:21(td) ./doc/common/tables/aodh-rpc.xml:72(td) ./doc/common/tables/aodh-rpc.xml:76(td) ./doc/common/tables/aodh-rpc.xml:80(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:20(td) ./doc/common/tables/neutron-agent.xml:48(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:93(td) ./doc/common/tables/heat-api.xml:100(td) ./doc/common/tables/heat-api.xml:111(td) ./doc/common/tables/ironic-irmc.xml:49(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/neutron-ml2_brocade.xml:21(td) ./doc/common/tables/neutron-ml2_brocade.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:37(td) ./doc/common/tables/neutron-ml2_brocade.xml:52(td) ./doc/common/tables/neutron-ml2_brocade.xml:68(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/keystone-token.xml:25(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-auth_token.xml:37(td) ./doc/common/tables/neutron-ml2_vxlan.xml:21(td) ./doc/common/tables/manila-common.xml:49(td) ./doc/common/tables/keystone-cache.xml:69(td) ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) ./doc/common/tables/neutron-sriov.xml:21(td) ./doc/common/tables/neutron-sriov.xml:25(td) ./doc/common/tables/glance-amqp.xml:29(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/ceilometer-dispatcher_http.xml:29(td) ./doc/common/tables/ceilometer-inspector.xml:29(td) ./doc/common/tables/manila-rpc.xml:79(td) ./doc/common/tables/manila-rpc.xml:83(td) ./doc/common/tables/manila-rpc.xml:87(td) ./doc/common/tables/manila-rpc.xml:91(td) ./doc/common/tables/manila-rpc.xml:99(td) ./doc/common/tables/manila-rpc.xml:103(td) ./doc/common/tables/manila-rpc.xml:107(td) ./doc/common/tables/manila-rpc.xml:119(td) ./doc/common/tables/trove-db_redis.xml:77(td) ./doc/common/tables/cinder-emc.xml:49(td) ./doc/common/tables/cinder-emc.xml:57(td) ./doc/common/tables/cinder-emc.xml:81(td) ./doc/common/tables/cinder-storage_ceph.xml:33(td) ./doc/common/tables/manila-auth_token.xml:37(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/neutron-ml2_ale_omniswitch.xml:21(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:25(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:29(td) ./doc/common/tables/keystone-rpc.xml:64(td) ./doc/common/tables/keystone-rpc.xml:68(td) ./doc/common/tables/keystone-rpc.xml:72(td) ./doc/common/tables/keystone-rpc.xml:76(td) ./doc/common/tables/keystone-rpc.xml:84(td) ./doc/common/tables/keystone-rpc.xml:88(td) ./doc/common/tables/keystone-rpc.xml:92(td) ./doc/common/tables/keystone-rpc.xml:104(td) ./doc/common/tables/ceilometer-vmware.xml:29(td) ./doc/common/tables/ceilometer-vmware.xml:33(td) ./doc/common/tables/ceilometer-vmware.xml:41(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/glance-redis.xml:25(td) ./doc/common/tables/glance-redis.xml:40(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/neutron-ml2_flat.xml:21(td) ./doc/common/tables/manila-zfssa.xml:49(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/cinder-auth_token.xml:37(td) ./doc/common/tables/heat-clients_heat.xml:41(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:20(td) ./doc/common/tables/nova-neutron.xml:84(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-clients_keystone.xml:21(td) ./doc/common/tables/manila-share.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:31(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/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/neutron-bigswitch.xml:85(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-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/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/ceilometer-api.xml:45(td) ./doc/common/tables/nova-apiv3.xml:25(td) ./doc/common/tables/nova-apiv3.xml:29(td) ./doc/common/tables/trove-db_postgresql.xml:65(td) ./doc/common/tables/cinder-ibmnas.xml:25(td) ./doc/common/tables/cinder-ibmnas.xml:37(td) ./doc/common/tables/cinder-ibmnas.xml:41(td) ./doc/common/tables/cinder-ibmnas.xml:53(td) ./doc/common/tables/glance-api.xml:29(td) ./doc/common/tables/glance-api.xml:145(td) ./doc/common/tables/manila-scheduler.xml:45(td) ./doc/common/tables/trove-db_pxc.xml:93(td) ./doc/common/tables/ironic-rpc.xml:75(td) ./doc/common/tables/ironic-rpc.xml:79(td) ./doc/common/tables/ironic-rpc.xml:83(td) ./doc/common/tables/ironic-rpc.xml:87(td) ./doc/common/tables/ironic-rpc.xml:95(td) ./doc/common/tables/ironic-rpc.xml:99(td) ./doc/common/tables/ironic-rpc.xml:103(td) ./doc/common/tables/ironic-rpc.xml:115(td) ./doc/common/tables/nova-glance.xml:28(td) ./doc/common/tables/nova-glance.xml:59(td) ./doc/common/tables/heat-cloudwatch_api.xml:25(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/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-api.xml:57(td) ./doc/common/tables/cinder-api.xml:77(td) ./doc/common/tables/manila-hp3par.xml:21(td) ./doc/common/tables/manila-hp3par.xml:37(td) ./doc/common/tables/manila-hp3par.xml:41(td) ./doc/common/tables/manila-hp3par.xml:45(td) ./doc/common/tables/manila-hp3par.xml:49(td) ./doc/common/tables/manila-hp3par.xml:57(td) ./doc/common/tables/manila-hp3par.xml:61(td) ./doc/common/tables/aodh-qpid.xml:41(td) ./doc/common/tables/aodh-qpid.xml:57(td) ./doc/common/tables/aodh-qpid.xml:69(td) ./doc/common/tables/trove-db_mariadb.xml:65(td) ./doc/common/tables/aodh-auth_token.xml:37(td) ./doc/common/tables/neutron-openvswitch_agent.xml:76(td) ./doc/common/tables/neutron-openvswitch_agent.xml:91(td) ./doc/common/tables/cinder-storage.xml:53(td) ./doc/common/tables/cinder-block-device.xml:21(td) ./doc/common/tables/sahara-redis.xml:25(td) ./doc/common/tables/sahara-redis.xml:40(td) ./doc/common/tables/neutron-onos.xml:21(td) ./doc/common/tables/neutron-onos.xml:25(td) ./doc/common/tables/neutron-onos.xml:29(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/neutron-ml2_geneve.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/trove-redis.xml:21(td) ./doc/common/tables/trove-redis.xml:36(td) ./doc/common/tables/manila-qpid.xml:41(td) ./doc/common/tables/manila-qpid.xml:57(td) ./doc/common/tables/manila-qpid.xml:69(td) ./doc/common/tables/nova-policy.xml:37(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/heat-common.xml:124(td) ./doc/common/tables/keystone-auth_token.xml:37(td) ./doc/common/tables/neutron-sdnve.xml:45(td) ./doc/common/tables/neutron-ml2_bagpipe.xml:32(td) ./doc/common/tables/ceilometer-rpc.xml:86(td) ./doc/common/tables/ceilometer-rpc.xml:90(td) ./doc/common/tables/ceilometer-rpc.xml:94(td) ./doc/common/tables/ceilometer-rpc.xml:98(td) ./doc/common/tables/ceilometer-rpc.xml:106(td) ./doc/common/tables/ceilometer-rpc.xml:110(td) ./doc/common/tables/ceilometer-rpc.xml:114(td) ./doc/common/tables/ceilometer-rpc.xml:126(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:20(td) ./doc/common/tables/neutron-ml2_mlnx.xml:29(td) ./doc/common/tables/cinder-common.xml:25(td) ./doc/common/tables/cinder-common.xml:29(td) ./doc/common/tables/cinder-common.xml:101(td) ./doc/common/tables/cinder-common.xml:121(td) ./doc/common/tables/manila-api.xml:49(td) ./doc/common/tables/neutron-vmware.xml:32(td) ./doc/common/tables/neutron-vmware.xml:48(td) ./doc/common/tables/neutron-vmware.xml:52(td) ./doc/common/tables/sahara-common.xml:93(td) ./doc/common/tables/sahara-common.xml:133(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/glance-rpc.xml:79(td) ./doc/common/tables/glance-rpc.xml:83(td) ./doc/common/tables/glance-rpc.xml:87(td) ./doc/common/tables/glance-rpc.xml:91(td) ./doc/common/tables/glance-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:103(td) ./doc/common/tables/glance-rpc.xml:107(td) ./doc/common/tables/glance-rpc.xml:119(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/ceilometer-rabbitmq.xml:61(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-linuxbridge_agent.xml:21(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:25(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:20(td) ./doc/common/tables/cinder-zfssa-nfs.xml:41(td) ./doc/common/tables/cinder-zfssa-nfs.xml:45(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/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/manila-rabbitmq.xml:49(td) ./doc/common/tables/manila-rabbitmq.xml:53(td) ./doc/common/tables/manila-rabbitmq.xml:57(td) ./doc/common/tables/manila-rabbitmq.xml:61(td) ./doc/common/tables/neutron-nsx.xml:111(td) ./doc/common/tables/neutron-nsx.xml:133(td) ./doc/common/tables/neutron-nsx.xml:218(td) ./doc/common/tables/keystone-kvs.xml:21(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/glance-rabbitmq.xml:61(td) ./doc/common/tables/neutron-compute.xml:49(td) ./doc/common/tables/neutron-compute.xml:53(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/glance-auth_token.xml:37(td) ./doc/common/tables/nova-api.xml:41(td) ./doc/common/tables/nova-api.xml:65(td) ./doc/common/tables/aodh-common.xml:73(td) ./doc/common/tables/aodh-common.xml:77(td) ./doc/common/tables/trove-common.xml:33(td) ./doc/common/tables/aodh-rabbitmq.xml:49(td) ./doc/common/tables/aodh-rabbitmq.xml:53(td) ./doc/common/tables/aodh-rabbitmq.xml:57(td) ./doc/common/tables/aodh-rabbitmq.xml:61(td) ./doc/common/tables/aodh-auth.xml:53(td) ./doc/common/tables/ceilometer-auth_token.xml:37(td) +#: ./doc/common/tables/cinder-openvstorage.xml:21(td) ./doc/common/tables/nova-console.xml:39(td) ./doc/common/tables/keystone-federation.xml:39(td) ./doc/common/tables/trove-rpc.xml:101(td) ./doc/common/tables/trove-rpc.xml:105(td) ./doc/common/tables/trove-rpc.xml:109(td) ./doc/common/tables/trove-rpc.xml:113(td) ./doc/common/tables/trove-rpc.xml:121(td) ./doc/common/tables/trove-rpc.xml:125(td) ./doc/common/tables/trove-rpc.xml:129(td) ./doc/common/tables/trove-rpc.xml:141(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/neutron-ml2_bigswitch.xml:85(td) ./doc/common/tables/ceilometer-qpid.xml:59(td) ./doc/common/tables/ceilometer-qpid.xml:75(td) ./doc/common/tables/ceilometer-qpid.xml:87(td) ./doc/common/tables/neutron-fwaas_ngfw.xml:21(td) ./doc/common/tables/neutron-fwaas_ngfw.xml:25(td) ./doc/common/tables/neutron-fwaas_ngfw.xml:29(td) ./doc/common/tables/trove-dns.xml:39(td) ./doc/common/tables/trove-dns.xml:43(td) ./doc/common/tables/trove-dns.xml:47(td) ./doc/common/tables/trove-dns.xml:51(td) ./doc/common/tables/trove-dns.xml:63(td) ./doc/common/tables/trove-dns.xml:71(td) ./doc/common/tables/trove-dns.xml:75(td) ./doc/common/tables/trove-dns.xml:79(td) ./doc/common/tables/trove-dns.xml:83(td) ./doc/common/tables/trove-dns.xml:95(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/sahara-auth_token.xml:55(td) ./doc/common/tables/cinder-lenovo.xml:51(td) ./doc/common/tables/ceilometer-auth.xml:63(td) ./doc/common/tables/neutron-l3_agent.xml:49(td) ./doc/common/tables/neutron-l3_agent.xml:73(td) ./doc/common/tables/neutron-l3_agent.xml:85(td) ./doc/common/tables/neutron-l3_agent.xml:89(td) ./doc/common/tables/neutron-l3_agent.xml:101(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:54(td) ./doc/common/tables/heat-qpid.xml:59(td) ./doc/common/tables/heat-qpid.xml:75(td) ./doc/common/tables/heat-qpid.xml:87(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:21(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:29(td) ./doc/common/tables/neutron-fujitsu_cfab.xml:33(td) ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:21(td) ./doc/common/tables/ceilometer-alarm.xml:59(td) ./doc/common/tables/ceilometer-alarm.xml:63(td) ./doc/common/tables/keystone-redis.xml:43(td) ./doc/common/tables/keystone-redis.xml:58(td) ./doc/common/tables/cinder-hpmsa.xml:51(td) ./doc/common/tables/neutron-hyperv_agent.xml:37(td) ./doc/common/tables/trove-db_mongodb.xml:119(td) ./doc/common/tables/nova-hyperv.xml:51(td) ./doc/common/tables/nova-rabbitmq.xml:67(td) ./doc/common/tables/nova-rabbitmq.xml:71(td) ./doc/common/tables/nova-rabbitmq.xml:75(td) ./doc/common/tables/nova-rabbitmq.xml:79(td) ./doc/common/tables/neutron-auth_token.xml:37(td) ./doc/common/tables/sahara-rabbitmq.xml:67(td) ./doc/common/tables/sahara-rabbitmq.xml:71(td) ./doc/common/tables/sahara-rabbitmq.xml:75(td) ./doc/common/tables/sahara-rabbitmq.xml:79(td) ./doc/common/tables/neutron-lbaas_services.xml:184(td) ./doc/common/tables/neutron-lbaas_services.xml:204(td) ./doc/common/tables/neutron-lbaas_services.xml:247(td) ./doc/common/tables/neutron-lbaas_services.xml:267(td) ./doc/common/tables/neutron-ml2_vlan.xml:21(td) ./doc/common/tables/ironic-redis.xml:39(td) ./doc/common/tables/ironic-redis.xml:54(td) ./doc/common/tables/cinder-qpid.xml:59(td) ./doc/common/tables/cinder-qpid.xml:75(td) ./doc/common/tables/cinder-qpid.xml:87(td) ./doc/common/tables/trove-nova.xml:39(td) ./doc/common/tables/trove-nova.xml:43(td) ./doc/common/tables/trove-nova.xml:47(td) ./doc/common/tables/trove-nova.xml:51(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:39(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:43(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:47(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:51(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:55(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:83(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:99(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:107(td) ./doc/common/tables/cinder-san.xml:39(td) ./doc/common/tables/cinder-san.xml:43(td) ./doc/common/tables/cinder-san.xml:55(td) ./doc/common/tables/cinder-san.xml:59(td) ./doc/common/tables/heat-rpc.xml:97(td) ./doc/common/tables/heat-rpc.xml:101(td) ./doc/common/tables/heat-rpc.xml:105(td) ./doc/common/tables/heat-rpc.xml:109(td) ./doc/common/tables/heat-rpc.xml:117(td) ./doc/common/tables/heat-rpc.xml:121(td) ./doc/common/tables/heat-rpc.xml:125(td) ./doc/common/tables/heat-rpc.xml:137(td) ./doc/common/tables/neutron-ml2_gre.xml:21(td) ./doc/common/tables/neutron-rpc.xml:87(td) ./doc/common/tables/neutron-rpc.xml:91(td) ./doc/common/tables/neutron-rpc.xml:95(td) ./doc/common/tables/nova-rpc.xml:100(td) ./doc/common/tables/nova-rpc.xml:104(td) ./doc/common/tables/nova-rpc.xml:108(td) ./doc/common/tables/nova-rpc.xml:112(td) ./doc/common/tables/nova-rpc.xml:120(td) ./doc/common/tables/nova-rpc.xml:124(td) ./doc/common/tables/nova-rpc.xml:128(td) ./doc/common/tables/nova-rpc.xml:140(td) ./doc/common/tables/nova-compute.xml:51(td) ./doc/common/tables/cinder-scheduler.xml:63(td) ./doc/common/tables/neutron-api.xml:33(td) ./doc/common/tables/neutron-api.xml:61(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:21(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:29(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:33(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:44(td) ./doc/common/tables/heat-auth_token.xml:55(td) ./doc/common/tables/neutron-metadata.xml:33(td) ./doc/common/tables/neutron-metadata.xml:37(td) ./doc/common/tables/neutron-metadata.xml:49(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/swift-object-server-DEFAULT.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:109(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:123(td) ./doc/common/tables/nova-auth_token.xml:55(td) ./doc/common/tables/trove-db_mysql.xml:83(td) ./doc/common/tables/ironic-rabbitmq.xml:67(td) ./doc/common/tables/ironic-rabbitmq.xml:71(td) ./doc/common/tables/ironic-rabbitmq.xml:75(td) ./doc/common/tables/ironic-rabbitmq.xml:79(td) ./doc/common/tables/glance-replicator.xml:55(td) ./doc/common/tables/glance-replicator.xml:63(td) ./doc/common/tables/glance-replicator.xml:67(td) ./doc/common/tables/neutron-dhcp_agent.xml:33(td) ./doc/common/tables/neutron-nec.xml:49(td) ./doc/common/tables/neutron-nec.xml:79(td) ./doc/common/tables/keystone-rabbitmq.xml:67(td) ./doc/common/tables/keystone-rabbitmq.xml:71(td) ./doc/common/tables/keystone-rabbitmq.xml:75(td) ./doc/common/tables/keystone-rabbitmq.xml:79(td) ./doc/common/tables/cinder-rabbitmq.xml:67(td) ./doc/common/tables/cinder-rabbitmq.xml:71(td) ./doc/common/tables/cinder-rabbitmq.xml:75(td) ./doc/common/tables/cinder-rabbitmq.xml:79(td) ./doc/common/tables/trove-db_couchbase.xml:79(td) ./doc/common/tables/trove-db_couchbase.xml:130(td) ./doc/common/tables/trove-qpid.xml:59(td) ./doc/common/tables/trove-qpid.xml:75(td) ./doc/common/tables/trove-qpid.xml:87(td) ./doc/common/tables/keystone-qpid.xml:59(td) ./doc/common/tables/keystone-qpid.xml:75(td) ./doc/common/tables/keystone-qpid.xml:87(td) ./doc/common/tables/nova-volumes.xml:144(td) ./doc/common/tables/nova-volumes.xml:164(td) ./doc/common/tables/nova-vpn.xml:43(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/neutron-ml2_cisco.xml:216(td) ./doc/common/tables/neutron-ml2_cisco.xml:220(td) ./doc/common/tables/cinder-xiv.xml:39(td) ./doc/common/tables/cinder-xiv.xml:43(td) ./doc/common/tables/cinder-xiv.xml:51(td) ./doc/common/tables/nova-ec2.xml:103(td) ./doc/common/tables/ceilometer-redis.xml:39(td) ./doc/common/tables/ceilometer-redis.xml:54(td) ./doc/common/tables/manila-glusterfs.xml:67(td) ./doc/common/tables/octavia.xml:45(td) ./doc/common/tables/octavia.xml:49(td) ./doc/common/tables/octavia.xml:71(td) ./doc/common/tables/octavia.xml:87(td) ./doc/common/tables/octavia.xml:156(td) ./doc/common/tables/octavia.xml:171(td) ./doc/common/tables/octavia.xml:257(td) ./doc/common/tables/octavia.xml:261(td) ./doc/common/tables/octavia.xml:265(td) ./doc/common/tables/octavia.xml:269(td) ./doc/common/tables/octavia.xml:273(td) ./doc/common/tables/sahara-rpc.xml:93(td) ./doc/common/tables/sahara-rpc.xml:97(td) ./doc/common/tables/sahara-rpc.xml:101(td) ./doc/common/tables/sahara-rpc.xml:105(td) ./doc/common/tables/sahara-rpc.xml:113(td) ./doc/common/tables/sahara-rpc.xml:117(td) ./doc/common/tables/sahara-rpc.xml:121(td) ./doc/common/tables/sahara-rpc.xml:133(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/neutron-l2_agent.xml:21(td) ./doc/common/tables/nova-apiv21.xml:43(td) ./doc/common/tables/nova-apiv21.xml:47(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:39(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:43(td) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:51(td) ./doc/common/tables/manila-redis.xml:39(td) ./doc/common/tables/manila-redis.xml:54(td) ./doc/common/tables/ironic-qpid.xml:59(td) ./doc/common/tables/ironic-qpid.xml:75(td) ./doc/common/tables/ironic-qpid.xml:87(td) ./doc/common/tables/cinder-dothill.xml:51(td) ./doc/common/tables/trove-db_cassandra.xml:75(td) ./doc/common/tables/heat-metadata_api.xml:39(td) ./doc/common/tables/nova-redis.xml:39(td) ./doc/common/tables/nova-redis.xml:54(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/cinder-infortrend.xml:51(td) ./doc/common/tables/trove-db_percona.xml:91(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:20(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/ironic-auth_token.xml:55(td) ./doc/common/tables/trove-db_db2.xml:83(td) ./doc/common/tables/ironic-glance.xml:39(td) ./doc/common/tables/aodh-rpc.xml:72(td) ./doc/common/tables/aodh-rpc.xml:76(td) ./doc/common/tables/aodh-rpc.xml:80(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:20(td) ./doc/common/tables/neutron-agent.xml:48(td) ./doc/common/tables/heat-api.xml:55(td) ./doc/common/tables/heat-api.xml:67(td) ./doc/common/tables/heat-api.xml:111(td) ./doc/common/tables/heat-api.xml:118(td) ./doc/common/tables/heat-api.xml:129(td) ./doc/common/tables/ironic-irmc.xml:67(td) ./doc/common/tables/nova-network.xml:91(td) ./doc/common/tables/nova-network.xml:151(td) ./doc/common/tables/nova-network.xml:159(td) ./doc/common/tables/nova-network.xml:167(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:20(td) ./doc/common/tables/neutron-ml2_brocade.xml:21(td) ./doc/common/tables/neutron-ml2_brocade.xml:33(td) ./doc/common/tables/neutron-ml2_brocade.xml:37(td) ./doc/common/tables/neutron-ml2_brocade.xml:52(td) ./doc/common/tables/neutron-ml2_brocade.xml:68(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/keystone-token.xml:43(td) ./doc/common/tables/keystone-ldap.xml:67(td) ./doc/common/tables/keystone-ldap.xml:83(td) ./doc/common/tables/keystone-ldap.xml:143(td) ./doc/common/tables/keystone-ldap.xml:159(td) ./doc/common/tables/keystone-ldap.xml:211(td) ./doc/common/tables/keystone-ldap.xml:227(td) ./doc/common/tables/keystone-ldap.xml:295(td) ./doc/common/tables/trove-auth_token.xml:55(td) ./doc/common/tables/neutron-ml2_vxlan.xml:21(td) ./doc/common/tables/manila-common.xml:67(td) ./doc/common/tables/keystone-cache.xml:87(td) ./doc/common/tables/swift-object-server-object-auditor.xml:56(td) ./doc/common/tables/neutron-sriov.xml:21(td) ./doc/common/tables/neutron-sriov.xml:25(td) ./doc/common/tables/glance-amqp.xml:47(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/ceilometer-dispatcher_http.xml:47(td) ./doc/common/tables/ceilometer-inspector.xml:47(td) ./doc/common/tables/manila-rpc.xml:97(td) ./doc/common/tables/manila-rpc.xml:101(td) ./doc/common/tables/manila-rpc.xml:105(td) ./doc/common/tables/manila-rpc.xml:109(td) ./doc/common/tables/manila-rpc.xml:117(td) ./doc/common/tables/manila-rpc.xml:121(td) ./doc/common/tables/manila-rpc.xml:125(td) ./doc/common/tables/manila-rpc.xml:137(td) ./doc/common/tables/trove-db_redis.xml:95(td) ./doc/common/tables/cinder-emc.xml:67(td) ./doc/common/tables/cinder-emc.xml:75(td) ./doc/common/tables/cinder-emc.xml:99(td) ./doc/common/tables/cinder-storage_ceph.xml:51(td) ./doc/common/tables/manila-auth_token.xml:55(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/neutron-ml2_ale_omniswitch.xml:21(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:25(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:29(td) ./doc/common/tables/keystone-rpc.xml:82(td) ./doc/common/tables/keystone-rpc.xml:86(td) ./doc/common/tables/keystone-rpc.xml:90(td) ./doc/common/tables/keystone-rpc.xml:94(td) ./doc/common/tables/keystone-rpc.xml:102(td) ./doc/common/tables/keystone-rpc.xml:106(td) ./doc/common/tables/keystone-rpc.xml:110(td) ./doc/common/tables/keystone-rpc.xml:122(td) ./doc/common/tables/ceilometer-vmware.xml:47(td) ./doc/common/tables/ceilometer-vmware.xml:51(td) ./doc/common/tables/ceilometer-vmware.xml:59(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/glance-redis.xml:43(td) ./doc/common/tables/glance-redis.xml:58(td) ./doc/common/tables/glance-qpid.xml:59(td) ./doc/common/tables/glance-qpid.xml:75(td) ./doc/common/tables/glance-qpid.xml:87(td) ./doc/common/tables/neutron-ml2_flat.xml:21(td) ./doc/common/tables/manila-zfssa.xml:67(td) ./doc/common/tables/nova-qpid.xml:59(td) ./doc/common/tables/nova-qpid.xml:75(td) ./doc/common/tables/nova-qpid.xml:87(td) ./doc/common/tables/cinder-auth_token.xml:55(td) ./doc/common/tables/heat-clients_heat.xml:59(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:20(td) ./doc/common/tables/nova-neutron.xml:102(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-clients_keystone.xml:39(td) ./doc/common/tables/cinder-redis.xml:43(td) ./doc/common/tables/manila-share.xml:87(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:31(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/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/neutron-bigswitch.xml:85(td) ./doc/common/tables/cinder-rpc.xml:97(td) ./doc/common/tables/cinder-rpc.xml:101(td) ./doc/common/tables/cinder-rpc.xml:105(td) ./doc/common/tables/cinder-rpc.xml:109(td) ./doc/common/tables/cinder-rpc.xml:117(td) ./doc/common/tables/cinder-rpc.xml:121(td) ./doc/common/tables/cinder-rpc.xml:125(td) ./doc/common/tables/cinder-rpc.xml:137(td) ./doc/common/tables/nova-scheduler.xml:63(td) ./doc/common/tables/nova-scheduler.xml:67(td) ./doc/common/tables/nova-scheduler.xml:127(td) ./doc/common/tables/nova-scheduler.xml:193(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:39(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:51(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:59(td) ./doc/common/tables/ceilometer-api.xml:63(td) ./doc/common/tables/nova-apiv3.xml:25(td) ./doc/common/tables/nova-apiv3.xml:29(td) ./doc/common/tables/trove-db_postgresql.xml:83(td) ./doc/common/tables/ceilometer-database.xml:126(td) ./doc/common/tables/cinder-ibmnas.xml:43(td) ./doc/common/tables/cinder-ibmnas.xml:55(td) ./doc/common/tables/cinder-ibmnas.xml:59(td) ./doc/common/tables/cinder-ibmnas.xml:71(td) ./doc/common/tables/glance-api.xml:47(td) ./doc/common/tables/glance-api.xml:163(td) ./doc/common/tables/heat-redis.xml:43(td) ./doc/common/tables/manila-scheduler.xml:63(td) ./doc/common/tables/trove-db_pxc.xml:111(td) ./doc/common/tables/ironic-rpc.xml:93(td) ./doc/common/tables/ironic-rpc.xml:97(td) ./doc/common/tables/ironic-rpc.xml:101(td) ./doc/common/tables/ironic-rpc.xml:105(td) ./doc/common/tables/ironic-rpc.xml:113(td) ./doc/common/tables/ironic-rpc.xml:117(td) ./doc/common/tables/ironic-rpc.xml:121(td) ./doc/common/tables/ironic-rpc.xml:133(td) ./doc/common/tables/nova-glance.xml:46(td) ./doc/common/tables/nova-glance.xml:77(td) ./doc/common/tables/heat-cloudwatch_api.xml:43(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/cinder-zoning_fabric.xml:39(td) ./doc/common/tables/cinder-zoning_fabric.xml:43(td) ./doc/common/tables/cinder-zoning_fabric.xml:51(td) ./doc/common/tables/cinder-api.xml:75(td) ./doc/common/tables/cinder-api.xml:95(td) ./doc/common/tables/cinder-api.xml:115(td) ./doc/common/tables/manila-hp3par.xml:39(td) ./doc/common/tables/manila-hp3par.xml:55(td) ./doc/common/tables/manila-hp3par.xml:59(td) ./doc/common/tables/manila-hp3par.xml:63(td) ./doc/common/tables/manila-hp3par.xml:67(td) ./doc/common/tables/manila-hp3par.xml:75(td) ./doc/common/tables/manila-hp3par.xml:79(td) ./doc/common/tables/aodh-qpid.xml:41(td) ./doc/common/tables/aodh-qpid.xml:57(td) ./doc/common/tables/aodh-qpid.xml:69(td) ./doc/common/tables/trove-db_mariadb.xml:83(td) ./doc/common/tables/aodh-auth_token.xml:37(td) ./doc/common/tables/neutron-openvswitch_agent.xml:76(td) ./doc/common/tables/neutron-openvswitch_agent.xml:91(td) ./doc/common/tables/cinder-storage.xml:71(td) ./doc/common/tables/cinder-block-device.xml:39(td) ./doc/common/tables/sahara-redis.xml:43(td) ./doc/common/tables/sahara-redis.xml:58(td) ./doc/common/tables/neutron-onos.xml:21(td) ./doc/common/tables/neutron-onos.xml:25(td) ./doc/common/tables/neutron-onos.xml:29(td) ./doc/common/tables/trove-rabbitmq.xml:67(td) ./doc/common/tables/trove-rabbitmq.xml:71(td) ./doc/common/tables/trove-rabbitmq.xml:75(td) ./doc/common/tables/trove-rabbitmq.xml:79(td) ./doc/common/tables/neutron-ml2_geneve.xml:25(td) ./doc/common/tables/cinder-images.xml:39(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/trove-redis.xml:39(td) ./doc/common/tables/trove-redis.xml:54(td) ./doc/common/tables/manila-qpid.xml:59(td) ./doc/common/tables/manila-qpid.xml:75(td) ./doc/common/tables/manila-qpid.xml:87(td) ./doc/common/tables/nova-policy.xml:55(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/heat-common.xml:83(td) ./doc/common/tables/heat-common.xml:154(td) ./doc/common/tables/keystone-auth_token.xml:55(td) ./doc/common/tables/neutron-sdnve.xml:45(td) ./doc/common/tables/neutron-ml2_bagpipe.xml:32(td) ./doc/common/tables/ceilometer-rpc.xml:104(td) ./doc/common/tables/ceilometer-rpc.xml:108(td) ./doc/common/tables/ceilometer-rpc.xml:112(td) ./doc/common/tables/ceilometer-rpc.xml:116(td) ./doc/common/tables/ceilometer-rpc.xml:124(td) ./doc/common/tables/ceilometer-rpc.xml:128(td) ./doc/common/tables/ceilometer-rpc.xml:132(td) ./doc/common/tables/ceilometer-rpc.xml:144(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:20(td) ./doc/common/tables/neutron-ml2_mlnx.xml:29(td) ./doc/common/tables/cinder-common.xml:43(td) ./doc/common/tables/cinder-common.xml:47(td) ./doc/common/tables/cinder-common.xml:119(td) ./doc/common/tables/cinder-common.xml:139(td) ./doc/common/tables/manila-api.xml:67(td) ./doc/common/tables/neutron-vmware.xml:32(td) ./doc/common/tables/neutron-vmware.xml:48(td) ./doc/common/tables/neutron-vmware.xml:52(td) ./doc/common/tables/sahara-common.xml:111(td) ./doc/common/tables/sahara-common.xml:151(td) ./doc/common/tables/heat-rabbitmq.xml:67(td) ./doc/common/tables/heat-rabbitmq.xml:71(td) ./doc/common/tables/heat-rabbitmq.xml:75(td) ./doc/common/tables/heat-rabbitmq.xml:79(td) ./doc/common/tables/glance-rpc.xml:97(td) ./doc/common/tables/glance-rpc.xml:101(td) ./doc/common/tables/glance-rpc.xml:105(td) ./doc/common/tables/glance-rpc.xml:109(td) ./doc/common/tables/glance-rpc.xml:117(td) ./doc/common/tables/glance-rpc.xml:121(td) ./doc/common/tables/glance-rpc.xml:125(td) ./doc/common/tables/glance-rpc.xml:137(td) ./doc/common/tables/ceilometer-rabbitmq.xml:67(td) ./doc/common/tables/ceilometer-rabbitmq.xml:71(td) ./doc/common/tables/ceilometer-rabbitmq.xml:75(td) ./doc/common/tables/ceilometer-rabbitmq.xml:79(td) ./doc/common/tables/sahara-qpid.xml:59(td) ./doc/common/tables/sahara-qpid.xml:75(td) ./doc/common/tables/sahara-qpid.xml:87(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:21(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:25(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:20(td) ./doc/common/tables/cinder-zfssa-nfs.xml:59(td) ./doc/common/tables/cinder-zfssa-nfs.xml:63(td) ./doc/common/tables/cinder-hp3par.xml:39(td) ./doc/common/tables/cinder-hp3par.xml:47(td) ./doc/common/tables/cinder-hp3par.xml:59(td) ./doc/common/tables/cinder-hp3par.xml:63(td) ./doc/common/tables/cinder-hp3par.xml:67(td) ./doc/common/tables/cinder-hp3par.xml:71(td) ./doc/common/tables/cinder-hp3par.xml:75(td) ./doc/common/tables/nova-libvirt.xml:62(td) ./doc/common/tables/nova-libvirt.xml:74(td) ./doc/common/tables/nova-libvirt.xml:82(td) ./doc/common/tables/nova-libvirt.xml:98(td) ./doc/common/tables/nova-libvirt.xml:186(td) ./doc/common/tables/manila-rabbitmq.xml:67(td) ./doc/common/tables/manila-rabbitmq.xml:71(td) ./doc/common/tables/manila-rabbitmq.xml:75(td) ./doc/common/tables/manila-rabbitmq.xml:79(td) ./doc/common/tables/neutron-nsx.xml:111(td) ./doc/common/tables/neutron-nsx.xml:133(td) ./doc/common/tables/neutron-nsx.xml:218(td) ./doc/common/tables/keystone-kvs.xml:39(td) ./doc/common/tables/glance-rabbitmq.xml:67(td) ./doc/common/tables/glance-rabbitmq.xml:71(td) ./doc/common/tables/glance-rabbitmq.xml:75(td) ./doc/common/tables/glance-rabbitmq.xml:79(td) ./doc/common/tables/neutron-compute.xml:49(td) ./doc/common/tables/neutron-compute.xml:53(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/glance-auth_token.xml:55(td) ./doc/common/tables/nova-api.xml:59(td) ./doc/common/tables/nova-api.xml:83(td) ./doc/common/tables/aodh-common.xml:73(td) ./doc/common/tables/aodh-common.xml:77(td) ./doc/common/tables/trove-common.xml:51(td) ./doc/common/tables/aodh-rabbitmq.xml:49(td) ./doc/common/tables/aodh-rabbitmq.xml:53(td) ./doc/common/tables/aodh-rabbitmq.xml:57(td) ./doc/common/tables/aodh-rabbitmq.xml:61(td) ./doc/common/tables/aodh-auth.xml:53(td) ./doc/common/tables/ceilometer-auth_token.xml:55(td) msgid " = " msgstr "" @@ -4114,11 +4114,11 @@ msgstr "" msgid "[filter-account-quotas]" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:8(filename) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:8(filename) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-cache.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:8(filename) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-slo.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:8(filename) +#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:8(filename) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:8(filename) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-cache.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:8(filename) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-slo.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:8(filename) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:8(filename) msgid "proxy-server.conf" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-0.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:7(caption) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:7(caption) ./doc/common/tables/swift-account-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:7(caption) ./doc/common/tables/swift-swift-swift-constraints.xml:7(caption) ./doc/common/tables/swift-object-expirer-object-expirer.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm1.xml:7(caption) ./doc/common/tables/swift-dispersion-dispersion.xml:7(caption) ./doc/common/tables/swift-object-server-app-object-server.xml:7(caption) ./doc/common/tables/swift-container-server-container-sync.xml:7(caption) ./doc/common/tables/swift-account-server-account-reaper.xml:7(caption) ./doc/common/tables/swift-memcache-memcache.xml:7(caption) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm2.xml:7(caption) ./doc/common/tables/swift-object-server-object-replicator.xml:7(caption) ./doc/common/tables/swift-object-server-object-reconstructor.xml:7(caption) ./doc/common/tables/swift-object-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-container-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-internal-client-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-app-container-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-cache.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cache.xml:7(caption) ./doc/common/tables/swift-account-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-swift-swift-hash.xml:7(caption) ./doc/common/tables/swift-object-server-object-auditor.xml:7(caption) ./doc/common/tables/swift-account-server-account-auditor.xml:7(caption) ./doc/common/tables/swift-container-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:7(caption) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-rsyncd-container.xml:7(caption) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:7(caption) ./doc/common/tables/swift-rsyncd-object.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:7(caption) ./doc/common/tables/swift-account-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:7(caption) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-account-server-app-account-server.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-internal-client-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:7(caption) ./doc/common/tables/swift-object-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-updater.xml:7(caption) ./doc/common/tables/swift-object-server-object-updater.xml:7(caption) ./doc/common/tables/swift-container-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-replicator.xml:7(caption) ./doc/common/tables/swift-drive-audit-drive-audit.xml:7(caption) ./doc/common/tables/swift-account-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-account-server-account-replicator.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-2.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-slo.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:7(caption) ./doc/common/tables/swift-object-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-1.xml:7(caption) ./doc/common/tables/swift-rsyncd-account.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-cache.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:7(caption) +#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-0.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:7(caption) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:7(caption) ./doc/common/tables/swift-rsyncd-object_sda.xml:7(caption) ./doc/common/tables/swift-container-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:7(caption) ./doc/common/tables/swift-account-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:7(caption) ./doc/common/tables/swift-swift-swift-constraints.xml:7(caption) ./doc/common/tables/swift-object-expirer-object-expirer.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm1.xml:7(caption) ./doc/common/tables/swift-dispersion-dispersion.xml:7(caption) ./doc/common/tables/swift-object-server-app-object-server.xml:7(caption) ./doc/common/tables/swift-container-server-container-sync.xml:7(caption) ./doc/common/tables/swift-account-server-account-reaper.xml:7(caption) ./doc/common/tables/swift-memcache-memcache.xml:7(caption) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-realm2.xml:7(caption) ./doc/common/tables/swift-object-server-object-replicator.xml:7(caption) ./doc/common/tables/swift-object-server-object-reconstructor.xml:7(caption) ./doc/common/tables/swift-object-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:7(caption) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-container-auditor.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-rsyncd-object_sdc.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-internal-client-DEFAULT.xml:7(caption) ./doc/common/tables/swift-container-server-app-container-server.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:7(caption) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-rsyncd-object6020.xml:7(caption) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-cache.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cache.xml:7(caption) ./doc/common/tables/swift-rsyncd-object6040.xml:7(caption) ./doc/common/tables/swift-account-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-swift-swift-hash.xml:7(caption) ./doc/common/tables/swift-rsyncd-object_sdb.xml:7(caption) ./doc/common/tables/swift-rsyncd-object6010.xml:7(caption) ./doc/common/tables/swift-object-server-object-auditor.xml:7(caption) ./doc/common/tables/swift-account-server-account-auditor.xml:7(caption) ./doc/common/tables/swift-container-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:7(caption) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-rsyncd-container.xml:7(caption) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:7(caption) ./doc/common/tables/swift-rsyncd-object.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:7(caption) ./doc/common/tables/swift-account-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:7(caption) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:7(caption) ./doc/common/tables/swift-account-server-app-account-server.xml:7(caption) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-internal-client-pipeline-main.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:7(caption) ./doc/common/tables/swift-object-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-updater.xml:7(caption) ./doc/common/tables/swift-object-server-object-updater.xml:7(caption) ./doc/common/tables/swift-container-server-pipeline-main.xml:7(caption) ./doc/common/tables/swift-container-server-container-replicator.xml:7(caption) ./doc/common/tables/swift-drive-audit-drive-audit.xml:7(caption) ./doc/common/tables/swift-account-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-account-server-account-replicator.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-2.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-slo.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:7(caption) ./doc/common/tables/swift-object-server-filter-recon.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:7(caption) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:7(caption) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:7(caption) ./doc/common/tables/swift-swift-storage-policy-1.xml:7(caption) ./doc/common/tables/swift-rsyncd-account.xml:7(caption) ./doc/common/tables/swift-rsyncd-object6030.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:7(caption) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:7(caption) ./doc/common/tables/swift-internal-client-filter-cache.xml:7(caption) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:7(caption) msgid "Description of configuration options for in " msgstr "" @@ -4126,255 +4126,255 @@ msgstr "" msgid "egg:swift#account_quotas" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:60(td) ./doc/common/tables/swift-object-server-app-object-server.xml:101(td) ./doc/common/tables/swift-container-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:29(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:41(td) ./doc/common/tables/swift-container-server-app-container-server.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:41(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:137(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:54(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:33(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:92(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:41(td) ./doc/common/tables/swift-account-server-filter-recon.xml:25(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:21(td) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:68(td) ./doc/common/tables/swift-account-server-app-account-server.xml:49(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:47(td) ./doc/common/tables/swift-object-server-filter-recon.xml:29(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:21(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:50(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:92(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:93(td) +#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:60(td) ./doc/common/tables/swift-object-server-app-object-server.xml:101(td) ./doc/common/tables/swift-container-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:29(td) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:41(td) ./doc/common/tables/swift-container-server-app-container-server.xml:61(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:41(td) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:137(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:58(td) ./doc/common/tables/swift-object-expirer-filter-cache.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:33(td) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:92(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:41(td) ./doc/common/tables/swift-account-server-filter-recon.xml:25(td) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:21(td) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:68(td) ./doc/common/tables/swift-account-server-app-account-server.xml:49(td) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-formpost.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:47(td) ./doc/common/tables/swift-object-server-filter-recon.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:25(td) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:21(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:50(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:92(td) ./doc/common/tables/swift-internal-client-filter-cache.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:93(td) msgid "Entry point of paste.deploy in the server" msgstr "" -#: ./doc/common/tables/nova-console.xml:7(caption) ./doc/common/tables/ironic-console.xml:7(caption) +#: ./doc/common/tables/nova-console.xml:25(caption) ./doc/common/tables/ironic-console.xml:25(caption) msgid "Description of console configuration options" msgstr "" -#: ./doc/common/tables/nova-console.xml:22(td) +#: ./doc/common/tables/nova-console.xml:40(td) msgid "(ListOpt) Allowed Origin header hostnames for access to console proxy servers" msgstr "" -#: ./doc/common/tables/nova-console.xml:25(replaceable) ./doc/common/tables/ceilometer-qpid.xml:33(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(replaceable) ./doc/common/tables/trove-zeromq.xml:37(replaceable) ./doc/common/tables/keystone-zeromq.xml:37(replaceable) ./doc/common/tables/heat-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:37(replaceable) ./doc/common/tables/heat-qpid.xml:33(replaceable) ./doc/common/tables/neutron-zeromq.xml:29(replaceable) ./doc/common/tables/nova-rabbitmq.xml:69(replaceable) ./doc/common/tables/manila-zeromq.xml:37(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:69(replaceable) ./doc/common/tables/cinder-qpid.xml:33(replaceable) ./doc/common/tables/nova-compute.xml:45(replaceable) ./doc/common/tables/ironic-common.xml:53(replaceable) ./doc/common/tables/ceilometer-common.xml:29(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:69(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:69(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:69(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:69(replaceable) ./doc/common/tables/trove-qpid.xml:33(replaceable) ./doc/common/tables/keystone-qpid.xml:33(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(replaceable) ./doc/common/tables/glance-zeromq.xml:37(replaceable) ./doc/common/tables/ironic-qpid.xml:33(replaceable) ./doc/common/tables/neutron-midonet.xml:25(replaceable) ./doc/common/tables/sahara-zeromq.xml:37(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:37(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(replaceable) ./doc/common/tables/manila-common.xml:33(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(replaceable) ./doc/common/tables/aodh-zeromq.xml:29(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/glance-qpid.xml:33(replaceable) ./doc/common/tables/nova-qpid.xml:33(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(replaceable) ./doc/common/tables/neutron-fwaas_varmour.xml:21(replaceable) ./doc/common/tables/cinder-zeromq.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:149(replaceable) ./doc/common/tables/nova-common.xml:41(replaceable) ./doc/common/tables/aodh-qpid.xml:33(replaceable) ./doc/common/tables/nova-zeromq.xml:37(replaceable) ./doc/common/tables/trove-rabbitmq.xml:69(replaceable) ./doc/common/tables/neutron-qpid.xml:33(replaceable) ./doc/common/tables/manila-qpid.xml:33(replaceable) ./doc/common/tables/heat-common.xml:53(replaceable) ./doc/common/tables/glance-sheepdog.xml:21(replaceable) ./doc/common/tables/cinder-common.xml:93(replaceable) ./doc/common/tables/heat-rabbitmq.xml:69(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:69(replaceable) ./doc/common/tables/sahara-qpid.xml:33(replaceable) ./doc/common/tables/manila-rabbitmq.xml:69(replaceable) ./doc/common/tables/neutron-plumgrid.xml:21(replaceable) ./doc/common/tables/glance-rabbitmq.xml:69(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/aodh-common.xml:45(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:69(replaceable) +#: ./doc/common/tables/nova-console.xml:43(replaceable) ./doc/common/tables/ceilometer-qpid.xml:51(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:49(replaceable) ./doc/common/tables/trove-zeromq.xml:55(replaceable) ./doc/common/tables/glance-rbd.xml:51(replaceable) ./doc/common/tables/keystone-zeromq.xml:55(replaceable) ./doc/common/tables/heat-zeromq.xml:55(replaceable) ./doc/common/tables/ironic-zeromq.xml:55(replaceable) ./doc/common/tables/heat-qpid.xml:51(replaceable) ./doc/common/tables/neutron-zeromq.xml:29(replaceable) ./doc/common/tables/nova-rabbitmq.xml:87(replaceable) ./doc/common/tables/manila-zeromq.xml:55(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:87(replaceable) ./doc/common/tables/cinder-qpid.xml:51(replaceable) ./doc/common/tables/nova-compute.xml:63(replaceable) ./doc/common/tables/ceilometer-common.xml:47(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:69(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:105(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:87(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:87(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:87(replaceable) ./doc/common/tables/trove-qpid.xml:51(replaceable) ./doc/common/tables/keystone-qpid.xml:51(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:45(replaceable) ./doc/common/tables/glance-zeromq.xml:55(replaceable) ./doc/common/tables/ironic-qpid.xml:51(replaceable) ./doc/common/tables/neutron-midonet.xml:25(replaceable) ./doc/common/tables/sahara-zeromq.xml:55(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:55(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:85(replaceable) ./doc/common/tables/manila-common.xml:51(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:89(replaceable) ./doc/common/tables/aodh-zeromq.xml:29(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:45(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/glance-qpid.xml:51(replaceable) ./doc/common/tables/nova-qpid.xml:51(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:109(replaceable) ./doc/common/tables/neutron-fwaas_varmour.xml:21(replaceable) ./doc/common/tables/cinder-zeromq.xml:55(replaceable) ./doc/common/tables/neutron-common.xml:149(replaceable) ./doc/common/tables/nova-common.xml:59(replaceable) ./doc/common/tables/aodh-qpid.xml:33(replaceable) ./doc/common/tables/nova-zeromq.xml:55(replaceable) ./doc/common/tables/trove-rabbitmq.xml:87(replaceable) ./doc/common/tables/neutron-qpid.xml:33(replaceable) ./doc/common/tables/manila-qpid.xml:51(replaceable) ./doc/common/tables/heat-common.xml:71(replaceable) ./doc/common/tables/glance-sheepdog.xml:39(replaceable) ./doc/common/tables/cinder-common.xml:111(replaceable) ./doc/common/tables/heat-rabbitmq.xml:87(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:87(replaceable) ./doc/common/tables/sahara-qpid.xml:51(replaceable) ./doc/common/tables/manila-rabbitmq.xml:87(replaceable) ./doc/common/tables/neutron-plumgrid.xml:21(replaceable) ./doc/common/tables/glance-rabbitmq.xml:87(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:50(replaceable) ./doc/common/tables/aodh-common.xml:45(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:69(replaceable) msgid "localhost" msgstr "" -#: ./doc/common/tables/nova-console.xml:26(td) +#: ./doc/common/tables/nova-console.xml:44(td) msgid "(StrOpt) Publicly visible name for this console host" msgstr "" -#: ./doc/common/tables/nova-console.xml:29(replaceable) ./doc/common/tables/heat-cfn_api.xml:56(replaceable) ./doc/common/tables/keystone-api.xml:126(replaceable) ./doc/common/tables/heat-rpc.xml:29(replaceable) ./doc/common/tables/neutron-rpc.xml:25(replaceable) ./doc/common/tables/trove-taskmanager.xml:45(replaceable) ./doc/common/tables/trove-taskmanager.xml:53(replaceable) ./doc/common/tables/nova-compute.xml:149(replaceable) ./doc/common/tables/neutron-api.xml:65(replaceable) ./doc/common/tables/ceilometer-common.xml:33(replaceable) ./doc/common/tables/nova-quota.xml:21(replaceable) ./doc/common/tables/nova-quota.xml:96(replaceable) ./doc/common/tables/aodh-rpc.xml:25(replaceable) ./doc/common/tables/heat-api.xml:177(replaceable) ./doc/common/tables/nova-network.xml:89(replaceable) ./doc/common/tables/keystone-ldap.xml:105(replaceable) ./doc/common/tables/manila-common.xml:133(replaceable) ./doc/common/tables/keystone-cache.xml:41(replaceable) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:33(replaceable) ./doc/common/tables/glance-registry.xml:65(replaceable) ./doc/common/tables/nova-neutron.xml:72(replaceable) ./doc/common/tables/cinder-rpc.xml:25(replaceable) ./doc/common/tables/trove-api.xml:89(replaceable) ./doc/common/tables/ironic-conductor.xml:85(replaceable) ./doc/common/tables/keystone-identity.xml:21(replaceable) ./doc/common/tables/glance-api.xml:97(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:56(replaceable) ./doc/common/tables/heat-common.xml:96(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:73(replaceable) ./doc/common/tables/cinder-common.xml:229(replaceable) ./doc/common/tables/nova-xen.xml:187(replaceable) ./doc/common/tables/nova-api.xml:105(replaceable) ./doc/common/tables/aodh-common.xml:49(replaceable) +#: ./doc/common/tables/nova-console.xml:47(replaceable) ./doc/common/tables/heat-cfn_api.xml:74(replaceable) ./doc/common/tables/keystone-api.xml:144(replaceable) ./doc/common/tables/neutron-rpc.xml:25(replaceable) ./doc/common/tables/trove-taskmanager.xml:63(replaceable) ./doc/common/tables/trove-taskmanager.xml:71(replaceable) ./doc/common/tables/nova-compute.xml:167(replaceable) ./doc/common/tables/neutron-api.xml:65(replaceable) ./doc/common/tables/ceilometer-common.xml:51(replaceable) ./doc/common/tables/nova-quota.xml:39(replaceable) ./doc/common/tables/nova-quota.xml:114(replaceable) ./doc/common/tables/aodh-rpc.xml:25(replaceable) ./doc/common/tables/heat-api.xml:195(replaceable) ./doc/common/tables/nova-network.xml:107(replaceable) ./doc/common/tables/keystone-ldap.xml:123(replaceable) ./doc/common/tables/manila-common.xml:151(replaceable) ./doc/common/tables/keystone-cache.xml:59(replaceable) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:33(replaceable) ./doc/common/tables/glance-registry.xml:83(replaceable) ./doc/common/tables/nova-neutron.xml:90(replaceable) ./doc/common/tables/trove-api.xml:107(replaceable) ./doc/common/tables/ironic-conductor.xml:103(replaceable) ./doc/common/tables/keystone-identity.xml:39(replaceable) ./doc/common/tables/glance-api.xml:115(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:74(replaceable) ./doc/common/tables/heat-common.xml:126(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:91(replaceable) ./doc/common/tables/cinder-common.xml:247(replaceable) ./doc/common/tables/nova-xen.xml:205(replaceable) ./doc/common/tables/nova-api.xml:123(replaceable) ./doc/common/tables/aodh-common.xml:49(replaceable) msgid "600" msgstr "" -#: ./doc/common/tables/nova-console.xml:30(td) +#: ./doc/common/tables/nova-console.xml:48(td) msgid "(IntOpt) How many seconds before deleting tokens" msgstr "" -#: ./doc/common/tables/nova-console.xml:33(replaceable) +#: ./doc/common/tables/nova-console.xml:51(replaceable) msgid "nova.consoleauth.manager.ConsoleAuthManager" msgstr "" -#: ./doc/common/tables/nova-console.xml:34(td) +#: ./doc/common/tables/nova-console.xml:52(td) msgid "(StrOpt) Manager for console auth" msgstr "" -#: ./doc/common/tables/nova-console.xml:37(th) +#: ./doc/common/tables/nova-console.xml:55(th) msgid "[mks]" msgstr "" -#: ./doc/common/tables/nova-console.xml:41(td) +#: ./doc/common/tables/nova-console.xml:59(td) msgid "(BoolOpt) Enable MKS related features" msgstr "" -#: ./doc/common/tables/nova-console.xml:44(replaceable) +#: ./doc/common/tables/nova-console.xml:62(replaceable) msgid "http://127.0.0.1:6090/" msgstr "" -#: ./doc/common/tables/nova-console.xml:45(td) +#: ./doc/common/tables/nova-console.xml:63(td) msgid "(StrOpt) Location of MKS web console proxy, in the form \"http://127.0.0.1:6090/\"" msgstr "" -#: ./doc/common/tables/cinder-zones.xml:7(caption) +#: ./doc/common/tables/cinder-zones.xml:25(caption) msgid "Description of zones configuration options" msgstr "" -#: ./doc/common/tables/cinder-zones.xml:22(td) +#: ./doc/common/tables/cinder-zones.xml:40(td) msgid "(BoolOpt) Ensure that the new volumes are the same AZ as snapshot or source volume" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:7(caption) +#: ./doc/common/tables/keystone-federation.xml:25(caption) msgid "Description of federation configuration options" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:18(th) +#: ./doc/common/tables/keystone-federation.xml:36(th) msgid "[federation]" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:22(td) +#: ./doc/common/tables/keystone-federation.xml:40(td) msgid "(StrOpt) Value to be used when filtering assertion parameters from the environment." msgstr "" -#: ./doc/common/tables/keystone-federation.xml:25(replaceable) ./doc/common/tables/keystone-trust.xml:25(replaceable) ./doc/common/tables/keystone-api.xml:72(replaceable) ./doc/common/tables/keystone-api.xml:83(replaceable) ./doc/common/tables/keystone-revoke.xml:29(replaceable) ./doc/common/tables/keystone-mapping.xml:25(replaceable) ./doc/common/tables/keystone-token.xml:37(replaceable) ./doc/common/tables/keystone-policy.xml:36(replaceable) ./doc/common/tables/keystone-identity.xml:45(replaceable) ./doc/common/tables/keystone-catalog.xml:29(replaceable) ./doc/common/tables/keystone-domain.xml:29(replaceable) ./doc/common/tables/keystone-credential.xml:21(replaceable) ./doc/common/tables/keystone-oauth.xml:25(replaceable) +#: ./doc/common/tables/keystone-federation.xml:43(replaceable) ./doc/common/tables/keystone-trust.xml:43(replaceable) ./doc/common/tables/keystone-api.xml:90(replaceable) ./doc/common/tables/keystone-api.xml:101(replaceable) ./doc/common/tables/keystone-revoke.xml:47(replaceable) ./doc/common/tables/keystone-mapping.xml:43(replaceable) ./doc/common/tables/keystone-token.xml:55(replaceable) ./doc/common/tables/keystone-policy.xml:54(replaceable) ./doc/common/tables/keystone-identity.xml:63(replaceable) ./doc/common/tables/keystone-catalog.xml:47(replaceable) ./doc/common/tables/keystone-domain.xml:47(replaceable) ./doc/common/tables/keystone-credential.xml:39(replaceable) ./doc/common/tables/keystone-oauth.xml:43(replaceable) msgid "sql" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:26(td) +#: ./doc/common/tables/keystone-federation.xml:44(td) msgid "(StrOpt) Entrypoint for the federation backend driver in the keystone.federation namespace." msgstr "" -#: ./doc/common/tables/keystone-federation.xml:29(replaceable) +#: ./doc/common/tables/keystone-federation.xml:47(replaceable) msgid "Federated" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:30(td) +#: ./doc/common/tables/keystone-federation.xml:48(td) msgid "(StrOpt) A domain name that is reserved to allow federated ephemeral users to have a domain concept. Note that an admin will not be able to create a domain with this name or update an existing domain to this name. You are not advised to change this value unless you really have to." msgstr "" -#: ./doc/common/tables/keystone-federation.xml:34(td) +#: ./doc/common/tables/keystone-federation.xml:52(td) msgid "(StrOpt) Value to be used to obtain the entity ID of the Identity Provider from the environment (e.g. if using the mod_shib plugin this value is `Shib-Identity-Provider`)." msgstr "" -#: ./doc/common/tables/keystone-federation.xml:37(replaceable) +#: ./doc/common/tables/keystone-federation.xml:55(replaceable) msgid "/etc/keystone/sso_callback_template.html" msgstr "" -#: ./doc/common/tables/keystone-federation.xml:38(td) +#: ./doc/common/tables/keystone-federation.xml:56(td) msgid "(StrOpt) Location of Single Sign-On callback handler, will return a token to a trusted dashboard host." msgstr "" -#: ./doc/common/tables/keystone-federation.xml:42(td) +#: ./doc/common/tables/keystone-federation.xml:60(td) msgid "(MultiStrOpt) A list of trusted dashboard hosts. Before accepting a Single Sign-On request to return a token, the origin host must be a member of the trusted_dashboard list. This configuration option may be repeated for multiple values. For example: trusted_dashboard=http://acme.com/auth/websso trusted_dashboard=http://beta.com/auth/websso" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:7(caption) ./doc/common/tables/heat-rpc.xml:7(caption) ./doc/common/tables/neutron-rpc.xml:7(caption) ./doc/common/tables/nova-rpc.xml:7(caption) ./doc/common/tables/sahara-rpc.xml:7(caption) ./doc/common/tables/aodh-rpc.xml:7(caption) ./doc/common/tables/manila-rpc.xml:7(caption) ./doc/common/tables/keystone-rpc.xml:7(caption) ./doc/common/tables/cinder-rpc.xml:7(caption) ./doc/common/tables/ironic-rpc.xml:7(caption) ./doc/common/tables/ceilometer-rpc.xml:7(caption) ./doc/common/tables/glance-rpc.xml:7(caption) +#: ./doc/common/tables/trove-rpc.xml:25(caption) ./doc/common/tables/heat-rpc.xml:25(caption) ./doc/common/tables/neutron-rpc.xml:7(caption) ./doc/common/tables/nova-rpc.xml:25(caption) ./doc/common/tables/sahara-rpc.xml:25(caption) ./doc/common/tables/aodh-rpc.xml:7(caption) ./doc/common/tables/manila-rpc.xml:25(caption) ./doc/common/tables/keystone-rpc.xml:25(caption) ./doc/common/tables/cinder-rpc.xml:25(caption) ./doc/common/tables/ironic-rpc.xml:25(caption) ./doc/common/tables/ceilometer-rpc.xml:25(caption) ./doc/common/tables/glance-rpc.xml:25(caption) msgid "Description of RPC configuration options" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:21(replaceable) ./doc/common/tables/ceilometer-ipmi.xml:21(replaceable) ./doc/common/tables/ceilometer-ipmi.xml:25(replaceable) ./doc/common/tables/sahara-auth_token.xml:101(replaceable) ./doc/common/tables/sahara-auth_token.xml:133(replaceable) ./doc/common/tables/ironic-amt.xml:25(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:48(replaceable) ./doc/common/tables/neutron-l3_agent.xml:93(replaceable) ./doc/common/tables/neutron-l3_agent.xml:105(replaceable) ./doc/common/tables/trove-db_mongodb.xml:73(replaceable) ./doc/common/tables/keystone-trust.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:101(replaceable) ./doc/common/tables/neutron-auth_token.xml:133(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:21(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:141(replaceable) ./doc/common/tables/ironic-deploy.xml:45(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:52(replaceable) ./doc/common/tables/cinder-scheduler.xml:53(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:44(replaceable) ./doc/common/tables/heat-auth_token.xml:101(replaceable) ./doc/common/tables/heat-auth_token.xml:133(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:21(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/keystone-fernet_tokens.xml:25(replaceable) ./doc/common/tables/nova-auth_token.xml:101(replaceable) ./doc/common/tables/nova-auth_token.xml:133(replaceable) ./doc/common/tables/neutron-nec.xml:21(replaceable) ./doc/common/tables/manila-storage.xml:53(replaceable) ./doc/common/tables/keystone-memcache.xml:25(replaceable) ./doc/common/tables/nova-volumes.xml:25(replaceable) ./doc/common/tables/nova-volumes.xml:64(replaceable) ./doc/common/tables/nova-volumes.xml:114(replaceable) ./doc/common/tables/cinder-storpool.xml:21(replaceable) ./doc/common/tables/octavia.xml:95(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:32(replaceable) ./doc/common/tables/nova-quota.xml:69(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:28(replaceable) ./doc/common/tables/ironic-auth_token.xml:101(replaceable) ./doc/common/tables/ironic-auth_token.xml:133(replaceable) ./doc/common/tables/nova-network.xml:77(replaceable) ./doc/common/tables/nova-network.xml:225(replaceable) ./doc/common/tables/ironic-neutron.xml:29(replaceable) ./doc/common/tables/keystone-ldap.xml:117(replaceable) ./doc/common/tables/cinder-backups_swift.xml:57(replaceable) ./doc/common/tables/trove-auth_token.xml:101(replaceable) ./doc/common/tables/trove-auth_token.xml:133(replaceable) ./doc/common/tables/manila-common.xml:57(replaceable) ./doc/common/tables/keystone-cache.xml:65(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:29(replaceable) ./doc/common/tables/manila-auth_token.xml:101(replaceable) ./doc/common/tables/manila-auth_token.xml:133(replaceable) ./doc/common/tables/cinder-auth_token.xml:101(replaceable) ./doc/common/tables/cinder-auth_token.xml:133(replaceable) ./doc/common/tables/ironic-iboot.xml:21(replaceable) ./doc/common/tables/nova-scheduler.xml:117(replaceable) ./doc/common/tables/ironic-seamicro.xml:25(replaceable) ./doc/common/tables/glance-cinder.xml:37(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:65(replaceable) ./doc/common/tables/ironic-conductor.xml:77(replaceable) ./doc/common/tables/cinder-datera.xml:33(replaceable) ./doc/common/tables/cinder-hpxp.xml:29(replaceable) ./doc/common/tables/cinder-hpxp.xml:33(replaceable) ./doc/common/tables/manila-scheduler.xml:53(replaceable) ./doc/common/tables/trove-db_pxc.xml:53(replaceable) ./doc/common/tables/aodh-auth_token.xml:101(replaceable) ./doc/common/tables/aodh-auth_token.xml:133(replaceable) ./doc/common/tables/cinder-storage.xml:85(replaceable) ./doc/common/tables/cinder-storage.xml:89(replaceable) ./doc/common/tables/neutron-lbaas_octavia.xml:25(replaceable) ./doc/common/tables/nova-policy.xml:33(replaceable) ./doc/common/tables/heat-common.xml:120(replaceable) ./doc/common/tables/keystone-auth_token.xml:101(replaceable) ./doc/common/tables/keystone-auth_token.xml:133(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:37(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:41(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:45(replaceable) ./doc/common/tables/cinder-common.xml:133(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:37(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:45(replaceable) ./doc/common/tables/trove-db_vertica.xml:37(replaceable) ./doc/common/tables/glance-auth_token.xml:101(replaceable) ./doc/common/tables/glance-auth_token.xml:133(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:101(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:133(replaceable) ./doc/common/tables/manila-winrm.xml:37(replaceable) +#: ./doc/common/tables/trove-rpc.xml:39(replaceable) ./doc/common/tables/ceilometer-ipmi.xml:39(replaceable) ./doc/common/tables/ceilometer-ipmi.xml:43(replaceable) ./doc/common/tables/sahara-auth_token.xml:119(replaceable) ./doc/common/tables/sahara-auth_token.xml:151(replaceable) ./doc/common/tables/ironic-amt.xml:43(replaceable) ./doc/common/tables/neutron-lbaas_agent.xml:48(replaceable) ./doc/common/tables/neutron-l3_agent.xml:93(replaceable) ./doc/common/tables/neutron-l3_agent.xml:105(replaceable) ./doc/common/tables/trove-db_mongodb.xml:91(replaceable) ./doc/common/tables/keystone-trust.xml:51(replaceable) ./doc/common/tables/neutron-auth_token.xml:101(replaceable) ./doc/common/tables/neutron-auth_token.xml:133(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:21(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:141(replaceable) ./doc/common/tables/ironic-deploy.xml:63(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:52(replaceable) ./doc/common/tables/cinder-scheduler.xml:71(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:44(replaceable) ./doc/common/tables/heat-auth_token.xml:119(replaceable) ./doc/common/tables/heat-auth_token.xml:151(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:39(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:149(replaceable) ./doc/common/tables/keystone-fernet_tokens.xml:43(replaceable) ./doc/common/tables/nova-auth_token.xml:119(replaceable) ./doc/common/tables/nova-auth_token.xml:151(replaceable) ./doc/common/tables/neutron-nec.xml:21(replaceable) ./doc/common/tables/manila-storage.xml:71(replaceable) ./doc/common/tables/keystone-memcache.xml:43(replaceable) ./doc/common/tables/nova-volumes.xml:43(replaceable) ./doc/common/tables/nova-volumes.xml:82(replaceable) ./doc/common/tables/nova-volumes.xml:132(replaceable) ./doc/common/tables/cinder-storpool.xml:21(replaceable) ./doc/common/tables/octavia.xml:95(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:32(replaceable) ./doc/common/tables/nova-quota.xml:87(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:28(replaceable) ./doc/common/tables/ironic-auth_token.xml:119(replaceable) ./doc/common/tables/ironic-auth_token.xml:151(replaceable) ./doc/common/tables/nova-network.xml:95(replaceable) ./doc/common/tables/nova-network.xml:243(replaceable) ./doc/common/tables/ironic-neutron.xml:47(replaceable) ./doc/common/tables/keystone-ldap.xml:135(replaceable) ./doc/common/tables/cinder-backups_swift.xml:71(replaceable) ./doc/common/tables/trove-auth_token.xml:119(replaceable) ./doc/common/tables/trove-auth_token.xml:151(replaceable) ./doc/common/tables/manila-common.xml:75(replaceable) ./doc/common/tables/keystone-cache.xml:83(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:47(replaceable) ./doc/common/tables/manila-auth_token.xml:119(replaceable) ./doc/common/tables/manila-auth_token.xml:151(replaceable) ./doc/common/tables/cinder-auth_token.xml:119(replaceable) ./doc/common/tables/cinder-auth_token.xml:151(replaceable) ./doc/common/tables/ironic-iboot.xml:39(replaceable) ./doc/common/tables/nova-scheduler.xml:135(replaceable) ./doc/common/tables/ironic-seamicro.xml:43(replaceable) ./doc/common/tables/glance-cinder.xml:55(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:53(replaceable) ./doc/common/tables/ironic-conductor.xml:83(replaceable) ./doc/common/tables/ironic-conductor.xml:95(replaceable) ./doc/common/tables/cinder-datera.xml:51(replaceable) ./doc/common/tables/cinder-hpxp.xml:47(replaceable) ./doc/common/tables/cinder-hpxp.xml:51(replaceable) ./doc/common/tables/manila-scheduler.xml:71(replaceable) ./doc/common/tables/trove-db_pxc.xml:71(replaceable) ./doc/common/tables/aodh-auth_token.xml:101(replaceable) ./doc/common/tables/aodh-auth_token.xml:133(replaceable) ./doc/common/tables/cinder-storage.xml:103(replaceable) ./doc/common/tables/cinder-storage.xml:107(replaceable) ./doc/common/tables/neutron-lbaas_octavia.xml:25(replaceable) ./doc/common/tables/nova-policy.xml:51(replaceable) ./doc/common/tables/heat-common.xml:150(replaceable) ./doc/common/tables/keystone-auth_token.xml:119(replaceable) ./doc/common/tables/keystone-auth_token.xml:151(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:37(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:59(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:63(replaceable) ./doc/common/tables/cinder-common.xml:151(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:55(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:63(replaceable) ./doc/common/tables/trove-db_vertica.xml:55(replaceable) ./doc/common/tables/glance-auth_token.xml:119(replaceable) ./doc/common/tables/glance-auth_token.xml:151(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:119(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:151(replaceable) ./doc/common/tables/manila-winrm.xml:55(replaceable) msgid "3" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:22(td) +#: ./doc/common/tables/trove-rpc.xml:40(td) msgid "(IntOpt) Number of times to check if a volume exists." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:25(replaceable) ./doc/common/tables/trove-rpc.xml:33(replaceable) ./doc/common/tables/trove-rpc.xml:37(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:94(replaceable) ./doc/common/tables/neutron-cisco.xml:21(replaceable) ./doc/common/tables/cinder-san.xml:57(replaceable) ./doc/common/tables/heat-rpc.xml:37(replaceable) ./doc/common/tables/heat-rpc.xml:41(replaceable) ./doc/common/tables/neutron-rpc.xml:33(replaceable) ./doc/common/tables/neutron-rpc.xml:37(replaceable) ./doc/common/tables/nova-rpc.xml:25(replaceable) ./doc/common/tables/nova-rpc.xml:29(replaceable) ./doc/common/tables/neutron-api.xml:57(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/swift-object-server-object-reconstructor.xml:72(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:79(replaceable) ./doc/common/tables/octavia.xml:342(replaceable) ./doc/common/tables/octavia.xml:350(replaceable) ./doc/common/tables/sahara-rpc.xml:25(replaceable) ./doc/common/tables/sahara-rpc.xml:29(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(replaceable) ./doc/common/tables/cinder-infortrend.xml:29(replaceable) ./doc/common/tables/aodh-rpc.xml:33(replaceable) ./doc/common/tables/aodh-rpc.xml:37(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/ironic-neutron.xml:37(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/manila-rpc.xml:25(replaceable) ./doc/common/tables/manila-rpc.xml:29(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:48(replaceable) ./doc/common/tables/keystone-rpc.xml:25(replaceable) ./doc/common/tables/keystone-rpc.xml:29(replaceable) ./doc/common/tables/ironic-ilo.xml:37(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/cinder-rpc.xml:33(replaceable) ./doc/common/tables/cinder-rpc.xml:37(replaceable) ./doc/common/tables/neutron-metering_agent.xml:25(replaceable) ./doc/common/tables/neutron-metering_agent.xml:32(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(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/nova-livemigration.xml:21(replaceable) ./doc/common/tables/neutron-nvsd.xml:48(replaceable) ./doc/common/tables/manila-hds_hnas.xml:49(replaceable) ./doc/common/tables/ironic-rpc.xml:25(replaceable) ./doc/common/tables/ironic-rpc.xml:29(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/neutron-openvswitch_agent.xml:60(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:111(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:37(replaceable) ./doc/common/tables/ceilometer-rpc.xml:29(replaceable) ./doc/common/tables/ceilometer-rpc.xml:33(replaceable) ./doc/common/tables/cinder-eqlx.xml:33(replaceable) ./doc/common/tables/neutron-vmware.xml:64(replaceable) ./doc/common/tables/sahara-common.xml:105(replaceable) ./doc/common/tables/glance-rpc.xml:29(replaceable) ./doc/common/tables/glance-rpc.xml:33(replaceable) ./doc/common/tables/cinder-xio.xml:25(replaceable) ./doc/common/tables/neutron-quotas.xml:21(replaceable) ./doc/common/tables/nova-xen.xml:67(replaceable) +#: ./doc/common/tables/trove-rpc.xml:43(replaceable) ./doc/common/tables/trove-rpc.xml:51(replaceable) ./doc/common/tables/trove-rpc.xml:55(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:94(replaceable) ./doc/common/tables/neutron-cisco.xml:21(replaceable) ./doc/common/tables/cinder-san.xml:75(replaceable) ./doc/common/tables/heat-rpc.xml:47(replaceable) ./doc/common/tables/heat-rpc.xml:51(replaceable) ./doc/common/tables/neutron-rpc.xml:33(replaceable) ./doc/common/tables/neutron-rpc.xml:37(replaceable) ./doc/common/tables/nova-rpc.xml:43(replaceable) ./doc/common/tables/nova-rpc.xml:47(replaceable) ./doc/common/tables/neutron-api.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:40(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:92(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:104(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:36(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:79(replaceable) ./doc/common/tables/octavia.xml:342(replaceable) ./doc/common/tables/octavia.xml:350(replaceable) ./doc/common/tables/sahara-rpc.xml:43(replaceable) ./doc/common/tables/sahara-rpc.xml:47(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:20(replaceable) ./doc/common/tables/cinder-infortrend.xml:47(replaceable) ./doc/common/tables/aodh-rpc.xml:33(replaceable) ./doc/common/tables/aodh-rpc.xml:37(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/ironic-neutron.xml:55(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/manila-rpc.xml:43(replaceable) ./doc/common/tables/manila-rpc.xml:47(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:48(replaceable) ./doc/common/tables/keystone-rpc.xml:43(replaceable) ./doc/common/tables/keystone-rpc.xml:47(replaceable) ./doc/common/tables/ironic-ilo.xml:55(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/cinder-rpc.xml:43(replaceable) ./doc/common/tables/cinder-rpc.xml:47(replaceable) ./doc/common/tables/neutron-metering_agent.xml:25(replaceable) ./doc/common/tables/neutron-metering_agent.xml:32(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:53(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:76(replaceable) ./doc/common/tables/nova-livemigration.xml:39(replaceable) ./doc/common/tables/neutron-nvsd.xml:48(replaceable) ./doc/common/tables/manila-hds_hnas.xml:67(replaceable) ./doc/common/tables/ironic-rpc.xml:43(replaceable) ./doc/common/tables/ironic-rpc.xml:47(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:28(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:76(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:60(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:111(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:37(replaceable) ./doc/common/tables/ceilometer-rpc.xml:47(replaceable) ./doc/common/tables/ceilometer-rpc.xml:51(replaceable) ./doc/common/tables/cinder-eqlx.xml:51(replaceable) ./doc/common/tables/neutron-vmware.xml:64(replaceable) ./doc/common/tables/sahara-common.xml:123(replaceable) ./doc/common/tables/glance-rpc.xml:47(replaceable) ./doc/common/tables/glance-rpc.xml:51(replaceable) ./doc/common/tables/cinder-xio.xml:43(replaceable) ./doc/common/tables/neutron-quotas.xml:21(replaceable) ./doc/common/tables/nova-xen.xml:85(replaceable) msgid "30" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:26(td) +#: ./doc/common/tables/trove-rpc.xml:44(td) msgid "(IntOpt) The interval (in seconds) which periodic tasks are run." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:29(replaceable) ./doc/common/tables/heat-rpc.xml:33(replaceable) ./doc/common/tables/neutron-rpc.xml:29(replaceable) ./doc/common/tables/nova-rpc.xml:21(replaceable) ./doc/common/tables/sahara-rpc.xml:21(replaceable) ./doc/common/tables/aodh-rpc.xml:29(replaceable) ./doc/common/tables/manila-rpc.xml:21(replaceable) ./doc/common/tables/keystone-rpc.xml:21(replaceable) ./doc/common/tables/cinder-rpc.xml:29(replaceable) ./doc/common/tables/ironic-rpc.xml:21(replaceable) ./doc/common/tables/ceilometer-rpc.xml:25(replaceable) ./doc/common/tables/glance-rpc.xml:25(replaceable) +#: ./doc/common/tables/trove-rpc.xml:47(replaceable) ./doc/common/tables/heat-rpc.xml:43(replaceable) ./doc/common/tables/neutron-rpc.xml:29(replaceable) ./doc/common/tables/nova-rpc.xml:39(replaceable) ./doc/common/tables/sahara-rpc.xml:39(replaceable) ./doc/common/tables/aodh-rpc.xml:29(replaceable) ./doc/common/tables/manila-rpc.xml:39(replaceable) ./doc/common/tables/keystone-rpc.xml:39(replaceable) ./doc/common/tables/cinder-rpc.xml:39(replaceable) ./doc/common/tables/ironic-rpc.xml:39(replaceable) ./doc/common/tables/ceilometer-rpc.xml:43(replaceable) ./doc/common/tables/glance-rpc.xml:43(replaceable) msgid "rabbit" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:30(td) ./doc/common/tables/heat-rpc.xml:34(td) ./doc/common/tables/neutron-rpc.xml:30(td) ./doc/common/tables/nova-rpc.xml:22(td) ./doc/common/tables/sahara-rpc.xml:22(td) ./doc/common/tables/aodh-rpc.xml:30(td) ./doc/common/tables/manila-rpc.xml:22(td) ./doc/common/tables/keystone-rpc.xml:22(td) ./doc/common/tables/cinder-rpc.xml:30(td) ./doc/common/tables/ironic-rpc.xml:22(td) ./doc/common/tables/ceilometer-rpc.xml:26(td) ./doc/common/tables/glance-rpc.xml:26(td) +#: ./doc/common/tables/trove-rpc.xml:48(td) ./doc/common/tables/heat-rpc.xml:44(td) ./doc/common/tables/neutron-rpc.xml:30(td) ./doc/common/tables/nova-rpc.xml:40(td) ./doc/common/tables/sahara-rpc.xml:40(td) ./doc/common/tables/aodh-rpc.xml:30(td) ./doc/common/tables/manila-rpc.xml:40(td) ./doc/common/tables/keystone-rpc.xml:40(td) ./doc/common/tables/cinder-rpc.xml:40(td) ./doc/common/tables/ironic-rpc.xml:40(td) ./doc/common/tables/ceilometer-rpc.xml:44(td) ./doc/common/tables/glance-rpc.xml:44(td) msgid "(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:34(td) ./doc/common/tables/heat-rpc.xml:38(td) ./doc/common/tables/neutron-rpc.xml:34(td) ./doc/common/tables/nova-rpc.xml:26(td) ./doc/common/tables/sahara-rpc.xml:26(td) ./doc/common/tables/aodh-rpc.xml:34(td) ./doc/common/tables/manila-rpc.xml:26(td) ./doc/common/tables/keystone-rpc.xml:26(td) ./doc/common/tables/cinder-rpc.xml:34(td) ./doc/common/tables/ironic-rpc.xml:26(td) ./doc/common/tables/ceilometer-rpc.xml:30(td) ./doc/common/tables/glance-rpc.xml:30(td) +#: ./doc/common/tables/trove-rpc.xml:52(td) ./doc/common/tables/heat-rpc.xml:48(td) ./doc/common/tables/neutron-rpc.xml:34(td) ./doc/common/tables/nova-rpc.xml:44(td) ./doc/common/tables/sahara-rpc.xml:44(td) ./doc/common/tables/aodh-rpc.xml:34(td) ./doc/common/tables/manila-rpc.xml:44(td) ./doc/common/tables/keystone-rpc.xml:44(td) ./doc/common/tables/cinder-rpc.xml:44(td) ./doc/common/tables/ironic-rpc.xml:44(td) ./doc/common/tables/ceilometer-rpc.xml:48(td) ./doc/common/tables/glance-rpc.xml:48(td) msgid "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:38(td) ./doc/common/tables/heat-rpc.xml:42(td) ./doc/common/tables/neutron-rpc.xml:38(td) ./doc/common/tables/nova-rpc.xml:30(td) ./doc/common/tables/sahara-rpc.xml:30(td) ./doc/common/tables/aodh-rpc.xml:38(td) ./doc/common/tables/manila-rpc.xml:30(td) ./doc/common/tables/keystone-rpc.xml:30(td) ./doc/common/tables/cinder-rpc.xml:38(td) ./doc/common/tables/ironic-rpc.xml:30(td) ./doc/common/tables/ceilometer-rpc.xml:34(td) ./doc/common/tables/glance-rpc.xml:34(td) +#: ./doc/common/tables/trove-rpc.xml:56(td) ./doc/common/tables/heat-rpc.xml:52(td) ./doc/common/tables/neutron-rpc.xml:38(td) ./doc/common/tables/nova-rpc.xml:48(td) ./doc/common/tables/sahara-rpc.xml:48(td) ./doc/common/tables/aodh-rpc.xml:38(td) ./doc/common/tables/manila-rpc.xml:48(td) ./doc/common/tables/keystone-rpc.xml:48(td) ./doc/common/tables/cinder-rpc.xml:48(td) ./doc/common/tables/ironic-rpc.xml:48(td) ./doc/common/tables/ceilometer-rpc.xml:52(td) ./doc/common/tables/glance-rpc.xml:52(td) msgid "(IntOpt) Size of RPC connection pool." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:41(replaceable) ./doc/common/tables/ceilometer-qpid.xml:53(replaceable) ./doc/common/tables/ceilometer-qpid.xml:65(replaceable) ./doc/common/tables/trove-zeromq.xml:33(replaceable) ./doc/common/tables/manila-database.xml:60(replaceable) ./doc/common/tables/manila-database.xml:80(replaceable) ./doc/common/tables/heat-cfn_api.xml:21(replaceable) ./doc/common/tables/keystone-zeromq.xml:33(replaceable) ./doc/common/tables/heat-zeromq.xml:25(replaceable) ./doc/common/tables/ironic-zeromq.xml:33(replaceable) ./doc/common/tables/aodh-api.xml:37(replaceable) ./doc/common/tables/heat-qpid.xml:53(replaceable) ./doc/common/tables/heat-qpid.xml:65(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(replaceable) ./doc/common/tables/trove-db_mongodb.xml:77(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:21(replaceable) ./doc/common/tables/neutron-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-database.xml:56(replaceable) ./doc/common/tables/cinder-database.xml:76(replaceable) ./doc/common/tables/ceilometer-collector.xml:41(replaceable) ./doc/common/tables/nova-rabbitmq.xml:97(replaceable) ./doc/common/tables/manila-zeromq.xml:33(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:97(replaceable) ./doc/common/tables/cinder-qpid.xml:53(replaceable) ./doc/common/tables/cinder-qpid.xml:65(replaceable) ./doc/common/tables/cinder-san.xml:65(replaceable) ./doc/common/tables/ironic-deploy.xml:29(replaceable) ./doc/common/tables/neutron-rpc.xml:45(replaceable) ./doc/common/tables/nova-rpc.xml:33(replaceable) ./doc/common/tables/nova-database.xml:107(replaceable) ./doc/common/tables/nova-database.xml:127(replaceable) ./doc/common/tables/ironic-common.xml:45(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:20(replaceable) ./doc/common/tables/neutron-metadata.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:97(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:97(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:97(replaceable) ./doc/common/tables/trove-qpid.xml:53(replaceable) ./doc/common/tables/trove-qpid.xml:65(replaceable) ./doc/common/tables/ironic-database.xml:49(replaceable) ./doc/common/tables/ironic-database.xml:69(replaceable) ./doc/common/tables/keystone-qpid.xml:53(replaceable) ./doc/common/tables/keystone-qpid.xml:65(replaceable) ./doc/common/tables/sahara-clients.xml:74(replaceable) ./doc/common/tables/octavia.xml:179(replaceable) ./doc/common/tables/sahara-rpc.xml:33(replaceable) ./doc/common/tables/glance-zeromq.xml:33(replaceable) ./doc/common/tables/ironic-qpid.xml:53(replaceable) ./doc/common/tables/ironic-qpid.xml:65(replaceable) ./doc/common/tables/nova-cells.xml:49(replaceable) ./doc/common/tables/sahara-zeromq.xml:33(replaceable) ./doc/common/tables/cinder-drbd.xml:29(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:33(replaceable) ./doc/common/tables/neutron-vpnaas_libreswan.xml:29(replaceable) ./doc/common/tables/glance-database.xml:49(replaceable) ./doc/common/tables/glance-database.xml:69(replaceable) ./doc/common/tables/nova-network.xml:201(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:72(replaceable) ./doc/common/tables/cinder-backups_swift.xml:29(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(replaceable) ./doc/common/tables/manila-rpc.xml:33(replaceable) ./doc/common/tables/aodh-zeromq.xml:25(replaceable) ./doc/common/tables/manila-san.xml:29(replaceable) ./doc/common/tables/keystone-rpc.xml:33(replaceable) ./doc/common/tables/nova-ironic.xml:53(replaceable) ./doc/common/tables/glance-qpid.xml:53(replaceable) ./doc/common/tables/glance-qpid.xml:65(replaceable) ./doc/common/tables/nova-qpid.xml:53(replaceable) ./doc/common/tables/nova-qpid.xml:65(replaceable) ./doc/common/tables/ironic-ilo.xml:33(replaceable) ./doc/common/tables/heat-database.xml:49(replaceable) ./doc/common/tables/heat-database.xml:69(replaceable) ./doc/common/tables/ironic-iboot.xml:25(replaceable) ./doc/common/tables/nova-scheduler.xml:101(replaceable) ./doc/common/tables/ceilometer-api.xml:88(replaceable) ./doc/common/tables/ironic-conductor.xml:69(replaceable) ./doc/common/tables/cinder-zeromq.xml:25(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:20(replaceable) ./doc/common/tables/ceilometer-database.xml:68(replaceable) ./doc/common/tables/ceilometer-database.xml:104(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(replaceable) ./doc/common/tables/cinder-datera.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:93(replaceable) ./doc/common/tables/nova-livemigration.xml:25(replaceable) ./doc/common/tables/ironic-rpc.xml:33(replaceable) ./doc/common/tables/ceilometer-events.xml:44(replaceable) ./doc/common/tables/aodh-qpid.xml:53(replaceable) ./doc/common/tables/aodh-qpid.xml:65(replaceable) ./doc/common/tables/ironic-console.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:33(replaceable) ./doc/common/tables/trove-rabbitmq.xml:97(replaceable) ./doc/common/tables/cinder-images.xml:37(replaceable) ./doc/common/tables/neutron-qpid.xml:53(replaceable) ./doc/common/tables/neutron-qpid.xml:65(replaceable) ./doc/common/tables/manila-qpid.xml:53(replaceable) ./doc/common/tables/manila-qpid.xml:65(replaceable) ./doc/common/tables/glance-imagecache.xml:45(replaceable) ./doc/common/tables/ceilometer-rpc.xml:37(replaceable) ./doc/common/tables/manila-api.xml:65(replaceable) ./doc/common/tables/neutron-database.xml:49(replaceable) ./doc/common/tables/neutron-database.xml:69(replaceable) ./doc/common/tables/heat-rabbitmq.xml:97(replaceable) ./doc/common/tables/glance-rpc.xml:37(replaceable) ./doc/common/tables/aodh-database.xml:57(replaceable) ./doc/common/tables/aodh-database.xml:77(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:97(replaceable) ./doc/common/tables/sahara-qpid.xml:53(replaceable) ./doc/common/tables/sahara-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/neutron-quotas.xml:36(replaceable) ./doc/common/tables/neutron-quotas.xml:40(replaceable) ./doc/common/tables/manila-rabbitmq.xml:97(replaceable) ./doc/common/tables/nova-xen.xml:207(replaceable) ./doc/common/tables/sahara-database.xml:56(replaceable) ./doc/common/tables/sahara-database.xml:76(replaceable) ./doc/common/tables/neutron-nsx.xml:152(replaceable) ./doc/common/tables/glance-rabbitmq.xml:97(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(replaceable) ./doc/common/tables/aodh-common.xml:57(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-database.xml:49(replaceable) ./doc/common/tables/keystone-database.xml:69(replaceable) +#: ./doc/common/tables/trove-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-qpid.xml:71(replaceable) ./doc/common/tables/ceilometer-qpid.xml:83(replaceable) ./doc/common/tables/trove-zeromq.xml:51(replaceable) ./doc/common/tables/manila-database.xml:78(replaceable) ./doc/common/tables/manila-database.xml:98(replaceable) ./doc/common/tables/heat-cfn_api.xml:39(replaceable) ./doc/common/tables/keystone-zeromq.xml:51(replaceable) ./doc/common/tables/heat-zeromq.xml:51(replaceable) ./doc/common/tables/ironic-zeromq.xml:51(replaceable) ./doc/common/tables/aodh-api.xml:37(replaceable) ./doc/common/tables/heat-qpid.xml:71(replaceable) ./doc/common/tables/heat-qpid.xml:83(replaceable) ./doc/common/tables/swift-object-expirer-object-expirer.xml:24(replaceable) ./doc/common/tables/trove-db_mongodb.xml:95(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:39(replaceable) ./doc/common/tables/neutron-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-database.xml:74(replaceable) ./doc/common/tables/cinder-database.xml:94(replaceable) ./doc/common/tables/ceilometer-collector.xml:59(replaceable) ./doc/common/tables/nova-rabbitmq.xml:115(replaceable) ./doc/common/tables/manila-zeromq.xml:51(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:115(replaceable) ./doc/common/tables/cinder-qpid.xml:71(replaceable) ./doc/common/tables/cinder-qpid.xml:83(replaceable) ./doc/common/tables/cinder-san.xml:83(replaceable) ./doc/common/tables/heat-rpc.xml:55(replaceable) ./doc/common/tables/ironic-deploy.xml:47(replaceable) ./doc/common/tables/neutron-rpc.xml:45(replaceable) ./doc/common/tables/nova-rpc.xml:51(replaceable) ./doc/common/tables/nova-database.xml:125(replaceable) ./doc/common/tables/nova-database.xml:145(replaceable) ./doc/common/tables/ironic-common.xml:63(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:20(replaceable) ./doc/common/tables/neutron-metadata.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:20(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:97(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:115(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:115(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:115(replaceable) ./doc/common/tables/trove-qpid.xml:71(replaceable) ./doc/common/tables/trove-qpid.xml:83(replaceable) ./doc/common/tables/ironic-database.xml:67(replaceable) ./doc/common/tables/ironic-database.xml:87(replaceable) ./doc/common/tables/keystone-qpid.xml:71(replaceable) ./doc/common/tables/keystone-qpid.xml:83(replaceable) ./doc/common/tables/sahara-clients.xml:92(replaceable) ./doc/common/tables/octavia.xml:179(replaceable) ./doc/common/tables/sahara-rpc.xml:51(replaceable) ./doc/common/tables/glance-zeromq.xml:51(replaceable) ./doc/common/tables/ironic-qpid.xml:71(replaceable) ./doc/common/tables/ironic-qpid.xml:83(replaceable) ./doc/common/tables/nova-cells.xml:67(replaceable) ./doc/common/tables/sahara-zeromq.xml:51(replaceable) ./doc/common/tables/cinder-drbd.xml:39(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:51(replaceable) ./doc/common/tables/neutron-vpnaas_libreswan.xml:29(replaceable) ./doc/common/tables/glance-database.xml:67(replaceable) ./doc/common/tables/glance-database.xml:87(replaceable) ./doc/common/tables/nova-network.xml:219(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:72(replaceable) ./doc/common/tables/cinder-backups_swift.xml:43(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:28(replaceable) ./doc/common/tables/manila-rpc.xml:51(replaceable) ./doc/common/tables/aodh-zeromq.xml:25(replaceable) ./doc/common/tables/manila-san.xml:47(replaceable) ./doc/common/tables/keystone-rpc.xml:51(replaceable) ./doc/common/tables/nova-ironic.xml:71(replaceable) ./doc/common/tables/glance-qpid.xml:71(replaceable) ./doc/common/tables/glance-qpid.xml:83(replaceable) ./doc/common/tables/nova-qpid.xml:71(replaceable) ./doc/common/tables/nova-qpid.xml:83(replaceable) ./doc/common/tables/ironic-ilo.xml:51(replaceable) ./doc/common/tables/heat-database.xml:67(replaceable) ./doc/common/tables/heat-database.xml:87(replaceable) ./doc/common/tables/ironic-iboot.xml:43(replaceable) ./doc/common/tables/cinder-rpc.xml:51(replaceable) ./doc/common/tables/nova-scheduler.xml:119(replaceable) ./doc/common/tables/ceilometer-api.xml:106(replaceable) ./doc/common/tables/ironic-conductor.xml:87(replaceable) ./doc/common/tables/cinder-zeromq.xml:51(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:20(replaceable) ./doc/common/tables/ceilometer-database.xml:86(replaceable) ./doc/common/tables/ceilometer-database.xml:122(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:24(replaceable) ./doc/common/tables/cinder-datera.xml:47(replaceable) ./doc/common/tables/neutron-common.xml:93(replaceable) ./doc/common/tables/nova-livemigration.xml:43(replaceable) ./doc/common/tables/ironic-rpc.xml:51(replaceable) ./doc/common/tables/ceilometer-events.xml:62(replaceable) ./doc/common/tables/aodh-qpid.xml:53(replaceable) ./doc/common/tables/aodh-qpid.xml:65(replaceable) ./doc/common/tables/ironic-console.xml:39(replaceable) ./doc/common/tables/nova-zeromq.xml:51(replaceable) ./doc/common/tables/trove-rabbitmq.xml:115(replaceable) ./doc/common/tables/cinder-images.xml:55(replaceable) ./doc/common/tables/neutron-qpid.xml:53(replaceable) ./doc/common/tables/neutron-qpid.xml:65(replaceable) ./doc/common/tables/manila-qpid.xml:71(replaceable) ./doc/common/tables/manila-qpid.xml:83(replaceable) ./doc/common/tables/glance-imagecache.xml:63(replaceable) ./doc/common/tables/ceilometer-rpc.xml:55(replaceable) ./doc/common/tables/manila-api.xml:83(replaceable) ./doc/common/tables/neutron-database.xml:49(replaceable) ./doc/common/tables/neutron-database.xml:69(replaceable) ./doc/common/tables/heat-rabbitmq.xml:115(replaceable) ./doc/common/tables/glance-rpc.xml:55(replaceable) ./doc/common/tables/aodh-database.xml:57(replaceable) ./doc/common/tables/aodh-database.xml:77(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:115(replaceable) ./doc/common/tables/sahara-qpid.xml:71(replaceable) ./doc/common/tables/sahara-qpid.xml:83(replaceable) ./doc/common/tables/cinder-xio.xml:51(replaceable) ./doc/common/tables/cinder-xio.xml:55(replaceable) ./doc/common/tables/cinder-xio.xml:59(replaceable) ./doc/common/tables/neutron-quotas.xml:36(replaceable) ./doc/common/tables/neutron-quotas.xml:40(replaceable) ./doc/common/tables/manila-rabbitmq.xml:115(replaceable) ./doc/common/tables/nova-xen.xml:225(replaceable) ./doc/common/tables/sahara-database.xml:74(replaceable) ./doc/common/tables/sahara-database.xml:94(replaceable) ./doc/common/tables/neutron-nsx.xml:152(replaceable) ./doc/common/tables/glance-rabbitmq.xml:115(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:20(replaceable) ./doc/common/tables/aodh-common.xml:57(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:97(replaceable) ./doc/common/tables/keystone-database.xml:67(replaceable) ./doc/common/tables/keystone-database.xml:87(replaceable) msgid "1" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:42(td) ./doc/common/tables/nova-rpc.xml:34(td) ./doc/common/tables/sahara-rpc.xml:34(td) ./doc/common/tables/manila-rpc.xml:34(td) ./doc/common/tables/keystone-rpc.xml:34(td) ./doc/common/tables/ironic-rpc.xml:34(td) ./doc/common/tables/ceilometer-rpc.xml:38(td) ./doc/common/tables/glance-rpc.xml:38(td) +#: ./doc/common/tables/trove-rpc.xml:60(td) ./doc/common/tables/heat-rpc.xml:56(td) ./doc/common/tables/nova-rpc.xml:52(td) ./doc/common/tables/sahara-rpc.xml:52(td) ./doc/common/tables/manila-rpc.xml:52(td) ./doc/common/tables/keystone-rpc.xml:52(td) ./doc/common/tables/cinder-rpc.xml:52(td) ./doc/common/tables/ironic-rpc.xml:52(td) ./doc/common/tables/ceilometer-rpc.xml:56(td) ./doc/common/tables/glance-rpc.xml:56(td) msgid "(IntOpt) The default number of seconds that poll should wait. Poll raises timeout exception when timeout expired." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:45(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:112(replaceable) ./doc/common/tables/ceilometer-qpid.xml:29(replaceable) ./doc/common/tables/sahara-auth_token.xml:137(replaceable) ./doc/common/tables/heat-qpid.xml:29(replaceable) ./doc/common/tables/neutron-ovn.xml:32(replaceable) ./doc/common/tables/ceilometer-alarm.xml:25(replaceable) ./doc/common/tables/neutron-cisco.xml:44(replaceable) ./doc/common/tables/neutron-cisco.xml:55(replaceable) ./doc/common/tables/nova-hyperv.xml:49(replaceable) ./doc/common/tables/nova-hyperv.xml:65(replaceable) ./doc/common/tables/nova-rabbitmq.xml:37(replaceable) ./doc/common/tables/nova-rabbitmq.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:137(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:37(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:45(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:99(replaceable) ./doc/common/tables/cinder-qpid.xml:29(replaceable) ./doc/common/tables/heat-rpc.xml:45(replaceable) ./doc/common/tables/neutron-rpc.xml:41(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:24(replaceable) ./doc/common/tables/trove-taskmanager.xml:57(replaceable) ./doc/common/tables/nova-rpc.xml:37(replaceable) ./doc/common/tables/nova-compute.xml:65(replaceable) ./doc/common/tables/nova-compute.xml:145(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:29(replaceable) ./doc/common/tables/ironic-common.xml:77(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:36(replaceable) ./doc/common/tables/heat-auth_token.xml:137(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(replaceable) ./doc/common/tables/trove-volume.xml:57(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:37(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:45(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/nova-auth_token.xml:137(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:37(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:45(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:37(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:45(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:37(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:45(replaceable) ./doc/common/tables/trove-qpid.xml:29(replaceable) ./doc/common/tables/keystone-qpid.xml:29(replaceable) ./doc/common/tables/nova-volumes.xml:21(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:170(replaceable) ./doc/common/tables/nova-periodic.xml:25(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:85(replaceable) ./doc/common/tables/octavia.xml:91(replaceable) ./doc/common/tables/sahara-rpc.xml:37(replaceable) ./doc/common/tables/ironic-qpid.xml:29(replaceable) ./doc/common/tables/nova-cells.xml:21(replaceable) ./doc/common/tables/nova-cells.xml:37(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/ironic-auth_token.xml:137(replaceable) ./doc/common/tables/aodh-rpc.xml:41(replaceable) ./doc/common/tables/ironic-irmc.xml:25(replaceable) ./doc/common/tables/keystone-ldap.xml:29(replaceable) ./doc/common/tables/trove-auth_token.xml:137(replaceable) ./doc/common/tables/manila-common.xml:61(replaceable) ./doc/common/tables/manila-common.xml:69(replaceable) ./doc/common/tables/manila-common.xml:85(replaceable) ./doc/common/tables/keystone-cache.xml:57(replaceable) ./doc/common/tables/keystone-cache.xml:88(replaceable) ./doc/common/tables/manila-rpc.xml:37(replaceable) ./doc/common/tables/trove-guestagent.xml:21(replaceable) ./doc/common/tables/trove-guestagent.xml:29(replaceable) ./doc/common/tables/manila-san.xml:21(replaceable) ./doc/common/tables/manila-auth_token.xml:137(replaceable) ./doc/common/tables/keystone-rpc.xml:37(replaceable) ./doc/common/tables/nova-ironic.xml:45(replaceable) ./doc/common/tables/glance-qpid.xml:29(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:69(replaceable) ./doc/common/tables/nova-qpid.xml:29(replaceable) ./doc/common/tables/ironic-ilo.xml:49(replaceable) ./doc/common/tables/cinder-auth_token.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/neutron-bigswitch.xml:112(replaceable) ./doc/common/tables/cinder-rpc.xml:41(replaceable) ./doc/common/tables/nova-scheduler.xml:93(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:20(replaceable) ./doc/common/tables/ironic-conductor.xml:25(replaceable) ./doc/common/tables/ironic-conductor.xml:57(replaceable) ./doc/common/tables/ironic-conductor.xml:97(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(replaceable) ./doc/common/tables/trove-heat.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:224(replaceable) ./doc/common/tables/ironic-ipmi.xml:25(replaceable) ./doc/common/tables/nova-common.xml:73(replaceable) ./doc/common/tables/ironic-rpc.xml:37(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:28(replaceable) ./doc/common/tables/aodh-qpid.xml:29(replaceable) ./doc/common/tables/aodh-auth_token.xml:137(replaceable) ./doc/common/tables/trove-rabbitmq.xml:37(replaceable) ./doc/common/tables/trove-rabbitmq.xml:45(replaceable) ./doc/common/tables/neutron-qpid.xml:29(replaceable) ./doc/common/tables/manila-qpid.xml:29(replaceable) ./doc/common/tables/heat-common.xml:65(replaceable) ./doc/common/tables/heat-common.xml:112(replaceable) ./doc/common/tables/heat-common.xml:135(replaceable) ./doc/common/tables/keystone-auth_token.xml:137(replaceable) ./doc/common/tables/ceilometer-rpc.xml:41(replaceable) ./doc/common/tables/neutron-vpnaas_ipsec.xml:29(replaceable) ./doc/common/tables/cinder-common.xml:153(replaceable) ./doc/common/tables/cinder-common.xml:157(replaceable) ./doc/common/tables/cinder-common.xml:189(replaceable) ./doc/common/tables/sahara-common.xml:121(replaceable) ./doc/common/tables/sahara-common.xml:125(replaceable) ./doc/common/tables/heat-rabbitmq.xml:37(replaceable) ./doc/common/tables/heat-rabbitmq.xml:45(replaceable) ./doc/common/tables/glance-rpc.xml:41(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:37(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:45(replaceable) ./doc/common/tables/sahara-qpid.xml:29(replaceable) ./doc/common/tables/ironic-inspector.xml:29(replaceable) ./doc/common/tables/manila-rabbitmq.xml:37(replaceable) ./doc/common/tables/manila-rabbitmq.xml:45(replaceable) ./doc/common/tables/nova-xen.xml:63(replaceable) ./doc/common/tables/nova-xen.xml:159(replaceable) ./doc/common/tables/glance-rabbitmq.xml:37(replaceable) ./doc/common/tables/glance-rabbitmq.xml:45(replaceable) ./doc/common/tables/glance-auth_token.xml:137(replaceable) ./doc/common/tables/aodh-common.xml:25(replaceable) ./doc/common/tables/aodh-common.xml:29(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:37(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:45(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:137(replaceable) ./doc/common/tables/manila-winrm.xml:29(replaceable) ./doc/common/tables/manila-winrm.xml:33(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(replaceable) +#: ./doc/common/tables/trove-rpc.xml:63(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:112(replaceable) ./doc/common/tables/ceilometer-qpid.xml:47(replaceable) ./doc/common/tables/sahara-auth_token.xml:155(replaceable) ./doc/common/tables/heat-qpid.xml:47(replaceable) ./doc/common/tables/neutron-ovn.xml:32(replaceable) ./doc/common/tables/ceilometer-alarm.xml:43(replaceable) ./doc/common/tables/neutron-cisco.xml:44(replaceable) ./doc/common/tables/neutron-cisco.xml:55(replaceable) ./doc/common/tables/nova-hyperv.xml:67(replaceable) ./doc/common/tables/nova-hyperv.xml:83(replaceable) ./doc/common/tables/nova-rabbitmq.xml:55(replaceable) ./doc/common/tables/nova-rabbitmq.xml:63(replaceable) ./doc/common/tables/neutron-auth_token.xml:137(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:55(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:63(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:99(replaceable) ./doc/common/tables/cinder-qpid.xml:47(replaceable) ./doc/common/tables/heat-rpc.xml:59(replaceable) ./doc/common/tables/neutron-rpc.xml:41(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:24(replaceable) ./doc/common/tables/trove-taskmanager.xml:75(replaceable) ./doc/common/tables/nova-rpc.xml:55(replaceable) ./doc/common/tables/nova-compute.xml:83(replaceable) ./doc/common/tables/nova-compute.xml:163(replaceable) ./doc/common/tables/nova-trustedcomputing.xml:47(replaceable) ./doc/common/tables/ironic-common.xml:95(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:36(replaceable) ./doc/common/tables/heat-auth_token.xml:155(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:32(replaceable) ./doc/common/tables/trove-volume.xml:75(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:37(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:45(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/nova-auth_token.xml:155(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:55(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:63(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:55(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:63(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:55(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:63(replaceable) ./doc/common/tables/trove-qpid.xml:47(replaceable) ./doc/common/tables/keystone-qpid.xml:47(replaceable) ./doc/common/tables/nova-volumes.xml:39(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:170(replaceable) ./doc/common/tables/nova-periodic.xml:43(replaceable) ./doc/common/tables/neutron-ml2_ofa.xml:25(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:103(replaceable) ./doc/common/tables/octavia.xml:91(replaceable) ./doc/common/tables/sahara-rpc.xml:55(replaceable) ./doc/common/tables/ironic-qpid.xml:47(replaceable) ./doc/common/tables/nova-cells.xml:39(replaceable) ./doc/common/tables/nova-cells.xml:55(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/ironic-auth_token.xml:155(replaceable) ./doc/common/tables/aodh-rpc.xml:41(replaceable) ./doc/common/tables/ironic-irmc.xml:43(replaceable) ./doc/common/tables/keystone-ldap.xml:47(replaceable) ./doc/common/tables/trove-auth_token.xml:155(replaceable) ./doc/common/tables/manila-common.xml:79(replaceable) ./doc/common/tables/manila-common.xml:87(replaceable) ./doc/common/tables/manila-common.xml:103(replaceable) ./doc/common/tables/keystone-cache.xml:75(replaceable) ./doc/common/tables/keystone-cache.xml:106(replaceable) ./doc/common/tables/manila-rpc.xml:55(replaceable) ./doc/common/tables/trove-guestagent.xml:39(replaceable) ./doc/common/tables/trove-guestagent.xml:47(replaceable) ./doc/common/tables/manila-san.xml:39(replaceable) ./doc/common/tables/manila-auth_token.xml:155(replaceable) ./doc/common/tables/keystone-rpc.xml:55(replaceable) ./doc/common/tables/nova-ironic.xml:63(replaceable) ./doc/common/tables/glance-qpid.xml:47(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:87(replaceable) ./doc/common/tables/nova-qpid.xml:47(replaceable) ./doc/common/tables/ironic-ilo.xml:67(replaceable) ./doc/common/tables/cinder-auth_token.xml:155(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/neutron-bigswitch.xml:112(replaceable) ./doc/common/tables/cinder-rpc.xml:55(replaceable) ./doc/common/tables/nova-scheduler.xml:111(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:20(replaceable) ./doc/common/tables/ironic-conductor.xml:43(replaceable) ./doc/common/tables/ironic-conductor.xml:75(replaceable) ./doc/common/tables/ironic-conductor.xml:115(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:52(replaceable) ./doc/common/tables/trove-heat.xml:47(replaceable) ./doc/common/tables/neutron-common.xml:224(replaceable) ./doc/common/tables/ironic-ipmi.xml:43(replaceable) ./doc/common/tables/nova-common.xml:91(replaceable) ./doc/common/tables/ironic-rpc.xml:55(replaceable) ./doc/common/tables/aodh-qpid.xml:29(replaceable) ./doc/common/tables/aodh-auth_token.xml:137(replaceable) ./doc/common/tables/trove-rabbitmq.xml:55(replaceable) ./doc/common/tables/trove-rabbitmq.xml:63(replaceable) ./doc/common/tables/neutron-qpid.xml:29(replaceable) ./doc/common/tables/manila-qpid.xml:47(replaceable) ./doc/common/tables/heat-common.xml:87(replaceable) ./doc/common/tables/heat-common.xml:142(replaceable) ./doc/common/tables/heat-common.xml:165(replaceable) ./doc/common/tables/keystone-auth_token.xml:155(replaceable) ./doc/common/tables/ceilometer-rpc.xml:59(replaceable) ./doc/common/tables/neutron-vpnaas_ipsec.xml:29(replaceable) ./doc/common/tables/cinder-common.xml:171(replaceable) ./doc/common/tables/cinder-common.xml:175(replaceable) ./doc/common/tables/cinder-common.xml:207(replaceable) ./doc/common/tables/sahara-common.xml:139(replaceable) ./doc/common/tables/sahara-common.xml:143(replaceable) ./doc/common/tables/heat-rabbitmq.xml:55(replaceable) ./doc/common/tables/heat-rabbitmq.xml:63(replaceable) ./doc/common/tables/glance-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:55(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:63(replaceable) ./doc/common/tables/sahara-qpid.xml:47(replaceable) ./doc/common/tables/ironic-inspector.xml:47(replaceable) ./doc/common/tables/manila-rabbitmq.xml:55(replaceable) ./doc/common/tables/manila-rabbitmq.xml:63(replaceable) ./doc/common/tables/nova-xen.xml:81(replaceable) ./doc/common/tables/nova-xen.xml:177(replaceable) ./doc/common/tables/glance-rabbitmq.xml:55(replaceable) ./doc/common/tables/glance-rabbitmq.xml:63(replaceable) ./doc/common/tables/glance-auth_token.xml:155(replaceable) ./doc/common/tables/aodh-common.xml:25(replaceable) ./doc/common/tables/aodh-common.xml:29(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:37(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:45(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:155(replaceable) ./doc/common/tables/manila-winrm.xml:47(replaceable) ./doc/common/tables/manila-winrm.xml:51(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:64(replaceable) msgid "60" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:46(td) ./doc/common/tables/heat-rpc.xml:46(td) ./doc/common/tables/neutron-rpc.xml:42(td) ./doc/common/tables/nova-rpc.xml:38(td) ./doc/common/tables/sahara-rpc.xml:38(td) ./doc/common/tables/aodh-rpc.xml:42(td) ./doc/common/tables/manila-rpc.xml:38(td) ./doc/common/tables/keystone-rpc.xml:38(td) ./doc/common/tables/cinder-rpc.xml:42(td) ./doc/common/tables/ironic-rpc.xml:38(td) ./doc/common/tables/ceilometer-rpc.xml:42(td) ./doc/common/tables/glance-rpc.xml:42(td) +#: ./doc/common/tables/trove-rpc.xml:64(td) ./doc/common/tables/heat-rpc.xml:60(td) ./doc/common/tables/neutron-rpc.xml:42(td) ./doc/common/tables/nova-rpc.xml:56(td) ./doc/common/tables/sahara-rpc.xml:56(td) ./doc/common/tables/aodh-rpc.xml:42(td) ./doc/common/tables/manila-rpc.xml:56(td) ./doc/common/tables/keystone-rpc.xml:56(td) ./doc/common/tables/cinder-rpc.xml:56(td) ./doc/common/tables/ironic-rpc.xml:56(td) ./doc/common/tables/ceilometer-rpc.xml:60(td) ./doc/common/tables/glance-rpc.xml:60(td) msgid "(IntOpt) Seconds to wait for a response from a call." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:49(th) ./doc/common/tables/heat-rpc.xml:49(th) ./doc/common/tables/neutron-rpc.xml:49(th) ./doc/common/tables/nova-rpc.xml:48(th) ./doc/common/tables/sahara-rpc.xml:41(th) ./doc/common/tables/manila-rpc.xml:45(th) ./doc/common/tables/keystone-common.xml:36(th) ./doc/common/tables/cinder-rpc.xml:49(th) ./doc/common/tables/ironic-rpc.xml:41(th) ./doc/common/tables/ceilometer-rpc.xml:52(th) ./doc/common/tables/glance-rpc.xml:45(th) +#: ./doc/common/tables/trove-rpc.xml:67(th) ./doc/common/tables/heat-rpc.xml:63(th) ./doc/common/tables/neutron-rpc.xml:49(th) ./doc/common/tables/nova-rpc.xml:66(th) ./doc/common/tables/sahara-rpc.xml:59(th) ./doc/common/tables/manila-rpc.xml:63(th) ./doc/common/tables/keystone-common.xml:54(th) ./doc/common/tables/cinder-rpc.xml:63(th) ./doc/common/tables/ironic-rpc.xml:59(th) ./doc/common/tables/ceilometer-rpc.xml:70(th) ./doc/common/tables/glance-rpc.xml:63(th) msgid "[oslo_concurrency]" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:53(td) ./doc/common/tables/heat-rpc.xml:53(td) ./doc/common/tables/neutron-rpc.xml:53(td) ./doc/common/tables/nova-rpc.xml:52(td) ./doc/common/tables/sahara-rpc.xml:45(td) ./doc/common/tables/manila-rpc.xml:49(td) ./doc/common/tables/keystone-common.xml:40(td) ./doc/common/tables/cinder-rpc.xml:53(td) ./doc/common/tables/ironic-rpc.xml:45(td) ./doc/common/tables/ceilometer-rpc.xml:56(td) ./doc/common/tables/glance-rpc.xml:49(td) +#: ./doc/common/tables/trove-rpc.xml:71(td) ./doc/common/tables/heat-rpc.xml:67(td) ./doc/common/tables/neutron-rpc.xml:53(td) ./doc/common/tables/nova-rpc.xml:70(td) ./doc/common/tables/sahara-rpc.xml:63(td) ./doc/common/tables/manila-rpc.xml:67(td) ./doc/common/tables/keystone-common.xml:58(td) ./doc/common/tables/cinder-rpc.xml:67(td) ./doc/common/tables/ironic-rpc.xml:63(td) ./doc/common/tables/ceilometer-rpc.xml:74(td) ./doc/common/tables/glance-rpc.xml:67(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" -#: ./doc/common/tables/trove-rpc.xml:57(td) ./doc/common/tables/heat-rpc.xml:57(td) ./doc/common/tables/neutron-rpc.xml:57(td) ./doc/common/tables/nova-rpc.xml:56(td) ./doc/common/tables/sahara-rpc.xml:49(td) ./doc/common/tables/manila-rpc.xml:53(td) ./doc/common/tables/keystone-common.xml:44(td) ./doc/common/tables/cinder-rpc.xml:57(td) ./doc/common/tables/ironic-rpc.xml:49(td) ./doc/common/tables/ceilometer-rpc.xml:60(td) ./doc/common/tables/glance-rpc.xml:53(td) +#: ./doc/common/tables/trove-rpc.xml:75(td) ./doc/common/tables/heat-rpc.xml:71(td) ./doc/common/tables/neutron-rpc.xml:57(td) ./doc/common/tables/nova-rpc.xml:74(td) ./doc/common/tables/sahara-rpc.xml:67(td) ./doc/common/tables/manila-rpc.xml:71(td) ./doc/common/tables/keystone-common.xml:62(td) ./doc/common/tables/cinder-rpc.xml:71(td) ./doc/common/tables/ironic-rpc.xml:67(td) ./doc/common/tables/ceilometer-rpc.xml:78(td) ./doc/common/tables/glance-rpc.xml:71(td) 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/trove-rpc.xml:60(th) ./doc/common/tables/heat-rpc.xml:60(th) ./doc/common/tables/neutron-rpc.xml:60(th) ./doc/common/tables/nova-rpc.xml:59(th) ./doc/common/tables/sahara-rpc.xml:52(th) ./doc/common/tables/aodh-rpc.xml:45(th) ./doc/common/tables/manila-rpc.xml:56(th) ./doc/common/tables/keystone-rpc.xml:41(th) ./doc/common/tables/cinder-rpc.xml:60(th) ./doc/common/tables/ironic-rpc.xml:52(th) ./doc/common/tables/ceilometer-rpc.xml:63(th) ./doc/common/tables/glance-rpc.xml:56(th) +#: ./doc/common/tables/trove-rpc.xml:78(th) ./doc/common/tables/heat-rpc.xml:74(th) ./doc/common/tables/neutron-rpc.xml:60(th) ./doc/common/tables/nova-rpc.xml:77(th) ./doc/common/tables/sahara-rpc.xml:70(th) ./doc/common/tables/aodh-rpc.xml:45(th) ./doc/common/tables/manila-rpc.xml:74(th) ./doc/common/tables/keystone-rpc.xml:59(th) ./doc/common/tables/cinder-rpc.xml:74(th) ./doc/common/tables/ironic-rpc.xml:70(th) ./doc/common/tables/ceilometer-rpc.xml:81(th) ./doc/common/tables/glance-rpc.xml:74(th) msgid "[oslo_messaging_amqp]" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:64(td) ./doc/common/tables/heat-rpc.xml:64(td) ./doc/common/tables/neutron-rpc.xml:64(td) ./doc/common/tables/nova-rpc.xml:63(td) ./doc/common/tables/sahara-rpc.xml:56(td) ./doc/common/tables/aodh-rpc.xml:49(td) ./doc/common/tables/manila-rpc.xml:60(td) ./doc/common/tables/keystone-rpc.xml:45(td) ./doc/common/tables/cinder-rpc.xml:64(td) ./doc/common/tables/ironic-rpc.xml:56(td) ./doc/common/tables/ceilometer-rpc.xml:67(td) ./doc/common/tables/glance-rpc.xml:60(td) +#: ./doc/common/tables/trove-rpc.xml:82(td) ./doc/common/tables/heat-rpc.xml:78(td) ./doc/common/tables/neutron-rpc.xml:64(td) ./doc/common/tables/nova-rpc.xml:81(td) ./doc/common/tables/sahara-rpc.xml:74(td) ./doc/common/tables/aodh-rpc.xml:49(td) ./doc/common/tables/manila-rpc.xml:78(td) ./doc/common/tables/keystone-rpc.xml:63(td) ./doc/common/tables/cinder-rpc.xml:78(td) ./doc/common/tables/ironic-rpc.xml:74(td) ./doc/common/tables/ceilometer-rpc.xml:85(td) ./doc/common/tables/glance-rpc.xml:78(td) msgid "(BoolOpt) Accept clients using either SSL or plain TCP" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:67(replaceable) ./doc/common/tables/heat-rpc.xml:67(replaceable) ./doc/common/tables/neutron-rpc.xml:67(replaceable) ./doc/common/tables/nova-rpc.xml:66(replaceable) ./doc/common/tables/sahara-rpc.xml:59(replaceable) ./doc/common/tables/aodh-rpc.xml:52(replaceable) ./doc/common/tables/manila-rpc.xml:63(replaceable) ./doc/common/tables/keystone-rpc.xml:48(replaceable) ./doc/common/tables/cinder-rpc.xml:67(replaceable) ./doc/common/tables/ironic-rpc.xml:59(replaceable) ./doc/common/tables/ceilometer-rpc.xml:70(replaceable) ./doc/common/tables/glance-rpc.xml:63(replaceable) +#: ./doc/common/tables/trove-rpc.xml:85(replaceable) ./doc/common/tables/heat-rpc.xml:81(replaceable) ./doc/common/tables/neutron-rpc.xml:67(replaceable) ./doc/common/tables/nova-rpc.xml:84(replaceable) ./doc/common/tables/sahara-rpc.xml:77(replaceable) ./doc/common/tables/aodh-rpc.xml:52(replaceable) ./doc/common/tables/manila-rpc.xml:81(replaceable) ./doc/common/tables/keystone-rpc.xml:66(replaceable) ./doc/common/tables/cinder-rpc.xml:81(replaceable) ./doc/common/tables/ironic-rpc.xml:77(replaceable) ./doc/common/tables/ceilometer-rpc.xml:88(replaceable) ./doc/common/tables/glance-rpc.xml:81(replaceable) msgid "broadcast" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:68(td) ./doc/common/tables/heat-rpc.xml:68(td) ./doc/common/tables/neutron-rpc.xml:68(td) ./doc/common/tables/nova-rpc.xml:67(td) ./doc/common/tables/sahara-rpc.xml:60(td) ./doc/common/tables/aodh-rpc.xml:53(td) ./doc/common/tables/manila-rpc.xml:64(td) ./doc/common/tables/keystone-rpc.xml:49(td) ./doc/common/tables/cinder-rpc.xml:68(td) ./doc/common/tables/ironic-rpc.xml:60(td) ./doc/common/tables/ceilometer-rpc.xml:71(td) ./doc/common/tables/glance-rpc.xml:64(td) +#: ./doc/common/tables/trove-rpc.xml:86(td) ./doc/common/tables/heat-rpc.xml:82(td) ./doc/common/tables/neutron-rpc.xml:68(td) ./doc/common/tables/nova-rpc.xml:85(td) ./doc/common/tables/sahara-rpc.xml:78(td) ./doc/common/tables/aodh-rpc.xml:53(td) ./doc/common/tables/manila-rpc.xml:82(td) ./doc/common/tables/keystone-rpc.xml:67(td) ./doc/common/tables/cinder-rpc.xml:82(td) ./doc/common/tables/ironic-rpc.xml:78(td) ./doc/common/tables/ceilometer-rpc.xml:89(td) ./doc/common/tables/glance-rpc.xml:82(td) msgid "(StrOpt) address prefix used when broadcasting to all servers" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:72(td) ./doc/common/tables/heat-rpc.xml:72(td) ./doc/common/tables/neutron-rpc.xml:72(td) ./doc/common/tables/nova-rpc.xml:71(td) ./doc/common/tables/sahara-rpc.xml:64(td) ./doc/common/tables/aodh-rpc.xml:57(td) ./doc/common/tables/manila-rpc.xml:68(td) ./doc/common/tables/keystone-rpc.xml:53(td) ./doc/common/tables/cinder-rpc.xml:72(td) ./doc/common/tables/ironic-rpc.xml:64(td) ./doc/common/tables/ceilometer-rpc.xml:75(td) ./doc/common/tables/glance-rpc.xml:68(td) +#: ./doc/common/tables/trove-rpc.xml:90(td) ./doc/common/tables/heat-rpc.xml:86(td) ./doc/common/tables/neutron-rpc.xml:72(td) ./doc/common/tables/nova-rpc.xml:89(td) ./doc/common/tables/sahara-rpc.xml:82(td) ./doc/common/tables/aodh-rpc.xml:57(td) ./doc/common/tables/manila-rpc.xml:86(td) ./doc/common/tables/keystone-rpc.xml:71(td) ./doc/common/tables/cinder-rpc.xml:86(td) ./doc/common/tables/ironic-rpc.xml:82(td) ./doc/common/tables/ceilometer-rpc.xml:93(td) ./doc/common/tables/glance-rpc.xml:86(td) msgid "(StrOpt) Name for the AMQP container" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:75(replaceable) ./doc/common/tables/heat-rpc.xml:75(replaceable) ./doc/common/tables/neutron-rpc.xml:75(replaceable) ./doc/common/tables/nova-rpc.xml:74(replaceable) ./doc/common/tables/sahara-rpc.xml:67(replaceable) ./doc/common/tables/aodh-rpc.xml:60(replaceable) ./doc/common/tables/manila-rpc.xml:71(replaceable) ./doc/common/tables/keystone-rpc.xml:56(replaceable) ./doc/common/tables/cinder-rpc.xml:75(replaceable) ./doc/common/tables/ironic-rpc.xml:67(replaceable) ./doc/common/tables/ceilometer-rpc.xml:78(replaceable) ./doc/common/tables/glance-rpc.xml:71(replaceable) +#: ./doc/common/tables/trove-rpc.xml:93(replaceable) ./doc/common/tables/heat-rpc.xml:89(replaceable) ./doc/common/tables/neutron-rpc.xml:75(replaceable) ./doc/common/tables/nova-rpc.xml:92(replaceable) ./doc/common/tables/sahara-rpc.xml:85(replaceable) ./doc/common/tables/aodh-rpc.xml:60(replaceable) ./doc/common/tables/manila-rpc.xml:89(replaceable) ./doc/common/tables/keystone-rpc.xml:74(replaceable) ./doc/common/tables/cinder-rpc.xml:89(replaceable) ./doc/common/tables/ironic-rpc.xml:85(replaceable) ./doc/common/tables/ceilometer-rpc.xml:96(replaceable) ./doc/common/tables/glance-rpc.xml:89(replaceable) msgid "unicast" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:76(td) ./doc/common/tables/heat-rpc.xml:76(td) ./doc/common/tables/neutron-rpc.xml:76(td) ./doc/common/tables/nova-rpc.xml:75(td) ./doc/common/tables/sahara-rpc.xml:68(td) ./doc/common/tables/aodh-rpc.xml:61(td) ./doc/common/tables/manila-rpc.xml:72(td) ./doc/common/tables/keystone-rpc.xml:57(td) ./doc/common/tables/cinder-rpc.xml:76(td) ./doc/common/tables/ironic-rpc.xml:68(td) ./doc/common/tables/ceilometer-rpc.xml:79(td) ./doc/common/tables/glance-rpc.xml:72(td) +#: ./doc/common/tables/trove-rpc.xml:94(td) ./doc/common/tables/heat-rpc.xml:90(td) ./doc/common/tables/neutron-rpc.xml:76(td) ./doc/common/tables/nova-rpc.xml:93(td) ./doc/common/tables/sahara-rpc.xml:86(td) ./doc/common/tables/aodh-rpc.xml:61(td) ./doc/common/tables/manila-rpc.xml:90(td) ./doc/common/tables/keystone-rpc.xml:75(td) ./doc/common/tables/cinder-rpc.xml:90(td) ./doc/common/tables/ironic-rpc.xml:86(td) ./doc/common/tables/ceilometer-rpc.xml:97(td) ./doc/common/tables/glance-rpc.xml:90(td) msgid "(StrOpt) address prefix when sending to any server in group" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:79(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(replaceable) ./doc/common/tables/manila-database.xml:40(replaceable) ./doc/common/tables/glance-rbd.xml:21(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:60(replaceable) ./doc/common/tables/ceilometer-glance.xml:21(replaceable) ./doc/common/tables/ceilometer-alarm.xml:49(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/neutron-hyperv_agent.xml:56(replaceable) ./doc/common/tables/cinder-database.xml:36(replaceable) ./doc/common/tables/ceilometer-collector.xml:48(replaceable) ./doc/common/tables/ceilometer-collector.xml:56(replaceable) ./doc/common/tables/nova-rabbitmq.xml:81(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-hgst.xml:25(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/heat-rpc.xml:79(replaceable) ./doc/common/tables/neutron-rpc.xml:79(replaceable) ./doc/common/tables/nova-rpc.xml:78(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:28(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-compute.xml:153(replaceable) ./doc/common/tables/nova-database.xml:32(replaceable) ./doc/common/tables/nova-database.xml:87(replaceable) ./doc/common/tables/cinder-quota.xml:21(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/ceilometer-common.xml:53(replaceable) ./doc/common/tables/manila-quota.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:81(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:29(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:81(replaceable) ./doc/common/tables/ironic-database.xml:29(replaceable) ./doc/common/tables/nova-volumes.xml:37(replaceable) ./doc/common/tables/nova-vpn.xml:41(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:60(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:123(replaceable) ./doc/common/tables/octavia.xml:99(replaceable) ./doc/common/tables/octavia.xml:346(replaceable) ./doc/common/tables/sahara-rpc.xml:71(replaceable) ./doc/common/tables/glance-filesystem.xml:29(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(replaceable) ./doc/common/tables/cinder-infortrend.xml:49(replaceable) ./doc/common/tables/neutron-ml2.xml:33(replaceable) ./doc/common/tables/neutron-ml2.xml:41(replaceable) ./doc/common/tables/ironic-glance.xml:41(replaceable) ./doc/common/tables/ironic-glance.xml:69(replaceable) ./doc/common/tables/aodh-rpc.xml:64(replaceable) ./doc/common/tables/glance-database.xml:29(replaceable) ./doc/common/tables/glance-common.xml:97(replaceable) ./doc/common/tables/cinder-flashsystem.xml:25(replaceable) ./doc/common/tables/nova-network.xml:29(replaceable) ./doc/common/tables/nova-network.xml:169(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/keystone-ldap.xml:97(replaceable) ./doc/common/tables/keystone-ldap.xml:321(replaceable) ./doc/common/tables/manila-common.xml:77(replaceable) ./doc/common/tables/manila-common.xml:137(replaceable) ./doc/common/tables/ironic-agent.xml:41(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/manila-rpc.xml:75(replaceable) ./doc/common/tables/keystone-rpc.xml:60(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(replaceable) ./doc/common/tables/cinder-storwize.xml:69(replaceable) ./doc/common/tables/cinder-storwize.xml:81(replaceable) ./doc/common/tables/ironic-ilo.xml:21(replaceable) ./doc/common/tables/heat-database.xml:29(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/cinder-rpc.xml:79(replaceable) ./doc/common/tables/nova-scheduler.xml:69(replaceable) ./doc/common/tables/ceilometer-database.xml:44(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(replaceable) ./doc/common/tables/glance-api.xml:112(replaceable) ./doc/common/tables/nova-livemigration.xml:32(replaceable) ./doc/common/tables/neutron-nvsd.xml:40(replaceable) ./doc/common/tables/ironic-rpc.xml:71(replaceable) ./doc/common/tables/nova-glance.xml:44(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:60(replaceable) ./doc/common/tables/cinder-storage.xml:105(replaceable) ./doc/common/tables/cinder-storage.xml:113(replaceable) ./doc/common/tables/trove-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-images.xml:53(replaceable) ./doc/common/tables/cinder-images.xml:81(replaceable) ./doc/common/tables/cinder-images.xml:85(replaceable) ./doc/common/tables/nova-policy.xml:29(replaceable) ./doc/common/tables/nova-policy.xml:69(replaceable) ./doc/common/tables/glance-imagecache.xml:49(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(replaceable) ./doc/common/tables/ceilometer-rpc.xml:82(replaceable) ./doc/common/tables/cinder-common.xml:177(replaceable) ./doc/common/tables/cinder-common.xml:233(replaceable) ./doc/common/tables/neutron-database.xml:29(replaceable) ./doc/common/tables/sahara-common.xml:29(replaceable) ./doc/common/tables/sahara-common.xml:33(replaceable) ./doc/common/tables/heat-rabbitmq.xml:81(replaceable) ./doc/common/tables/glance-rpc.xml:75(replaceable) ./doc/common/tables/aodh-database.xml:37(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:81(replaceable) ./doc/common/tables/nova-libvirt.xml:188(replaceable) ./doc/common/tables/manila-rabbitmq.xml:81(replaceable) ./doc/common/tables/sahara-database.xml:36(replaceable) ./doc/common/tables/neutron-nsx.xml:144(replaceable) ./doc/common/tables/glance-rabbitmq.xml:81(replaceable) ./doc/common/tables/aodh-common.xml:81(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-lvm.xml:25(replaceable) ./doc/common/tables/keystone-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/trove-rpc.xml:97(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:36(replaceable) ./doc/common/tables/manila-database.xml:58(replaceable) ./doc/common/tables/glance-rbd.xml:39(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:51(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:55(replaceable) ./doc/common/tables/heat-cfn_api.xml:43(replaceable) ./doc/common/tables/heat-cfn_api.xml:78(replaceable) ./doc/common/tables/ceilometer-glance.xml:39(replaceable) ./doc/common/tables/ceilometer-alarm.xml:67(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:28(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/neutron-hyperv_agent.xml:56(replaceable) ./doc/common/tables/cinder-database.xml:54(replaceable) ./doc/common/tables/ceilometer-collector.xml:66(replaceable) ./doc/common/tables/ceilometer-collector.xml:74(replaceable) ./doc/common/tables/nova-rabbitmq.xml:99(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:99(replaceable) ./doc/common/tables/cinder-hgst.xml:43(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/heat-rpc.xml:93(replaceable) ./doc/common/tables/neutron-rpc.xml:79(replaceable) ./doc/common/tables/nova-rpc.xml:96(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:28(replaceable) ./doc/common/tables/nova-compute.xml:95(replaceable) ./doc/common/tables/nova-compute.xml:123(replaceable) ./doc/common/tables/nova-compute.xml:127(replaceable) ./doc/common/tables/nova-compute.xml:131(replaceable) ./doc/common/tables/nova-compute.xml:135(replaceable) ./doc/common/tables/nova-compute.xml:151(replaceable) ./doc/common/tables/nova-compute.xml:155(replaceable) ./doc/common/tables/nova-compute.xml:171(replaceable) ./doc/common/tables/nova-database.xml:50(replaceable) ./doc/common/tables/nova-database.xml:105(replaceable) ./doc/common/tables/cinder-quota.xml:39(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:80(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:88(replaceable) ./doc/common/tables/ceilometer-common.xml:71(replaceable) ./doc/common/tables/manila-quota.xml:39(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:81(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:92(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:153(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:99(replaceable) ./doc/common/tables/cinder-storage_gpfs.xml:47(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:99(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:99(replaceable) ./doc/common/tables/ironic-database.xml:47(replaceable) ./doc/common/tables/nova-volumes.xml:55(replaceable) ./doc/common/tables/nova-vpn.xml:59(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:60(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:123(replaceable) ./doc/common/tables/octavia.xml:99(replaceable) ./doc/common/tables/octavia.xml:346(replaceable) ./doc/common/tables/sahara-rpc.xml:89(replaceable) ./doc/common/tables/glance-filesystem.xml:47(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:56(replaceable) ./doc/common/tables/cinder-infortrend.xml:67(replaceable) ./doc/common/tables/neutron-ml2.xml:33(replaceable) ./doc/common/tables/neutron-ml2.xml:41(replaceable) ./doc/common/tables/ironic-glance.xml:59(replaceable) ./doc/common/tables/ironic-glance.xml:87(replaceable) ./doc/common/tables/aodh-rpc.xml:64(replaceable) ./doc/common/tables/glance-database.xml:47(replaceable) ./doc/common/tables/glance-common.xml:115(replaceable) ./doc/common/tables/cinder-flashsystem.xml:43(replaceable) ./doc/common/tables/nova-network.xml:47(replaceable) ./doc/common/tables/nova-network.xml:187(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/keystone-ldap.xml:115(replaceable) ./doc/common/tables/keystone-ldap.xml:339(replaceable) ./doc/common/tables/manila-common.xml:95(replaceable) ./doc/common/tables/manila-common.xml:155(replaceable) ./doc/common/tables/ironic-agent.xml:59(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/manila-rpc.xml:93(replaceable) ./doc/common/tables/keystone-rpc.xml:78(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:20(replaceable) ./doc/common/tables/cinder-storwize.xml:87(replaceable) ./doc/common/tables/cinder-storwize.xml:95(replaceable) ./doc/common/tables/ironic-ilo.xml:39(replaceable) ./doc/common/tables/heat-database.xml:47(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/cinder-rpc.xml:93(replaceable) ./doc/common/tables/nova-scheduler.xml:87(replaceable) ./doc/common/tables/ceilometer-database.xml:62(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:44(replaceable) ./doc/common/tables/glance-api.xml:130(replaceable) ./doc/common/tables/nova-livemigration.xml:50(replaceable) ./doc/common/tables/neutron-nvsd.xml:40(replaceable) ./doc/common/tables/ironic-rpc.xml:89(replaceable) ./doc/common/tables/nova-glance.xml:62(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:78(replaceable) ./doc/common/tables/cinder-storage.xml:123(replaceable) ./doc/common/tables/cinder-storage.xml:131(replaceable) ./doc/common/tables/trove-rabbitmq.xml:99(replaceable) ./doc/common/tables/cinder-images.xml:71(replaceable) ./doc/common/tables/cinder-images.xml:99(replaceable) ./doc/common/tables/cinder-images.xml:103(replaceable) ./doc/common/tables/nova-policy.xml:47(replaceable) ./doc/common/tables/nova-policy.xml:87(replaceable) ./doc/common/tables/glance-imagecache.xml:67(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:40(replaceable) ./doc/common/tables/ceilometer-rpc.xml:100(replaceable) ./doc/common/tables/cinder-common.xml:195(replaceable) ./doc/common/tables/cinder-common.xml:251(replaceable) ./doc/common/tables/neutron-database.xml:29(replaceable) ./doc/common/tables/sahara-common.xml:47(replaceable) ./doc/common/tables/sahara-common.xml:51(replaceable) ./doc/common/tables/heat-rabbitmq.xml:99(replaceable) ./doc/common/tables/glance-rpc.xml:93(replaceable) ./doc/common/tables/aodh-database.xml:37(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:99(replaceable) ./doc/common/tables/nova-libvirt.xml:206(replaceable) ./doc/common/tables/manila-rabbitmq.xml:99(replaceable) ./doc/common/tables/sahara-database.xml:54(replaceable) ./doc/common/tables/neutron-nsx.xml:144(replaceable) ./doc/common/tables/glance-rabbitmq.xml:99(replaceable) ./doc/common/tables/aodh-common.xml:81(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:81(replaceable) ./doc/common/tables/cinder-lvm.xml:43(replaceable) ./doc/common/tables/keystone-database.xml:47(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:60(replaceable) msgid "0" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:80(td) ./doc/common/tables/heat-rpc.xml:80(td) ./doc/common/tables/neutron-rpc.xml:80(td) ./doc/common/tables/nova-rpc.xml:79(td) ./doc/common/tables/sahara-rpc.xml:72(td) ./doc/common/tables/aodh-rpc.xml:65(td) ./doc/common/tables/manila-rpc.xml:76(td) ./doc/common/tables/keystone-rpc.xml:61(td) ./doc/common/tables/cinder-rpc.xml:80(td) ./doc/common/tables/ironic-rpc.xml:72(td) ./doc/common/tables/ceilometer-rpc.xml:83(td) ./doc/common/tables/glance-rpc.xml:76(td) +#: ./doc/common/tables/trove-rpc.xml:98(td) ./doc/common/tables/heat-rpc.xml:94(td) ./doc/common/tables/neutron-rpc.xml:80(td) ./doc/common/tables/nova-rpc.xml:97(td) ./doc/common/tables/sahara-rpc.xml:90(td) ./doc/common/tables/aodh-rpc.xml:65(td) ./doc/common/tables/manila-rpc.xml:94(td) ./doc/common/tables/keystone-rpc.xml:79(td) ./doc/common/tables/cinder-rpc.xml:94(td) ./doc/common/tables/ironic-rpc.xml:90(td) ./doc/common/tables/ceilometer-rpc.xml:101(td) ./doc/common/tables/glance-rpc.xml:94(td) msgid "(IntOpt) Timeout for inactive connections (in seconds)" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:84(td) ./doc/common/tables/nova-rpc.xml:83(td) ./doc/common/tables/sahara-rpc.xml:76(td) ./doc/common/tables/manila-rpc.xml:80(td) ./doc/common/tables/keystone-rpc.xml:65(td) ./doc/common/tables/ironic-rpc.xml:76(td) ./doc/common/tables/ceilometer-rpc.xml:87(td) ./doc/common/tables/glance-rpc.xml:80(td) +#: ./doc/common/tables/trove-rpc.xml:102(td) ./doc/common/tables/heat-rpc.xml:98(td) ./doc/common/tables/nova-rpc.xml:101(td) ./doc/common/tables/sahara-rpc.xml:94(td) ./doc/common/tables/manila-rpc.xml:98(td) ./doc/common/tables/keystone-rpc.xml:83(td) ./doc/common/tables/cinder-rpc.xml:98(td) ./doc/common/tables/ironic-rpc.xml:94(td) ./doc/common/tables/ceilometer-rpc.xml:105(td) ./doc/common/tables/glance-rpc.xml:98(td) msgid "(StrOpt) Password for message broker authentication" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:88(td) ./doc/common/tables/nova-rpc.xml:87(td) ./doc/common/tables/sahara-rpc.xml:80(td) ./doc/common/tables/manila-rpc.xml:84(td) ./doc/common/tables/keystone-rpc.xml:69(td) ./doc/common/tables/ironic-rpc.xml:80(td) ./doc/common/tables/ceilometer-rpc.xml:91(td) ./doc/common/tables/glance-rpc.xml:84(td) +#: ./doc/common/tables/trove-rpc.xml:106(td) ./doc/common/tables/heat-rpc.xml:102(td) ./doc/common/tables/nova-rpc.xml:105(td) ./doc/common/tables/sahara-rpc.xml:98(td) ./doc/common/tables/manila-rpc.xml:102(td) ./doc/common/tables/keystone-rpc.xml:87(td) ./doc/common/tables/cinder-rpc.xml:102(td) ./doc/common/tables/ironic-rpc.xml:98(td) ./doc/common/tables/ceilometer-rpc.xml:109(td) ./doc/common/tables/glance-rpc.xml:102(td) msgid "(StrOpt) Path to directory that contains the SASL configuration" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:92(td) ./doc/common/tables/nova-rpc.xml:91(td) ./doc/common/tables/sahara-rpc.xml:84(td) ./doc/common/tables/manila-rpc.xml:88(td) ./doc/common/tables/keystone-rpc.xml:73(td) ./doc/common/tables/ironic-rpc.xml:84(td) ./doc/common/tables/ceilometer-rpc.xml:95(td) ./doc/common/tables/glance-rpc.xml:88(td) +#: ./doc/common/tables/trove-rpc.xml:110(td) ./doc/common/tables/heat-rpc.xml:106(td) ./doc/common/tables/nova-rpc.xml:109(td) ./doc/common/tables/sahara-rpc.xml:102(td) ./doc/common/tables/manila-rpc.xml:106(td) ./doc/common/tables/keystone-rpc.xml:91(td) ./doc/common/tables/cinder-rpc.xml:106(td) ./doc/common/tables/ironic-rpc.xml:102(td) ./doc/common/tables/ceilometer-rpc.xml:113(td) ./doc/common/tables/glance-rpc.xml:106(td) msgid "(StrOpt) Name of configuration file (without .conf suffix)" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:96(td) ./doc/common/tables/nova-rpc.xml:95(td) ./doc/common/tables/sahara-rpc.xml:88(td) ./doc/common/tables/manila-rpc.xml:92(td) ./doc/common/tables/keystone-rpc.xml:77(td) ./doc/common/tables/ironic-rpc.xml:88(td) ./doc/common/tables/ceilometer-rpc.xml:99(td) ./doc/common/tables/glance-rpc.xml:92(td) +#: ./doc/common/tables/trove-rpc.xml:114(td) ./doc/common/tables/heat-rpc.xml:110(td) ./doc/common/tables/nova-rpc.xml:113(td) ./doc/common/tables/sahara-rpc.xml:106(td) ./doc/common/tables/manila-rpc.xml:110(td) ./doc/common/tables/keystone-rpc.xml:95(td) ./doc/common/tables/cinder-rpc.xml:110(td) ./doc/common/tables/ironic-rpc.xml:106(td) ./doc/common/tables/ceilometer-rpc.xml:117(td) ./doc/common/tables/glance-rpc.xml:110(td) msgid "(StrOpt) Space separated list of acceptable SASL mechanisms" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:99(replaceable) ./doc/common/tables/heat-rpc.xml:83(replaceable) ./doc/common/tables/neutron-rpc.xml:83(replaceable) ./doc/common/tables/nova-rpc.xml:98(replaceable) ./doc/common/tables/sahara-rpc.xml:91(replaceable) ./doc/common/tables/aodh-rpc.xml:68(replaceable) ./doc/common/tables/manila-rpc.xml:95(replaceable) ./doc/common/tables/keystone-rpc.xml:80(replaceable) ./doc/common/tables/cinder-rpc.xml:83(replaceable) ./doc/common/tables/ironic-rpc.xml:91(replaceable) ./doc/common/tables/ceilometer-rpc.xml:102(replaceable) ./doc/common/tables/glance-rpc.xml:95(replaceable) +#: ./doc/common/tables/trove-rpc.xml:117(replaceable) ./doc/common/tables/heat-rpc.xml:113(replaceable) ./doc/common/tables/neutron-rpc.xml:83(replaceable) ./doc/common/tables/nova-rpc.xml:116(replaceable) ./doc/common/tables/sahara-rpc.xml:109(replaceable) ./doc/common/tables/aodh-rpc.xml:68(replaceable) ./doc/common/tables/manila-rpc.xml:113(replaceable) ./doc/common/tables/keystone-rpc.xml:98(replaceable) ./doc/common/tables/cinder-rpc.xml:113(replaceable) ./doc/common/tables/ironic-rpc.xml:109(replaceable) ./doc/common/tables/ceilometer-rpc.xml:120(replaceable) ./doc/common/tables/glance-rpc.xml:113(replaceable) msgid "exclusive" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:100(td) ./doc/common/tables/heat-rpc.xml:84(td) ./doc/common/tables/neutron-rpc.xml:84(td) ./doc/common/tables/nova-rpc.xml:99(td) ./doc/common/tables/sahara-rpc.xml:92(td) ./doc/common/tables/aodh-rpc.xml:69(td) ./doc/common/tables/manila-rpc.xml:96(td) ./doc/common/tables/keystone-rpc.xml:81(td) ./doc/common/tables/cinder-rpc.xml:84(td) ./doc/common/tables/ironic-rpc.xml:92(td) ./doc/common/tables/ceilometer-rpc.xml:103(td) ./doc/common/tables/glance-rpc.xml:96(td) +#: ./doc/common/tables/trove-rpc.xml:118(td) ./doc/common/tables/heat-rpc.xml:114(td) ./doc/common/tables/neutron-rpc.xml:84(td) ./doc/common/tables/nova-rpc.xml:117(td) ./doc/common/tables/sahara-rpc.xml:110(td) ./doc/common/tables/aodh-rpc.xml:69(td) ./doc/common/tables/manila-rpc.xml:114(td) ./doc/common/tables/keystone-rpc.xml:99(td) ./doc/common/tables/cinder-rpc.xml:114(td) ./doc/common/tables/ironic-rpc.xml:110(td) ./doc/common/tables/ceilometer-rpc.xml:121(td) ./doc/common/tables/glance-rpc.xml:114(td) msgid "(StrOpt) address prefix used when sending to a specific server" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:104(td) ./doc/common/tables/heat-rpc.xml:88(td) ./doc/common/tables/neutron-rpc.xml:88(td) ./doc/common/tables/nova-rpc.xml:103(td) ./doc/common/tables/sahara-rpc.xml:96(td) ./doc/common/tables/aodh-rpc.xml:73(td) ./doc/common/tables/manila-rpc.xml:100(td) ./doc/common/tables/keystone-rpc.xml:85(td) ./doc/common/tables/cinder-rpc.xml:88(td) ./doc/common/tables/ironic-rpc.xml:96(td) ./doc/common/tables/ceilometer-rpc.xml:107(td) ./doc/common/tables/glance-rpc.xml:100(td) +#: ./doc/common/tables/trove-rpc.xml:122(td) ./doc/common/tables/heat-rpc.xml:118(td) ./doc/common/tables/neutron-rpc.xml:88(td) ./doc/common/tables/nova-rpc.xml:121(td) ./doc/common/tables/sahara-rpc.xml:114(td) ./doc/common/tables/aodh-rpc.xml:73(td) ./doc/common/tables/manila-rpc.xml:118(td) ./doc/common/tables/keystone-rpc.xml:103(td) ./doc/common/tables/cinder-rpc.xml:118(td) ./doc/common/tables/ironic-rpc.xml:114(td) ./doc/common/tables/ceilometer-rpc.xml:125(td) ./doc/common/tables/glance-rpc.xml:118(td) msgid "(StrOpt) CA certificate PEM file to verify server certificate" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:108(td) ./doc/common/tables/heat-rpc.xml:92(td) ./doc/common/tables/neutron-rpc.xml:92(td) ./doc/common/tables/nova-rpc.xml:107(td) ./doc/common/tables/sahara-rpc.xml:100(td) ./doc/common/tables/aodh-rpc.xml:77(td) ./doc/common/tables/manila-rpc.xml:104(td) ./doc/common/tables/keystone-rpc.xml:89(td) ./doc/common/tables/cinder-rpc.xml:92(td) ./doc/common/tables/ironic-rpc.xml:100(td) ./doc/common/tables/ceilometer-rpc.xml:111(td) ./doc/common/tables/glance-rpc.xml:104(td) +#: ./doc/common/tables/trove-rpc.xml:126(td) ./doc/common/tables/heat-rpc.xml:122(td) ./doc/common/tables/neutron-rpc.xml:92(td) ./doc/common/tables/nova-rpc.xml:125(td) ./doc/common/tables/sahara-rpc.xml:118(td) ./doc/common/tables/aodh-rpc.xml:77(td) ./doc/common/tables/manila-rpc.xml:122(td) ./doc/common/tables/keystone-rpc.xml:107(td) ./doc/common/tables/cinder-rpc.xml:122(td) ./doc/common/tables/ironic-rpc.xml:118(td) ./doc/common/tables/ceilometer-rpc.xml:129(td) ./doc/common/tables/glance-rpc.xml:122(td) msgid "(StrOpt) Identifying certificate PEM file to present to clients" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:112(td) ./doc/common/tables/heat-rpc.xml:96(td) ./doc/common/tables/neutron-rpc.xml:96(td) ./doc/common/tables/nova-rpc.xml:111(td) ./doc/common/tables/sahara-rpc.xml:104(td) ./doc/common/tables/aodh-rpc.xml:81(td) ./doc/common/tables/manila-rpc.xml:108(td) ./doc/common/tables/keystone-rpc.xml:93(td) ./doc/common/tables/cinder-rpc.xml:96(td) ./doc/common/tables/ironic-rpc.xml:104(td) ./doc/common/tables/ceilometer-rpc.xml:115(td) ./doc/common/tables/glance-rpc.xml:108(td) +#: ./doc/common/tables/trove-rpc.xml:130(td) ./doc/common/tables/heat-rpc.xml:126(td) ./doc/common/tables/neutron-rpc.xml:96(td) ./doc/common/tables/nova-rpc.xml:129(td) ./doc/common/tables/sahara-rpc.xml:122(td) ./doc/common/tables/aodh-rpc.xml:81(td) ./doc/common/tables/manila-rpc.xml:126(td) ./doc/common/tables/keystone-rpc.xml:111(td) ./doc/common/tables/cinder-rpc.xml:126(td) ./doc/common/tables/ironic-rpc.xml:122(td) ./doc/common/tables/ceilometer-rpc.xml:133(td) ./doc/common/tables/glance-rpc.xml:126(td) msgid "(StrOpt) Private key PEM file used to sign cert_file certificate" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:116(td) ./doc/common/tables/heat-rpc.xml:100(td) ./doc/common/tables/neutron-rpc.xml:100(td) ./doc/common/tables/nova-rpc.xml:115(td) ./doc/common/tables/sahara-rpc.xml:108(td) ./doc/common/tables/aodh-rpc.xml:85(td) ./doc/common/tables/manila-rpc.xml:112(td) ./doc/common/tables/keystone-rpc.xml:97(td) ./doc/common/tables/cinder-rpc.xml:100(td) ./doc/common/tables/ironic-rpc.xml:108(td) ./doc/common/tables/ceilometer-rpc.xml:119(td) ./doc/common/tables/glance-rpc.xml:112(td) +#: ./doc/common/tables/trove-rpc.xml:134(td) ./doc/common/tables/heat-rpc.xml:130(td) ./doc/common/tables/neutron-rpc.xml:100(td) ./doc/common/tables/nova-rpc.xml:133(td) ./doc/common/tables/sahara-rpc.xml:126(td) ./doc/common/tables/aodh-rpc.xml:85(td) ./doc/common/tables/manila-rpc.xml:130(td) ./doc/common/tables/keystone-rpc.xml:115(td) ./doc/common/tables/cinder-rpc.xml:130(td) ./doc/common/tables/ironic-rpc.xml:126(td) ./doc/common/tables/ceilometer-rpc.xml:137(td) ./doc/common/tables/glance-rpc.xml:130(td) msgid "(StrOpt) Password for decrypting ssl_key_file (if encrypted)" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:120(td) ./doc/common/tables/heat-rpc.xml:104(td) ./doc/common/tables/neutron-rpc.xml:104(td) ./doc/common/tables/nova-rpc.xml:119(td) ./doc/common/tables/sahara-rpc.xml:112(td) ./doc/common/tables/aodh-rpc.xml:89(td) ./doc/common/tables/manila-rpc.xml:116(td) ./doc/common/tables/keystone-rpc.xml:101(td) ./doc/common/tables/cinder-rpc.xml:104(td) ./doc/common/tables/ironic-rpc.xml:112(td) ./doc/common/tables/ceilometer-rpc.xml:123(td) ./doc/common/tables/glance-rpc.xml:116(td) +#: ./doc/common/tables/trove-rpc.xml:138(td) ./doc/common/tables/heat-rpc.xml:134(td) ./doc/common/tables/neutron-rpc.xml:104(td) ./doc/common/tables/nova-rpc.xml:137(td) ./doc/common/tables/sahara-rpc.xml:130(td) ./doc/common/tables/aodh-rpc.xml:89(td) ./doc/common/tables/manila-rpc.xml:134(td) ./doc/common/tables/keystone-rpc.xml:119(td) ./doc/common/tables/cinder-rpc.xml:134(td) ./doc/common/tables/ironic-rpc.xml:130(td) ./doc/common/tables/ceilometer-rpc.xml:141(td) ./doc/common/tables/glance-rpc.xml:134(td) msgid "(BoolOpt) Debug: dump AMQP frames to stdout" msgstr "" -#: ./doc/common/tables/trove-rpc.xml:124(td) ./doc/common/tables/nova-rpc.xml:123(td) ./doc/common/tables/sahara-rpc.xml:116(td) ./doc/common/tables/manila-rpc.xml:120(td) ./doc/common/tables/keystone-rpc.xml:105(td) ./doc/common/tables/ironic-rpc.xml:116(td) ./doc/common/tables/ceilometer-rpc.xml:127(td) ./doc/common/tables/glance-rpc.xml:120(td) +#: ./doc/common/tables/trove-rpc.xml:142(td) ./doc/common/tables/heat-rpc.xml:138(td) ./doc/common/tables/nova-rpc.xml:141(td) ./doc/common/tables/sahara-rpc.xml:134(td) ./doc/common/tables/manila-rpc.xml:138(td) ./doc/common/tables/keystone-rpc.xml:123(td) ./doc/common/tables/cinder-rpc.xml:138(td) ./doc/common/tables/ironic-rpc.xml:134(td) ./doc/common/tables/ceilometer-rpc.xml:145(td) ./doc/common/tables/glance-rpc.xml:138(td) msgid "(StrOpt) User name for message broker authentication" msgstr "" @@ -4398,7 +4398,7 @@ msgstr "" msgid "Policy-0" msgstr "" -#: ./doc/common/tables/swift-swift-storage-policy-0.xml:25(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:21(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:21(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-swift-swift-constraints.xml:78(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:29(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:43(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:55(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:33(td) ./doc/common/tables/swift-dispersion-dispersion.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:41(td) ./doc/common/tables/swift-dispersion-dispersion.xml:45(td) ./doc/common/tables/swift-dispersion-dispersion.xml:49(td) ./doc/common/tables/swift-dispersion-dispersion.xml:53(td) ./doc/common/tables/swift-dispersion-dispersion.xml:65(td) ./doc/common/tables/swift-dispersion-dispersion.xml:69(td) ./doc/common/tables/swift-dispersion-dispersion.xml:73(td) ./doc/common/tables/swift-object-server-app-object-server.xml:93(td) ./doc/common/tables/swift-container-server-container-sync.xml:29(td) ./doc/common/tables/swift-container-server-container-sync.xml:53(td) ./doc/common/tables/swift-account-server-account-reaper.xml:57(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:33(td) ./doc/common/tables/swift-object-server-object-replicator.xml:77(td) ./doc/common/tables/swift-object-server-object-replicator.xml:81(td) ./doc/common/tables/swift-object-server-object-replicator.xml:101(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:25(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:41(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:53(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:65(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:81(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:85(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:89(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:125(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:133(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-object-server-object-auditor.xml:57(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:49(td) ./doc/common/tables/swift-rsyncd-container.xml:21(td) ./doc/common/tables/swift-rsyncd-container.xml:25(td) ./doc/common/tables/swift-rsyncd-container.xml:29(td) ./doc/common/tables/swift-rsyncd-container.xml:33(td) ./doc/common/tables/swift-rsyncd-object.xml:21(td) ./doc/common/tables/swift-rsyncd-object.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:29(td) ./doc/common/tables/swift-rsyncd-object.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:45(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:72(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:76(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:80(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:84(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:88(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:146(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:49(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:61(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:65(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:25(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:29(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:33(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:37(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:33(td) ./doc/common/tables/swift-object-server-filter-recon.xml:25(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:21(td) ./doc/common/tables/swift-rsyncd-account.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:29(td) ./doc/common/tables/swift-rsyncd-account.xml:33(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:97(td) +#: ./doc/common/tables/swift-swift-storage-policy-0.xml:25(td) ./doc/common/tables/swift-swift-storage-policy-0.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:21(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:21(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:25(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:29(td) ./doc/common/tables/swift-rsyncd-object_sda.xml:33(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-container-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:21(td) ./doc/common/tables/swift-account-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-object-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-swift-swift-constraints.xml:82(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:29(td) ./doc/common/tables/swift-object-expirer-object-expirer.xml:55(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm1.xml:33(td) ./doc/common/tables/swift-dispersion-dispersion.xml:21(td) ./doc/common/tables/swift-dispersion-dispersion.xml:41(td) ./doc/common/tables/swift-dispersion-dispersion.xml:45(td) ./doc/common/tables/swift-dispersion-dispersion.xml:49(td) ./doc/common/tables/swift-dispersion-dispersion.xml:53(td) ./doc/common/tables/swift-dispersion-dispersion.xml:65(td) ./doc/common/tables/swift-dispersion-dispersion.xml:69(td) ./doc/common/tables/swift-dispersion-dispersion.xml:73(td) ./doc/common/tables/swift-dispersion-dispersion.xml:77(td) ./doc/common/tables/swift-dispersion-dispersion.xml:81(td) ./doc/common/tables/swift-dispersion-dispersion.xml:89(td) ./doc/common/tables/swift-object-server-app-object-server.xml:93(td) ./doc/common/tables/swift-container-server-container-sync.xml:29(td) ./doc/common/tables/swift-container-server-container-sync.xml:53(td) ./doc/common/tables/swift-account-server-account-reaper.xml:57(td) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:21(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:25(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:29(td) ./doc/common/tables/swift-container-sync-realms-realm2.xml:33(td) ./doc/common/tables/swift-object-server-object-replicator.xml:81(td) ./doc/common/tables/swift-object-server-object-replicator.xml:85(td) ./doc/common/tables/swift-object-server-object-replicator.xml:89(td) ./doc/common/tables/swift-object-server-object-replicator.xml:97(td) ./doc/common/tables/swift-object-server-object-replicator.xml:113(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:25(td) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:21(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:21(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:25(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:29(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:33(td) ./doc/common/tables/swift-rsyncd-object_sdc.xml:37(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:41(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:53(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:65(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:81(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:85(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:89(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:125(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:133(td) ./doc/common/tables/swift-rsyncd-object6020.xml:21(td) ./doc/common/tables/swift-rsyncd-object6020.xml:25(td) ./doc/common/tables/swift-rsyncd-object6020.xml:29(td) ./doc/common/tables/swift-rsyncd-object6020.xml:33(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:21(td) ./doc/common/tables/swift-rsyncd-object6040.xml:21(td) ./doc/common/tables/swift-rsyncd-object6040.xml:25(td) ./doc/common/tables/swift-rsyncd-object6040.xml:29(td) ./doc/common/tables/swift-rsyncd-object6040.xml:33(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:21(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:25(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:29(td) ./doc/common/tables/swift-rsyncd-object_sdb.xml:33(td) ./doc/common/tables/swift-rsyncd-object6010.xml:21(td) ./doc/common/tables/swift-rsyncd-object6010.xml:25(td) ./doc/common/tables/swift-rsyncd-object6010.xml:29(td) ./doc/common/tables/swift-rsyncd-object6010.xml:33(td) ./doc/common/tables/swift-object-server-object-auditor.xml:57(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:49(td) ./doc/common/tables/swift-rsyncd-container.xml:21(td) ./doc/common/tables/swift-rsyncd-container.xml:25(td) ./doc/common/tables/swift-rsyncd-container.xml:29(td) ./doc/common/tables/swift-rsyncd-container.xml:33(td) ./doc/common/tables/swift-rsyncd-object.xml:21(td) ./doc/common/tables/swift-rsyncd-object.xml:25(td) ./doc/common/tables/swift-rsyncd-object.xml:29(td) ./doc/common/tables/swift-rsyncd-object.xml:33(td) ./doc/common/tables/swift-rsyncd-object.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:45(td) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:32(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:72(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:76(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:80(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:84(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:88(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:146(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-internal-client-pipeline-main.xml:21(td) ./doc/common/tables/swift-object-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-container-server-pipeline-main.xml:21(td) ./doc/common/tables/swift-container-server-container-replicator.xml:69(td) ./doc/common/tables/swift-container-server-container-replicator.xml:73(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:49(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:61(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:65(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-account-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-account-server-account-replicator.xml:69(td) ./doc/common/tables/swift-account-server-account-replicator.xml:73(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:25(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:29(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:33(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:37(td) ./doc/common/tables/swift-swift-storage-policy-2.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:33(td) ./doc/common/tables/swift-object-server-filter-recon.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:21(td) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:45(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:21(td) ./doc/common/tables/swift-swift-storage-policy-1.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:21(td) ./doc/common/tables/swift-rsyncd-account.xml:25(td) ./doc/common/tables/swift-rsyncd-account.xml:29(td) ./doc/common/tables/swift-rsyncd-account.xml:33(td) ./doc/common/tables/swift-rsyncd-object6030.xml:21(td) ./doc/common/tables/swift-rsyncd-object6030.xml:25(td) ./doc/common/tables/swift-rsyncd-object6030.xml:29(td) ./doc/common/tables/swift-rsyncd-object6030.xml:33(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:21(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:25(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:29(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:39(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:43(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:47(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:51(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:55(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:59(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:63(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:67(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:71(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:75(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:79(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:57(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:97(td) msgid "No help text available for this option." msgstr "" @@ -4538,7 +4538,7 @@ msgstr "" msgid "(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight controller." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:132(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:157(replaceable) ./doc/common/tables/ironic-amt.xml:21(replaceable) ./doc/common/tables/manila-database.xml:56(replaceable) ./doc/common/tables/manila-database.xml:76(replaceable) ./doc/common/tables/manila-database.xml:92(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:25(replaceable) ./doc/common/tables/neutron-cisco.xml:37(replaceable) ./doc/common/tables/neutron-cisco.xml:51(replaceable) ./doc/common/tables/nova-hyperv.xml:41(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/neutron-auth_token.xml:121(replaceable) ./doc/common/tables/neutron-auth_token.xml:129(replaceable) ./doc/common/tables/neutron-auth_token.xml:157(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:33(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:52(replaceable) ./doc/common/tables/nova-compute.xml:97(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/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/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/manila-quota.xml:33(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(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:157(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/nova-volumes.xml:91(replaceable) ./doc/common/tables/nova-volumes.xml:157(replaceable) ./doc/common/tables/octavia.xml:75(replaceable) ./doc/common/tables/octavia.xml:83(replaceable) ./doc/common/tables/octavia.xml:249(replaceable) ./doc/common/tables/octavia.xml:253(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/nova-cells.xml:65(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/ironic-auth_token.xml:121(replaceable) ./doc/common/tables/ironic-auth_token.xml:129(replaceable) ./doc/common/tables/ironic-auth_token.xml:161(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/glance-common.xml:53(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:33(replaceable) ./doc/common/tables/glance-s3.xml:45(replaceable) ./doc/common/tables/glance-s3.xml:77(replaceable) ./doc/common/tables/keystone-ldap.xml:121(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:157(replaceable) ./doc/common/tables/ironic-snmp.xml:21(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:21(replaceable) ./doc/common/tables/manila-common.xml:73(replaceable) ./doc/common/tables/manila-common.xml:93(replaceable) ./doc/common/tables/manila-common.xml:97(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/swift-proxy-server-filter-dlo.xml:24(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:52(replaceable) ./doc/common/tables/trove-guestagent.xml:33(replaceable) ./doc/common/tables/manila-san.xml:25(replaceable) ./doc/common/tables/manila-auth_token.xml:121(replaceable) ./doc/common/tables/manila-auth_token.xml:129(replaceable) ./doc/common/tables/manila-auth_token.xml:161(replaceable) ./doc/common/tables/neutron-l2gw.xml:60(replaceable) ./doc/common/tables/ceilometer-vmware.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(replaceable) ./doc/common/tables/ironic-ilo.xml:29(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:157(replaceable) ./doc/common/tables/neutron-dvs.xml:21(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/manila-share.xml:257(replaceable) ./doc/common/tables/neutron-bigswitch.xml:132(replaceable) ./doc/common/tables/nova-scheduler.xml:148(replaceable) ./doc/common/tables/ironic-seamicro.xml:21(replaceable) ./doc/common/tables/sahara-api.xml:36(replaceable) ./doc/common/tables/ironic-conductor.xml:53(replaceable) ./doc/common/tables/cinder-backups.xml:45(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:52(replaceable) ./doc/common/tables/ceilometer-database.xml:64(replaceable) ./doc/common/tables/ceilometer-database.xml:92(replaceable) ./doc/common/tables/ceilometer-database.xml:116(replaceable) ./doc/common/tables/cinder-hpxp.xml:21(replaceable) ./doc/common/tables/nova-hypervisor.xml:33(replaceable) ./doc/common/tables/neutron-common.xml:169(replaceable) ./doc/common/tables/nova-livemigration.xml:48(replaceable) ./doc/common/tables/glance-vmware.xml:25(replaceable) ./doc/common/tables/glance-taskflow.xml:29(replaceable) ./doc/common/tables/nova-common.xml:65(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/aodh-auth_token.xml:121(replaceable) ./doc/common/tables/aodh-auth_token.xml:129(replaceable) ./doc/common/tables/aodh-auth_token.xml:161(replaceable) ./doc/common/tables/ironic-console.xml:25(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:29(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:68(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:127(replaceable) ./doc/common/tables/heat-common.xml:45(replaceable) ./doc/common/tables/heat-common.xml:104(replaceable) ./doc/common/tables/heat-common.xml:108(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(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:157(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:25(replaceable) ./doc/common/tables/cinder-common.xml:169(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/aodh-database.xml:53(replaceable) ./doc/common/tables/aodh-database.xml:73(replaceable) ./doc/common/tables/aodh-database.xml:89(replaceable) ./doc/common/tables/neutron-quotas.xml:68(replaceable) ./doc/common/tables/neutron-quotas.xml:76(replaceable) ./doc/common/tables/neutron-quotas.xml:88(replaceable) ./doc/common/tables/neutron-quotas.xml:96(replaceable) ./doc/common/tables/neutron-quotas.xml:100(replaceable) ./doc/common/tables/neutron-quotas.xml:104(replaceable) ./doc/common/tables/neutron-quotas.xml:112(replaceable) ./doc/common/tables/neutron-quotas.xml:116(replaceable) ./doc/common/tables/nova-vmware.xml:21(replaceable) ./doc/common/tables/neutron-bagpipe.xml:41(replaceable) ./doc/common/tables/ceilometer-notification.xml:25(replaceable) ./doc/common/tables/cinder-vmware.xml:21(replaceable) ./doc/common/tables/nova-libvirt.xml:120(replaceable) ./doc/common/tables/nova-xen.xml:135(replaceable) ./doc/common/tables/nova-xen.xml:143(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/neutron-nsx.xml:72(replaceable) ./doc/common/tables/neutron-nsx.xml:156(replaceable) ./doc/common/tables/neutron-nsx.xml:203(replaceable) ./doc/common/tables/neutron-nsx.xml:318(replaceable) ./doc/common/tables/sahara-timeouts.xml:21(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:157(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:157(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/neutron-ml2_bigswitch.xml:132(replaceable) ./doc/common/tables/sahara-auth_token.xml:139(replaceable) ./doc/common/tables/sahara-auth_token.xml:147(replaceable) ./doc/common/tables/sahara-auth_token.xml:175(replaceable) ./doc/common/tables/ironic-amt.xml:39(replaceable) ./doc/common/tables/manila-database.xml:74(replaceable) ./doc/common/tables/manila-database.xml:94(replaceable) ./doc/common/tables/manila-database.xml:110(replaceable) ./doc/common/tables/neutron-ml2_ncs.xml:25(replaceable) ./doc/common/tables/neutron-cisco.xml:37(replaceable) ./doc/common/tables/neutron-cisco.xml:51(replaceable) ./doc/common/tables/nova-hyperv.xml:59(replaceable) ./doc/common/tables/cinder-database.xml:70(replaceable) ./doc/common/tables/cinder-database.xml:90(replaceable) ./doc/common/tables/cinder-database.xml:106(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:157(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:33(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:52(replaceable) ./doc/common/tables/nova-compute.xml:115(replaceable) ./doc/common/tables/nova-database.xml:70(replaceable) ./doc/common/tables/nova-database.xml:82(replaceable) ./doc/common/tables/nova-database.xml:121(replaceable) ./doc/common/tables/nova-database.xml:141(replaceable) ./doc/common/tables/nova-database.xml:157(replaceable) ./doc/common/tables/cinder-quota.xml:47(replaceable) ./doc/common/tables/cinder-quota.xml:51(replaceable) ./doc/common/tables/cinder-quota.xml:63(replaceable) ./doc/common/tables/cinder-quota.xml:67(replaceable) ./doc/common/tables/heat-auth_token.xml:139(replaceable) ./doc/common/tables/heat-auth_token.xml:147(replaceable) ./doc/common/tables/heat-auth_token.xml:179(replaceable) ./doc/common/tables/manila-quota.xml:51(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:60(replaceable) ./doc/common/tables/nova-auth_token.xml:139(replaceable) ./doc/common/tables/nova-auth_token.xml:147(replaceable) ./doc/common/tables/nova-auth_token.xml:175(replaceable) ./doc/common/tables/ironic-database.xml:63(replaceable) ./doc/common/tables/ironic-database.xml:83(replaceable) ./doc/common/tables/ironic-database.xml:103(replaceable) ./doc/common/tables/nova-volumes.xml:109(replaceable) ./doc/common/tables/nova-volumes.xml:175(replaceable) ./doc/common/tables/octavia.xml:75(replaceable) ./doc/common/tables/octavia.xml:83(replaceable) ./doc/common/tables/octavia.xml:249(replaceable) ./doc/common/tables/octavia.xml:253(replaceable) ./doc/common/tables/nova-quota.xml:59(replaceable) ./doc/common/tables/nova-quota.xml:75(replaceable) ./doc/common/tables/nova-quota.xml:99(replaceable) ./doc/common/tables/nova-quota.xml:103(replaceable) ./doc/common/tables/nova-quota.xml:107(replaceable) ./doc/common/tables/nova-cells.xml:79(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/ironic-auth_token.xml:139(replaceable) ./doc/common/tables/ironic-auth_token.xml:147(replaceable) ./doc/common/tables/ironic-auth_token.xml:179(replaceable) ./doc/common/tables/glance-database.xml:63(replaceable) ./doc/common/tables/glance-database.xml:83(replaceable) ./doc/common/tables/glance-database.xml:99(replaceable) ./doc/common/tables/glance-common.xml:71(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:51(replaceable) ./doc/common/tables/glance-s3.xml:63(replaceable) ./doc/common/tables/glance-s3.xml:95(replaceable) ./doc/common/tables/keystone-ldap.xml:139(replaceable) ./doc/common/tables/trove-auth_token.xml:139(replaceable) ./doc/common/tables/trove-auth_token.xml:147(replaceable) ./doc/common/tables/trove-auth_token.xml:175(replaceable) ./doc/common/tables/ironic-snmp.xml:39(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:39(replaceable) ./doc/common/tables/manila-common.xml:91(replaceable) ./doc/common/tables/manila-common.xml:111(replaceable) ./doc/common/tables/manila-common.xml:115(replaceable) ./doc/common/tables/keystone-cache.xml:67(replaceable) ./doc/common/tables/keystone-cache.xml:71(replaceable) ./doc/common/tables/keystone-cache.xml:98(replaceable) ./doc/common/tables/keystone-cache.xml:102(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:24(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:52(replaceable) ./doc/common/tables/trove-guestagent.xml:51(replaceable) ./doc/common/tables/manila-san.xml:43(replaceable) ./doc/common/tables/manila-auth_token.xml:139(replaceable) ./doc/common/tables/manila-auth_token.xml:147(replaceable) ./doc/common/tables/manila-auth_token.xml:179(replaceable) ./doc/common/tables/neutron-l2gw.xml:60(replaceable) ./doc/common/tables/ceilometer-vmware.xml:39(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:44(replaceable) ./doc/common/tables/ironic-ilo.xml:47(replaceable) ./doc/common/tables/cinder-auth_token.xml:139(replaceable) ./doc/common/tables/cinder-auth_token.xml:147(replaceable) ./doc/common/tables/cinder-auth_token.xml:175(replaceable) ./doc/common/tables/neutron-dvs.xml:21(replaceable) ./doc/common/tables/heat-database.xml:63(replaceable) ./doc/common/tables/heat-database.xml:83(replaceable) ./doc/common/tables/heat-database.xml:99(replaceable) ./doc/common/tables/manila-share.xml:275(replaceable) ./doc/common/tables/neutron-bigswitch.xml:132(replaceable) ./doc/common/tables/nova-scheduler.xml:166(replaceable) ./doc/common/tables/ironic-seamicro.xml:39(replaceable) ./doc/common/tables/sahara-api.xml:54(replaceable) ./doc/common/tables/ironic-conductor.xml:71(replaceable) ./doc/common/tables/cinder-backups.xml:63(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:52(replaceable) ./doc/common/tables/ceilometer-database.xml:82(replaceable) ./doc/common/tables/ceilometer-database.xml:110(replaceable) ./doc/common/tables/ceilometer-database.xml:138(replaceable) ./doc/common/tables/cinder-hpxp.xml:39(replaceable) ./doc/common/tables/nova-hypervisor.xml:51(replaceable) ./doc/common/tables/neutron-common.xml:169(replaceable) ./doc/common/tables/nova-livemigration.xml:66(replaceable) ./doc/common/tables/glance-vmware.xml:43(replaceable) ./doc/common/tables/glance-taskflow.xml:47(replaceable) ./doc/common/tables/nova-common.xml:83(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:52(replaceable) ./doc/common/tables/aodh-auth_token.xml:121(replaceable) ./doc/common/tables/aodh-auth_token.xml:129(replaceable) ./doc/common/tables/aodh-auth_token.xml:161(replaceable) ./doc/common/tables/ironic-console.xml:43(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:29(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:68(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:127(replaceable) ./doc/common/tables/heat-common.xml:63(replaceable) ./doc/common/tables/heat-common.xml:134(replaceable) ./doc/common/tables/heat-common.xml:138(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:20(replaceable) ./doc/common/tables/keystone-auth_token.xml:139(replaceable) ./doc/common/tables/keystone-auth_token.xml:147(replaceable) ./doc/common/tables/keystone-auth_token.xml:175(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:36(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:43(replaceable) ./doc/common/tables/cinder-common.xml:187(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/aodh-database.xml:53(replaceable) ./doc/common/tables/aodh-database.xml:73(replaceable) ./doc/common/tables/aodh-database.xml:89(replaceable) ./doc/common/tables/neutron-quotas.xml:68(replaceable) ./doc/common/tables/neutron-quotas.xml:76(replaceable) ./doc/common/tables/neutron-quotas.xml:88(replaceable) ./doc/common/tables/neutron-quotas.xml:96(replaceable) ./doc/common/tables/neutron-quotas.xml:100(replaceable) ./doc/common/tables/neutron-quotas.xml:104(replaceable) ./doc/common/tables/neutron-quotas.xml:112(replaceable) ./doc/common/tables/neutron-quotas.xml:116(replaceable) ./doc/common/tables/nova-vmware.xml:39(replaceable) ./doc/common/tables/neutron-bagpipe.xml:41(replaceable) ./doc/common/tables/ceilometer-notification.xml:43(replaceable) ./doc/common/tables/cinder-vmware.xml:39(replaceable) ./doc/common/tables/nova-libvirt.xml:138(replaceable) ./doc/common/tables/nova-xen.xml:153(replaceable) ./doc/common/tables/nova-xen.xml:161(replaceable) ./doc/common/tables/sahara-database.xml:70(replaceable) ./doc/common/tables/sahara-database.xml:90(replaceable) ./doc/common/tables/sahara-database.xml:106(replaceable) ./doc/common/tables/neutron-nsx.xml:72(replaceable) ./doc/common/tables/neutron-nsx.xml:156(replaceable) ./doc/common/tables/neutron-nsx.xml:203(replaceable) ./doc/common/tables/neutron-nsx.xml:318(replaceable) ./doc/common/tables/sahara-timeouts.xml:39(replaceable) ./doc/common/tables/glance-auth_token.xml:139(replaceable) ./doc/common/tables/glance-auth_token.xml:147(replaceable) ./doc/common/tables/glance-auth_token.xml:175(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:139(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:147(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:175(replaceable) ./doc/common/tables/keystone-database.xml:63(replaceable) ./doc/common/tables/keystone-database.xml:83(replaceable) ./doc/common/tables/keystone-database.xml:99(replaceable) msgid "10" msgstr "" @@ -4578,7 +4578,7 @@ msgstr "" msgid "[RESTPROXYAGENT]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:159(replaceable) ./doc/common/tables/nova-network.xml:161(replaceable) ./doc/common/tables/nova-neutron.xml:88(replaceable) ./doc/common/tables/manila-share.xml:133(replaceable) ./doc/common/tables/neutron-bigswitch.xml:159(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:103(replaceable) ./doc/common/tables/neutron-vmware.xml:44(replaceable) ./doc/common/tables/nova-vmware.xml:65(replaceable) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:159(replaceable) ./doc/common/tables/nova-network.xml:179(replaceable) ./doc/common/tables/nova-neutron.xml:106(replaceable) ./doc/common/tables/manila-share.xml:151(replaceable) ./doc/common/tables/neutron-bigswitch.xml:159(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:103(replaceable) ./doc/common/tables/neutron-vmware.xml:44(replaceable) ./doc/common/tables/nova-vmware.xml:83(replaceable) msgid "br-int" msgstr "" @@ -4586,7 +4586,7 @@ msgstr "" msgid "(StrOpt) Name of integration bridge on compute nodes used for security group insertion." msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:163(replaceable) ./doc/common/tables/trove-quota.xml:21(replaceable) ./doc/common/tables/trove-quota.xml:29(replaceable) ./doc/common/tables/heat-quota.xml:25(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:72(replaceable) ./doc/common/tables/nova-hyperv.xml:45(replaceable) ./doc/common/tables/keystone-api.xml:41(replaceable) ./doc/common/tables/cinder-san.xml:61(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:20(replaceable) ./doc/common/tables/trove-taskmanager.xml:69(replaceable) ./doc/common/tables/nova-compute.xml:101(replaceable) ./doc/common/tables/ironic-drac.xml:21(replaceable) ./doc/common/tables/ironic-drac.xml:25(replaceable) ./doc/common/tables/ironic-common.xml:49(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:61(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/nova-ec2.xml:73(replaceable) ./doc/common/tables/octavia.xml:206(replaceable) ./doc/common/tables/octavia.xml:304(replaceable) ./doc/common/tables/nova-quota.xml:53(replaceable) ./doc/common/tables/cinder-infortrend.xml:21(replaceable) ./doc/common/tables/neutron-vpnaas_libreswan.xml:25(replaceable) ./doc/common/tables/heat-api.xml:21(replaceable) ./doc/common/tables/nova-network.xml:33(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:32(replaceable) ./doc/common/tables/ironic-agent.xml:49(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:33(replaceable) ./doc/common/tables/cinder-emc.xml:73(replaceable) ./doc/common/tables/cinder-emc.xml:77(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:25(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:45(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/neutron-bigswitch.xml:163(replaceable) ./doc/common/tables/sahara-api.xml:32(replaceable) ./doc/common/tables/neutron-common.xml:173(replaceable) ./doc/common/tables/neutron-common.xml:177(replaceable) ./doc/common/tables/neutron-common.xml:189(replaceable) ./doc/common/tables/neutron-common.xml:197(replaceable) ./doc/common/tables/ironic-ipmi.xml:21(replaceable) ./doc/common/tables/glance-vmware.xml:57(replaceable) ./doc/common/tables/cinder-eqlx.xml:29(replaceable) ./doc/common/tables/neutron-vmware.xml:119(replaceable) ./doc/common/tables/cinder-xio.xml:29(replaceable) ./doc/common/tables/neutron-quotas.xml:80(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:41(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:49(replaceable) ./doc/common/tables/neutron-plumgrid.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:83(replaceable) ./doc/common/tables/nova-zookeeper.xml:33(replaceable) ./doc/common/tables/keystone-kvs.xml:29(replaceable) ./doc/common/tables/manila-winrm.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(replaceable) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:163(replaceable) ./doc/common/tables/trove-quota.xml:39(replaceable) ./doc/common/tables/trove-quota.xml:47(replaceable) ./doc/common/tables/heat-quota.xml:43(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:80(replaceable) ./doc/common/tables/nova-hyperv.xml:63(replaceable) ./doc/common/tables/keystone-api.xml:59(replaceable) ./doc/common/tables/cinder-san.xml:79(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:20(replaceable) ./doc/common/tables/trove-taskmanager.xml:87(replaceable) ./doc/common/tables/nova-compute.xml:119(replaceable) ./doc/common/tables/ironic-drac.xml:39(replaceable) ./doc/common/tables/ironic-drac.xml:43(replaceable) ./doc/common/tables/ironic-common.xml:67(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:37(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:65(replaceable) ./doc/common/tables/neutron-dhcp_agent.xml:61(replaceable) ./doc/common/tables/nova-volumes.xml:113(replaceable) ./doc/common/tables/nova-volumes.xml:136(replaceable) ./doc/common/tables/nova-volumes.xml:140(replaceable) ./doc/common/tables/nova-ec2.xml:91(replaceable) ./doc/common/tables/octavia.xml:206(replaceable) ./doc/common/tables/octavia.xml:304(replaceable) ./doc/common/tables/nova-quota.xml:71(replaceable) ./doc/common/tables/cinder-infortrend.xml:39(replaceable) ./doc/common/tables/neutron-vpnaas_libreswan.xml:25(replaceable) ./doc/common/tables/heat-api.xml:39(replaceable) ./doc/common/tables/nova-network.xml:51(replaceable) ./doc/common/tables/ironic-cisco_ucs.xml:50(replaceable) ./doc/common/tables/ironic-agent.xml:67(replaceable) ./doc/common/tables/ceilometer-dispatcher_http.xml:51(replaceable) ./doc/common/tables/cinder-emc.xml:91(replaceable) ./doc/common/tables/cinder-emc.xml:95(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:43(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:63(replaceable) ./doc/common/tables/trove-guestagent.xml:43(replaceable) ./doc/common/tables/trove-guestagent.xml:91(replaceable) ./doc/common/tables/neutron-l2gw.xml:37(replaceable) ./doc/common/tables/neutron-bigswitch.xml:163(replaceable) ./doc/common/tables/sahara-api.xml:50(replaceable) ./doc/common/tables/neutron-common.xml:173(replaceable) ./doc/common/tables/neutron-common.xml:177(replaceable) ./doc/common/tables/neutron-common.xml:189(replaceable) ./doc/common/tables/neutron-common.xml:197(replaceable) ./doc/common/tables/ironic-ipmi.xml:39(replaceable) ./doc/common/tables/glance-vmware.xml:75(replaceable) ./doc/common/tables/cinder-eqlx.xml:47(replaceable) ./doc/common/tables/neutron-vmware.xml:119(replaceable) ./doc/common/tables/cinder-xio.xml:47(replaceable) ./doc/common/tables/neutron-quotas.xml:80(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:59(replaceable) ./doc/common/tables/cinder-cloudbyte.xml:67(replaceable) ./doc/common/tables/neutron-plumgrid.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:101(replaceable) ./doc/common/tables/nova-zookeeper.xml:51(replaceable) ./doc/common/tables/keystone-kvs.xml:47(replaceable) ./doc/common/tables/manila-winrm.xml:59(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:68(replaceable) msgid "5" msgstr "" @@ -4602,7 +4602,7 @@ msgstr "" msgid "[ROUTER]" msgstr "" -#: ./doc/common/tables/neutron-ml2_bigswitch.xml:174(replaceable) ./doc/common/tables/ironic-deploy.xml:25(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:20(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:20(replaceable) ./doc/common/tables/neutron-bigswitch.xml:174(replaceable) ./doc/common/tables/trove-api.xml:49(replaceable) ./doc/common/tables/trove-api.xml:53(replaceable) ./doc/common/tables/trove-api.xml:57(replaceable) ./doc/common/tables/trove-api.xml:61(replaceable) ./doc/common/tables/trove-api.xml:65(replaceable) +#: ./doc/common/tables/neutron-ml2_bigswitch.xml:174(replaceable) ./doc/common/tables/ironic-deploy.xml:43(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:20(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:20(replaceable) ./doc/common/tables/neutron-bigswitch.xml:174(replaceable) ./doc/common/tables/trove-api.xml:67(replaceable) ./doc/common/tables/trove-api.xml:71(replaceable) ./doc/common/tables/trove-api.xml:75(replaceable) ./doc/common/tables/trove-api.xml:79(replaceable) ./doc/common/tables/trove-api.xml:83(replaceable) msgid "200" msgstr "" @@ -4618,47 +4618,47 @@ msgstr "" msgid "(MultiStrOpt) The default router rules installed in new tenant routers. Repeat the config option for each rule. Format is <tenant>:<source>:<destination>:<action> Use an * to specify default for all tenants." msgstr "" -#: ./doc/common/tables/trove-compute.xml:7(caption) ./doc/common/tables/nova-compute.xml:7(caption) ./doc/common/tables/manila-compute.xml:7(caption) ./doc/common/tables/cinder-compute.xml:7(caption) ./doc/common/tables/neutron-compute.xml:7(caption) +#: ./doc/common/tables/trove-compute.xml:25(caption) ./doc/common/tables/nova-compute.xml:25(caption) ./doc/common/tables/manila-compute.xml:25(caption) ./doc/common/tables/cinder-compute.xml:25(caption) ./doc/common/tables/neutron-compute.xml:7(caption) msgid "Description of Compute configuration options" msgstr "" -#: ./doc/common/tables/trove-compute.xml:22(td) +#: ./doc/common/tables/trove-compute.xml:40(td) msgid "(StrOpt) List IP addresses that match this regular expression." msgstr "" -#: ./doc/common/tables/trove-compute.xml:25(replaceable) ./doc/common/tables/heat-clients.xml:36(replaceable) ./doc/common/tables/ceilometer-auth.xml:33(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:56(replaceable) ./doc/common/tables/trove-network.xml:25(replaceable) ./doc/common/tables/trove-volume.xml:25(replaceable) ./doc/common/tables/trove-heat.xml:21(replaceable) ./doc/common/tables/trove-swift.xml:21(replaceable) ./doc/common/tables/aodh-auth.xml:33(replaceable) +#: ./doc/common/tables/trove-compute.xml:43(replaceable) ./doc/common/tables/heat-clients.xml:54(replaceable) ./doc/common/tables/ceilometer-auth.xml:51(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:56(replaceable) ./doc/common/tables/trove-network.xml:43(replaceable) ./doc/common/tables/trove-volume.xml:43(replaceable) ./doc/common/tables/trove-heat.xml:39(replaceable) ./doc/common/tables/trove-swift.xml:39(replaceable) ./doc/common/tables/aodh-auth.xml:33(replaceable) msgid "publicURL" msgstr "" -#: ./doc/common/tables/trove-compute.xml:26(td) ./doc/common/tables/trove-network.xml:26(td) ./doc/common/tables/trove-volume.xml:26(td) ./doc/common/tables/trove-heat.xml:22(td) ./doc/common/tables/trove-swift.xml:22(td) +#: ./doc/common/tables/trove-compute.xml:44(td) ./doc/common/tables/trove-network.xml:44(td) ./doc/common/tables/trove-volume.xml:44(td) ./doc/common/tables/trove-heat.xml:40(td) ./doc/common/tables/trove-swift.xml:40(td) msgid "(StrOpt) Service endpoint type to use when searching catalog." msgstr "" -#: ./doc/common/tables/trove-compute.xml:29(replaceable) ./doc/common/tables/nova-cells.xml:29(replaceable) ./doc/common/tables/ceilometer-service_types.xml:33(replaceable) ./doc/common/tables/nova-common.xml:25(replaceable) +#: ./doc/common/tables/trove-compute.xml:47(replaceable) ./doc/common/tables/nova-cells.xml:47(replaceable) ./doc/common/tables/ceilometer-service_types.xml:51(replaceable) ./doc/common/tables/nova-common.xml:43(replaceable) msgid "compute" msgstr "" -#: ./doc/common/tables/trove-compute.xml:30(td) ./doc/common/tables/trove-network.xml:30(td) ./doc/common/tables/trove-volume.xml:30(td) ./doc/common/tables/trove-heat.xml:26(td) ./doc/common/tables/trove-swift.xml:26(td) +#: ./doc/common/tables/trove-compute.xml:48(td) ./doc/common/tables/trove-network.xml:48(td) ./doc/common/tables/trove-volume.xml:48(td) ./doc/common/tables/trove-heat.xml:44(td) ./doc/common/tables/trove-swift.xml:44(td) msgid "(StrOpt) Service type to use when searching catalog." msgstr "" -#: ./doc/common/tables/trove-compute.xml:34(td) ./doc/common/tables/trove-network.xml:34(td) ./doc/common/tables/trove-volume.xml:34(td) ./doc/common/tables/trove-heat.xml:34(td) +#: ./doc/common/tables/trove-compute.xml:52(td) ./doc/common/tables/trove-network.xml:52(td) ./doc/common/tables/trove-volume.xml:52(td) ./doc/common/tables/trove-heat.xml:52(td) msgid "(StrOpt) URL without the tenant segment." msgstr "" -#: ./doc/common/tables/trove-compute.xml:37(replaceable) ./doc/common/tables/ironic-conductor.xml:89(replaceable) +#: ./doc/common/tables/trove-compute.xml:55(replaceable) ./doc/common/tables/ironic-conductor.xml:107(replaceable) msgid "ALL" msgstr "" -#: ./doc/common/tables/trove-compute.xml:38(td) +#: ./doc/common/tables/trove-compute.xml:56(td) msgid "(ListOpt) Permissions to grant to the 'root' user." msgstr "" -#: ./doc/common/tables/trove-compute.xml:42(td) +#: ./doc/common/tables/trove-compute.xml:60(td) msgid "(BoolOpt) Assign the 'root' user GRANT permissions." msgstr "" -#: ./doc/common/tables/ceilometer-debug.xml:22(td) +#: ./doc/common/tables/ceilometer-debug.xml:40(td) msgid "(BoolOpt) Allow novaclient's debug log output." msgstr "" @@ -4674,79 +4674,79 @@ msgstr "" msgid "egg:swift#catch_errors" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:7(caption) ./doc/common/tables/heat-qpid.xml:7(caption) ./doc/common/tables/cinder-qpid.xml:7(caption) ./doc/common/tables/trove-qpid.xml:7(caption) ./doc/common/tables/keystone-qpid.xml:7(caption) ./doc/common/tables/ironic-qpid.xml:7(caption) ./doc/common/tables/glance-qpid.xml:7(caption) ./doc/common/tables/nova-qpid.xml:7(caption) ./doc/common/tables/aodh-qpid.xml:7(caption) ./doc/common/tables/neutron-qpid.xml:7(caption) ./doc/common/tables/sahara-qpid.xml:7(caption) +#: ./doc/common/tables/ceilometer-qpid.xml:25(caption) ./doc/common/tables/heat-qpid.xml:25(caption) ./doc/common/tables/cinder-qpid.xml:25(caption) ./doc/common/tables/trove-qpid.xml:25(caption) ./doc/common/tables/keystone-qpid.xml:25(caption) ./doc/common/tables/ironic-qpid.xml:25(caption) ./doc/common/tables/glance-qpid.xml:25(caption) ./doc/common/tables/nova-qpid.xml:25(caption) ./doc/common/tables/aodh-qpid.xml:7(caption) ./doc/common/tables/neutron-qpid.xml:7(caption) ./doc/common/tables/sahara-qpid.xml:25(caption) msgid "Description of Qpid configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:18(th) ./doc/common/tables/heat-qpid.xml:18(th) ./doc/common/tables/cinder-qpid.xml:18(th) ./doc/common/tables/trove-qpid.xml:18(th) ./doc/common/tables/keystone-qpid.xml:18(th) ./doc/common/tables/ironic-qpid.xml:18(th) ./doc/common/tables/glance-qpid.xml:18(th) ./doc/common/tables/nova-qpid.xml:18(th) ./doc/common/tables/aodh-qpid.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/manila-qpid.xml:18(th) ./doc/common/tables/sahara-qpid.xml:18(th) +#: ./doc/common/tables/ceilometer-qpid.xml:36(th) ./doc/common/tables/heat-qpid.xml:36(th) ./doc/common/tables/cinder-qpid.xml:36(th) ./doc/common/tables/trove-qpid.xml:36(th) ./doc/common/tables/keystone-qpid.xml:36(th) ./doc/common/tables/ironic-qpid.xml:36(th) ./doc/common/tables/glance-qpid.xml:36(th) ./doc/common/tables/nova-qpid.xml:36(th) ./doc/common/tables/aodh-qpid.xml:18(th) ./doc/common/tables/neutron-qpid.xml:18(th) ./doc/common/tables/manila-qpid.xml:36(th) ./doc/common/tables/sahara-qpid.xml:36(th) msgid "[oslo_messaging_qpid]" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:22(td) ./doc/common/tables/heat-qpid.xml:22(td) ./doc/common/tables/nova-rabbitmq.xml:22(td) ./doc/common/tables/sahara-rabbitmq.xml:22(td) ./doc/common/tables/cinder-qpid.xml:22(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/ironic-rabbitmq.xml:22(td) ./doc/common/tables/keystone-rabbitmq.xml:22(td) ./doc/common/tables/cinder-rabbitmq.xml:22(td) ./doc/common/tables/trove-qpid.xml:22(td) ./doc/common/tables/keystone-qpid.xml:22(td) ./doc/common/tables/ironic-qpid.xml:22(td) ./doc/common/tables/glance-qpid.xml:22(td) ./doc/common/tables/nova-qpid.xml:22(td) ./doc/common/tables/aodh-qpid.xml:22(td) ./doc/common/tables/trove-rabbitmq.xml:22(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/manila-qpid.xml:22(td) ./doc/common/tables/heat-rabbitmq.xml:22(td) ./doc/common/tables/ceilometer-rabbitmq.xml:22(td) ./doc/common/tables/sahara-qpid.xml:22(td) ./doc/common/tables/manila-rabbitmq.xml:22(td) ./doc/common/tables/glance-rabbitmq.xml:22(td) ./doc/common/tables/aodh-rabbitmq.xml:22(td) +#: ./doc/common/tables/ceilometer-qpid.xml:40(td) ./doc/common/tables/heat-qpid.xml:40(td) ./doc/common/tables/nova-rabbitmq.xml:40(td) ./doc/common/tables/sahara-rabbitmq.xml:40(td) ./doc/common/tables/cinder-qpid.xml:40(td) ./doc/common/tables/neutron-rabbitmq.xml:22(td) ./doc/common/tables/ironic-rabbitmq.xml:40(td) ./doc/common/tables/keystone-rabbitmq.xml:40(td) ./doc/common/tables/cinder-rabbitmq.xml:40(td) ./doc/common/tables/trove-qpid.xml:40(td) ./doc/common/tables/keystone-qpid.xml:40(td) ./doc/common/tables/ironic-qpid.xml:40(td) ./doc/common/tables/glance-qpid.xml:40(td) ./doc/common/tables/nova-qpid.xml:40(td) ./doc/common/tables/aodh-qpid.xml:22(td) ./doc/common/tables/trove-rabbitmq.xml:40(td) ./doc/common/tables/neutron-qpid.xml:22(td) ./doc/common/tables/manila-qpid.xml:40(td) ./doc/common/tables/heat-rabbitmq.xml:40(td) ./doc/common/tables/ceilometer-rabbitmq.xml:40(td) ./doc/common/tables/sahara-qpid.xml:40(td) ./doc/common/tables/manila-rabbitmq.xml:40(td) ./doc/common/tables/glance-rabbitmq.xml:40(td) ./doc/common/tables/aodh-rabbitmq.xml:22(td) msgid "(BoolOpt) Auto-delete queues in AMQP." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:26(td) ./doc/common/tables/heat-qpid.xml:26(td) ./doc/common/tables/nova-rabbitmq.xml:26(td) ./doc/common/tables/sahara-rabbitmq.xml:26(td) ./doc/common/tables/cinder-qpid.xml:26(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/ironic-rabbitmq.xml:26(td) ./doc/common/tables/keystone-rabbitmq.xml:26(td) ./doc/common/tables/cinder-rabbitmq.xml:26(td) ./doc/common/tables/trove-qpid.xml:26(td) ./doc/common/tables/keystone-qpid.xml:26(td) ./doc/common/tables/ironic-qpid.xml:26(td) ./doc/common/tables/glance-qpid.xml:26(td) ./doc/common/tables/nova-qpid.xml:26(td) ./doc/common/tables/aodh-qpid.xml:26(td) ./doc/common/tables/trove-rabbitmq.xml:26(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/manila-qpid.xml:26(td) ./doc/common/tables/heat-rabbitmq.xml:26(td) ./doc/common/tables/ceilometer-rabbitmq.xml:26(td) ./doc/common/tables/sahara-qpid.xml:26(td) ./doc/common/tables/manila-rabbitmq.xml:26(td) ./doc/common/tables/glance-rabbitmq.xml:26(td) ./doc/common/tables/aodh-rabbitmq.xml:26(td) +#: ./doc/common/tables/ceilometer-qpid.xml:44(td) ./doc/common/tables/heat-qpid.xml:44(td) ./doc/common/tables/nova-rabbitmq.xml:44(td) ./doc/common/tables/sahara-rabbitmq.xml:44(td) ./doc/common/tables/cinder-qpid.xml:44(td) ./doc/common/tables/neutron-rabbitmq.xml:26(td) ./doc/common/tables/ironic-rabbitmq.xml:44(td) ./doc/common/tables/keystone-rabbitmq.xml:44(td) ./doc/common/tables/cinder-rabbitmq.xml:44(td) ./doc/common/tables/trove-qpid.xml:44(td) ./doc/common/tables/keystone-qpid.xml:44(td) ./doc/common/tables/ironic-qpid.xml:44(td) ./doc/common/tables/glance-qpid.xml:44(td) ./doc/common/tables/nova-qpid.xml:44(td) ./doc/common/tables/aodh-qpid.xml:26(td) ./doc/common/tables/trove-rabbitmq.xml:44(td) ./doc/common/tables/neutron-qpid.xml:26(td) ./doc/common/tables/manila-qpid.xml:44(td) ./doc/common/tables/heat-rabbitmq.xml:44(td) ./doc/common/tables/ceilometer-rabbitmq.xml:44(td) ./doc/common/tables/sahara-qpid.xml:44(td) ./doc/common/tables/manila-rabbitmq.xml:44(td) ./doc/common/tables/glance-rabbitmq.xml:44(td) ./doc/common/tables/aodh-rabbitmq.xml:26(td) msgid "(BoolOpt) Use durable queues in AMQP." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:30(td) ./doc/common/tables/heat-qpid.xml:30(td) ./doc/common/tables/cinder-qpid.xml:30(td) ./doc/common/tables/trove-qpid.xml:30(td) ./doc/common/tables/keystone-qpid.xml:30(td) ./doc/common/tables/ironic-qpid.xml:30(td) ./doc/common/tables/glance-qpid.xml:30(td) ./doc/common/tables/nova-qpid.xml:30(td) ./doc/common/tables/aodh-qpid.xml:30(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/manila-qpid.xml:30(td) ./doc/common/tables/sahara-qpid.xml:30(td) +#: ./doc/common/tables/ceilometer-qpid.xml:48(td) ./doc/common/tables/heat-qpid.xml:48(td) ./doc/common/tables/cinder-qpid.xml:48(td) ./doc/common/tables/trove-qpid.xml:48(td) ./doc/common/tables/keystone-qpid.xml:48(td) ./doc/common/tables/ironic-qpid.xml:48(td) ./doc/common/tables/glance-qpid.xml:48(td) ./doc/common/tables/nova-qpid.xml:48(td) ./doc/common/tables/aodh-qpid.xml:30(td) ./doc/common/tables/neutron-qpid.xml:30(td) ./doc/common/tables/manila-qpid.xml:48(td) ./doc/common/tables/sahara-qpid.xml:48(td) msgid "(IntOpt) Seconds between connection keepalive heartbeats." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:34(td) ./doc/common/tables/heat-qpid.xml:34(td) ./doc/common/tables/cinder-qpid.xml:34(td) ./doc/common/tables/trove-qpid.xml:34(td) ./doc/common/tables/keystone-qpid.xml:34(td) ./doc/common/tables/ironic-qpid.xml:34(td) ./doc/common/tables/glance-qpid.xml:34(td) ./doc/common/tables/nova-qpid.xml:34(td) ./doc/common/tables/aodh-qpid.xml:34(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/manila-qpid.xml:34(td) ./doc/common/tables/sahara-qpid.xml:34(td) +#: ./doc/common/tables/ceilometer-qpid.xml:52(td) ./doc/common/tables/heat-qpid.xml:52(td) ./doc/common/tables/cinder-qpid.xml:52(td) ./doc/common/tables/trove-qpid.xml:52(td) ./doc/common/tables/keystone-qpid.xml:52(td) ./doc/common/tables/ironic-qpid.xml:52(td) ./doc/common/tables/glance-qpid.xml:52(td) ./doc/common/tables/nova-qpid.xml:52(td) ./doc/common/tables/aodh-qpid.xml:34(td) ./doc/common/tables/neutron-qpid.xml:34(td) ./doc/common/tables/manila-qpid.xml:52(td) ./doc/common/tables/sahara-qpid.xml:52(td) msgid "(StrOpt) Qpid broker hostname." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:37(replaceable) ./doc/common/tables/heat-qpid.xml:37(replaceable) ./doc/common/tables/cinder-qpid.xml:37(replaceable) ./doc/common/tables/trove-qpid.xml:37(replaceable) ./doc/common/tables/keystone-qpid.xml:37(replaceable) ./doc/common/tables/ironic-qpid.xml:37(replaceable) ./doc/common/tables/glance-qpid.xml:37(replaceable) ./doc/common/tables/nova-qpid.xml:37(replaceable) ./doc/common/tables/aodh-qpid.xml:37(replaceable) ./doc/common/tables/neutron-qpid.xml:37(replaceable) ./doc/common/tables/manila-qpid.xml:37(replaceable) ./doc/common/tables/sahara-qpid.xml:37(replaceable) +#: ./doc/common/tables/ceilometer-qpid.xml:55(replaceable) ./doc/common/tables/heat-qpid.xml:55(replaceable) ./doc/common/tables/cinder-qpid.xml:55(replaceable) ./doc/common/tables/trove-qpid.xml:55(replaceable) ./doc/common/tables/keystone-qpid.xml:55(replaceable) ./doc/common/tables/ironic-qpid.xml:55(replaceable) ./doc/common/tables/glance-qpid.xml:55(replaceable) ./doc/common/tables/nova-qpid.xml:55(replaceable) ./doc/common/tables/aodh-qpid.xml:37(replaceable) ./doc/common/tables/neutron-qpid.xml:37(replaceable) ./doc/common/tables/manila-qpid.xml:55(replaceable) ./doc/common/tables/sahara-qpid.xml:55(replaceable) msgid "$qpid_hostname:$qpid_port" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:38(td) ./doc/common/tables/heat-qpid.xml:38(td) ./doc/common/tables/cinder-qpid.xml:38(td) ./doc/common/tables/trove-qpid.xml:38(td) ./doc/common/tables/keystone-qpid.xml:38(td) ./doc/common/tables/ironic-qpid.xml:38(td) ./doc/common/tables/glance-qpid.xml:38(td) ./doc/common/tables/nova-qpid.xml:38(td) ./doc/common/tables/aodh-qpid.xml:38(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/manila-qpid.xml:38(td) ./doc/common/tables/sahara-qpid.xml:38(td) +#: ./doc/common/tables/ceilometer-qpid.xml:56(td) ./doc/common/tables/heat-qpid.xml:56(td) ./doc/common/tables/cinder-qpid.xml:56(td) ./doc/common/tables/trove-qpid.xml:56(td) ./doc/common/tables/keystone-qpid.xml:56(td) ./doc/common/tables/ironic-qpid.xml:56(td) ./doc/common/tables/glance-qpid.xml:56(td) ./doc/common/tables/nova-qpid.xml:56(td) ./doc/common/tables/aodh-qpid.xml:38(td) ./doc/common/tables/neutron-qpid.xml:38(td) ./doc/common/tables/manila-qpid.xml:56(td) ./doc/common/tables/sahara-qpid.xml:56(td) msgid "(ListOpt) Qpid HA cluster host:port pairs." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:42(td) ./doc/common/tables/heat-qpid.xml:42(td) ./doc/common/tables/cinder-qpid.xml:42(td) ./doc/common/tables/trove-qpid.xml:42(td) ./doc/common/tables/keystone-qpid.xml:42(td) ./doc/common/tables/ironic-qpid.xml:42(td) ./doc/common/tables/glance-qpid.xml:42(td) ./doc/common/tables/nova-qpid.xml:42(td) ./doc/common/tables/aodh-qpid.xml:42(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/manila-qpid.xml:42(td) ./doc/common/tables/sahara-qpid.xml:42(td) +#: ./doc/common/tables/ceilometer-qpid.xml:60(td) ./doc/common/tables/heat-qpid.xml:60(td) ./doc/common/tables/cinder-qpid.xml:60(td) ./doc/common/tables/trove-qpid.xml:60(td) ./doc/common/tables/keystone-qpid.xml:60(td) ./doc/common/tables/ironic-qpid.xml:60(td) ./doc/common/tables/glance-qpid.xml:60(td) ./doc/common/tables/nova-qpid.xml:60(td) ./doc/common/tables/aodh-qpid.xml:42(td) ./doc/common/tables/neutron-qpid.xml:42(td) ./doc/common/tables/manila-qpid.xml:60(td) ./doc/common/tables/sahara-qpid.xml:60(td) msgid "(StrOpt) Password for Qpid connection." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:45(replaceable) ./doc/common/tables/heat-qpid.xml:45(replaceable) ./doc/common/tables/nova-rabbitmq.xml:89(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-qpid.xml:45(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:89(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:89(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:89(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:89(replaceable) ./doc/common/tables/trove-qpid.xml:45(replaceable) ./doc/common/tables/keystone-qpid.xml:45(replaceable) ./doc/common/tables/octavia.xml:320(replaceable) ./doc/common/tables/ironic-qpid.xml:45(replaceable) ./doc/common/tables/glance-qpid.xml:45(replaceable) ./doc/common/tables/nova-qpid.xml:45(replaceable) ./doc/common/tables/aodh-qpid.xml:45(replaceable) ./doc/common/tables/trove-rabbitmq.xml:89(replaceable) ./doc/common/tables/neutron-qpid.xml:45(replaceable) ./doc/common/tables/manila-qpid.xml:45(replaceable) ./doc/common/tables/heat-rabbitmq.xml:89(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:89(replaceable) ./doc/common/tables/sahara-qpid.xml:45(replaceable) ./doc/common/tables/manila-rabbitmq.xml:89(replaceable) ./doc/common/tables/glance-rabbitmq.xml:89(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:89(replaceable) +#: ./doc/common/tables/ceilometer-qpid.xml:63(replaceable) ./doc/common/tables/heat-qpid.xml:63(replaceable) ./doc/common/tables/nova-rabbitmq.xml:107(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:107(replaceable) ./doc/common/tables/cinder-qpid.xml:63(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:89(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:107(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:107(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:107(replaceable) ./doc/common/tables/trove-qpid.xml:63(replaceable) ./doc/common/tables/keystone-qpid.xml:63(replaceable) ./doc/common/tables/octavia.xml:320(replaceable) ./doc/common/tables/ironic-qpid.xml:63(replaceable) ./doc/common/tables/glance-qpid.xml:63(replaceable) ./doc/common/tables/nova-qpid.xml:63(replaceable) ./doc/common/tables/aodh-qpid.xml:45(replaceable) ./doc/common/tables/trove-rabbitmq.xml:107(replaceable) ./doc/common/tables/neutron-qpid.xml:45(replaceable) ./doc/common/tables/manila-qpid.xml:63(replaceable) ./doc/common/tables/heat-rabbitmq.xml:107(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:107(replaceable) ./doc/common/tables/sahara-qpid.xml:63(replaceable) ./doc/common/tables/manila-rabbitmq.xml:107(replaceable) ./doc/common/tables/glance-rabbitmq.xml:107(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:89(replaceable) msgid "5672" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:46(td) ./doc/common/tables/heat-qpid.xml:46(td) ./doc/common/tables/cinder-qpid.xml:46(td) ./doc/common/tables/trove-qpid.xml:46(td) ./doc/common/tables/keystone-qpid.xml:46(td) ./doc/common/tables/ironic-qpid.xml:46(td) ./doc/common/tables/glance-qpid.xml:46(td) ./doc/common/tables/nova-qpid.xml:46(td) ./doc/common/tables/aodh-qpid.xml:46(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/manila-qpid.xml:46(td) ./doc/common/tables/sahara-qpid.xml:46(td) +#: ./doc/common/tables/ceilometer-qpid.xml:64(td) ./doc/common/tables/heat-qpid.xml:64(td) ./doc/common/tables/cinder-qpid.xml:64(td) ./doc/common/tables/trove-qpid.xml:64(td) ./doc/common/tables/keystone-qpid.xml:64(td) ./doc/common/tables/ironic-qpid.xml:64(td) ./doc/common/tables/glance-qpid.xml:64(td) ./doc/common/tables/nova-qpid.xml:64(td) ./doc/common/tables/aodh-qpid.xml:46(td) ./doc/common/tables/neutron-qpid.xml:46(td) ./doc/common/tables/manila-qpid.xml:64(td) ./doc/common/tables/sahara-qpid.xml:64(td) msgid "(IntOpt) Qpid broker port." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:49(replaceable) ./doc/common/tables/heat-qpid.xml:49(replaceable) ./doc/common/tables/cinder-qpid.xml:49(replaceable) ./doc/common/tables/trove-qpid.xml:49(replaceable) ./doc/common/tables/keystone-qpid.xml:49(replaceable) ./doc/common/tables/ironic-qpid.xml:49(replaceable) ./doc/common/tables/glance-qpid.xml:49(replaceable) ./doc/common/tables/nova-qpid.xml:49(replaceable) ./doc/common/tables/aodh-qpid.xml:49(replaceable) ./doc/common/tables/neutron-qpid.xml:49(replaceable) ./doc/common/tables/manila-qpid.xml:49(replaceable) ./doc/common/tables/sahara-qpid.xml:49(replaceable) +#: ./doc/common/tables/ceilometer-qpid.xml:67(replaceable) ./doc/common/tables/heat-qpid.xml:67(replaceable) ./doc/common/tables/cinder-qpid.xml:67(replaceable) ./doc/common/tables/trove-qpid.xml:67(replaceable) ./doc/common/tables/keystone-qpid.xml:67(replaceable) ./doc/common/tables/ironic-qpid.xml:67(replaceable) ./doc/common/tables/glance-qpid.xml:67(replaceable) ./doc/common/tables/nova-qpid.xml:67(replaceable) ./doc/common/tables/aodh-qpid.xml:49(replaceable) ./doc/common/tables/neutron-qpid.xml:49(replaceable) ./doc/common/tables/manila-qpid.xml:67(replaceable) ./doc/common/tables/sahara-qpid.xml:67(replaceable) msgid "tcp" msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:50(td) ./doc/common/tables/heat-qpid.xml:50(td) ./doc/common/tables/cinder-qpid.xml:50(td) ./doc/common/tables/trove-qpid.xml:50(td) ./doc/common/tables/keystone-qpid.xml:50(td) ./doc/common/tables/ironic-qpid.xml:50(td) ./doc/common/tables/glance-qpid.xml:50(td) ./doc/common/tables/nova-qpid.xml:50(td) ./doc/common/tables/aodh-qpid.xml:50(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/manila-qpid.xml:50(td) ./doc/common/tables/sahara-qpid.xml:50(td) +#: ./doc/common/tables/ceilometer-qpid.xml:68(td) ./doc/common/tables/heat-qpid.xml:68(td) ./doc/common/tables/cinder-qpid.xml:68(td) ./doc/common/tables/trove-qpid.xml:68(td) ./doc/common/tables/keystone-qpid.xml:68(td) ./doc/common/tables/ironic-qpid.xml:68(td) ./doc/common/tables/glance-qpid.xml:68(td) ./doc/common/tables/nova-qpid.xml:68(td) ./doc/common/tables/aodh-qpid.xml:50(td) ./doc/common/tables/neutron-qpid.xml:50(td) ./doc/common/tables/manila-qpid.xml:68(td) ./doc/common/tables/sahara-qpid.xml:68(td) msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:54(td) ./doc/common/tables/heat-qpid.xml:54(td) ./doc/common/tables/cinder-qpid.xml:54(td) ./doc/common/tables/trove-qpid.xml:54(td) ./doc/common/tables/keystone-qpid.xml:54(td) ./doc/common/tables/ironic-qpid.xml:54(td) ./doc/common/tables/glance-qpid.xml:54(td) ./doc/common/tables/nova-qpid.xml:54(td) ./doc/common/tables/aodh-qpid.xml:54(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/manila-qpid.xml:54(td) ./doc/common/tables/sahara-qpid.xml:54(td) +#: ./doc/common/tables/ceilometer-qpid.xml:72(td) ./doc/common/tables/heat-qpid.xml:72(td) ./doc/common/tables/cinder-qpid.xml:72(td) ./doc/common/tables/trove-qpid.xml:72(td) ./doc/common/tables/keystone-qpid.xml:72(td) ./doc/common/tables/ironic-qpid.xml:72(td) ./doc/common/tables/glance-qpid.xml:72(td) ./doc/common/tables/nova-qpid.xml:72(td) ./doc/common/tables/aodh-qpid.xml:54(td) ./doc/common/tables/neutron-qpid.xml:54(td) ./doc/common/tables/manila-qpid.xml:72(td) ./doc/common/tables/sahara-qpid.xml:72(td) msgid "(IntOpt) The number of prefetched messages held by receiver." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:58(td) ./doc/common/tables/heat-qpid.xml:58(td) ./doc/common/tables/cinder-qpid.xml:58(td) ./doc/common/tables/trove-qpid.xml:58(td) ./doc/common/tables/keystone-qpid.xml:58(td) ./doc/common/tables/ironic-qpid.xml:58(td) ./doc/common/tables/glance-qpid.xml:58(td) ./doc/common/tables/nova-qpid.xml:58(td) ./doc/common/tables/aodh-qpid.xml:58(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/manila-qpid.xml:58(td) ./doc/common/tables/sahara-qpid.xml:58(td) +#: ./doc/common/tables/ceilometer-qpid.xml:76(td) ./doc/common/tables/heat-qpid.xml:76(td) ./doc/common/tables/cinder-qpid.xml:76(td) ./doc/common/tables/trove-qpid.xml:76(td) ./doc/common/tables/keystone-qpid.xml:76(td) ./doc/common/tables/ironic-qpid.xml:76(td) ./doc/common/tables/glance-qpid.xml:76(td) ./doc/common/tables/nova-qpid.xml:76(td) ./doc/common/tables/aodh-qpid.xml:58(td) ./doc/common/tables/neutron-qpid.xml:58(td) ./doc/common/tables/manila-qpid.xml:76(td) ./doc/common/tables/sahara-qpid.xml:76(td) msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:62(td) ./doc/common/tables/heat-qpid.xml:62(td) ./doc/common/tables/cinder-qpid.xml:62(td) ./doc/common/tables/trove-qpid.xml:62(td) ./doc/common/tables/keystone-qpid.xml:62(td) ./doc/common/tables/ironic-qpid.xml:62(td) ./doc/common/tables/glance-qpid.xml:62(td) ./doc/common/tables/nova-qpid.xml:62(td) ./doc/common/tables/aodh-qpid.xml:62(td) ./doc/common/tables/neutron-qpid.xml:62(td) ./doc/common/tables/manila-qpid.xml:62(td) ./doc/common/tables/sahara-qpid.xml:62(td) +#: ./doc/common/tables/ceilometer-qpid.xml:80(td) ./doc/common/tables/heat-qpid.xml:80(td) ./doc/common/tables/cinder-qpid.xml:80(td) ./doc/common/tables/trove-qpid.xml:80(td) ./doc/common/tables/keystone-qpid.xml:80(td) ./doc/common/tables/ironic-qpid.xml:80(td) ./doc/common/tables/glance-qpid.xml:80(td) ./doc/common/tables/nova-qpid.xml:80(td) ./doc/common/tables/aodh-qpid.xml:62(td) ./doc/common/tables/neutron-qpid.xml:62(td) ./doc/common/tables/manila-qpid.xml:80(td) ./doc/common/tables/sahara-qpid.xml:80(td) msgid "(BoolOpt) Whether to disable the Nagle algorithm." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:66(td) ./doc/common/tables/heat-qpid.xml:66(td) ./doc/common/tables/cinder-qpid.xml:66(td) ./doc/common/tables/trove-qpid.xml:66(td) ./doc/common/tables/keystone-qpid.xml:66(td) ./doc/common/tables/ironic-qpid.xml:66(td) ./doc/common/tables/glance-qpid.xml:66(td) ./doc/common/tables/nova-qpid.xml:66(td) ./doc/common/tables/aodh-qpid.xml:66(td) ./doc/common/tables/neutron-qpid.xml:66(td) ./doc/common/tables/manila-qpid.xml:66(td) ./doc/common/tables/sahara-qpid.xml:66(td) +#: ./doc/common/tables/ceilometer-qpid.xml:84(td) ./doc/common/tables/heat-qpid.xml:84(td) ./doc/common/tables/cinder-qpid.xml:84(td) ./doc/common/tables/trove-qpid.xml:84(td) ./doc/common/tables/keystone-qpid.xml:84(td) ./doc/common/tables/ironic-qpid.xml:84(td) ./doc/common/tables/glance-qpid.xml:84(td) ./doc/common/tables/nova-qpid.xml:84(td) ./doc/common/tables/aodh-qpid.xml:66(td) ./doc/common/tables/neutron-qpid.xml:66(td) ./doc/common/tables/manila-qpid.xml:84(td) ./doc/common/tables/sahara-qpid.xml:84(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/ceilometer-qpid.xml:70(td) ./doc/common/tables/heat-qpid.xml:70(td) ./doc/common/tables/cinder-qpid.xml:70(td) ./doc/common/tables/trove-qpid.xml:70(td) ./doc/common/tables/keystone-qpid.xml:70(td) ./doc/common/tables/ironic-qpid.xml:70(td) ./doc/common/tables/glance-qpid.xml:70(td) ./doc/common/tables/nova-qpid.xml:70(td) ./doc/common/tables/aodh-qpid.xml:70(td) ./doc/common/tables/neutron-qpid.xml:70(td) ./doc/common/tables/manila-qpid.xml:70(td) ./doc/common/tables/sahara-qpid.xml:70(td) +#: ./doc/common/tables/ceilometer-qpid.xml:88(td) ./doc/common/tables/heat-qpid.xml:88(td) ./doc/common/tables/cinder-qpid.xml:88(td) ./doc/common/tables/trove-qpid.xml:88(td) ./doc/common/tables/keystone-qpid.xml:88(td) ./doc/common/tables/ironic-qpid.xml:88(td) ./doc/common/tables/glance-qpid.xml:88(td) ./doc/common/tables/nova-qpid.xml:88(td) ./doc/common/tables/aodh-qpid.xml:70(td) ./doc/common/tables/neutron-qpid.xml:70(td) ./doc/common/tables/manila-qpid.xml:88(td) ./doc/common/tables/sahara-qpid.xml:88(td) msgid "(StrOpt) Username for Qpid connection." msgstr "" -#: ./doc/common/tables/ceilometer-qpid.xml:74(td) ./doc/common/tables/heat-qpid.xml:74(td) ./doc/common/tables/nova-rabbitmq.xml:114(td) ./doc/common/tables/sahara-rabbitmq.xml:114(td) ./doc/common/tables/cinder-qpid.xml:74(td) ./doc/common/tables/neutron-rabbitmq.xml:114(td) ./doc/common/tables/ironic-rabbitmq.xml:114(td) ./doc/common/tables/keystone-rabbitmq.xml:114(td) ./doc/common/tables/cinder-rabbitmq.xml:114(td) ./doc/common/tables/trove-qpid.xml:74(td) ./doc/common/tables/keystone-qpid.xml:74(td) ./doc/common/tables/ironic-qpid.xml:74(td) ./doc/common/tables/glance-qpid.xml:74(td) ./doc/common/tables/nova-qpid.xml:74(td) ./doc/common/tables/aodh-qpid.xml:74(td) ./doc/common/tables/trove-rabbitmq.xml:114(td) ./doc/common/tables/neutron-qpid.xml:74(td) ./doc/common/tables/manila-qpid.xml:74(td) ./doc/common/tables/heat-rabbitmq.xml:114(td) ./doc/common/tables/ceilometer-rabbitmq.xml:114(td) ./doc/common/tables/sahara-qpid.xml:74(td) ./doc/common/tables/manila-rabbitmq.xml:114(td) ./doc/common/tables/glance-rabbitmq.xml:114(td) ./doc/common/tables/aodh-rabbitmq.xml:114(td) +#: ./doc/common/tables/ceilometer-qpid.xml:92(td) ./doc/common/tables/heat-qpid.xml:92(td) ./doc/common/tables/nova-rabbitmq.xml:132(td) ./doc/common/tables/sahara-rabbitmq.xml:132(td) ./doc/common/tables/cinder-qpid.xml:92(td) ./doc/common/tables/neutron-rabbitmq.xml:114(td) ./doc/common/tables/ironic-rabbitmq.xml:132(td) ./doc/common/tables/keystone-rabbitmq.xml:132(td) ./doc/common/tables/cinder-rabbitmq.xml:132(td) ./doc/common/tables/trove-qpid.xml:92(td) ./doc/common/tables/keystone-qpid.xml:92(td) ./doc/common/tables/ironic-qpid.xml:92(td) ./doc/common/tables/glance-qpid.xml:92(td) ./doc/common/tables/nova-qpid.xml:92(td) ./doc/common/tables/aodh-qpid.xml:74(td) ./doc/common/tables/trove-rabbitmq.xml:132(td) ./doc/common/tables/neutron-qpid.xml:74(td) ./doc/common/tables/manila-qpid.xml:92(td) ./doc/common/tables/heat-rabbitmq.xml:132(td) ./doc/common/tables/ceilometer-rabbitmq.xml:132(td) ./doc/common/tables/sahara-qpid.xml:92(td) ./doc/common/tables/manila-rabbitmq.xml:132(td) ./doc/common/tables/glance-rabbitmq.xml:132(td) ./doc/common/tables/aodh-rabbitmq.xml:114(td) msgid "(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release." msgstr "" @@ -4762,51 +4762,51 @@ msgstr "" msgid "egg:swift#list_endpoints" msgstr "" -#: ./doc/common/tables/ironic-swift.xml:7(caption) ./doc/common/tables/ceilometer-swift.xml:7(caption) ./doc/common/tables/glance-swift.xml:7(caption) ./doc/common/tables/trove-swift.xml:7(caption) +#: ./doc/common/tables/ironic-swift.xml:25(caption) ./doc/common/tables/ceilometer-swift.xml:25(caption) ./doc/common/tables/glance-swift.xml:25(caption) ./doc/common/tables/trove-swift.xml:25(caption) msgid "Description of swift configuration options" msgstr "" -#: ./doc/common/tables/ironic-swift.xml:18(th) ./doc/common/tables/sahara-clients.xml:112(th) +#: ./doc/common/tables/ironic-swift.xml:36(th) ./doc/common/tables/sahara-clients.xml:130(th) msgid "[swift]" msgstr "" -#: ./doc/common/tables/ironic-swift.xml:21(replaceable) ./doc/common/tables/neutron-l3_agent.xml:57(replaceable) ./doc/common/tables/neutron-l3_agent.xml:97(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:125(replaceable) ./doc/common/tables/nova-hyperv.xml:53(replaceable) ./doc/common/tables/nova-rabbitmq.xml:33(replaceable) ./doc/common/tables/nova-rabbitmq.xml:93(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:33(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:93(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:130(replaceable) ./doc/common/tables/heat-rpc.xml:21(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:28(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:32(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:33(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:93(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:33(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:93(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:33(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:93(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:33(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:93(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:75(replaceable) ./doc/common/tables/sahara-clients.xml:25(replaceable) ./doc/common/tables/octavia.xml:234(replaceable) ./doc/common/tables/octavia.xml:238(replaceable) ./doc/common/tables/octavia.xml:331(replaceable) ./doc/common/tables/neutron-lbaas.xml:80(replaceable) ./doc/common/tables/neutron-lbaas.xml:129(replaceable) ./doc/common/tables/glance-common.xml:101(replaceable) ./doc/common/tables/heat-api.xml:61(replaceable) ./doc/common/tables/heat-api.xml:181(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/cinder-backups_swift.xml:61(replaceable) ./doc/common/tables/nova-ironic.xml:49(replaceable) ./doc/common/tables/cinder-storwize.xml:77(replaceable) ./doc/common/tables/ironic-ilo.xml:57(replaceable) ./doc/common/tables/nova-scheduler.xml:152(replaceable) ./doc/common/tables/cinder-backups.xml:37(replaceable) ./doc/common/tables/trove-rabbitmq.xml:33(replaceable) ./doc/common/tables/trove-rabbitmq.xml:93(replaceable) ./doc/common/tables/neutron-sdnve.xml:84(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:21(replaceable) ./doc/common/tables/neutron-vmware.xml:60(replaceable) ./doc/common/tables/heat-rabbitmq.xml:33(replaceable) ./doc/common/tables/heat-rabbitmq.xml:93(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:33(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:93(replaceable) ./doc/common/tables/manila-rabbitmq.xml:33(replaceable) ./doc/common/tables/manila-rabbitmq.xml:93(replaceable) ./doc/common/tables/neutron-nsx.xml:57(replaceable) ./doc/common/tables/neutron-nsx.xml:61(replaceable) ./doc/common/tables/glance-rabbitmq.xml:33(replaceable) ./doc/common/tables/glance-rabbitmq.xml:93(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:24(replaceable) ./doc/common/tables/neutron-compute.xml:61(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:33(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:93(replaceable) +#: ./doc/common/tables/ironic-swift.xml:39(replaceable) ./doc/common/tables/neutron-l3_agent.xml:57(replaceable) ./doc/common/tables/neutron-l3_agent.xml:97(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:41(replaceable) ./doc/common/tables/neutron-cisco.xml:125(replaceable) ./doc/common/tables/nova-hyperv.xml:71(replaceable) ./doc/common/tables/nova-rabbitmq.xml:51(replaceable) ./doc/common/tables/nova-rabbitmq.xml:111(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:51(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:111(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:130(replaceable) ./doc/common/tables/heat-rpc.xml:39(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:28(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:32(replaceable) ./doc/common/tables/neutron-brocade_vyatta_l3.xml:21(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:33(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:93(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:51(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:111(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:51(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:111(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:51(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:111(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:75(replaceable) ./doc/common/tables/sahara-clients.xml:43(replaceable) ./doc/common/tables/octavia.xml:234(replaceable) ./doc/common/tables/octavia.xml:238(replaceable) ./doc/common/tables/octavia.xml:331(replaceable) ./doc/common/tables/neutron-lbaas.xml:80(replaceable) ./doc/common/tables/neutron-lbaas.xml:129(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/cinder-backups_swift.xml:75(replaceable) ./doc/common/tables/nova-ironic.xml:67(replaceable) ./doc/common/tables/cinder-storwize.xml:91(replaceable) ./doc/common/tables/ironic-ilo.xml:75(replaceable) ./doc/common/tables/nova-scheduler.xml:170(replaceable) ./doc/common/tables/cinder-backups.xml:55(replaceable) ./doc/common/tables/trove-rabbitmq.xml:51(replaceable) ./doc/common/tables/trove-rabbitmq.xml:111(replaceable) ./doc/common/tables/neutron-sdnve.xml:84(replaceable) ./doc/common/tables/neutron-ml2_mlnx.xml:21(replaceable) ./doc/common/tables/neutron-vmware.xml:60(replaceable) ./doc/common/tables/heat-rabbitmq.xml:51(replaceable) ./doc/common/tables/heat-rabbitmq.xml:111(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:51(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:111(replaceable) ./doc/common/tables/manila-rabbitmq.xml:51(replaceable) ./doc/common/tables/manila-rabbitmq.xml:111(replaceable) ./doc/common/tables/neutron-nsx.xml:57(replaceable) ./doc/common/tables/neutron-nsx.xml:61(replaceable) ./doc/common/tables/glance-rabbitmq.xml:51(replaceable) ./doc/common/tables/glance-rabbitmq.xml:111(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:24(replaceable) ./doc/common/tables/neutron-compute.xml:61(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:33(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:93(replaceable) msgid "2" msgstr "" -#: ./doc/common/tables/ironic-swift.xml:22(td) +#: ./doc/common/tables/ironic-swift.xml:40(td) msgid "(IntOpt) Maximum number of times to retry a Swift request, before failing." msgstr "" -#: ./doc/common/tables/ironic-policy.xml:7(caption) ./doc/common/tables/sahara-policy.xml:7(caption) ./doc/common/tables/glance-policy.xml:7(caption) ./doc/common/tables/neutron-policy.xml:7(caption) ./doc/common/tables/ceilometer-policy.xml:7(caption) ./doc/common/tables/aodh-policy.xml:7(caption) ./doc/common/tables/keystone-policy.xml:7(caption) ./doc/common/tables/nova-policy.xml:7(caption) +#: ./doc/common/tables/ironic-policy.xml:25(caption) ./doc/common/tables/sahara-policy.xml:25(caption) ./doc/common/tables/glance-policy.xml:25(caption) ./doc/common/tables/neutron-policy.xml:7(caption) ./doc/common/tables/ceilometer-policy.xml:25(caption) ./doc/common/tables/aodh-policy.xml:7(caption) ./doc/common/tables/keystone-policy.xml:25(caption) ./doc/common/tables/nova-policy.xml:25(caption) msgid "Description of policy configuration options" msgstr "" -#: ./doc/common/tables/ironic-policy.xml:18(th) ./doc/common/tables/sahara-policy.xml:18(th) ./doc/common/tables/glance-policy.xml:18(th) ./doc/common/tables/neutron-api.xml:84(th) ./doc/common/tables/ceilometer-policy.xml:18(th) ./doc/common/tables/heat-api.xml:196(th) ./doc/common/tables/aodh-policy.xml:18(th) ./doc/common/tables/keystone-policy.xml:18(th) ./doc/common/tables/cinder-api.xml:144(th) ./doc/common/tables/manila-api.xml:96(th) +#: ./doc/common/tables/ironic-policy.xml:36(th) ./doc/common/tables/sahara-policy.xml:36(th) ./doc/common/tables/glance-policy.xml:36(th) ./doc/common/tables/neutron-api.xml:84(th) ./doc/common/tables/ceilometer-policy.xml:36(th) ./doc/common/tables/heat-api.xml:214(th) ./doc/common/tables/aodh-policy.xml:18(th) ./doc/common/tables/keystone-policy.xml:36(th) ./doc/common/tables/cinder-api.xml:170(th) ./doc/common/tables/manila-api.xml:114(th) msgid "[oslo_policy]" msgstr "" -#: ./doc/common/tables/ironic-policy.xml:21(replaceable) ./doc/common/tables/sahara-policy.xml:21(replaceable) ./doc/common/tables/glance-policy.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:32(replaceable) ./doc/common/tables/neutron-api.xml:87(replaceable) ./doc/common/tables/cinder-nimble.xml:21(replaceable) ./doc/common/tables/neutron-embrane.xml:49(replaceable) ./doc/common/tables/ceilometer-policy.xml:21(replaceable) ./doc/common/tables/octavia.xml:129(replaceable) ./doc/common/tables/octavia.xml:133(replaceable) ./doc/common/tables/heat-api.xml:199(replaceable) ./doc/common/tables/keystone-ldap.xml:21(replaceable) ./doc/common/tables/aodh-policy.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:25(replaceable) ./doc/common/tables/keystone-policy.xml:21(replaceable) ./doc/common/tables/nova-neutron.xml:21(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:59(replaceable) ./doc/common/tables/keystone-identity.xml:29(replaceable) ./doc/common/tables/cinder-api.xml:147(replaceable) ./doc/common/tables/nova-policy.xml:49(replaceable) ./doc/common/tables/cinder-eqlx.xml:41(replaceable) ./doc/common/tables/manila-api.xml:99(replaceable) ./doc/common/tables/sahara-common.xml:21(replaceable) ./doc/common/tables/sahara-common.xml:25(replaceable) ./doc/common/tables/nova-libvirt.xml:88(replaceable) ./doc/common/tables/neutron-nsx.xml:195(replaceable) ./doc/common/tables/neutron-nsx.xml:310(replaceable) ./doc/common/tables/aodh-auth.xml:41(replaceable) ./doc/common/tables/aodh-auth.xml:61(replaceable) ./doc/common/tables/cinder-lvm.xml:29(replaceable) +#: ./doc/common/tables/ironic-policy.xml:39(replaceable) ./doc/common/tables/sahara-policy.xml:39(replaceable) ./doc/common/tables/glance-policy.xml:39(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:32(replaceable) ./doc/common/tables/neutron-api.xml:87(replaceable) ./doc/common/tables/cinder-nimble.xml:39(replaceable) ./doc/common/tables/neutron-embrane.xml:49(replaceable) ./doc/common/tables/ceilometer-policy.xml:39(replaceable) ./doc/common/tables/octavia.xml:129(replaceable) ./doc/common/tables/octavia.xml:133(replaceable) ./doc/common/tables/heat-api.xml:217(replaceable) ./doc/common/tables/keystone-ldap.xml:39(replaceable) ./doc/common/tables/aodh-policy.xml:21(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:25(replaceable) ./doc/common/tables/keystone-policy.xml:39(replaceable) ./doc/common/tables/nova-neutron.xml:39(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:59(replaceable) ./doc/common/tables/keystone-identity.xml:47(replaceable) ./doc/common/tables/cinder-api.xml:173(replaceable) ./doc/common/tables/nova-policy.xml:67(replaceable) ./doc/common/tables/cinder-eqlx.xml:59(replaceable) ./doc/common/tables/manila-api.xml:117(replaceable) ./doc/common/tables/sahara-common.xml:39(replaceable) ./doc/common/tables/sahara-common.xml:43(replaceable) ./doc/common/tables/nova-libvirt.xml:106(replaceable) ./doc/common/tables/neutron-nsx.xml:195(replaceable) ./doc/common/tables/neutron-nsx.xml:310(replaceable) ./doc/common/tables/aodh-auth.xml:41(replaceable) ./doc/common/tables/aodh-auth.xml:61(replaceable) ./doc/common/tables/cinder-lvm.xml:47(replaceable) msgid "default" msgstr "" -#: ./doc/common/tables/ironic-policy.xml:22(td) ./doc/common/tables/sahara-policy.xml:22(td) ./doc/common/tables/glance-policy.xml:22(td) ./doc/common/tables/neutron-api.xml:88(td) ./doc/common/tables/ceilometer-policy.xml:22(td) ./doc/common/tables/heat-api.xml:200(td) ./doc/common/tables/aodh-policy.xml:22(td) ./doc/common/tables/neutron-ml2_odl.xml:26(td) ./doc/common/tables/keystone-policy.xml:22(td) ./doc/common/tables/cinder-api.xml:148(td) ./doc/common/tables/nova-policy.xml:50(td) ./doc/common/tables/manila-api.xml:100(td) +#: ./doc/common/tables/ironic-policy.xml:40(td) ./doc/common/tables/sahara-policy.xml:40(td) ./doc/common/tables/glance-policy.xml:40(td) ./doc/common/tables/neutron-api.xml:88(td) ./doc/common/tables/ceilometer-policy.xml:40(td) ./doc/common/tables/heat-api.xml:218(td) ./doc/common/tables/aodh-policy.xml:22(td) ./doc/common/tables/neutron-ml2_odl.xml:26(td) ./doc/common/tables/keystone-policy.xml:40(td) ./doc/common/tables/cinder-api.xml:174(td) ./doc/common/tables/nova-policy.xml:68(td) ./doc/common/tables/manila-api.xml:118(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" -#: ./doc/common/tables/ironic-policy.xml:25(replaceable) ./doc/common/tables/sahara-policy.xml:25(replaceable) ./doc/common/tables/glance-policy.xml:25(replaceable) ./doc/common/tables/neutron-api.xml:91(replaceable) ./doc/common/tables/ceilometer-policy.xml:25(replaceable) ./doc/common/tables/heat-api.xml:203(replaceable) ./doc/common/tables/aodh-policy.xml:25(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:29(replaceable) ./doc/common/tables/keystone-policy.xml:25(replaceable) ./doc/common/tables/cinder-api.xml:151(replaceable) ./doc/common/tables/nova-policy.xml:53(replaceable) ./doc/common/tables/manila-api.xml:103(replaceable) +#: ./doc/common/tables/ironic-policy.xml:43(replaceable) ./doc/common/tables/sahara-policy.xml:43(replaceable) ./doc/common/tables/glance-policy.xml:43(replaceable) ./doc/common/tables/neutron-api.xml:91(replaceable) ./doc/common/tables/ceilometer-policy.xml:43(replaceable) ./doc/common/tables/heat-api.xml:221(replaceable) ./doc/common/tables/aodh-policy.xml:25(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:29(replaceable) ./doc/common/tables/keystone-policy.xml:43(replaceable) ./doc/common/tables/cinder-api.xml:177(replaceable) ./doc/common/tables/nova-policy.xml:71(replaceable) ./doc/common/tables/manila-api.xml:121(replaceable) msgid "['policy.d']" msgstr "" -#: ./doc/common/tables/ironic-policy.xml:26(td) ./doc/common/tables/sahara-policy.xml:26(td) ./doc/common/tables/glance-policy.xml:26(td) ./doc/common/tables/neutron-api.xml:92(td) ./doc/common/tables/ceilometer-policy.xml:26(td) ./doc/common/tables/heat-api.xml:204(td) ./doc/common/tables/aodh-policy.xml:26(td) ./doc/common/tables/neutron-ml2_odl.xml:30(td) ./doc/common/tables/keystone-policy.xml:26(td) ./doc/common/tables/cinder-api.xml:152(td) ./doc/common/tables/nova-policy.xml:54(td) ./doc/common/tables/manila-api.xml:104(td) +#: ./doc/common/tables/ironic-policy.xml:44(td) ./doc/common/tables/sahara-policy.xml:44(td) ./doc/common/tables/glance-policy.xml:44(td) ./doc/common/tables/neutron-api.xml:92(td) ./doc/common/tables/ceilometer-policy.xml:44(td) ./doc/common/tables/heat-api.xml:222(td) ./doc/common/tables/aodh-policy.xml:26(td) ./doc/common/tables/neutron-ml2_odl.xml:30(td) ./doc/common/tables/keystone-policy.xml:44(td) ./doc/common/tables/cinder-api.xml:178(td) ./doc/common/tables/nova-policy.xml:72(td) ./doc/common/tables/manila-api.xml:122(td) msgid "(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored." msgstr "" -#: ./doc/common/tables/ironic-policy.xml:29(replaceable) ./doc/common/tables/sahara-policy.xml:29(replaceable) ./doc/common/tables/glance-policy.xml:29(replaceable) ./doc/common/tables/neutron-api.xml:95(replaceable) ./doc/common/tables/ceilometer-policy.xml:29(replaceable) ./doc/common/tables/heat-api.xml:207(replaceable) ./doc/common/tables/aodh-policy.xml:29(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:33(replaceable) ./doc/common/tables/keystone-policy.xml:29(replaceable) ./doc/common/tables/cinder-api.xml:155(replaceable) ./doc/common/tables/nova-policy.xml:57(replaceable) ./doc/common/tables/manila-api.xml:107(replaceable) +#: ./doc/common/tables/ironic-policy.xml:47(replaceable) ./doc/common/tables/sahara-policy.xml:47(replaceable) ./doc/common/tables/glance-policy.xml:47(replaceable) ./doc/common/tables/neutron-api.xml:95(replaceable) ./doc/common/tables/ceilometer-policy.xml:47(replaceable) ./doc/common/tables/heat-api.xml:225(replaceable) ./doc/common/tables/aodh-policy.xml:29(replaceable) ./doc/common/tables/neutron-ml2_odl.xml:33(replaceable) ./doc/common/tables/keystone-policy.xml:47(replaceable) ./doc/common/tables/cinder-api.xml:181(replaceable) ./doc/common/tables/nova-policy.xml:75(replaceable) ./doc/common/tables/manila-api.xml:125(replaceable) msgid "policy.json" msgstr "" -#: ./doc/common/tables/ironic-policy.xml:30(td) ./doc/common/tables/sahara-policy.xml:30(td) ./doc/common/tables/glance-policy.xml:30(td) ./doc/common/tables/neutron-api.xml:96(td) ./doc/common/tables/ceilometer-policy.xml:30(td) ./doc/common/tables/heat-api.xml:208(td) ./doc/common/tables/aodh-policy.xml:30(td) ./doc/common/tables/neutron-ml2_odl.xml:34(td) ./doc/common/tables/keystone-policy.xml:30(td) ./doc/common/tables/cinder-api.xml:156(td) ./doc/common/tables/nova-policy.xml:58(td) ./doc/common/tables/manila-api.xml:108(td) +#: ./doc/common/tables/ironic-policy.xml:48(td) ./doc/common/tables/sahara-policy.xml:48(td) ./doc/common/tables/glance-policy.xml:48(td) ./doc/common/tables/neutron-api.xml:96(td) ./doc/common/tables/ceilometer-policy.xml:48(td) ./doc/common/tables/heat-api.xml:226(td) ./doc/common/tables/aodh-policy.xml:30(td) ./doc/common/tables/neutron-ml2_odl.xml:34(td) ./doc/common/tables/keystone-policy.xml:48(td) ./doc/common/tables/cinder-api.xml:182(td) ./doc/common/tables/nova-policy.xml:76(td) ./doc/common/tables/manila-api.xml:126(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" @@ -4830,667 +4830,683 @@ msgstr "" msgid "(StrOpt) URL to contact SMC server" msgstr "" -#: ./doc/common/tables/trove-dns.xml:7(caption) +#: ./doc/common/tables/trove-dns.xml:25(caption) msgid "Description of DNS configuration options" msgstr "" -#: ./doc/common/tables/trove-dns.xml:22(td) +#: ./doc/common/tables/trove-dns.xml:40(td) msgid "(StrOpt) Tenant ID for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:26(td) +#: ./doc/common/tables/trove-dns.xml:44(td) msgid "(StrOpt) Authentication URL for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:30(td) +#: ./doc/common/tables/trove-dns.xml:48(td) msgid "(StrOpt) Domain ID used for adding DNS entries." msgstr "" -#: ./doc/common/tables/trove-dns.xml:34(td) +#: ./doc/common/tables/trove-dns.xml:52(td) msgid "(StrOpt) Domain name used for adding DNS entries." msgstr "" -#: ./doc/common/tables/trove-dns.xml:37(replaceable) +#: ./doc/common/tables/trove-dns.xml:55(replaceable) msgid "trove.dns.driver.DnsDriver" msgstr "" -#: ./doc/common/tables/trove-dns.xml:38(td) +#: ./doc/common/tables/trove-dns.xml:56(td) msgid "(StrOpt) Driver for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:41(replaceable) ./doc/common/tables/heat-cfn_api.xml:36(replaceable) ./doc/common/tables/aodh-api.xml:21(replaceable) ./doc/common/tables/ceilometer-collector.xml:33(replaceable) ./doc/common/tables/keystone-api.xml:94(replaceable) ./doc/common/tables/keystone-api.xml:110(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/nova-spice.xml:33(replaceable) ./doc/common/tables/nova-ec2.xml:29(replaceable) ./doc/common/tables/ironic-api.xml:21(replaceable) ./doc/common/tables/octavia.xml:29(replaceable) ./doc/common/tables/octavia.xml:63(replaceable) ./doc/common/tables/octavia.xml:222(replaceable) ./doc/common/tables/glance-common.xml:33(replaceable) ./doc/common/tables/heat-api.xml:157(replaceable) ./doc/common/tables/nova-s3.xml:41(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:28(replaceable) ./doc/common/tables/nova-vnc.xml:29(replaceable) ./doc/common/tables/glance-registry.xml:69(replaceable) ./doc/common/tables/nova-serial_console.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:28(replaceable) ./doc/common/tables/ceilometer-api.xml:76(replaceable) ./doc/common/tables/trove-api.xml:29(replaceable) ./doc/common/tables/neutron-common.xml:65(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:36(replaceable) ./doc/common/tables/cinder-api.xml:85(replaceable) ./doc/common/tables/nova-xvpvncproxy.xml:21(replaceable) ./doc/common/tables/nova-metadata.xml:29(replaceable) ./doc/common/tables/nova-api.xml:77(replaceable) ./doc/common/tables/trove-common.xml:49(replaceable) +#: ./doc/common/tables/trove-dns.xml:59(replaceable) ./doc/common/tables/heat-cfn_api.xml:54(replaceable) ./doc/common/tables/aodh-api.xml:21(replaceable) ./doc/common/tables/ceilometer-collector.xml:51(replaceable) ./doc/common/tables/keystone-api.xml:112(replaceable) ./doc/common/tables/keystone-api.xml:128(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/nova-spice.xml:51(replaceable) ./doc/common/tables/nova-ec2.xml:47(replaceable) ./doc/common/tables/ironic-api.xml:39(replaceable) ./doc/common/tables/octavia.xml:29(replaceable) ./doc/common/tables/octavia.xml:63(replaceable) ./doc/common/tables/octavia.xml:222(replaceable) ./doc/common/tables/glance-common.xml:51(replaceable) ./doc/common/tables/heat-api.xml:175(replaceable) ./doc/common/tables/nova-s3.xml:59(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:28(replaceable) ./doc/common/tables/nova-vnc.xml:47(replaceable) ./doc/common/tables/glance-registry.xml:87(replaceable) ./doc/common/tables/nova-serial_console.xml:59(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:28(replaceable) ./doc/common/tables/ceilometer-api.xml:94(replaceable) ./doc/common/tables/trove-api.xml:47(replaceable) ./doc/common/tables/neutron-common.xml:65(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:54(replaceable) ./doc/common/tables/cinder-api.xml:103(replaceable) ./doc/common/tables/nova-xvpvncproxy.xml:39(replaceable) ./doc/common/tables/nova-metadata.xml:47(replaceable) ./doc/common/tables/nova-api.xml:95(replaceable) ./doc/common/tables/trove-common.xml:67(replaceable) msgid "0.0.0.0" msgstr "" -#: ./doc/common/tables/trove-dns.xml:42(td) +#: ./doc/common/tables/trove-dns.xml:60(td) msgid "(StrOpt) Endpoint URL for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:46(td) +#: ./doc/common/tables/trove-dns.xml:64(td) msgid "(StrOpt) Hostname used for adding DNS entries." msgstr "" -#: ./doc/common/tables/trove-dns.xml:49(replaceable) +#: ./doc/common/tables/trove-dns.xml:67(replaceable) msgid "trove.dns.driver.DnsInstanceEntryFactory" msgstr "" -#: ./doc/common/tables/trove-dns.xml:50(td) +#: ./doc/common/tables/trove-dns.xml:68(td) msgid "(StrOpt) Factory for adding DNS entries." msgstr "" -#: ./doc/common/tables/trove-dns.xml:54(td) +#: ./doc/common/tables/trove-dns.xml:72(td) msgid "(StrOpt) Management URL for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:58(td) +#: ./doc/common/tables/trove-dns.xml:76(td) msgid "(StrOpt) Passkey for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:62(td) +#: ./doc/common/tables/trove-dns.xml:80(td) msgid "(StrOpt) Region name for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:66(td) +#: ./doc/common/tables/trove-dns.xml:84(td) msgid "(StrOpt) Service Type for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:69(replaceable) ./doc/common/tables/trove-taskmanager.xml:41(replaceable) ./doc/common/tables/trove-volume.xml:49(replaceable) ./doc/common/tables/nova-network.xml:205(replaceable) ./doc/common/tables/cinder-storwize.xml:29(replaceable) ./doc/common/tables/manila-share.xml:81(replaceable) ./doc/common/tables/nova-scheduler.xml:105(replaceable) ./doc/common/tables/cinder-backups.xml:57(replaceable) ./doc/common/tables/nova-libvirt.xml:192(replaceable) ./doc/common/tables/trove-common.xml:73(replaceable) +#: ./doc/common/tables/trove-dns.xml:87(replaceable) ./doc/common/tables/trove-taskmanager.xml:59(replaceable) ./doc/common/tables/trove-volume.xml:67(replaceable) ./doc/common/tables/nova-network.xml:223(replaceable) ./doc/common/tables/cinder-storwize.xml:47(replaceable) ./doc/common/tables/manila-share.xml:99(replaceable) ./doc/common/tables/nova-scheduler.xml:123(replaceable) ./doc/common/tables/cinder-backups.xml:75(replaceable) ./doc/common/tables/nova-libvirt.xml:210(replaceable) ./doc/common/tables/trove-common.xml:91(replaceable) msgid "120" msgstr "" -#: ./doc/common/tables/trove-dns.xml:70(td) +#: ./doc/common/tables/trove-dns.xml:88(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a DNS entry add." msgstr "" -#: ./doc/common/tables/trove-dns.xml:73(replaceable) ./doc/common/tables/sahara-auth_token.xml:125(replaceable) ./doc/common/tables/sahara-auth_token.xml:165(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/neutron-cisco.xml:29(replaceable) ./doc/common/tables/trove-db_mongodb.xml:21(replaceable) ./doc/common/tables/glance-scrubber.xml:21(replaceable) ./doc/common/tables/cinder-violin.xml:33(replaceable) ./doc/common/tables/neutron-auth_token.xml:125(replaceable) ./doc/common/tables/neutron-auth_token.xml:165(replaceable) ./doc/common/tables/heat-rpc.xml:25(replaceable) ./doc/common/tables/neutron-rpc.xml:21(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:32(replaceable) ./doc/common/tables/nova-compute.xml:81(replaceable) ./doc/common/tables/nova-compute.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-object-server-object-replicator.xml:96(replaceable) ./doc/common/tables/heat-auth_token.xml:125(replaceable) ./doc/common/tables/heat-auth_token.xml:161(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:76(replaceable) ./doc/common/tables/nova-auth_token.xml:125(replaceable) ./doc/common/tables/nova-auth_token.xml:165(replaceable) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:182(replaceable) ./doc/common/tables/nova-ec2.xml:57(replaceable) ./doc/common/tables/octavia.xml:202(replaceable) ./doc/common/tables/nova-cells.xml:69(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(replaceable) ./doc/common/tables/ironic-auth_token.xml:125(replaceable) ./doc/common/tables/ironic-auth_token.xml:169(replaceable) ./doc/common/tables/aodh-rpc.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:125(replaceable) ./doc/common/tables/trove-auth_token.xml:165(replaceable) ./doc/common/tables/keystone-cache.xml:45(replaceable) ./doc/common/tables/keystone-cache.xml:76(replaceable) ./doc/common/tables/ironic-agent.xml:33(replaceable) ./doc/common/tables/manila-auth_token.xml:125(replaceable) ./doc/common/tables/manila-auth_token.xml:169(replaceable) ./doc/common/tables/cinder-auth_token.xml:125(replaceable) ./doc/common/tables/cinder-auth_token.xml:165(replaceable) ./doc/common/tables/manila-share.xml:85(replaceable) ./doc/common/tables/manila-share.xml:97(replaceable) ./doc/common/tables/cinder-rpc.xml:21(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:33(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:24(replaceable) ./doc/common/tables/neutron-common.xml:201(replaceable) ./doc/common/tables/aodh-auth_token.xml:125(replaceable) ./doc/common/tables/aodh-auth_token.xml:169(replaceable) ./doc/common/tables/cinder-storage.xml:81(replaceable) ./doc/common/tables/heat-common.xml:100(replaceable) ./doc/common/tables/keystone-auth_token.xml:125(replaceable) ./doc/common/tables/keystone-auth_token.xml:165(replaceable) ./doc/common/tables/cinder-common.xml:173(replaceable) ./doc/common/tables/sahara-common.xml:89(replaceable) ./doc/common/tables/keystone-domain.xml:21(replaceable) ./doc/common/tables/nova-xen.xml:71(replaceable) ./doc/common/tables/sahara-timeouts.xml:33(replaceable) ./doc/common/tables/glance-auth_token.xml:125(replaceable) ./doc/common/tables/glance-auth_token.xml:165(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:125(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:165(replaceable) +#: ./doc/common/tables/trove-dns.xml:91(replaceable) ./doc/common/tables/sahara-auth_token.xml:143(replaceable) ./doc/common/tables/sahara-auth_token.xml:183(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/neutron-cisco.xml:29(replaceable) ./doc/common/tables/trove-db_mongodb.xml:39(replaceable) ./doc/common/tables/glance-scrubber.xml:39(replaceable) ./doc/common/tables/cinder-violin.xml:51(replaceable) ./doc/common/tables/neutron-auth_token.xml:125(replaceable) ./doc/common/tables/neutron-auth_token.xml:165(replaceable) ./doc/common/tables/neutron-rpc.xml:21(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:32(replaceable) ./doc/common/tables/nova-compute.xml:99(replaceable) ./doc/common/tables/nova-compute.xml:179(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-object-server-object-replicator.xml:108(replaceable) ./doc/common/tables/heat-auth_token.xml:143(replaceable) ./doc/common/tables/heat-auth_token.xml:187(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:80(replaceable) ./doc/common/tables/nova-auth_token.xml:143(replaceable) ./doc/common/tables/nova-auth_token.xml:183(replaceable) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:20(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:182(replaceable) ./doc/common/tables/nova-ec2.xml:75(replaceable) ./doc/common/tables/octavia.xml:202(replaceable) ./doc/common/tables/nova-cells.xml:83(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:132(replaceable) ./doc/common/tables/ironic-auth_token.xml:143(replaceable) ./doc/common/tables/ironic-auth_token.xml:187(replaceable) ./doc/common/tables/aodh-rpc.xml:21(replaceable) ./doc/common/tables/trove-auth_token.xml:143(replaceable) ./doc/common/tables/trove-auth_token.xml:183(replaceable) ./doc/common/tables/keystone-cache.xml:63(replaceable) ./doc/common/tables/keystone-cache.xml:94(replaceable) ./doc/common/tables/ironic-agent.xml:51(replaceable) ./doc/common/tables/manila-auth_token.xml:143(replaceable) ./doc/common/tables/manila-auth_token.xml:187(replaceable) ./doc/common/tables/cinder-auth_token.xml:143(replaceable) ./doc/common/tables/cinder-auth_token.xml:183(replaceable) ./doc/common/tables/manila-share.xml:103(replaceable) ./doc/common/tables/manila-share.xml:115(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:33(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:24(replaceable) ./doc/common/tables/neutron-common.xml:201(replaceable) ./doc/common/tables/aodh-auth_token.xml:125(replaceable) ./doc/common/tables/aodh-auth_token.xml:169(replaceable) ./doc/common/tables/cinder-storage.xml:99(replaceable) ./doc/common/tables/heat-common.xml:130(replaceable) ./doc/common/tables/keystone-auth_token.xml:143(replaceable) ./doc/common/tables/keystone-auth_token.xml:183(replaceable) ./doc/common/tables/cinder-common.xml:191(replaceable) ./doc/common/tables/sahara-common.xml:107(replaceable) ./doc/common/tables/keystone-domain.xml:39(replaceable) ./doc/common/tables/nova-xen.xml:89(replaceable) ./doc/common/tables/sahara-timeouts.xml:51(replaceable) ./doc/common/tables/glance-auth_token.xml:143(replaceable) ./doc/common/tables/glance-auth_token.xml:183(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:143(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:183(replaceable) msgid "300" msgstr "" -#: ./doc/common/tables/trove-dns.xml:74(td) +#: ./doc/common/tables/trove-dns.xml:92(td) msgid "(IntOpt) Time (in seconds) before a refresh of DNS information occurs." msgstr "" -#: ./doc/common/tables/trove-dns.xml:78(td) +#: ./doc/common/tables/trove-dns.xml:96(td) msgid "(StrOpt) Username for DNSaaS." msgstr "" -#: ./doc/common/tables/trove-dns.xml:82(td) +#: ./doc/common/tables/trove-dns.xml:100(td) msgid "(BoolOpt) Whether Trove should add DNS entries on create (using Designate DNSaaS)." msgstr "" -#: ./doc/common/tables/ceilometer-ipmi.xml:7(caption) ./doc/common/tables/ironic-ipmi.xml:7(caption) +#: ./doc/common/tables/ceilometer-ipmi.xml:25(caption) ./doc/common/tables/ironic-ipmi.xml:25(caption) msgid "Description of IPMI configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-ipmi.xml:18(th) ./doc/common/tables/ironic-ipmi.xml:18(th) +#: ./doc/common/tables/ceilometer-ipmi.xml:36(th) ./doc/common/tables/ironic-ipmi.xml:36(th) msgid "[ipmi]" msgstr "" -#: ./doc/common/tables/ceilometer-ipmi.xml:22(td) +#: ./doc/common/tables/ceilometer-ipmi.xml:40(td) msgid "(IntOpt) Number of retries upon Intel Node Manager initialization failure" msgstr "" -#: ./doc/common/tables/ceilometer-ipmi.xml:26(td) +#: ./doc/common/tables/ceilometer-ipmi.xml:44(td) msgid "(IntOpt) Tolerance of IPMI/NM polling failures before disable this pollster. Negative indicates retrying forever." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:68(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:36(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:44(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:40(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:72(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:20(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:108(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:32(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:28(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:39(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:37(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:32(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:24(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:72(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:68(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:36(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:48(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:44(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:20(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:108(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:32(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:28(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:60(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:39(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:37(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:28(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:32(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:28(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:24(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:72(replaceable) msgid "/dev/log" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:21(td) ./doc/common/tables/swift-object-server-app-object-server.xml:69(td) ./doc/common/tables/swift-container-server-container-sync.xml:37(td) ./doc/common/tables/swift-account-server-account-reaper.xml:37(td) ./doc/common/tables/swift-object-server-object-replicator.xml:45(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:41(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-container-server-container-auditor.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:21(td) ./doc/common/tables/swift-container-server-app-container-server.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:109(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-object-server-object-auditor.xml:37(td) ./doc/common/tables/swift-account-server-account-auditor.xml:29(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:40(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-account-server-app-account-server.xml:29(td) ./doc/common/tables/swift-container-server-container-updater.xml:38(td) ./doc/common/tables/swift-object-server-object-updater.xml:29(td) ./doc/common/tables/swift-container-server-container-replicator.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:29(td) ./doc/common/tables/swift-account-server-account-replicator.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:73(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:21(td) ./doc/common/tables/swift-object-server-app-object-server.xml:69(td) ./doc/common/tables/swift-container-server-container-sync.xml:37(td) ./doc/common/tables/swift-account-server-account-reaper.xml:37(td) ./doc/common/tables/swift-object-server-object-replicator.xml:49(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:45(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-container-server-container-auditor.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:21(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:21(td) ./doc/common/tables/swift-container-server-app-container-server.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:21(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:109(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-object-server-object-auditor.xml:37(td) ./doc/common/tables/swift-account-server-account-auditor.xml:29(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:21(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:40(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-account-server-app-account-server.xml:29(td) ./doc/common/tables/swift-container-server-container-updater.xml:38(td) ./doc/common/tables/swift-object-server-object-updater.xml:29(td) ./doc/common/tables/swift-container-server-container-replicator.xml:33(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:29(td) ./doc/common/tables/swift-account-server-account-replicator.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:73(td) msgid "Location where syslog sends the logs to" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:25(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:25(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:81(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:25(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:25(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:81(td) msgid "Comma-separated list of functions to call to setup custom log handlers." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:72(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:40(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:48(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:44(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:24(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:112(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:36(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:32(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:43(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:32(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:41(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:32(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:36(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:28(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:76(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:72(replaceable) ./doc/common/tables/swift-container-server-container-sync.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:40(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:52(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:48(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:24(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:112(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:36(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:40(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:32(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:43(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:84(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:32(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:41(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:32(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:36(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:32(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:28(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:76(replaceable) msgid "LOG_LOCAL0" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:29(td) ./doc/common/tables/swift-object-server-app-object-server.xml:73(td) ./doc/common/tables/swift-container-server-container-sync.xml:41(td) ./doc/common/tables/swift-account-server-account-reaper.xml:41(td) ./doc/common/tables/swift-object-server-object-replicator.xml:49(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:45(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-container-server-container-auditor.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:25(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:29(td) ./doc/common/tables/swift-container-server-app-container-server.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:25(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:113(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-object-server-object-auditor.xml:41(td) ./doc/common/tables/swift-account-server-account-auditor.xml:33(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:44(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-app-account-server.xml:33(td) ./doc/common/tables/swift-container-server-container-updater.xml:42(td) ./doc/common/tables/swift-object-server-object-updater.xml:33(td) ./doc/common/tables/swift-container-server-container-replicator.xml:37(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:33(td) ./doc/common/tables/swift-account-server-account-replicator.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:77(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:29(td) ./doc/common/tables/swift-object-server-app-object-server.xml:73(td) ./doc/common/tables/swift-container-server-container-sync.xml:41(td) ./doc/common/tables/swift-account-server-account-reaper.xml:41(td) ./doc/common/tables/swift-object-server-object-replicator.xml:53(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:49(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-container-server-container-auditor.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:25(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:29(td) ./doc/common/tables/swift-container-server-app-container-server.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:25(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:113(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:65(td) ./doc/common/tables/swift-object-server-object-auditor.xml:41(td) ./doc/common/tables/swift-account-server-account-auditor.xml:33(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:44(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-account-server-app-account-server.xml:33(td) ./doc/common/tables/swift-container-server-container-updater.xml:42(td) ./doc/common/tables/swift-object-server-object-updater.xml:33(td) ./doc/common/tables/swift-container-server-container-replicator.xml:37(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:33(td) ./doc/common/tables/swift-account-server-account-replicator.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:77(td) msgid "Syslog log facility" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:33(td) ./doc/common/tables/swift-container-server-container-sync.xml:45(td) ./doc/common/tables/swift-account-server-account-reaper.xml:45(td) ./doc/common/tables/swift-object-server-object-replicator.xml:53(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:49(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-container-server-container-auditor.xml:37(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-object-server-object-auditor.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:37(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:33(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-container-updater.xml:46(td) ./doc/common/tables/swift-object-server-object-updater.xml:37(td) ./doc/common/tables/swift-container-server-container-replicator.xml:41(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:41(td) ./doc/common/tables/swift-account-server-account-replicator.xml:49(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:33(td) ./doc/common/tables/swift-container-server-container-sync.xml:45(td) ./doc/common/tables/swift-account-server-account-reaper.xml:45(td) ./doc/common/tables/swift-object-server-object-replicator.xml:57(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:53(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-container-server-container-auditor.xml:37(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-object-server-object-auditor.xml:45(td) ./doc/common/tables/swift-account-server-account-auditor.xml:37(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:33(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-container-updater.xml:46(td) ./doc/common/tables/swift-object-server-object-updater.xml:37(td) ./doc/common/tables/swift-container-server-container-replicator.xml:41(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:41(td) ./doc/common/tables/swift-account-server-account-replicator.xml:41(td) msgid "Logging level" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:37(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:89(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:45(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:37(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:45(td) msgid "Caps the length of log lines to the value given; no limit if set to 0, the default." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:92(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:153(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:129(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:133(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:28(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:100(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:157(replaceable) ./doc/common/tables/ceilometer-exchange.xml:73(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:42(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:79(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:96(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:161(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:76(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:129(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:133(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:28(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:42(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:100(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:157(replaceable) ./doc/common/tables/ceilometer-exchange.xml:91(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:42(replaceable) msgid "swift" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-container-sync.xml:49(td) ./doc/common/tables/swift-account-server-account-reaper.xml:49(td) ./doc/common/tables/swift-object-server-object-replicator.xml:57(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:53(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:93(td) ./doc/common/tables/swift-container-server-container-auditor.xml:41(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-object-server-object-auditor.xml:49(td) ./doc/common/tables/swift-account-server-account-auditor.xml:41(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-container-updater.xml:50(td) ./doc/common/tables/swift-object-server-object-updater.xml:41(td) ./doc/common/tables/swift-container-server-container-replicator.xml:45(td) ./doc/common/tables/swift-account-server-account-replicator.xml:53(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-container-sync.xml:49(td) ./doc/common/tables/swift-account-server-account-reaper.xml:49(td) ./doc/common/tables/swift-object-server-object-replicator.xml:61(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:57(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-container-server-container-auditor.xml:41(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:37(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:77(td) ./doc/common/tables/swift-object-server-object-auditor.xml:49(td) ./doc/common/tables/swift-account-server-account-auditor.xml:41(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-container-server-container-updater.xml:50(td) ./doc/common/tables/swift-object-server-object-updater.xml:41(td) ./doc/common/tables/swift-container-server-container-replicator.xml:45(td) ./doc/common/tables/swift-account-server-account-replicator.xml:45(td) msgid "Label used when logging" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:61(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:32(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:48(replaceable) ./doc/common/tables/nova-hyperv.xml:21(replaceable) ./doc/common/tables/nova-rabbitmq.xml:41(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:48(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:40(replaceable) ./doc/common/tables/ceilometer-common.xml:79(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:33(replaceable) ./doc/common/tables/neutron-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/ironic-rabbitmq.xml:41(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:41(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(replaceable) ./doc/common/tables/nova-cells.xml:81(replaceable) ./doc/common/tables/nova-network.xml:81(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(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-container-reconciler-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(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-proxy-server-DEFAULT.xml:104(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(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/aodh-coordination.xml:29(replaceable) ./doc/common/tables/manila-scheduler.xml:21(replaceable) ./doc/common/tables/manila-scheduler.xml:25(replaceable) ./doc/common/tables/cinder-storage.xml:25(replaceable) ./doc/common/tables/trove-rabbitmq.xml:41(replaceable) ./doc/common/tables/cinder-smbfs.xml:33(replaceable) ./doc/common/tables/heat-rabbitmq.xml:41(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:41(replaceable) ./doc/common/tables/manila-rabbitmq.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:211(replaceable) ./doc/common/tables/glance-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/aodh-rabbitmq.xml:41(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-dispersion-dispersion.xml:32(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:48(replaceable) ./doc/common/tables/nova-hyperv.xml:39(replaceable) ./doc/common/tables/nova-rabbitmq.xml:59(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:59(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:48(replaceable) ./doc/common/tables/swift-memcache-memcache.xml:40(replaceable) ./doc/common/tables/ceilometer-common.xml:97(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:51(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:41(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:100(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:117(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:59(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:59(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:59(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:57(replaceable) ./doc/common/tables/nova-cells.xml:95(replaceable) ./doc/common/tables/nova-network.xml:99(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:80(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:97(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-container-reconciler-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:57(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-proxy-server-DEFAULT.xml:104(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:121(replaceable) ./doc/common/tables/nova-scheduler.xml:55(replaceable) ./doc/common/tables/nova-scheduler.xml:83(replaceable) ./doc/common/tables/nova-scheduler.xml:185(replaceable) ./doc/common/tables/aodh-coordination.xml:29(replaceable) ./doc/common/tables/manila-scheduler.xml:39(replaceable) ./doc/common/tables/manila-scheduler.xml:43(replaceable) ./doc/common/tables/cinder-storage.xml:43(replaceable) ./doc/common/tables/trove-rabbitmq.xml:59(replaceable) ./doc/common/tables/cinder-smbfs.xml:51(replaceable) ./doc/common/tables/heat-rabbitmq.xml:59(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:59(replaceable) ./doc/common/tables/manila-rabbitmq.xml:59(replaceable) ./doc/common/tables/nova-xen.xml:229(replaceable) ./doc/common/tables/glance-rabbitmq.xml:59(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/aodh-rabbitmq.xml:41(replaceable) msgid "1.0" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:45(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:97(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:41(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:41(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:105(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:45(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:101(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:41(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:81(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:85(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:41(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:105(td) msgid "Defines the probability of sending a sample for any given event or timing measurement." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:50(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:102(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:46(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:86(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:90(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:46(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:110(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:50(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:106(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:46(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:86(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:90(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:46(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:110(td) msgid "If not set, the StatsD feature is disabled." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:54(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:106(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:50(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:90(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:94(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:50(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:114(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:54(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:110(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:50(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:90(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:94(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:50(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:114(td) msgid "Value will be prepended to every metric sent to the StatsD server." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:57(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:109(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:53(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:93(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:97(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:53(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:117(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:58(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:57(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:113(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:53(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:93(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:97(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:53(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:58(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:117(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:58(replaceable) msgid "8125" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:58(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:110(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:54(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:94(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:98(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:54(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:118(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:58(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:114(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:54(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:94(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:98(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:54(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:118(td) msgid "Port value for the StatsD server." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:62(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:114(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:58(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:98(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:102(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:58(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:122(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:62(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:118(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:58(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:98(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:102(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:58(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:122(td) msgid "Not recommended to set this to a value less than 1.0, if frequency of logging is too high, tune the log_statsd_default_sample_rate instead." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:120(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:104(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:108(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:64(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:128(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:68(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:124(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:64(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:104(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:108(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:64(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:128(td) msgid "If not set, the UDP receiver for syslog is disabled." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:123(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:67(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:107(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:111(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:67(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:131(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:70(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:127(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:67(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:107(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:111(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:67(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:70(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:131(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:70(replaceable) msgid "514" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:124(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:108(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:112(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:68(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:132(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:72(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:128(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:68(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:108(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:112(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:68(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:132(td) msgid "Port value for UDP receiver, if enabled." msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:76(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:149(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:125(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:129(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:149(replaceable) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:75(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:84(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:157(replaceable) ./doc/common/tables/swift-internal-client-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:125(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:129(replaceable) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:71(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:149(replaceable) msgid "/etc/swift" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:76(td) ./doc/common/tables/swift-dispersion-dispersion.xml:77(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:150(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:126(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:72(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:150(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:76(td) ./doc/common/tables/swift-dispersion-dispersion.xml:85(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:72(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:126(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:72(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:150(td) msgid "Swift configuration directory" msgstr "" -#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:154(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:76(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:158(td) +#: ./doc/common/tables/swift-object-expirer-DEFAULT.xml:80(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:162(td) ./doc/common/tables/swift-internal-client-DEFAULT.xml:76(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:130(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:76(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:158(td) msgid "User to run as" msgstr "" -#: ./doc/common/tables/cinder-windows.xml:7(caption) +#: ./doc/common/tables/cinder-windows.xml:25(caption) msgid "Description of Windows configuration options" msgstr "" -#: ./doc/common/tables/cinder-windows.xml:21(replaceable) +#: ./doc/common/tables/cinder-windows.xml:39(replaceable) msgid "C:\\iSCSIVirtualDisks" msgstr "" -#: ./doc/common/tables/cinder-windows.xml:22(td) +#: ./doc/common/tables/cinder-windows.xml:40(td) msgid "(StrOpt) Path to store VHD backed volumes" msgstr "" -#: ./doc/common/tables/heat-clients.xml:7(caption) ./doc/common/tables/trove-clients.xml:7(caption) ./doc/common/tables/sahara-clients.xml:7(caption) +#: ./doc/common/tables/heat-clients.xml:25(caption) ./doc/common/tables/trove-clients.xml:25(caption) ./doc/common/tables/sahara-clients.xml:25(caption) msgid "Description of clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients.xml:22(td) +#: ./doc/common/tables/heat-clients.xml:40(td) msgid "(StrOpt) Default region name used to get services endpoints." msgstr "" -#: ./doc/common/tables/heat-clients.xml:25(th) +#: ./doc/common/tables/heat-clients.xml:43(th) msgid "[clients]" msgstr "" -#: ./doc/common/tables/heat-clients.xml:29(td) ./doc/common/tables/heat-clients_nova.xml:22(td) ./doc/common/tables/heat-clients_ceilometer.xml:22(td) ./doc/common/tables/heat-api.xml:120(td) ./doc/common/tables/heat-clients_glance.xml:22(td) ./doc/common/tables/heat-clients_heat.xml:22(td) ./doc/common/tables/heat-clients_keystone.xml:26(td) ./doc/common/tables/heat-clients_sahara.xml:22(td) ./doc/common/tables/heat-clients_neutron.xml:22(td) ./doc/common/tables/heat-clients_cinder.xml:22(td) ./doc/common/tables/heat-clients_swift.xml:22(td) ./doc/common/tables/heat-clients_trove.xml:22(td) +#: ./doc/common/tables/heat-clients.xml:47(td) ./doc/common/tables/heat-clients_nova.xml:40(td) ./doc/common/tables/heat-clients_ceilometer.xml:40(td) ./doc/common/tables/heat-api.xml:138(td) ./doc/common/tables/heat-clients_glance.xml:40(td) ./doc/common/tables/heat-clients_heat.xml:40(td) ./doc/common/tables/heat-clients_keystone.xml:44(td) ./doc/common/tables/heat-clients_sahara.xml:40(td) ./doc/common/tables/heat-clients_neutron.xml:40(td) ./doc/common/tables/heat-clients_cinder.xml:40(td) ./doc/common/tables/heat-clients_swift.xml:40(td) ./doc/common/tables/heat-clients_trove.xml:40(td) msgid "(StrOpt) Optional CA cert file to use in SSL connections." msgstr "" -#: ./doc/common/tables/heat-clients.xml:33(td) ./doc/common/tables/heat-clients_nova.xml:26(td) ./doc/common/tables/heat-clients_ceilometer.xml:26(td) ./doc/common/tables/heat-api.xml:124(td) ./doc/common/tables/heat-clients_glance.xml:26(td) ./doc/common/tables/heat-clients_heat.xml:26(td) ./doc/common/tables/heat-clients_keystone.xml:30(td) ./doc/common/tables/heat-clients_sahara.xml:26(td) ./doc/common/tables/heat-clients_neutron.xml:26(td) ./doc/common/tables/heat-clients_cinder.xml:26(td) ./doc/common/tables/heat-clients_swift.xml:26(td) ./doc/common/tables/heat-clients_trove.xml:26(td) +#: ./doc/common/tables/heat-clients.xml:51(td) ./doc/common/tables/heat-clients_nova.xml:44(td) ./doc/common/tables/heat-clients_ceilometer.xml:44(td) ./doc/common/tables/heat-api.xml:142(td) ./doc/common/tables/heat-clients_glance.xml:44(td) ./doc/common/tables/heat-clients_heat.xml:44(td) ./doc/common/tables/heat-clients_keystone.xml:48(td) ./doc/common/tables/heat-clients_sahara.xml:44(td) ./doc/common/tables/heat-clients_neutron.xml:44(td) ./doc/common/tables/heat-clients_cinder.xml:44(td) ./doc/common/tables/heat-clients_swift.xml:44(td) ./doc/common/tables/heat-clients_trove.xml:44(td) msgid "(StrOpt) Optional PEM-formatted certificate chain file." msgstr "" -#: ./doc/common/tables/heat-clients.xml:37(td) ./doc/common/tables/heat-clients_nova.xml:30(td) ./doc/common/tables/heat-clients_ceilometer.xml:30(td) ./doc/common/tables/heat-clients_glance.xml:30(td) ./doc/common/tables/heat-clients_heat.xml:30(td) ./doc/common/tables/heat-clients_keystone.xml:34(td) ./doc/common/tables/heat-clients_sahara.xml:30(td) ./doc/common/tables/heat-clients_neutron.xml:30(td) ./doc/common/tables/heat-clients_cinder.xml:30(td) ./doc/common/tables/heat-clients_swift.xml:30(td) ./doc/common/tables/heat-clients_trove.xml:30(td) +#: ./doc/common/tables/heat-clients.xml:55(td) ./doc/common/tables/heat-clients_nova.xml:48(td) ./doc/common/tables/heat-clients_ceilometer.xml:48(td) ./doc/common/tables/heat-clients_glance.xml:48(td) ./doc/common/tables/heat-clients_heat.xml:48(td) ./doc/common/tables/heat-clients_keystone.xml:52(td) ./doc/common/tables/heat-clients_sahara.xml:48(td) ./doc/common/tables/heat-clients_neutron.xml:48(td) ./doc/common/tables/heat-clients_cinder.xml:48(td) ./doc/common/tables/heat-clients_swift.xml:48(td) ./doc/common/tables/heat-clients_trove.xml:48(td) msgid "(StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service." msgstr "" -#: ./doc/common/tables/heat-clients.xml:41(td) ./doc/common/tables/heat-clients_nova.xml:38(td) ./doc/common/tables/heat-clients_ceilometer.xml:34(td) ./doc/common/tables/heat-api.xml:128(td) ./doc/common/tables/heat-clients_glance.xml:34(td) ./doc/common/tables/heat-clients_heat.xml:34(td) ./doc/common/tables/heat-clients_keystone.xml:38(td) ./doc/common/tables/heat-clients_sahara.xml:34(td) ./doc/common/tables/heat-clients_neutron.xml:34(td) ./doc/common/tables/heat-clients_cinder.xml:38(td) ./doc/common/tables/heat-clients_swift.xml:34(td) ./doc/common/tables/heat-clients_trove.xml:34(td) +#: ./doc/common/tables/heat-clients.xml:59(td) ./doc/common/tables/heat-clients_nova.xml:56(td) ./doc/common/tables/heat-clients_ceilometer.xml:52(td) ./doc/common/tables/heat-api.xml:146(td) ./doc/common/tables/heat-clients_glance.xml:52(td) ./doc/common/tables/heat-clients_heat.xml:52(td) ./doc/common/tables/heat-clients_keystone.xml:56(td) ./doc/common/tables/heat-clients_sahara.xml:52(td) ./doc/common/tables/heat-clients_neutron.xml:52(td) ./doc/common/tables/heat-clients_cinder.xml:56(td) ./doc/common/tables/heat-clients_swift.xml:52(td) ./doc/common/tables/heat-clients_trove.xml:52(td) msgid "(BoolOpt) If set, then the server's certificate will not be verified." msgstr "" -#: ./doc/common/tables/heat-clients.xml:45(td) ./doc/common/tables/heat-clients_nova.xml:42(td) ./doc/common/tables/heat-clients_ceilometer.xml:38(td) ./doc/common/tables/heat-api.xml:132(td) ./doc/common/tables/heat-clients_glance.xml:38(td) ./doc/common/tables/heat-clients_heat.xml:38(td) ./doc/common/tables/heat-clients_keystone.xml:42(td) ./doc/common/tables/heat-clients_sahara.xml:38(td) ./doc/common/tables/heat-clients_neutron.xml:38(td) ./doc/common/tables/heat-clients_cinder.xml:42(td) ./doc/common/tables/heat-clients_swift.xml:38(td) ./doc/common/tables/heat-clients_trove.xml:38(td) +#: ./doc/common/tables/heat-clients.xml:63(td) ./doc/common/tables/heat-clients_nova.xml:60(td) ./doc/common/tables/heat-clients_ceilometer.xml:56(td) ./doc/common/tables/heat-api.xml:150(td) ./doc/common/tables/heat-clients_glance.xml:56(td) ./doc/common/tables/heat-clients_heat.xml:56(td) ./doc/common/tables/heat-clients_keystone.xml:60(td) ./doc/common/tables/heat-clients_sahara.xml:56(td) ./doc/common/tables/heat-clients_neutron.xml:56(td) ./doc/common/tables/heat-clients_cinder.xml:60(td) ./doc/common/tables/heat-clients_swift.xml:56(td) ./doc/common/tables/heat-clients_trove.xml:56(td) msgid "(StrOpt) Optional PEM-formatted file that contains the private key." msgstr "" -#: ./doc/common/tables/cinder-sheepdog.xml:7(caption) +#: ./doc/common/tables/swift-rsyncd-object_sda.xml:8(literal) +msgid "[object_sda]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sda.xml:8(filename) ./doc/common/tables/swift-rsyncd-object_sdc.xml:8(filename) ./doc/common/tables/swift-rsyncd-object6020.xml:8(filename) ./doc/common/tables/swift-rsyncd-object6040.xml:8(filename) ./doc/common/tables/swift-rsyncd-object_sdb.xml:8(filename) ./doc/common/tables/swift-rsyncd-object6010.xml:8(filename) ./doc/common/tables/swift-rsyncd-container.xml:8(filename) ./doc/common/tables/swift-rsyncd-object.xml:8(filename) ./doc/common/tables/swift-rsyncd-account.xml:8(filename) ./doc/common/tables/swift-rsyncd-object6030.xml:8(filename) +msgid "rsyncd.conf" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sda.xml:20(replaceable) +msgid "/var/lock/object_sda.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sda.xml:28(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-rsyncd-object_sdc.xml:28(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-rsyncd-object_sdb.xml:28(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:28(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:28(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:20(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:28(replaceable) +msgid "/srv/node" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sda.xml:32(replaceable) ./doc/common/tables/swift-container-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-container-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-container-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:36(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:28(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:64(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:60(replaceable) ./doc/common/tables/swift-rsyncd-object_sdc.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:28(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:24(replaceable) ./doc/common/tables/swift-rsyncd-object6020.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:40(replaceable) ./doc/common/tables/swift-rsyncd-object6040.xml:32(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-rsyncd-object_sdb.xml:32(replaceable) ./doc/common/tables/swift-rsyncd-object6010.xml:32(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:32(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(replaceable) ./doc/common/tables/manila-zfssa.xml:79(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:47(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:32(replaceable) ./doc/common/tables/swift-rsyncd-object6030.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:32(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:80(replaceable) +msgid "false" +msgstr "" + +#: ./doc/common/tables/cinder-sheepdog.xml:25(caption) msgid "Description of Sheepdog driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-sheepdog.xml:21(replaceable) ./doc/common/tables/sahara-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-opencontrail.xml:21(replaceable) ./doc/common/tables/keystone-redis.xml:21(replaceable) ./doc/common/tables/keystone-redis.xml:36(replaceable) ./doc/common/tables/neutron-auth_token.xml:41(replaceable) ./doc/common/tables/ironic-redis.xml:32(replaceable) ./doc/common/tables/heat-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-metadata.xml:65(replaceable) ./doc/common/tables/nova-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-nec.xml:37(replaceable) ./doc/common/tables/nova-spice.xml:45(replaceable) ./doc/common/tables/nova-spice.xml:49(replaceable) ./doc/common/tables/ceilometer-redis.xml:32(replaceable) ./doc/common/tables/manila-redis.xml:32(replaceable) ./doc/common/tables/nova-redis.xml:32(replaceable) ./doc/common/tables/ironic-auth_token.xml:41(replaceable) ./doc/common/tables/trove-auth_token.xml:41(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/manila-auth_token.xml:41(replaceable) ./doc/common/tables/nova-vnc.xml:79(replaceable) ./doc/common/tables/nova-vnc.xml:83(replaceable) ./doc/common/tables/glance-redis.xml:21(replaceable) ./doc/common/tables/glance-redis.xml:36(replaceable) ./doc/common/tables/cinder-auth_token.xml:41(replaceable) ./doc/common/tables/cinder-redis.xml:21(replaceable) ./doc/common/tables/nova-serial_console.xml:29(replaceable) ./doc/common/tables/nova-serial_console.xml:37(replaceable) ./doc/common/tables/heat-redis.xml:21(replaceable) ./doc/common/tables/neutron-nvsd.xml:28(replaceable) ./doc/common/tables/aodh-redis.xml:21(replaceable) ./doc/common/tables/aodh-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:119(replaceable) ./doc/common/tables/sahara-redis.xml:21(replaceable) ./doc/common/tables/sahara-redis.xml:36(replaceable) ./doc/common/tables/trove-redis.xml:32(replaceable) ./doc/common/tables/keystone-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-sdnve.xml:25(replaceable) ./doc/common/tables/neutron-bagpipe.xml:21(replaceable) ./doc/common/tables/neutron-redis.xml:21(replaceable) ./doc/common/tables/neutron-nsx.xml:125(replaceable) ./doc/common/tables/glance-auth_token.xml:41(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:41(replaceable) +#: ./doc/common/tables/cinder-sheepdog.xml:39(replaceable) ./doc/common/tables/sahara-auth_token.xml:59(replaceable) ./doc/common/tables/neutron-opencontrail.xml:21(replaceable) ./doc/common/tables/keystone-redis.xml:39(replaceable) ./doc/common/tables/keystone-redis.xml:54(replaceable) ./doc/common/tables/neutron-auth_token.xml:41(replaceable) ./doc/common/tables/ironic-redis.xml:50(replaceable) ./doc/common/tables/heat-auth_token.xml:59(replaceable) ./doc/common/tables/neutron-metadata.xml:65(replaceable) ./doc/common/tables/nova-auth_token.xml:59(replaceable) ./doc/common/tables/neutron-nec.xml:37(replaceable) ./doc/common/tables/nova-spice.xml:63(replaceable) ./doc/common/tables/nova-spice.xml:67(replaceable) ./doc/common/tables/ceilometer-redis.xml:50(replaceable) ./doc/common/tables/manila-redis.xml:50(replaceable) ./doc/common/tables/nova-redis.xml:50(replaceable) ./doc/common/tables/ironic-auth_token.xml:59(replaceable) ./doc/common/tables/trove-auth_token.xml:59(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/manila-auth_token.xml:59(replaceable) ./doc/common/tables/nova-vnc.xml:97(replaceable) ./doc/common/tables/nova-vnc.xml:101(replaceable) ./doc/common/tables/glance-redis.xml:39(replaceable) ./doc/common/tables/glance-redis.xml:54(replaceable) ./doc/common/tables/cinder-auth_token.xml:59(replaceable) ./doc/common/tables/cinder-redis.xml:39(replaceable) ./doc/common/tables/nova-serial_console.xml:47(replaceable) ./doc/common/tables/nova-serial_console.xml:55(replaceable) ./doc/common/tables/heat-redis.xml:39(replaceable) ./doc/common/tables/neutron-nvsd.xml:28(replaceable) ./doc/common/tables/aodh-redis.xml:21(replaceable) ./doc/common/tables/aodh-auth_token.xml:41(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:119(replaceable) ./doc/common/tables/sahara-redis.xml:39(replaceable) ./doc/common/tables/sahara-redis.xml:54(replaceable) ./doc/common/tables/trove-redis.xml:50(replaceable) ./doc/common/tables/keystone-auth_token.xml:59(replaceable) ./doc/common/tables/neutron-sdnve.xml:25(replaceable) ./doc/common/tables/neutron-bagpipe.xml:21(replaceable) ./doc/common/tables/neutron-redis.xml:21(replaceable) ./doc/common/tables/neutron-nsx.xml:125(replaceable) ./doc/common/tables/glance-auth_token.xml:59(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:59(replaceable) msgid "127.0.0.1" msgstr "" -#: ./doc/common/tables/cinder-sheepdog.xml:22(td) ./doc/common/tables/glance-sheepdog.xml:22(td) +#: ./doc/common/tables/cinder-sheepdog.xml:40(td) ./doc/common/tables/glance-sheepdog.xml:40(td) msgid "(StrOpt) IP address of sheep daemon." msgstr "" -#: ./doc/common/tables/cinder-sheepdog.xml:25(replaceable) ./doc/common/tables/glance-sheepdog.xml:29(replaceable) +#: ./doc/common/tables/cinder-sheepdog.xml:43(replaceable) ./doc/common/tables/glance-sheepdog.xml:47(replaceable) msgid "7000" msgstr "" -#: ./doc/common/tables/cinder-sheepdog.xml:26(td) ./doc/common/tables/glance-sheepdog.xml:30(td) +#: ./doc/common/tables/cinder-sheepdog.xml:44(td) ./doc/common/tables/glance-sheepdog.xml:48(td) msgid "(IntOpt) Port of sheep daemon." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:7(caption) ./doc/common/tables/keystone-zeromq.xml:7(caption) ./doc/common/tables/heat-zeromq.xml:7(caption) ./doc/common/tables/ironic-zeromq.xml:7(caption) ./doc/common/tables/neutron-zeromq.xml:7(caption) ./doc/common/tables/manila-zeromq.xml:7(caption) ./doc/common/tables/glance-zeromq.xml:7(caption) ./doc/common/tables/sahara-zeromq.xml:7(caption) ./doc/common/tables/ceilometer-zeromq.xml:7(caption) ./doc/common/tables/aodh-zeromq.xml:7(caption) ./doc/common/tables/cinder-zeromq.xml:7(caption) ./doc/common/tables/nova-zeromq.xml:7(caption) +#: ./doc/common/tables/trove-zeromq.xml:25(caption) ./doc/common/tables/keystone-zeromq.xml:25(caption) ./doc/common/tables/heat-zeromq.xml:25(caption) ./doc/common/tables/ironic-zeromq.xml:25(caption) ./doc/common/tables/neutron-zeromq.xml:7(caption) ./doc/common/tables/manila-zeromq.xml:25(caption) ./doc/common/tables/glance-zeromq.xml:25(caption) ./doc/common/tables/sahara-zeromq.xml:25(caption) ./doc/common/tables/ceilometer-zeromq.xml:25(caption) ./doc/common/tables/aodh-zeromq.xml:7(caption) ./doc/common/tables/cinder-zeromq.xml:25(caption) ./doc/common/tables/nova-zeromq.xml:25(caption) msgid "Description of ZeroMQ configuration options" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:22(td) ./doc/common/tables/keystone-zeromq.xml:22(td) ./doc/common/tables/ironic-zeromq.xml:22(td) ./doc/common/tables/manila-zeromq.xml:22(td) ./doc/common/tables/glance-zeromq.xml:22(td) ./doc/common/tables/sahara-zeromq.xml:22(td) ./doc/common/tables/ceilometer-zeromq.xml:22(td) ./doc/common/tables/nova-zeromq.xml:22(td) +#: ./doc/common/tables/trove-zeromq.xml:40(td) ./doc/common/tables/keystone-zeromq.xml:40(td) ./doc/common/tables/heat-zeromq.xml:40(td) ./doc/common/tables/ironic-zeromq.xml:40(td) ./doc/common/tables/manila-zeromq.xml:40(td) ./doc/common/tables/glance-zeromq.xml:40(td) ./doc/common/tables/sahara-zeromq.xml:40(td) ./doc/common/tables/ceilometer-zeromq.xml:40(td) ./doc/common/tables/cinder-zeromq.xml:40(td) ./doc/common/tables/nova-zeromq.xml:40(td) msgid "(BoolOpt) Use REQ/REP pattern for all methods CALL/CAST/FANOUT." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:25(replaceable) ./doc/common/tables/keystone-zeromq.xml:25(replaceable) ./doc/common/tables/heat-zeromq.xml:21(replaceable) ./doc/common/tables/ironic-zeromq.xml:25(replaceable) ./doc/common/tables/neutron-zeromq.xml:21(replaceable) ./doc/common/tables/manila-zeromq.xml:25(replaceable) ./doc/common/tables/cinder-nimble.xml:25(replaceable) ./doc/common/tables/glance-zeromq.xml:25(replaceable) ./doc/common/tables/sahara-zeromq.xml:25(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:25(replaceable) ./doc/common/tables/aodh-zeromq.xml:21(replaceable) ./doc/common/tables/cinder-emc.xml:45(replaceable) ./doc/common/tables/cinder-zeromq.xml:21(replaceable) ./doc/common/tables/nova-zeromq.xml:25(replaceable) +#: ./doc/common/tables/trove-zeromq.xml:43(replaceable) ./doc/common/tables/keystone-zeromq.xml:43(replaceable) ./doc/common/tables/heat-zeromq.xml:43(replaceable) ./doc/common/tables/ironic-zeromq.xml:43(replaceable) ./doc/common/tables/neutron-zeromq.xml:21(replaceable) ./doc/common/tables/manila-zeromq.xml:43(replaceable) ./doc/common/tables/cinder-nimble.xml:43(replaceable) ./doc/common/tables/glance-zeromq.xml:43(replaceable) ./doc/common/tables/sahara-zeromq.xml:43(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:43(replaceable) ./doc/common/tables/aodh-zeromq.xml:21(replaceable) ./doc/common/tables/cinder-emc.xml:63(replaceable) ./doc/common/tables/cinder-zeromq.xml:43(replaceable) ./doc/common/tables/nova-zeromq.xml:43(replaceable) msgid "*" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:26(td) ./doc/common/tables/keystone-zeromq.xml:26(td) ./doc/common/tables/heat-zeromq.xml:22(td) ./doc/common/tables/ironic-zeromq.xml:26(td) ./doc/common/tables/neutron-zeromq.xml:22(td) ./doc/common/tables/manila-zeromq.xml:26(td) ./doc/common/tables/glance-zeromq.xml:26(td) ./doc/common/tables/sahara-zeromq.xml:26(td) ./doc/common/tables/ceilometer-zeromq.xml:26(td) ./doc/common/tables/aodh-zeromq.xml:22(td) ./doc/common/tables/cinder-zeromq.xml:22(td) ./doc/common/tables/nova-zeromq.xml:26(td) +#: ./doc/common/tables/trove-zeromq.xml:44(td) ./doc/common/tables/keystone-zeromq.xml:44(td) ./doc/common/tables/heat-zeromq.xml:44(td) ./doc/common/tables/ironic-zeromq.xml:44(td) ./doc/common/tables/neutron-zeromq.xml:22(td) ./doc/common/tables/manila-zeromq.xml:44(td) ./doc/common/tables/glance-zeromq.xml:44(td) ./doc/common/tables/sahara-zeromq.xml:44(td) ./doc/common/tables/ceilometer-zeromq.xml:44(td) ./doc/common/tables/aodh-zeromq.xml:22(td) ./doc/common/tables/cinder-zeromq.xml:44(td) ./doc/common/tables/nova-zeromq.xml:44(td) msgid "(StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The \"host\" option should point or resolve to this address." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:29(replaceable) ./doc/common/tables/keystone-zeromq.xml:29(replaceable) ./doc/common/tables/ironic-zeromq.xml:29(replaceable) ./doc/common/tables/manila-zeromq.xml:29(replaceable) ./doc/common/tables/glance-zeromq.xml:29(replaceable) ./doc/common/tables/sahara-zeromq.xml:29(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:29(replaceable) ./doc/common/tables/nova-zeromq.xml:29(replaceable) +#: ./doc/common/tables/trove-zeromq.xml:47(replaceable) ./doc/common/tables/keystone-zeromq.xml:47(replaceable) ./doc/common/tables/heat-zeromq.xml:47(replaceable) ./doc/common/tables/ironic-zeromq.xml:47(replaceable) ./doc/common/tables/manila-zeromq.xml:47(replaceable) ./doc/common/tables/glance-zeromq.xml:47(replaceable) ./doc/common/tables/sahara-zeromq.xml:47(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:47(replaceable) ./doc/common/tables/cinder-zeromq.xml:47(replaceable) ./doc/common/tables/nova-zeromq.xml:47(replaceable) msgid "eventlet" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:30(td) ./doc/common/tables/keystone-zeromq.xml:30(td) ./doc/common/tables/ironic-zeromq.xml:30(td) ./doc/common/tables/manila-zeromq.xml:30(td) ./doc/common/tables/glance-zeromq.xml:30(td) ./doc/common/tables/sahara-zeromq.xml:30(td) ./doc/common/tables/ceilometer-zeromq.xml:30(td) ./doc/common/tables/nova-zeromq.xml:30(td) +#: ./doc/common/tables/trove-zeromq.xml:48(td) ./doc/common/tables/keystone-zeromq.xml:48(td) ./doc/common/tables/heat-zeromq.xml:48(td) ./doc/common/tables/ironic-zeromq.xml:48(td) ./doc/common/tables/manila-zeromq.xml:48(td) ./doc/common/tables/glance-zeromq.xml:48(td) ./doc/common/tables/sahara-zeromq.xml:48(td) ./doc/common/tables/ceilometer-zeromq.xml:48(td) ./doc/common/tables/cinder-zeromq.xml:48(td) ./doc/common/tables/nova-zeromq.xml:48(td) msgid "(StrOpt) Type of concurrency used. Either \"native\" or \"eventlet\"" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:34(td) ./doc/common/tables/keystone-zeromq.xml:34(td) ./doc/common/tables/heat-zeromq.xml:26(td) ./doc/common/tables/ironic-zeromq.xml:34(td) ./doc/common/tables/neutron-zeromq.xml:26(td) ./doc/common/tables/manila-zeromq.xml:34(td) ./doc/common/tables/glance-zeromq.xml:34(td) ./doc/common/tables/sahara-zeromq.xml:34(td) ./doc/common/tables/ceilometer-zeromq.xml:34(td) ./doc/common/tables/aodh-zeromq.xml:26(td) ./doc/common/tables/cinder-zeromq.xml:26(td) ./doc/common/tables/nova-zeromq.xml:34(td) +#: ./doc/common/tables/trove-zeromq.xml:52(td) ./doc/common/tables/keystone-zeromq.xml:52(td) ./doc/common/tables/heat-zeromq.xml:52(td) ./doc/common/tables/ironic-zeromq.xml:52(td) ./doc/common/tables/neutron-zeromq.xml:26(td) ./doc/common/tables/manila-zeromq.xml:52(td) ./doc/common/tables/glance-zeromq.xml:52(td) ./doc/common/tables/sahara-zeromq.xml:52(td) ./doc/common/tables/ceilometer-zeromq.xml:52(td) ./doc/common/tables/aodh-zeromq.xml:26(td) ./doc/common/tables/cinder-zeromq.xml:52(td) ./doc/common/tables/nova-zeromq.xml:52(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:38(td) ./doc/common/tables/keystone-zeromq.xml:38(td) ./doc/common/tables/heat-zeromq.xml:30(td) ./doc/common/tables/ironic-zeromq.xml:38(td) ./doc/common/tables/neutron-zeromq.xml:30(td) ./doc/common/tables/manila-zeromq.xml:38(td) ./doc/common/tables/glance-zeromq.xml:38(td) ./doc/common/tables/sahara-zeromq.xml:38(td) ./doc/common/tables/ceilometer-zeromq.xml:38(td) ./doc/common/tables/aodh-zeromq.xml:30(td) ./doc/common/tables/cinder-zeromq.xml:30(td) ./doc/common/tables/nova-zeromq.xml:38(td) +#: ./doc/common/tables/trove-zeromq.xml:56(td) ./doc/common/tables/keystone-zeromq.xml:56(td) ./doc/common/tables/heat-zeromq.xml:56(td) ./doc/common/tables/ironic-zeromq.xml:56(td) ./doc/common/tables/neutron-zeromq.xml:30(td) ./doc/common/tables/manila-zeromq.xml:56(td) ./doc/common/tables/glance-zeromq.xml:56(td) ./doc/common/tables/sahara-zeromq.xml:56(td) ./doc/common/tables/ceilometer-zeromq.xml:56(td) ./doc/common/tables/aodh-zeromq.xml:30(td) ./doc/common/tables/cinder-zeromq.xml:56(td) ./doc/common/tables/nova-zeromq.xml:56(td) msgid "(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match \"host\" option, if running Nova." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:41(replaceable) ./doc/common/tables/keystone-zeromq.xml:41(replaceable) ./doc/common/tables/heat-zeromq.xml:33(replaceable) ./doc/common/tables/ironic-zeromq.xml:41(replaceable) ./doc/common/tables/neutron-zeromq.xml:33(replaceable) ./doc/common/tables/manila-zeromq.xml:41(replaceable) ./doc/common/tables/glance-zeromq.xml:41(replaceable) ./doc/common/tables/sahara-zeromq.xml:41(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:41(replaceable) ./doc/common/tables/aodh-zeromq.xml:33(replaceable) ./doc/common/tables/cinder-zeromq.xml:33(replaceable) ./doc/common/tables/nova-zeromq.xml:41(replaceable) +#: ./doc/common/tables/trove-zeromq.xml:59(replaceable) ./doc/common/tables/keystone-zeromq.xml:59(replaceable) ./doc/common/tables/heat-zeromq.xml:59(replaceable) ./doc/common/tables/ironic-zeromq.xml:59(replaceable) ./doc/common/tables/neutron-zeromq.xml:33(replaceable) ./doc/common/tables/manila-zeromq.xml:59(replaceable) ./doc/common/tables/glance-zeromq.xml:59(replaceable) ./doc/common/tables/sahara-zeromq.xml:59(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:59(replaceable) ./doc/common/tables/aodh-zeromq.xml:33(replaceable) ./doc/common/tables/cinder-zeromq.xml:59(replaceable) ./doc/common/tables/nova-zeromq.xml:59(replaceable) msgid "/var/run/openstack" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:42(td) ./doc/common/tables/keystone-zeromq.xml:42(td) ./doc/common/tables/heat-zeromq.xml:34(td) ./doc/common/tables/ironic-zeromq.xml:42(td) ./doc/common/tables/neutron-zeromq.xml:34(td) ./doc/common/tables/manila-zeromq.xml:42(td) ./doc/common/tables/glance-zeromq.xml:42(td) ./doc/common/tables/sahara-zeromq.xml:42(td) ./doc/common/tables/ceilometer-zeromq.xml:42(td) ./doc/common/tables/aodh-zeromq.xml:34(td) ./doc/common/tables/cinder-zeromq.xml:34(td) ./doc/common/tables/nova-zeromq.xml:42(td) +#: ./doc/common/tables/trove-zeromq.xml:60(td) ./doc/common/tables/keystone-zeromq.xml:60(td) ./doc/common/tables/heat-zeromq.xml:60(td) ./doc/common/tables/ironic-zeromq.xml:60(td) ./doc/common/tables/neutron-zeromq.xml:34(td) ./doc/common/tables/manila-zeromq.xml:60(td) ./doc/common/tables/glance-zeromq.xml:60(td) ./doc/common/tables/sahara-zeromq.xml:60(td) ./doc/common/tables/ceilometer-zeromq.xml:60(td) ./doc/common/tables/aodh-zeromq.xml:34(td) ./doc/common/tables/cinder-zeromq.xml:60(td) ./doc/common/tables/nova-zeromq.xml:60(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:45(replaceable) ./doc/common/tables/keystone-zeromq.xml:45(replaceable) ./doc/common/tables/ironic-zeromq.xml:45(replaceable) ./doc/common/tables/manila-zeromq.xml:45(replaceable) ./doc/common/tables/glance-zeromq.xml:45(replaceable) ./doc/common/tables/sahara-zeromq.xml:45(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:45(replaceable) ./doc/common/tables/nova-zeromq.xml:45(replaceable) +#: ./doc/common/tables/trove-zeromq.xml:63(replaceable) ./doc/common/tables/keystone-zeromq.xml:63(replaceable) ./doc/common/tables/heat-zeromq.xml:63(replaceable) ./doc/common/tables/ironic-zeromq.xml:63(replaceable) ./doc/common/tables/manila-zeromq.xml:63(replaceable) ./doc/common/tables/glance-zeromq.xml:63(replaceable) ./doc/common/tables/sahara-zeromq.xml:63(replaceable) ./doc/common/tables/ceilometer-zeromq.xml:63(replaceable) ./doc/common/tables/cinder-zeromq.xml:63(replaceable) ./doc/common/tables/nova-zeromq.xml:63(replaceable) msgid "redis" msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:46(td) ./doc/common/tables/keystone-zeromq.xml:46(td) ./doc/common/tables/heat-zeromq.xml:38(td) ./doc/common/tables/ironic-zeromq.xml:46(td) ./doc/common/tables/neutron-zeromq.xml:38(td) ./doc/common/tables/manila-zeromq.xml:46(td) ./doc/common/tables/glance-zeromq.xml:46(td) ./doc/common/tables/sahara-zeromq.xml:46(td) ./doc/common/tables/ceilometer-zeromq.xml:46(td) ./doc/common/tables/aodh-zeromq.xml:38(td) ./doc/common/tables/cinder-zeromq.xml:38(td) ./doc/common/tables/nova-zeromq.xml:46(td) +#: ./doc/common/tables/trove-zeromq.xml:64(td) ./doc/common/tables/keystone-zeromq.xml:64(td) ./doc/common/tables/heat-zeromq.xml:64(td) ./doc/common/tables/ironic-zeromq.xml:64(td) ./doc/common/tables/neutron-zeromq.xml:38(td) ./doc/common/tables/manila-zeromq.xml:64(td) ./doc/common/tables/glance-zeromq.xml:64(td) ./doc/common/tables/sahara-zeromq.xml:64(td) ./doc/common/tables/ceilometer-zeromq.xml:64(td) ./doc/common/tables/aodh-zeromq.xml:38(td) ./doc/common/tables/cinder-zeromq.xml:64(td) ./doc/common/tables/nova-zeromq.xml:64(td) msgid "(StrOpt) MatchMaker driver." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:50(td) ./doc/common/tables/keystone-zeromq.xml:50(td) ./doc/common/tables/heat-zeromq.xml:46(td) ./doc/common/tables/ironic-zeromq.xml:50(td) ./doc/common/tables/neutron-zeromq.xml:46(td) ./doc/common/tables/manila-zeromq.xml:50(td) ./doc/common/tables/glance-zeromq.xml:50(td) ./doc/common/tables/sahara-zeromq.xml:50(td) ./doc/common/tables/ceilometer-zeromq.xml:50(td) ./doc/common/tables/aodh-zeromq.xml:46(td) ./doc/common/tables/cinder-zeromq.xml:46(td) ./doc/common/tables/nova-zeromq.xml:50(td) +#: ./doc/common/tables/trove-zeromq.xml:68(td) ./doc/common/tables/keystone-zeromq.xml:68(td) ./doc/common/tables/heat-zeromq.xml:68(td) ./doc/common/tables/ironic-zeromq.xml:68(td) ./doc/common/tables/neutron-zeromq.xml:46(td) ./doc/common/tables/manila-zeromq.xml:68(td) ./doc/common/tables/glance-zeromq.xml:68(td) ./doc/common/tables/sahara-zeromq.xml:68(td) ./doc/common/tables/ceilometer-zeromq.xml:68(td) ./doc/common/tables/aodh-zeromq.xml:46(td) ./doc/common/tables/cinder-zeromq.xml:68(td) ./doc/common/tables/nova-zeromq.xml:68(td) msgid "(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited." msgstr "" -#: ./doc/common/tables/trove-zeromq.xml:54(td) ./doc/common/tables/keystone-zeromq.xml:54(td) ./doc/common/tables/ironic-zeromq.xml:54(td) ./doc/common/tables/manila-zeromq.xml:54(td) ./doc/common/tables/glance-zeromq.xml:54(td) ./doc/common/tables/sahara-zeromq.xml:54(td) ./doc/common/tables/ceilometer-zeromq.xml:54(td) ./doc/common/tables/nova-zeromq.xml:54(td) +#: ./doc/common/tables/trove-zeromq.xml:72(td) ./doc/common/tables/keystone-zeromq.xml:72(td) ./doc/common/tables/heat-zeromq.xml:72(td) ./doc/common/tables/ironic-zeromq.xml:72(td) ./doc/common/tables/manila-zeromq.xml:72(td) ./doc/common/tables/glance-zeromq.xml:72(td) ./doc/common/tables/sahara-zeromq.xml:72(td) ./doc/common/tables/ceilometer-zeromq.xml:72(td) ./doc/common/tables/cinder-zeromq.xml:72(td) ./doc/common/tables/nova-zeromq.xml:72(td) msgid "(BoolOpt) Shows whether zmq-messaging uses broker or not." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:7(caption) ./doc/common/tables/neutron-auth_token.xml:7(caption) ./doc/common/tables/heat-auth_token.xml:7(caption) ./doc/common/tables/nova-auth_token.xml:7(caption) ./doc/common/tables/ironic-auth_token.xml:7(caption) ./doc/common/tables/trove-auth_token.xml:7(caption) ./doc/common/tables/cinder-auth_token.xml:7(caption) ./doc/common/tables/aodh-auth_token.xml:7(caption) ./doc/common/tables/keystone-auth_token.xml:7(caption) ./doc/common/tables/glance-auth_token.xml:7(caption) ./doc/common/tables/ceilometer-auth_token.xml:7(caption) +#: ./doc/common/tables/sahara-auth_token.xml:25(caption) ./doc/common/tables/neutron-auth_token.xml:7(caption) ./doc/common/tables/heat-auth_token.xml:25(caption) ./doc/common/tables/nova-auth_token.xml:25(caption) ./doc/common/tables/ironic-auth_token.xml:25(caption) ./doc/common/tables/trove-auth_token.xml:25(caption) ./doc/common/tables/cinder-auth_token.xml:25(caption) ./doc/common/tables/aodh-auth_token.xml:7(caption) ./doc/common/tables/keystone-auth_token.xml:25(caption) ./doc/common/tables/glance-auth_token.xml:25(caption) ./doc/common/tables/ceilometer-auth_token.xml:25(caption) msgid "Description of authorization token configuration options" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:18(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/heat-auth_token.xml:18(th) ./doc/common/tables/ceilometer-common.xml:83(th) ./doc/common/tables/nova-auth_token.xml:18(th) ./doc/common/tables/octavia.xml:103(th) ./doc/common/tables/ironic-auth_token.xml:18(th) ./doc/common/tables/glance-common.xml:123(th) ./doc/common/tables/trove-auth_token.xml:18(th) ./doc/common/tables/manila-auth_token.xml:18(th) ./doc/common/tables/keystone-common.xml:29(th) ./doc/common/tables/cinder-auth_token.xml:18(th) ./doc/common/tables/neutron-common.xml:258(th) ./doc/common/tables/nova-common.xml:89(th) ./doc/common/tables/aodh-auth_token.xml:18(th) ./doc/common/tables/heat-common.xml:139(th) ./doc/common/tables/keystone-auth_token.xml:18(th) ./doc/common/tables/cinder-common.xml:249(th) ./doc/common/tables/sahara-common.xml:180(th) ./doc/common/tables/glance-auth_token.xml:18(th) ./doc/common/tables/trove-common.xml:81(th) ./doc/common/tables/ceilometer-auth_token.xml:18(th) +#: ./doc/common/tables/sahara-auth_token.xml:36(th) ./doc/common/tables/neutron-auth_token.xml:18(th) ./doc/common/tables/heat-auth_token.xml:36(th) ./doc/common/tables/ceilometer-common.xml:101(th) ./doc/common/tables/nova-auth_token.xml:36(th) ./doc/common/tables/octavia.xml:103(th) ./doc/common/tables/ironic-auth_token.xml:36(th) ./doc/common/tables/glance-common.xml:141(th) ./doc/common/tables/trove-auth_token.xml:36(th) ./doc/common/tables/manila-auth_token.xml:36(th) ./doc/common/tables/keystone-common.xml:47(th) ./doc/common/tables/cinder-auth_token.xml:36(th) ./doc/common/tables/neutron-common.xml:258(th) ./doc/common/tables/nova-common.xml:107(th) ./doc/common/tables/aodh-auth_token.xml:18(th) ./doc/common/tables/keystone-auth_token.xml:36(th) ./doc/common/tables/cinder-common.xml:271(th) ./doc/common/tables/sahara-common.xml:198(th) ./doc/common/tables/glance-auth_token.xml:36(th) ./doc/common/tables/trove-common.xml:99(th) ./doc/common/tables/ceilometer-auth_token.xml:36(th) msgid "[keystone_authtoken]" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:22(td) ./doc/common/tables/neutron-auth_token.xml:22(td) ./doc/common/tables/heat-auth_token.xml:22(td) ./doc/common/tables/nova-auth_token.xml:22(td) ./doc/common/tables/ironic-auth_token.xml:22(td) ./doc/common/tables/trove-auth_token.xml:22(td) ./doc/common/tables/manila-auth_token.xml:22(td) ./doc/common/tables/cinder-auth_token.xml:22(td) ./doc/common/tables/aodh-auth_token.xml:22(td) ./doc/common/tables/keystone-auth_token.xml:22(td) ./doc/common/tables/glance-auth_token.xml:22(td) ./doc/common/tables/ceilometer-auth_token.xml:22(td) +#: ./doc/common/tables/sahara-auth_token.xml:40(td) ./doc/common/tables/neutron-auth_token.xml:22(td) ./doc/common/tables/heat-auth_token.xml:40(td) ./doc/common/tables/nova-auth_token.xml:40(td) ./doc/common/tables/ironic-auth_token.xml:40(td) ./doc/common/tables/trove-auth_token.xml:40(td) ./doc/common/tables/manila-auth_token.xml:40(td) ./doc/common/tables/cinder-auth_token.xml:40(td) ./doc/common/tables/aodh-auth_token.xml:22(td) ./doc/common/tables/keystone-auth_token.xml:40(td) ./doc/common/tables/glance-auth_token.xml:40(td) ./doc/common/tables/ceilometer-auth_token.xml:40(td) msgid "(StrOpt) Service user password." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:25(replaceable) ./doc/common/tables/ceilometer-auth.xml:45(replaceable) ./doc/common/tables/ceilometer-auth.xml:49(replaceable) ./doc/common/tables/ceilometer-auth.xml:53(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:25(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:25(replaceable) ./doc/common/tables/cinder-san.xml:33(replaceable) ./doc/common/tables/neutron-l3_brocade_mlx.xml:37(replaceable) ./doc/common/tables/heat-auth_token.xml:25(replaceable) ./doc/common/tables/nova-auth_token.xml:25(replaceable) ./doc/common/tables/neutron-embrane.xml:21(replaceable) ./doc/common/tables/cinder-xiv.xml:29(replaceable) ./doc/common/tables/neutron-midonet.xml:49(replaceable) ./doc/common/tables/neutron-lbaas.xml:52(replaceable) ./doc/common/tables/neutron-lbaas.xml:56(replaceable) ./doc/common/tables/neutron-lbaas.xml:64(replaceable) ./doc/common/tables/neutron-lbaas.xml:68(replaceable) ./doc/common/tables/neutron-lbaas.xml:109(replaceable) ./doc/common/tables/neutron-lbaas.xml:113(replaceable) ./doc/common/tables/neutron-lbaas.xml:117(replaceable) ./doc/common/tables/neutron-lbaas.xml:121(replaceable) ./doc/common/tables/ironic-auth_token.xml:25(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:45(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:76(replaceable) ./doc/common/tables/trove-auth_token.xml:25(replaceable) ./doc/common/tables/manila-auth_token.xml:25(replaceable) ./doc/common/tables/manila-quobyte.xml:33(replaceable) ./doc/common/tables/cinder-auth_token.xml:25(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:37(replaceable) ./doc/common/tables/trove-api.xml:21(replaceable) ./doc/common/tables/cinder-ibmnas.xml:29(replaceable) ./doc/common/tables/glance-api.xml:21(replaceable) ./doc/common/tables/aodh-auth_token.xml:25(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:29(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:41(replaceable) ./doc/common/tables/keystone-auth_token.xml:25(replaceable) ./doc/common/tables/neutron-sdnve.xml:61(replaceable) ./doc/common/tables/neutron-sdnve.xml:77(replaceable) ./doc/common/tables/cinder-eqlx.xml:21(replaceable) ./doc/common/tables/neutron-nsx.xml:49(replaceable) ./doc/common/tables/neutron-nsx.xml:53(replaceable) ./doc/common/tables/neutron-nsx.xml:199(replaceable) ./doc/common/tables/neutron-nsx.xml:334(replaceable) ./doc/common/tables/glance-auth_token.xml:25(replaceable) ./doc/common/tables/aodh-auth.xml:37(replaceable) ./doc/common/tables/aodh-auth.xml:45(replaceable) ./doc/common/tables/aodh-auth.xml:57(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:25(replaceable) +#: ./doc/common/tables/sahara-auth_token.xml:43(replaceable) ./doc/common/tables/ceilometer-auth.xml:55(replaceable) ./doc/common/tables/ceilometer-auth.xml:67(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:25(replaceable) ./doc/common/tables/neutron-fujitsu_cfab.xml:45(replaceable) ./doc/common/tables/neutron-auth_token.xml:25(replaceable) ./doc/common/tables/cinder-san.xml:51(replaceable) ./doc/common/tables/neutron-l3_brocade_mlx.xml:37(replaceable) ./doc/common/tables/heat-auth_token.xml:43(replaceable) ./doc/common/tables/nova-auth_token.xml:43(replaceable) ./doc/common/tables/neutron-embrane.xml:21(replaceable) ./doc/common/tables/cinder-xiv.xml:47(replaceable) ./doc/common/tables/neutron-midonet.xml:49(replaceable) ./doc/common/tables/neutron-lbaas.xml:52(replaceable) ./doc/common/tables/neutron-lbaas.xml:56(replaceable) ./doc/common/tables/neutron-lbaas.xml:64(replaceable) ./doc/common/tables/neutron-lbaas.xml:68(replaceable) ./doc/common/tables/neutron-lbaas.xml:109(replaceable) ./doc/common/tables/neutron-lbaas.xml:113(replaceable) ./doc/common/tables/neutron-lbaas.xml:117(replaceable) ./doc/common/tables/neutron-lbaas.xml:121(replaceable) ./doc/common/tables/ironic-auth_token.xml:43(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:45(replaceable) ./doc/common/tables/neutron-ml2_brocade.xml:76(replaceable) ./doc/common/tables/trove-auth_token.xml:43(replaceable) ./doc/common/tables/manila-auth_token.xml:43(replaceable) ./doc/common/tables/manila-quobyte.xml:51(replaceable) ./doc/common/tables/cinder-auth_token.xml:43(replaceable) ./doc/common/tables/cinder-prophetstor_dpl.xml:55(replaceable) ./doc/common/tables/trove-api.xml:39(replaceable) ./doc/common/tables/cinder-ibmnas.xml:47(replaceable) ./doc/common/tables/glance-api.xml:39(replaceable) ./doc/common/tables/aodh-auth_token.xml:25(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:29(replaceable) ./doc/common/tables/neutron-fujitsu_ism.xml:41(replaceable) ./doc/common/tables/keystone-auth_token.xml:43(replaceable) ./doc/common/tables/neutron-sdnve.xml:61(replaceable) ./doc/common/tables/neutron-sdnve.xml:77(replaceable) ./doc/common/tables/cinder-eqlx.xml:39(replaceable) ./doc/common/tables/neutron-nsx.xml:49(replaceable) ./doc/common/tables/neutron-nsx.xml:53(replaceable) ./doc/common/tables/neutron-nsx.xml:199(replaceable) ./doc/common/tables/neutron-nsx.xml:334(replaceable) ./doc/common/tables/glance-auth_token.xml:43(replaceable) ./doc/common/tables/aodh-auth.xml:37(replaceable) ./doc/common/tables/aodh-auth.xml:45(replaceable) ./doc/common/tables/aodh-auth.xml:57(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:43(replaceable) msgid "admin" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:26(td) ./doc/common/tables/neutron-auth_token.xml:26(td) ./doc/common/tables/heat-auth_token.xml:26(td) ./doc/common/tables/nova-auth_token.xml:26(td) ./doc/common/tables/ironic-auth_token.xml:26(td) ./doc/common/tables/trove-auth_token.xml:26(td) ./doc/common/tables/manila-auth_token.xml:26(td) ./doc/common/tables/cinder-auth_token.xml:26(td) ./doc/common/tables/aodh-auth_token.xml:26(td) ./doc/common/tables/keystone-auth_token.xml:26(td) ./doc/common/tables/glance-auth_token.xml:26(td) ./doc/common/tables/ceilometer-auth_token.xml:26(td) +#: ./doc/common/tables/sahara-auth_token.xml:44(td) ./doc/common/tables/neutron-auth_token.xml:26(td) ./doc/common/tables/heat-auth_token.xml:44(td) ./doc/common/tables/nova-auth_token.xml:44(td) ./doc/common/tables/ironic-auth_token.xml:44(td) ./doc/common/tables/trove-auth_token.xml:44(td) ./doc/common/tables/manila-auth_token.xml:44(td) ./doc/common/tables/cinder-auth_token.xml:44(td) ./doc/common/tables/aodh-auth_token.xml:26(td) ./doc/common/tables/keystone-auth_token.xml:44(td) ./doc/common/tables/glance-auth_token.xml:44(td) ./doc/common/tables/ceilometer-auth_token.xml:44(td) msgid "(StrOpt) Service tenant name." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:30(td) ./doc/common/tables/neutron-auth_token.xml:30(td) ./doc/common/tables/heat-auth_token.xml:30(td) ./doc/common/tables/nova-auth_token.xml:30(td) ./doc/common/tables/ironic-auth_token.xml:30(td) ./doc/common/tables/trove-auth_token.xml:30(td) ./doc/common/tables/manila-auth_token.xml:30(td) ./doc/common/tables/cinder-auth_token.xml:30(td) ./doc/common/tables/aodh-auth_token.xml:30(td) ./doc/common/tables/keystone-auth_token.xml:30(td) ./doc/common/tables/glance-auth_token.xml:30(td) ./doc/common/tables/ceilometer-auth_token.xml:30(td) +#: ./doc/common/tables/sahara-auth_token.xml:48(td) ./doc/common/tables/neutron-auth_token.xml:30(td) ./doc/common/tables/heat-auth_token.xml:48(td) ./doc/common/tables/nova-auth_token.xml:48(td) ./doc/common/tables/ironic-auth_token.xml:48(td) ./doc/common/tables/trove-auth_token.xml:48(td) ./doc/common/tables/manila-auth_token.xml:48(td) ./doc/common/tables/cinder-auth_token.xml:48(td) ./doc/common/tables/aodh-auth_token.xml:30(td) ./doc/common/tables/keystone-auth_token.xml:48(td) ./doc/common/tables/glance-auth_token.xml:48(td) ./doc/common/tables/ceilometer-auth_token.xml:48(td) msgid "(StrOpt) This option is deprecated and may be removed in a future release. Single shared secret with the Keystone configuration used for bootstrapping a Keystone installation, or otherwise bypassing the normal authentication process. This option should not be used, use `admin_user` and `admin_password` instead." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:34(td) ./doc/common/tables/neutron-auth_token.xml:34(td) ./doc/common/tables/heat-auth_token.xml:34(td) ./doc/common/tables/nova-auth_token.xml:34(td) ./doc/common/tables/ironic-auth_token.xml:34(td) ./doc/common/tables/trove-auth_token.xml:34(td) ./doc/common/tables/manila-auth_token.xml:34(td) ./doc/common/tables/cinder-auth_token.xml:34(td) ./doc/common/tables/aodh-auth_token.xml:34(td) ./doc/common/tables/keystone-auth_token.xml:34(td) ./doc/common/tables/glance-auth_token.xml:34(td) ./doc/common/tables/ceilometer-auth_token.xml:34(td) +#: ./doc/common/tables/sahara-auth_token.xml:52(td) ./doc/common/tables/neutron-auth_token.xml:34(td) ./doc/common/tables/heat-auth_token.xml:52(td) ./doc/common/tables/nova-auth_token.xml:52(td) ./doc/common/tables/ironic-auth_token.xml:52(td) ./doc/common/tables/trove-auth_token.xml:52(td) ./doc/common/tables/manila-auth_token.xml:52(td) ./doc/common/tables/cinder-auth_token.xml:52(td) ./doc/common/tables/aodh-auth_token.xml:34(td) ./doc/common/tables/keystone-auth_token.xml:52(td) ./doc/common/tables/glance-auth_token.xml:52(td) ./doc/common/tables/ceilometer-auth_token.xml:52(td) msgid "(StrOpt) Service username." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:38(td) ./doc/common/tables/neutron-auth_token.xml:38(td) ./doc/common/tables/heat-auth_token.xml:38(td) ./doc/common/tables/nova-auth_token.xml:38(td) ./doc/common/tables/ironic-auth_token.xml:38(td) ./doc/common/tables/trove-auth_token.xml:38(td) ./doc/common/tables/manila-auth_token.xml:38(td) ./doc/common/tables/cinder-auth_token.xml:38(td) ./doc/common/tables/aodh-auth_token.xml:38(td) ./doc/common/tables/keystone-auth_token.xml:38(td) ./doc/common/tables/glance-auth_token.xml:38(td) ./doc/common/tables/ceilometer-auth_token.xml:38(td) +#: ./doc/common/tables/sahara-auth_token.xml:56(td) ./doc/common/tables/neutron-auth_token.xml:38(td) ./doc/common/tables/heat-auth_token.xml:56(td) ./doc/common/tables/nova-auth_token.xml:56(td) ./doc/common/tables/ironic-auth_token.xml:56(td) ./doc/common/tables/trove-auth_token.xml:56(td) ./doc/common/tables/manila-auth_token.xml:56(td) ./doc/common/tables/cinder-auth_token.xml:56(td) ./doc/common/tables/aodh-auth_token.xml:38(td) ./doc/common/tables/keystone-auth_token.xml:56(td) ./doc/common/tables/glance-auth_token.xml:56(td) ./doc/common/tables/ceilometer-auth_token.xml:56(td) msgid "(StrOpt) Prefix to prepend at the beginning of the path. Deprecated, use identity_uri." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:42(td) ./doc/common/tables/neutron-auth_token.xml:42(td) ./doc/common/tables/heat-auth_token.xml:42(td) ./doc/common/tables/nova-auth_token.xml:42(td) ./doc/common/tables/ironic-auth_token.xml:42(td) ./doc/common/tables/trove-auth_token.xml:42(td) ./doc/common/tables/manila-auth_token.xml:42(td) ./doc/common/tables/cinder-auth_token.xml:42(td) ./doc/common/tables/aodh-auth_token.xml:42(td) ./doc/common/tables/keystone-auth_token.xml:42(td) ./doc/common/tables/glance-auth_token.xml:42(td) ./doc/common/tables/ceilometer-auth_token.xml:42(td) +#: ./doc/common/tables/sahara-auth_token.xml:60(td) ./doc/common/tables/neutron-auth_token.xml:42(td) ./doc/common/tables/heat-auth_token.xml:60(td) ./doc/common/tables/nova-auth_token.xml:60(td) ./doc/common/tables/ironic-auth_token.xml:60(td) ./doc/common/tables/trove-auth_token.xml:60(td) ./doc/common/tables/manila-auth_token.xml:60(td) ./doc/common/tables/cinder-auth_token.xml:60(td) ./doc/common/tables/aodh-auth_token.xml:42(td) ./doc/common/tables/keystone-auth_token.xml:60(td) ./doc/common/tables/glance-auth_token.xml:60(td) ./doc/common/tables/ceilometer-auth_token.xml:60(td) msgid "(StrOpt) Host providing the admin Identity API endpoint. Deprecated, use identity_uri." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:46(td) ./doc/common/tables/neutron-auth_token.xml:46(td) ./doc/common/tables/heat-auth_token.xml:46(td) ./doc/common/tables/nova-auth_token.xml:46(td) ./doc/common/tables/ironic-auth_token.xml:46(td) ./doc/common/tables/trove-auth_token.xml:46(td) ./doc/common/tables/manila-auth_token.xml:46(td) ./doc/common/tables/neutron-nova.xml:22(td) ./doc/common/tables/cinder-auth_token.xml:46(td) ./doc/common/tables/nova-neutron.xml:53(td) ./doc/common/tables/aodh-auth_token.xml:46(td) ./doc/common/tables/keystone-auth_token.xml:46(td) ./doc/common/tables/glance-auth_token.xml:46(td) ./doc/common/tables/ceilometer-auth_token.xml:46(td) +#: ./doc/common/tables/sahara-auth_token.xml:64(td) ./doc/common/tables/neutron-auth_token.xml:46(td) ./doc/common/tables/heat-auth_token.xml:64(td) ./doc/common/tables/nova-auth_token.xml:64(td) ./doc/common/tables/heat-trustee.xml:40(td) ./doc/common/tables/ironic-auth_token.xml:64(td) ./doc/common/tables/trove-auth_token.xml:64(td) ./doc/common/tables/manila-auth_token.xml:64(td) ./doc/common/tables/neutron-nova.xml:22(td) ./doc/common/tables/cinder-auth_token.xml:64(td) ./doc/common/tables/nova-neutron.xml:71(td) ./doc/common/tables/aodh-auth_token.xml:46(td) ./doc/common/tables/keystone-auth_token.xml:64(td) ./doc/common/tables/glance-auth_token.xml:64(td) ./doc/common/tables/ceilometer-auth_token.xml:64(td) msgid "(StrOpt) Name of the plugin to load" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:49(replaceable) ./doc/common/tables/neutron-auth_token.xml:49(replaceable) ./doc/common/tables/keystone-api.xml:98(replaceable) ./doc/common/tables/heat-auth_token.xml:49(replaceable) ./doc/common/tables/nova-auth_token.xml:49(replaceable) ./doc/common/tables/ironic-auth_token.xml:49(replaceable) ./doc/common/tables/trove-auth_token.xml:49(replaceable) ./doc/common/tables/manila-auth_token.xml:49(replaceable) ./doc/common/tables/cinder-auth_token.xml:49(replaceable) ./doc/common/tables/aodh-auth_token.xml:49(replaceable) ./doc/common/tables/keystone-auth_token.xml:49(replaceable) ./doc/common/tables/glance-auth_token.xml:49(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:49(replaceable) +#: ./doc/common/tables/sahara-auth_token.xml:67(replaceable) ./doc/common/tables/neutron-auth_token.xml:49(replaceable) ./doc/common/tables/keystone-api.xml:116(replaceable) ./doc/common/tables/heat-auth_token.xml:67(replaceable) ./doc/common/tables/nova-auth_token.xml:67(replaceable) ./doc/common/tables/ironic-auth_token.xml:67(replaceable) ./doc/common/tables/trove-auth_token.xml:67(replaceable) ./doc/common/tables/manila-auth_token.xml:67(replaceable) ./doc/common/tables/cinder-auth_token.xml:67(replaceable) ./doc/common/tables/aodh-auth_token.xml:49(replaceable) ./doc/common/tables/keystone-auth_token.xml:67(replaceable) ./doc/common/tables/glance-auth_token.xml:67(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:67(replaceable) msgid "35357" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:50(td) ./doc/common/tables/neutron-auth_token.xml:50(td) ./doc/common/tables/heat-auth_token.xml:50(td) ./doc/common/tables/nova-auth_token.xml:50(td) ./doc/common/tables/ironic-auth_token.xml:50(td) ./doc/common/tables/trove-auth_token.xml:50(td) ./doc/common/tables/manila-auth_token.xml:50(td) ./doc/common/tables/cinder-auth_token.xml:50(td) ./doc/common/tables/aodh-auth_token.xml:50(td) ./doc/common/tables/keystone-auth_token.xml:50(td) ./doc/common/tables/glance-auth_token.xml:50(td) ./doc/common/tables/ceilometer-auth_token.xml:50(td) +#: ./doc/common/tables/sahara-auth_token.xml:68(td) ./doc/common/tables/neutron-auth_token.xml:50(td) ./doc/common/tables/heat-auth_token.xml:68(td) ./doc/common/tables/nova-auth_token.xml:68(td) ./doc/common/tables/ironic-auth_token.xml:68(td) ./doc/common/tables/trove-auth_token.xml:68(td) ./doc/common/tables/manila-auth_token.xml:68(td) ./doc/common/tables/cinder-auth_token.xml:68(td) ./doc/common/tables/aodh-auth_token.xml:50(td) ./doc/common/tables/keystone-auth_token.xml:68(td) ./doc/common/tables/glance-auth_token.xml:68(td) ./doc/common/tables/ceilometer-auth_token.xml:68(td) msgid "(IntOpt) Port of the admin Identity API endpoint. Deprecated, use identity_uri." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:53(replaceable) ./doc/common/tables/cinder-lenovo.xml:21(replaceable) ./doc/common/tables/cinder-hpmsa.xml:21(replaceable) ./doc/common/tables/neutron-auth_token.xml:53(replaceable) ./doc/common/tables/heat-auth_token.xml:53(replaceable) ./doc/common/tables/nova-auth_token.xml:53(replaceable) ./doc/common/tables/cinder-dothill.xml:21(replaceable) ./doc/common/tables/ironic-auth_token.xml:53(replaceable) ./doc/common/tables/trove-auth_token.xml:53(replaceable) ./doc/common/tables/manila-auth_token.xml:53(replaceable) ./doc/common/tables/cinder-auth_token.xml:53(replaceable) ./doc/common/tables/aodh-auth_token.xml:53(replaceable) ./doc/common/tables/keystone-auth_token.xml:53(replaceable) ./doc/common/tables/glance-auth_token.xml:53(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:53(replaceable) +#: ./doc/common/tables/sahara-auth_token.xml:71(replaceable) ./doc/common/tables/cinder-lenovo.xml:39(replaceable) ./doc/common/tables/cinder-hpmsa.xml:39(replaceable) ./doc/common/tables/neutron-auth_token.xml:53(replaceable) ./doc/common/tables/heat-auth_token.xml:71(replaceable) ./doc/common/tables/nova-auth_token.xml:71(replaceable) ./doc/common/tables/cinder-dothill.xml:39(replaceable) ./doc/common/tables/ironic-auth_token.xml:71(replaceable) ./doc/common/tables/trove-auth_token.xml:71(replaceable) ./doc/common/tables/manila-auth_token.xml:71(replaceable) ./doc/common/tables/cinder-auth_token.xml:71(replaceable) ./doc/common/tables/aodh-auth_token.xml:53(replaceable) ./doc/common/tables/keystone-auth_token.xml:71(replaceable) ./doc/common/tables/glance-auth_token.xml:71(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:71(replaceable) msgid "https" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:54(td) ./doc/common/tables/neutron-auth_token.xml:54(td) ./doc/common/tables/heat-auth_token.xml:54(td) ./doc/common/tables/nova-auth_token.xml:54(td) ./doc/common/tables/ironic-auth_token.xml:54(td) ./doc/common/tables/trove-auth_token.xml:54(td) ./doc/common/tables/manila-auth_token.xml:54(td) ./doc/common/tables/cinder-auth_token.xml:54(td) ./doc/common/tables/aodh-auth_token.xml:54(td) ./doc/common/tables/keystone-auth_token.xml:54(td) ./doc/common/tables/glance-auth_token.xml:54(td) ./doc/common/tables/ceilometer-auth_token.xml:54(td) +#: ./doc/common/tables/sahara-auth_token.xml:72(td) ./doc/common/tables/neutron-auth_token.xml:54(td) ./doc/common/tables/heat-auth_token.xml:72(td) ./doc/common/tables/nova-auth_token.xml:72(td) ./doc/common/tables/ironic-auth_token.xml:72(td) ./doc/common/tables/trove-auth_token.xml:72(td) ./doc/common/tables/manila-auth_token.xml:72(td) ./doc/common/tables/cinder-auth_token.xml:72(td) ./doc/common/tables/aodh-auth_token.xml:54(td) ./doc/common/tables/keystone-auth_token.xml:72(td) ./doc/common/tables/glance-auth_token.xml:72(td) ./doc/common/tables/ceilometer-auth_token.xml:72(td) msgid "(StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:58(td) ./doc/common/tables/neutron-auth_token.xml:58(td) ./doc/common/tables/heat-auth_token.xml:58(td) ./doc/common/tables/nova-auth_token.xml:58(td) ./doc/common/tables/ironic-auth_token.xml:58(td) ./doc/common/tables/trove-auth_token.xml:58(td) ./doc/common/tables/manila-auth_token.xml:58(td) ./doc/common/tables/neutron-nova.xml:26(td) ./doc/common/tables/cinder-auth_token.xml:58(td) ./doc/common/tables/nova-neutron.xml:57(td) ./doc/common/tables/aodh-auth_token.xml:58(td) ./doc/common/tables/keystone-auth_token.xml:58(td) ./doc/common/tables/glance-auth_token.xml:58(td) ./doc/common/tables/ceilometer-auth_token.xml:58(td) +#: ./doc/common/tables/sahara-auth_token.xml:76(td) ./doc/common/tables/neutron-auth_token.xml:58(td) ./doc/common/tables/heat-auth_token.xml:76(td) ./doc/common/tables/nova-auth_token.xml:76(td) ./doc/common/tables/heat-trustee.xml:44(td) ./doc/common/tables/ironic-auth_token.xml:76(td) ./doc/common/tables/trove-auth_token.xml:76(td) ./doc/common/tables/manila-auth_token.xml:76(td) ./doc/common/tables/neutron-nova.xml:26(td) ./doc/common/tables/cinder-auth_token.xml:76(td) ./doc/common/tables/nova-neutron.xml:75(td) ./doc/common/tables/aodh-auth_token.xml:58(td) ./doc/common/tables/keystone-auth_token.xml:76(td) ./doc/common/tables/glance-auth_token.xml:76(td) ./doc/common/tables/ceilometer-auth_token.xml:76(td) msgid "(StrOpt) Config Section from which to load plugin specific options" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:62(td) ./doc/common/tables/neutron-auth_token.xml:62(td) ./doc/common/tables/heat-auth_token.xml:62(td) ./doc/common/tables/nova-auth_token.xml:62(td) ./doc/common/tables/octavia.xml:107(td) ./doc/common/tables/ironic-auth_token.xml:62(td) ./doc/common/tables/trove-auth_token.xml:62(td) ./doc/common/tables/manila-auth_token.xml:62(td) ./doc/common/tables/cinder-auth_token.xml:62(td) ./doc/common/tables/aodh-auth_token.xml:62(td) ./doc/common/tables/keystone-auth_token.xml:62(td) ./doc/common/tables/glance-auth_token.xml:62(td) ./doc/common/tables/ceilometer-auth_token.xml:62(td) +#: ./doc/common/tables/sahara-auth_token.xml:80(td) ./doc/common/tables/neutron-auth_token.xml:62(td) ./doc/common/tables/heat-auth_token.xml:80(td) ./doc/common/tables/nova-auth_token.xml:80(td) ./doc/common/tables/octavia.xml:107(td) ./doc/common/tables/ironic-auth_token.xml:80(td) ./doc/common/tables/trove-auth_token.xml:80(td) ./doc/common/tables/manila-auth_token.xml:80(td) ./doc/common/tables/cinder-auth_token.xml:80(td) ./doc/common/tables/aodh-auth_token.xml:62(td) ./doc/common/tables/keystone-auth_token.xml:80(td) ./doc/common/tables/glance-auth_token.xml:80(td) ./doc/common/tables/ceilometer-auth_token.xml:80(td) msgid "(StrOpt) Complete public Identity API endpoint." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:66(td) ./doc/common/tables/neutron-auth_token.xml:66(td) ./doc/common/tables/heat-auth_token.xml:66(td) ./doc/common/tables/nova-auth_token.xml:66(td) ./doc/common/tables/ironic-auth_token.xml:66(td) ./doc/common/tables/trove-auth_token.xml:66(td) ./doc/common/tables/manila-auth_token.xml:66(td) ./doc/common/tables/cinder-auth_token.xml:66(td) ./doc/common/tables/aodh-auth_token.xml:66(td) ./doc/common/tables/keystone-auth_token.xml:66(td) ./doc/common/tables/glance-auth_token.xml:66(td) ./doc/common/tables/ceilometer-auth_token.xml:66(td) +#: ./doc/common/tables/sahara-auth_token.xml:84(td) ./doc/common/tables/neutron-auth_token.xml:66(td) ./doc/common/tables/heat-auth_token.xml:84(td) ./doc/common/tables/nova-auth_token.xml:84(td) ./doc/common/tables/ironic-auth_token.xml:84(td) ./doc/common/tables/trove-auth_token.xml:84(td) ./doc/common/tables/manila-auth_token.xml:84(td) ./doc/common/tables/cinder-auth_token.xml:84(td) ./doc/common/tables/aodh-auth_token.xml:66(td) ./doc/common/tables/keystone-auth_token.xml:84(td) ./doc/common/tables/glance-auth_token.xml:84(td) ./doc/common/tables/ceilometer-auth_token.xml:84(td) msgid "(StrOpt) API version of the admin Identity API endpoint." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:70(td) ./doc/common/tables/neutron-auth_token.xml:70(td) ./doc/common/tables/heat-auth_token.xml:70(td) ./doc/common/tables/nova-auth_token.xml:70(td) ./doc/common/tables/ironic-auth_token.xml:70(td) ./doc/common/tables/trove-auth_token.xml:70(td) ./doc/common/tables/manila-auth_token.xml:70(td) ./doc/common/tables/cinder-auth_token.xml:70(td) ./doc/common/tables/aodh-auth_token.xml:70(td) ./doc/common/tables/keystone-auth_token.xml:70(td) ./doc/common/tables/glance-auth_token.xml:70(td) ./doc/common/tables/ceilometer-auth_token.xml:70(td) +#: ./doc/common/tables/sahara-auth_token.xml:88(td) ./doc/common/tables/neutron-auth_token.xml:70(td) ./doc/common/tables/heat-auth_token.xml:88(td) ./doc/common/tables/nova-auth_token.xml:88(td) ./doc/common/tables/ironic-auth_token.xml:88(td) ./doc/common/tables/trove-auth_token.xml:88(td) ./doc/common/tables/manila-auth_token.xml:88(td) ./doc/common/tables/cinder-auth_token.xml:88(td) ./doc/common/tables/aodh-auth_token.xml:70(td) ./doc/common/tables/keystone-auth_token.xml:88(td) ./doc/common/tables/glance-auth_token.xml:88(td) ./doc/common/tables/ceilometer-auth_token.xml:88(td) msgid "(StrOpt) Env key for the swift cache." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:74(td) ./doc/common/tables/neutron-auth_token.xml:74(td) ./doc/common/tables/heat-auth_token.xml:74(td) ./doc/common/tables/nova-auth_token.xml:74(td) ./doc/common/tables/ironic-auth_token.xml:74(td) ./doc/common/tables/trove-auth_token.xml:74(td) ./doc/common/tables/manila-auth_token.xml:74(td) ./doc/common/tables/cinder-auth_token.xml:74(td) ./doc/common/tables/aodh-auth_token.xml:74(td) ./doc/common/tables/keystone-auth_token.xml:74(td) ./doc/common/tables/glance-auth_token.xml:74(td) ./doc/common/tables/ceilometer-auth_token.xml:74(td) +#: ./doc/common/tables/sahara-auth_token.xml:92(td) ./doc/common/tables/neutron-auth_token.xml:74(td) ./doc/common/tables/heat-auth_token.xml:92(td) ./doc/common/tables/nova-auth_token.xml:92(td) ./doc/common/tables/ironic-auth_token.xml:92(td) ./doc/common/tables/trove-auth_token.xml:92(td) ./doc/common/tables/manila-auth_token.xml:92(td) ./doc/common/tables/cinder-auth_token.xml:92(td) ./doc/common/tables/aodh-auth_token.xml:74(td) ./doc/common/tables/keystone-auth_token.xml:92(td) ./doc/common/tables/glance-auth_token.xml:92(td) ./doc/common/tables/ceilometer-auth_token.xml:92(td) msgid "(StrOpt) A PEM encoded Certificate Authority to use when verifying HTTPs connections. Defaults to system CAs." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:78(td) ./doc/common/tables/sahara-auth_token.xml:118(td) ./doc/common/tables/neutron-auth_token.xml:78(td) ./doc/common/tables/neutron-auth_token.xml:118(td) ./doc/common/tables/heat-auth_token.xml:78(td) ./doc/common/tables/heat-auth_token.xml:118(td) ./doc/common/tables/nova-auth_token.xml:78(td) ./doc/common/tables/nova-auth_token.xml:118(td) ./doc/common/tables/ironic-auth_token.xml:78(td) ./doc/common/tables/ironic-auth_token.xml:118(td) ./doc/common/tables/trove-auth_token.xml:78(td) ./doc/common/tables/trove-auth_token.xml:118(td) ./doc/common/tables/manila-auth_token.xml:78(td) ./doc/common/tables/manila-auth_token.xml:118(td) ./doc/common/tables/cinder-auth_token.xml:78(td) ./doc/common/tables/cinder-auth_token.xml:118(td) ./doc/common/tables/aodh-auth_token.xml:78(td) ./doc/common/tables/aodh-auth_token.xml:118(td) ./doc/common/tables/keystone-auth_token.xml:78(td) ./doc/common/tables/keystone-auth_token.xml:118(td) ./doc/common/tables/glance-auth_token.xml:78(td) ./doc/common/tables/glance-auth_token.xml:118(td) ./doc/common/tables/ceilometer-auth_token.xml:78(td) ./doc/common/tables/ceilometer-auth_token.xml:118(td) +#: ./doc/common/tables/sahara-auth_token.xml:96(td) ./doc/common/tables/sahara-auth_token.xml:136(td) ./doc/common/tables/neutron-auth_token.xml:78(td) ./doc/common/tables/neutron-auth_token.xml:118(td) ./doc/common/tables/heat-auth_token.xml:96(td) ./doc/common/tables/heat-auth_token.xml:136(td) ./doc/common/tables/nova-auth_token.xml:96(td) ./doc/common/tables/nova-auth_token.xml:136(td) ./doc/common/tables/ironic-auth_token.xml:96(td) ./doc/common/tables/ironic-auth_token.xml:136(td) ./doc/common/tables/trove-auth_token.xml:96(td) ./doc/common/tables/trove-auth_token.xml:136(td) ./doc/common/tables/manila-auth_token.xml:96(td) ./doc/common/tables/manila-auth_token.xml:136(td) ./doc/common/tables/cinder-auth_token.xml:96(td) ./doc/common/tables/cinder-auth_token.xml:136(td) ./doc/common/tables/aodh-auth_token.xml:78(td) ./doc/common/tables/aodh-auth_token.xml:118(td) ./doc/common/tables/keystone-auth_token.xml:96(td) ./doc/common/tables/keystone-auth_token.xml:136(td) ./doc/common/tables/glance-auth_token.xml:96(td) ./doc/common/tables/glance-auth_token.xml:136(td) ./doc/common/tables/ceilometer-auth_token.xml:96(td) ./doc/common/tables/ceilometer-auth_token.xml:136(td) msgid "(StrOpt) Required if identity server requires client certificate" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:82(td) ./doc/common/tables/neutron-auth_token.xml:82(td) ./doc/common/tables/heat-auth_token.xml:82(td) ./doc/common/tables/nova-auth_token.xml:82(td) ./doc/common/tables/ironic-auth_token.xml:82(td) ./doc/common/tables/trove-auth_token.xml:82(td) ./doc/common/tables/manila-auth_token.xml:82(td) ./doc/common/tables/cinder-auth_token.xml:82(td) ./doc/common/tables/aodh-auth_token.xml:82(td) ./doc/common/tables/keystone-auth_token.xml:82(td) ./doc/common/tables/glance-auth_token.xml:82(td) ./doc/common/tables/ceilometer-auth_token.xml:82(td) +#: ./doc/common/tables/sahara-auth_token.xml:100(td) ./doc/common/tables/neutron-auth_token.xml:82(td) ./doc/common/tables/heat-auth_token.xml:100(td) ./doc/common/tables/nova-auth_token.xml:100(td) ./doc/common/tables/ironic-auth_token.xml:100(td) ./doc/common/tables/trove-auth_token.xml:100(td) ./doc/common/tables/manila-auth_token.xml:100(td) ./doc/common/tables/cinder-auth_token.xml:100(td) ./doc/common/tables/aodh-auth_token.xml:82(td) ./doc/common/tables/keystone-auth_token.xml:100(td) ./doc/common/tables/glance-auth_token.xml:100(td) ./doc/common/tables/ceilometer-auth_token.xml:100(td) msgid "(BoolOpt) If true, the revocation list will be checked for cached tokens. This requires that PKI tokens are configured on the identity server." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:86(td) ./doc/common/tables/neutron-auth_token.xml:86(td) ./doc/common/tables/heat-auth_token.xml:86(td) ./doc/common/tables/nova-auth_token.xml:86(td) ./doc/common/tables/ironic-auth_token.xml:86(td) ./doc/common/tables/trove-auth_token.xml:86(td) ./doc/common/tables/manila-auth_token.xml:86(td) ./doc/common/tables/cinder-auth_token.xml:86(td) ./doc/common/tables/aodh-auth_token.xml:86(td) ./doc/common/tables/keystone-auth_token.xml:86(td) ./doc/common/tables/glance-auth_token.xml:86(td) ./doc/common/tables/ceilometer-auth_token.xml:86(td) +#: ./doc/common/tables/sahara-auth_token.xml:104(td) ./doc/common/tables/neutron-auth_token.xml:86(td) ./doc/common/tables/heat-auth_token.xml:104(td) ./doc/common/tables/nova-auth_token.xml:104(td) ./doc/common/tables/ironic-auth_token.xml:104(td) ./doc/common/tables/trove-auth_token.xml:104(td) ./doc/common/tables/manila-auth_token.xml:104(td) ./doc/common/tables/cinder-auth_token.xml:104(td) ./doc/common/tables/aodh-auth_token.xml:86(td) ./doc/common/tables/keystone-auth_token.xml:104(td) ./doc/common/tables/glance-auth_token.xml:104(td) ./doc/common/tables/ceilometer-auth_token.xml:104(td) msgid "(BoolOpt) Do not handle authorization requests within the middleware, but delegate the authorization decision to downstream WSGI components." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:89(replaceable) ./doc/common/tables/neutron-auth_token.xml:89(replaceable) ./doc/common/tables/heat-auth_token.xml:89(replaceable) ./doc/common/tables/nova-auth_token.xml:89(replaceable) ./doc/common/tables/ironic-auth_token.xml:89(replaceable) ./doc/common/tables/keystone-token.xml:41(replaceable) ./doc/common/tables/trove-auth_token.xml:89(replaceable) ./doc/common/tables/manila-auth_token.xml:89(replaceable) ./doc/common/tables/cinder-auth_token.xml:89(replaceable) ./doc/common/tables/aodh-auth_token.xml:89(replaceable) ./doc/common/tables/keystone-auth_token.xml:89(replaceable) ./doc/common/tables/glance-auth_token.xml:89(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:89(replaceable) +#: ./doc/common/tables/sahara-auth_token.xml:107(replaceable) ./doc/common/tables/neutron-auth_token.xml:89(replaceable) ./doc/common/tables/heat-auth_token.xml:107(replaceable) ./doc/common/tables/nova-auth_token.xml:107(replaceable) ./doc/common/tables/ironic-auth_token.xml:107(replaceable) ./doc/common/tables/keystone-token.xml:59(replaceable) ./doc/common/tables/trove-auth_token.xml:107(replaceable) ./doc/common/tables/manila-auth_token.xml:107(replaceable) ./doc/common/tables/cinder-auth_token.xml:107(replaceable) ./doc/common/tables/aodh-auth_token.xml:89(replaceable) ./doc/common/tables/keystone-auth_token.xml:107(replaceable) ./doc/common/tables/glance-auth_token.xml:107(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:107(replaceable) msgid "permissive" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:90(td) ./doc/common/tables/neutron-auth_token.xml:90(td) ./doc/common/tables/heat-auth_token.xml:90(td) ./doc/common/tables/nova-auth_token.xml:90(td) ./doc/common/tables/ironic-auth_token.xml:90(td) ./doc/common/tables/trove-auth_token.xml:90(td) ./doc/common/tables/manila-auth_token.xml:90(td) ./doc/common/tables/cinder-auth_token.xml:90(td) ./doc/common/tables/aodh-auth_token.xml:90(td) ./doc/common/tables/keystone-auth_token.xml:90(td) ./doc/common/tables/glance-auth_token.xml:90(td) ./doc/common/tables/ceilometer-auth_token.xml:90(td) +#: ./doc/common/tables/sahara-auth_token.xml:108(td) ./doc/common/tables/neutron-auth_token.xml:90(td) ./doc/common/tables/heat-auth_token.xml:108(td) ./doc/common/tables/nova-auth_token.xml:108(td) ./doc/common/tables/ironic-auth_token.xml:108(td) ./doc/common/tables/trove-auth_token.xml:108(td) ./doc/common/tables/manila-auth_token.xml:108(td) ./doc/common/tables/cinder-auth_token.xml:108(td) ./doc/common/tables/aodh-auth_token.xml:90(td) ./doc/common/tables/keystone-auth_token.xml:108(td) ./doc/common/tables/glance-auth_token.xml:108(td) ./doc/common/tables/ceilometer-auth_token.xml:108(td) msgid "(StrOpt) Used to control the use and type of token binding. Can be set to: \"disabled\" to not check token binding. \"permissive\" (default) to validate binding information if the bind type is of a form known to the server and ignore it if not. \"strict\" like \"permissive\" but if the bind type is unknown the token will be rejected. \"required\" any form of token binding is needed to be allowed. Finally the name of a binding method that must be present in tokens." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:93(replaceable) ./doc/common/tables/neutron-auth_token.xml:93(replaceable) ./doc/common/tables/heat-auth_token.xml:93(replaceable) ./doc/common/tables/nova-auth_token.xml:93(replaceable) ./doc/common/tables/ironic-auth_token.xml:93(replaceable) ./doc/common/tables/keystone-token.xml:49(replaceable) ./doc/common/tables/trove-auth_token.xml:93(replaceable) ./doc/common/tables/manila-auth_token.xml:93(replaceable) ./doc/common/tables/cinder-auth_token.xml:93(replaceable) ./doc/common/tables/aodh-auth_token.xml:93(replaceable) ./doc/common/tables/keystone-auth_token.xml:93(replaceable) ./doc/common/tables/glance-auth_token.xml:93(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:93(replaceable) +#: ./doc/common/tables/sahara-auth_token.xml:111(replaceable) ./doc/common/tables/neutron-auth_token.xml:93(replaceable) ./doc/common/tables/heat-auth_token.xml:111(replaceable) ./doc/common/tables/nova-auth_token.xml:111(replaceable) ./doc/common/tables/ironic-auth_token.xml:111(replaceable) ./doc/common/tables/keystone-token.xml:67(replaceable) ./doc/common/tables/trove-auth_token.xml:111(replaceable) ./doc/common/tables/manila-auth_token.xml:111(replaceable) ./doc/common/tables/cinder-auth_token.xml:111(replaceable) ./doc/common/tables/aodh-auth_token.xml:93(replaceable) ./doc/common/tables/keystone-auth_token.xml:111(replaceable) ./doc/common/tables/glance-auth_token.xml:111(replaceable) ./doc/common/tables/ceilometer-auth_token.xml:111(replaceable) msgid "md5" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:94(td) ./doc/common/tables/neutron-auth_token.xml:94(td) ./doc/common/tables/heat-auth_token.xml:94(td) ./doc/common/tables/nova-auth_token.xml:94(td) ./doc/common/tables/ironic-auth_token.xml:94(td) ./doc/common/tables/trove-auth_token.xml:94(td) ./doc/common/tables/manila-auth_token.xml:94(td) ./doc/common/tables/cinder-auth_token.xml:94(td) ./doc/common/tables/aodh-auth_token.xml:94(td) ./doc/common/tables/keystone-auth_token.xml:94(td) ./doc/common/tables/glance-auth_token.xml:94(td) ./doc/common/tables/ceilometer-auth_token.xml:94(td) +#: ./doc/common/tables/sahara-auth_token.xml:112(td) ./doc/common/tables/neutron-auth_token.xml:94(td) ./doc/common/tables/heat-auth_token.xml:112(td) ./doc/common/tables/nova-auth_token.xml:112(td) ./doc/common/tables/ironic-auth_token.xml:112(td) ./doc/common/tables/trove-auth_token.xml:112(td) ./doc/common/tables/manila-auth_token.xml:112(td) ./doc/common/tables/cinder-auth_token.xml:112(td) ./doc/common/tables/aodh-auth_token.xml:94(td) ./doc/common/tables/keystone-auth_token.xml:112(td) ./doc/common/tables/glance-auth_token.xml:112(td) ./doc/common/tables/ceilometer-auth_token.xml:112(td) msgid "(ListOpt) Hash algorithms to use for hashing PKI tokens. This may be a single algorithm or multiple. The algorithms are those supported by Python standard hashlib.new(). The hashes will be tried in the order given, so put the preferred one first for performance. The result of the first hash will be stored in the cache. This will typically be set to multiple values only while migrating from a less secure algorithm to a more secure one. Once all the old tokens are expired this option should be set to a single value for better performance." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:98(td) ./doc/common/tables/neutron-auth_token.xml:98(td) ./doc/common/tables/heat-auth_token.xml:98(td) ./doc/common/tables/nova-auth_token.xml:98(td) ./doc/common/tables/ironic-auth_token.xml:98(td) ./doc/common/tables/trove-auth_token.xml:98(td) ./doc/common/tables/manila-auth_token.xml:98(td) ./doc/common/tables/cinder-auth_token.xml:98(td) ./doc/common/tables/aodh-auth_token.xml:98(td) ./doc/common/tables/keystone-auth_token.xml:98(td) ./doc/common/tables/glance-auth_token.xml:98(td) ./doc/common/tables/ceilometer-auth_token.xml:98(td) +#: ./doc/common/tables/sahara-auth_token.xml:116(td) ./doc/common/tables/neutron-auth_token.xml:98(td) ./doc/common/tables/heat-auth_token.xml:116(td) ./doc/common/tables/nova-auth_token.xml:116(td) ./doc/common/tables/ironic-auth_token.xml:116(td) ./doc/common/tables/trove-auth_token.xml:116(td) ./doc/common/tables/manila-auth_token.xml:116(td) ./doc/common/tables/cinder-auth_token.xml:116(td) ./doc/common/tables/aodh-auth_token.xml:98(td) ./doc/common/tables/keystone-auth_token.xml:116(td) ./doc/common/tables/glance-auth_token.xml:116(td) ./doc/common/tables/ceilometer-auth_token.xml:116(td) msgid "(IntOpt) Request timeout value for communicating with Identity API server." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:102(td) ./doc/common/tables/neutron-auth_token.xml:102(td) ./doc/common/tables/heat-auth_token.xml:102(td) ./doc/common/tables/nova-auth_token.xml:102(td) ./doc/common/tables/ironic-auth_token.xml:102(td) ./doc/common/tables/trove-auth_token.xml:102(td) ./doc/common/tables/manila-auth_token.xml:102(td) ./doc/common/tables/cinder-auth_token.xml:102(td) ./doc/common/tables/aodh-auth_token.xml:102(td) ./doc/common/tables/keystone-auth_token.xml:102(td) ./doc/common/tables/glance-auth_token.xml:102(td) ./doc/common/tables/ceilometer-auth_token.xml:102(td) +#: ./doc/common/tables/sahara-auth_token.xml:120(td) ./doc/common/tables/neutron-auth_token.xml:102(td) ./doc/common/tables/heat-auth_token.xml:120(td) ./doc/common/tables/nova-auth_token.xml:120(td) ./doc/common/tables/ironic-auth_token.xml:120(td) ./doc/common/tables/trove-auth_token.xml:120(td) ./doc/common/tables/manila-auth_token.xml:120(td) ./doc/common/tables/cinder-auth_token.xml:120(td) ./doc/common/tables/aodh-auth_token.xml:102(td) ./doc/common/tables/keystone-auth_token.xml:120(td) ./doc/common/tables/glance-auth_token.xml:120(td) ./doc/common/tables/ceilometer-auth_token.xml:120(td) msgid "(IntOpt) How many times are we trying to reconnect when communicating with Identity API Server." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:106(td) ./doc/common/tables/neutron-auth_token.xml:106(td) ./doc/common/tables/heat-auth_token.xml:106(td) ./doc/common/tables/nova-auth_token.xml:106(td) ./doc/common/tables/ironic-auth_token.xml:106(td) ./doc/common/tables/trove-auth_token.xml:106(td) ./doc/common/tables/manila-auth_token.xml:106(td) ./doc/common/tables/cinder-auth_token.xml:106(td) ./doc/common/tables/aodh-auth_token.xml:106(td) ./doc/common/tables/keystone-auth_token.xml:106(td) ./doc/common/tables/glance-auth_token.xml:106(td) ./doc/common/tables/ceilometer-auth_token.xml:106(td) +#: ./doc/common/tables/sahara-auth_token.xml:124(td) ./doc/common/tables/neutron-auth_token.xml:106(td) ./doc/common/tables/heat-auth_token.xml:124(td) ./doc/common/tables/nova-auth_token.xml:124(td) ./doc/common/tables/ironic-auth_token.xml:124(td) ./doc/common/tables/trove-auth_token.xml:124(td) ./doc/common/tables/manila-auth_token.xml:124(td) ./doc/common/tables/cinder-auth_token.xml:124(td) ./doc/common/tables/aodh-auth_token.xml:106(td) ./doc/common/tables/keystone-auth_token.xml:124(td) ./doc/common/tables/glance-auth_token.xml:124(td) ./doc/common/tables/ceilometer-auth_token.xml:124(td) msgid "(StrOpt) Complete admin Identity API endpoint. This should specify the unversioned root endpoint e.g. https://localhost:35357/" msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:110(td) ./doc/common/tables/neutron-auth_token.xml:110(td) ./doc/common/tables/heat-auth_token.xml:110(td) ./doc/common/tables/nova-auth_token.xml:110(td) ./doc/common/tables/ironic-auth_token.xml:110(td) ./doc/common/tables/trove-auth_token.xml:110(td) ./doc/common/tables/manila-auth_token.xml:110(td) ./doc/common/tables/cinder-auth_token.xml:110(td) ./doc/common/tables/aodh-auth_token.xml:110(td) ./doc/common/tables/keystone-auth_token.xml:110(td) ./doc/common/tables/glance-auth_token.xml:110(td) ./doc/common/tables/ceilometer-auth_token.xml:110(td) +#: ./doc/common/tables/sahara-auth_token.xml:128(td) ./doc/common/tables/neutron-auth_token.xml:110(td) ./doc/common/tables/heat-auth_token.xml:128(td) ./doc/common/tables/nova-auth_token.xml:128(td) ./doc/common/tables/ironic-auth_token.xml:128(td) ./doc/common/tables/trove-auth_token.xml:128(td) ./doc/common/tables/manila-auth_token.xml:128(td) ./doc/common/tables/cinder-auth_token.xml:128(td) ./doc/common/tables/aodh-auth_token.xml:110(td) ./doc/common/tables/keystone-auth_token.xml:128(td) ./doc/common/tables/glance-auth_token.xml:128(td) ./doc/common/tables/ceilometer-auth_token.xml:128(td) msgid "(BoolOpt) (Optional) Indicate whether to set the X-Service-Catalog header. If False, middleware will not ask for service catalog on token validation and will not set the X-Service-Catalog header." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:114(td) ./doc/common/tables/neutron-auth_token.xml:114(td) ./doc/common/tables/heat-auth_token.xml:114(td) ./doc/common/tables/nova-auth_token.xml:114(td) ./doc/common/tables/nova-volumes.xml:69(td) ./doc/common/tables/octavia.xml:123(td) ./doc/common/tables/ironic-auth_token.xml:114(td) ./doc/common/tables/trove-auth_token.xml:114(td) ./doc/common/tables/manila-auth_token.xml:114(td) ./doc/common/tables/neutron-nova.xml:38(td) ./doc/common/tables/cinder-auth_token.xml:114(td) ./doc/common/tables/nova-neutron.xml:77(td) ./doc/common/tables/aodh-auth_token.xml:114(td) ./doc/common/tables/keystone-auth_token.xml:114(td) ./doc/common/tables/nova-barbican.xml:38(td) ./doc/common/tables/glance-auth_token.xml:114(td) ./doc/common/tables/ceilometer-auth_token.xml:114(td) +#: ./doc/common/tables/sahara-auth_token.xml:132(td) ./doc/common/tables/neutron-auth_token.xml:114(td) ./doc/common/tables/heat-auth_token.xml:132(td) ./doc/common/tables/nova-auth_token.xml:132(td) ./doc/common/tables/nova-volumes.xml:87(td) ./doc/common/tables/octavia.xml:123(td) ./doc/common/tables/ironic-auth_token.xml:132(td) ./doc/common/tables/trove-auth_token.xml:132(td) ./doc/common/tables/manila-auth_token.xml:132(td) ./doc/common/tables/neutron-nova.xml:38(td) ./doc/common/tables/cinder-auth_token.xml:132(td) ./doc/common/tables/nova-neutron.xml:95(td) ./doc/common/tables/aodh-auth_token.xml:114(td) ./doc/common/tables/keystone-auth_token.xml:132(td) ./doc/common/tables/nova-barbican.xml:56(td) ./doc/common/tables/glance-auth_token.xml:132(td) ./doc/common/tables/ceilometer-auth_token.xml:132(td) msgid "(BoolOpt) Verify HTTPS connections." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:122(td) ./doc/common/tables/neutron-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/ironic-auth_token.xml:122(td) ./doc/common/tables/trove-auth_token.xml:122(td) ./doc/common/tables/manila-auth_token.xml:122(td) ./doc/common/tables/cinder-auth_token.xml:122(td) ./doc/common/tables/aodh-auth_token.xml:122(td) ./doc/common/tables/keystone-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/sahara-auth_token.xml:140(td) ./doc/common/tables/neutron-auth_token.xml:122(td) ./doc/common/tables/heat-auth_token.xml:140(td) ./doc/common/tables/nova-auth_token.xml:140(td) ./doc/common/tables/ironic-auth_token.xml:140(td) ./doc/common/tables/trove-auth_token.xml:140(td) ./doc/common/tables/manila-auth_token.xml:140(td) ./doc/common/tables/cinder-auth_token.xml:140(td) ./doc/common/tables/aodh-auth_token.xml:122(td) ./doc/common/tables/keystone-auth_token.xml:140(td) ./doc/common/tables/glance-auth_token.xml:140(td) ./doc/common/tables/ceilometer-auth_token.xml:140(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/sahara-auth_token.xml:126(td) ./doc/common/tables/neutron-auth_token.xml:126(td) ./doc/common/tables/heat-auth_token.xml:126(td) ./doc/common/tables/nova-auth_token.xml:126(td) ./doc/common/tables/ironic-auth_token.xml:126(td) ./doc/common/tables/trove-auth_token.xml:126(td) ./doc/common/tables/manila-auth_token.xml:126(td) ./doc/common/tables/cinder-auth_token.xml:126(td) ./doc/common/tables/aodh-auth_token.xml:126(td) ./doc/common/tables/keystone-auth_token.xml:126(td) ./doc/common/tables/glance-auth_token.xml:126(td) ./doc/common/tables/ceilometer-auth_token.xml:126(td) +#: ./doc/common/tables/sahara-auth_token.xml:144(td) ./doc/common/tables/neutron-auth_token.xml:126(td) ./doc/common/tables/heat-auth_token.xml:144(td) ./doc/common/tables/nova-auth_token.xml:144(td) ./doc/common/tables/ironic-auth_token.xml:144(td) ./doc/common/tables/trove-auth_token.xml:144(td) ./doc/common/tables/manila-auth_token.xml:144(td) ./doc/common/tables/cinder-auth_token.xml:144(td) ./doc/common/tables/aodh-auth_token.xml:126(td) ./doc/common/tables/keystone-auth_token.xml:144(td) ./doc/common/tables/glance-auth_token.xml:144(td) ./doc/common/tables/ceilometer-auth_token.xml:144(td) msgid "(IntOpt) (Optional) Number of seconds memcached server is considered dead before it is tried again." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:130(td) ./doc/common/tables/neutron-auth_token.xml:130(td) ./doc/common/tables/heat-auth_token.xml:130(td) ./doc/common/tables/nova-auth_token.xml:130(td) ./doc/common/tables/ironic-auth_token.xml:130(td) ./doc/common/tables/trove-auth_token.xml:130(td) ./doc/common/tables/manila-auth_token.xml:130(td) ./doc/common/tables/cinder-auth_token.xml:130(td) ./doc/common/tables/aodh-auth_token.xml:130(td) ./doc/common/tables/keystone-auth_token.xml:130(td) ./doc/common/tables/glance-auth_token.xml:130(td) ./doc/common/tables/ceilometer-auth_token.xml:130(td) +#: ./doc/common/tables/sahara-auth_token.xml:148(td) ./doc/common/tables/neutron-auth_token.xml:130(td) ./doc/common/tables/heat-auth_token.xml:148(td) ./doc/common/tables/nova-auth_token.xml:148(td) ./doc/common/tables/ironic-auth_token.xml:148(td) ./doc/common/tables/trove-auth_token.xml:148(td) ./doc/common/tables/manila-auth_token.xml:148(td) ./doc/common/tables/cinder-auth_token.xml:148(td) ./doc/common/tables/aodh-auth_token.xml:130(td) ./doc/common/tables/keystone-auth_token.xml:148(td) ./doc/common/tables/glance-auth_token.xml:148(td) ./doc/common/tables/ceilometer-auth_token.xml:148(td) msgid "(IntOpt) (Optional) Maximum total number of open connections to every memcached server." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:134(td) ./doc/common/tables/neutron-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/ironic-auth_token.xml:134(td) ./doc/common/tables/trove-auth_token.xml:134(td) ./doc/common/tables/manila-auth_token.xml:134(td) ./doc/common/tables/cinder-auth_token.xml:134(td) ./doc/common/tables/aodh-auth_token.xml:134(td) ./doc/common/tables/keystone-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/sahara-auth_token.xml:152(td) ./doc/common/tables/neutron-auth_token.xml:134(td) ./doc/common/tables/heat-auth_token.xml:152(td) ./doc/common/tables/nova-auth_token.xml:152(td) ./doc/common/tables/ironic-auth_token.xml:152(td) ./doc/common/tables/trove-auth_token.xml:152(td) ./doc/common/tables/manila-auth_token.xml:152(td) ./doc/common/tables/cinder-auth_token.xml:152(td) ./doc/common/tables/aodh-auth_token.xml:134(td) ./doc/common/tables/keystone-auth_token.xml:152(td) ./doc/common/tables/glance-auth_token.xml:152(td) ./doc/common/tables/ceilometer-auth_token.xml:152(td) msgid "(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcached server." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:138(td) ./doc/common/tables/neutron-auth_token.xml:138(td) ./doc/common/tables/heat-auth_token.xml:138(td) ./doc/common/tables/nova-auth_token.xml:138(td) ./doc/common/tables/ironic-auth_token.xml:138(td) ./doc/common/tables/trove-auth_token.xml:138(td) ./doc/common/tables/manila-auth_token.xml:138(td) ./doc/common/tables/cinder-auth_token.xml:138(td) ./doc/common/tables/aodh-auth_token.xml:138(td) ./doc/common/tables/keystone-auth_token.xml:138(td) ./doc/common/tables/glance-auth_token.xml:138(td) ./doc/common/tables/ceilometer-auth_token.xml:138(td) +#: ./doc/common/tables/sahara-auth_token.xml:156(td) ./doc/common/tables/neutron-auth_token.xml:138(td) ./doc/common/tables/heat-auth_token.xml:156(td) ./doc/common/tables/nova-auth_token.xml:156(td) ./doc/common/tables/ironic-auth_token.xml:156(td) ./doc/common/tables/trove-auth_token.xml:156(td) ./doc/common/tables/manila-auth_token.xml:156(td) ./doc/common/tables/cinder-auth_token.xml:156(td) ./doc/common/tables/aodh-auth_token.xml:138(td) ./doc/common/tables/keystone-auth_token.xml:156(td) ./doc/common/tables/glance-auth_token.xml:156(td) ./doc/common/tables/ceilometer-auth_token.xml:156(td) msgid "(IntOpt) (Optional) Number of seconds a connection to memcached is held unused in the pool before it is closed." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:142(td) ./doc/common/tables/neutron-auth_token.xml:142(td) ./doc/common/tables/heat-auth_token.xml:142(td) ./doc/common/tables/nova-auth_token.xml:142(td) ./doc/common/tables/ironic-auth_token.xml:142(td) ./doc/common/tables/trove-auth_token.xml:142(td) ./doc/common/tables/manila-auth_token.xml:142(td) ./doc/common/tables/cinder-auth_token.xml:142(td) ./doc/common/tables/aodh-auth_token.xml:142(td) ./doc/common/tables/keystone-auth_token.xml:142(td) ./doc/common/tables/glance-auth_token.xml:142(td) ./doc/common/tables/ceilometer-auth_token.xml:142(td) +#: ./doc/common/tables/sahara-auth_token.xml:160(td) ./doc/common/tables/neutron-auth_token.xml:142(td) ./doc/common/tables/heat-auth_token.xml:160(td) ./doc/common/tables/nova-auth_token.xml:160(td) ./doc/common/tables/ironic-auth_token.xml:160(td) ./doc/common/tables/trove-auth_token.xml:160(td) ./doc/common/tables/manila-auth_token.xml:160(td) ./doc/common/tables/cinder-auth_token.xml:160(td) ./doc/common/tables/aodh-auth_token.xml:142(td) ./doc/common/tables/keystone-auth_token.xml:160(td) ./doc/common/tables/glance-auth_token.xml:160(td) ./doc/common/tables/ceilometer-auth_token.xml:160(td) msgid "(StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This string is used for key derivation." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:146(td) ./doc/common/tables/neutron-auth_token.xml:146(td) ./doc/common/tables/heat-auth_token.xml:146(td) ./doc/common/tables/nova-auth_token.xml:146(td) ./doc/common/tables/ironic-auth_token.xml:146(td) ./doc/common/tables/trove-auth_token.xml:146(td) ./doc/common/tables/manila-auth_token.xml:146(td) ./doc/common/tables/cinder-auth_token.xml:146(td) ./doc/common/tables/aodh-auth_token.xml:146(td) ./doc/common/tables/keystone-auth_token.xml:146(td) ./doc/common/tables/glance-auth_token.xml:146(td) ./doc/common/tables/ceilometer-auth_token.xml:146(td) +#: ./doc/common/tables/sahara-auth_token.xml:164(td) ./doc/common/tables/neutron-auth_token.xml:146(td) ./doc/common/tables/heat-auth_token.xml:164(td) ./doc/common/tables/nova-auth_token.xml:164(td) ./doc/common/tables/ironic-auth_token.xml:164(td) ./doc/common/tables/trove-auth_token.xml:164(td) ./doc/common/tables/manila-auth_token.xml:164(td) ./doc/common/tables/cinder-auth_token.xml:164(td) ./doc/common/tables/aodh-auth_token.xml:146(td) ./doc/common/tables/keystone-auth_token.xml:164(td) ./doc/common/tables/glance-auth_token.xml:164(td) ./doc/common/tables/ceilometer-auth_token.xml:164(td) 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/sahara-auth_token.xml:150(td) ./doc/common/tables/neutron-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/ironic-auth_token.xml:150(td) ./doc/common/tables/trove-auth_token.xml:150(td) ./doc/common/tables/manila-auth_token.xml:150(td) ./doc/common/tables/cinder-auth_token.xml:150(td) ./doc/common/tables/aodh-auth_token.xml:150(td) ./doc/common/tables/keystone-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/sahara-auth_token.xml:168(td) ./doc/common/tables/neutron-auth_token.xml:150(td) ./doc/common/tables/heat-auth_token.xml:168(td) ./doc/common/tables/nova-auth_token.xml:168(td) ./doc/common/tables/ironic-auth_token.xml:168(td) ./doc/common/tables/trove-auth_token.xml:168(td) ./doc/common/tables/manila-auth_token.xml:168(td) ./doc/common/tables/cinder-auth_token.xml:168(td) ./doc/common/tables/aodh-auth_token.xml:150(td) ./doc/common/tables/keystone-auth_token.xml:168(td) ./doc/common/tables/glance-auth_token.xml:168(td) ./doc/common/tables/ceilometer-auth_token.xml:168(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/sahara-auth_token.xml:154(td) ./doc/common/tables/neutron-auth_token.xml:154(td) ./doc/common/tables/nova-auth_token.xml:154(td) ./doc/common/tables/ironic-auth_token.xml:158(td) ./doc/common/tables/trove-auth_token.xml:154(td) ./doc/common/tables/manila-auth_token.xml:158(td) ./doc/common/tables/cinder-auth_token.xml:154(td) ./doc/common/tables/aodh-auth_token.xml:158(td) ./doc/common/tables/keystone-auth_token.xml:154(td) ./doc/common/tables/glance-auth_token.xml:154(td) ./doc/common/tables/ceilometer-auth_token.xml:154(td) +#: ./doc/common/tables/sahara-auth_token.xml:172(td) ./doc/common/tables/neutron-auth_token.xml:154(td) ./doc/common/tables/heat-auth_token.xml:176(td) ./doc/common/tables/nova-auth_token.xml:172(td) ./doc/common/tables/ironic-auth_token.xml:176(td) ./doc/common/tables/trove-auth_token.xml:172(td) ./doc/common/tables/manila-auth_token.xml:176(td) ./doc/common/tables/cinder-auth_token.xml:172(td) ./doc/common/tables/aodh-auth_token.xml:158(td) ./doc/common/tables/keystone-auth_token.xml:172(td) ./doc/common/tables/glance-auth_token.xml:172(td) ./doc/common/tables/ceilometer-auth_token.xml:172(td) msgid "(StrOpt) The region in which the identity server can be found." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:158(td) ./doc/common/tables/neutron-auth_token.xml:158(td) ./doc/common/tables/heat-auth_token.xml:154(td) ./doc/common/tables/nova-auth_token.xml:158(td) ./doc/common/tables/ironic-auth_token.xml:162(td) ./doc/common/tables/trove-auth_token.xml:158(td) ./doc/common/tables/manila-auth_token.xml:162(td) ./doc/common/tables/cinder-auth_token.xml:158(td) ./doc/common/tables/aodh-auth_token.xml:162(td) ./doc/common/tables/keystone-auth_token.xml:158(td) ./doc/common/tables/glance-auth_token.xml:158(td) ./doc/common/tables/ceilometer-auth_token.xml:158(td) +#: ./doc/common/tables/sahara-auth_token.xml:176(td) ./doc/common/tables/neutron-auth_token.xml:158(td) ./doc/common/tables/heat-auth_token.xml:180(td) ./doc/common/tables/nova-auth_token.xml:176(td) ./doc/common/tables/ironic-auth_token.xml:180(td) ./doc/common/tables/trove-auth_token.xml:176(td) ./doc/common/tables/manila-auth_token.xml:180(td) ./doc/common/tables/cinder-auth_token.xml:176(td) ./doc/common/tables/aodh-auth_token.xml:162(td) ./doc/common/tables/keystone-auth_token.xml:176(td) ./doc/common/tables/glance-auth_token.xml:176(td) ./doc/common/tables/ceilometer-auth_token.xml:176(td) msgid "(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:162(td) ./doc/common/tables/neutron-auth_token.xml:162(td) ./doc/common/tables/heat-auth_token.xml:158(td) ./doc/common/tables/nova-auth_token.xml:162(td) ./doc/common/tables/ironic-auth_token.xml:166(td) ./doc/common/tables/trove-auth_token.xml:162(td) ./doc/common/tables/manila-auth_token.xml:166(td) ./doc/common/tables/cinder-auth_token.xml:162(td) ./doc/common/tables/aodh-auth_token.xml:166(td) ./doc/common/tables/keystone-auth_token.xml:162(td) ./doc/common/tables/glance-auth_token.xml:162(td) ./doc/common/tables/ceilometer-auth_token.xml:162(td) +#: ./doc/common/tables/sahara-auth_token.xml:180(td) ./doc/common/tables/neutron-auth_token.xml:162(td) ./doc/common/tables/heat-auth_token.xml:184(td) ./doc/common/tables/nova-auth_token.xml:180(td) ./doc/common/tables/ironic-auth_token.xml:184(td) ./doc/common/tables/trove-auth_token.xml:180(td) ./doc/common/tables/manila-auth_token.xml:184(td) ./doc/common/tables/cinder-auth_token.xml:180(td) ./doc/common/tables/aodh-auth_token.xml:166(td) ./doc/common/tables/keystone-auth_token.xml:180(td) ./doc/common/tables/glance-auth_token.xml:180(td) ./doc/common/tables/ceilometer-auth_token.xml:180(td) msgid "(StrOpt) Directory used to cache files related to PKI tokens." msgstr "" -#: ./doc/common/tables/sahara-auth_token.xml:166(td) ./doc/common/tables/neutron-auth_token.xml:166(td) ./doc/common/tables/heat-auth_token.xml:162(td) ./doc/common/tables/nova-auth_token.xml:166(td) ./doc/common/tables/ironic-auth_token.xml:170(td) ./doc/common/tables/trove-auth_token.xml:166(td) ./doc/common/tables/manila-auth_token.xml:170(td) ./doc/common/tables/cinder-auth_token.xml:166(td) ./doc/common/tables/aodh-auth_token.xml:170(td) ./doc/common/tables/keystone-auth_token.xml:166(td) ./doc/common/tables/glance-auth_token.xml:166(td) ./doc/common/tables/ceilometer-auth_token.xml:166(td) +#: ./doc/common/tables/sahara-auth_token.xml:184(td) ./doc/common/tables/neutron-auth_token.xml:166(td) ./doc/common/tables/heat-auth_token.xml:188(td) ./doc/common/tables/nova-auth_token.xml:184(td) ./doc/common/tables/ironic-auth_token.xml:188(td) ./doc/common/tables/trove-auth_token.xml:184(td) ./doc/common/tables/manila-auth_token.xml:188(td) ./doc/common/tables/cinder-auth_token.xml:184(td) ./doc/common/tables/aodh-auth_token.xml:170(td) ./doc/common/tables/keystone-auth_token.xml:184(td) ./doc/common/tables/glance-auth_token.xml:184(td) ./doc/common/tables/ceilometer-auth_token.xml:184(td) msgid "(IntOpt) In order to prevent excessive effort spent validating tokens, the middleware caches previously-seen tokens for a configurable duration (in seconds). Set to -1 to disable caching completely." msgstr "" -#: ./doc/common/tables/ironic-amt.xml:7(caption) +#: ./doc/common/tables/ironic-amt.xml:25(caption) msgid "Description of AMT configuration options" msgstr "" -#: ./doc/common/tables/ironic-amt.xml:18(th) +#: ./doc/common/tables/ironic-amt.xml:36(th) msgid "[amt]" msgstr "" -#: ./doc/common/tables/ironic-amt.xml:22(td) +#: ./doc/common/tables/ironic-amt.xml:40(td) msgid "(IntOpt) Amount of time (in seconds) to wait, before retrying an AMT operation" msgstr "" -#: ./doc/common/tables/ironic-amt.xml:26(td) +#: ./doc/common/tables/ironic-amt.xml:44(td) msgid "(IntOpt) Maximum number of times to attempt an AMT operation, before failing" msgstr "" -#: ./doc/common/tables/ironic-amt.xml:29(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:65(replaceable) ./doc/common/tables/neutron-metadata.xml:73(replaceable) ./doc/common/tables/nova-ec2.xml:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:73(replaceable) ./doc/common/tables/ironic-glance.xml:49(replaceable) ./doc/common/tables/glance-registry.xml:61(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:57(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:65(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:57(replaceable) ./doc/common/tables/manila-netapp.xml:65(replaceable) ./doc/common/tables/nova-glance.xml:52(replaceable) +#: ./doc/common/tables/ironic-amt.xml:47(replaceable) ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:83(replaceable) ./doc/common/tables/neutron-metadata.xml:73(replaceable) ./doc/common/tables/nova-ec2.xml:67(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:91(replaceable) ./doc/common/tables/ironic-glance.xml:67(replaceable) ./doc/common/tables/glance-registry.xml:79(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:75(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:83(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:75(replaceable) ./doc/common/tables/manila-netapp.xml:83(replaceable) ./doc/common/tables/nova-glance.xml:70(replaceable) msgid "http" msgstr "" -#: ./doc/common/tables/ironic-amt.xml:30(td) +#: ./doc/common/tables/ironic-amt.xml:48(td) msgid "(StrOpt) Protocol used for AMT endpoint, support http/https" msgstr "" -#: ./doc/common/tables/manila-database.xml:7(caption) +#: ./doc/common/tables/manila-database.xml:25(caption) msgid "Description of Database configuration options" msgstr "" -#: ./doc/common/tables/manila-database.xml:21(replaceable) ./doc/common/tables/manila-database.xml:32(replaceable) ./doc/common/tables/cinder-database.xml:28(replaceable) ./doc/common/tables/nova-database.xml:79(replaceable) ./doc/common/tables/ironic-database.xml:21(replaceable) ./doc/common/tables/glance-database.xml:21(replaceable) ./doc/common/tables/heat-database.xml:21(replaceable) ./doc/common/tables/ceilometer-database.xml:36(replaceable) ./doc/common/tables/neutron-database.xml:21(replaceable) ./doc/common/tables/aodh-database.xml:29(replaceable) ./doc/common/tables/sahara-database.xml:28(replaceable) ./doc/common/tables/keystone-database.xml:21(replaceable) +#: ./doc/common/tables/manila-database.xml:39(replaceable) ./doc/common/tables/manila-database.xml:50(replaceable) ./doc/common/tables/cinder-database.xml:46(replaceable) ./doc/common/tables/nova-database.xml:97(replaceable) ./doc/common/tables/ironic-database.xml:39(replaceable) ./doc/common/tables/glance-database.xml:39(replaceable) ./doc/common/tables/heat-database.xml:39(replaceable) ./doc/common/tables/ceilometer-database.xml:54(replaceable) ./doc/common/tables/neutron-database.xml:21(replaceable) ./doc/common/tables/aodh-database.xml:29(replaceable) ./doc/common/tables/sahara-database.xml:46(replaceable) ./doc/common/tables/keystone-database.xml:39(replaceable) msgid "sqlalchemy" msgstr "" -#: ./doc/common/tables/manila-database.xml:22(td) +#: ./doc/common/tables/manila-database.xml:40(td) msgid "(StrOpt) The backend to use for database." msgstr "" -#: ./doc/common/tables/manila-database.xml:25(replaceable) +#: ./doc/common/tables/manila-database.xml:43(replaceable) msgid "manila.db" msgstr "" -#: ./doc/common/tables/manila-database.xml:26(td) ./doc/common/tables/sahara-database.xml:22(td) +#: ./doc/common/tables/manila-database.xml:44(td) ./doc/common/tables/sahara-database.xml:40(td) msgid "(StrOpt) Driver to use for database access." msgstr "" -#: ./doc/common/tables/manila-database.xml:33(td) ./doc/common/tables/cinder-database.xml:29(td) ./doc/common/tables/nova-database.xml:80(td) ./doc/common/tables/ironic-database.xml:22(td) ./doc/common/tables/glance-database.xml:22(td) ./doc/common/tables/heat-database.xml:22(td) ./doc/common/tables/ceilometer-database.xml:37(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/aodh-database.xml:30(td) ./doc/common/tables/sahara-database.xml:29(td) ./doc/common/tables/keystone-database.xml:22(td) +#: ./doc/common/tables/manila-database.xml:51(td) ./doc/common/tables/cinder-database.xml:47(td) ./doc/common/tables/nova-database.xml:98(td) ./doc/common/tables/ironic-database.xml:40(td) ./doc/common/tables/glance-database.xml:40(td) ./doc/common/tables/heat-database.xml:40(td) ./doc/common/tables/ceilometer-database.xml:55(td) ./doc/common/tables/neutron-database.xml:22(td) ./doc/common/tables/aodh-database.xml:30(td) ./doc/common/tables/sahara-database.xml:47(td) ./doc/common/tables/keystone-database.xml:40(td) msgid "(StrOpt) The back end to use for the database." msgstr "" -#: ./doc/common/tables/manila-database.xml:37(td) ./doc/common/tables/cinder-database.xml:33(td) ./doc/common/tables/nova-database.xml:84(td) ./doc/common/tables/ironic-database.xml:26(td) ./doc/common/tables/glance-database.xml:26(td) ./doc/common/tables/heat-database.xml:26(td) ./doc/common/tables/ceilometer-database.xml:41(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/aodh-database.xml:34(td) ./doc/common/tables/sahara-database.xml:33(td) ./doc/common/tables/keystone-database.xml:26(td) +#: ./doc/common/tables/manila-database.xml:55(td) ./doc/common/tables/cinder-database.xml:51(td) ./doc/common/tables/nova-database.xml:102(td) ./doc/common/tables/ironic-database.xml:44(td) ./doc/common/tables/glance-database.xml:44(td) ./doc/common/tables/heat-database.xml:44(td) ./doc/common/tables/ceilometer-database.xml:59(td) ./doc/common/tables/neutron-database.xml:26(td) ./doc/common/tables/aodh-database.xml:34(td) ./doc/common/tables/sahara-database.xml:51(td) ./doc/common/tables/keystone-database.xml:44(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" -#: ./doc/common/tables/manila-database.xml:41(td) ./doc/common/tables/cinder-database.xml:37(td) ./doc/common/tables/nova-database.xml:33(td) ./doc/common/tables/nova-database.xml:88(td) ./doc/common/tables/ironic-database.xml:30(td) ./doc/common/tables/glance-database.xml:30(td) ./doc/common/tables/heat-database.xml:30(td) ./doc/common/tables/ceilometer-database.xml:45(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/aodh-database.xml:38(td) ./doc/common/tables/sahara-database.xml:37(td) ./doc/common/tables/keystone-database.xml:30(td) +#: ./doc/common/tables/manila-database.xml:59(td) ./doc/common/tables/cinder-database.xml:55(td) ./doc/common/tables/nova-database.xml:51(td) ./doc/common/tables/nova-database.xml:106(td) ./doc/common/tables/ironic-database.xml:48(td) ./doc/common/tables/glance-database.xml:48(td) ./doc/common/tables/heat-database.xml:48(td) ./doc/common/tables/ceilometer-database.xml:63(td) ./doc/common/tables/neutron-database.xml:30(td) ./doc/common/tables/aodh-database.xml:38(td) ./doc/common/tables/sahara-database.xml:55(td) ./doc/common/tables/keystone-database.xml:48(td) msgid "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" -#: ./doc/common/tables/manila-database.xml:45(td) ./doc/common/tables/cinder-database.xml:41(td) ./doc/common/tables/nova-database.xml:37(td) ./doc/common/tables/nova-database.xml:92(td) ./doc/common/tables/ironic-database.xml:34(td) ./doc/common/tables/glance-database.xml:34(td) ./doc/common/tables/heat-database.xml:34(td) ./doc/common/tables/ceilometer-database.xml:49(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/aodh-database.xml:42(td) ./doc/common/tables/sahara-database.xml:41(td) ./doc/common/tables/keystone-database.xml:34(td) +#: ./doc/common/tables/manila-database.xml:63(td) ./doc/common/tables/cinder-database.xml:59(td) ./doc/common/tables/nova-database.xml:55(td) ./doc/common/tables/nova-database.xml:110(td) ./doc/common/tables/ironic-database.xml:52(td) ./doc/common/tables/glance-database.xml:52(td) ./doc/common/tables/heat-database.xml:52(td) ./doc/common/tables/ceilometer-database.xml:67(td) ./doc/common/tables/neutron-database.xml:34(td) ./doc/common/tables/aodh-database.xml:42(td) ./doc/common/tables/sahara-database.xml:59(td) ./doc/common/tables/keystone-database.xml:52(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" -#: ./doc/common/tables/manila-database.xml:49(td) ./doc/common/tables/cinder-database.xml:45(td) ./doc/common/tables/nova-database.xml:96(td) ./doc/common/tables/ironic-database.xml:38(td) ./doc/common/tables/glance-database.xml:38(td) ./doc/common/tables/heat-database.xml:38(td) ./doc/common/tables/ceilometer-database.xml:57(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/aodh-database.xml:46(td) ./doc/common/tables/sahara-database.xml:45(td) ./doc/common/tables/keystone-database.xml:38(td) +#: ./doc/common/tables/manila-database.xml:67(td) ./doc/common/tables/cinder-database.xml:63(td) ./doc/common/tables/nova-database.xml:114(td) ./doc/common/tables/ironic-database.xml:56(td) ./doc/common/tables/glance-database.xml:56(td) ./doc/common/tables/heat-database.xml:56(td) ./doc/common/tables/ceilometer-database.xml:75(td) ./doc/common/tables/neutron-database.xml:38(td) ./doc/common/tables/aodh-database.xml:46(td) ./doc/common/tables/sahara-database.xml:63(td) ./doc/common/tables/keystone-database.xml:56(td) msgid "(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval." msgstr "" -#: ./doc/common/tables/manila-database.xml:52(replaceable) ./doc/common/tables/trove-quota.xml:33(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:25(replaceable) ./doc/common/tables/cinder-database.xml:48(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:188(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:251(replaceable) ./doc/common/tables/nova-database.xml:99(replaceable) ./doc/common/tables/ironic-database.xml:41(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:81(replaceable) ./doc/common/tables/nova-quota.xml:29(replaceable) ./doc/common/tables/nova-quota.xml:77(replaceable) ./doc/common/tables/glance-database.xml:41(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:32(replaceable) ./doc/common/tables/trove-cluster.xml:29(replaceable) ./doc/common/tables/neutron-l2gw.xml:68(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:65(replaceable) ./doc/common/tables/ironic-ilo.xml:41(replaceable) ./doc/common/tables/heat-database.xml:41(replaceable) ./doc/common/tables/ceilometer-api.xml:33(replaceable) ./doc/common/tables/trove-api.xml:73(replaceable) ./doc/common/tables/trove-api.xml:117(replaceable) ./doc/common/tables/ceilometer-database.xml:60(replaceable) ./doc/common/tables/neutron-common.xml:181(replaceable) ./doc/common/tables/neutron-database.xml:41(replaceable) ./doc/common/tables/aodh-database.xml:49(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/neutron-nsx.xml:274(replaceable) ./doc/common/tables/trove-backup.xml:57(replaceable) ./doc/common/tables/trove-common.xml:21(replaceable) ./doc/common/tables/trove-common.xml:25(replaceable) ./doc/common/tables/keystone-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/manila-database.xml:70(replaceable) ./doc/common/tables/trove-quota.xml:51(replaceable) ./doc/common/tables/ironic-disk_partitioner.xml:43(replaceable) ./doc/common/tables/cinder-database.xml:66(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:188(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:251(replaceable) ./doc/common/tables/nova-database.xml:117(replaceable) ./doc/common/tables/ironic-database.xml:59(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:99(replaceable) ./doc/common/tables/nova-quota.xml:47(replaceable) ./doc/common/tables/nova-quota.xml:95(replaceable) ./doc/common/tables/glance-database.xml:59(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:32(replaceable) ./doc/common/tables/trove-cluster.xml:47(replaceable) ./doc/common/tables/neutron-l2gw.xml:68(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:83(replaceable) ./doc/common/tables/ironic-ilo.xml:59(replaceable) ./doc/common/tables/heat-database.xml:59(replaceable) ./doc/common/tables/ceilometer-api.xml:51(replaceable) ./doc/common/tables/trove-api.xml:91(replaceable) ./doc/common/tables/trove-api.xml:135(replaceable) ./doc/common/tables/ceilometer-database.xml:78(replaceable) ./doc/common/tables/neutron-common.xml:181(replaceable) ./doc/common/tables/neutron-database.xml:41(replaceable) ./doc/common/tables/aodh-database.xml:49(replaceable) ./doc/common/tables/nova-xen.xml:133(replaceable) ./doc/common/tables/nova-xen.xml:245(replaceable) ./doc/common/tables/sahara-database.xml:66(replaceable) ./doc/common/tables/neutron-nsx.xml:274(replaceable) ./doc/common/tables/trove-backup.xml:75(replaceable) ./doc/common/tables/trove-common.xml:39(replaceable) ./doc/common/tables/trove-common.xml:43(replaceable) ./doc/common/tables/keystone-database.xml:59(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:56(replaceable) msgid "20" msgstr "" -#: ./doc/common/tables/manila-database.xml:53(td) ./doc/common/tables/cinder-database.xml:49(td) ./doc/common/tables/nova-database.xml:100(td) ./doc/common/tables/ironic-database.xml:42(td) ./doc/common/tables/glance-database.xml:42(td) ./doc/common/tables/heat-database.xml:42(td) ./doc/common/tables/ceilometer-database.xml:61(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/aodh-database.xml:50(td) ./doc/common/tables/sahara-database.xml:49(td) ./doc/common/tables/keystone-database.xml:42(td) +#: ./doc/common/tables/manila-database.xml:71(td) ./doc/common/tables/cinder-database.xml:67(td) ./doc/common/tables/nova-database.xml:118(td) ./doc/common/tables/ironic-database.xml:60(td) ./doc/common/tables/glance-database.xml:60(td) ./doc/common/tables/heat-database.xml:60(td) ./doc/common/tables/ceilometer-database.xml:79(td) ./doc/common/tables/neutron-database.xml:42(td) ./doc/common/tables/aodh-database.xml:50(td) ./doc/common/tables/sahara-database.xml:67(td) ./doc/common/tables/keystone-database.xml:60(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/manila-database.xml:57(td) ./doc/common/tables/cinder-database.xml:53(td) ./doc/common/tables/nova-database.xml:104(td) ./doc/common/tables/ironic-database.xml:46(td) ./doc/common/tables/glance-database.xml:46(td) ./doc/common/tables/heat-database.xml:46(td) ./doc/common/tables/ceilometer-database.xml:65(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/aodh-database.xml:54(td) ./doc/common/tables/sahara-database.xml:53(td) ./doc/common/tables/keystone-database.xml:46(td) +#: ./doc/common/tables/manila-database.xml:75(td) ./doc/common/tables/cinder-database.xml:71(td) ./doc/common/tables/nova-database.xml:122(td) ./doc/common/tables/ironic-database.xml:64(td) ./doc/common/tables/glance-database.xml:64(td) ./doc/common/tables/heat-database.xml:64(td) ./doc/common/tables/ceilometer-database.xml:83(td) ./doc/common/tables/neutron-database.xml:46(td) ./doc/common/tables/aodh-database.xml:54(td) ./doc/common/tables/sahara-database.xml:71(td) ./doc/common/tables/keystone-database.xml:64(td) msgid "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation." msgstr "" -#: ./doc/common/tables/manila-database.xml:61(td) ./doc/common/tables/cinder-database.xml:57(td) ./doc/common/tables/nova-database.xml:108(td) ./doc/common/tables/ironic-database.xml:50(td) ./doc/common/tables/glance-database.xml:50(td) ./doc/common/tables/heat-database.xml:50(td) ./doc/common/tables/ceilometer-database.xml:69(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/aodh-database.xml:58(td) ./doc/common/tables/sahara-database.xml:57(td) ./doc/common/tables/keystone-database.xml:50(td) +#: ./doc/common/tables/manila-database.xml:79(td) ./doc/common/tables/cinder-database.xml:75(td) ./doc/common/tables/nova-database.xml:126(td) ./doc/common/tables/ironic-database.xml:68(td) ./doc/common/tables/glance-database.xml:68(td) ./doc/common/tables/heat-database.xml:68(td) ./doc/common/tables/ceilometer-database.xml:87(td) ./doc/common/tables/neutron-database.xml:50(td) ./doc/common/tables/aodh-database.xml:58(td) ./doc/common/tables/sahara-database.xml:75(td) ./doc/common/tables/keystone-database.xml:68(td) msgid "(IntOpt) Seconds between retries of a database transaction." msgstr "" -#: ./doc/common/tables/manila-database.xml:64(replaceable) ./doc/common/tables/ceilometer-cors.xml:41(replaceable) ./doc/common/tables/ceilometer-cors.xml:68(replaceable) ./doc/common/tables/cinder-database.xml:60(replaceable) ./doc/common/tables/nova-ldap.xml:49(replaceable) ./doc/common/tables/cinder-cors.xml:41(replaceable) ./doc/common/tables/cinder-cors.xml:68(replaceable) ./doc/common/tables/trove-taskmanager.xml:33(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:32(replaceable) ./doc/common/tables/nova-compute.xml:141(replaceable) ./doc/common/tables/nova-database.xml:40(replaceable) ./doc/common/tables/nova-database.xml:111(replaceable) ./doc/common/tables/keystone-revoke.xml:21(replaceable) ./doc/common/tables/ironic-database.xml:53(replaceable) ./doc/common/tables/ironic-api.xml:60(replaceable) ./doc/common/tables/ironic-api.xml:87(replaceable) ./doc/common/tables/nova-cells.xml:57(replaceable) ./doc/common/tables/aodh-cors.xml:41(replaceable) ./doc/common/tables/aodh-cors.xml:68(replaceable) ./doc/common/tables/glance-database.xml:53(replaceable) ./doc/common/tables/heat-api.xml:69(replaceable) ./doc/common/tables/keystone-token.xml:45(replaceable) ./doc/common/tables/trove-database.xml:32(replaceable) ./doc/common/tables/manila-cors.xml:41(replaceable) ./doc/common/tables/manila-cors.xml:68(replaceable) ./doc/common/tables/manila-common.xml:89(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:52(replaceable) ./doc/common/tables/neutron-cors.xml:41(replaceable) ./doc/common/tables/neutron-cors.xml:68(replaceable) ./doc/common/tables/heat-database.xml:53(replaceable) ./doc/common/tables/ceilometer-database.xml:80(replaceable) ./doc/common/tables/nova-cors.xml:41(replaceable) ./doc/common/tables/nova-cors.xml:68(replaceable) ./doc/common/tables/cinder-api.xml:29(replaceable) ./doc/common/tables/keystone-saml.xml:21(replaceable) ./doc/common/tables/heat-cors.xml:41(replaceable) ./doc/common/tables/heat-cors.xml:68(replaceable) ./doc/common/tables/sahara-cors.xml:41(replaceable) ./doc/common/tables/sahara-cors.xml:68(replaceable) ./doc/common/tables/glance-cors.xml:41(replaceable) ./doc/common/tables/glance-cors.xml:68(replaceable) ./doc/common/tables/neutron-database.xml:53(replaceable) ./doc/common/tables/aodh-database.xml:61(replaceable) ./doc/common/tables/keystone-cors.xml:41(replaceable) ./doc/common/tables/keystone-cors.xml:68(replaceable) ./doc/common/tables/nova-libvirt.xml:40(replaceable) ./doc/common/tables/nova-libvirt.xml:128(replaceable) ./doc/common/tables/nova-xen.xml:215(replaceable) ./doc/common/tables/sahara-database.xml:60(replaceable) ./doc/common/tables/keystone-database.xml:53(replaceable) +#: ./doc/common/tables/manila-database.xml:82(replaceable) ./doc/common/tables/ceilometer-cors.xml:59(replaceable) ./doc/common/tables/ceilometer-cors.xml:86(replaceable) ./doc/common/tables/cinder-database.xml:78(replaceable) ./doc/common/tables/nova-ldap.xml:67(replaceable) ./doc/common/tables/cinder-cors.xml:59(replaceable) ./doc/common/tables/cinder-cors.xml:86(replaceable) ./doc/common/tables/trove-taskmanager.xml:51(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:32(replaceable) ./doc/common/tables/nova-compute.xml:159(replaceable) ./doc/common/tables/nova-database.xml:58(replaceable) ./doc/common/tables/nova-database.xml:129(replaceable) ./doc/common/tables/keystone-revoke.xml:39(replaceable) ./doc/common/tables/ironic-database.xml:71(replaceable) ./doc/common/tables/ironic-api.xml:78(replaceable) ./doc/common/tables/ironic-api.xml:105(replaceable) ./doc/common/tables/nova-cells.xml:71(replaceable) ./doc/common/tables/aodh-cors.xml:41(replaceable) ./doc/common/tables/aodh-cors.xml:68(replaceable) ./doc/common/tables/glance-database.xml:71(replaceable) ./doc/common/tables/heat-api.xml:87(replaceable) ./doc/common/tables/keystone-token.xml:63(replaceable) ./doc/common/tables/trove-database.xml:50(replaceable) ./doc/common/tables/manila-cors.xml:59(replaceable) ./doc/common/tables/manila-cors.xml:86(replaceable) ./doc/common/tables/manila-common.xml:107(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:52(replaceable) ./doc/common/tables/neutron-cors.xml:41(replaceable) ./doc/common/tables/neutron-cors.xml:68(replaceable) ./doc/common/tables/heat-database.xml:71(replaceable) ./doc/common/tables/ceilometer-database.xml:98(replaceable) ./doc/common/tables/nova-cors.xml:59(replaceable) ./doc/common/tables/nova-cors.xml:86(replaceable) ./doc/common/tables/cinder-api.xml:47(replaceable) ./doc/common/tables/keystone-saml.xml:39(replaceable) ./doc/common/tables/heat-cors.xml:59(replaceable) ./doc/common/tables/heat-cors.xml:86(replaceable) ./doc/common/tables/sahara-cors.xml:59(replaceable) ./doc/common/tables/sahara-cors.xml:86(replaceable) ./doc/common/tables/glance-cors.xml:59(replaceable) ./doc/common/tables/glance-cors.xml:86(replaceable) ./doc/common/tables/neutron-database.xml:53(replaceable) ./doc/common/tables/aodh-database.xml:61(replaceable) ./doc/common/tables/keystone-cors.xml:59(replaceable) ./doc/common/tables/keystone-cors.xml:86(replaceable) ./doc/common/tables/nova-libvirt.xml:58(replaceable) ./doc/common/tables/nova-libvirt.xml:146(replaceable) ./doc/common/tables/nova-xen.xml:233(replaceable) ./doc/common/tables/sahara-database.xml:78(replaceable) ./doc/common/tables/keystone-database.xml:71(replaceable) msgid "3600" msgstr "" -#: ./doc/common/tables/manila-database.xml:65(td) ./doc/common/tables/cinder-database.xml:61(td) ./doc/common/tables/nova-database.xml:41(td) ./doc/common/tables/nova-database.xml:112(td) ./doc/common/tables/ironic-database.xml:54(td) ./doc/common/tables/glance-database.xml:54(td) ./doc/common/tables/manila-common.xml:90(td) ./doc/common/tables/heat-database.xml:54(td) ./doc/common/tables/ceilometer-database.xml:81(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/aodh-database.xml:62(td) ./doc/common/tables/sahara-database.xml:61(td) ./doc/common/tables/keystone-database.xml:54(td) +#: ./doc/common/tables/manila-database.xml:83(td) ./doc/common/tables/cinder-database.xml:79(td) ./doc/common/tables/nova-database.xml:59(td) ./doc/common/tables/nova-database.xml:130(td) ./doc/common/tables/ironic-database.xml:72(td) ./doc/common/tables/glance-database.xml:72(td) ./doc/common/tables/manila-common.xml:108(td) ./doc/common/tables/heat-database.xml:72(td) ./doc/common/tables/ceilometer-database.xml:99(td) ./doc/common/tables/neutron-database.xml:54(td) ./doc/common/tables/aodh-database.xml:62(td) ./doc/common/tables/sahara-database.xml:79(td) ./doc/common/tables/keystone-database.xml:72(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" -#: ./doc/common/tables/manila-database.xml:69(td) ./doc/common/tables/cinder-database.xml:65(td) ./doc/common/tables/nova-database.xml:45(td) ./doc/common/tables/nova-database.xml:116(td) ./doc/common/tables/ironic-database.xml:58(td) ./doc/common/tables/glance-database.xml:58(td) ./doc/common/tables/heat-database.xml:58(td) ./doc/common/tables/ceilometer-database.xml:85(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/aodh-database.xml:66(td) ./doc/common/tables/sahara-database.xml:65(td) ./doc/common/tables/keystone-database.xml:58(td) +#: ./doc/common/tables/manila-database.xml:87(td) ./doc/common/tables/cinder-database.xml:83(td) ./doc/common/tables/nova-database.xml:63(td) ./doc/common/tables/nova-database.xml:134(td) ./doc/common/tables/ironic-database.xml:76(td) ./doc/common/tables/glance-database.xml:76(td) ./doc/common/tables/heat-database.xml:76(td) ./doc/common/tables/ceilometer-database.xml:103(td) ./doc/common/tables/neutron-database.xml:58(td) ./doc/common/tables/aodh-database.xml:66(td) ./doc/common/tables/sahara-database.xml:83(td) ./doc/common/tables/keystone-database.xml:76(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" -#: ./doc/common/tables/manila-database.xml:73(td) ./doc/common/tables/cinder-database.xml:69(td) ./doc/common/tables/nova-database.xml:49(td) ./doc/common/tables/nova-database.xml:120(td) ./doc/common/tables/ironic-database.xml:62(td) ./doc/common/tables/glance-database.xml:62(td) ./doc/common/tables/heat-database.xml:62(td) ./doc/common/tables/ceilometer-database.xml:89(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/aodh-database.xml:70(td) ./doc/common/tables/sahara-database.xml:69(td) ./doc/common/tables/keystone-database.xml:62(td) +#: ./doc/common/tables/manila-database.xml:91(td) ./doc/common/tables/cinder-database.xml:87(td) ./doc/common/tables/nova-database.xml:67(td) ./doc/common/tables/nova-database.xml:138(td) ./doc/common/tables/ironic-database.xml:80(td) ./doc/common/tables/glance-database.xml:80(td) ./doc/common/tables/heat-database.xml:80(td) ./doc/common/tables/ceilometer-database.xml:107(td) ./doc/common/tables/neutron-database.xml:62(td) ./doc/common/tables/aodh-database.xml:70(td) ./doc/common/tables/sahara-database.xml:87(td) ./doc/common/tables/keystone-database.xml:80(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/manila-database.xml:77(td) ./doc/common/tables/cinder-database.xml:73(td) ./doc/common/tables/nova-database.xml:53(td) ./doc/common/tables/nova-database.xml:124(td) ./doc/common/tables/ironic-database.xml:66(td) ./doc/common/tables/glance-database.xml:66(td) ./doc/common/tables/heat-database.xml:66(td) ./doc/common/tables/ceilometer-database.xml:93(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/aodh-database.xml:74(td) ./doc/common/tables/sahara-database.xml:73(td) ./doc/common/tables/keystone-database.xml:66(td) +#: ./doc/common/tables/manila-database.xml:95(td) ./doc/common/tables/cinder-database.xml:91(td) ./doc/common/tables/nova-database.xml:71(td) ./doc/common/tables/nova-database.xml:142(td) ./doc/common/tables/ironic-database.xml:84(td) ./doc/common/tables/glance-database.xml:84(td) ./doc/common/tables/heat-database.xml:84(td) ./doc/common/tables/ceilometer-database.xml:111(td) ./doc/common/tables/neutron-database.xml:66(td) ./doc/common/tables/aodh-database.xml:74(td) ./doc/common/tables/sahara-database.xml:91(td) ./doc/common/tables/keystone-database.xml:84(td) msgid "(IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count." msgstr "" -#: ./doc/common/tables/manila-database.xml:81(td) ./doc/common/tables/cinder-database.xml:77(td) ./doc/common/tables/nova-database.xml:128(td) ./doc/common/tables/ironic-database.xml:70(td) ./doc/common/tables/glance-database.xml:70(td) ./doc/common/tables/heat-database.xml:70(td) ./doc/common/tables/ceilometer-database.xml:105(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/aodh-database.xml:78(td) ./doc/common/tables/sahara-database.xml:77(td) ./doc/common/tables/keystone-database.xml:70(td) +#: ./doc/common/tables/manila-database.xml:99(td) ./doc/common/tables/cinder-database.xml:95(td) ./doc/common/tables/nova-database.xml:146(td) ./doc/common/tables/ironic-database.xml:88(td) ./doc/common/tables/glance-database.xml:88(td) ./doc/common/tables/heat-database.xml:88(td) ./doc/common/tables/ceilometer-database.xml:123(td) ./doc/common/tables/neutron-database.xml:70(td) ./doc/common/tables/aodh-database.xml:78(td) ./doc/common/tables/sahara-database.xml:95(td) ./doc/common/tables/keystone-database.xml:88(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "" -#: ./doc/common/tables/manila-database.xml:84(replaceable) ./doc/common/tables/cinder-database.xml:80(replaceable) ./doc/common/tables/nova-database.xml:56(replaceable) ./doc/common/tables/nova-database.xml:131(replaceable) ./doc/common/tables/ironic-database.xml:77(replaceable) ./doc/common/tables/glance-database.xml:73(replaceable) ./doc/common/tables/heat-database.xml:73(replaceable) ./doc/common/tables/ceilometer-database.xml:108(replaceable) ./doc/common/tables/neutron-database.xml:73(replaceable) ./doc/common/tables/aodh-database.xml:81(replaceable) ./doc/common/tables/sahara-database.xml:80(replaceable) ./doc/common/tables/keystone-database.xml:73(replaceable) +#: ./doc/common/tables/manila-database.xml:102(replaceable) ./doc/common/tables/cinder-database.xml:98(replaceable) ./doc/common/tables/nova-database.xml:74(replaceable) ./doc/common/tables/nova-database.xml:149(replaceable) ./doc/common/tables/ironic-database.xml:95(replaceable) ./doc/common/tables/glance-database.xml:91(replaceable) ./doc/common/tables/heat-database.xml:91(replaceable) ./doc/common/tables/ceilometer-database.xml:130(replaceable) ./doc/common/tables/neutron-database.xml:73(replaceable) ./doc/common/tables/aodh-database.xml:81(replaceable) ./doc/common/tables/sahara-database.xml:98(replaceable) ./doc/common/tables/keystone-database.xml:91(replaceable) msgid "TRADITIONAL" msgstr "" -#: ./doc/common/tables/manila-database.xml:85(td) ./doc/common/tables/cinder-database.xml:81(td) ./doc/common/tables/nova-database.xml:57(td) ./doc/common/tables/nova-database.xml:132(td) ./doc/common/tables/ironic-database.xml:78(td) ./doc/common/tables/glance-database.xml:74(td) ./doc/common/tables/heat-database.xml:74(td) ./doc/common/tables/ceilometer-database.xml:109(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/aodh-database.xml:82(td) ./doc/common/tables/sahara-database.xml:81(td) ./doc/common/tables/keystone-database.xml:74(td) +#: ./doc/common/tables/manila-database.xml:103(td) ./doc/common/tables/cinder-database.xml:99(td) ./doc/common/tables/nova-database.xml:75(td) ./doc/common/tables/nova-database.xml:150(td) ./doc/common/tables/ironic-database.xml:96(td) ./doc/common/tables/glance-database.xml:92(td) ./doc/common/tables/heat-database.xml:92(td) ./doc/common/tables/ceilometer-database.xml:131(td) ./doc/common/tables/neutron-database.xml:74(td) ./doc/common/tables/aodh-database.xml:82(td) ./doc/common/tables/sahara-database.xml:99(td) ./doc/common/tables/keystone-database.xml:92(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/manila-database.xml:89(td) ./doc/common/tables/cinder-database.xml:85(td) ./doc/common/tables/nova-database.xml:61(td) ./doc/common/tables/nova-database.xml:136(td) ./doc/common/tables/ironic-database.xml:82(td) ./doc/common/tables/glance-database.xml:78(td) ./doc/common/tables/heat-database.xml:78(td) ./doc/common/tables/ceilometer-database.xml:113(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/aodh-database.xml:86(td) ./doc/common/tables/sahara-database.xml:85(td) ./doc/common/tables/keystone-database.xml:78(td) +#: ./doc/common/tables/manila-database.xml:107(td) ./doc/common/tables/cinder-database.xml:103(td) ./doc/common/tables/nova-database.xml:79(td) ./doc/common/tables/nova-database.xml:154(td) ./doc/common/tables/ironic-database.xml:100(td) ./doc/common/tables/glance-database.xml:96(td) ./doc/common/tables/heat-database.xml:96(td) ./doc/common/tables/ceilometer-database.xml:135(td) ./doc/common/tables/neutron-database.xml:78(td) ./doc/common/tables/aodh-database.xml:86(td) ./doc/common/tables/sahara-database.xml:103(td) ./doc/common/tables/keystone-database.xml:96(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" -#: ./doc/common/tables/manila-database.xml:93(td) ./doc/common/tables/cinder-database.xml:89(td) ./doc/common/tables/nova-database.xml:65(td) ./doc/common/tables/nova-database.xml:140(td) ./doc/common/tables/ironic-database.xml:86(td) ./doc/common/tables/glance-database.xml:82(td) ./doc/common/tables/manila-common.xml:98(td) ./doc/common/tables/heat-database.xml:82(td) ./doc/common/tables/ceilometer-database.xml:117(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/aodh-database.xml:90(td) ./doc/common/tables/sahara-database.xml:89(td) ./doc/common/tables/keystone-database.xml:82(td) +#: ./doc/common/tables/manila-database.xml:111(td) ./doc/common/tables/cinder-database.xml:107(td) ./doc/common/tables/nova-database.xml:83(td) ./doc/common/tables/nova-database.xml:158(td) ./doc/common/tables/ironic-database.xml:104(td) ./doc/common/tables/glance-database.xml:100(td) ./doc/common/tables/manila-common.xml:116(td) ./doc/common/tables/heat-database.xml:100(td) ./doc/common/tables/ceilometer-database.xml:139(td) ./doc/common/tables/neutron-database.xml:82(td) ./doc/common/tables/aodh-database.xml:90(td) ./doc/common/tables/sahara-database.xml:107(td) ./doc/common/tables/keystone-database.xml:100(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" -#: ./doc/common/tables/manila-database.xml:97(td) ./doc/common/tables/cinder-database.xml:93(td) ./doc/common/tables/nova-database.xml:69(td) ./doc/common/tables/nova-database.xml:144(td) ./doc/common/tables/ironic-database.xml:90(td) ./doc/common/tables/glance-database.xml:86(td) ./doc/common/tables/heat-database.xml:86(td) ./doc/common/tables/ceilometer-database.xml:121(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/aodh-database.xml:94(td) ./doc/common/tables/sahara-database.xml:93(td) ./doc/common/tables/keystone-database.xml:86(td) +#: ./doc/common/tables/manila-database.xml:115(td) ./doc/common/tables/cinder-database.xml:111(td) ./doc/common/tables/nova-database.xml:87(td) ./doc/common/tables/nova-database.xml:162(td) ./doc/common/tables/ironic-database.xml:108(td) ./doc/common/tables/glance-database.xml:104(td) ./doc/common/tables/heat-database.xml:104(td) ./doc/common/tables/ceilometer-database.xml:143(td) ./doc/common/tables/neutron-database.xml:86(td) ./doc/common/tables/aodh-database.xml:94(td) ./doc/common/tables/sahara-database.xml:111(td) ./doc/common/tables/keystone-database.xml:104(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the slave database." msgstr "" -#: ./doc/common/tables/manila-database.xml:100(replaceable) ./doc/common/tables/cinder-database.xml:96(replaceable) ./doc/common/tables/nova-database.xml:147(replaceable) ./doc/common/tables/ironic-database.xml:93(replaceable) ./doc/common/tables/glance-database.xml:89(replaceable) ./doc/common/tables/heat-database.xml:89(replaceable) ./doc/common/tables/ceilometer-database.xml:124(replaceable) ./doc/common/tables/neutron-database.xml:89(replaceable) ./doc/common/tables/aodh-database.xml:97(replaceable) ./doc/common/tables/sahara-database.xml:96(replaceable) ./doc/common/tables/keystone-database.xml:89(replaceable) +#: ./doc/common/tables/manila-database.xml:118(replaceable) ./doc/common/tables/cinder-database.xml:114(replaceable) ./doc/common/tables/nova-database.xml:165(replaceable) ./doc/common/tables/ironic-database.xml:111(replaceable) ./doc/common/tables/glance-database.xml:107(replaceable) ./doc/common/tables/heat-database.xml:107(replaceable) ./doc/common/tables/ceilometer-database.xml:146(replaceable) ./doc/common/tables/neutron-database.xml:89(replaceable) ./doc/common/tables/aodh-database.xml:97(replaceable) ./doc/common/tables/sahara-database.xml:114(replaceable) ./doc/common/tables/keystone-database.xml:107(replaceable) msgid "oslo.sqlite" msgstr "" -#: ./doc/common/tables/manila-database.xml:101(td) ./doc/common/tables/cinder-database.xml:97(td) ./doc/common/tables/nova-database.xml:148(td) ./doc/common/tables/ironic-database.xml:94(td) ./doc/common/tables/glance-database.xml:90(td) ./doc/common/tables/heat-database.xml:90(td) ./doc/common/tables/ceilometer-database.xml:125(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/aodh-database.xml:98(td) ./doc/common/tables/sahara-database.xml:97(td) ./doc/common/tables/keystone-database.xml:90(td) +#: ./doc/common/tables/manila-database.xml:119(td) ./doc/common/tables/cinder-database.xml:115(td) ./doc/common/tables/nova-database.xml:166(td) ./doc/common/tables/ironic-database.xml:112(td) ./doc/common/tables/glance-database.xml:108(td) ./doc/common/tables/heat-database.xml:108(td) ./doc/common/tables/ceilometer-database.xml:147(td) ./doc/common/tables/neutron-database.xml:90(td) ./doc/common/tables/aodh-database.xml:98(td) ./doc/common/tables/sahara-database.xml:115(td) ./doc/common/tables/keystone-database.xml:108(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" -#: ./doc/common/tables/manila-database.xml:105(td) ./doc/common/tables/cinder-database.xml:101(td) ./doc/common/tables/nova-database.xml:73(td) ./doc/common/tables/nova-database.xml:152(td) ./doc/common/tables/ironic-database.xml:98(td) ./doc/common/tables/glance-database.xml:94(td) ./doc/common/tables/heat-database.xml:94(td) ./doc/common/tables/ceilometer-database.xml:129(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/aodh-database.xml:102(td) ./doc/common/tables/sahara-database.xml:101(td) ./doc/common/tables/keystone-database.xml:94(td) +#: ./doc/common/tables/manila-database.xml:123(td) ./doc/common/tables/cinder-database.xml:119(td) ./doc/common/tables/nova-database.xml:91(td) ./doc/common/tables/nova-database.xml:170(td) ./doc/common/tables/ironic-database.xml:116(td) ./doc/common/tables/glance-database.xml:112(td) ./doc/common/tables/heat-database.xml:112(td) ./doc/common/tables/ceilometer-database.xml:151(td) ./doc/common/tables/neutron-database.xml:94(td) ./doc/common/tables/aodh-database.xml:102(td) ./doc/common/tables/sahara-database.xml:119(td) ./doc/common/tables/keystone-database.xml:112(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" -#: ./doc/common/tables/manila-database.xml:109(td) ./doc/common/tables/cinder-database.xml:105(td) ./doc/common/tables/nova-database.xml:156(td) ./doc/common/tables/ironic-database.xml:102(td) ./doc/common/tables/glance-database.xml:98(td) ./doc/common/tables/heat-database.xml:98(td) ./doc/common/tables/ceilometer-database.xml:133(td) ./doc/common/tables/neutron-database.xml:98(td) ./doc/common/tables/aodh-database.xml:106(td) ./doc/common/tables/sahara-database.xml:105(td) ./doc/common/tables/keystone-database.xml:98(td) +#: ./doc/common/tables/manila-database.xml:127(td) ./doc/common/tables/cinder-database.xml:123(td) ./doc/common/tables/nova-database.xml:174(td) ./doc/common/tables/ironic-database.xml:120(td) ./doc/common/tables/glance-database.xml:116(td) ./doc/common/tables/heat-database.xml:116(td) ./doc/common/tables/ceilometer-database.xml:155(td) ./doc/common/tables/neutron-database.xml:98(td) ./doc/common/tables/aodh-database.xml:106(td) ./doc/common/tables/sahara-database.xml:123(td) ./doc/common/tables/keystone-database.xml:116(td) msgid "(BoolOpt) Enable the experimental use of database reconnect on connection lost." msgstr "" -#: ./doc/common/tables/glance-rbd.xml:7(caption) +#: ./doc/common/tables/glance-rbd.xml:25(caption) msgid "Description of RADOS Block Devices (RBD) configuration options" msgstr "" -#: ./doc/common/tables/glance-rbd.xml:18(th) ./doc/common/tables/glance-filesystem.xml:18(th) ./doc/common/tables/glance-common.xml:105(th) ./doc/common/tables/glance-s3.xml:18(th) ./doc/common/tables/glance-cinder.xml:18(th) ./doc/common/tables/glance-api.xml:105(th) ./doc/common/tables/glance-gridfs.xml:18(th) ./doc/common/tables/glance-vmware.xml:18(th) ./doc/common/tables/glance-sheepdog.xml:18(th) +#: ./doc/common/tables/glance-rbd.xml:36(th) ./doc/common/tables/glance-filesystem.xml:36(th) ./doc/common/tables/glance-common.xml:123(th) ./doc/common/tables/glance-s3.xml:36(th) ./doc/common/tables/glance-cinder.xml:36(th) ./doc/common/tables/glance-api.xml:123(th) ./doc/common/tables/glance-gridfs.xml:36(th) ./doc/common/tables/glance-vmware.xml:36(th) ./doc/common/tables/glance-sheepdog.xml:36(th) msgid "[glance_store]" msgstr "" -#: ./doc/common/tables/glance-rbd.xml:22(td) +#: ./doc/common/tables/glance-rbd.xml:40(td) msgid "(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value <= 0, no timeout is set and default librados value is used." msgstr "" -#: ./doc/common/tables/glance-rbd.xml:25(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:25(replaceable) +#: ./doc/common/tables/glance-rbd.xml:43(replaceable) ./doc/common/tables/cinder-backups_ceph.xml:43(replaceable) msgid "/etc/ceph/ceph.conf" msgstr "" -#: ./doc/common/tables/glance-rbd.xml:26(td) +#: ./doc/common/tables/glance-rbd.xml:44(td) msgid "(StrOpt) Ceph configuration file path. If <None>, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.<USER> section" msgstr "" -#: ./doc/common/tables/glance-rbd.xml:29(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:24(replaceable) ./doc/common/tables/nova-scheduler.xml:57(replaceable) ./doc/common/tables/ironic-conductor.xml:73(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:20(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:20(replaceable) ./doc/common/tables/cinder-api.xml:129(replaceable) +#: ./doc/common/tables/glance-rbd.xml:47(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:24(replaceable) ./doc/common/tables/nova-scheduler.xml:75(replaceable) ./doc/common/tables/ironic-conductor.xml:91(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:20(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:20(replaceable) ./doc/common/tables/cinder-api.xml:155(replaceable) msgid "8" msgstr "" -#: ./doc/common/tables/glance-rbd.xml:30(td) +#: ./doc/common/tables/glance-rbd.xml:48(td) msgid "(IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two." msgstr "" -#: ./doc/common/tables/glance-rbd.xml:33(replaceable) -msgid "images" -msgstr "" - -#: ./doc/common/tables/glance-rbd.xml:34(td) +#: ./doc/common/tables/glance-rbd.xml:52(td) msgid "(StrOpt) RADOS pool in which images are stored." msgstr "" -#: ./doc/common/tables/glance-rbd.xml:38(td) +#: ./doc/common/tables/glance-rbd.xml:56(td) msgid "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If <None>, a default will be chosen based on the client. section in rbd_store_ceph_conf)" msgstr "" @@ -5554,14 +5570,10 @@ msgstr "" msgid "container-server.conf" msgstr "" -#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/nova-xen.xml:231(replaceable) +#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:20(replaceable) ./doc/common/tables/nova-xen.xml:249(replaceable) msgid "5.0" msgstr "" -#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-container-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-container-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:36(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:28(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:64(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:28(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:40(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:48(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:32(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:28(replaceable) ./doc/common/tables/manila-zfssa.xml:61(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:47(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:88(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:32(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:80(replaceable) -msgid "false" -msgstr "" - #: ./doc/common/tables/swift-container-server-filter-xprofile.xml:32(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:32(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:32(replaceable) msgid "/tmp/log/swift/profile/default.profile" msgstr "" @@ -5578,239 +5590,239 @@ msgstr "" msgid "egg:swift#xprofile" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:7(caption) +#: ./doc/common/tables/cinder-zoning.xml:25(caption) msgid "Description of zoning configuration options" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:21(replaceable) ./doc/common/tables/nova-hypervisor.xml:29(replaceable) ./doc/common/tables/nova-xen.xml:191(replaceable) +#: ./doc/common/tables/cinder-zoning.xml:39(replaceable) ./doc/common/tables/nova-hypervisor.xml:47(replaceable) ./doc/common/tables/nova-xen.xml:209(replaceable) msgid "none" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:22(td) +#: ./doc/common/tables/cinder-zoning.xml:40(td) msgid "(StrOpt) FC Zoning mode configured" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:25(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:18(th) ./doc/common/tables/cinder-zoning_manager.xml:18(th) +#: ./doc/common/tables/cinder-zoning.xml:43(th) ./doc/common/tables/cinder-zoning_manager_cisco.xml:36(th) ./doc/common/tables/cinder-zoning_manager.xml:36(th) msgid "[fc-zone-manager]" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:29(td) +#: ./doc/common/tables/cinder-zoning.xml:47(td) msgid "(StrOpt) Comma separated list of Fibre Channel fabric names. This list of names is used to retrieve other SAN credentials for connecting to each SAN fabric" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:32(replaceable) +#: ./doc/common/tables/cinder-zoning.xml:50(replaceable) msgid "cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:33(td) +#: ./doc/common/tables/cinder-zoning.xml:51(td) msgid "(StrOpt) FC SAN Lookup Service" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:36(replaceable) +#: ./doc/common/tables/cinder-zoning.xml:54(replaceable) msgid "cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:37(td) +#: ./doc/common/tables/cinder-zoning.xml:55(td) msgid "(StrOpt) FC Zone Driver responsible for zone management" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:40(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:45(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:49(replaceable) +#: ./doc/common/tables/cinder-zoning.xml:58(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:63(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:67(replaceable) msgid "initiator-target" msgstr "" -#: ./doc/common/tables/cinder-zoning.xml:41(td) +#: ./doc/common/tables/cinder-zoning.xml:59(td) msgid "(StrOpt) Zoning policy configured by user; valid values include \"initiator-target\" or \"initiator\"" msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:7(caption) +#: ./doc/common/tables/cinder-backups_ceph.xml:25(caption) msgid "Description of Ceph backup driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:21(replaceable) +#: ./doc/common/tables/cinder-backups_ceph.xml:39(replaceable) msgid "134217728" msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:22(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:40(td) msgid "(IntOpt) The chunk size, in bytes, that a backup is broken into before transfer to the Ceph object store." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:26(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:44(td) msgid "(StrOpt) Ceph configuration file to use." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:29(replaceable) +#: ./doc/common/tables/cinder-backups_ceph.xml:47(replaceable) msgid "backups" msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:30(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:48(td) msgid "(StrOpt) The Ceph pool where volume backups are stored." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:34(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:52(td) msgid "(IntOpt) RBD stripe count to use when creating a backup image." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:38(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:56(td) msgid "(IntOpt) RBD stripe unit to use when creating a backup image." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:41(replaceable) ./doc/common/tables/manila-storage.xml:33(replaceable) ./doc/common/tables/ceilometer-exchange.xml:25(replaceable) +#: ./doc/common/tables/cinder-backups_ceph.xml:59(replaceable) ./doc/common/tables/manila-storage.xml:51(replaceable) ./doc/common/tables/ceilometer-exchange.xml:43(replaceable) msgid "cinder" msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:42(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:60(td) msgid "(StrOpt) The Ceph user to connect with. Default here is to use the same user as for Cinder volumes. If not using cephx this should be set to None." msgstr "" -#: ./doc/common/tables/cinder-backups_ceph.xml:46(td) +#: ./doc/common/tables/cinder-backups_ceph.xml:64(td) msgid "(BoolOpt) If True, always discard excess bytes when restoring volumes i.e. pad with zeroes." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:7(caption) +#: ./doc/common/tables/heat-cfn_api.xml:25(caption) msgid "Description of Cloudformation-compatible API configuration options" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:22(td) +#: ./doc/common/tables/heat-cfn_api.xml:40(td) msgid "(StrOpt) Instance connection to CFN/CW API validate certs if SSL is used." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:26(td) +#: ./doc/common/tables/heat-cfn_api.xml:44(td) msgid "(StrOpt) Instance connection to CFN/CW API via https." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:29(th) +#: ./doc/common/tables/heat-cfn_api.xml:47(th) msgid "[heat_api_cfn]" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:32(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:63(replaceable) ./doc/common/tables/neutron-api.xml:41(replaceable) ./doc/common/tables/neutron-metadata.xml:25(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/glance-common.xml:29(replaceable) ./doc/common/tables/heat-api.xml:153(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/trove-debug.xml:21(replaceable) ./doc/common/tables/manila-share.xml:25(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/keystone-identity.xml:53(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:32(replaceable) +#: ./doc/common/tables/heat-cfn_api.xml:50(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:67(replaceable) ./doc/common/tables/neutron-api.xml:41(replaceable) ./doc/common/tables/neutron-metadata.xml:25(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/glance-common.xml:47(replaceable) ./doc/common/tables/heat-api.xml:171(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:20(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/trove-debug.xml:39(replaceable) ./doc/common/tables/manila-share.xml:43(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:24(replaceable) ./doc/common/tables/keystone-identity.xml:71(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:50(replaceable) msgid "4096" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:33(td) ./doc/common/tables/heat-api.xml:154(td) ./doc/common/tables/manila-share.xml:26(td) ./doc/common/tables/heat-cloudwatch_api.xml:33(td) +#: ./doc/common/tables/heat-cfn_api.xml:51(td) ./doc/common/tables/heat-api.xml:172(td) ./doc/common/tables/manila-share.xml:44(td) ./doc/common/tables/heat-cloudwatch_api.xml:51(td) msgid "(IntOpt) Number of backlog requests to configure the socket with." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:37(td) ./doc/common/tables/glance-common.xml:34(td) ./doc/common/tables/heat-api.xml:158(td) ./doc/common/tables/heat-cloudwatch_api.xml:37(td) +#: ./doc/common/tables/heat-cfn_api.xml:55(td) ./doc/common/tables/glance-common.xml:52(td) ./doc/common/tables/heat-api.xml:176(td) ./doc/common/tables/heat-cloudwatch_api.xml:55(td) msgid "(StrOpt) Address to bind the server. Useful when selecting a particular network interface." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:40(replaceable) +#: ./doc/common/tables/heat-cfn_api.xml:58(replaceable) msgid "8000" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:41(td) ./doc/common/tables/glance-common.xml:38(td) ./doc/common/tables/heat-api.xml:162(td) ./doc/common/tables/heat-cloudwatch_api.xml:41(td) +#: ./doc/common/tables/heat-cfn_api.xml:59(td) ./doc/common/tables/glance-common.xml:56(td) ./doc/common/tables/heat-api.xml:180(td) ./doc/common/tables/heat-cloudwatch_api.xml:59(td) msgid "(IntOpt) The port on which the server will listen." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:45(td) ./doc/common/tables/heat-api.xml:166(td) ./doc/common/tables/heat-cloudwatch_api.xml:45(td) +#: ./doc/common/tables/heat-cfn_api.xml:63(td) ./doc/common/tables/heat-api.xml:184(td) ./doc/common/tables/heat-cloudwatch_api.xml:63(td) msgid "(StrOpt) Location of the SSL certificate file to use for SSL mode." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:49(td) ./doc/common/tables/heat-api.xml:170(td) ./doc/common/tables/heat-cloudwatch_api.xml:49(td) +#: ./doc/common/tables/heat-cfn_api.xml:67(td) ./doc/common/tables/heat-api.xml:188(td) ./doc/common/tables/heat-cloudwatch_api.xml:67(td) msgid "(StrOpt) Location of the SSL key file to use for enabling SSL mode." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:52(replaceable) ./doc/common/tables/neutron-api.xml:49(replaceable) ./doc/common/tables/heat-api.xml:173(replaceable) ./doc/common/tables/trove-api.xml:77(replaceable) ./doc/common/tables/glance-api.xml:73(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:52(replaceable) ./doc/common/tables/cinder-api.xml:61(replaceable) ./doc/common/tables/manila-api.xml:37(replaceable) ./doc/common/tables/sahara-common.xml:97(replaceable) ./doc/common/tables/nova-api.xml:49(replaceable) +#: ./doc/common/tables/heat-cfn_api.xml:70(replaceable) ./doc/common/tables/neutron-api.xml:49(replaceable) ./doc/common/tables/heat-api.xml:191(replaceable) ./doc/common/tables/trove-api.xml:95(replaceable) ./doc/common/tables/glance-api.xml:91(replaceable) ./doc/common/tables/heat-cloudwatch_api.xml:70(replaceable) ./doc/common/tables/cinder-api.xml:79(replaceable) ./doc/common/tables/manila-api.xml:55(replaceable) ./doc/common/tables/sahara-common.xml:115(replaceable) ./doc/common/tables/nova-api.xml:67(replaceable) msgid "16384" msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:53(td) ./doc/common/tables/neutron-api.xml:50(td) ./doc/common/tables/heat-api.xml:174(td) ./doc/common/tables/trove-api.xml:78(td) ./doc/common/tables/cinder-api.xml:62(td) ./doc/common/tables/sahara-common.xml:98(td) ./doc/common/tables/nova-api.xml:50(td) +#: ./doc/common/tables/heat-cfn_api.xml:71(td) ./doc/common/tables/neutron-api.xml:50(td) ./doc/common/tables/heat-api.xml:192(td) ./doc/common/tables/trove-api.xml:96(td) ./doc/common/tables/cinder-api.xml:80(td) ./doc/common/tables/sahara-common.xml:116(td) ./doc/common/tables/nova-api.xml:68(td) msgid "(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs)." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:57(td) ./doc/common/tables/heat-api.xml:178(td) ./doc/common/tables/glance-api.xml:98(td) ./doc/common/tables/heat-cloudwatch_api.xml:57(td) +#: ./doc/common/tables/heat-cfn_api.xml:75(td) ./doc/common/tables/heat-api.xml:196(td) ./doc/common/tables/glance-api.xml:116(td) ./doc/common/tables/heat-cloudwatch_api.xml:75(td) msgid "(IntOpt) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes." msgstr "" -#: ./doc/common/tables/heat-cfn_api.xml:61(td) ./doc/common/tables/heat-api.xml:182(td) ./doc/common/tables/heat-cloudwatch_api.xml:61(td) +#: ./doc/common/tables/heat-cfn_api.xml:79(td) ./doc/common/tables/heat-api.xml:200(td) ./doc/common/tables/heat-cloudwatch_api.xml:79(td) msgid "(IntOpt) Number of workers for Heat service." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:7(caption) +#: ./doc/common/tables/cinder-lenovo.xml:25(caption) msgid "Description of Lenovo volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:22(td) +#: ./doc/common/tables/cinder-lenovo.xml:40(td) msgid "(StrOpt) Lenovo api interface protocol." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:25(replaceable) ./doc/common/tables/cinder-hpmsa.xml:25(replaceable) ./doc/common/tables/cinder-dothill.xml:25(replaceable) +#: ./doc/common/tables/cinder-lenovo.xml:43(replaceable) ./doc/common/tables/cinder-hpmsa.xml:43(replaceable) ./doc/common/tables/cinder-dothill.xml:43(replaceable) msgid "A" msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:26(td) ./doc/common/tables/cinder-hpmsa.xml:26(td) ./doc/common/tables/cinder-dothill.xml:26(td) +#: ./doc/common/tables/cinder-lenovo.xml:44(td) ./doc/common/tables/cinder-hpmsa.xml:44(td) ./doc/common/tables/cinder-dothill.xml:44(td) msgid "(StrOpt) Pool or Vdisk name to use for volume creation." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:29(replaceable) ./doc/common/tables/cinder-hpmsa.xml:29(replaceable) ./doc/common/tables/cinder-dothill.xml:29(replaceable) +#: ./doc/common/tables/cinder-lenovo.xml:47(replaceable) ./doc/common/tables/cinder-hpmsa.xml:47(replaceable) ./doc/common/tables/cinder-dothill.xml:47(replaceable) msgid "virtual" msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:30(td) +#: ./doc/common/tables/cinder-lenovo.xml:48(td) msgid "(StrOpt) linear (for VDisk) or virtual (for Pool)." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:34(td) ./doc/common/tables/cinder-hpmsa.xml:34(td) ./doc/common/tables/cinder-dothill.xml:34(td) +#: ./doc/common/tables/cinder-lenovo.xml:52(td) ./doc/common/tables/cinder-hpmsa.xml:52(td) ./doc/common/tables/cinder-dothill.xml:52(td) msgid "(ListOpt) List of comma-separated target iSCSI IP addresses." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:38(td) +#: ./doc/common/tables/cinder-lenovo.xml:56(td) msgid "(BoolOpt) Whether to verify Lenovo array SSL certificate." msgstr "" -#: ./doc/common/tables/cinder-lenovo.xml:42(td) +#: ./doc/common/tables/cinder-lenovo.xml:60(td) msgid "(StrOpt) Lenovo array SSL certificate path." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:7(caption) ./doc/common/tables/ironic-auth.xml:7(caption) ./doc/common/tables/keystone-auth.xml:7(caption) ./doc/common/tables/cinder-auth.xml:7(caption) ./doc/common/tables/aodh-auth.xml:7(caption) +#: ./doc/common/tables/ceilometer-auth.xml:25(caption) ./doc/common/tables/ironic-auth.xml:25(caption) ./doc/common/tables/keystone-auth.xml:25(caption) ./doc/common/tables/cinder-auth.xml:25(caption) ./doc/common/tables/aodh-auth.xml:7(caption) msgid "Description of authorization configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:18(th) ./doc/common/tables/aodh-auth.xml:18(th) +#: ./doc/common/tables/ceilometer-auth.xml:36(th) ./doc/common/tables/aodh-auth.xml:18(th) msgid "[service_credentials]" msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:22(td) ./doc/common/tables/aodh-auth.xml:22(td) +#: ./doc/common/tables/ceilometer-auth.xml:40(td) ./doc/common/tables/aodh-auth.xml:22(td) msgid "(BoolOpt) Disables X.509 certificate validation when an SSL connection to Identity Service is established." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:25(replaceable) -msgid "http://localhost:35357/v2.0" +#: ./doc/common/tables/ceilometer-auth.xml:43(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:70(replaceable) ./doc/common/tables/manila-storage.xml:39(replaceable) ./doc/common/tables/nova-neutron.xml:46(replaceable) ./doc/common/tables/manila-compute.xml:39(replaceable) ./doc/common/tables/neutron-compute.xml:29(replaceable) ./doc/common/tables/aodh-auth.xml:25(replaceable) +msgid "http://localhost:5000/v2.0" msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:26(td) ./doc/common/tables/aodh-auth.xml:26(td) +#: ./doc/common/tables/ceilometer-auth.xml:44(td) ./doc/common/tables/aodh-auth.xml:26(td) msgid "(StrOpt) Auth URL to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:30(td) ./doc/common/tables/aodh-auth.xml:30(td) +#: ./doc/common/tables/ceilometer-auth.xml:48(td) ./doc/common/tables/aodh-auth.xml:30(td) msgid "(StrOpt) Certificate chain for SSL validation." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:34(td) ./doc/common/tables/aodh-auth.xml:34(td) +#: ./doc/common/tables/ceilometer-auth.xml:52(td) ./doc/common/tables/aodh-auth.xml:34(td) msgid "(StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:37(replaceable) ./doc/common/tables/neutron-cisco.xml:118(replaceable) -msgid "stack" -msgstr "" - -#: ./doc/common/tables/ceilometer-auth.xml:38(td) ./doc/common/tables/aodh-auth.xml:38(td) +#: ./doc/common/tables/ceilometer-auth.xml:56(td) ./doc/common/tables/aodh-auth.xml:38(td) msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:42(td) ./doc/common/tables/aodh-auth.xml:50(td) +#: ./doc/common/tables/ceilometer-auth.xml:60(td) ./doc/common/tables/aodh-auth.xml:50(td) msgid "(StrOpt) Region name to use for OpenStack service endpoints." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:46(td) ./doc/common/tables/aodh-auth.xml:54(td) +#: ./doc/common/tables/ceilometer-auth.xml:64(td) ./doc/common/tables/aodh-auth.xml:54(td) msgid "(StrOpt) Tenant ID to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:50(td) ./doc/common/tables/aodh-auth.xml:58(td) +#: ./doc/common/tables/ceilometer-auth.xml:68(td) ./doc/common/tables/aodh-auth.xml:58(td) msgid "(StrOpt) Tenant name to use for OpenStack service access." msgstr "" -#: ./doc/common/tables/ceilometer-auth.xml:54(td) ./doc/common/tables/aodh-auth.xml:66(td) +#: ./doc/common/tables/ceilometer-auth.xml:71(replaceable) ./doc/common/tables/ceilometer-exchange.xml:39(replaceable) +msgid "ceilometer" +msgstr "" + +#: ./doc/common/tables/ceilometer-auth.xml:72(td) ./doc/common/tables/aodh-auth.xml:66(td) msgid "(StrOpt) User name to use for OpenStack service access." msgstr "" @@ -5830,51 +5842,39 @@ msgstr "" msgid "healthcheck recon account-server" msgstr "" -#: ./doc/common/tables/heat-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-ml2.xml:45(replaceable) ./doc/common/tables/aodh-zeromq.xml:37(replaceable) ./doc/common/tables/cinder-zeromq.xml:37(replaceable) -msgid "local" -msgstr "" - -#: ./doc/common/tables/heat-zeromq.xml:41(replaceable) ./doc/common/tables/neutron-zeromq.xml:41(replaceable) ./doc/common/tables/aodh-zeromq.xml:41(replaceable) ./doc/common/tables/cinder-zeromq.xml:41(replaceable) -msgid "9501" -msgstr "" - -#: ./doc/common/tables/heat-zeromq.xml:42(td) ./doc/common/tables/neutron-zeromq.xml:42(td) ./doc/common/tables/aodh-zeromq.xml:42(td) ./doc/common/tables/cinder-zeromq.xml:42(td) -msgid "(IntOpt) ZeroMQ receiver listening port." -msgstr "" - -#: ./doc/common/tables/cinder-ca.xml:7(caption) ./doc/common/tables/nova-ca.xml:7(caption) ./doc/common/tables/trove-ca.xml:7(caption) ./doc/common/tables/keystone-ca.xml:7(caption) ./doc/common/tables/neutron-ca.xml:7(caption) ./doc/common/tables/glance-ca.xml:7(caption) +#: ./doc/common/tables/cinder-ca.xml:25(caption) ./doc/common/tables/nova-ca.xml:25(caption) ./doc/common/tables/trove-ca.xml:7(caption) ./doc/common/tables/keystone-ca.xml:25(caption) ./doc/common/tables/neutron-ca.xml:7(caption) ./doc/common/tables/glance-ca.xml:25(caption) msgid "Description of CA and SSL configuration options" msgstr "" -#: ./doc/common/tables/cinder-ca.xml:22(td) ./doc/common/tables/nova-ca.xml:58(td) ./doc/common/tables/trove-ca.xml:22(td) ./doc/common/tables/neutron-ca.xml:22(td) +#: ./doc/common/tables/cinder-ca.xml:40(td) ./doc/common/tables/nova-ca.xml:76(td) ./doc/common/tables/trove-ca.xml:22(td) ./doc/common/tables/neutron-ca.xml:22(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients" msgstr "" -#: ./doc/common/tables/cinder-ca.xml:26(td) ./doc/common/tables/trove-ca.xml:26(td) ./doc/common/tables/neutron-ca.xml:26(td) +#: ./doc/common/tables/cinder-ca.xml:44(td) ./doc/common/tables/trove-ca.xml:26(td) ./doc/common/tables/neutron-ca.xml:26(td) msgid "(StrOpt) Certificate file to use when starting the server securely" msgstr "" -#: ./doc/common/tables/cinder-ca.xml:30(td) ./doc/common/tables/trove-ca.xml:30(td) ./doc/common/tables/neutron-ca.xml:30(td) +#: ./doc/common/tables/cinder-ca.xml:48(td) ./doc/common/tables/trove-ca.xml:30(td) ./doc/common/tables/neutron-ca.xml:30(td) msgid "(StrOpt) Private key file to use when starting the server securely" msgstr "" -#: ./doc/common/tables/cinder-zfssa.xml:7(caption) ./doc/common/tables/cinder-zfssa-iscsi.xml:7(caption) +#: ./doc/common/tables/cinder-zfssa.xml:7(caption) ./doc/common/tables/cinder-zfssa-iscsi.xml:25(caption) msgid "Description of ZFS Storage Appliance iSCSI driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-zfssa.xml:22(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:70(td) ./doc/common/tables/cinder-zfssa-nfs.xml:66(td) +#: ./doc/common/tables/cinder-zfssa.xml:22(td) ./doc/common/tables/cinder-zfssa-iscsi.xml:88(td) ./doc/common/tables/cinder-zfssa-nfs.xml:84(td) msgid "(IntOpt) REST connection timeout. (seconds)" msgstr "" -#: ./doc/common/tables/nova-fping.xml:7(caption) +#: ./doc/common/tables/nova-fping.xml:25(caption) msgid "Description of fping configuration options" msgstr "" -#: ./doc/common/tables/nova-fping.xml:21(replaceable) +#: ./doc/common/tables/nova-fping.xml:39(replaceable) msgid "/usr/sbin/fping" msgstr "" -#: ./doc/common/tables/nova-fping.xml:22(td) +#: ./doc/common/tables/nova-fping.xml:40(td) msgid "(StrOpt) Full path to fping." msgstr "" @@ -6006,19 +6006,19 @@ msgstr "" msgid "(BoolOpt) Use the root helper to read the namespaces from the operating system." msgstr "" -#: ./doc/common/tables/ceilometer-glance.xml:7(caption) ./doc/common/tables/ironic-glance.xml:7(caption) ./doc/common/tables/nova-glance.xml:7(caption) +#: ./doc/common/tables/ceilometer-glance.xml:25(caption) ./doc/common/tables/ironic-glance.xml:25(caption) ./doc/common/tables/nova-glance.xml:25(caption) msgid "Description of glance configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-glance.xml:22(td) +#: ./doc/common/tables/ceilometer-glance.xml:40(td) msgid "(IntOpt) Number of items to request in each paginated Glance API request (parameter used by glancecelient). If this is less than or equal to 0, page size is not specified (default value in glanceclient is used)." msgstr "" -#: ./doc/common/tables/aodh-api.xml:7(caption) ./doc/common/tables/keystone-api.xml:7(caption) ./doc/common/tables/neutron-api.xml:7(caption) ./doc/common/tables/ironic-api.xml:7(caption) ./doc/common/tables/heat-api.xml:7(caption) ./doc/common/tables/sahara-api.xml:7(caption) ./doc/common/tables/ceilometer-api.xml:7(caption) ./doc/common/tables/trove-api.xml:7(caption) ./doc/common/tables/glance-api.xml:7(caption) ./doc/common/tables/cinder-api.xml:7(caption) ./doc/common/tables/manila-api.xml:7(caption) ./doc/common/tables/nova-api.xml:7(caption) +#: ./doc/common/tables/aodh-api.xml:7(caption) ./doc/common/tables/keystone-api.xml:25(caption) ./doc/common/tables/neutron-api.xml:7(caption) ./doc/common/tables/ironic-api.xml:25(caption) ./doc/common/tables/heat-api.xml:25(caption) ./doc/common/tables/sahara-api.xml:25(caption) ./doc/common/tables/ceilometer-api.xml:25(caption) ./doc/common/tables/trove-api.xml:25(caption) ./doc/common/tables/glance-api.xml:25(caption) ./doc/common/tables/cinder-api.xml:25(caption) ./doc/common/tables/manila-api.xml:25(caption) ./doc/common/tables/nova-api.xml:25(caption) msgid "Description of API configuration options" msgstr "" -#: ./doc/common/tables/aodh-api.xml:18(th) ./doc/common/tables/ironic-api.xml:18(th) ./doc/common/tables/ceilometer-api.xml:57(th) +#: ./doc/common/tables/aodh-api.xml:18(th) ./doc/common/tables/ironic-api.xml:36(th) ./doc/common/tables/ceilometer-api.xml:75(th) msgid "[api]" msgstr "" @@ -6026,15 +6026,15 @@ msgstr "" msgid "(StrOpt) The listen IP for the aodh API server." msgstr "" -#: ./doc/common/tables/aodh-api.xml:25(replaceable) ./doc/common/tables/ceilometer-api.xml:21(replaceable) +#: ./doc/common/tables/aodh-api.xml:25(replaceable) ./doc/common/tables/ceilometer-api.xml:39(replaceable) msgid "api_paste.ini" msgstr "" -#: ./doc/common/tables/aodh-api.xml:26(td) ./doc/common/tables/ceilometer-api.xml:22(td) +#: ./doc/common/tables/aodh-api.xml:26(td) ./doc/common/tables/ceilometer-api.xml:40(td) msgid "(StrOpt) Configuration file for WSGI definition of API." msgstr "" -#: ./doc/common/tables/aodh-api.xml:30(td) ./doc/common/tables/ceilometer-api.xml:81(td) +#: ./doc/common/tables/aodh-api.xml:30(td) ./doc/common/tables/ceilometer-api.xml:99(td) msgid "(BoolOpt) Toggle Pecan Debug Middleware." msgstr "" @@ -6050,23 +6050,23 @@ msgstr "" msgid "(IntOpt) Number of workers for aodh API server." msgstr "" -#: ./doc/common/tables/aodh-api.xml:41(th) ./doc/common/tables/keystone-api.xml:134(th) ./doc/common/tables/neutron-api.xml:73(th) ./doc/common/tables/ironic-api.xml:91(th) ./doc/common/tables/heat-api.xml:185(th) ./doc/common/tables/sahara-api.xml:18(th) ./doc/common/tables/ceilometer-api.xml:92(th) ./doc/common/tables/glance-api.xml:120(th) ./doc/common/tables/cinder-api.xml:133(th) ./doc/common/tables/manila-api.xml:85(th) ./doc/common/tables/nova-api.xml:125(th) +#: ./doc/common/tables/aodh-api.xml:41(th) ./doc/common/tables/keystone-api.xml:152(th) ./doc/common/tables/neutron-api.xml:73(th) ./doc/common/tables/ironic-api.xml:109(th) ./doc/common/tables/heat-api.xml:203(th) ./doc/common/tables/sahara-api.xml:36(th) ./doc/common/tables/ceilometer-api.xml:110(th) ./doc/common/tables/glance-api.xml:138(th) ./doc/common/tables/cinder-api.xml:159(th) ./doc/common/tables/manila-api.xml:103(th) ./doc/common/tables/nova-api.xml:143(th) msgid "[oslo_middleware]" msgstr "" -#: ./doc/common/tables/aodh-api.xml:44(replaceable) ./doc/common/tables/keystone-api.xml:137(replaceable) ./doc/common/tables/neutron-api.xml:76(replaceable) ./doc/common/tables/ironic-api.xml:94(replaceable) ./doc/common/tables/heat-api.xml:188(replaceable) ./doc/common/tables/sahara-api.xml:21(replaceable) ./doc/common/tables/ceilometer-api.xml:95(replaceable) ./doc/common/tables/glance-api.xml:123(replaceable) ./doc/common/tables/cinder-api.xml:69(replaceable) ./doc/common/tables/cinder-api.xml:136(replaceable) ./doc/common/tables/manila-api.xml:88(replaceable) ./doc/common/tables/nova-api.xml:128(replaceable) +#: ./doc/common/tables/aodh-api.xml:44(replaceable) ./doc/common/tables/keystone-api.xml:155(replaceable) ./doc/common/tables/neutron-api.xml:76(replaceable) ./doc/common/tables/ironic-api.xml:112(replaceable) ./doc/common/tables/heat-api.xml:206(replaceable) ./doc/common/tables/sahara-api.xml:39(replaceable) ./doc/common/tables/ceilometer-api.xml:113(replaceable) ./doc/common/tables/glance-api.xml:141(replaceable) ./doc/common/tables/cinder-api.xml:87(replaceable) ./doc/common/tables/cinder-api.xml:162(replaceable) ./doc/common/tables/manila-api.xml:106(replaceable) ./doc/common/tables/nova-api.xml:146(replaceable) msgid "114688" msgstr "" -#: ./doc/common/tables/aodh-api.xml:45(td) ./doc/common/tables/keystone-api.xml:138(td) ./doc/common/tables/neutron-api.xml:77(td) ./doc/common/tables/ironic-api.xml:95(td) ./doc/common/tables/heat-api.xml:189(td) ./doc/common/tables/sahara-api.xml:22(td) ./doc/common/tables/ceilometer-api.xml:96(td) ./doc/common/tables/glance-api.xml:124(td) ./doc/common/tables/cinder-api.xml:137(td) ./doc/common/tables/manila-api.xml:89(td) ./doc/common/tables/nova-api.xml:129(td) +#: ./doc/common/tables/aodh-api.xml:45(td) ./doc/common/tables/keystone-api.xml:156(td) ./doc/common/tables/neutron-api.xml:77(td) ./doc/common/tables/ironic-api.xml:113(td) ./doc/common/tables/heat-api.xml:207(td) ./doc/common/tables/sahara-api.xml:40(td) ./doc/common/tables/ceilometer-api.xml:114(td) ./doc/common/tables/glance-api.xml:142(td) ./doc/common/tables/cinder-api.xml:163(td) ./doc/common/tables/manila-api.xml:107(td) ./doc/common/tables/nova-api.xml:147(td) msgid "(IntOpt) The maximum body size for each request, in bytes." msgstr "" -#: ./doc/common/tables/aodh-api.xml:48(replaceable) ./doc/common/tables/keystone-api.xml:141(replaceable) ./doc/common/tables/neutron-api.xml:80(replaceable) ./doc/common/tables/ironic-api.xml:98(replaceable) ./doc/common/tables/heat-api.xml:65(replaceable) ./doc/common/tables/heat-api.xml:192(replaceable) ./doc/common/tables/sahara-api.xml:25(replaceable) ./doc/common/tables/ceilometer-api.xml:99(replaceable) ./doc/common/tables/glance-api.xml:127(replaceable) ./doc/common/tables/cinder-api.xml:140(replaceable) ./doc/common/tables/manila-api.xml:92(replaceable) ./doc/common/tables/nova-api.xml:132(replaceable) +#: ./doc/common/tables/aodh-api.xml:48(replaceable) ./doc/common/tables/keystone-api.xml:159(replaceable) ./doc/common/tables/neutron-api.xml:80(replaceable) ./doc/common/tables/ironic-api.xml:116(replaceable) ./doc/common/tables/heat-api.xml:83(replaceable) ./doc/common/tables/heat-api.xml:210(replaceable) ./doc/common/tables/sahara-api.xml:43(replaceable) ./doc/common/tables/ceilometer-api.xml:117(replaceable) ./doc/common/tables/glance-api.xml:145(replaceable) ./doc/common/tables/cinder-api.xml:166(replaceable) ./doc/common/tables/manila-api.xml:110(replaceable) ./doc/common/tables/nova-api.xml:150(replaceable) msgid "X-Forwarded-Proto" msgstr "" -#: ./doc/common/tables/aodh-api.xml:49(td) ./doc/common/tables/keystone-api.xml:142(td) ./doc/common/tables/neutron-api.xml:81(td) ./doc/common/tables/ironic-api.xml:99(td) ./doc/common/tables/heat-api.xml:193(td) ./doc/common/tables/sahara-api.xml:26(td) ./doc/common/tables/ceilometer-api.xml:100(td) ./doc/common/tables/glance-api.xml:128(td) ./doc/common/tables/cinder-api.xml:141(td) ./doc/common/tables/manila-api.xml:93(td) ./doc/common/tables/nova-api.xml:133(td) +#: ./doc/common/tables/aodh-api.xml:49(td) ./doc/common/tables/keystone-api.xml:160(td) ./doc/common/tables/neutron-api.xml:81(td) ./doc/common/tables/ironic-api.xml:117(td) ./doc/common/tables/heat-api.xml:211(td) ./doc/common/tables/sahara-api.xml:44(td) ./doc/common/tables/ceilometer-api.xml:118(td) ./doc/common/tables/glance-api.xml:146(td) ./doc/common/tables/cinder-api.xml:167(td) ./doc/common/tables/manila-api.xml:111(td) ./doc/common/tables/nova-api.xml:151(td) msgid "(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy." msgstr "" @@ -6074,15 +6074,15 @@ msgstr "" msgid "object-server.conf" msgstr "" -#: ./doc/common/tables/heat-clients_nova.xml:7(caption) +#: ./doc/common/tables/heat-clients_nova.xml:25(caption) msgid "Description of nova clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_nova.xml:18(th) +#: ./doc/common/tables/heat-clients_nova.xml:36(th) msgid "[clients_nova]" msgstr "" -#: ./doc/common/tables/heat-clients_nova.xml:34(td) ./doc/common/tables/heat-clients_cinder.xml:34(td) +#: ./doc/common/tables/heat-clients_nova.xml:52(td) ./doc/common/tables/heat-clients_cinder.xml:52(td) msgid "(BoolOpt) Allow client's debug log output." msgstr "" @@ -6090,7 +6090,7 @@ msgstr "" msgid "[filter-keystoneauth]" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:84(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:56(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:52(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:76(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:121(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:125(replaceable) ./doc/common/tables/manila-zfssa.xml:53(replaceable) ./doc/common/tables/manila-zfssa.xml:57(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:44(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:25(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:84(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:141(replaceable) ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:20(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:56(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:52(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:76(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:121(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:125(replaceable) ./doc/common/tables/manila-zfssa.xml:71(replaceable) ./doc/common/tables/manila-zfssa.xml:75(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:44(replaceable) msgid "true" msgstr "" @@ -6126,7 +6126,7 @@ msgstr "" msgid "The reseller admin role gives the ability to create and delete accounts." msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:50(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:35(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:50(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:35(replaceable) msgid "AUTH" msgstr "" @@ -6166,10 +6166,50 @@ msgstr "" msgid "(StrOpt) HTTP username for authentication" msgstr "" -#: ./doc/common/tables/cinder-logging.xml:34(td) +#: ./doc/common/tables/cinder-logging.xml:44(td) ./doc/common/tables/ironic-logging.xml:44(td) ./doc/common/tables/trove-logging.xml:44(td) ./doc/common/tables/heat-logging.xml:44(td) ./doc/common/tables/ceilometer-logging.xml:44(td) ./doc/common/tables/nova-logging.xml:44(td) ./doc/common/tables/keystone-logging.xml:44(td) ./doc/common/tables/manila-logging.xml:44(td) ./doc/common/tables/sahara-logging.xml:44(td) ./doc/common/tables/glance-logging.xml:44(td) +msgid "(ListOpt) List of logger=LEVEL pairs. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:52(td) msgid "(BoolOpt) Make exception message format errors fatal." msgstr "" +#: ./doc/common/tables/cinder-logging.xml:64(td) ./doc/common/tables/ironic-logging.xml:60(td) ./doc/common/tables/trove-logging.xml:64(td) ./doc/common/tables/heat-logging.xml:60(td) ./doc/common/tables/ceilometer-logging.xml:60(td) ./doc/common/tables/nova-logging.xml:64(td) ./doc/common/tables/keystone-logging.xml:60(td) ./doc/common/tables/manila-logging.xml:64(td) ./doc/common/tables/sahara-logging.xml:60(td) ./doc/common/tables/glance-logging.xml:60(td) +msgid "(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format)." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:68(td) ./doc/common/tables/ironic-logging.xml:64(td) ./doc/common/tables/trove-logging.xml:68(td) ./doc/common/tables/heat-logging.xml:64(td) ./doc/common/tables/ceilometer-logging.xml:64(td) ./doc/common/tables/nova-logging.xml:68(td) ./doc/common/tables/keystone-logging.xml:64(td) ./doc/common/tables/manila-logging.xml:68(td) ./doc/common/tables/sahara-logging.xml:64(td) ./doc/common/tables/glance-logging.xml:64(td) +msgid "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:72(td) ./doc/common/tables/ironic-logging.xml:68(td) ./doc/common/tables/trove-logging.xml:72(td) ./doc/common/tables/heat-logging.xml:68(td) ./doc/common/tables/ceilometer-logging.xml:68(td) ./doc/common/tables/nova-logging.xml:72(td) ./doc/common/tables/keystone-logging.xml:68(td) ./doc/common/tables/manila-logging.xml:72(td) ./doc/common/tables/sahara-logging.xml:68(td) ./doc/common/tables/glance-logging.xml:68(td) +msgid "(StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:76(td) ./doc/common/tables/ironic-logging.xml:72(td) ./doc/common/tables/trove-logging.xml:76(td) ./doc/common/tables/heat-logging.xml:72(td) ./doc/common/tables/ceilometer-logging.xml:72(td) ./doc/common/tables/nova-logging.xml:76(td) ./doc/common/tables/keystone-logging.xml:72(td) ./doc/common/tables/manila-logging.xml:76(td) ./doc/common/tables/sahara-logging.xml:72(td) ./doc/common/tables/glance-logging.xml:72(td) +msgid "(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:80(td) ./doc/common/tables/ironic-logging.xml:76(td) ./doc/common/tables/trove-logging.xml:80(td) ./doc/common/tables/heat-logging.xml:76(td) ./doc/common/tables/ceilometer-logging.xml:76(td) ./doc/common/tables/nova-logging.xml:80(td) ./doc/common/tables/keystone-logging.xml:76(td) ./doc/common/tables/manila-logging.xml:80(td) ./doc/common/tables/sahara-logging.xml:76(td) ./doc/common/tables/glance-logging.xml:76(td) +msgid "(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:104(td) ./doc/common/tables/ironic-logging.xml:100(td) ./doc/common/tables/trove-logging.xml:108(td) ./doc/common/tables/heat-logging.xml:100(td) ./doc/common/tables/ceilometer-logging.xml:100(td) ./doc/common/tables/nova-logging.xml:104(td) ./doc/common/tables/keystone-logging.xml:100(td) ./doc/common/tables/manila-logging.xml:104(td) ./doc/common/tables/sahara-logging.xml:100(td) ./doc/common/tables/glance-logging.xml:100(td) +msgid "(StrOpt) Syslog facility to receive log lines. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:108(td) ./doc/common/tables/ironic-logging.xml:104(td) ./doc/common/tables/trove-logging.xml:112(td) ./doc/common/tables/heat-logging.xml:104(td) ./doc/common/tables/ceilometer-logging.xml:104(td) ./doc/common/tables/nova-logging.xml:108(td) ./doc/common/tables/keystone-logging.xml:104(td) ./doc/common/tables/manila-logging.xml:108(td) ./doc/common/tables/sahara-logging.xml:104(td) ./doc/common/tables/glance-logging.xml:104(td) +msgid "(BoolOpt) Log output to standard error. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:112(td) ./doc/common/tables/ironic-logging.xml:108(td) ./doc/common/tables/trove-logging.xml:116(td) ./doc/common/tables/heat-logging.xml:108(td) ./doc/common/tables/ceilometer-logging.xml:108(td) ./doc/common/tables/nova-logging.xml:112(td) ./doc/common/tables/keystone-logging.xml:108(td) ./doc/common/tables/manila-logging.xml:112(td) ./doc/common/tables/sahara-logging.xml:108(td) ./doc/common/tables/glance-logging.xml:108(td) +msgid "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424. This option is ignored if log_config_append is set." +msgstr "" + +#: ./doc/common/tables/cinder-logging.xml:116(td) ./doc/common/tables/ironic-logging.xml:112(td) ./doc/common/tables/trove-logging.xml:120(td) ./doc/common/tables/heat-logging.xml:112(td) ./doc/common/tables/ceilometer-logging.xml:112(td) ./doc/common/tables/nova-logging.xml:116(td) ./doc/common/tables/keystone-logging.xml:112(td) ./doc/common/tables/manila-logging.xml:116(td) ./doc/common/tables/sahara-logging.xml:112(td) ./doc/common/tables/glance-logging.xml:112(td) +msgid "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option. This option is ignored if log_config_append is set." +msgstr "" + #: ./doc/common/tables/neutron-ovn.xml:7(caption) msgid "Description of Virtual Network for Open vSwitch configuration options" msgstr "" @@ -6266,203 +6306,203 @@ msgstr "" msgid "(IntOpt) Port to connect to opencontrail controller" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:7(caption) +#: ./doc/common/tables/ceilometer-alarm.xml:25(caption) msgid "Description of alarm configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:18(th) +#: ./doc/common/tables/ceilometer-alarm.xml:36(th) msgid "[alarm]" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:21(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:200(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:263(replaceable) ./doc/common/tables/nova-conductor.xml:21(replaceable) ./doc/common/tables/neutron-api.xml:53(replaceable) ./doc/common/tables/nova-quota.xml:37(replaceable) ./doc/common/tables/nova-network.xml:69(replaceable) ./doc/common/tables/keystone-ldap.xml:109(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:21(replaceable) ./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-api.xml:97(replaceable) ./doc/common/tables/aodh-database.xml:25(replaceable) ./doc/common/tables/neutron-quotas.xml:28(replaceable) ./doc/common/tables/neutron-quotas.xml:52(replaceable) ./doc/common/tables/neutron-quotas.xml:56(replaceable) ./doc/common/tables/neutron-quotas.xml:64(replaceable) ./doc/common/tables/neutron-quotas.xml:72(replaceable) ./doc/common/tables/neutron-nsx.xml:92(replaceable) ./doc/common/tables/aodh-common.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-alarm.xml:39(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:200(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:263(replaceable) ./doc/common/tables/nova-conductor.xml:39(replaceable) ./doc/common/tables/neutron-api.xml:53(replaceable) ./doc/common/tables/nova-quota.xml:55(replaceable) ./doc/common/tables/nova-network.xml:87(replaceable) ./doc/common/tables/keystone-ldap.xml:127(replaceable) ./doc/common/tables/cinder-storage_ceph.xml:39(replaceable) ./doc/common/tables/ceilometer-database.xml:50(replaceable) ./doc/common/tables/ceilometer-database.xml:94(replaceable) ./doc/common/tables/ceilometer-database.xml:118(replaceable) ./doc/common/tables/cinder-api.xml:119(replaceable) ./doc/common/tables/aodh-database.xml:25(replaceable) ./doc/common/tables/neutron-quotas.xml:28(replaceable) ./doc/common/tables/neutron-quotas.xml:52(replaceable) ./doc/common/tables/neutron-quotas.xml:56(replaceable) ./doc/common/tables/neutron-quotas.xml:64(replaceable) ./doc/common/tables/neutron-quotas.xml:72(replaceable) ./doc/common/tables/neutron-nsx.xml:92(replaceable) ./doc/common/tables/aodh-common.xml:21(replaceable) msgid "-1" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:22(td) ./doc/common/tables/aodh-common.xml:22(td) +#: ./doc/common/tables/ceilometer-alarm.xml:40(td) ./doc/common/tables/aodh-common.xml:22(td) msgid "(IntOpt) Maximum count of actions for each state of an alarm, non-positive number means no limit." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:26(td) ./doc/common/tables/aodh-common.xml:26(td) +#: ./doc/common/tables/ceilometer-alarm.xml:44(td) ./doc/common/tables/aodh-common.xml:26(td) msgid "(IntOpt) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:29(replaceable) ./doc/common/tables/aodh-common.xml:61(replaceable) +#: ./doc/common/tables/ceilometer-alarm.xml:47(replaceable) ./doc/common/tables/aodh-common.xml:61(replaceable) msgid "alarm_notifier" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:30(td) +#: ./doc/common/tables/ceilometer-alarm.xml:48(td) msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:34(td) ./doc/common/tables/aodh-common.xml:66(td) +#: ./doc/common/tables/ceilometer-alarm.xml:52(td) ./doc/common/tables/aodh-common.xml:66(td) msgid "(IntOpt) Maximum number of alarms defined for a project." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:38(td) ./doc/common/tables/aodh-common.xml:70(td) +#: ./doc/common/tables/ceilometer-alarm.xml:56(td) ./doc/common/tables/aodh-common.xml:70(td) msgid "(BoolOpt) Record alarm change events." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:42(td) ./doc/common/tables/aodh-common.xml:74(td) +#: ./doc/common/tables/ceilometer-alarm.xml:60(td) ./doc/common/tables/aodh-common.xml:74(td) msgid "(StrOpt) SSL Client certificate for REST notifier." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:46(td) ./doc/common/tables/aodh-common.xml:78(td) +#: ./doc/common/tables/ceilometer-alarm.xml:64(td) ./doc/common/tables/aodh-common.xml:78(td) msgid "(StrOpt) SSL Client private key for REST notifier." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:50(td) ./doc/common/tables/aodh-common.xml:82(td) +#: ./doc/common/tables/ceilometer-alarm.xml:68(td) ./doc/common/tables/aodh-common.xml:82(td) msgid "(IntOpt) Number of retries for REST notifier" msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:54(td) ./doc/common/tables/aodh-common.xml:86(td) +#: ./doc/common/tables/ceilometer-alarm.xml:72(td) ./doc/common/tables/aodh-common.xml:86(td) msgid "(BoolOpt) Whether to verify the SSL Server certificate when calling alarm action." msgstr "" -#: ./doc/common/tables/ceilometer-alarm.xml:58(td) ./doc/common/tables/aodh-common.xml:90(td) +#: ./doc/common/tables/ceilometer-alarm.xml:76(td) ./doc/common/tables/aodh-common.xml:90(td) msgid "(IntOpt) Maximum number of alarms defined for a user." msgstr "" -#: ./doc/common/tables/trove-quota.xml:7(caption) ./doc/common/tables/heat-quota.xml:7(caption) ./doc/common/tables/cinder-quota.xml:7(caption) ./doc/common/tables/nova-quota.xml:7(caption) +#: ./doc/common/tables/trove-quota.xml:25(caption) ./doc/common/tables/heat-quota.xml:25(caption) ./doc/common/tables/cinder-quota.xml:25(caption) ./doc/common/tables/nova-quota.xml:25(caption) msgid "Description of quota configuration options" msgstr "" -#: ./doc/common/tables/trove-quota.xml:22(td) +#: ./doc/common/tables/trove-quota.xml:40(td) msgid "(IntOpt) Default maximum volume size (in GB) for an instance." msgstr "" -#: ./doc/common/tables/trove-quota.xml:25(replaceable) ./doc/common/tables/manila-quota.xml:37(replaceable) ./doc/common/tables/manila-quota.xml:45(replaceable) ./doc/common/tables/octavia.xml:79(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:64(replaceable) ./doc/common/tables/nova-scheduler.xml:53(replaceable) ./doc/common/tables/neutron-ml2_geneve.xml:21(replaceable) ./doc/common/tables/neutron-quotas.xml:48(replaceable) ./doc/common/tables/neutron-quotas.xml:92(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:52(replaceable) +#: ./doc/common/tables/trove-quota.xml:43(replaceable) ./doc/common/tables/manila-quota.xml:55(replaceable) ./doc/common/tables/manila-quota.xml:63(replaceable) ./doc/common/tables/octavia.xml:79(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:64(replaceable) ./doc/common/tables/nova-scheduler.xml:71(replaceable) ./doc/common/tables/neutron-ml2_geneve.xml:21(replaceable) ./doc/common/tables/neutron-quotas.xml:48(replaceable) ./doc/common/tables/neutron-quotas.xml:92(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:52(replaceable) msgid "50" msgstr "" -#: ./doc/common/tables/trove-quota.xml:26(td) +#: ./doc/common/tables/trove-quota.xml:44(td) msgid "(IntOpt) Default maximum number of backups created by a tenant." msgstr "" -#: ./doc/common/tables/trove-quota.xml:30(td) +#: ./doc/common/tables/trove-quota.xml:48(td) msgid "(IntOpt) Default maximum number of instances per tenant." msgstr "" -#: ./doc/common/tables/trove-quota.xml:34(td) +#: ./doc/common/tables/trove-quota.xml:52(td) msgid "(IntOpt) Default maximum volume capacity (in GB) spanning across all Trove volumes per tenant." msgstr "" -#: ./doc/common/tables/trove-quota.xml:37(replaceable) +#: ./doc/common/tables/trove-quota.xml:55(replaceable) msgid "trove.quota.quota.DbQuotaDriver" msgstr "" -#: ./doc/common/tables/trove-quota.xml:38(td) ./doc/common/tables/manila-quota.xml:26(td) +#: ./doc/common/tables/trove-quota.xml:56(td) ./doc/common/tables/manila-quota.xml:44(td) msgid "(StrOpt) Default driver to use for quota checks." msgstr "" -#: ./doc/common/tables/keystone-redis.xml:7(caption) ./doc/common/tables/ironic-redis.xml:7(caption) ./doc/common/tables/ceilometer-redis.xml:7(caption) ./doc/common/tables/manila-redis.xml:7(caption) ./doc/common/tables/nova-redis.xml:7(caption) ./doc/common/tables/glance-redis.xml:7(caption) ./doc/common/tables/cinder-redis.xml:7(caption) ./doc/common/tables/heat-redis.xml:7(caption) ./doc/common/tables/aodh-redis.xml:7(caption) ./doc/common/tables/sahara-redis.xml:7(caption) ./doc/common/tables/trove-redis.xml:7(caption) ./doc/common/tables/neutron-redis.xml:7(caption) +#: ./doc/common/tables/keystone-redis.xml:25(caption) ./doc/common/tables/ironic-redis.xml:25(caption) ./doc/common/tables/ceilometer-redis.xml:25(caption) ./doc/common/tables/manila-redis.xml:25(caption) ./doc/common/tables/nova-redis.xml:25(caption) ./doc/common/tables/glance-redis.xml:25(caption) ./doc/common/tables/cinder-redis.xml:25(caption) ./doc/common/tables/heat-redis.xml:25(caption) ./doc/common/tables/aodh-redis.xml:7(caption) ./doc/common/tables/sahara-redis.xml:25(caption) ./doc/common/tables/trove-redis.xml:25(caption) ./doc/common/tables/neutron-redis.xml:7(caption) msgid "Description of Redis configuration options" msgstr "" -#: ./doc/common/tables/keystone-redis.xml:22(td) ./doc/common/tables/keystone-redis.xml:37(td) ./doc/common/tables/ironic-redis.xml:33(td) ./doc/common/tables/ceilometer-redis.xml:33(td) ./doc/common/tables/manila-redis.xml:33(td) ./doc/common/tables/nova-redis.xml:33(td) ./doc/common/tables/glance-redis.xml:22(td) ./doc/common/tables/glance-redis.xml:37(td) ./doc/common/tables/cinder-redis.xml:22(td) ./doc/common/tables/heat-redis.xml:22(td) ./doc/common/tables/aodh-redis.xml:22(td) ./doc/common/tables/sahara-redis.xml:22(td) ./doc/common/tables/sahara-redis.xml:37(td) ./doc/common/tables/trove-redis.xml:33(td) ./doc/common/tables/neutron-redis.xml:22(td) +#: ./doc/common/tables/keystone-redis.xml:40(td) ./doc/common/tables/keystone-redis.xml:55(td) ./doc/common/tables/ironic-redis.xml:51(td) ./doc/common/tables/ceilometer-redis.xml:51(td) ./doc/common/tables/manila-redis.xml:51(td) ./doc/common/tables/nova-redis.xml:51(td) ./doc/common/tables/glance-redis.xml:40(td) ./doc/common/tables/glance-redis.xml:55(td) ./doc/common/tables/cinder-redis.xml:40(td) ./doc/common/tables/heat-redis.xml:40(td) ./doc/common/tables/aodh-redis.xml:22(td) ./doc/common/tables/sahara-redis.xml:40(td) ./doc/common/tables/sahara-redis.xml:55(td) ./doc/common/tables/trove-redis.xml:51(td) ./doc/common/tables/neutron-redis.xml:22(td) msgid "(StrOpt) Host to locate redis." msgstr "" -#: ./doc/common/tables/keystone-redis.xml:26(td) ./doc/common/tables/keystone-redis.xml:41(td) ./doc/common/tables/ironic-redis.xml:22(td) ./doc/common/tables/ironic-redis.xml:37(td) ./doc/common/tables/ceilometer-redis.xml:22(td) ./doc/common/tables/ceilometer-redis.xml:37(td) ./doc/common/tables/manila-redis.xml:22(td) ./doc/common/tables/manila-redis.xml:37(td) ./doc/common/tables/nova-redis.xml:22(td) ./doc/common/tables/nova-redis.xml:37(td) ./doc/common/tables/glance-redis.xml:26(td) ./doc/common/tables/glance-redis.xml:41(td) ./doc/common/tables/cinder-redis.xml:26(td) ./doc/common/tables/heat-redis.xml:26(td) ./doc/common/tables/aodh-redis.xml:26(td) ./doc/common/tables/sahara-redis.xml:26(td) ./doc/common/tables/sahara-redis.xml:41(td) ./doc/common/tables/trove-redis.xml:22(td) ./doc/common/tables/trove-redis.xml:37(td) ./doc/common/tables/neutron-redis.xml:26(td) +#: ./doc/common/tables/keystone-redis.xml:44(td) ./doc/common/tables/keystone-redis.xml:59(td) ./doc/common/tables/ironic-redis.xml:40(td) ./doc/common/tables/ironic-redis.xml:55(td) ./doc/common/tables/ceilometer-redis.xml:40(td) ./doc/common/tables/ceilometer-redis.xml:55(td) ./doc/common/tables/manila-redis.xml:40(td) ./doc/common/tables/manila-redis.xml:55(td) ./doc/common/tables/nova-redis.xml:40(td) ./doc/common/tables/nova-redis.xml:55(td) ./doc/common/tables/glance-redis.xml:44(td) ./doc/common/tables/glance-redis.xml:59(td) ./doc/common/tables/cinder-redis.xml:44(td) ./doc/common/tables/heat-redis.xml:44(td) ./doc/common/tables/aodh-redis.xml:26(td) ./doc/common/tables/cinder-api.xml:116(td) ./doc/common/tables/sahara-redis.xml:44(td) ./doc/common/tables/sahara-redis.xml:59(td) ./doc/common/tables/trove-redis.xml:40(td) ./doc/common/tables/trove-redis.xml:55(td) ./doc/common/tables/heat-common.xml:84(td) ./doc/common/tables/neutron-redis.xml:26(td) msgid "(StrOpt) Password for Redis server (optional)." msgstr "" -#: ./doc/common/tables/keystone-redis.xml:29(replaceable) ./doc/common/tables/keystone-redis.xml:44(replaceable) ./doc/common/tables/ironic-redis.xml:25(replaceable) ./doc/common/tables/ironic-redis.xml:40(replaceable) ./doc/common/tables/ceilometer-redis.xml:25(replaceable) ./doc/common/tables/ceilometer-redis.xml:40(replaceable) ./doc/common/tables/manila-redis.xml:25(replaceable) ./doc/common/tables/manila-redis.xml:40(replaceable) ./doc/common/tables/nova-redis.xml:25(replaceable) ./doc/common/tables/nova-redis.xml:40(replaceable) ./doc/common/tables/glance-redis.xml:29(replaceable) ./doc/common/tables/glance-redis.xml:44(replaceable) ./doc/common/tables/cinder-redis.xml:29(replaceable) ./doc/common/tables/heat-redis.xml:29(replaceable) ./doc/common/tables/aodh-redis.xml:29(replaceable) ./doc/common/tables/sahara-redis.xml:29(replaceable) ./doc/common/tables/sahara-redis.xml:44(replaceable) ./doc/common/tables/trove-redis.xml:25(replaceable) ./doc/common/tables/trove-redis.xml:40(replaceable) ./doc/common/tables/neutron-redis.xml:29(replaceable) +#: ./doc/common/tables/keystone-redis.xml:47(replaceable) ./doc/common/tables/keystone-redis.xml:62(replaceable) ./doc/common/tables/ironic-redis.xml:43(replaceable) ./doc/common/tables/ironic-redis.xml:58(replaceable) ./doc/common/tables/ceilometer-redis.xml:43(replaceable) ./doc/common/tables/ceilometer-redis.xml:58(replaceable) ./doc/common/tables/manila-redis.xml:43(replaceable) ./doc/common/tables/manila-redis.xml:58(replaceable) ./doc/common/tables/nova-redis.xml:43(replaceable) ./doc/common/tables/nova-redis.xml:58(replaceable) ./doc/common/tables/glance-redis.xml:47(replaceable) ./doc/common/tables/glance-redis.xml:62(replaceable) ./doc/common/tables/cinder-redis.xml:47(replaceable) ./doc/common/tables/heat-redis.xml:47(replaceable) ./doc/common/tables/aodh-redis.xml:29(replaceable) ./doc/common/tables/cinder-api.xml:123(replaceable) ./doc/common/tables/sahara-redis.xml:47(replaceable) ./doc/common/tables/sahara-redis.xml:62(replaceable) ./doc/common/tables/trove-redis.xml:43(replaceable) ./doc/common/tables/trove-redis.xml:58(replaceable) ./doc/common/tables/heat-common.xml:95(replaceable) ./doc/common/tables/neutron-redis.xml:29(replaceable) msgid "6379" msgstr "" -#: ./doc/common/tables/keystone-redis.xml:30(td) ./doc/common/tables/keystone-redis.xml:45(td) ./doc/common/tables/ironic-redis.xml:26(td) ./doc/common/tables/ironic-redis.xml:41(td) ./doc/common/tables/ceilometer-redis.xml:26(td) ./doc/common/tables/ceilometer-redis.xml:41(td) ./doc/common/tables/manila-redis.xml:26(td) ./doc/common/tables/manila-redis.xml:41(td) ./doc/common/tables/nova-redis.xml:26(td) ./doc/common/tables/nova-redis.xml:41(td) ./doc/common/tables/glance-redis.xml:30(td) ./doc/common/tables/glance-redis.xml:45(td) ./doc/common/tables/cinder-redis.xml:30(td) ./doc/common/tables/heat-redis.xml:30(td) ./doc/common/tables/aodh-redis.xml:30(td) ./doc/common/tables/sahara-redis.xml:30(td) ./doc/common/tables/sahara-redis.xml:45(td) ./doc/common/tables/trove-redis.xml:26(td) ./doc/common/tables/trove-redis.xml:41(td) ./doc/common/tables/neutron-redis.xml:30(td) +#: ./doc/common/tables/keystone-redis.xml:48(td) ./doc/common/tables/keystone-redis.xml:63(td) ./doc/common/tables/ironic-redis.xml:44(td) ./doc/common/tables/ironic-redis.xml:59(td) ./doc/common/tables/ceilometer-redis.xml:44(td) ./doc/common/tables/ceilometer-redis.xml:59(td) ./doc/common/tables/manila-redis.xml:44(td) ./doc/common/tables/manila-redis.xml:59(td) ./doc/common/tables/nova-redis.xml:44(td) ./doc/common/tables/nova-redis.xml:59(td) ./doc/common/tables/glance-redis.xml:48(td) ./doc/common/tables/glance-redis.xml:63(td) ./doc/common/tables/cinder-redis.xml:48(td) ./doc/common/tables/heat-redis.xml:48(td) ./doc/common/tables/aodh-redis.xml:30(td) ./doc/common/tables/cinder-api.xml:124(td) ./doc/common/tables/sahara-redis.xml:48(td) ./doc/common/tables/sahara-redis.xml:63(td) ./doc/common/tables/trove-redis.xml:44(td) ./doc/common/tables/trove-redis.xml:59(td) ./doc/common/tables/heat-common.xml:96(td) ./doc/common/tables/neutron-redis.xml:30(td) msgid "(IntOpt) Use this port to connect to redis host." msgstr "" -#: ./doc/common/tables/keystone-redis.xml:33(th) ./doc/common/tables/ironic-redis.xml:29(th) ./doc/common/tables/ceilometer-redis.xml:29(th) ./doc/common/tables/manila-redis.xml:29(th) ./doc/common/tables/nova-redis.xml:29(th) ./doc/common/tables/glance-redis.xml:33(th) ./doc/common/tables/cinder-redis.xml:18(th) ./doc/common/tables/heat-redis.xml:18(th) ./doc/common/tables/aodh-redis.xml:18(th) ./doc/common/tables/sahara-redis.xml:33(th) ./doc/common/tables/trove-redis.xml:29(th) ./doc/common/tables/neutron-redis.xml:18(th) +#: ./doc/common/tables/keystone-redis.xml:51(th) ./doc/common/tables/ironic-redis.xml:47(th) ./doc/common/tables/ceilometer-redis.xml:47(th) ./doc/common/tables/manila-redis.xml:47(th) ./doc/common/tables/nova-redis.xml:47(th) ./doc/common/tables/glance-redis.xml:51(th) ./doc/common/tables/cinder-redis.xml:36(th) ./doc/common/tables/heat-redis.xml:36(th) ./doc/common/tables/aodh-redis.xml:18(th) ./doc/common/tables/sahara-redis.xml:51(th) ./doc/common/tables/trove-redis.xml:47(th) ./doc/common/tables/neutron-redis.xml:18(th) msgid "[matchmaker_redis]" msgstr "" -#: ./doc/common/tables/cinder-hpmsa.xml:7(caption) +#: ./doc/common/tables/cinder-hpmsa.xml:25(caption) msgid "Description of HP MSA volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hpmsa.xml:22(td) +#: ./doc/common/tables/cinder-hpmsa.xml:40(td) msgid "(StrOpt) HPMSA API interface protocol." msgstr "" -#: ./doc/common/tables/cinder-hpmsa.xml:30(td) ./doc/common/tables/cinder-dothill.xml:30(td) +#: ./doc/common/tables/cinder-hpmsa.xml:48(td) ./doc/common/tables/cinder-dothill.xml:48(td) msgid "(StrOpt) linear (for Vdisk) or virtual (for Pool)." msgstr "" -#: ./doc/common/tables/cinder-hpmsa.xml:38(td) +#: ./doc/common/tables/cinder-hpmsa.xml:56(td) msgid "(BoolOpt) Whether to verify HPMSA array SSL certificate." msgstr "" -#: ./doc/common/tables/cinder-hpmsa.xml:42(td) +#: ./doc/common/tables/cinder-hpmsa.xml:60(td) msgid "(StrOpt) HPMSA array SSL certificate path." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:7(caption) ./doc/common/tables/cinder-cors.xml:7(caption) ./doc/common/tables/aodh-cors.xml:7(caption) ./doc/common/tables/manila-cors.xml:7(caption) ./doc/common/tables/neutron-cors.xml:7(caption) ./doc/common/tables/nova-cors.xml:7(caption) ./doc/common/tables/heat-cors.xml:7(caption) ./doc/common/tables/sahara-cors.xml:7(caption) ./doc/common/tables/glance-cors.xml:7(caption) ./doc/common/tables/keystone-cors.xml:7(caption) +#: ./doc/common/tables/ceilometer-cors.xml:25(caption) ./doc/common/tables/cinder-cors.xml:25(caption) ./doc/common/tables/aodh-cors.xml:7(caption) ./doc/common/tables/manila-cors.xml:25(caption) ./doc/common/tables/neutron-cors.xml:7(caption) ./doc/common/tables/nova-cors.xml:25(caption) ./doc/common/tables/heat-cors.xml:25(caption) ./doc/common/tables/sahara-cors.xml:25(caption) ./doc/common/tables/glance-cors.xml:25(caption) ./doc/common/tables/keystone-cors.xml:25(caption) msgid "Description of CORS configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:18(th) ./doc/common/tables/cinder-cors.xml:18(th) ./doc/common/tables/ironic-api.xml:37(th) ./doc/common/tables/aodh-cors.xml:18(th) ./doc/common/tables/manila-cors.xml:18(th) ./doc/common/tables/neutron-cors.xml:18(th) ./doc/common/tables/nova-cors.xml:18(th) ./doc/common/tables/heat-cors.xml:18(th) ./doc/common/tables/sahara-cors.xml:18(th) ./doc/common/tables/glance-cors.xml:18(th) ./doc/common/tables/keystone-cors.xml:18(th) +#: ./doc/common/tables/ceilometer-cors.xml:36(th) ./doc/common/tables/cinder-cors.xml:36(th) ./doc/common/tables/ironic-api.xml:55(th) ./doc/common/tables/aodh-cors.xml:18(th) ./doc/common/tables/manila-cors.xml:36(th) ./doc/common/tables/neutron-cors.xml:18(th) ./doc/common/tables/nova-cors.xml:36(th) ./doc/common/tables/heat-cors.xml:36(th) ./doc/common/tables/sahara-cors.xml:36(th) ./doc/common/tables/glance-cors.xml:36(th) ./doc/common/tables/keystone-cors.xml:36(th) msgid "[cors]" msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:22(td) ./doc/common/tables/ceilometer-cors.xml:49(td) ./doc/common/tables/cinder-cors.xml:22(td) ./doc/common/tables/cinder-cors.xml:49(td) ./doc/common/tables/ironic-api.xml:41(td) ./doc/common/tables/ironic-api.xml:68(td) ./doc/common/tables/aodh-cors.xml:22(td) ./doc/common/tables/aodh-cors.xml:49(td) ./doc/common/tables/manila-cors.xml:22(td) ./doc/common/tables/manila-cors.xml:49(td) ./doc/common/tables/neutron-cors.xml:22(td) ./doc/common/tables/neutron-cors.xml:49(td) ./doc/common/tables/nova-cors.xml:22(td) ./doc/common/tables/nova-cors.xml:49(td) ./doc/common/tables/heat-cors.xml:22(td) ./doc/common/tables/heat-cors.xml:49(td) ./doc/common/tables/sahara-cors.xml:22(td) ./doc/common/tables/sahara-cors.xml:49(td) ./doc/common/tables/glance-cors.xml:22(td) ./doc/common/tables/glance-cors.xml:49(td) ./doc/common/tables/keystone-cors.xml:22(td) ./doc/common/tables/keystone-cors.xml:49(td) +#: ./doc/common/tables/ceilometer-cors.xml:40(td) ./doc/common/tables/ceilometer-cors.xml:67(td) ./doc/common/tables/cinder-cors.xml:40(td) ./doc/common/tables/cinder-cors.xml:67(td) ./doc/common/tables/ironic-api.xml:59(td) ./doc/common/tables/ironic-api.xml:86(td) ./doc/common/tables/aodh-cors.xml:22(td) ./doc/common/tables/aodh-cors.xml:49(td) ./doc/common/tables/manila-cors.xml:40(td) ./doc/common/tables/manila-cors.xml:67(td) ./doc/common/tables/neutron-cors.xml:22(td) ./doc/common/tables/neutron-cors.xml:49(td) ./doc/common/tables/nova-cors.xml:40(td) ./doc/common/tables/nova-cors.xml:67(td) ./doc/common/tables/heat-cors.xml:40(td) ./doc/common/tables/heat-cors.xml:67(td) ./doc/common/tables/sahara-cors.xml:40(td) ./doc/common/tables/sahara-cors.xml:67(td) ./doc/common/tables/glance-cors.xml:40(td) ./doc/common/tables/glance-cors.xml:67(td) ./doc/common/tables/keystone-cors.xml:40(td) ./doc/common/tables/keystone-cors.xml:67(td) msgid "(BoolOpt) Indicate that the actual request can include user credentials" msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:25(replaceable) ./doc/common/tables/ceilometer-cors.xml:37(replaceable) ./doc/common/tables/ceilometer-cors.xml:52(replaceable) ./doc/common/tables/ceilometer-cors.xml:64(replaceable) ./doc/common/tables/cinder-cors.xml:25(replaceable) ./doc/common/tables/cinder-cors.xml:37(replaceable) ./doc/common/tables/cinder-cors.xml:52(replaceable) ./doc/common/tables/cinder-cors.xml:64(replaceable) ./doc/common/tables/ironic-api.xml:44(replaceable) ./doc/common/tables/ironic-api.xml:56(replaceable) ./doc/common/tables/ironic-api.xml:71(replaceable) ./doc/common/tables/ironic-api.xml:83(replaceable) ./doc/common/tables/aodh-cors.xml:25(replaceable) ./doc/common/tables/aodh-cors.xml:37(replaceable) ./doc/common/tables/aodh-cors.xml:52(replaceable) ./doc/common/tables/aodh-cors.xml:64(replaceable) ./doc/common/tables/manila-cors.xml:25(replaceable) ./doc/common/tables/manila-cors.xml:37(replaceable) ./doc/common/tables/manila-cors.xml:52(replaceable) ./doc/common/tables/manila-cors.xml:64(replaceable) ./doc/common/tables/neutron-cors.xml:25(replaceable) ./doc/common/tables/neutron-cors.xml:37(replaceable) ./doc/common/tables/neutron-cors.xml:52(replaceable) ./doc/common/tables/neutron-cors.xml:64(replaceable) ./doc/common/tables/nova-cors.xml:25(replaceable) ./doc/common/tables/nova-cors.xml:37(replaceable) ./doc/common/tables/nova-cors.xml:52(replaceable) ./doc/common/tables/nova-cors.xml:64(replaceable) ./doc/common/tables/heat-cors.xml:25(replaceable) ./doc/common/tables/heat-cors.xml:37(replaceable) ./doc/common/tables/heat-cors.xml:52(replaceable) ./doc/common/tables/heat-cors.xml:64(replaceable) ./doc/common/tables/sahara-cors.xml:25(replaceable) ./doc/common/tables/sahara-cors.xml:37(replaceable) ./doc/common/tables/sahara-cors.xml:52(replaceable) ./doc/common/tables/sahara-cors.xml:64(replaceable) ./doc/common/tables/glance-cors.xml:25(replaceable) ./doc/common/tables/glance-cors.xml:37(replaceable) ./doc/common/tables/glance-cors.xml:52(replaceable) ./doc/common/tables/glance-cors.xml:64(replaceable) ./doc/common/tables/keystone-cors.xml:25(replaceable) ./doc/common/tables/keystone-cors.xml:37(replaceable) ./doc/common/tables/keystone-cors.xml:52(replaceable) ./doc/common/tables/keystone-cors.xml:64(replaceable) +#: ./doc/common/tables/ceilometer-cors.xml:43(replaceable) ./doc/common/tables/ceilometer-cors.xml:55(replaceable) ./doc/common/tables/ceilometer-cors.xml:70(replaceable) ./doc/common/tables/ceilometer-cors.xml:82(replaceable) ./doc/common/tables/cinder-cors.xml:43(replaceable) ./doc/common/tables/cinder-cors.xml:55(replaceable) ./doc/common/tables/cinder-cors.xml:70(replaceable) ./doc/common/tables/cinder-cors.xml:82(replaceable) ./doc/common/tables/ironic-api.xml:62(replaceable) ./doc/common/tables/ironic-api.xml:74(replaceable) ./doc/common/tables/ironic-api.xml:89(replaceable) ./doc/common/tables/ironic-api.xml:101(replaceable) ./doc/common/tables/aodh-cors.xml:25(replaceable) ./doc/common/tables/aodh-cors.xml:37(replaceable) ./doc/common/tables/aodh-cors.xml:52(replaceable) ./doc/common/tables/aodh-cors.xml:64(replaceable) ./doc/common/tables/manila-cors.xml:43(replaceable) ./doc/common/tables/manila-cors.xml:55(replaceable) ./doc/common/tables/manila-cors.xml:70(replaceable) ./doc/common/tables/manila-cors.xml:82(replaceable) ./doc/common/tables/neutron-cors.xml:25(replaceable) ./doc/common/tables/neutron-cors.xml:37(replaceable) ./doc/common/tables/neutron-cors.xml:52(replaceable) ./doc/common/tables/neutron-cors.xml:64(replaceable) ./doc/common/tables/nova-cors.xml:43(replaceable) ./doc/common/tables/nova-cors.xml:55(replaceable) ./doc/common/tables/nova-cors.xml:70(replaceable) ./doc/common/tables/nova-cors.xml:82(replaceable) ./doc/common/tables/heat-cors.xml:43(replaceable) ./doc/common/tables/heat-cors.xml:55(replaceable) ./doc/common/tables/heat-cors.xml:70(replaceable) ./doc/common/tables/heat-cors.xml:82(replaceable) ./doc/common/tables/sahara-cors.xml:43(replaceable) ./doc/common/tables/sahara-cors.xml:55(replaceable) ./doc/common/tables/sahara-cors.xml:70(replaceable) ./doc/common/tables/sahara-cors.xml:82(replaceable) ./doc/common/tables/glance-cors.xml:43(replaceable) ./doc/common/tables/glance-cors.xml:55(replaceable) ./doc/common/tables/glance-cors.xml:70(replaceable) ./doc/common/tables/glance-cors.xml:82(replaceable) ./doc/common/tables/keystone-cors.xml:43(replaceable) ./doc/common/tables/keystone-cors.xml:55(replaceable) ./doc/common/tables/keystone-cors.xml:70(replaceable) ./doc/common/tables/keystone-cors.xml:82(replaceable) msgid "Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma" msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:26(td) ./doc/common/tables/ceilometer-cors.xml:53(td) ./doc/common/tables/cinder-cors.xml:26(td) ./doc/common/tables/cinder-cors.xml:53(td) ./doc/common/tables/ironic-api.xml:45(td) ./doc/common/tables/ironic-api.xml:72(td) ./doc/common/tables/aodh-cors.xml:26(td) ./doc/common/tables/aodh-cors.xml:53(td) ./doc/common/tables/manila-cors.xml:26(td) ./doc/common/tables/manila-cors.xml:53(td) ./doc/common/tables/neutron-cors.xml:26(td) ./doc/common/tables/neutron-cors.xml:53(td) ./doc/common/tables/nova-cors.xml:26(td) ./doc/common/tables/nova-cors.xml:53(td) ./doc/common/tables/heat-cors.xml:26(td) ./doc/common/tables/heat-cors.xml:53(td) ./doc/common/tables/sahara-cors.xml:26(td) ./doc/common/tables/sahara-cors.xml:53(td) ./doc/common/tables/glance-cors.xml:26(td) ./doc/common/tables/glance-cors.xml:53(td) ./doc/common/tables/keystone-cors.xml:26(td) ./doc/common/tables/keystone-cors.xml:53(td) +#: ./doc/common/tables/ceilometer-cors.xml:44(td) ./doc/common/tables/ceilometer-cors.xml:71(td) ./doc/common/tables/cinder-cors.xml:44(td) ./doc/common/tables/cinder-cors.xml:71(td) ./doc/common/tables/ironic-api.xml:63(td) ./doc/common/tables/ironic-api.xml:90(td) ./doc/common/tables/aodh-cors.xml:26(td) ./doc/common/tables/aodh-cors.xml:53(td) ./doc/common/tables/manila-cors.xml:44(td) ./doc/common/tables/manila-cors.xml:71(td) ./doc/common/tables/neutron-cors.xml:26(td) ./doc/common/tables/neutron-cors.xml:53(td) ./doc/common/tables/nova-cors.xml:44(td) ./doc/common/tables/nova-cors.xml:71(td) ./doc/common/tables/heat-cors.xml:44(td) ./doc/common/tables/heat-cors.xml:71(td) ./doc/common/tables/sahara-cors.xml:44(td) ./doc/common/tables/sahara-cors.xml:71(td) ./doc/common/tables/glance-cors.xml:44(td) ./doc/common/tables/glance-cors.xml:71(td) ./doc/common/tables/keystone-cors.xml:44(td) ./doc/common/tables/keystone-cors.xml:71(td) msgid "(ListOpt) Indicate which header field names may be used during the actual request." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:29(replaceable) ./doc/common/tables/ceilometer-cors.xml:56(replaceable) ./doc/common/tables/cinder-cors.xml:29(replaceable) ./doc/common/tables/cinder-cors.xml:56(replaceable) ./doc/common/tables/ironic-api.xml:48(replaceable) ./doc/common/tables/ironic-api.xml:75(replaceable) ./doc/common/tables/aodh-cors.xml:29(replaceable) ./doc/common/tables/aodh-cors.xml:56(replaceable) ./doc/common/tables/manila-cors.xml:29(replaceable) ./doc/common/tables/manila-cors.xml:56(replaceable) ./doc/common/tables/neutron-cors.xml:29(replaceable) ./doc/common/tables/neutron-cors.xml:56(replaceable) ./doc/common/tables/nova-cors.xml:29(replaceable) ./doc/common/tables/nova-cors.xml:56(replaceable) ./doc/common/tables/heat-cors.xml:29(replaceable) ./doc/common/tables/heat-cors.xml:56(replaceable) ./doc/common/tables/sahara-cors.xml:29(replaceable) ./doc/common/tables/sahara-cors.xml:56(replaceable) ./doc/common/tables/glance-cors.xml:29(replaceable) ./doc/common/tables/glance-cors.xml:56(replaceable) ./doc/common/tables/keystone-cors.xml:29(replaceable) ./doc/common/tables/keystone-cors.xml:56(replaceable) +#: ./doc/common/tables/ceilometer-cors.xml:47(replaceable) ./doc/common/tables/ceilometer-cors.xml:74(replaceable) ./doc/common/tables/cinder-cors.xml:47(replaceable) ./doc/common/tables/cinder-cors.xml:74(replaceable) ./doc/common/tables/ironic-api.xml:66(replaceable) ./doc/common/tables/ironic-api.xml:93(replaceable) ./doc/common/tables/aodh-cors.xml:29(replaceable) ./doc/common/tables/aodh-cors.xml:56(replaceable) ./doc/common/tables/manila-cors.xml:47(replaceable) ./doc/common/tables/manila-cors.xml:74(replaceable) ./doc/common/tables/neutron-cors.xml:29(replaceable) ./doc/common/tables/neutron-cors.xml:56(replaceable) ./doc/common/tables/nova-cors.xml:47(replaceable) ./doc/common/tables/nova-cors.xml:74(replaceable) ./doc/common/tables/heat-cors.xml:47(replaceable) ./doc/common/tables/heat-cors.xml:74(replaceable) ./doc/common/tables/sahara-cors.xml:47(replaceable) ./doc/common/tables/sahara-cors.xml:74(replaceable) ./doc/common/tables/glance-cors.xml:47(replaceable) ./doc/common/tables/glance-cors.xml:74(replaceable) ./doc/common/tables/keystone-cors.xml:47(replaceable) ./doc/common/tables/keystone-cors.xml:74(replaceable) msgid "GET, POST, PUT, DELETE, OPTIONS" msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:30(td) ./doc/common/tables/ceilometer-cors.xml:57(td) ./doc/common/tables/cinder-cors.xml:30(td) ./doc/common/tables/cinder-cors.xml:57(td) ./doc/common/tables/ironic-api.xml:49(td) ./doc/common/tables/ironic-api.xml:76(td) ./doc/common/tables/aodh-cors.xml:30(td) ./doc/common/tables/aodh-cors.xml:57(td) ./doc/common/tables/manila-cors.xml:30(td) ./doc/common/tables/manila-cors.xml:57(td) ./doc/common/tables/neutron-cors.xml:30(td) ./doc/common/tables/neutron-cors.xml:57(td) ./doc/common/tables/nova-cors.xml:30(td) ./doc/common/tables/nova-cors.xml:57(td) ./doc/common/tables/heat-cors.xml:30(td) ./doc/common/tables/heat-cors.xml:57(td) ./doc/common/tables/sahara-cors.xml:30(td) ./doc/common/tables/sahara-cors.xml:57(td) ./doc/common/tables/glance-cors.xml:30(td) ./doc/common/tables/glance-cors.xml:57(td) ./doc/common/tables/keystone-cors.xml:30(td) ./doc/common/tables/keystone-cors.xml:57(td) +#: ./doc/common/tables/ceilometer-cors.xml:48(td) ./doc/common/tables/ceilometer-cors.xml:75(td) ./doc/common/tables/cinder-cors.xml:48(td) ./doc/common/tables/cinder-cors.xml:75(td) ./doc/common/tables/ironic-api.xml:67(td) ./doc/common/tables/ironic-api.xml:94(td) ./doc/common/tables/aodh-cors.xml:30(td) ./doc/common/tables/aodh-cors.xml:57(td) ./doc/common/tables/manila-cors.xml:48(td) ./doc/common/tables/manila-cors.xml:75(td) ./doc/common/tables/neutron-cors.xml:30(td) ./doc/common/tables/neutron-cors.xml:57(td) ./doc/common/tables/nova-cors.xml:48(td) ./doc/common/tables/nova-cors.xml:75(td) ./doc/common/tables/heat-cors.xml:48(td) ./doc/common/tables/heat-cors.xml:75(td) ./doc/common/tables/sahara-cors.xml:48(td) ./doc/common/tables/sahara-cors.xml:75(td) ./doc/common/tables/glance-cors.xml:48(td) ./doc/common/tables/glance-cors.xml:75(td) ./doc/common/tables/keystone-cors.xml:48(td) ./doc/common/tables/keystone-cors.xml:75(td) msgid "(ListOpt) Indicate which methods can be used during the actual request." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:34(td) ./doc/common/tables/ceilometer-cors.xml:61(td) ./doc/common/tables/cinder-cors.xml:34(td) ./doc/common/tables/cinder-cors.xml:61(td) ./doc/common/tables/ironic-api.xml:53(td) ./doc/common/tables/ironic-api.xml:80(td) ./doc/common/tables/aodh-cors.xml:34(td) ./doc/common/tables/aodh-cors.xml:61(td) ./doc/common/tables/manila-cors.xml:34(td) ./doc/common/tables/manila-cors.xml:61(td) ./doc/common/tables/neutron-cors.xml:34(td) ./doc/common/tables/neutron-cors.xml:61(td) ./doc/common/tables/nova-cors.xml:34(td) ./doc/common/tables/nova-cors.xml:61(td) ./doc/common/tables/heat-cors.xml:34(td) ./doc/common/tables/heat-cors.xml:61(td) ./doc/common/tables/sahara-cors.xml:34(td) ./doc/common/tables/sahara-cors.xml:61(td) ./doc/common/tables/glance-cors.xml:34(td) ./doc/common/tables/glance-cors.xml:61(td) ./doc/common/tables/keystone-cors.xml:34(td) ./doc/common/tables/keystone-cors.xml:61(td) +#: ./doc/common/tables/ceilometer-cors.xml:52(td) ./doc/common/tables/ceilometer-cors.xml:79(td) ./doc/common/tables/cinder-cors.xml:52(td) ./doc/common/tables/cinder-cors.xml:79(td) ./doc/common/tables/ironic-api.xml:71(td) ./doc/common/tables/ironic-api.xml:98(td) ./doc/common/tables/aodh-cors.xml:34(td) ./doc/common/tables/aodh-cors.xml:61(td) ./doc/common/tables/manila-cors.xml:52(td) ./doc/common/tables/manila-cors.xml:79(td) ./doc/common/tables/neutron-cors.xml:34(td) ./doc/common/tables/neutron-cors.xml:61(td) ./doc/common/tables/nova-cors.xml:52(td) ./doc/common/tables/nova-cors.xml:79(td) ./doc/common/tables/heat-cors.xml:52(td) ./doc/common/tables/heat-cors.xml:79(td) ./doc/common/tables/sahara-cors.xml:52(td) ./doc/common/tables/sahara-cors.xml:79(td) ./doc/common/tables/glance-cors.xml:52(td) ./doc/common/tables/glance-cors.xml:79(td) ./doc/common/tables/keystone-cors.xml:52(td) ./doc/common/tables/keystone-cors.xml:79(td) msgid "(StrOpt) Indicate whether this resource may be shared with the domain received in the requests \"origin\" header." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:38(td) ./doc/common/tables/ceilometer-cors.xml:65(td) ./doc/common/tables/cinder-cors.xml:38(td) ./doc/common/tables/cinder-cors.xml:65(td) ./doc/common/tables/ironic-api.xml:57(td) ./doc/common/tables/ironic-api.xml:84(td) ./doc/common/tables/aodh-cors.xml:38(td) ./doc/common/tables/aodh-cors.xml:65(td) ./doc/common/tables/manila-cors.xml:38(td) ./doc/common/tables/manila-cors.xml:65(td) ./doc/common/tables/neutron-cors.xml:38(td) ./doc/common/tables/neutron-cors.xml:65(td) ./doc/common/tables/nova-cors.xml:38(td) ./doc/common/tables/nova-cors.xml:65(td) ./doc/common/tables/heat-cors.xml:38(td) ./doc/common/tables/heat-cors.xml:65(td) ./doc/common/tables/sahara-cors.xml:38(td) ./doc/common/tables/sahara-cors.xml:65(td) ./doc/common/tables/glance-cors.xml:38(td) ./doc/common/tables/glance-cors.xml:65(td) ./doc/common/tables/keystone-cors.xml:38(td) ./doc/common/tables/keystone-cors.xml:65(td) +#: ./doc/common/tables/ceilometer-cors.xml:56(td) ./doc/common/tables/ceilometer-cors.xml:83(td) ./doc/common/tables/cinder-cors.xml:56(td) ./doc/common/tables/cinder-cors.xml:83(td) ./doc/common/tables/ironic-api.xml:75(td) ./doc/common/tables/ironic-api.xml:102(td) ./doc/common/tables/aodh-cors.xml:38(td) ./doc/common/tables/aodh-cors.xml:65(td) ./doc/common/tables/manila-cors.xml:56(td) ./doc/common/tables/manila-cors.xml:83(td) ./doc/common/tables/neutron-cors.xml:38(td) ./doc/common/tables/neutron-cors.xml:65(td) ./doc/common/tables/nova-cors.xml:56(td) ./doc/common/tables/nova-cors.xml:83(td) ./doc/common/tables/heat-cors.xml:56(td) ./doc/common/tables/heat-cors.xml:83(td) ./doc/common/tables/sahara-cors.xml:56(td) ./doc/common/tables/sahara-cors.xml:83(td) ./doc/common/tables/glance-cors.xml:56(td) ./doc/common/tables/glance-cors.xml:83(td) ./doc/common/tables/keystone-cors.xml:56(td) ./doc/common/tables/keystone-cors.xml:83(td) msgid "(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:42(td) ./doc/common/tables/ceilometer-cors.xml:69(td) ./doc/common/tables/cinder-cors.xml:42(td) ./doc/common/tables/cinder-cors.xml:69(td) ./doc/common/tables/ironic-api.xml:61(td) ./doc/common/tables/ironic-api.xml:88(td) ./doc/common/tables/aodh-cors.xml:42(td) ./doc/common/tables/aodh-cors.xml:69(td) ./doc/common/tables/manila-cors.xml:42(td) ./doc/common/tables/manila-cors.xml:69(td) ./doc/common/tables/neutron-cors.xml:42(td) ./doc/common/tables/neutron-cors.xml:69(td) ./doc/common/tables/nova-cors.xml:42(td) ./doc/common/tables/nova-cors.xml:69(td) ./doc/common/tables/heat-cors.xml:42(td) ./doc/common/tables/heat-cors.xml:69(td) ./doc/common/tables/sahara-cors.xml:42(td) ./doc/common/tables/sahara-cors.xml:69(td) ./doc/common/tables/glance-cors.xml:42(td) ./doc/common/tables/glance-cors.xml:69(td) ./doc/common/tables/keystone-cors.xml:42(td) ./doc/common/tables/keystone-cors.xml:69(td) +#: ./doc/common/tables/ceilometer-cors.xml:60(td) ./doc/common/tables/ceilometer-cors.xml:87(td) ./doc/common/tables/cinder-cors.xml:60(td) ./doc/common/tables/cinder-cors.xml:87(td) ./doc/common/tables/ironic-api.xml:79(td) ./doc/common/tables/ironic-api.xml:106(td) ./doc/common/tables/aodh-cors.xml:42(td) ./doc/common/tables/aodh-cors.xml:69(td) ./doc/common/tables/manila-cors.xml:60(td) ./doc/common/tables/manila-cors.xml:87(td) ./doc/common/tables/neutron-cors.xml:42(td) ./doc/common/tables/neutron-cors.xml:69(td) ./doc/common/tables/nova-cors.xml:60(td) ./doc/common/tables/nova-cors.xml:87(td) ./doc/common/tables/heat-cors.xml:60(td) ./doc/common/tables/heat-cors.xml:87(td) ./doc/common/tables/sahara-cors.xml:60(td) ./doc/common/tables/sahara-cors.xml:87(td) ./doc/common/tables/glance-cors.xml:60(td) ./doc/common/tables/glance-cors.xml:87(td) ./doc/common/tables/keystone-cors.xml:60(td) ./doc/common/tables/keystone-cors.xml:87(td) msgid "(IntOpt) Maximum cache age of CORS preflight requests." msgstr "" -#: ./doc/common/tables/ceilometer-cors.xml:45(th) ./doc/common/tables/cinder-cors.xml:45(th) ./doc/common/tables/ironic-api.xml:64(th) ./doc/common/tables/aodh-cors.xml:45(th) ./doc/common/tables/manila-cors.xml:45(th) ./doc/common/tables/neutron-cors.xml:45(th) ./doc/common/tables/nova-cors.xml:45(th) ./doc/common/tables/heat-cors.xml:45(th) ./doc/common/tables/sahara-cors.xml:45(th) ./doc/common/tables/glance-cors.xml:45(th) ./doc/common/tables/keystone-cors.xml:45(th) +#: ./doc/common/tables/ceilometer-cors.xml:63(th) ./doc/common/tables/cinder-cors.xml:63(th) ./doc/common/tables/ironic-api.xml:82(th) ./doc/common/tables/aodh-cors.xml:45(th) ./doc/common/tables/manila-cors.xml:63(th) ./doc/common/tables/neutron-cors.xml:45(th) ./doc/common/tables/nova-cors.xml:63(th) ./doc/common/tables/heat-cors.xml:63(th) ./doc/common/tables/sahara-cors.xml:63(th) ./doc/common/tables/glance-cors.xml:63(th) ./doc/common/tables/keystone-cors.xml:63(th) msgid "[cors.subdomain]" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:7(caption) +#: ./doc/common/tables/cinder-tintri.xml:25(caption) msgid "Description of Tintri volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:21(replaceable) +#: ./doc/common/tables/cinder-tintri.xml:39(replaceable) msgid "v310" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:22(td) +#: ./doc/common/tables/cinder-tintri.xml:40(td) msgid "(StrOpt) API version for the storage system" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:26(td) +#: ./doc/common/tables/cinder-tintri.xml:44(td) msgid "(StrOpt) The hostname (or IP address) for the storage system" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:30(td) +#: ./doc/common/tables/cinder-tintri.xml:48(td) msgid "(StrOpt) Password for the storage system" msgstr "" -#: ./doc/common/tables/cinder-tintri.xml:34(td) +#: ./doc/common/tables/cinder-tintri.xml:52(td) msgid "(StrOpt) User name for the storage system" msgstr "" @@ -6470,7 +6510,7 @@ msgstr "" msgid "[swift-constraints]" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:20(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:24(replaceable) ./doc/common/tables/manila-storage.xml:61(replaceable) ./doc/common/tables/nova-vnc.xml:60(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:28(replaceable) ./doc/common/tables/keystone-security.xml:21(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:20(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:24(replaceable) ./doc/common/tables/manila-storage.xml:79(replaceable) ./doc/common/tables/nova-vnc.xml:78(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:28(replaceable) ./doc/common/tables/keystone-security.xml:39(replaceable) msgid "10000" msgstr "" @@ -6482,63 +6522,67 @@ msgstr "" msgid "The default (and maximum) number of items returned for a container listing request." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:28(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:32(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:68(replaceable) ./doc/common/tables/nova-network.xml:189(replaceable) ./doc/common/tables/cinder-storwize.xml:65(replaceable) ./doc/common/tables/ceilometer-api.xml:49(replaceable) ./doc/common/tables/neutron-nsx.xml:84(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:29(td) +msgid "By default the maximum number of allowed headers depends on the number of max allowed metadata settings plus a default value of 32 for regular http headers. If for some reason this is not enough (custom middleware for example) it can be increased with the extra_header_count constraint." +msgstr "" + +#: ./doc/common/tables/swift-swift-swift-constraints.xml:32(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:36(replaceable) ./doc/common/tables/swift-swift-swift-constraints.xml:72(replaceable) ./doc/common/tables/nova-network.xml:207(replaceable) ./doc/common/tables/cinder-storwize.xml:83(replaceable) ./doc/common/tables/ceilometer-api.xml:67(replaceable) ./doc/common/tables/neutron-nsx.xml:84(replaceable) msgid "256" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:29(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:33(td) msgid "The maximum number of bytes in the utf8 encoding of an account name." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:33(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:37(td) msgid "The maximum number of bytes in the utf8 encoding of a container name." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:36(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:40(replaceable) msgid "5368709122" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:37(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:41(td) msgid "The largest normal object that can be saved in the cluster. This is also the limit on the size of each segment of a large object when using the large object manifest support. This value is set in bytes. Setting it to lower than 1MiB will cause some tests to fail. It is STRONGLY recommended to leave this value at the default (5 * 2**30 + 2)." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:45(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:49(td) msgid "The max number of bytes in the utf8 encoding of each header. Using 8192 as default because eventlet use 8192 as maximum size of header line. You may need to increase this value when using identity v3 API tokens including more than 7 catalog entries. See also include_service_catalog in proxy-server.conf-sample (documented in overview_auth.rst)." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:53(replaceable) ./doc/common/tables/manila-share.xml:125(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:57(replaceable) ./doc/common/tables/manila-share.xml:143(replaceable) msgid "90" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:54(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:58(td) msgid "The max number of metadata keys that can be stored on a single account, container, or object." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:58(replaceable) ./doc/common/tables/nova-quota.xml:65(replaceable) ./doc/common/tables/glance-common.xml:57(replaceable) ./doc/common/tables/glance-common.xml:61(replaceable) ./doc/common/tables/glance-common.xml:65(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:62(replaceable) ./doc/common/tables/nova-quota.xml:83(replaceable) ./doc/common/tables/glance-common.xml:75(replaceable) ./doc/common/tables/glance-common.xml:79(replaceable) ./doc/common/tables/glance-common.xml:83(replaceable) msgid "128" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:59(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:63(td) msgid "The max number of bytes in the utf8 encoding of the name portion of a metadata header." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:64(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:68(td) msgid "The max number of bytes in the utf8 encoding of the metadata (keys + values)." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:69(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:73(td) msgid "The max number of bytes in the utf8 encoding of a metadata value." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:72(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:127(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:111(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:115(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:135(replaceable) ./doc/common/tables/keystone-ca.xml:83(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:76(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:131(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:111(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:115(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:135(replaceable) ./doc/common/tables/keystone-ca.xml:101(replaceable) msgid "1024" msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:73(td) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:77(td) msgid "The max number of bytes in the utf8 encoding of an object name." msgstr "" -#: ./doc/common/tables/swift-swift-swift-constraints.xml:77(replaceable) +#: ./doc/common/tables/swift-swift-swift-constraints.xml:81(replaceable) msgid "v0,v1,v2" msgstr "" @@ -6546,7 +6590,7 @@ msgstr "" msgid "[object-expirer]" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:20(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:24(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:28(replaceable) ./doc/common/tables/nova-scheduler.xml:25(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:20(replaceable) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:20(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:24(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:24(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:28(replaceable) ./doc/common/tables/nova-scheduler.xml:43(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:20(replaceable) msgid "." msgstr "" @@ -6558,11 +6602,11 @@ msgstr "" msgid "Number of replication workers to spawn" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:28(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:60(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:60(replaceable) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:28(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:60(replaceable) msgid "expiring_objects" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:33(td) ./doc/common/tables/swift-container-server-container-sync.xml:33(td) ./doc/common/tables/swift-account-server-account-reaper.xml:33(td) ./doc/common/tables/swift-container-server-container-auditor.xml:25(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:21(td) ./doc/common/tables/swift-account-server-account-auditor.xml:25(td) ./doc/common/tables/swift-container-server-container-updater.xml:34(td) ./doc/common/tables/swift-object-server-object-updater.xml:25(td) ./doc/common/tables/swift-container-server-container-replicator.xml:29(td) ./doc/common/tables/swift-account-server-account-replicator.xml:37(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:33(td) ./doc/common/tables/swift-container-server-container-sync.xml:33(td) ./doc/common/tables/swift-account-server-account-reaper.xml:33(td) ./doc/common/tables/swift-object-server-object-replicator.xml:41(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:37(td) ./doc/common/tables/swift-container-server-container-auditor.xml:25(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:21(td) ./doc/common/tables/swift-account-server-account-auditor.xml:25(td) ./doc/common/tables/swift-container-server-container-updater.xml:34(td) ./doc/common/tables/swift-object-server-object-updater.xml:25(td) ./doc/common/tables/swift-container-server-container-replicator.xml:29(td) ./doc/common/tables/swift-account-server-account-replicator.xml:29(td) msgid "Minimum time for a pass to take" msgstr "" @@ -6570,51 +6614,55 @@ msgstr "" msgid "(it will actually accept(2) N + 1). Setting this to one (1) will only handle one request at a time, without accepting another request concurrently." msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:46(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:60(replaceable) ./doc/common/tables/octavia.xml:354(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:24(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:60(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:68(replaceable) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:43(td) +msgid "for each port (disk) in the ring. If you have 24 disks per server, and this setting is 4, then each storage node will have 1 + (24 * 4) = 97 total object-server processes running. This gives complete I/O isolation, drastically reducing the impact of slow disks on storage node performance. The object-replicator and object-reconstructor need to see this setting too, so it must be in the [DEFAULT] section. See :ref:`server-per-port-configuration`." +msgstr "" + +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:46(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:68(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:64(replaceable) ./doc/common/tables/octavia.xml:354(replaceable) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:24(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:60(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:60(replaceable) msgid "604800" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:47(td) ./doc/common/tables/swift-object-server-object-replicator.xml:65(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:61(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:25(td) ./doc/common/tables/swift-container-server-container-replicator.xml:61(td) ./doc/common/tables/swift-account-server-account-replicator.xml:69(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:47(td) ./doc/common/tables/swift-object-server-object-replicator.xml:69(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:65(td) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:25(td) ./doc/common/tables/swift-container-server-container-replicator.xml:61(td) ./doc/common/tables/swift-account-server-account-replicator.xml:61(td) msgid "Time elapsed in seconds before an object can be reclaimed" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:68(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:64(replaceable) ./doc/common/tables/swift-container-server-filter-recon.xml:20(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:44(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:60(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:44(replaceable) ./doc/common/tables/swift-account-server-filter-recon.xml:20(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:48(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:64(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:56(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:72(replaceable) ./doc/common/tables/swift-object-server-filter-recon.xml:20(replaceable) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:50(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:68(replaceable) ./doc/common/tables/swift-container-server-filter-recon.xml:20(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:44(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:60(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:44(replaceable) ./doc/common/tables/swift-account-server-filter-recon.xml:20(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:57(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:48(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:64(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:56(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:64(replaceable) ./doc/common/tables/swift-object-server-filter-recon.xml:20(replaceable) msgid "/var/cache/swift" msgstr "" -#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:51(td) ./doc/common/tables/swift-object-server-object-replicator.xml:69(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:65(td) ./doc/common/tables/swift-container-server-filter-recon.xml:21(td) ./doc/common/tables/swift-container-server-container-auditor.xml:45(td) ./doc/common/tables/swift-object-server-object-auditor.xml:61(td) ./doc/common/tables/swift-account-server-account-auditor.xml:45(td) ./doc/common/tables/swift-account-server-filter-recon.xml:21(td) ./doc/common/tables/swift-container-server-container-updater.xml:58(td) ./doc/common/tables/swift-object-server-object-updater.xml:49(td) ./doc/common/tables/swift-container-server-container-replicator.xml:65(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:57(td) ./doc/common/tables/swift-account-server-account-replicator.xml:73(td) ./doc/common/tables/swift-object-server-filter-recon.xml:21(td) +#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:51(td) ./doc/common/tables/swift-object-server-object-replicator.xml:73(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:69(td) ./doc/common/tables/swift-container-server-filter-recon.xml:21(td) ./doc/common/tables/swift-container-server-container-auditor.xml:45(td) ./doc/common/tables/swift-object-server-object-auditor.xml:61(td) ./doc/common/tables/swift-account-server-account-auditor.xml:45(td) ./doc/common/tables/swift-account-server-filter-recon.xml:21(td) ./doc/common/tables/swift-container-server-container-updater.xml:58(td) ./doc/common/tables/swift-object-server-object-updater.xml:49(td) ./doc/common/tables/swift-container-server-container-replicator.xml:65(td) ./doc/common/tables/swift-drive-audit-drive-audit.xml:57(td) ./doc/common/tables/swift-account-server-account-replicator.xml:65(td) ./doc/common/tables/swift-object-server-filter-recon.xml:21(td) msgid "Directory where stats for a few items will be stored" msgstr "" -#: ./doc/common/tables/heat-quota.xml:21(replaceable) ./doc/common/tables/heat-quota.xml:29(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:216(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:279(replaceable) ./doc/common/tables/cinder-quota.xml:25(replaceable) ./doc/common/tables/cinder-quota.xml:41(replaceable) ./doc/common/tables/manila-quota.xml:29(replaceable) ./doc/common/tables/manila-quota.xml:41(replaceable) ./doc/common/tables/nova-vpn.xml:53(replaceable) ./doc/common/tables/ironic-api.xml:25(replaceable) ./doc/common/tables/glance-common.xml:25(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:56(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:64(replaceable) ./doc/common/tables/cinder-api.xml:65(replaceable) ./doc/common/tables/nova-policy.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:24(replaceable) ./doc/common/tables/manila-api.xml:41(replaceable) ./doc/common/tables/nova-api.xml:113(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:32(replaceable) +#: ./doc/common/tables/heat-quota.xml:39(replaceable) ./doc/common/tables/heat-quota.xml:47(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:216(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:279(replaceable) ./doc/common/tables/cinder-quota.xml:43(replaceable) ./doc/common/tables/cinder-quota.xml:59(replaceable) ./doc/common/tables/manila-quota.xml:47(replaceable) ./doc/common/tables/manila-quota.xml:59(replaceable) ./doc/common/tables/nova-vpn.xml:71(replaceable) ./doc/common/tables/ironic-api.xml:43(replaceable) ./doc/common/tables/glance-common.xml:43(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-filter-bulk.xml:36(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:56(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:56(replaceable) ./doc/common/tables/cinder-api.xml:83(replaceable) ./doc/common/tables/nova-policy.xml:59(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:24(replaceable) ./doc/common/tables/manila-api.xml:59(replaceable) ./doc/common/tables/nova-api.xml:131(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:32(replaceable) msgid "1000" msgstr "" -#: ./doc/common/tables/heat-quota.xml:22(td) +#: ./doc/common/tables/heat-quota.xml:40(td) msgid "(IntOpt) Maximum events that will be available per stack. Older events will be deleted when this is reached. Set to 0 for unlimited events per stack." msgstr "" -#: ./doc/common/tables/heat-quota.xml:26(td) +#: ./doc/common/tables/heat-quota.xml:44(td) msgid "(IntOpt) Maximum depth allowed when using nested stacks." msgstr "" -#: ./doc/common/tables/heat-quota.xml:30(td) +#: ./doc/common/tables/heat-quota.xml:48(td) msgid "(IntOpt) Maximum resources allowed per top-level stack. -1 stands for unlimited." msgstr "" -#: ./doc/common/tables/heat-quota.xml:33(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:29(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:145(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:192(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:212(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:255(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:275(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:52(replaceable) ./doc/common/tables/nova-quota.xml:61(replaceable) ./doc/common/tables/nova-cells.xml:53(replaceable) ./doc/common/tables/nova-network.xml:257(replaceable) ./doc/common/tables/glance-s3.xml:49(replaceable) ./doc/common/tables/keystone-ldap.xml:33(replaceable) ./doc/common/tables/manila-share.xml:153(replaceable) ./doc/common/tables/ceilometer-api.xml:68(replaceable) ./doc/common/tables/ironic-conductor.xml:101(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:48(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:56(replaceable) ./doc/common/tables/neutron-lbaas_octavia.xml:29(replaceable) ./doc/common/tables/neutron-vmware.xml:150(replaceable) ./doc/common/tables/sahara-common.xml:73(replaceable) ./doc/common/tables/neutron-quotas.xml:44(replaceable) ./doc/common/tables/neutron-quotas.xml:84(replaceable) ./doc/common/tables/neutron-quotas.xml:108(replaceable) ./doc/common/tables/nova-vmware.xml:69(replaceable) ./doc/common/tables/cinder-vmware.xml:57(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:48(replaceable) +#: ./doc/common/tables/heat-quota.xml:51(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:29(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:145(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:192(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:212(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:255(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:275(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:52(replaceable) ./doc/common/tables/nova-quota.xml:79(replaceable) ./doc/common/tables/nova-network.xml:275(replaceable) ./doc/common/tables/glance-s3.xml:67(replaceable) ./doc/common/tables/keystone-ldap.xml:51(replaceable) ./doc/common/tables/manila-share.xml:171(replaceable) ./doc/common/tables/ceilometer-api.xml:86(replaceable) ./doc/common/tables/ironic-conductor.xml:119(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:48(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:48(replaceable) ./doc/common/tables/neutron-lbaas_octavia.xml:29(replaceable) ./doc/common/tables/neutron-vmware.xml:150(replaceable) ./doc/common/tables/sahara-common.xml:91(replaceable) ./doc/common/tables/neutron-quotas.xml:44(replaceable) ./doc/common/tables/neutron-quotas.xml:84(replaceable) ./doc/common/tables/neutron-quotas.xml:108(replaceable) ./doc/common/tables/nova-vmware.xml:87(replaceable) ./doc/common/tables/cinder-vmware.xml:75(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:48(replaceable) msgid "100" msgstr "" -#: ./doc/common/tables/heat-quota.xml:34(td) +#: ./doc/common/tables/heat-quota.xml:52(td) msgid "(IntOpt) Maximum number of stacks any one tenant may have active at one time." msgstr "" -#: ./doc/common/tables/heat-quota.xml:37(replaceable) +#: ./doc/common/tables/heat-quota.xml:55(replaceable) msgid "524288" msgstr "" -#: ./doc/common/tables/heat-quota.xml:38(td) +#: ./doc/common/tables/heat-quota.xml:56(td) msgid "(IntOpt) Maximum raw byte size of any template." msgstr "" @@ -6670,22 +6718,18 @@ msgstr "" msgid "(IntOpt) Specifies the VLAN ID of the physical network, required for setting the NVGRE Provider Address." msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:60(th) ./doc/common/tables/nova-hyperv.xml:18(th) ./doc/common/tables/nova-volumes.xml:84(th) ./doc/common/tables/nova-configdrive.xml:37(th) +#: ./doc/common/tables/neutron-hyperv_agent.xml:60(th) ./doc/common/tables/nova-hyperv.xml:36(th) ./doc/common/tables/nova-volumes.xml:102(th) ./doc/common/tables/nova-configdrive.xml:55(th) msgid "[hyperv]" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:64(td) ./doc/common/tables/nova-hyperv.xml:30(td) +#: ./doc/common/tables/neutron-hyperv_agent.xml:64(td) ./doc/common/tables/nova-hyperv.xml:48(td) msgid "(BoolOpt) Force V1 WMI utility classes" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:67(th) ./doc/common/tables/sahara-clients.xml:82(th) ./doc/common/tables/ironic-neutron.xml:18(th) ./doc/common/tables/nova-neutron.xml:25(th) +#: ./doc/common/tables/neutron-hyperv_agent.xml:67(th) ./doc/common/tables/sahara-clients.xml:100(th) ./doc/common/tables/ironic-neutron.xml:36(th) ./doc/common/tables/nova-neutron.xml:43(th) msgid "[neutron]" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:70(replaceable) ./doc/common/tables/manila-storage.xml:21(replaceable) ./doc/common/tables/nova-neutron.xml:28(replaceable) ./doc/common/tables/manila-compute.xml:21(replaceable) ./doc/common/tables/neutron-compute.xml:29(replaceable) ./doc/common/tables/aodh-auth.xml:25(replaceable) -msgid "http://localhost:5000/v2.0" -msgstr "" - #: ./doc/common/tables/neutron-hyperv_agent.xml:71(td) msgid "(StrOpt) auth url for connecting to neutron in admin context" msgstr "" @@ -6702,7 +6746,7 @@ msgstr "" msgid "(StrOpt) username for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:86(replaceable) ./doc/common/tables/ironic-glance.xml:25(replaceable) ./doc/common/tables/ironic-neutron.xml:21(replaceable) ./doc/common/tables/nova-neutron.xml:60(replaceable) ./doc/common/tables/manila-auth.xml:21(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:25(replaceable) ./doc/common/tables/ironic-auth.xml:21(replaceable) ./doc/common/tables/neutron-common.xml:53(replaceable) ./doc/common/tables/nova-authentication.xml:21(replaceable) ./doc/common/tables/ceilometer-exchange.xml:49(replaceable) ./doc/common/tables/cinder-auth.xml:21(replaceable) ./doc/common/tables/keystone-amqp.xml:21(replaceable) +#: ./doc/common/tables/neutron-hyperv_agent.xml:86(replaceable) ./doc/common/tables/ironic-glance.xml:43(replaceable) ./doc/common/tables/ironic-neutron.xml:39(replaceable) ./doc/common/tables/nova-neutron.xml:78(replaceable) ./doc/common/tables/manila-auth.xml:39(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:25(replaceable) ./doc/common/tables/ironic-auth.xml:39(replaceable) ./doc/common/tables/neutron-common.xml:53(replaceable) ./doc/common/tables/nova-authentication.xml:39(replaceable) ./doc/common/tables/ceilometer-exchange.xml:67(replaceable) ./doc/common/tables/cinder-auth.xml:39(replaceable) ./doc/common/tables/keystone-amqp.xml:39(replaceable) msgid "keystone" msgstr "" @@ -6710,11 +6754,11 @@ msgstr "" msgid "(StrOpt) auth strategy for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:90(replaceable) ./doc/common/tables/nova-neutron.xml:104(replaceable) +#: ./doc/common/tables/neutron-hyperv_agent.xml:90(replaceable) ./doc/common/tables/nova-neutron.xml:122(replaceable) msgid "http://127.0.0.1:9696" msgstr "" -#: ./doc/common/tables/neutron-hyperv_agent.xml:91(td) ./doc/common/tables/nova-neutron.xml:105(td) +#: ./doc/common/tables/neutron-hyperv_agent.xml:91(td) ./doc/common/tables/nova-neutron.xml:123(td) msgid "(StrOpt) URL for connecting to neutron" msgstr "" @@ -6890,6 +6934,10 @@ msgstr "" msgid "(StrOpt) Plugging driver for CSR1kv." msgstr "" +#: ./doc/common/tables/neutron-cisco.xml:118(replaceable) +msgid "stack" +msgstr "" + #: ./doc/common/tables/neutron-cisco.xml:119(td) msgid "(StrOpt) Username to use for CSR1kv configurations." msgstr "" @@ -7002,11 +7050,11 @@ msgstr "" msgid "Indicates which version of auth" msgstr "" -#: ./doc/common/tables/swift-dispersion-dispersion.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:20(replaceable) ./doc/common/tables/glance-common.xml:69(replaceable) +#: ./doc/common/tables/swift-dispersion-dispersion.xml:36(replaceable) ./doc/common/tables/swift-account-server-account-reaper.xml:20(replaceable) ./doc/common/tables/swift-rsyncd-object6020.xml:24(replaceable) ./doc/common/tables/glance-common.xml:87(replaceable) ./doc/common/tables/swift-rsyncd-object6040.xml:24(replaceable) ./doc/common/tables/swift-rsyncd-object6010.xml:24(replaceable) ./doc/common/tables/swift-rsyncd-object6030.xml:24(replaceable) msgid "25" msgstr "" -#: ./doc/common/tables/swift-dispersion-dispersion.xml:52(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:60(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:92(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:104(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:72(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:80(replaceable) +#: ./doc/common/tables/swift-dispersion-dispersion.xml:52(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:60(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:92(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:84(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:68(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:68(replaceable) msgid "no" msgstr "" @@ -7018,451 +7066,435 @@ msgstr "" msgid "Allow accessing insecure keystone server. The keystone's certificate will not be verified." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:7(caption) +#: ./doc/common/tables/swift-dispersion-dispersion.xml:72(replaceable) +msgid "project_domain" +msgstr "" + +#: ./doc/common/tables/swift-dispersion-dispersion.xml:76(replaceable) +msgid "project" +msgstr "" + +#: ./doc/common/tables/swift-dispersion-dispersion.xml:88(replaceable) +msgid "user_domain" +msgstr "" + +#: ./doc/common/tables/trove-db_mongodb.xml:25(caption) msgid "Description of MongoDB database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:18(th) +#: ./doc/common/tables/trove-db_mongodb.xml:36(th) msgid "[mongodb]" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:22(td) +#: ./doc/common/tables/trove-db_mongodb.xml:40(td) msgid "(IntOpt) Maximum time to wait (in seconds) for a replica set initialization process to complete." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:25(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:43(replaceable) msgid "trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:26(td) ./doc/common/tables/trove-db_redis.xml:22(td) ./doc/common/tables/trove-db_pxc.xml:22(td) ./doc/common/tables/trove-db_vertica.xml:22(td) +#: ./doc/common/tables/trove-db_mongodb.xml:44(td) ./doc/common/tables/trove-db_redis.xml:40(td) ./doc/common/tables/trove-db_pxc.xml:40(td) ./doc/common/tables/trove-db_vertica.xml:40(td) msgid "(StrOpt) Class that implements datastore-specific API logic." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:29(replaceable) ./doc/common/tables/trove-taskmanager.xml:29(replaceable) ./doc/common/tables/trove-db_couchbase.xml:21(replaceable) ./doc/common/tables/trove-db_couchbase.xml:72(replaceable) ./doc/common/tables/trove-db_cassandra.xml:21(replaceable) ./doc/common/tables/trove-db_db2.xml:21(replaceable) ./doc/common/tables/trove-db_redis.xml:25(replaceable) ./doc/common/tables/trove-db_postgresql.xml:21(replaceable) ./doc/common/tables/cinder-api.xml:49(replaceable) ./doc/common/tables/trove-db_vertica.xml:25(replaceable) ./doc/common/tables/trove-backup.xml:33(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:47(replaceable) ./doc/common/tables/trove-taskmanager.xml:47(replaceable) ./doc/common/tables/trove-db_couchbase.xml:39(replaceable) ./doc/common/tables/trove-db_couchbase.xml:90(replaceable) ./doc/common/tables/trove-db_cassandra.xml:39(replaceable) ./doc/common/tables/trove-db_db2.xml:39(replaceable) ./doc/common/tables/trove-db_redis.xml:43(replaceable) ./doc/common/tables/trove-db_postgresql.xml:39(replaceable) ./doc/common/tables/cinder-api.xml:67(replaceable) ./doc/common/tables/trove-db_vertica.xml:43(replaceable) ./doc/common/tables/trove-backup.xml:51(replaceable) msgid "{}" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:30(td) ./doc/common/tables/trove-db_couchbase.xml:22(td) ./doc/common/tables/trove-db_couchbase.xml:73(td) ./doc/common/tables/trove-db_cassandra.xml:22(td) ./doc/common/tables/trove-db_db2.xml:22(td) ./doc/common/tables/trove-db_redis.xml:26(td) ./doc/common/tables/trove-db_postgresql.xml:22(td) ./doc/common/tables/trove-db_vertica.xml:26(td) +#: ./doc/common/tables/trove-db_mongodb.xml:48(td) ./doc/common/tables/trove-db_couchbase.xml:40(td) ./doc/common/tables/trove-db_couchbase.xml:91(td) ./doc/common/tables/trove-db_cassandra.xml:40(td) ./doc/common/tables/trove-db_db2.xml:40(td) ./doc/common/tables/trove-db_redis.xml:44(td) ./doc/common/tables/trove-db_postgresql.xml:40(td) ./doc/common/tables/trove-db_vertica.xml:44(td) msgid "(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:33(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:51(replaceable) msgid "trove.guestagent.strategies.backup.experimental.mongo_impl" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:34(td) ./doc/common/tables/trove-db_mysql.xml:26(td) ./doc/common/tables/trove-db_couchbase.xml:26(td) ./doc/common/tables/trove-db_couchbase.xml:77(td) ./doc/common/tables/trove-db_cassandra.xml:26(td) ./doc/common/tables/trove-db_percona.xml:26(td) ./doc/common/tables/trove-db_db2.xml:26(td) ./doc/common/tables/trove-db_redis.xml:30(td) ./doc/common/tables/trove-db_postgresql.xml:26(td) ./doc/common/tables/trove-db_pxc.xml:30(td) ./doc/common/tables/trove-db_mariadb.xml:26(td) ./doc/common/tables/trove-db_vertica.xml:30(td) +#: ./doc/common/tables/trove-db_mongodb.xml:52(td) ./doc/common/tables/trove-db_mysql.xml:44(td) ./doc/common/tables/trove-db_couchbase.xml:44(td) ./doc/common/tables/trove-db_couchbase.xml:95(td) ./doc/common/tables/trove-db_cassandra.xml:44(td) ./doc/common/tables/trove-db_percona.xml:44(td) ./doc/common/tables/trove-db_db2.xml:44(td) ./doc/common/tables/trove-db_redis.xml:48(td) ./doc/common/tables/trove-db_postgresql.xml:44(td) ./doc/common/tables/trove-db_pxc.xml:48(td) ./doc/common/tables/trove-db_mariadb.xml:44(td) ./doc/common/tables/trove-db_vertica.xml:48(td) msgid "(StrOpt) Namespace to load backup strategies from." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:37(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:55(replaceable) msgid "MongoDump" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:38(td) ./doc/common/tables/trove-db_mysql.xml:30(td) ./doc/common/tables/trove-db_couchbase.xml:30(td) ./doc/common/tables/trove-db_couchbase.xml:81(td) ./doc/common/tables/trove-db_cassandra.xml:30(td) ./doc/common/tables/trove-db_percona.xml:30(td) ./doc/common/tables/trove-db_db2.xml:30(td) ./doc/common/tables/trove-db_redis.xml:34(td) ./doc/common/tables/trove-db_postgresql.xml:30(td) ./doc/common/tables/trove-db_pxc.xml:34(td) ./doc/common/tables/trove-db_mariadb.xml:30(td) ./doc/common/tables/trove-db_vertica.xml:34(td) +#: ./doc/common/tables/trove-db_mongodb.xml:56(td) ./doc/common/tables/trove-db_mysql.xml:48(td) ./doc/common/tables/trove-db_couchbase.xml:48(td) ./doc/common/tables/trove-db_couchbase.xml:99(td) ./doc/common/tables/trove-db_cassandra.xml:48(td) ./doc/common/tables/trove-db_percona.xml:48(td) ./doc/common/tables/trove-db_db2.xml:48(td) ./doc/common/tables/trove-db_redis.xml:52(td) ./doc/common/tables/trove-db_postgresql.xml:48(td) ./doc/common/tables/trove-db_pxc.xml:52(td) ./doc/common/tables/trove-db_mariadb.xml:48(td) ./doc/common/tables/trove-db_vertica.xml:52(td) msgid "(StrOpt) Default strategy to perform backups." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:42(td) ./doc/common/tables/trove-db_redis.xml:38(td) ./doc/common/tables/trove-db_pxc.xml:38(td) ./doc/common/tables/trove-db_vertica.xml:42(td) +#: ./doc/common/tables/trove-db_mongodb.xml:60(td) ./doc/common/tables/trove-db_redis.xml:56(td) ./doc/common/tables/trove-db_pxc.xml:56(td) ./doc/common/tables/trove-db_vertica.xml:60(td) msgid "(BoolOpt) Enable clusters to be created and managed." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:45(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:63(replaceable) msgid "27019" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:46(td) +#: ./doc/common/tables/trove-db_mongodb.xml:64(td) msgid "(IntOpt) Port for instances running as config servers." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:49(replaceable) ./doc/common/tables/trove-volume.xml:41(replaceable) ./doc/common/tables/trove-db_mysql.xml:33(replaceable) ./doc/common/tables/trove-db_couchbase.xml:33(replaceable) ./doc/common/tables/trove-db_couchbase.xml:84(replaceable) ./doc/common/tables/trove-db_cassandra.xml:33(replaceable) ./doc/common/tables/trove-db_percona.xml:33(replaceable) ./doc/common/tables/trove-db_db2.xml:33(replaceable) ./doc/common/tables/trove-db_postgresql.xml:33(replaceable) ./doc/common/tables/trove-db_pxc.xml:41(replaceable) ./doc/common/tables/trove-db_mariadb.xml:33(replaceable) ./doc/common/tables/trove-db_vertica.xml:45(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:67(replaceable) ./doc/common/tables/trove-volume.xml:59(replaceable) ./doc/common/tables/trove-db_mysql.xml:51(replaceable) ./doc/common/tables/trove-db_couchbase.xml:51(replaceable) ./doc/common/tables/trove-db_couchbase.xml:102(replaceable) ./doc/common/tables/trove-db_cassandra.xml:51(replaceable) ./doc/common/tables/trove-db_percona.xml:51(replaceable) ./doc/common/tables/trove-db_db2.xml:51(replaceable) ./doc/common/tables/trove-db_postgresql.xml:51(replaceable) ./doc/common/tables/trove-db_pxc.xml:59(replaceable) ./doc/common/tables/trove-db_mariadb.xml:51(replaceable) ./doc/common/tables/trove-db_vertica.xml:63(replaceable) msgid "/dev/vdb" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:50(td) ./doc/common/tables/trove-volume.xml:42(td) ./doc/common/tables/trove-db_mysql.xml:34(td) ./doc/common/tables/trove-db_couchbase.xml:34(td) ./doc/common/tables/trove-db_couchbase.xml:85(td) ./doc/common/tables/trove-db_cassandra.xml:34(td) ./doc/common/tables/trove-db_percona.xml:34(td) ./doc/common/tables/trove-db_db2.xml:34(td) ./doc/common/tables/trove-db_redis.xml:42(td) ./doc/common/tables/trove-db_pxc.xml:42(td) ./doc/common/tables/trove-db_mariadb.xml:34(td) ./doc/common/tables/trove-db_vertica.xml:46(td) +#: ./doc/common/tables/trove-db_mongodb.xml:68(td) ./doc/common/tables/trove-volume.xml:60(td) ./doc/common/tables/trove-db_mysql.xml:52(td) ./doc/common/tables/trove-db_couchbase.xml:52(td) ./doc/common/tables/trove-db_couchbase.xml:103(td) ./doc/common/tables/trove-db_cassandra.xml:52(td) ./doc/common/tables/trove-db_percona.xml:52(td) ./doc/common/tables/trove-db_db2.xml:52(td) ./doc/common/tables/trove-db_redis.xml:60(td) ./doc/common/tables/trove-db_pxc.xml:60(td) ./doc/common/tables/trove-db_mariadb.xml:52(td) ./doc/common/tables/trove-db_vertica.xml:64(td) msgid "(StrOpt) Device path for volume if volume support is enabled." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:53(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:71(replaceable) msgid "trove.common.strategies.cluster.experimental.mongodb.guestagent.MongoDbGuestAgentStrategy" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:54(td) ./doc/common/tables/trove-db_redis.xml:46(td) ./doc/common/tables/trove-db_pxc.xml:46(td) ./doc/common/tables/trove-db_vertica.xml:50(td) +#: ./doc/common/tables/trove-db_mongodb.xml:72(td) ./doc/common/tables/trove-db_redis.xml:64(td) ./doc/common/tables/trove-db_pxc.xml:64(td) ./doc/common/tables/trove-db_vertica.xml:68(td) msgid "(StrOpt) Class that implements datastore-specific Guest Agent API logic." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:57(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:75(replaceable) msgid "admin, local, config" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:58(td) ./doc/common/tables/trove-guestagent.xml:54(td) +#: ./doc/common/tables/trove-db_mongodb.xml:76(td) ./doc/common/tables/trove-guestagent.xml:72(td) msgid "(ListOpt) Databases to exclude when listing databases." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:61(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:79(replaceable) msgid "admin.os_admin, admin.root" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:62(td) ./doc/common/tables/trove-guestagent.xml:58(td) ./doc/common/tables/trove-db_pxc.xml:50(td) +#: ./doc/common/tables/trove-db_mongodb.xml:80(td) ./doc/common/tables/trove-guestagent.xml:76(td) ./doc/common/tables/trove-db_pxc.xml:68(td) msgid "(ListOpt) Users to exclude when listing users." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:65(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:83(replaceable) msgid "27017" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:66(td) +#: ./doc/common/tables/trove-db_mongodb.xml:84(td) msgid "(IntOpt) Port for mongod and mongos instances." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:69(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:87(replaceable) msgid "/var/lib/mongodb" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:70(td) ./doc/common/tables/trove-db_mysql.xml:38(td) ./doc/common/tables/trove-db_couchbase.xml:38(td) ./doc/common/tables/trove-db_couchbase.xml:89(td) ./doc/common/tables/trove-db_cassandra.xml:38(td) ./doc/common/tables/trove-db_percona.xml:38(td) ./doc/common/tables/trove-db_db2.xml:42(td) ./doc/common/tables/trove-db_redis.xml:50(td) ./doc/common/tables/trove-db_postgresql.xml:46(td) ./doc/common/tables/trove-db_pxc.xml:58(td) ./doc/common/tables/trove-db_mariadb.xml:38(td) ./doc/common/tables/trove-db_vertica.xml:54(td) +#: ./doc/common/tables/trove-db_mongodb.xml:88(td) ./doc/common/tables/trove-db_mysql.xml:56(td) ./doc/common/tables/trove-db_couchbase.xml:56(td) ./doc/common/tables/trove-db_couchbase.xml:107(td) ./doc/common/tables/trove-db_cassandra.xml:56(td) ./doc/common/tables/trove-db_percona.xml:56(td) ./doc/common/tables/trove-db_db2.xml:60(td) ./doc/common/tables/trove-db_redis.xml:68(td) ./doc/common/tables/trove-db_postgresql.xml:64(td) ./doc/common/tables/trove-db_pxc.xml:76(td) ./doc/common/tables/trove-db_mariadb.xml:56(td) ./doc/common/tables/trove-db_vertica.xml:72(td) msgid "(StrOpt) Filesystem path for mounting volumes if volume support is enabled." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:74(td) +#: ./doc/common/tables/trove-db_mongodb.xml:92(td) msgid "(IntOpt) The number of config servers to create per cluster." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:78(td) +#: ./doc/common/tables/trove-db_mongodb.xml:96(td) msgid "(IntOpt) The number of query routers (mongos) to create per cluster." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:82(td) ./doc/common/tables/trove-db_mysql.xml:46(td) ./doc/common/tables/trove-db_couchbase.xml:42(td) ./doc/common/tables/trove-db_couchbase.xml:93(td) ./doc/common/tables/trove-db_cassandra.xml:42(td) ./doc/common/tables/trove-db_percona.xml:50(td) ./doc/common/tables/trove-db_db2.xml:46(td) ./doc/common/tables/trove-db_redis.xml:58(td) ./doc/common/tables/trove-db_pxc.xml:66(td) ./doc/common/tables/trove-db_mariadb.xml:46(td) ./doc/common/tables/trove-db_vertica.xml:62(td) +#: ./doc/common/tables/trove-db_mongodb.xml:100(td) ./doc/common/tables/trove-db_mysql.xml:64(td) ./doc/common/tables/trove-db_couchbase.xml:60(td) ./doc/common/tables/trove-db_couchbase.xml:111(td) ./doc/common/tables/trove-db_cassandra.xml:60(td) ./doc/common/tables/trove-db_percona.xml:68(td) ./doc/common/tables/trove-db_db2.xml:64(td) ./doc/common/tables/trove-db_redis.xml:76(td) ./doc/common/tables/trove-db_pxc.xml:84(td) ./doc/common/tables/trove-db_mariadb.xml:64(td) ./doc/common/tables/trove-db_vertica.xml:80(td) msgid "(StrOpt) Default strategy for replication." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:85(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:103(replaceable) msgid "trove.guestagent.strategies.restore.experimental.mongo_impl" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:86(td) ./doc/common/tables/trove-db_mysql.xml:50(td) ./doc/common/tables/trove-db_couchbase.xml:46(td) ./doc/common/tables/trove-db_couchbase.xml:97(td) ./doc/common/tables/trove-db_cassandra.xml:46(td) ./doc/common/tables/trove-db_percona.xml:58(td) ./doc/common/tables/trove-db_db2.xml:50(td) ./doc/common/tables/trove-db_redis.xml:62(td) ./doc/common/tables/trove-db_postgresql.xml:50(td) ./doc/common/tables/trove-db_pxc.xml:74(td) ./doc/common/tables/trove-db_mariadb.xml:50(td) ./doc/common/tables/trove-db_vertica.xml:66(td) +#: ./doc/common/tables/trove-db_mongodb.xml:104(td) ./doc/common/tables/trove-db_mysql.xml:68(td) ./doc/common/tables/trove-db_couchbase.xml:64(td) ./doc/common/tables/trove-db_couchbase.xml:115(td) ./doc/common/tables/trove-db_cassandra.xml:64(td) ./doc/common/tables/trove-db_percona.xml:76(td) ./doc/common/tables/trove-db_db2.xml:68(td) ./doc/common/tables/trove-db_redis.xml:80(td) ./doc/common/tables/trove-db_postgresql.xml:68(td) ./doc/common/tables/trove-db_pxc.xml:92(td) ./doc/common/tables/trove-db_mariadb.xml:68(td) ./doc/common/tables/trove-db_vertica.xml:84(td) msgid "(StrOpt) Namespace to load restore strategies from." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:89(replaceable) ./doc/common/tables/trove-db_mysql.xml:53(replaceable) ./doc/common/tables/trove-db_couchbase.xml:49(replaceable) ./doc/common/tables/trove-db_couchbase.xml:100(replaceable) ./doc/common/tables/trove-db_percona.xml:61(replaceable) ./doc/common/tables/trove-db_db2.xml:53(replaceable) ./doc/common/tables/trove-db_redis.xml:65(replaceable) ./doc/common/tables/trove-db_postgresql.xml:53(replaceable) ./doc/common/tables/trove-db_pxc.xml:77(replaceable) ./doc/common/tables/trove-db_mariadb.xml:53(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:107(replaceable) ./doc/common/tables/trove-db_mysql.xml:71(replaceable) ./doc/common/tables/trove-db_couchbase.xml:67(replaceable) ./doc/common/tables/trove-db_couchbase.xml:118(replaceable) ./doc/common/tables/trove-db_cassandra.xml:67(replaceable) ./doc/common/tables/trove-db_percona.xml:79(replaceable) ./doc/common/tables/trove-db_db2.xml:71(replaceable) ./doc/common/tables/trove-db_redis.xml:83(replaceable) ./doc/common/tables/trove-db_postgresql.xml:71(replaceable) ./doc/common/tables/trove-db_pxc.xml:95(replaceable) ./doc/common/tables/trove-db_mariadb.xml:71(replaceable) msgid "trove.extensions.common.service.DefaultRootController" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:90(td) +#: ./doc/common/tables/trove-db_mongodb.xml:108(td) msgid "(StrOpt) Root controller implementation for mongodb." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:93(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:111(replaceable) msgid "trove.common.strategies.cluster.experimental.mongodb.taskmanager.MongoDbTaskManagerStrategy" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:94(td) ./doc/common/tables/trove-db_redis.xml:70(td) ./doc/common/tables/trove-db_pxc.xml:86(td) ./doc/common/tables/trove-db_vertica.xml:74(td) +#: ./doc/common/tables/trove-db_mongodb.xml:112(td) ./doc/common/tables/trove-db_redis.xml:88(td) ./doc/common/tables/trove-db_pxc.xml:104(td) ./doc/common/tables/trove-db_vertica.xml:92(td) msgid "(StrOpt) Class that implements datastore-specific task manager logic." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:97(replaceable) +#: ./doc/common/tables/trove-db_mongodb.xml:115(replaceable) msgid "2500, 27017" msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:98(td) ./doc/common/tables/trove-db_mysql.xml:62(td) ./doc/common/tables/trove-db_couchbase.xml:58(td) ./doc/common/tables/trove-db_couchbase.xml:109(td) ./doc/common/tables/trove-db_cassandra.xml:50(td) ./doc/common/tables/trove-db_percona.xml:70(td) ./doc/common/tables/trove-db_db2.xml:62(td) ./doc/common/tables/trove-db_redis.xml:74(td) ./doc/common/tables/trove-db_postgresql.xml:62(td) ./doc/common/tables/trove-db_pxc.xml:90(td) ./doc/common/tables/trove-db_mariadb.xml:62(td) ./doc/common/tables/trove-db_vertica.xml:78(td) +#: ./doc/common/tables/trove-db_mongodb.xml:116(td) ./doc/common/tables/trove-db_mysql.xml:80(td) ./doc/common/tables/trove-db_couchbase.xml:76(td) ./doc/common/tables/trove-db_couchbase.xml:127(td) ./doc/common/tables/trove-db_cassandra.xml:72(td) ./doc/common/tables/trove-db_percona.xml:88(td) ./doc/common/tables/trove-db_db2.xml:80(td) ./doc/common/tables/trove-db_redis.xml:92(td) ./doc/common/tables/trove-db_postgresql.xml:80(td) ./doc/common/tables/trove-db_pxc.xml:108(td) ./doc/common/tables/trove-db_mariadb.xml:80(td) ./doc/common/tables/trove-db_vertica.xml:96(td) msgid "(ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:102(td) ./doc/common/tables/trove-db_mysql.xml:66(td) ./doc/common/tables/trove-db_couchbase.xml:62(td) ./doc/common/tables/trove-db_couchbase.xml:113(td) ./doc/common/tables/trove-db_cassandra.xml:54(td) ./doc/common/tables/trove-db_percona.xml:74(td) ./doc/common/tables/trove-db_db2.xml:66(td) ./doc/common/tables/trove-db_redis.xml:78(td) ./doc/common/tables/trove-db_postgresql.xml:66(td) ./doc/common/tables/trove-db_pxc.xml:94(td) ./doc/common/tables/trove-db_mariadb.xml:66(td) ./doc/common/tables/trove-db_vertica.xml:82(td) +#: ./doc/common/tables/trove-db_mongodb.xml:120(td) ./doc/common/tables/trove-db_mysql.xml:84(td) ./doc/common/tables/trove-db_couchbase.xml:80(td) ./doc/common/tables/trove-db_couchbase.xml:131(td) ./doc/common/tables/trove-db_cassandra.xml:76(td) ./doc/common/tables/trove-db_percona.xml:92(td) ./doc/common/tables/trove-db_db2.xml:84(td) ./doc/common/tables/trove-db_redis.xml:96(td) ./doc/common/tables/trove-db_postgresql.xml:84(td) ./doc/common/tables/trove-db_pxc.xml:112(td) ./doc/common/tables/trove-db_mariadb.xml:84(td) ./doc/common/tables/trove-db_vertica.xml:100(td) msgid "(ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True)." msgstr "" -#: ./doc/common/tables/trove-db_mongodb.xml:106(td) ./doc/common/tables/trove-volume.xml:46(td) ./doc/common/tables/trove-db_mysql.xml:74(td) ./doc/common/tables/trove-db_couchbase.xml:66(td) ./doc/common/tables/trove-db_couchbase.xml:117(td) ./doc/common/tables/trove-db_cassandra.xml:58(td) ./doc/common/tables/trove-db_percona.xml:82(td) ./doc/common/tables/trove-db_db2.xml:70(td) ./doc/common/tables/trove-db_redis.xml:82(td) ./doc/common/tables/trove-db_postgresql.xml:70(td) ./doc/common/tables/trove-db_pxc.xml:102(td) ./doc/common/tables/trove-db_mariadb.xml:74(td) ./doc/common/tables/trove-db_vertica.xml:86(td) +#: ./doc/common/tables/trove-db_mongodb.xml:124(td) ./doc/common/tables/trove-volume.xml:64(td) ./doc/common/tables/trove-db_mysql.xml:92(td) ./doc/common/tables/trove-db_couchbase.xml:84(td) ./doc/common/tables/trove-db_couchbase.xml:135(td) ./doc/common/tables/trove-db_cassandra.xml:80(td) ./doc/common/tables/trove-db_percona.xml:100(td) ./doc/common/tables/trove-db_db2.xml:88(td) ./doc/common/tables/trove-db_redis.xml:100(td) ./doc/common/tables/trove-db_postgresql.xml:88(td) ./doc/common/tables/trove-db_pxc.xml:120(td) ./doc/common/tables/trove-db_mariadb.xml:92(td) ./doc/common/tables/trove-db_vertica.xml:104(td) msgid "(BoolOpt) Whether to provision a Cinder volume for datadir." msgstr "" -#: ./doc/common/tables/ironic-disk_partitioner.xml:7(caption) +#: ./doc/common/tables/ironic-disk_partitioner.xml:25(caption) msgid "Description of disk partitioner configuration options" msgstr "" -#: ./doc/common/tables/ironic-disk_partitioner.xml:18(th) +#: ./doc/common/tables/ironic-disk_partitioner.xml:36(th) msgid "[disk_partitioner]" msgstr "" -#: ./doc/common/tables/ironic-disk_partitioner.xml:22(td) +#: ./doc/common/tables/ironic-disk_partitioner.xml:40(td) msgid "(IntOpt) After Ironic has completed creating the partition table, it continues to check for activity on the attached iSCSI device status at this interval prior to copying the image to the node, in seconds" msgstr "" -#: ./doc/common/tables/ironic-disk_partitioner.xml:26(td) +#: ./doc/common/tables/ironic-disk_partitioner.xml:44(td) msgid "(IntOpt) The maximum number of times to check that the device is not accessed by another process. If the device is still busy after that, the disk partitioning will be treated as having failed." msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:7(caption) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:25(caption) msgid "Description of GlusterFS storage configuration options" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:21(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:37(replaceable) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:39(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:55(replaceable) msgid "$state_path/backup_mount" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:22(td) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:40(td) msgid "(StrOpt) Base dir containing mount point for gluster share." msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:26(td) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:44(td) msgid "(StrOpt) GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format. Eg: 1.2.3.4:backup_vol" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:29(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:29(replaceable) ./doc/common/tables/nova-volumes.xml:102(replaceable) ./doc/common/tables/nova-volumes.xml:110(replaceable) ./doc/common/tables/nova-volumes.xml:150(replaceable) ./doc/common/tables/manila-glusterfs.xml:33(replaceable) ./doc/common/tables/cinder-vzstorage.xml:25(replaceable) ./doc/common/tables/nova-quobyte.xml:25(replaceable) ./doc/common/tables/cinder-smbfs.xml:29(replaceable) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:47(replaceable) ./doc/common/tables/cinder-storage_nfs.xml:47(replaceable) ./doc/common/tables/nova-volumes.xml:120(replaceable) ./doc/common/tables/nova-volumes.xml:128(replaceable) ./doc/common/tables/nova-volumes.xml:168(replaceable) ./doc/common/tables/manila-glusterfs.xml:51(replaceable) ./doc/common/tables/cinder-quobyte.xml:43(replaceable) ./doc/common/tables/cinder-vzstorage.xml:43(replaceable) ./doc/common/tables/nova-quobyte.xml:43(replaceable) ./doc/common/tables/manila-gpfs.xml:39(replaceable) ./doc/common/tables/cinder-smbfs.xml:47(replaceable) msgid "$state_path/mnt" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:30(td) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:48(td) msgid "(StrOpt) Base dir containing mount points for gluster shares." msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:33(replaceable) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:51(replaceable) msgid "/etc/cinder/glusterfs_shares" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:34(td) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:52(td) msgid "(StrOpt) File with the list of available gluster shares" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:37(replaceable) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:55(replaceable) msgid "thin" msgstr "" -#: ./doc/common/tables/cinder-storage_glusterfs.xml:38(td) +#: ./doc/common/tables/cinder-storage_glusterfs.xml:56(td) msgid "(StrOpt) Provisioning type that will be used when creating volumes." msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:7(caption) +#: ./doc/common/tables/nova-hyperv.xml:25(caption) msgid "Description of HyperV configuration options" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:22(td) +#: ./doc/common/tables/nova-hyperv.xml:40(td) msgid "(FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:26(td) +#: ./doc/common/tables/nova-hyperv.xml:44(td) msgid "(BoolOpt) Enables metrics collections for an instance by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:34(td) +#: ./doc/common/tables/nova-hyperv.xml:52(td) msgid "(StrOpt) The name of a Windows share name mapped to the \"instances_path\" dir and used by the resize feature to copy files to the target host. If left blank, an administrative share will be used, looking for the same \"instances_path\" used locally" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:38(td) +#: ./doc/common/tables/nova-hyperv.xml:56(td) msgid "(BoolOpt) Required for live migration among hosts with different CPU features" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:42(td) +#: ./doc/common/tables/nova-hyperv.xml:60(td) msgid "(IntOpt) The number of times to retry checking for a disk mounted via iSCSI." msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:46(td) +#: ./doc/common/tables/nova-hyperv.xml:64(td) msgid "(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds." msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:50(td) +#: ./doc/common/tables/nova-hyperv.xml:68(td) msgid "(IntOpt) The timeframe to be checked for instance power state changes." msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:54(td) +#: ./doc/common/tables/nova-hyperv.xml:72(td) msgid "(IntOpt) Instance power state change event polling frequency." msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:57(replaceable) +#: ./doc/common/tables/nova-hyperv.xml:75(replaceable) msgid "qemu-img.exe" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:58(td) +#: ./doc/common/tables/nova-hyperv.xml:76(td) msgid "(StrOpt) Path of qemu-img command which is used to convert between different image types" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:62(td) +#: ./doc/common/tables/nova-hyperv.xml:80(td) msgid "(StrOpt) External virtual switch Name, if not provided, the first external virtual switch is used" msgstr "" -#: ./doc/common/tables/nova-hyperv.xml:66(td) ./doc/common/tables/nova-libvirt.xml:193(td) +#: ./doc/common/tables/nova-hyperv.xml:84(td) ./doc/common/tables/nova-libvirt.xml:211(td) msgid "(IntOpt) Number of seconds to wait for instance to shut down after soft reboot request is made. We fall back to hard reboot if instance does not shutdown within this window." msgstr "" -#: ./doc/common/tables/trove-network.xml:7(caption) ./doc/common/tables/nova-network.xml:7(caption) +#: ./doc/common/tables/trove-network.xml:25(caption) ./doc/common/tables/nova-network.xml:25(caption) msgid "Description of network configuration options" msgstr "" -#: ./doc/common/tables/trove-network.xml:21(replaceable) +#: ./doc/common/tables/trove-network.xml:39(replaceable) msgid "trove.network.nova.NovaNetwork" msgstr "" -#: ./doc/common/tables/trove-network.xml:22(td) +#: ./doc/common/tables/trove-network.xml:40(td) msgid "(StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.)." msgstr "" -#: ./doc/common/tables/trove-network.xml:29(replaceable) ./doc/common/tables/ceilometer-service_types.xml:29(replaceable) ./doc/common/tables/nova-network.xml:193(replaceable) +#: ./doc/common/tables/trove-network.xml:47(replaceable) ./doc/common/tables/ceilometer-service_types.xml:47(replaceable) ./doc/common/tables/nova-network.xml:211(replaceable) msgid "network" msgstr "" -#: ./doc/common/tables/cinder-database.xml:7(caption) ./doc/common/tables/nova-database.xml:7(caption) ./doc/common/tables/ironic-database.xml:7(caption) ./doc/common/tables/glance-database.xml:7(caption) ./doc/common/tables/trove-database.xml:7(caption) ./doc/common/tables/heat-database.xml:7(caption) ./doc/common/tables/ceilometer-database.xml:7(caption) ./doc/common/tables/neutron-database.xml:7(caption) ./doc/common/tables/aodh-database.xml:7(caption) ./doc/common/tables/sahara-database.xml:7(caption) ./doc/common/tables/keystone-database.xml:7(caption) +#: ./doc/common/tables/neutron-zeromq.xml:37(replaceable) ./doc/common/tables/neutron-ml2.xml:45(replaceable) ./doc/common/tables/aodh-zeromq.xml:37(replaceable) +msgid "local" +msgstr "" + +#: ./doc/common/tables/neutron-zeromq.xml:41(replaceable) ./doc/common/tables/aodh-zeromq.xml:41(replaceable) +msgid "9501" +msgstr "" + +#: ./doc/common/tables/neutron-zeromq.xml:42(td) ./doc/common/tables/aodh-zeromq.xml:42(td) +msgid "(IntOpt) ZeroMQ receiver listening port." +msgstr "" + +#: ./doc/common/tables/cinder-database.xml:25(caption) ./doc/common/tables/nova-database.xml:25(caption) ./doc/common/tables/ironic-database.xml:25(caption) ./doc/common/tables/glance-database.xml:25(caption) ./doc/common/tables/trove-database.xml:25(caption) ./doc/common/tables/heat-database.xml:25(caption) ./doc/common/tables/ceilometer-database.xml:25(caption) ./doc/common/tables/neutron-database.xml:7(caption) ./doc/common/tables/aodh-database.xml:7(caption) ./doc/common/tables/sahara-database.xml:25(caption) ./doc/common/tables/keystone-database.xml:25(caption) msgid "Description of database configuration options" msgstr "" -#: ./doc/common/tables/cinder-database.xml:21(replaceable) +#: ./doc/common/tables/cinder-database.xml:39(replaceable) msgid "cinder.db" msgstr "" -#: ./doc/common/tables/cinder-database.xml:22(td) +#: ./doc/common/tables/cinder-database.xml:40(td) msgid "(StrOpt) Driver to use for database access" msgstr "" -#: ./doc/common/tables/cinder-database.xml:109(td) ./doc/common/tables/nova-database.xml:160(td) +#: ./doc/common/tables/cinder-database.xml:127(td) ./doc/common/tables/nova-database.xml:178(td) msgid "(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" msgstr "" -#: ./doc/common/tables/glance-scrubber.xml:7(caption) +#: ./doc/common/tables/glance-scrubber.xml:25(caption) msgid "Description of scrubber configuration options" msgstr "" -#: ./doc/common/tables/glance-scrubber.xml:22(td) +#: ./doc/common/tables/glance-scrubber.xml:40(td) msgid "(IntOpt) Loop time between checking for new items to schedule for delete." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:7(caption) +#: ./doc/common/tables/ceilometer-collector.xml:25(caption) msgid "Description of collector configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:18(th) +#: ./doc/common/tables/ceilometer-collector.xml:36(th) msgid "[collector]" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:22(td) +#: ./doc/common/tables/ceilometer-collector.xml:40(td) msgid "(BoolOpt) Enable the RPC functionality of collector. This functionality is now deprecated in favour of notifier publisher and queues." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:26(td) +#: ./doc/common/tables/ceilometer-collector.xml:44(td) msgid "(BoolOpt) Requeue the event on the collector event queue when the collector fails to dispatch it." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:30(td) +#: ./doc/common/tables/ceilometer-collector.xml:48(td) msgid "(BoolOpt) Requeue the sample on the collector sample queue when the collector fails to dispatch it. This is only valid if the sample come from the notifier publisher." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:34(td) +#: ./doc/common/tables/ceilometer-collector.xml:52(td) msgid "(StrOpt) Address to which the UDP socket is bound. Set to an empty string to disable." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:37(replaceable) +#: ./doc/common/tables/ceilometer-collector.xml:55(replaceable) msgid "4952" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:38(td) +#: ./doc/common/tables/ceilometer-collector.xml:56(td) msgid "(IntOpt) Port to which the UDP socket is bound." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:42(td) +#: ./doc/common/tables/ceilometer-collector.xml:60(td) msgid "(IntOpt) Number of workers for collector service. default value is 1." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:45(th) +#: ./doc/common/tables/ceilometer-collector.xml:63(th) msgid "[dispatcher_file]" msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:49(td) +#: ./doc/common/tables/ceilometer-collector.xml:67(td) msgid "(IntOpt) The max number of the files to keep." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:53(td) +#: ./doc/common/tables/ceilometer-collector.xml:71(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" -#: ./doc/common/tables/ceilometer-collector.xml:57(td) +#: ./doc/common/tables/ceilometer-collector.xml:75(td) msgid "(IntOpt) The max size of the file." msgstr "" -#: ./doc/common/tables/cinder-violin.xml:7(caption) +#: ./doc/common/tables/cinder-violin.xml:25(caption) msgid "Description of Violin volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-violin.xml:22(td) +#: ./doc/common/tables/cinder-violin.xml:40(td) msgid "(StrOpt) IP address or hostname of mg-a" msgstr "" -#: ./doc/common/tables/cinder-violin.xml:26(td) +#: ./doc/common/tables/cinder-violin.xml:44(td) msgid "(StrOpt) IP address or hostname of mg-b" msgstr "" -#: ./doc/common/tables/cinder-violin.xml:30(td) +#: ./doc/common/tables/cinder-violin.xml:48(td) msgid "(BoolOpt) Use igroups to manage targets and initiators" msgstr "" -#: ./doc/common/tables/cinder-violin.xml:34(td) +#: ./doc/common/tables/cinder-violin.xml:52(td) msgid "(IntOpt) Global backend request timeout, in seconds." msgstr "" -#: ./doc/common/tables/ironic-logging.xml:26(td) ./doc/common/tables/trove-logging.xml:26(td) ./doc/common/tables/ceilometer-logging.xml:26(td) ./doc/common/tables/nova-logging.xml:26(td) ./doc/common/tables/keystone-logging.xml:26(td) ./doc/common/tables/manila-logging.xml:26(td) ./doc/common/tables/sahara-logging.xml:26(td) ./doc/common/tables/glance-logging.xml:26(td) -msgid "(ListOpt) List of logger=LEVEL pairs. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:30(td) +#: ./doc/common/tables/ironic-logging.xml:48(td) msgid "(BoolOpt) Used if there is a formatting error when generating an exception message (a programming error). If True, raise an exception; if False, use the unformatted message." msgstr "" -#: ./doc/common/tables/ironic-logging.xml:42(td) ./doc/common/tables/trove-logging.xml:46(td) ./doc/common/tables/ceilometer-logging.xml:42(td) ./doc/common/tables/nova-logging.xml:46(td) ./doc/common/tables/keystone-logging.xml:42(td) ./doc/common/tables/manila-logging.xml:46(td) ./doc/common/tables/sahara-logging.xml:42(td) ./doc/common/tables/glance-logging.xml:42(td) -msgid "(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format)." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:46(td) ./doc/common/tables/trove-logging.xml:50(td) ./doc/common/tables/ceilometer-logging.xml:46(td) ./doc/common/tables/nova-logging.xml:50(td) ./doc/common/tables/keystone-logging.xml:46(td) ./doc/common/tables/manila-logging.xml:50(td) ./doc/common/tables/sahara-logging.xml:46(td) ./doc/common/tables/glance-logging.xml:46(td) -msgid "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:50(td) ./doc/common/tables/trove-logging.xml:54(td) ./doc/common/tables/ceilometer-logging.xml:50(td) ./doc/common/tables/nova-logging.xml:54(td) ./doc/common/tables/keystone-logging.xml:50(td) ./doc/common/tables/manila-logging.xml:54(td) ./doc/common/tables/sahara-logging.xml:50(td) ./doc/common/tables/glance-logging.xml:50(td) -msgid "(StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:54(td) ./doc/common/tables/trove-logging.xml:58(td) ./doc/common/tables/ceilometer-logging.xml:54(td) ./doc/common/tables/nova-logging.xml:58(td) ./doc/common/tables/keystone-logging.xml:54(td) ./doc/common/tables/manila-logging.xml:58(td) ./doc/common/tables/sahara-logging.xml:54(td) ./doc/common/tables/glance-logging.xml:54(td) -msgid "(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:58(td) ./doc/common/tables/trove-logging.xml:62(td) ./doc/common/tables/ceilometer-logging.xml:58(td) ./doc/common/tables/nova-logging.xml:62(td) ./doc/common/tables/keystone-logging.xml:58(td) ./doc/common/tables/manila-logging.xml:62(td) ./doc/common/tables/sahara-logging.xml:58(td) ./doc/common/tables/glance-logging.xml:58(td) -msgid "(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:82(td) ./doc/common/tables/trove-logging.xml:90(td) ./doc/common/tables/ceilometer-logging.xml:82(td) ./doc/common/tables/nova-logging.xml:86(td) ./doc/common/tables/keystone-logging.xml:82(td) ./doc/common/tables/manila-logging.xml:86(td) ./doc/common/tables/sahara-logging.xml:82(td) ./doc/common/tables/glance-logging.xml:82(td) -msgid "(StrOpt) Syslog facility to receive log lines. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:86(td) ./doc/common/tables/trove-logging.xml:94(td) ./doc/common/tables/ceilometer-logging.xml:86(td) ./doc/common/tables/nova-logging.xml:90(td) ./doc/common/tables/keystone-logging.xml:86(td) ./doc/common/tables/manila-logging.xml:90(td) ./doc/common/tables/sahara-logging.xml:86(td) ./doc/common/tables/glance-logging.xml:86(td) -msgid "(BoolOpt) Log output to standard error. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:90(td) ./doc/common/tables/trove-logging.xml:98(td) ./doc/common/tables/ceilometer-logging.xml:90(td) ./doc/common/tables/nova-logging.xml:94(td) ./doc/common/tables/keystone-logging.xml:90(td) ./doc/common/tables/manila-logging.xml:94(td) ./doc/common/tables/sahara-logging.xml:90(td) ./doc/common/tables/glance-logging.xml:90(td) -msgid "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:94(td) ./doc/common/tables/trove-logging.xml:102(td) ./doc/common/tables/ceilometer-logging.xml:94(td) ./doc/common/tables/nova-logging.xml:98(td) ./doc/common/tables/keystone-logging.xml:94(td) ./doc/common/tables/manila-logging.xml:98(td) ./doc/common/tables/sahara-logging.xml:94(td) ./doc/common/tables/glance-logging.xml:94(td) -msgid "(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option. This option is ignored if log_config_append is set." -msgstr "" - -#: ./doc/common/tables/ironic-logging.xml:102(td) ./doc/common/tables/trove-logging.xml:110(td) ./doc/common/tables/ceilometer-logging.xml:102(td) ./doc/common/tables/nova-logging.xml:106(td) ./doc/common/tables/keystone-logging.xml:102(td) ./doc/common/tables/manila-logging.xml:106(td) ./doc/common/tables/sahara-logging.xml:102(td) ./doc/common/tables/glance-logging.xml:102(td) +#: ./doc/common/tables/ironic-logging.xml:120(td) ./doc/common/tables/trove-logging.xml:128(td) ./doc/common/tables/ceilometer-logging.xml:120(td) ./doc/common/tables/nova-logging.xml:124(td) ./doc/common/tables/keystone-logging.xml:120(td) ./doc/common/tables/heat-common.xml:100(td) ./doc/common/tables/cinder-common.xml:264(td) ./doc/common/tables/manila-logging.xml:124(td) ./doc/common/tables/sahara-logging.xml:120(td) ./doc/common/tables/glance-logging.xml:120(td) msgid "(BoolOpt) (Optional) Uses logging handler designed to watch file system. When log file is moved or removed this handler will open a new log file with specified path instantaneously. It makes sense only if log-file option is specified and Linux platform is used. This option is ignored if log_config_append is set." msgstr "" -#: ./doc/common/tables/keystone-trust.xml:7(caption) +#: ./doc/common/tables/keystone-trust.xml:25(caption) msgid "Description of trust configuration options" msgstr "" -#: ./doc/common/tables/keystone-trust.xml:18(th) +#: ./doc/common/tables/keystone-trust.xml:36(th) msgid "[trust]" msgstr "" -#: ./doc/common/tables/keystone-trust.xml:22(td) +#: ./doc/common/tables/keystone-trust.xml:40(td) msgid "(BoolOpt) Enable redelegation feature." msgstr "" -#: ./doc/common/tables/keystone-trust.xml:26(td) +#: ./doc/common/tables/keystone-trust.xml:44(td) msgid "(StrOpt) Entrypoint for the trust backend driver in the keystone.trust namespace." msgstr "" -#: ./doc/common/tables/keystone-trust.xml:30(td) +#: ./doc/common/tables/keystone-trust.xml:48(td) msgid "(BoolOpt) Delegation and impersonation features can be optionally disabled." msgstr "" -#: ./doc/common/tables/keystone-trust.xml:34(td) +#: ./doc/common/tables/keystone-trust.xml:52(td) msgid "(IntOpt) Maximum depth of trust redelegation." msgstr "" @@ -7470,199 +7502,199 @@ msgstr "" msgid "(BoolOpt) Allow overlapping IP support in Neutron" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:7(caption) ./doc/common/tables/sahara-rabbitmq.xml:7(caption) ./doc/common/tables/neutron-rabbitmq.xml:7(caption) ./doc/common/tables/ironic-rabbitmq.xml:7(caption) ./doc/common/tables/keystone-rabbitmq.xml:7(caption) ./doc/common/tables/cinder-rabbitmq.xml:7(caption) ./doc/common/tables/trove-rabbitmq.xml:7(caption) ./doc/common/tables/heat-rabbitmq.xml:7(caption) ./doc/common/tables/ceilometer-rabbitmq.xml:7(caption) ./doc/common/tables/manila-rabbitmq.xml:7(caption) ./doc/common/tables/glance-rabbitmq.xml:7(caption) ./doc/common/tables/aodh-rabbitmq.xml:7(caption) +#: ./doc/common/tables/nova-rabbitmq.xml:25(caption) ./doc/common/tables/sahara-rabbitmq.xml:25(caption) ./doc/common/tables/neutron-rabbitmq.xml:7(caption) ./doc/common/tables/ironic-rabbitmq.xml:25(caption) ./doc/common/tables/keystone-rabbitmq.xml:25(caption) ./doc/common/tables/cinder-rabbitmq.xml:25(caption) ./doc/common/tables/trove-rabbitmq.xml:25(caption) ./doc/common/tables/heat-rabbitmq.xml:25(caption) ./doc/common/tables/ceilometer-rabbitmq.xml:25(caption) ./doc/common/tables/manila-rabbitmq.xml:25(caption) ./doc/common/tables/glance-rabbitmq.xml:25(caption) ./doc/common/tables/aodh-rabbitmq.xml:7(caption) msgid "Description of RabbitMQ configuration options" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:18(th) ./doc/common/tables/sahara-rabbitmq.xml:18(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/ironic-rabbitmq.xml:18(th) ./doc/common/tables/keystone-rabbitmq.xml:18(th) ./doc/common/tables/cinder-rabbitmq.xml:18(th) ./doc/common/tables/trove-rabbitmq.xml:18(th) ./doc/common/tables/heat-rabbitmq.xml:18(th) ./doc/common/tables/ceilometer-rabbitmq.xml:18(th) ./doc/common/tables/manila-rabbitmq.xml:18(th) ./doc/common/tables/glance-rabbitmq.xml:18(th) ./doc/common/tables/aodh-rabbitmq.xml:18(th) +#: ./doc/common/tables/nova-rabbitmq.xml:36(th) ./doc/common/tables/sahara-rabbitmq.xml:36(th) ./doc/common/tables/neutron-rabbitmq.xml:18(th) ./doc/common/tables/ironic-rabbitmq.xml:36(th) ./doc/common/tables/keystone-rabbitmq.xml:36(th) ./doc/common/tables/cinder-rabbitmq.xml:36(th) ./doc/common/tables/trove-rabbitmq.xml:36(th) ./doc/common/tables/heat-rabbitmq.xml:36(th) ./doc/common/tables/ceilometer-rabbitmq.xml:36(th) ./doc/common/tables/manila-rabbitmq.xml:36(th) ./doc/common/tables/glance-rabbitmq.xml:36(th) ./doc/common/tables/aodh-rabbitmq.xml:18(th) msgid "[oslo_messaging_rabbit]" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:30(td) ./doc/common/tables/sahara-rabbitmq.xml:30(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ironic-rabbitmq.xml:30(td) ./doc/common/tables/keystone-rabbitmq.xml:30(td) ./doc/common/tables/cinder-rabbitmq.xml:30(td) ./doc/common/tables/trove-rabbitmq.xml:30(td) ./doc/common/tables/heat-rabbitmq.xml:30(td) ./doc/common/tables/ceilometer-rabbitmq.xml:30(td) ./doc/common/tables/manila-rabbitmq.xml:30(td) ./doc/common/tables/glance-rabbitmq.xml:30(td) ./doc/common/tables/aodh-rabbitmq.xml:30(td) +#: ./doc/common/tables/nova-rabbitmq.xml:48(td) ./doc/common/tables/sahara-rabbitmq.xml:48(td) ./doc/common/tables/neutron-rabbitmq.xml:30(td) ./doc/common/tables/ironic-rabbitmq.xml:48(td) ./doc/common/tables/keystone-rabbitmq.xml:48(td) ./doc/common/tables/cinder-rabbitmq.xml:48(td) ./doc/common/tables/trove-rabbitmq.xml:48(td) ./doc/common/tables/heat-rabbitmq.xml:48(td) ./doc/common/tables/ceilometer-rabbitmq.xml:48(td) ./doc/common/tables/manila-rabbitmq.xml:48(td) ./doc/common/tables/glance-rabbitmq.xml:48(td) ./doc/common/tables/aodh-rabbitmq.xml:30(td) msgid "(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:34(td) ./doc/common/tables/sahara-rabbitmq.xml:34(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ironic-rabbitmq.xml:34(td) ./doc/common/tables/keystone-rabbitmq.xml:34(td) ./doc/common/tables/cinder-rabbitmq.xml:34(td) ./doc/common/tables/trove-rabbitmq.xml:34(td) ./doc/common/tables/heat-rabbitmq.xml:34(td) ./doc/common/tables/ceilometer-rabbitmq.xml:34(td) ./doc/common/tables/manila-rabbitmq.xml:34(td) ./doc/common/tables/glance-rabbitmq.xml:34(td) ./doc/common/tables/aodh-rabbitmq.xml:34(td) +#: ./doc/common/tables/nova-rabbitmq.xml:52(td) ./doc/common/tables/sahara-rabbitmq.xml:52(td) ./doc/common/tables/neutron-rabbitmq.xml:34(td) ./doc/common/tables/ironic-rabbitmq.xml:52(td) ./doc/common/tables/keystone-rabbitmq.xml:52(td) ./doc/common/tables/cinder-rabbitmq.xml:52(td) ./doc/common/tables/trove-rabbitmq.xml:52(td) ./doc/common/tables/heat-rabbitmq.xml:52(td) ./doc/common/tables/ceilometer-rabbitmq.xml:52(td) ./doc/common/tables/manila-rabbitmq.xml:52(td) ./doc/common/tables/glance-rabbitmq.xml:52(td) ./doc/common/tables/aodh-rabbitmq.xml:34(td) msgid "(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:38(td) ./doc/common/tables/sahara-rabbitmq.xml:38(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ironic-rabbitmq.xml:38(td) ./doc/common/tables/keystone-rabbitmq.xml:38(td) ./doc/common/tables/cinder-rabbitmq.xml:38(td) ./doc/common/tables/trove-rabbitmq.xml:38(td) ./doc/common/tables/heat-rabbitmq.xml:38(td) ./doc/common/tables/ceilometer-rabbitmq.xml:38(td) ./doc/common/tables/manila-rabbitmq.xml:38(td) ./doc/common/tables/glance-rabbitmq.xml:38(td) ./doc/common/tables/aodh-rabbitmq.xml:38(td) +#: ./doc/common/tables/nova-rabbitmq.xml:56(td) ./doc/common/tables/sahara-rabbitmq.xml:56(td) ./doc/common/tables/neutron-rabbitmq.xml:38(td) ./doc/common/tables/ironic-rabbitmq.xml:56(td) ./doc/common/tables/keystone-rabbitmq.xml:56(td) ./doc/common/tables/cinder-rabbitmq.xml:56(td) ./doc/common/tables/trove-rabbitmq.xml:56(td) ./doc/common/tables/heat-rabbitmq.xml:56(td) ./doc/common/tables/ceilometer-rabbitmq.xml:56(td) ./doc/common/tables/manila-rabbitmq.xml:56(td) ./doc/common/tables/glance-rabbitmq.xml:56(td) ./doc/common/tables/aodh-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). EXPERIMENTAL" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:42(td) ./doc/common/tables/sahara-rabbitmq.xml:42(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ironic-rabbitmq.xml:42(td) ./doc/common/tables/keystone-rabbitmq.xml:42(td) ./doc/common/tables/cinder-rabbitmq.xml:42(td) ./doc/common/tables/trove-rabbitmq.xml:42(td) ./doc/common/tables/heat-rabbitmq.xml:42(td) ./doc/common/tables/ceilometer-rabbitmq.xml:42(td) ./doc/common/tables/manila-rabbitmq.xml:42(td) ./doc/common/tables/glance-rabbitmq.xml:42(td) ./doc/common/tables/aodh-rabbitmq.xml:42(td) +#: ./doc/common/tables/nova-rabbitmq.xml:60(td) ./doc/common/tables/sahara-rabbitmq.xml:60(td) ./doc/common/tables/neutron-rabbitmq.xml:42(td) ./doc/common/tables/ironic-rabbitmq.xml:60(td) ./doc/common/tables/keystone-rabbitmq.xml:60(td) ./doc/common/tables/cinder-rabbitmq.xml:60(td) ./doc/common/tables/trove-rabbitmq.xml:60(td) ./doc/common/tables/heat-rabbitmq.xml:60(td) ./doc/common/tables/ceilometer-rabbitmq.xml:60(td) ./doc/common/tables/manila-rabbitmq.xml:60(td) ./doc/common/tables/glance-rabbitmq.xml:60(td) ./doc/common/tables/aodh-rabbitmq.xml:42(td) msgid "(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:46(td) ./doc/common/tables/sahara-rabbitmq.xml:46(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ironic-rabbitmq.xml:46(td) ./doc/common/tables/keystone-rabbitmq.xml:46(td) ./doc/common/tables/cinder-rabbitmq.xml:46(td) ./doc/common/tables/trove-rabbitmq.xml:46(td) ./doc/common/tables/heat-rabbitmq.xml:46(td) ./doc/common/tables/ceilometer-rabbitmq.xml:46(td) ./doc/common/tables/manila-rabbitmq.xml:46(td) ./doc/common/tables/glance-rabbitmq.xml:46(td) ./doc/common/tables/aodh-rabbitmq.xml:46(td) +#: ./doc/common/tables/nova-rabbitmq.xml:64(td) ./doc/common/tables/sahara-rabbitmq.xml:64(td) ./doc/common/tables/neutron-rabbitmq.xml:46(td) ./doc/common/tables/ironic-rabbitmq.xml:64(td) ./doc/common/tables/keystone-rabbitmq.xml:64(td) ./doc/common/tables/cinder-rabbitmq.xml:64(td) ./doc/common/tables/trove-rabbitmq.xml:64(td) ./doc/common/tables/heat-rabbitmq.xml:64(td) ./doc/common/tables/ceilometer-rabbitmq.xml:64(td) ./doc/common/tables/manila-rabbitmq.xml:64(td) ./doc/common/tables/glance-rabbitmq.xml:64(td) ./doc/common/tables/aodh-rabbitmq.xml:46(td) msgid "(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:50(td) ./doc/common/tables/sahara-rabbitmq.xml:50(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ironic-rabbitmq.xml:50(td) ./doc/common/tables/keystone-rabbitmq.xml:50(td) ./doc/common/tables/cinder-rabbitmq.xml:50(td) ./doc/common/tables/trove-rabbitmq.xml:50(td) ./doc/common/tables/heat-rabbitmq.xml:50(td) ./doc/common/tables/ceilometer-rabbitmq.xml:50(td) ./doc/common/tables/manila-rabbitmq.xml:50(td) ./doc/common/tables/glance-rabbitmq.xml:50(td) ./doc/common/tables/aodh-rabbitmq.xml:50(td) +#: ./doc/common/tables/nova-rabbitmq.xml:68(td) ./doc/common/tables/sahara-rabbitmq.xml:68(td) ./doc/common/tables/neutron-rabbitmq.xml:50(td) ./doc/common/tables/ironic-rabbitmq.xml:68(td) ./doc/common/tables/keystone-rabbitmq.xml:68(td) ./doc/common/tables/cinder-rabbitmq.xml:68(td) ./doc/common/tables/trove-rabbitmq.xml:68(td) ./doc/common/tables/heat-rabbitmq.xml:68(td) ./doc/common/tables/ceilometer-rabbitmq.xml:68(td) ./doc/common/tables/manila-rabbitmq.xml:68(td) ./doc/common/tables/glance-rabbitmq.xml:68(td) ./doc/common/tables/aodh-rabbitmq.xml:50(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:54(td) ./doc/common/tables/sahara-rabbitmq.xml:54(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ironic-rabbitmq.xml:54(td) ./doc/common/tables/keystone-rabbitmq.xml:54(td) ./doc/common/tables/cinder-rabbitmq.xml:54(td) ./doc/common/tables/trove-rabbitmq.xml:54(td) ./doc/common/tables/heat-rabbitmq.xml:54(td) ./doc/common/tables/ceilometer-rabbitmq.xml:54(td) ./doc/common/tables/manila-rabbitmq.xml:54(td) ./doc/common/tables/glance-rabbitmq.xml:54(td) ./doc/common/tables/aodh-rabbitmq.xml:54(td) +#: ./doc/common/tables/nova-rabbitmq.xml:72(td) ./doc/common/tables/sahara-rabbitmq.xml:72(td) ./doc/common/tables/neutron-rabbitmq.xml:54(td) ./doc/common/tables/ironic-rabbitmq.xml:72(td) ./doc/common/tables/keystone-rabbitmq.xml:72(td) ./doc/common/tables/cinder-rabbitmq.xml:72(td) ./doc/common/tables/trove-rabbitmq.xml:72(td) ./doc/common/tables/heat-rabbitmq.xml:72(td) ./doc/common/tables/ceilometer-rabbitmq.xml:72(td) ./doc/common/tables/manila-rabbitmq.xml:72(td) ./doc/common/tables/glance-rabbitmq.xml:72(td) ./doc/common/tables/aodh-rabbitmq.xml:54(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:58(td) ./doc/common/tables/sahara-rabbitmq.xml:58(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ironic-rabbitmq.xml:58(td) ./doc/common/tables/keystone-rabbitmq.xml:58(td) ./doc/common/tables/cinder-rabbitmq.xml:58(td) ./doc/common/tables/trove-rabbitmq.xml:58(td) ./doc/common/tables/heat-rabbitmq.xml:58(td) ./doc/common/tables/ceilometer-rabbitmq.xml:58(td) ./doc/common/tables/manila-rabbitmq.xml:58(td) ./doc/common/tables/glance-rabbitmq.xml:58(td) ./doc/common/tables/aodh-rabbitmq.xml:58(td) +#: ./doc/common/tables/nova-rabbitmq.xml:76(td) ./doc/common/tables/sahara-rabbitmq.xml:76(td) ./doc/common/tables/neutron-rabbitmq.xml:58(td) ./doc/common/tables/ironic-rabbitmq.xml:76(td) ./doc/common/tables/keystone-rabbitmq.xml:76(td) ./doc/common/tables/cinder-rabbitmq.xml:76(td) ./doc/common/tables/trove-rabbitmq.xml:76(td) ./doc/common/tables/heat-rabbitmq.xml:76(td) ./doc/common/tables/ceilometer-rabbitmq.xml:76(td) ./doc/common/tables/manila-rabbitmq.xml:76(td) ./doc/common/tables/glance-rabbitmq.xml:76(td) ./doc/common/tables/aodh-rabbitmq.xml:58(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:62(td) ./doc/common/tables/sahara-rabbitmq.xml:62(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ironic-rabbitmq.xml:62(td) ./doc/common/tables/keystone-rabbitmq.xml:62(td) ./doc/common/tables/cinder-rabbitmq.xml:62(td) ./doc/common/tables/trove-rabbitmq.xml:62(td) ./doc/common/tables/heat-rabbitmq.xml:62(td) ./doc/common/tables/ceilometer-rabbitmq.xml:62(td) ./doc/common/tables/manila-rabbitmq.xml:62(td) ./doc/common/tables/glance-rabbitmq.xml:62(td) ./doc/common/tables/aodh-rabbitmq.xml:62(td) +#: ./doc/common/tables/nova-rabbitmq.xml:80(td) ./doc/common/tables/sahara-rabbitmq.xml:80(td) ./doc/common/tables/neutron-rabbitmq.xml:62(td) ./doc/common/tables/ironic-rabbitmq.xml:80(td) ./doc/common/tables/keystone-rabbitmq.xml:80(td) ./doc/common/tables/cinder-rabbitmq.xml:80(td) ./doc/common/tables/trove-rabbitmq.xml:80(td) ./doc/common/tables/heat-rabbitmq.xml:80(td) ./doc/common/tables/ceilometer-rabbitmq.xml:80(td) ./doc/common/tables/manila-rabbitmq.xml:80(td) ./doc/common/tables/glance-rabbitmq.xml:80(td) ./doc/common/tables/aodh-rabbitmq.xml:62(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/nova-rabbitmq.xml:66(td) ./doc/common/tables/sahara-rabbitmq.xml:66(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ironic-rabbitmq.xml:66(td) ./doc/common/tables/keystone-rabbitmq.xml:66(td) ./doc/common/tables/cinder-rabbitmq.xml:66(td) ./doc/common/tables/trove-rabbitmq.xml:66(td) ./doc/common/tables/heat-rabbitmq.xml:66(td) ./doc/common/tables/ceilometer-rabbitmq.xml:66(td) ./doc/common/tables/manila-rabbitmq.xml:66(td) ./doc/common/tables/glance-rabbitmq.xml:66(td) ./doc/common/tables/aodh-rabbitmq.xml:66(td) +#: ./doc/common/tables/nova-rabbitmq.xml:84(td) ./doc/common/tables/sahara-rabbitmq.xml:84(td) ./doc/common/tables/neutron-rabbitmq.xml:66(td) ./doc/common/tables/ironic-rabbitmq.xml:84(td) ./doc/common/tables/keystone-rabbitmq.xml:84(td) ./doc/common/tables/cinder-rabbitmq.xml:84(td) ./doc/common/tables/trove-rabbitmq.xml:84(td) ./doc/common/tables/heat-rabbitmq.xml:84(td) ./doc/common/tables/ceilometer-rabbitmq.xml:84(td) ./doc/common/tables/manila-rabbitmq.xml:84(td) ./doc/common/tables/glance-rabbitmq.xml:84(td) ./doc/common/tables/aodh-rabbitmq.xml:66(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/nova-rabbitmq.xml:70(td) ./doc/common/tables/sahara-rabbitmq.xml:70(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ironic-rabbitmq.xml:70(td) ./doc/common/tables/keystone-rabbitmq.xml:70(td) ./doc/common/tables/cinder-rabbitmq.xml:70(td) ./doc/common/tables/trove-rabbitmq.xml:70(td) ./doc/common/tables/heat-rabbitmq.xml:70(td) ./doc/common/tables/ceilometer-rabbitmq.xml:70(td) ./doc/common/tables/manila-rabbitmq.xml:70(td) ./doc/common/tables/glance-rabbitmq.xml:70(td) ./doc/common/tables/aodh-rabbitmq.xml:70(td) +#: ./doc/common/tables/nova-rabbitmq.xml:88(td) ./doc/common/tables/sahara-rabbitmq.xml:88(td) ./doc/common/tables/neutron-rabbitmq.xml:70(td) ./doc/common/tables/ironic-rabbitmq.xml:88(td) ./doc/common/tables/keystone-rabbitmq.xml:88(td) ./doc/common/tables/cinder-rabbitmq.xml:88(td) ./doc/common/tables/trove-rabbitmq.xml:88(td) ./doc/common/tables/heat-rabbitmq.xml:88(td) ./doc/common/tables/ceilometer-rabbitmq.xml:88(td) ./doc/common/tables/manila-rabbitmq.xml:88(td) ./doc/common/tables/glance-rabbitmq.xml:88(td) ./doc/common/tables/aodh-rabbitmq.xml:70(td) msgid "(StrOpt) The RabbitMQ broker address where a single node is used." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:73(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:73(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:73(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:73(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:73(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:73(replaceable) ./doc/common/tables/trove-rabbitmq.xml:73(replaceable) ./doc/common/tables/heat-rabbitmq.xml:73(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:73(replaceable) ./doc/common/tables/manila-rabbitmq.xml:73(replaceable) ./doc/common/tables/glance-rabbitmq.xml:73(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:73(replaceable) +#: ./doc/common/tables/nova-rabbitmq.xml:91(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:91(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:73(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:91(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:91(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:91(replaceable) ./doc/common/tables/trove-rabbitmq.xml:91(replaceable) ./doc/common/tables/heat-rabbitmq.xml:91(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:91(replaceable) ./doc/common/tables/manila-rabbitmq.xml:91(replaceable) ./doc/common/tables/glance-rabbitmq.xml:91(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:73(replaceable) msgid "$rabbit_host:$rabbit_port" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:74(td) ./doc/common/tables/sahara-rabbitmq.xml:74(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ironic-rabbitmq.xml:74(td) ./doc/common/tables/keystone-rabbitmq.xml:74(td) ./doc/common/tables/cinder-rabbitmq.xml:74(td) ./doc/common/tables/trove-rabbitmq.xml:74(td) ./doc/common/tables/heat-rabbitmq.xml:74(td) ./doc/common/tables/ceilometer-rabbitmq.xml:74(td) ./doc/common/tables/manila-rabbitmq.xml:74(td) ./doc/common/tables/glance-rabbitmq.xml:74(td) ./doc/common/tables/aodh-rabbitmq.xml:74(td) +#: ./doc/common/tables/nova-rabbitmq.xml:92(td) ./doc/common/tables/sahara-rabbitmq.xml:92(td) ./doc/common/tables/neutron-rabbitmq.xml:74(td) ./doc/common/tables/ironic-rabbitmq.xml:92(td) ./doc/common/tables/keystone-rabbitmq.xml:92(td) ./doc/common/tables/cinder-rabbitmq.xml:92(td) ./doc/common/tables/trove-rabbitmq.xml:92(td) ./doc/common/tables/heat-rabbitmq.xml:92(td) ./doc/common/tables/ceilometer-rabbitmq.xml:92(td) ./doc/common/tables/manila-rabbitmq.xml:92(td) ./doc/common/tables/glance-rabbitmq.xml:92(td) ./doc/common/tables/aodh-rabbitmq.xml:74(td) msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:77(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:77(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:77(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:77(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:77(replaceable) ./doc/common/tables/trove-rabbitmq.xml:77(replaceable) ./doc/common/tables/heat-rabbitmq.xml:77(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:77(replaceable) ./doc/common/tables/manila-rabbitmq.xml:77(replaceable) ./doc/common/tables/glance-rabbitmq.xml:77(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:77(replaceable) +#: ./doc/common/tables/nova-rabbitmq.xml:95(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:95(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:77(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:95(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:95(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:95(replaceable) ./doc/common/tables/trove-rabbitmq.xml:95(replaceable) ./doc/common/tables/heat-rabbitmq.xml:95(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:95(replaceable) ./doc/common/tables/manila-rabbitmq.xml:95(replaceable) ./doc/common/tables/glance-rabbitmq.xml:95(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:77(replaceable) msgid "AMQPLAIN" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:78(td) ./doc/common/tables/sahara-rabbitmq.xml:78(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ironic-rabbitmq.xml:78(td) ./doc/common/tables/keystone-rabbitmq.xml:78(td) ./doc/common/tables/cinder-rabbitmq.xml:78(td) ./doc/common/tables/trove-rabbitmq.xml:78(td) ./doc/common/tables/heat-rabbitmq.xml:78(td) ./doc/common/tables/ceilometer-rabbitmq.xml:78(td) ./doc/common/tables/manila-rabbitmq.xml:78(td) ./doc/common/tables/glance-rabbitmq.xml:78(td) ./doc/common/tables/aodh-rabbitmq.xml:78(td) +#: ./doc/common/tables/nova-rabbitmq.xml:96(td) ./doc/common/tables/sahara-rabbitmq.xml:96(td) ./doc/common/tables/neutron-rabbitmq.xml:78(td) ./doc/common/tables/ironic-rabbitmq.xml:96(td) ./doc/common/tables/keystone-rabbitmq.xml:96(td) ./doc/common/tables/cinder-rabbitmq.xml:96(td) ./doc/common/tables/trove-rabbitmq.xml:96(td) ./doc/common/tables/heat-rabbitmq.xml:96(td) ./doc/common/tables/ceilometer-rabbitmq.xml:96(td) ./doc/common/tables/manila-rabbitmq.xml:96(td) ./doc/common/tables/glance-rabbitmq.xml:96(td) ./doc/common/tables/aodh-rabbitmq.xml:78(td) msgid "(StrOpt) The RabbitMQ login method." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:82(td) ./doc/common/tables/sahara-rabbitmq.xml:82(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ironic-rabbitmq.xml:82(td) ./doc/common/tables/keystone-rabbitmq.xml:82(td) ./doc/common/tables/cinder-rabbitmq.xml:82(td) ./doc/common/tables/trove-rabbitmq.xml:82(td) ./doc/common/tables/heat-rabbitmq.xml:82(td) ./doc/common/tables/ceilometer-rabbitmq.xml:82(td) ./doc/common/tables/manila-rabbitmq.xml:82(td) ./doc/common/tables/glance-rabbitmq.xml:82(td) ./doc/common/tables/aodh-rabbitmq.xml:82(td) +#: ./doc/common/tables/nova-rabbitmq.xml:100(td) ./doc/common/tables/sahara-rabbitmq.xml:100(td) ./doc/common/tables/neutron-rabbitmq.xml:82(td) ./doc/common/tables/ironic-rabbitmq.xml:100(td) ./doc/common/tables/keystone-rabbitmq.xml:100(td) ./doc/common/tables/cinder-rabbitmq.xml:100(td) ./doc/common/tables/trove-rabbitmq.xml:100(td) ./doc/common/tables/heat-rabbitmq.xml:100(td) ./doc/common/tables/ceilometer-rabbitmq.xml:100(td) ./doc/common/tables/manila-rabbitmq.xml:100(td) ./doc/common/tables/glance-rabbitmq.xml:100(td) ./doc/common/tables/aodh-rabbitmq.xml:82(td) msgid "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count)." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:85(replaceable) ./doc/common/tables/nova-rabbitmq.xml:105(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:85(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:105(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:85(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:105(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:85(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:105(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:85(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:105(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:85(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:105(replaceable) ./doc/common/tables/trove-rabbitmq.xml:85(replaceable) ./doc/common/tables/trove-rabbitmq.xml:105(replaceable) ./doc/common/tables/heat-rabbitmq.xml:85(replaceable) ./doc/common/tables/heat-rabbitmq.xml:105(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:85(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:105(replaceable) ./doc/common/tables/manila-rabbitmq.xml:85(replaceable) ./doc/common/tables/manila-rabbitmq.xml:105(replaceable) ./doc/common/tables/glance-rabbitmq.xml:85(replaceable) ./doc/common/tables/glance-rabbitmq.xml:105(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:85(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:105(replaceable) +#: ./doc/common/tables/nova-rabbitmq.xml:103(replaceable) ./doc/common/tables/nova-rabbitmq.xml:123(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:103(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:123(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:85(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:105(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:103(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:123(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:103(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:123(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:103(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:123(replaceable) ./doc/common/tables/trove-rabbitmq.xml:103(replaceable) ./doc/common/tables/trove-rabbitmq.xml:123(replaceable) ./doc/common/tables/heat-rabbitmq.xml:103(replaceable) ./doc/common/tables/heat-rabbitmq.xml:123(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:103(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:123(replaceable) ./doc/common/tables/manila-rabbitmq.xml:103(replaceable) ./doc/common/tables/manila-rabbitmq.xml:123(replaceable) ./doc/common/tables/glance-rabbitmq.xml:103(replaceable) ./doc/common/tables/glance-rabbitmq.xml:123(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:85(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:105(replaceable) msgid "guest" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:86(td) ./doc/common/tables/sahara-rabbitmq.xml:86(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ironic-rabbitmq.xml:86(td) ./doc/common/tables/keystone-rabbitmq.xml:86(td) ./doc/common/tables/cinder-rabbitmq.xml:86(td) ./doc/common/tables/trove-rabbitmq.xml:86(td) ./doc/common/tables/heat-rabbitmq.xml:86(td) ./doc/common/tables/ceilometer-rabbitmq.xml:86(td) ./doc/common/tables/manila-rabbitmq.xml:86(td) ./doc/common/tables/glance-rabbitmq.xml:86(td) ./doc/common/tables/aodh-rabbitmq.xml:86(td) +#: ./doc/common/tables/nova-rabbitmq.xml:104(td) ./doc/common/tables/sahara-rabbitmq.xml:104(td) ./doc/common/tables/neutron-rabbitmq.xml:86(td) ./doc/common/tables/ironic-rabbitmq.xml:104(td) ./doc/common/tables/keystone-rabbitmq.xml:104(td) ./doc/common/tables/cinder-rabbitmq.xml:104(td) ./doc/common/tables/trove-rabbitmq.xml:104(td) ./doc/common/tables/heat-rabbitmq.xml:104(td) ./doc/common/tables/ceilometer-rabbitmq.xml:104(td) ./doc/common/tables/manila-rabbitmq.xml:104(td) ./doc/common/tables/glance-rabbitmq.xml:104(td) ./doc/common/tables/aodh-rabbitmq.xml:86(td) msgid "(StrOpt) The RabbitMQ password." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:90(td) ./doc/common/tables/sahara-rabbitmq.xml:90(td) ./doc/common/tables/neutron-rabbitmq.xml:90(td) ./doc/common/tables/ironic-rabbitmq.xml:90(td) ./doc/common/tables/keystone-rabbitmq.xml:90(td) ./doc/common/tables/cinder-rabbitmq.xml:90(td) ./doc/common/tables/trove-rabbitmq.xml:90(td) ./doc/common/tables/heat-rabbitmq.xml:90(td) ./doc/common/tables/ceilometer-rabbitmq.xml:90(td) ./doc/common/tables/manila-rabbitmq.xml:90(td) ./doc/common/tables/glance-rabbitmq.xml:90(td) ./doc/common/tables/aodh-rabbitmq.xml:90(td) +#: ./doc/common/tables/nova-rabbitmq.xml:108(td) ./doc/common/tables/sahara-rabbitmq.xml:108(td) ./doc/common/tables/neutron-rabbitmq.xml:90(td) ./doc/common/tables/ironic-rabbitmq.xml:108(td) ./doc/common/tables/keystone-rabbitmq.xml:108(td) ./doc/common/tables/cinder-rabbitmq.xml:108(td) ./doc/common/tables/trove-rabbitmq.xml:108(td) ./doc/common/tables/heat-rabbitmq.xml:108(td) ./doc/common/tables/ceilometer-rabbitmq.xml:108(td) ./doc/common/tables/manila-rabbitmq.xml:108(td) ./doc/common/tables/glance-rabbitmq.xml:108(td) ./doc/common/tables/aodh-rabbitmq.xml:90(td) msgid "(IntOpt) The RabbitMQ broker port where a single node is used." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:94(td) ./doc/common/tables/sahara-rabbitmq.xml:94(td) ./doc/common/tables/neutron-rabbitmq.xml:94(td) ./doc/common/tables/ironic-rabbitmq.xml:94(td) ./doc/common/tables/keystone-rabbitmq.xml:94(td) ./doc/common/tables/cinder-rabbitmq.xml:94(td) ./doc/common/tables/trove-rabbitmq.xml:94(td) ./doc/common/tables/heat-rabbitmq.xml:94(td) ./doc/common/tables/ceilometer-rabbitmq.xml:94(td) ./doc/common/tables/manila-rabbitmq.xml:94(td) ./doc/common/tables/glance-rabbitmq.xml:94(td) ./doc/common/tables/aodh-rabbitmq.xml:94(td) +#: ./doc/common/tables/nova-rabbitmq.xml:112(td) ./doc/common/tables/sahara-rabbitmq.xml:112(td) ./doc/common/tables/neutron-rabbitmq.xml:94(td) ./doc/common/tables/ironic-rabbitmq.xml:112(td) ./doc/common/tables/keystone-rabbitmq.xml:112(td) ./doc/common/tables/cinder-rabbitmq.xml:112(td) ./doc/common/tables/trove-rabbitmq.xml:112(td) ./doc/common/tables/heat-rabbitmq.xml:112(td) ./doc/common/tables/ceilometer-rabbitmq.xml:112(td) ./doc/common/tables/manila-rabbitmq.xml:112(td) ./doc/common/tables/glance-rabbitmq.xml:112(td) ./doc/common/tables/aodh-rabbitmq.xml:94(td) msgid "(IntOpt) How long to backoff for between retries when connecting to RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:98(td) ./doc/common/tables/sahara-rabbitmq.xml:98(td) ./doc/common/tables/neutron-rabbitmq.xml:98(td) ./doc/common/tables/ironic-rabbitmq.xml:98(td) ./doc/common/tables/keystone-rabbitmq.xml:98(td) ./doc/common/tables/cinder-rabbitmq.xml:98(td) ./doc/common/tables/trove-rabbitmq.xml:98(td) ./doc/common/tables/heat-rabbitmq.xml:98(td) ./doc/common/tables/ceilometer-rabbitmq.xml:98(td) ./doc/common/tables/manila-rabbitmq.xml:98(td) ./doc/common/tables/glance-rabbitmq.xml:98(td) ./doc/common/tables/aodh-rabbitmq.xml:98(td) +#: ./doc/common/tables/nova-rabbitmq.xml:116(td) ./doc/common/tables/sahara-rabbitmq.xml:116(td) ./doc/common/tables/neutron-rabbitmq.xml:98(td) ./doc/common/tables/ironic-rabbitmq.xml:116(td) ./doc/common/tables/keystone-rabbitmq.xml:116(td) ./doc/common/tables/cinder-rabbitmq.xml:116(td) ./doc/common/tables/trove-rabbitmq.xml:116(td) ./doc/common/tables/heat-rabbitmq.xml:116(td) ./doc/common/tables/ceilometer-rabbitmq.xml:116(td) ./doc/common/tables/manila-rabbitmq.xml:116(td) ./doc/common/tables/glance-rabbitmq.xml:116(td) ./doc/common/tables/aodh-rabbitmq.xml:98(td) msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:102(td) ./doc/common/tables/sahara-rabbitmq.xml:102(td) ./doc/common/tables/neutron-rabbitmq.xml:102(td) ./doc/common/tables/ironic-rabbitmq.xml:102(td) ./doc/common/tables/keystone-rabbitmq.xml:102(td) ./doc/common/tables/cinder-rabbitmq.xml:102(td) ./doc/common/tables/trove-rabbitmq.xml:102(td) ./doc/common/tables/heat-rabbitmq.xml:102(td) ./doc/common/tables/ceilometer-rabbitmq.xml:102(td) ./doc/common/tables/manila-rabbitmq.xml:102(td) ./doc/common/tables/glance-rabbitmq.xml:102(td) ./doc/common/tables/aodh-rabbitmq.xml:102(td) +#: ./doc/common/tables/nova-rabbitmq.xml:120(td) ./doc/common/tables/sahara-rabbitmq.xml:120(td) ./doc/common/tables/neutron-rabbitmq.xml:102(td) ./doc/common/tables/ironic-rabbitmq.xml:120(td) ./doc/common/tables/keystone-rabbitmq.xml:120(td) ./doc/common/tables/cinder-rabbitmq.xml:120(td) ./doc/common/tables/trove-rabbitmq.xml:120(td) ./doc/common/tables/heat-rabbitmq.xml:120(td) ./doc/common/tables/ceilometer-rabbitmq.xml:120(td) ./doc/common/tables/manila-rabbitmq.xml:120(td) ./doc/common/tables/glance-rabbitmq.xml:120(td) ./doc/common/tables/aodh-rabbitmq.xml:102(td) msgid "(BoolOpt) Connect over SSL for RabbitMQ." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:106(td) ./doc/common/tables/sahara-rabbitmq.xml:106(td) ./doc/common/tables/neutron-rabbitmq.xml:106(td) ./doc/common/tables/ironic-rabbitmq.xml:106(td) ./doc/common/tables/keystone-rabbitmq.xml:106(td) ./doc/common/tables/cinder-rabbitmq.xml:106(td) ./doc/common/tables/trove-rabbitmq.xml:106(td) ./doc/common/tables/heat-rabbitmq.xml:106(td) ./doc/common/tables/ceilometer-rabbitmq.xml:106(td) ./doc/common/tables/manila-rabbitmq.xml:106(td) ./doc/common/tables/glance-rabbitmq.xml:106(td) ./doc/common/tables/aodh-rabbitmq.xml:106(td) +#: ./doc/common/tables/nova-rabbitmq.xml:124(td) ./doc/common/tables/sahara-rabbitmq.xml:124(td) ./doc/common/tables/neutron-rabbitmq.xml:106(td) ./doc/common/tables/ironic-rabbitmq.xml:124(td) ./doc/common/tables/keystone-rabbitmq.xml:124(td) ./doc/common/tables/cinder-rabbitmq.xml:124(td) ./doc/common/tables/trove-rabbitmq.xml:124(td) ./doc/common/tables/heat-rabbitmq.xml:124(td) ./doc/common/tables/ceilometer-rabbitmq.xml:124(td) ./doc/common/tables/manila-rabbitmq.xml:124(td) ./doc/common/tables/glance-rabbitmq.xml:124(td) ./doc/common/tables/aodh-rabbitmq.xml:106(td) msgid "(StrOpt) The RabbitMQ userid." msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:109(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:109(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:109(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:109(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:109(replaceable) ./doc/common/tables/nova-ec2.xml:37(replaceable) ./doc/common/tables/trove-rabbitmq.xml:109(replaceable) ./doc/common/tables/heat-rabbitmq.xml:109(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:109(replaceable) ./doc/common/tables/manila-rabbitmq.xml:109(replaceable) ./doc/common/tables/glance-rabbitmq.xml:109(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:109(replaceable) +#: ./doc/common/tables/nova-rabbitmq.xml:127(replaceable) ./doc/common/tables/sahara-rabbitmq.xml:127(replaceable) ./doc/common/tables/neutron-rabbitmq.xml:109(replaceable) ./doc/common/tables/ironic-rabbitmq.xml:127(replaceable) ./doc/common/tables/keystone-rabbitmq.xml:127(replaceable) ./doc/common/tables/cinder-rabbitmq.xml:127(replaceable) ./doc/common/tables/nova-ec2.xml:55(replaceable) ./doc/common/tables/trove-rabbitmq.xml:127(replaceable) ./doc/common/tables/heat-rabbitmq.xml:127(replaceable) ./doc/common/tables/ceilometer-rabbitmq.xml:127(replaceable) ./doc/common/tables/manila-rabbitmq.xml:127(replaceable) ./doc/common/tables/glance-rabbitmq.xml:127(replaceable) ./doc/common/tables/aodh-rabbitmq.xml:109(replaceable) msgid "/" msgstr "" -#: ./doc/common/tables/nova-rabbitmq.xml:110(td) ./doc/common/tables/sahara-rabbitmq.xml:110(td) ./doc/common/tables/neutron-rabbitmq.xml:110(td) ./doc/common/tables/ironic-rabbitmq.xml:110(td) ./doc/common/tables/keystone-rabbitmq.xml:110(td) ./doc/common/tables/cinder-rabbitmq.xml:110(td) ./doc/common/tables/trove-rabbitmq.xml:110(td) ./doc/common/tables/heat-rabbitmq.xml:110(td) ./doc/common/tables/ceilometer-rabbitmq.xml:110(td) ./doc/common/tables/manila-rabbitmq.xml:110(td) ./doc/common/tables/glance-rabbitmq.xml:110(td) ./doc/common/tables/aodh-rabbitmq.xml:110(td) +#: ./doc/common/tables/nova-rabbitmq.xml:128(td) ./doc/common/tables/sahara-rabbitmq.xml:128(td) ./doc/common/tables/neutron-rabbitmq.xml:110(td) ./doc/common/tables/ironic-rabbitmq.xml:128(td) ./doc/common/tables/keystone-rabbitmq.xml:128(td) ./doc/common/tables/cinder-rabbitmq.xml:128(td) ./doc/common/tables/trove-rabbitmq.xml:128(td) ./doc/common/tables/heat-rabbitmq.xml:128(td) ./doc/common/tables/ceilometer-rabbitmq.xml:128(td) ./doc/common/tables/manila-rabbitmq.xml:128(td) ./doc/common/tables/glance-rabbitmq.xml:128(td) ./doc/common/tables/aodh-rabbitmq.xml:110(td) msgid "(StrOpt) The RabbitMQ virtual host." msgstr "" -#: ./doc/common/tables/nova-ldap.xml:7(caption) ./doc/common/tables/keystone-ldap.xml:7(caption) +#: ./doc/common/tables/nova-ldap.xml:25(caption) ./doc/common/tables/keystone-ldap.xml:25(caption) msgid "Description of LDAP configuration options" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:21(replaceable) +#: ./doc/common/tables/nova-ldap.xml:39(replaceable) msgid "ou=hosts,dc=example,dc=org" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:22(td) +#: ./doc/common/tables/nova-ldap.xml:40(td) msgid "(StrOpt) Base DN for DNS entries in LDAP" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:26(td) +#: ./doc/common/tables/nova-ldap.xml:44(td) msgid "(StrOpt) Password for LDAP DNS" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:29(replaceable) +#: ./doc/common/tables/nova-ldap.xml:47(replaceable) msgid "['dns.example.org']" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:30(td) +#: ./doc/common/tables/nova-ldap.xml:48(td) msgid "(MultiStrOpt) DNS Servers for LDAP DNS driver" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:33(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:36(replaceable) ./doc/common/tables/cinder-quota.xml:53(replaceable) ./doc/common/tables/manila-quota.xml:49(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:64(replaceable) ./doc/common/tables/nova-network.xml:53(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:63(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/neutron-common.xml:113(replaceable) ./doc/common/tables/nova-policy.xml:61(replaceable) ./doc/common/tables/glance-imagecache.xml:41(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:20(replaceable) ./doc/common/tables/nova-libvirt.xml:25(replaceable) ./doc/common/tables/nova-xen.xml:203(replaceable) ./doc/common/tables/neutron-nsx.xml:234(replaceable) ./doc/common/tables/keystone-oauth.xml:21(replaceable) +#: ./doc/common/tables/nova-ldap.xml:51(replaceable) ./doc/common/tables/swift-object-server-app-object-server.xml:36(replaceable) ./doc/common/tables/cinder-quota.xml:71(replaceable) ./doc/common/tables/manila-quota.xml:67(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:68(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:64(replaceable) ./doc/common/tables/nova-network.xml:71(replaceable) ./doc/common/tables/swift-proxy-server-filter-dlo.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:63(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:64(replaceable) ./doc/common/tables/neutron-common.xml:113(replaceable) ./doc/common/tables/nova-policy.xml:79(replaceable) ./doc/common/tables/glance-imagecache.xml:59(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:20(replaceable) ./doc/common/tables/nova-libvirt.xml:43(replaceable) ./doc/common/tables/nova-xen.xml:221(replaceable) ./doc/common/tables/neutron-nsx.xml:234(replaceable) ./doc/common/tables/keystone-oauth.xml:39(replaceable) msgid "86400" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:34(td) +#: ./doc/common/tables/nova-ldap.xml:52(td) msgid "(StrOpt) Expiry interval (in seconds) for LDAP DNS driver Statement of Authority" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:37(replaceable) +#: ./doc/common/tables/nova-ldap.xml:55(replaceable) msgid "hostmaster@example.org" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:38(td) +#: ./doc/common/tables/nova-ldap.xml:56(td) msgid "(StrOpt) Hostmaster for LDAP DNS driver Statement of Authority" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:41(replaceable) ./doc/common/tables/cinder-vmware.xml:49(replaceable) +#: ./doc/common/tables/nova-ldap.xml:59(replaceable) ./doc/common/tables/cinder-vmware.xml:67(replaceable) msgid "7200" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:42(td) +#: ./doc/common/tables/nova-ldap.xml:60(td) msgid "(StrOpt) Minimum interval (in seconds) for LDAP DNS driver Statement of Authority" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:45(replaceable) ./doc/common/tables/nova-compute.xml:129(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:40(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:36(replaceable) ./doc/common/tables/keystone-revoke.xml:33(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:24(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:24(replaceable) ./doc/common/tables/ironic-conductor.xml:29(replaceable) ./doc/common/tables/ironic-conductor.xml:45(replaceable) ./doc/common/tables/ironic-conductor.xml:61(replaceable) +#: ./doc/common/tables/nova-ldap.xml:63(replaceable) ./doc/common/tables/nova-compute.xml:147(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:44(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:40(replaceable) ./doc/common/tables/keystone-revoke.xml:51(replaceable) ./doc/common/tables/swift-container-server-container-auditor.xml:24(replaceable) ./doc/common/tables/swift-account-server-account-auditor.xml:24(replaceable) ./doc/common/tables/ironic-conductor.xml:47(replaceable) ./doc/common/tables/ironic-conductor.xml:63(replaceable) ./doc/common/tables/ironic-conductor.xml:79(replaceable) msgid "1800" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:46(td) +#: ./doc/common/tables/nova-ldap.xml:64(td) msgid "(StrOpt) Refresh interval (in seconds) for LDAP DNS driver Statement of Authority" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:50(td) +#: ./doc/common/tables/nova-ldap.xml:68(td) msgid "(StrOpt) Retry interval (in seconds) for LDAP DNS driver Statement of Authority" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:53(replaceable) +#: ./doc/common/tables/nova-ldap.xml:71(replaceable) msgid "ldap://ldap.example.com:389" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:54(td) +#: ./doc/common/tables/nova-ldap.xml:72(td) msgid "(StrOpt) URL for LDAP server which will store DNS entries" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:57(replaceable) +#: ./doc/common/tables/nova-ldap.xml:75(replaceable) msgid "uid=admin,ou=people,dc=example,dc=org" msgstr "" -#: ./doc/common/tables/nova-ldap.xml:58(td) +#: ./doc/common/tables/nova-ldap.xml:76(td) msgid "(StrOpt) User for LDAP DNS" msgstr "" -#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:7(caption) +#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:25(caption) msgid "Description of cisco zoning manager configuration options" msgstr "" -#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:21(replaceable) +#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:39(replaceable) msgid "cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI" msgstr "" -#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:22(td) ./doc/common/tables/cinder-zoning_manager.xml:22(td) +#: ./doc/common/tables/cinder-zoning_manager_cisco.xml:40(td) ./doc/common/tables/cinder-zoning_manager.xml:40(td) msgid "(StrOpt) Southbound connector for zoning operation" msgstr "" @@ -7998,227 +8030,227 @@ msgstr "" msgid "(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks." msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:7(caption) +#: ./doc/common/tables/cinder-hgst.xml:25(caption) msgid "Description of HGST volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:21(replaceable) +#: ./doc/common/tables/cinder-hgst.xml:39(replaceable) msgid "Net 1 (IPv4)" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:22(td) +#: ./doc/common/tables/cinder-hgst.xml:40(td) msgid "(StrOpt) Space network name to use for data transfer" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:26(td) +#: ./doc/common/tables/cinder-hgst.xml:44(td) msgid "(StrOpt) Should spaces be redundantly stored (1/0)" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:30(td) +#: ./doc/common/tables/cinder-hgst.xml:48(td) msgid "(StrOpt) Group to own created spaces" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:33(replaceable) +#: ./doc/common/tables/cinder-hgst.xml:51(replaceable) msgid "0600" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:34(td) +#: ./doc/common/tables/cinder-hgst.xml:52(td) msgid "(StrOpt) UNIX mode for created spaces" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:37(replaceable) ./doc/common/tables/manila-glusterfs.xml:29(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:29(replaceable) ./doc/common/tables/manila-quobyte.xml:37(replaceable) ./doc/common/tables/manila-quobyte.xml:41(replaceable) ./doc/common/tables/manila-netapp.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:95(replaceable) +#: ./doc/common/tables/cinder-hgst.xml:55(replaceable) ./doc/common/tables/manila-glusterfs.xml:47(replaceable) ./doc/common/tables/ceilometer-xenapi.xml:47(replaceable) ./doc/common/tables/manila-quobyte.xml:55(replaceable) ./doc/common/tables/manila-quobyte.xml:59(replaceable) ./doc/common/tables/manila-netapp.xml:59(replaceable) ./doc/common/tables/nova-xen.xml:113(replaceable) msgid "root" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:38(td) +#: ./doc/common/tables/cinder-hgst.xml:56(td) msgid "(StrOpt) User to own created spaces" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:41(replaceable) +#: ./doc/common/tables/cinder-hgst.xml:59(replaceable) msgid "os:gbd0" msgstr "" -#: ./doc/common/tables/cinder-hgst.xml:42(td) +#: ./doc/common/tables/cinder-hgst.xml:60(td) msgid "(StrOpt) Comma separated list of Space storage servers:devices. ex: os1_stor:gbd0,os2_stor:gbd0" msgstr "" -#: ./doc/common/tables/heat-clients_ceilometer.xml:7(caption) +#: ./doc/common/tables/heat-clients_ceilometer.xml:25(caption) msgid "Description of ceilometer clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_ceilometer.xml:18(th) +#: ./doc/common/tables/heat-clients_ceilometer.xml:36(th) msgid "[clients_ceilometer]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:22(td) +#: ./doc/common/tables/keystone-api.xml:40(td) msgid "(StrOpt) The base admin endpoint URL for Keystone that is advertised to clients (NOTE: this does NOT affect how Keystone listens for connections). Defaults to the base host URL of the request. E.g. a request to http://server:35357/v3/users will default to http://server:35357. You should only need to set this value if the base URL contains a path (e.g. /prefix/v3) or the endpoint should be found on a different server." msgstr "" -#: ./doc/common/tables/keystone-api.xml:25(replaceable) +#: ./doc/common/tables/keystone-api.xml:43(replaceable) msgid "ADMIN" msgstr "" -#: ./doc/common/tables/keystone-api.xml:26(td) +#: ./doc/common/tables/keystone-api.xml:44(td) msgid "(StrOpt) A \"shared secret\" that can be used to bootstrap Keystone. This \"token\" does not represent a user, and carries no explicit authorization. To disable in production (highly recommended), remove AdminTokenAuthMiddleware from your paste application pipelines (for example, in keystone-paste.ini)." msgstr "" -#: ./doc/common/tables/keystone-api.xml:30(td) +#: ./doc/common/tables/keystone-api.xml:48(td) msgid "(BoolOpt) Set this to false if you want to enable the ability for user, group and project entities to be moved between domains by updating their domain_id. Allowing such movement is not recommended if the scope of a domain admin is being restricted by use of an appropriate policy file (see policy.v3cloudsample as an example)." msgstr "" -#: ./doc/common/tables/keystone-api.xml:34(td) +#: ./doc/common/tables/keystone-api.xml:52(td) msgid "(IntOpt) The maximum number of entities that will be returned in a collection, with no limit set by default. This global limit may be then overridden for a specific driver, by specifying a list_limit in the appropriate section (e.g. [assignment])." msgstr "" -#: ./doc/common/tables/keystone-api.xml:37(replaceable) ./doc/common/tables/ironic-common.xml:29(replaceable) ./doc/common/tables/ceilometer-common.xml:25(replaceable) ./doc/common/tables/glance-common.xml:49(replaceable) ./doc/common/tables/keystone-common.xml:21(replaceable) ./doc/common/tables/manila-share.xml:65(replaceable) ./doc/common/tables/glance-api.xml:77(replaceable) ./doc/common/tables/neutron-common.xml:141(replaceable) ./doc/common/tables/nova-common.xml:37(replaceable) ./doc/common/tables/heat-common.xml:49(replaceable) ./doc/common/tables/glance-sheepdog.xml:25(replaceable) ./doc/common/tables/cinder-common.xml:89(replaceable) ./doc/common/tables/sahara-common.xml:69(replaceable) ./doc/common/tables/aodh-common.xml:37(replaceable) ./doc/common/tables/trove-common.xml:41(replaceable) +#: ./doc/common/tables/keystone-api.xml:55(replaceable) ./doc/common/tables/ironic-common.xml:47(replaceable) ./doc/common/tables/ceilometer-common.xml:43(replaceable) ./doc/common/tables/glance-common.xml:67(replaceable) ./doc/common/tables/keystone-common.xml:39(replaceable) ./doc/common/tables/manila-share.xml:83(replaceable) ./doc/common/tables/glance-api.xml:95(replaceable) ./doc/common/tables/neutron-common.xml:141(replaceable) ./doc/common/tables/nova-common.xml:55(replaceable) ./doc/common/tables/heat-common.xml:67(replaceable) ./doc/common/tables/glance-sheepdog.xml:43(replaceable) ./doc/common/tables/cinder-common.xml:107(replaceable) ./doc/common/tables/sahara-common.xml:87(replaceable) ./doc/common/tables/aodh-common.xml:37(replaceable) ./doc/common/tables/trove-common.xml:59(replaceable) msgid "64" msgstr "" -#: ./doc/common/tables/keystone-api.xml:38(td) +#: ./doc/common/tables/keystone-api.xml:56(td) msgid "(IntOpt) Limit the sizes of user & project ID/names." msgstr "" -#: ./doc/common/tables/keystone-api.xml:42(td) +#: ./doc/common/tables/keystone-api.xml:60(td) msgid "(IntOpt) Maximum depth of the project hierarchy. WARNING: setting it to a large value may adversely impact performance." msgstr "" -#: ./doc/common/tables/keystone-api.xml:46(td) +#: ./doc/common/tables/keystone-api.xml:64(td) msgid "(IntOpt) Similar to max_param_size, but provides an exception for token values." msgstr "" -#: ./doc/common/tables/keystone-api.xml:49(replaceable) +#: ./doc/common/tables/keystone-api.xml:67(replaceable) msgid "9fe2ff9ee4384b1894a90878d3e92bab" msgstr "" -#: ./doc/common/tables/keystone-api.xml:50(td) +#: ./doc/common/tables/keystone-api.xml:68(td) msgid "(StrOpt) Similar to the member_role_name option, this represents the default role ID used to associate users with their default projects in the v2 API. This will be used as the explicit role where one is not specified by the v2 API." msgstr "" -#: ./doc/common/tables/keystone-api.xml:53(replaceable) +#: ./doc/common/tables/keystone-api.xml:71(replaceable) msgid "_member_" msgstr "" -#: ./doc/common/tables/keystone-api.xml:54(td) +#: ./doc/common/tables/keystone-api.xml:72(td) msgid "(StrOpt) This is the role name used in combination with the member_role_id option; see that option for more detail." msgstr "" -#: ./doc/common/tables/keystone-api.xml:58(td) +#: ./doc/common/tables/keystone-api.xml:76(td) msgid "(StrOpt) The base public endpoint URL for Keystone that is advertised to clients (NOTE: this does NOT affect how Keystone listens for connections). Defaults to the base host URL of the request. E.g. a request to http://server:5000/v3/users will default to http://server:5000. You should only need to set this value if the base URL contains a path (e.g. /prefix/v3) or the endpoint should be found on a different server." msgstr "" -#: ./doc/common/tables/keystone-api.xml:62(td) ./doc/common/tables/nova-api.xml:94(td) +#: ./doc/common/tables/keystone-api.xml:80(td) ./doc/common/tables/nova-api.xml:112(td) msgid "(StrOpt) The HTTP header used to determine the scheme for the original request, even if it was removed by an SSL terminating proxy. Typical value is \"HTTP_X_FORWARDED_PROTO\"." msgstr "" -#: ./doc/common/tables/keystone-api.xml:66(td) +#: ./doc/common/tables/keystone-api.xml:84(td) msgid "(BoolOpt) If set to true, strict password length checking is performed for password manipulation. If a password exceeds the maximum length, the operation will fail with an HTTP 403 Forbidden error. If set to false, passwords are automatically truncated to the maximum length." msgstr "" -#: ./doc/common/tables/keystone-api.xml:69(th) +#: ./doc/common/tables/keystone-api.xml:87(th) msgid "[endpoint_filter]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:73(td) +#: ./doc/common/tables/keystone-api.xml:91(td) msgid "(StrOpt) Entrypoint for the endpoint filter backend driver in the keystone.endpoint_filter namespace." msgstr "" -#: ./doc/common/tables/keystone-api.xml:77(td) +#: ./doc/common/tables/keystone-api.xml:95(td) msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists." msgstr "" -#: ./doc/common/tables/keystone-api.xml:80(th) +#: ./doc/common/tables/keystone-api.xml:98(th) msgid "[endpoint_policy]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:84(td) +#: ./doc/common/tables/keystone-api.xml:102(td) msgid "(StrOpt) Entrypoint for the endpoint policy backend driver in the keystone.endpoint_policy namespace." msgstr "" -#: ./doc/common/tables/keystone-api.xml:88(td) +#: ./doc/common/tables/keystone-api.xml:106(td) msgid "(BoolOpt) Enable endpoint_policy functionality." msgstr "" -#: ./doc/common/tables/keystone-api.xml:91(th) +#: ./doc/common/tables/keystone-api.xml:109(th) msgid "[eventlet_server]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:95(td) +#: ./doc/common/tables/keystone-api.xml:113(td) msgid "(StrOpt) The IP address of the network interface for the admin service to listen on." msgstr "" -#: ./doc/common/tables/keystone-api.xml:99(td) +#: ./doc/common/tables/keystone-api.xml:117(td) msgid "(IntOpt) The port number which the admin service listens on." msgstr "" -#: ./doc/common/tables/keystone-api.xml:103(td) +#: ./doc/common/tables/keystone-api.xml:121(td) msgid "(IntOpt) The number of worker processes to serve the admin eventlet application. Defaults to number of CPUs (minimum of 2)." msgstr "" -#: ./doc/common/tables/keystone-api.xml:106(replaceable) ./doc/common/tables/neutron-api.xml:45(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:88(replaceable) ./doc/common/tables/heat-api.xml:142(replaceable) ./doc/common/tables/manila-common.xml:21(replaceable) ./doc/common/tables/ironic-ilo.xml:65(replaceable) ./doc/common/tables/glance-api.xml:33(replaceable) ./doc/common/tables/cinder-common.xml:45(replaceable) ./doc/common/tables/neutron-nsx.xml:21(replaceable) ./doc/common/tables/nova-api.xml:29(replaceable) ./doc/common/tables/trove-common.xml:77(replaceable) +#: ./doc/common/tables/keystone-api.xml:124(replaceable) ./doc/common/tables/neutron-api.xml:45(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:100(replaceable) ./doc/common/tables/heat-api.xml:160(replaceable) ./doc/common/tables/manila-common.xml:39(replaceable) ./doc/common/tables/ironic-ilo.xml:83(replaceable) ./doc/common/tables/glance-api.xml:51(replaceable) ./doc/common/tables/cinder-common.xml:63(replaceable) ./doc/common/tables/neutron-nsx.xml:21(replaceable) ./doc/common/tables/nova-api.xml:47(replaceable) ./doc/common/tables/trove-common.xml:95(replaceable) msgid "900" msgstr "" -#: ./doc/common/tables/keystone-api.xml:107(td) +#: ./doc/common/tables/keystone-api.xml:125(td) msgid "(IntOpt) Timeout for socket operations on a client connection. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever." msgstr "" -#: ./doc/common/tables/keystone-api.xml:111(td) +#: ./doc/common/tables/keystone-api.xml:129(td) msgid "(StrOpt) The IP address of the network interface for the public service to listen on." msgstr "" -#: ./doc/common/tables/keystone-api.xml:114(replaceable) ./doc/common/tables/neutron-nsx.xml:80(replaceable) +#: ./doc/common/tables/keystone-api.xml:132(replaceable) ./doc/common/tables/neutron-nsx.xml:80(replaceable) msgid "5000" msgstr "" -#: ./doc/common/tables/keystone-api.xml:115(td) +#: ./doc/common/tables/keystone-api.xml:133(td) msgid "(IntOpt) The port number which the public service listens on." msgstr "" -#: ./doc/common/tables/keystone-api.xml:119(td) +#: ./doc/common/tables/keystone-api.xml:137(td) msgid "(IntOpt) The number of worker processes to serve the public eventlet application. Defaults to number of CPUs (minimum of 2)." msgstr "" -#: ./doc/common/tables/keystone-api.xml:123(td) +#: ./doc/common/tables/keystone-api.xml:141(td) msgid "(BoolOpt) Set this to true if you want to enable TCP_KEEPALIVE on server sockets, i.e. sockets used by the Keystone wsgi server for client connections." msgstr "" -#: ./doc/common/tables/keystone-api.xml:127(td) +#: ./doc/common/tables/keystone-api.xml:145(td) msgid "(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Only applies if tcp_keepalive is true." msgstr "" -#: ./doc/common/tables/keystone-api.xml:131(td) +#: ./doc/common/tables/keystone-api.xml:149(td) msgid "(BoolOpt) If set to false, disables keepalives on the server; all connections will be closed after serving one request." msgstr "" -#: ./doc/common/tables/keystone-api.xml:145(th) ./doc/common/tables/heat-api.xml:218(th) ./doc/common/tables/glance-api.xml:131(th) +#: ./doc/common/tables/keystone-api.xml:163(th) ./doc/common/tables/heat-api.xml:236(th) ./doc/common/tables/glance-api.xml:149(th) msgid "[paste_deploy]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:148(replaceable) +#: ./doc/common/tables/keystone-api.xml:166(replaceable) msgid "keystone-paste.ini" msgstr "" -#: ./doc/common/tables/keystone-api.xml:149(td) +#: ./doc/common/tables/keystone-api.xml:167(td) msgid "(StrOpt) Name of the paste configuration file that defines the available pipelines." msgstr "" -#: ./doc/common/tables/keystone-api.xml:152(th) +#: ./doc/common/tables/keystone-api.xml:170(th) msgid "[resource]" msgstr "" -#: ./doc/common/tables/keystone-api.xml:156(td) +#: ./doc/common/tables/keystone-api.xml:174(td) msgid "(IntOpt) TTL (in seconds) to cache resource data. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-api.xml:160(td) +#: ./doc/common/tables/keystone-api.xml:178(td) msgid "(BoolOpt) Toggle for resource caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-api.xml:164(td) +#: ./doc/common/tables/keystone-api.xml:182(td) msgid "(StrOpt) Entrypoint for the resource backend driver in the keystone.resource namespace. Supplied drivers are ldap and sql. If a resource driver is not specified, the assignment driver will choose the resource driver." msgstr "" -#: ./doc/common/tables/keystone-api.xml:168(td) +#: ./doc/common/tables/keystone-api.xml:186(td) msgid "(IntOpt) Maximum number of entities that will be returned in a resource collection." msgstr "" @@ -8250,7 +8282,7 @@ msgstr "" msgid "Maximum time allowed to upload an object" msgstr "" -#: ./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/nova-scheduler.xml:73(replaceable) ./doc/common/tables/ceilometer-database.xml:52(replaceable) +#: ./doc/common/tables/swift-object-server-app-object-server.xml:40(replaceable) ./doc/common/tables/nova-ephemeral_storage_encryption.xml:47(replaceable) ./doc/common/tables/nova-scheduler.xml:91(replaceable) ./doc/common/tables/ceilometer-database.xml:70(replaceable) msgid "512" msgstr "" @@ -8270,7 +8302,7 @@ msgstr "" msgid "The number of subrequest failures before the replication_failure_ratio is checked" msgstr "" -#: ./doc/common/tables/swift-object-server-app-object-server.xml:56(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:68(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:158(replaceable) ./doc/common/tables/nova-ec2.xml:77(replaceable) ./doc/common/tables/nova-ec2.xml:81(replaceable) ./doc/common/tables/octavia.xml:175(replaceable) ./doc/common/tables/nova-metadata.xml:21(replaceable) +#: ./doc/common/tables/swift-object-server-app-object-server.xml:56(replaceable) ./doc/common/tables/swift-object-server-object-replicator.xml:76(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:72(replaceable) ./doc/common/tables/neutron-ml2_cisco.xml:158(replaceable) ./doc/common/tables/nova-ec2.xml:95(replaceable) ./doc/common/tables/nova-ec2.xml:99(replaceable) ./doc/common/tables/octavia.xml:175(replaceable) ./doc/common/tables/nova-metadata.xml:39(replaceable) msgid "15" msgstr "" @@ -8286,7 +8318,7 @@ msgstr "" msgid "If defined, tells server how to handle replication verbs in requests. When set to True (or 1), only replication verbs will be accepted. When set to False, replication verbs will be rejected. When undefined, server will accept any verb in the request." msgstr "" -#: ./doc/common/tables/swift-object-server-app-object-server.xml:77(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:33(td) ./doc/common/tables/swift-container-server-app-container-server.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:117(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:52(td) ./doc/common/tables/swift-account-server-app-account-server.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:85(td) +#: ./doc/common/tables/swift-object-server-app-object-server.xml:77(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:33(td) ./doc/common/tables/swift-container-server-app-container-server.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:117(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:52(td) ./doc/common/tables/swift-account-server-app-account-server.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:85(td) msgid "Log level" msgstr "" @@ -8294,7 +8326,7 @@ msgstr "" msgid "object-server" msgstr "" -#: ./doc/common/tables/swift-object-server-app-object-server.xml:81(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:37(td) ./doc/common/tables/swift-container-server-app-container-server.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:37(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:121(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:45(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:56(td) ./doc/common/tables/swift-account-server-app-account-server.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:89(td) +#: ./doc/common/tables/swift-object-server-app-object-server.xml:81(td) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:37(td) ./doc/common/tables/swift-container-server-app-container-server.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:37(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:121(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:56(td) ./doc/common/tables/swift-account-server-app-account-server.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:89(td) msgid "Label to use when logging" msgstr "" @@ -8314,238 +8346,230 @@ msgstr "" msgid "egg:swift#object" msgstr "" -#: ./doc/common/tables/trove-nova.xml:7(caption) ./doc/common/tables/neutron-nova.xml:7(caption) +#: ./doc/common/tables/trove-nova.xml:25(caption) ./doc/common/tables/neutron-nova.xml:7(caption) msgid "Description of nova configuration options" msgstr "" -#: ./doc/common/tables/trove-nova.xml:22(td) +#: ./doc/common/tables/trove-nova.xml:40(td) msgid "(StrOpt) Admin password used to connect to Nova." msgstr "" -#: ./doc/common/tables/trove-nova.xml:26(td) +#: ./doc/common/tables/trove-nova.xml:44(td) msgid "(StrOpt) Admin tenant ID used to connect to Nova." msgstr "" -#: ./doc/common/tables/trove-nova.xml:30(td) +#: ./doc/common/tables/trove-nova.xml:48(td) msgid "(StrOpt) Admin tenant name used to connect to Nova." msgstr "" -#: ./doc/common/tables/trove-nova.xml:34(td) +#: ./doc/common/tables/trove-nova.xml:52(td) msgid "(StrOpt) Admin username used to connect to Nova." msgstr "" -#: ./doc/common/tables/heat-waitcondition_api.xml:7(caption) +#: ./doc/common/tables/heat-waitcondition_api.xml:25(caption) msgid "Description of waitcondition API configuration options" msgstr "" -#: ./doc/common/tables/heat-waitcondition_api.xml:22(td) ./doc/common/tables/heat-api.xml:46(td) +#: ./doc/common/tables/heat-waitcondition_api.xml:40(td) ./doc/common/tables/heat-api.xml:64(td) msgid "(StrOpt) URL of the Heat waitcondition server." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:22(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:40(td) msgid "(StrOpt) iSCSI initiator IQNs. (comma separated)" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:26(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:44(td) msgid "(StrOpt) iSCSI initiators configuration." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:30(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:48(td) msgid "(StrOpt) iSCSI initiator group." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:34(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:52(td) msgid "(StrOpt) Secret of the iSCSI initiator CHAP user." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:38(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:56(td) msgid "(StrOpt) iSCSI initiator CHAP user (name)." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:41(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/manila-zfssa.xml:41(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:57(replaceable) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:59(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:36(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/manila-zfssa.xml:59(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:75(replaceable) msgid "off" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:42(td) ./doc/common/tables/cinder-zfssa-nfs.xml:58(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:60(td) ./doc/common/tables/cinder-zfssa-nfs.xml:76(td) msgid "(StrOpt) Data compression." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:45(replaceable) ./doc/common/tables/manila-zfssa.xml:45(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:61(replaceable) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:63(replaceable) ./doc/common/tables/manila-zfssa.xml:63(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:79(replaceable) msgid "latency" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:46(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:64(td) msgid "(StrOpt) Synchronous write bias." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:50(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:68(td) msgid "(BoolOpt) Flag to enable sparse (thin-provisioned): True, False." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:53(replaceable) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:71(replaceable) msgid "8k" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:54(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:72(td) msgid "(StrOpt) Block size." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:58(td) ./doc/common/tables/cinder-emc_sio.xml:50(td) ./doc/common/tables/cinder-zfssa-nfs.xml:46(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:76(td) ./doc/common/tables/cinder-emc_sio.xml:68(td) ./doc/common/tables/cinder-zfssa-nfs.xml:64(td) msgid "(StrOpt) Storage pool name." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:62(td) ./doc/common/tables/cinder-zfssa-nfs.xml:50(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:80(td) ./doc/common/tables/cinder-zfssa-nfs.xml:68(td) msgid "(StrOpt) Project name." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:66(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:84(td) msgid "(StrOpt) IP address used for replication data. (maybe the same as data ip)" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:73(replaceable) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:91(replaceable) msgid "tgt-grp" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:74(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:92(td) msgid "(StrOpt) iSCSI target group name." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:78(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:96(td) msgid "(StrOpt) Network interfaces of iSCSI targets. (comma separated)" msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:82(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:100(td) msgid "(StrOpt) Secret of the iSCSI target CHAP user." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:86(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:104(td) msgid "(StrOpt) iSCSI target portal (Data-IP:Port, w.x.y.z:3260)." msgstr "" -#: ./doc/common/tables/cinder-zfssa-iscsi.xml:90(td) +#: ./doc/common/tables/cinder-zfssa-iscsi.xml:108(td) msgid "(StrOpt) iSCSI target CHAP user (name)." msgstr "" -#: ./doc/common/tables/nova-debug.xml:18(th) +#: ./doc/common/tables/nova-debug.xml:36(th) msgid "[guestfs]" msgstr "" -#: ./doc/common/tables/nova-debug.xml:22(td) +#: ./doc/common/tables/nova-debug.xml:40(td) msgid "(BoolOpt) Enable guestfs debug" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:7(caption) +#: ./doc/common/tables/cinder-blockbridge.xml:25(caption) msgid "Description of BlockBridge EPS volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:22(td) +#: ./doc/common/tables/cinder-blockbridge.xml:40(td) msgid "(StrOpt) IP address/hostname of Blockbridge API." msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:26(td) +#: ./doc/common/tables/cinder-blockbridge.xml:44(td) msgid "(IntOpt) Override HTTPS port to connect to Blockbridge API server." msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:30(td) +#: ./doc/common/tables/cinder-blockbridge.xml:48(td) msgid "(StrOpt) Blockbridge API password (for auth scheme 'password')" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:33(replaceable) +#: ./doc/common/tables/cinder-blockbridge.xml:51(replaceable) msgid "token" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:34(td) +#: ./doc/common/tables/cinder-blockbridge.xml:52(td) msgid "(StrOpt) Blockbridge API authentication scheme (token or password)" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:38(td) +#: ./doc/common/tables/cinder-blockbridge.xml:56(td) msgid "(StrOpt) Blockbridge API token (for auth scheme 'token')" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:42(td) +#: ./doc/common/tables/cinder-blockbridge.xml:60(td) msgid "(StrOpt) Blockbridge API user (for auth scheme 'password')" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:46(td) +#: ./doc/common/tables/cinder-blockbridge.xml:64(td) msgid "(StrOpt) Default pool name if unspecified." msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:49(replaceable) +#: ./doc/common/tables/cinder-blockbridge.xml:67(replaceable) msgid "{'OpenStack': '+openstack'}" msgstr "" -#: ./doc/common/tables/cinder-blockbridge.xml:50(td) +#: ./doc/common/tables/cinder-blockbridge.xml:68(td) msgid "(DictOpt) Defines the set of exposed pools and their associated backend query strings" msgstr "" -#: ./doc/common/tables/cinder-san.xml:7(caption) ./doc/common/tables/manila-san.xml:7(caption) +#: ./doc/common/tables/cinder-san.xml:25(caption) ./doc/common/tables/manila-san.xml:25(caption) msgid "Description of SAN configuration options" msgstr "" -#: ./doc/common/tables/cinder-san.xml:22(td) ./doc/common/tables/cinder-xiv.xml:22(td) +#: ./doc/common/tables/cinder-san.xml:40(td) ./doc/common/tables/cinder-xiv.xml:40(td) msgid "(StrOpt) Cluster name to use for creating volumes" msgstr "" -#: ./doc/common/tables/cinder-san.xml:26(td) ./doc/common/tables/cinder-xiv.xml:26(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:34(td) ./doc/common/tables/manila-hp3par.xml:42(td) +#: ./doc/common/tables/cinder-san.xml:44(td) ./doc/common/tables/cinder-xiv.xml:44(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:52(td) ./doc/common/tables/manila-hp3par.xml:60(td) msgid "(StrOpt) IP address of SAN controller" msgstr "" -#: ./doc/common/tables/cinder-san.xml:30(td) +#: ./doc/common/tables/cinder-san.xml:48(td) msgid "(BoolOpt) Execute commands locally instead of over SSH; use if the volume service is running on the SAN device" msgstr "" -#: ./doc/common/tables/cinder-san.xml:34(td) ./doc/common/tables/cinder-xiv.xml:30(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:38(td) ./doc/common/tables/manila-hp3par.xml:46(td) +#: ./doc/common/tables/cinder-san.xml:52(td) ./doc/common/tables/cinder-xiv.xml:48(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:56(td) ./doc/common/tables/manila-hp3par.xml:64(td) msgid "(StrOpt) Username for SAN controller" msgstr "" -#: ./doc/common/tables/cinder-san.xml:38(td) ./doc/common/tables/cinder-xiv.xml:34(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:42(td) ./doc/common/tables/manila-hp3par.xml:50(td) +#: ./doc/common/tables/cinder-san.xml:56(td) ./doc/common/tables/cinder-xiv.xml:52(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:60(td) ./doc/common/tables/manila-hp3par.xml:68(td) msgid "(StrOpt) Password for SAN controller" msgstr "" -#: ./doc/common/tables/cinder-san.xml:42(td) +#: ./doc/common/tables/cinder-san.xml:60(td) msgid "(StrOpt) Filename of private key to use for SSH authentication" msgstr "" -#: ./doc/common/tables/cinder-san.xml:46(td) +#: ./doc/common/tables/cinder-san.xml:64(td) msgid "(StrOpt) VNX secondary SP IP Address." msgstr "" -#: ./doc/common/tables/cinder-san.xml:49(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:29(replaceable) ./doc/common/tables/manila-hdfs.xml:33(replaceable) ./doc/common/tables/cinder-ibmnas.xml:57(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:29(replaceable) ./doc/common/tables/manila-hp3par.xml:53(replaceable) +#: ./doc/common/tables/cinder-san.xml:67(replaceable) ./doc/common/tables/cinder-zoning_fabric_cisco.xml:47(replaceable) ./doc/common/tables/manila-hdfs.xml:51(replaceable) ./doc/common/tables/cinder-ibmnas.xml:75(replaceable) ./doc/common/tables/cinder-zoning_fabric.xml:47(replaceable) ./doc/common/tables/manila-hp3par.xml:71(replaceable) ./doc/common/tables/manila-gpfs.xml:67(replaceable) msgid "22" msgstr "" -#: ./doc/common/tables/cinder-san.xml:50(td) ./doc/common/tables/manila-hp3par.xml:54(td) +#: ./doc/common/tables/cinder-san.xml:68(td) ./doc/common/tables/manila-hp3par.xml:72(td) msgid "(IntOpt) SSH port to use with SAN" msgstr "" -#: ./doc/common/tables/cinder-san.xml:54(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:46(td) +#: ./doc/common/tables/cinder-san.xml:72(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:64(td) msgid "(BoolOpt) Use thin provisioning for SAN volumes?" msgstr "" -#: ./doc/common/tables/cinder-san.xml:58(td) +#: ./doc/common/tables/cinder-san.xml:76(td) msgid "(IntOpt) SSH connection timeout in seconds" msgstr "" -#: ./doc/common/tables/cinder-san.xml:62(td) +#: ./doc/common/tables/cinder-san.xml:80(td) msgid "(IntOpt) Maximum ssh connections in the pool" msgstr "" -#: ./doc/common/tables/cinder-san.xml:66(td) +#: ./doc/common/tables/cinder-san.xml:84(td) msgid "(IntOpt) Minimum ssh connections in the pool" msgstr "" -#: ./doc/common/tables/heat-rpc.xml:22(td) +#: ./doc/common/tables/heat-rpc.xml:40(td) msgid "(IntOpt) RPC timeout for the engine liveness check that is used for stack locking." msgstr "" -#: ./doc/common/tables/heat-rpc.xml:26(td) ./doc/common/tables/neutron-rpc.xml:22(td) ./doc/common/tables/aodh-rpc.xml:22(td) ./doc/common/tables/cinder-rpc.xml:22(td) -msgid "(IntOpt) Heartbeat frequency." -msgstr "" - -#: ./doc/common/tables/heat-rpc.xml:30(td) ./doc/common/tables/neutron-rpc.xml:26(td) ./doc/common/tables/aodh-rpc.xml:26(td) ./doc/common/tables/cinder-rpc.xml:26(td) -msgid "(IntOpt) Heartbeat time-to-live." -msgstr "" - #: ./doc/common/tables/neutron-ml2_gre.xml:7(caption) msgid "Description of ML2 GRE configuration options" msgstr "" @@ -8558,87 +8582,95 @@ msgstr "" msgid "(ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:7(caption) +#: ./doc/common/tables/ironic-deploy.xml:25(caption) msgid "Description of deploy configuration options" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:18(th) +#: ./doc/common/tables/ironic-deploy.xml:36(th) msgid "[deploy]" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:21(replaceable) ./doc/common/tables/cinder-storage.xml:117(replaceable) +#: ./doc/common/tables/ironic-deploy.xml:39(replaceable) ./doc/common/tables/cinder-storage.xml:135(replaceable) msgid "1M" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:22(td) +#: ./doc/common/tables/ironic-deploy.xml:40(td) msgid "(StrOpt) Block size to use when writing to the nodes disk." msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:26(td) +#: ./doc/common/tables/ironic-deploy.xml:44(td) msgid "(IntOpt) Size of EFI system partition in MiB when configuring UEFI systems for local boot." msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:30(td) +#: ./doc/common/tables/ironic-deploy.xml:48(td) msgid "(IntOpt) Number of iterations to be run for erasing devices." msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:34(td) +#: ./doc/common/tables/ironic-deploy.xml:52(td) msgid "(IntOpt) Priority to run in-band erase devices via the Ironic Python Agent ramdisk. If unset, will use the priority set in the ramdisk (defaults to 10 for the GenericHardwareManager). If set to 0, will not run during cleaning." msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:37(replaceable) +#: ./doc/common/tables/ironic-deploy.xml:55(replaceable) msgid "/httpboot" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:38(td) +#: ./doc/common/tables/ironic-deploy.xml:56(td) msgid "(StrOpt) ironic-conductor node's HTTP root path." msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:42(td) +#: ./doc/common/tables/ironic-deploy.xml:60(td) msgid "(StrOpt) ironic-conductor node's HTTP server URL. Example: http://192.1.2.3:8080" msgstr "" -#: ./doc/common/tables/ironic-deploy.xml:46(td) +#: ./doc/common/tables/ironic-deploy.xml:64(td) msgid "(IntOpt) Maximum attempts to verify an iSCSI connection is active, sleeping 1 second between attempts." msgstr "" +#: ./doc/common/tables/neutron-rpc.xml:22(td) ./doc/common/tables/aodh-rpc.xml:22(td) +msgid "(IntOpt) Heartbeat frequency." +msgstr "" + +#: ./doc/common/tables/neutron-rpc.xml:26(td) ./doc/common/tables/aodh-rpc.xml:26(td) +msgid "(IntOpt) Heartbeat time-to-live." +msgstr "" + #: ./doc/common/tables/neutron-rpc.xml:46(td) msgid "(IntOpt) Number of RPC worker processes for service" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:7(caption) ./doc/common/tables/ironic-conductor.xml:7(caption) +#: ./doc/common/tables/nova-conductor.xml:25(caption) ./doc/common/tables/ironic-conductor.xml:25(caption) msgid "Description of conductor configuration options" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:22(td) +#: ./doc/common/tables/nova-conductor.xml:40(td) msgid "(IntOpt) Number of times to retry live-migration before failing. If == -1, try until out of hosts. If == 0, only try once, no retries." msgstr "" -#: ./doc/common/tables/nova-conductor.xml:25(th) ./doc/common/tables/ironic-conductor.xml:18(th) ./doc/common/tables/sahara-common.xml:173(th) +#: ./doc/common/tables/nova-conductor.xml:43(th) ./doc/common/tables/ironic-conductor.xml:36(th) ./doc/common/tables/sahara-common.xml:191(th) msgid "[conductor]" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:28(replaceable) +#: ./doc/common/tables/nova-conductor.xml:46(replaceable) msgid "nova.conductor.manager.ConductorManager" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:29(td) +#: ./doc/common/tables/nova-conductor.xml:47(td) msgid "(StrOpt) Full class name for the Manager for conductor" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:32(replaceable) +#: ./doc/common/tables/nova-conductor.xml:50(replaceable) msgid "conductor" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:33(td) +#: ./doc/common/tables/nova-conductor.xml:51(td) msgid "(StrOpt) The topic on which conductor nodes listen" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:37(td) +#: ./doc/common/tables/nova-conductor.xml:55(td) msgid "(BoolOpt) Perform nova-conductor operations locally" msgstr "" -#: ./doc/common/tables/nova-conductor.xml:41(td) +#: ./doc/common/tables/nova-conductor.xml:59(td) msgid "(IntOpt) Number of workers for OpenStack Conductor service. The default will be the number of CPUs available." msgstr "" @@ -8670,119 +8702,119 @@ msgstr "" msgid "If you need to use an HTTP proxy, set it here. Defaults to no proxy." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:7(caption) +#: ./doc/common/tables/trove-taskmanager.xml:25(caption) msgid "Description of taskmanager configuration options" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:21(replaceable) +#: ./doc/common/tables/trove-taskmanager.xml:39(replaceable) msgid "/etc/trove/cloudinit" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:22(td) +#: ./doc/common/tables/trove-taskmanager.xml:40(td) msgid "(StrOpt) Path to folder with cloudinit scripts." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:26(td) +#: ./doc/common/tables/trove-taskmanager.xml:44(td) msgid "(StrOpt) Manager class in the Guest Agent, set up by the Taskmanager on instance provision." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:30(td) +#: ./doc/common/tables/trove-taskmanager.xml:48(td) msgid "(DictOpt) Extension for default datastore managers. Allows the use of custom managers for each of the datastores supported by Trove." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:34(td) +#: ./doc/common/tables/trove-taskmanager.xml:52(td) msgid "(IntOpt) Seconds to wait between pushing events." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:38(td) +#: ./doc/common/tables/trove-taskmanager.xml:56(td) msgid "(StrOpt) Transformer for exists notifications." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:42(td) +#: ./doc/common/tables/trove-taskmanager.xml:60(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server reboot." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:46(td) +#: ./doc/common/tables/trove-taskmanager.xml:64(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:49(replaceable) ./doc/common/tables/trove-cluster.xml:25(replaceable) ./doc/common/tables/trove-guestagent.xml:37(replaceable) +#: ./doc/common/tables/trove-taskmanager.xml:67(replaceable) ./doc/common/tables/trove-cluster.xml:43(replaceable) ./doc/common/tables/trove-guestagent.xml:55(replaceable) msgid "36000" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:50(td) +#: ./doc/common/tables/trove-taskmanager.xml:68(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:54(td) +#: ./doc/common/tables/trove-taskmanager.xml:72(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize revert." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:58(td) +#: ./doc/common/tables/trove-taskmanager.xml:76(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server delete." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:61(replaceable) ./doc/common/tables/trove-cluster.xml:21(replaceable) ./doc/common/tables/manila-share.xml:89(replaceable) ./doc/common/tables/manila-share.xml:93(replaceable) ./doc/common/tables/ironic-conductor.xml:93(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:37(replaceable) ./doc/common/tables/neutron-l3_arista.xml:21(replaceable) ./doc/common/tables/neutron-ml2_l2pop.xml:21(replaceable) +#: ./doc/common/tables/trove-taskmanager.xml:79(replaceable) ./doc/common/tables/trove-cluster.xml:39(replaceable) ./doc/common/tables/manila-share.xml:107(replaceable) ./doc/common/tables/manila-share.xml:111(replaceable) ./doc/common/tables/ironic-conductor.xml:111(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:37(replaceable) ./doc/common/tables/neutron-l3_arista.xml:21(replaceable) ./doc/common/tables/neutron-ml2_l2pop.xml:21(replaceable) msgid "180" msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:62(td) +#: ./doc/common/tables/trove-taskmanager.xml:80(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a state change." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:66(td) +#: ./doc/common/tables/trove-taskmanager.xml:84(td) msgid "(BoolOpt) Set the service and instance task statuses to ERROR when an instance fails to become active within the configured usage_timeout." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:70(td) ./doc/common/tables/trove-guestagent.xml:74(td) +#: ./doc/common/tables/trove-taskmanager.xml:88(td) ./doc/common/tables/trove-guestagent.xml:92(td) msgid "(IntOpt) Time to sleep during the check for an active Guest." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:74(td) +#: ./doc/common/tables/trove-taskmanager.xml:92(td) msgid "(BoolOpt) Use Heat for provisioning." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:78(td) +#: ./doc/common/tables/trove-taskmanager.xml:96(td) msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:82(td) +#: ./doc/common/tables/trove-taskmanager.xml:100(td) msgid "(BoolOpt) Whether to provision a Cinder volume for the Nova instance." msgstr "" -#: ./doc/common/tables/trove-taskmanager.xml:86(td) +#: ./doc/common/tables/trove-taskmanager.xml:104(td) msgid "(BoolOpt) Enable verification of Swift checksum before starting restore. Makes sure the checksum of original backup matches the checksum of the Swift backup file." msgstr "" -#: ./doc/common/tables/nova-rpc.xml:41(th) ./doc/common/tables/nova-quota.xml:93(th) ./doc/common/tables/nova-cells.xml:18(th) ./doc/common/tables/nova-scheduler.xml:137(th) ./doc/common/tables/nova-upgrade_levels.xml:18(th) +#: ./doc/common/tables/nova-rpc.xml:59(th) ./doc/common/tables/nova-quota.xml:111(th) ./doc/common/tables/nova-cells.xml:36(th) ./doc/common/tables/nova-scheduler.xml:155(th) ./doc/common/tables/nova-upgrade_levels.xml:36(th) msgid "[cells]" msgstr "" -#: ./doc/common/tables/nova-rpc.xml:44(replaceable) +#: ./doc/common/tables/nova-rpc.xml:62(replaceable) msgid "cells.intercell" msgstr "" -#: ./doc/common/tables/nova-rpc.xml:45(td) +#: ./doc/common/tables/nova-rpc.xml:63(td) 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:126(th) ./doc/common/tables/trove-upgrades.xml:18(th) ./doc/common/tables/nova-upgrade_levels.xml:25(th) +#: ./doc/common/tables/nova-rpc.xml:144(th) ./doc/common/tables/trove-upgrades.xml:36(th) ./doc/common/tables/nova-upgrade_levels.xml:43(th) msgid "[upgrade_levels]" msgstr "" -#: ./doc/common/tables/nova-rpc.xml:130(td) +#: ./doc/common/tables/nova-rpc.xml:148(td) msgid "(StrOpt) Set a version cap for messages sent to the base api in any service" msgstr "" -#: ./doc/common/tables/ceilometer-zaqar.xml:7(caption) +#: ./doc/common/tables/ceilometer-zaqar.xml:25(caption) msgid "Description of Zaqar configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-zaqar.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-zaqar.xml:39(replaceable) msgid "zaqar" msgstr "" -#: ./doc/common/tables/ceilometer-zaqar.xml:22(td) +#: ./doc/common/tables/ceilometer-zaqar.xml:40(td) msgid "(StrOpt) Exchange name for Messaging service notifications." msgstr "" @@ -8790,7 +8822,7 @@ msgstr "" msgid "[account-reaper]" msgstr "" -#: ./doc/common/tables/swift-account-server-account-reaper.xml:24(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:80(replaceable) ./doc/common/tables/ceilometer-vmware.xml:49(replaceable) ./doc/common/tables/neutron-dvs.xml:53(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:29(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:24(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:24(replaceable) ./doc/common/tables/nova-vmware.xml:93(replaceable) ./doc/common/tables/cinder-vmware.xml:61(replaceable) +#: ./doc/common/tables/swift-account-server-account-reaper.xml:24(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-server-app-container-server.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:80(replaceable) ./doc/common/tables/ceilometer-vmware.xml:67(replaceable) ./doc/common/tables/neutron-dvs.xml:53(replaceable) ./doc/common/tables/swift-container-server-container-updater.xml:29(replaceable) ./doc/common/tables/swift-container-server-container-replicator.xml:24(replaceable) ./doc/common/tables/swift-account-server-account-replicator.xml:24(replaceable) ./doc/common/tables/nova-vmware.xml:111(replaceable) ./doc/common/tables/cinder-vmware.xml:79(replaceable) msgid "0.5" msgstr "" @@ -8802,7 +8834,7 @@ msgstr "" msgid "account-reaper" msgstr "" -#: ./doc/common/tables/swift-account-server-account-reaper.xml:53(td) ./doc/common/tables/swift-object-server-object-replicator.xml:61(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:57(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:146(td) ./doc/common/tables/swift-container-server-app-container-server.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:69(td) ./doc/common/tables/swift-container-server-container-updater.xml:54(td) ./doc/common/tables/swift-object-server-object-updater.xml:45(td) ./doc/common/tables/swift-container-server-container-replicator.xml:53(td) ./doc/common/tables/swift-account-server-account-replicator.xml:61(td) +#: ./doc/common/tables/swift-account-server-account-reaper.xml:53(td) ./doc/common/tables/swift-object-server-object-replicator.xml:65(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:61(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:150(td) ./doc/common/tables/swift-container-server-app-container-server.xml:33(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:69(td) ./doc/common/tables/swift-container-server-container-updater.xml:54(td) ./doc/common/tables/swift-object-server-object-updater.xml:45(td) ./doc/common/tables/swift-container-server-container-replicator.xml:53(td) ./doc/common/tables/swift-account-server-account-replicator.xml:53(td) msgid "Request timeout to external services" msgstr "" @@ -8810,391 +8842,391 @@ msgstr "" msgid "2592000" msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:7(caption) +#: ./doc/common/tables/keystone-tokenless.xml:25(caption) msgid "Description of Tokenless Authorization configuration options" msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:18(th) +#: ./doc/common/tables/keystone-tokenless.xml:36(th) msgid "[tokenless_auth]" msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:21(replaceable) +#: ./doc/common/tables/keystone-tokenless.xml:39(replaceable) msgid "SSL_CLIENT_I_DN" msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:22(td) +#: ./doc/common/tables/keystone-tokenless.xml:40(td) msgid "(StrOpt) The issuer attribute that is served as an IdP ID for the X.509 tokenless authorization along with the protocol to look up its corresponding mapping. It is the environment variable in the WSGI environment that references to the issuer of the client certificate." msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:25(replaceable) +#: ./doc/common/tables/keystone-tokenless.xml:43(replaceable) msgid "x509" msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:26(td) +#: ./doc/common/tables/keystone-tokenless.xml:44(td) msgid "(StrOpt) The protocol name for the X.509 tokenless authorization along with the option issuer_attribute below can look up its corresponding mapping." msgstr "" -#: ./doc/common/tables/keystone-tokenless.xml:30(td) +#: ./doc/common/tables/keystone-tokenless.xml:48(td) msgid "(MultiStrOpt) The list of trusted issuers to further filter the certificates that are allowed to participate in the X.509 tokenless authorization. If the option is absent then no certificates will be allowed. The naming format for the attributes of a Distinguished Name(DN) must be separated by a comma and contain no spaces. This configuration option may be repeated for multiple values. For example: trusted_issuer=CN=john,OU=keystone,O=openstack trusted_issuer=CN=mary,OU=eng,O=abc" msgstr "" -#: ./doc/common/tables/nova-compute.xml:22(td) +#: ./doc/common/tables/nova-compute.xml:40(td) msgid "(MultiStrOpt) Monitor classes available to the compute which may be specified more than once. This option is DEPRECATED and no longer used. Use setuptools entry points to list available monitor plugins." msgstr "" -#: ./doc/common/tables/nova-compute.xml:26(td) +#: ./doc/common/tables/nova-compute.xml:44(td) msgid "(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, ironic.IronicDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" -#: ./doc/common/tables/nova-compute.xml:29(replaceable) +#: ./doc/common/tables/nova-compute.xml:47(replaceable) msgid "nova.compute.manager.ComputeManager" msgstr "" -#: ./doc/common/tables/nova-compute.xml:30(td) +#: ./doc/common/tables/nova-compute.xml:48(td) msgid "(StrOpt) Full class name for the Manager for compute" msgstr "" -#: ./doc/common/tables/nova-compute.xml:34(td) +#: ./doc/common/tables/nova-compute.xml:52(td) msgid "(ListOpt) A list of monitors that can be used for getting compute metrics. You can use the alias/name from the setuptools entry points for nova.compute.monitors.* namespaces. If no namespace is supplied, the \"cpu.\" namespace is assumed for backwards-compatibility. An example value that would enable both the CPU and NUMA memory bandwidth monitors that used the virt driver variant: [\"cpu.virt_driver\", \"numa_mem_bw.virt_driver\"]" msgstr "" -#: ./doc/common/tables/nova-compute.xml:37(replaceable) +#: ./doc/common/tables/nova-compute.xml:55(replaceable) msgid "vcpu" msgstr "" -#: ./doc/common/tables/nova-compute.xml:38(td) +#: ./doc/common/tables/nova-compute.xml:56(td) msgid "(ListOpt) The names of the extra resources to track." msgstr "" -#: ./doc/common/tables/nova-compute.xml:41(replaceable) +#: ./doc/common/tables/nova-compute.xml:59(replaceable) msgid "nova.compute.stats.Stats" msgstr "" -#: ./doc/common/tables/nova-compute.xml:42(td) +#: ./doc/common/tables/nova-compute.xml:60(td) msgid "(StrOpt) Class that will manage stats for the local compute host" msgstr "" -#: ./doc/common/tables/nova-compute.xml:46(td) +#: ./doc/common/tables/nova-compute.xml:64(td) msgid "(StrOpt) Console proxy host to use to connect to instances on this host." msgstr "" -#: ./doc/common/tables/nova-compute.xml:49(replaceable) +#: ./doc/common/tables/nova-compute.xml:67(replaceable) msgid "nova.console.manager.ConsoleProxyManager" msgstr "" -#: ./doc/common/tables/nova-compute.xml:50(td) +#: ./doc/common/tables/nova-compute.xml:68(td) msgid "(StrOpt) Full class name for the Manager for console proxy" msgstr "" -#: ./doc/common/tables/nova-compute.xml:53(replaceable) +#: ./doc/common/tables/nova-compute.xml:71(replaceable) msgid "m1.small" msgstr "" -#: ./doc/common/tables/nova-compute.xml:54(td) +#: ./doc/common/tables/nova-compute.xml:72(td) msgid "(StrOpt) Default flavor to use for the EC2 API only. The Nova API does not support a default flavor." msgstr "" -#: ./doc/common/tables/nova-compute.xml:58(td) +#: ./doc/common/tables/nova-compute.xml:76(td) msgid "(StrOpt) Default notification level for outgoing notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml:62(td) +#: ./doc/common/tables/nova-compute.xml:80(td) msgid "(BoolOpt) Enables returning of the instance password by the relevant server API calls such as create, rebuild or rescue, If the hypervisor does not support password injection then the password returned will not be correct" msgstr "" -#: ./doc/common/tables/nova-compute.xml:66(td) +#: ./doc/common/tables/nova-compute.xml:84(td) msgid "(IntOpt) Number of seconds between instance network information cache updates" msgstr "" -#: ./doc/common/tables/nova-compute.xml:69(replaceable) +#: ./doc/common/tables/nova-compute.xml:87(replaceable) msgid "2400" msgstr "" -#: ./doc/common/tables/nova-compute.xml:70(td) +#: ./doc/common/tables/nova-compute.xml:88(td) msgid "(IntOpt) Number of seconds to wait between runs of the image cache manager. Set to -1 to disable. Setting this to 0 will run at the default rate." msgstr "" -#: ./doc/common/tables/nova-compute.xml:73(replaceable) +#: ./doc/common/tables/nova-compute.xml:91(replaceable) msgid "_base" msgstr "" -#: ./doc/common/tables/nova-compute.xml:74(td) +#: ./doc/common/tables/nova-compute.xml:92(td) msgid "(StrOpt) Where cached images are stored under $instances_path. This is NOT the full path - just a folder name. For per-compute-host cached images, set to _base_$my_ip" msgstr "" -#: ./doc/common/tables/nova-compute.xml:78(td) +#: ./doc/common/tables/nova-compute.xml:96(td) msgid "(IntOpt) Amount of time in seconds an instance can be in BUILD before going into ERROR status. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:82(td) +#: ./doc/common/tables/nova-compute.xml:100(td) msgid "(IntOpt) Interval in seconds for retrying failed instance file deletes. Set to -1 to disable. Setting this to 0 will run at the default rate." msgstr "" -#: ./doc/common/tables/nova-compute.xml:86(td) +#: ./doc/common/tables/nova-compute.xml:104(td) msgid "(BoolOpt) Generate periodic compute.instance.exists notifications" msgstr "" -#: ./doc/common/tables/nova-compute.xml:89(replaceable) ./doc/common/tables/manila-share.xml:229(replaceable) ./doc/common/tables/cinder-storage.xml:133(replaceable) +#: ./doc/common/tables/nova-compute.xml:107(replaceable) ./doc/common/tables/manila-share.xml:247(replaceable) ./doc/common/tables/cinder-storage.xml:151(replaceable) msgid "month" msgstr "" -#: ./doc/common/tables/nova-compute.xml:90(td) +#: ./doc/common/tables/nova-compute.xml:108(td) msgid "(StrOpt) Time period to generate instance usages for. Time period must be hour, day, month or year" msgstr "" -#: ./doc/common/tables/nova-compute.xml:93(replaceable) +#: ./doc/common/tables/nova-compute.xml:111(replaceable) msgid "$state_path/instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml:94(td) +#: ./doc/common/tables/nova-compute.xml:112(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" -#: ./doc/common/tables/nova-compute.xml:98(td) +#: ./doc/common/tables/nova-compute.xml:116(td) msgid "(IntOpt) Maximum number of instance builds to run concurrently" msgstr "" -#: ./doc/common/tables/nova-compute.xml:102(td) +#: ./doc/common/tables/nova-compute.xml:120(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" -#: ./doc/common/tables/nova-compute.xml:106(td) +#: ./doc/common/tables/nova-compute.xml:124(td) msgid "(IntOpt) Automatically hard reboot an instance if it has been stuck in a rebooting state longer than N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:110(td) +#: ./doc/common/tables/nova-compute.xml:128(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" -#: ./doc/common/tables/nova-compute.xml:114(td) +#: ./doc/common/tables/nova-compute.xml:132(td) msgid "(IntOpt) Automatically unrescue an instance after N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:118(td) +#: ./doc/common/tables/nova-compute.xml:136(td) msgid "(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" -#: ./doc/common/tables/nova-compute.xml:122(td) +#: ./doc/common/tables/nova-compute.xml:140(td) msgid "(BoolOpt) Whether to start guests that were running before the host rebooted" msgstr "" -#: ./doc/common/tables/nova-compute.xml:125(replaceable) +#: ./doc/common/tables/nova-compute.xml:143(replaceable) msgid "reap" msgstr "" -#: ./doc/common/tables/nova-compute.xml:126(td) +#: ./doc/common/tables/nova-compute.xml:144(td) msgid "(StrOpt) Action to take if a running deleted instance is detected.Set to 'noop' to take no action." msgstr "" -#: ./doc/common/tables/nova-compute.xml:130(td) +#: ./doc/common/tables/nova-compute.xml:148(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" -#: ./doc/common/tables/nova-compute.xml:134(td) +#: ./doc/common/tables/nova-compute.xml:152(td) msgid "(IntOpt) Number of seconds after being deleted when a running instance should be considered eligible for cleanup." msgstr "" -#: ./doc/common/tables/nova-compute.xml:138(td) +#: ./doc/common/tables/nova-compute.xml:156(td) msgid "(IntOpt) Time in seconds before a shelved instance is eligible for removing from a host. -1 never offload, 0 offload immediately when shelved" msgstr "" -#: ./doc/common/tables/nova-compute.xml:142(td) +#: ./doc/common/tables/nova-compute.xml:160(td) msgid "(IntOpt) Interval in seconds for polling shelved instances to offload. Set to -1 to disable.Setting this to 0 will run at the default rate." msgstr "" -#: ./doc/common/tables/nova-compute.xml:146(td) +#: ./doc/common/tables/nova-compute.xml:164(td) msgid "(IntOpt) Total amount of time to wait in seconds for an instance to perform a clean shutdown." msgstr "" -#: ./doc/common/tables/nova-compute.xml:150(td) +#: ./doc/common/tables/nova-compute.xml:168(td) msgid "(IntOpt) Interval to sync power states between the database and the hypervisor. Set to -1 to disable. Setting this to 0 will run at the default rate." msgstr "" -#: ./doc/common/tables/nova-compute.xml:154(td) +#: ./doc/common/tables/nova-compute.xml:172(td) msgid "(IntOpt) Interval in seconds for updating compute resources. A number less than 0 means to disable the task completely. Leaving this at the default of 0 will cause this to run at the default periodic interval. Setting it to any positive value will cause it to run at approximately that number of seconds." msgstr "" -#: ./doc/common/tables/nova-compute.xml:158(td) +#: ./doc/common/tables/nova-compute.xml:176(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" -#: ./doc/common/tables/nova-compute.xml:162(td) +#: ./doc/common/tables/nova-compute.xml:180(td) msgid "(IntOpt) Number of seconds to wait for neutron vif plugging events to arrive before continuing or failing (see vif_plugging_is_fatal). If this is set to zero and vif_plugging_is_fatal is False, events should not be expected to arrive at all." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:7(caption) ./doc/common/tables/neutron-scheduler.xml:7(caption) ./doc/common/tables/nova-scheduler.xml:7(caption) +#: ./doc/common/tables/cinder-scheduler.xml:25(caption) ./doc/common/tables/neutron-scheduler.xml:7(caption) ./doc/common/tables/nova-scheduler.xml:25(caption) msgid "Description of scheduler configuration options" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:22(td) +#: ./doc/common/tables/cinder-scheduler.xml:40(td) msgid "(StrOpt) String representation for an equation that will be used to filter hosts. Only used when the driver filter is set to be used by the Cinder scheduler." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:26(td) +#: ./doc/common/tables/cinder-scheduler.xml:44(td) msgid "(StrOpt) String representation for an equation that will be used to determine the goodness of a host. Only used when using the goodness weigher is set to be used by the Cinder scheduler." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:29(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:47(replaceable) msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:30(td) ./doc/common/tables/nova-scheduler.xml:86(td) ./doc/common/tables/manila-scheduler.xml:30(td) +#: ./doc/common/tables/cinder-scheduler.xml:48(td) ./doc/common/tables/nova-scheduler.xml:104(td) ./doc/common/tables/manila-scheduler.xml:48(td) msgid "(ListOpt) Which filter class names to use for filtering hosts when not specified in the request." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:33(replaceable) ./doc/common/tables/manila-scheduler.xml:33(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:51(replaceable) ./doc/common/tables/manila-scheduler.xml:51(replaceable) msgid "CapacityWeigher" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:34(td) ./doc/common/tables/manila-scheduler.xml:34(td) +#: ./doc/common/tables/cinder-scheduler.xml:52(td) ./doc/common/tables/manila-scheduler.xml:52(td) msgid "(ListOpt) Which weigher class names to use for weighing hosts." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:37(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:55(replaceable) msgid "cinder.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:38(td) +#: ./doc/common/tables/cinder-scheduler.xml:56(td) msgid "(StrOpt) Default scheduler driver to use" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:41(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:59(replaceable) msgid "cinder.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:42(td) ./doc/common/tables/nova-scheduler.xml:98(td) +#: ./doc/common/tables/cinder-scheduler.xml:60(td) ./doc/common/tables/nova-scheduler.xml:116(td) msgid "(StrOpt) The scheduler host manager class to use" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:46(td) ./doc/common/tables/nova-scheduler.xml:110(td) ./doc/common/tables/manila-scheduler.xml:46(td) +#: ./doc/common/tables/cinder-scheduler.xml:64(td) ./doc/common/tables/nova-scheduler.xml:128(td) ./doc/common/tables/manila-scheduler.xml:64(td) msgid "(StrOpt) Absolute path to scheduler configuration JSON file." msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:49(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:67(replaceable) msgid "cinder.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:50(td) ./doc/common/tables/nova-scheduler.xml:114(td) +#: ./doc/common/tables/cinder-scheduler.xml:68(td) ./doc/common/tables/nova-scheduler.xml:132(td) msgid "(StrOpt) Full class name for the Manager for scheduler" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:54(td) +#: ./doc/common/tables/cinder-scheduler.xml:72(td) msgid "(IntOpt) Maximum number of attempts to schedule an volume" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:57(replaceable) +#: ./doc/common/tables/cinder-scheduler.xml:75(replaceable) msgid "cinder-scheduler" msgstr "" -#: ./doc/common/tables/cinder-scheduler.xml:58(td) +#: ./doc/common/tables/cinder-scheduler.xml:76(td) msgid "(StrOpt) The topic that scheduler nodes listen on" msgstr "" -#: ./doc/common/tables/nova-ca.xml:22(td) +#: ./doc/common/tables/nova-ca.xml:40(td) msgid "(StrOpt) Filename of root CA" msgstr "" -#: ./doc/common/tables/nova-ca.xml:25(replaceable) +#: ./doc/common/tables/nova-ca.xml:43(replaceable) msgid "$state_path/CA" msgstr "" -#: ./doc/common/tables/nova-ca.xml:26(td) +#: ./doc/common/tables/nova-ca.xml:44(td) msgid "(StrOpt) Where we keep our root CA" msgstr "" -#: ./doc/common/tables/nova-ca.xml:29(replaceable) +#: ./doc/common/tables/nova-ca.xml:47(replaceable) msgid "self.pem" msgstr "" -#: ./doc/common/tables/nova-ca.xml:30(td) +#: ./doc/common/tables/nova-ca.xml:48(td) msgid "(StrOpt) SSL certificate file" msgstr "" -#: ./doc/common/tables/nova-ca.xml:33(replaceable) +#: ./doc/common/tables/nova-ca.xml:51(replaceable) msgid "nova.cert.manager.CertManager" msgstr "" -#: ./doc/common/tables/nova-ca.xml:34(td) +#: ./doc/common/tables/nova-ca.xml:52(td) msgid "(StrOpt) Full class name for the Manager for cert" msgstr "" -#: ./doc/common/tables/nova-ca.xml:37(replaceable) +#: ./doc/common/tables/nova-ca.xml:55(replaceable) msgid "cert" msgstr "" -#: ./doc/common/tables/nova-ca.xml:38(td) +#: ./doc/common/tables/nova-ca.xml:56(td) msgid "(StrOpt) The topic cert nodes listen on" msgstr "" -#: ./doc/common/tables/nova-ca.xml:41(replaceable) +#: ./doc/common/tables/nova-ca.xml:59(replaceable) msgid "crl.pem" msgstr "" -#: ./doc/common/tables/nova-ca.xml:42(td) +#: ./doc/common/tables/nova-ca.xml:60(td) msgid "(StrOpt) Filename of root Certificate Revocation List" msgstr "" -#: ./doc/common/tables/nova-ca.xml:45(replaceable) +#: ./doc/common/tables/nova-ca.xml:63(replaceable) msgid "private/cakey.pem" msgstr "" -#: ./doc/common/tables/nova-ca.xml:46(td) +#: ./doc/common/tables/nova-ca.xml:64(td) msgid "(StrOpt) Filename of private key" msgstr "" -#: ./doc/common/tables/nova-ca.xml:49(replaceable) +#: ./doc/common/tables/nova-ca.xml:67(replaceable) msgid "$state_path/keys" msgstr "" -#: ./doc/common/tables/nova-ca.xml:50(td) +#: ./doc/common/tables/nova-ca.xml:68(td) msgid "(StrOpt) Where we keep our keys" msgstr "" -#: ./doc/common/tables/nova-ca.xml:53(replaceable) +#: ./doc/common/tables/nova-ca.xml:71(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s" msgstr "" -#: ./doc/common/tables/nova-ca.xml:54(td) +#: ./doc/common/tables/nova-ca.xml:72(td) msgid "(StrOpt) Subject for certificate for projects, %s for project, timestamp" msgstr "" -#: ./doc/common/tables/nova-ca.xml:62(td) +#: ./doc/common/tables/nova-ca.xml:80(td) msgid "(StrOpt) SSL certificate of API server" msgstr "" -#: ./doc/common/tables/nova-ca.xml:66(td) +#: ./doc/common/tables/nova-ca.xml:84(td) msgid "(StrOpt) SSL private key of API server" msgstr "" -#: ./doc/common/tables/nova-ca.xml:70(td) +#: ./doc/common/tables/nova-ca.xml:88(td) msgid "(BoolOpt) Should we use a CA for each project?" msgstr "" -#: ./doc/common/tables/nova-ca.xml:73(replaceable) +#: ./doc/common/tables/nova-ca.xml:91(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s" msgstr "" -#: ./doc/common/tables/nova-ca.xml:74(td) +#: ./doc/common/tables/nova-ca.xml:92(td) msgid "(StrOpt) Subject for certificate for users, %s for project, user, timestamp" msgstr "" -#: ./doc/common/tables/nova-ca.xml:77(th) ./doc/common/tables/trove-ca.xml:18(th) ./doc/common/tables/keystone-ca.xml:72(th) +#: ./doc/common/tables/nova-ca.xml:95(th) ./doc/common/tables/trove-ca.xml:18(th) ./doc/common/tables/keystone-ca.xml:90(th) msgid "[ssl]" msgstr "" -#: ./doc/common/tables/nova-ca.xml:81(td) ./doc/common/tables/manila-ca.xml:22(td) ./doc/common/tables/glance-ca.xml:22(td) +#: ./doc/common/tables/nova-ca.xml:99(td) ./doc/common/tables/manila-ca.xml:40(td) ./doc/common/tables/glance-ca.xml:40(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients." msgstr "" -#: ./doc/common/tables/nova-ca.xml:85(td) ./doc/common/tables/manila-ca.xml:26(td) +#: ./doc/common/tables/nova-ca.xml:103(td) ./doc/common/tables/manila-ca.xml:44(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" -#: ./doc/common/tables/nova-ca.xml:89(td) ./doc/common/tables/manila-ca.xml:30(td) +#: ./doc/common/tables/nova-ca.xml:107(td) ./doc/common/tables/manila-ca.xml:48(td) msgid "(StrOpt) Private key file to use when starting the server securely." msgstr "" -#: ./doc/common/tables/swift-memcache-memcache.xml:8(literal) ./doc/common/tables/keystone-memcache.xml:18(th) ./doc/common/tables/keystone-cache.xml:73(th) +#: ./doc/common/tables/swift-memcache-memcache.xml:8(literal) ./doc/common/tables/keystone-memcache.xml:36(th) ./doc/common/tables/keystone-cache.xml:91(th) msgid "[memcache]" msgstr "" @@ -9258,7 +9290,7 @@ msgstr "" msgid "(StrOpt) The path for API extensions" msgstr "" -#: ./doc/common/tables/neutron-api.xml:37(replaceable) ./doc/common/tables/heat-api.xml:221(replaceable) ./doc/common/tables/trove-api.xml:25(replaceable) ./doc/common/tables/cinder-api.xml:21(replaceable) ./doc/common/tables/manila-api.xml:21(replaceable) ./doc/common/tables/nova-api.xml:21(replaceable) +#: ./doc/common/tables/neutron-api.xml:37(replaceable) ./doc/common/tables/heat-api.xml:239(replaceable) ./doc/common/tables/trove-api.xml:43(replaceable) ./doc/common/tables/cinder-api.xml:39(replaceable) ./doc/common/tables/manila-api.xml:39(replaceable) ./doc/common/tables/nova-api.xml:39(replaceable) msgid "api-paste.ini" msgstr "" @@ -9266,11 +9298,11 @@ msgstr "" msgid "(StrOpt) File name for the paste.deploy config for api service" msgstr "" -#: ./doc/common/tables/neutron-api.xml:42(td) ./doc/common/tables/trove-debug.xml:22(td) +#: ./doc/common/tables/neutron-api.xml:42(td) ./doc/common/tables/trove-debug.xml:40(td) msgid "(IntOpt) Number of backlog requests to configure the socket with" msgstr "" -#: ./doc/common/tables/neutron-api.xml:46(td) ./doc/common/tables/heat-api.xml:143(td) ./doc/common/tables/glance-api.xml:34(td) ./doc/common/tables/cinder-common.xml:46(td) ./doc/common/tables/nova-api.xml:30(td) +#: ./doc/common/tables/neutron-api.xml:46(td) ./doc/common/tables/heat-api.xml:161(td) ./doc/common/tables/glance-api.xml:52(td) ./doc/common/tables/cinder-common.xml:64(td) ./doc/common/tables/nova-api.xml:48(td) msgid "(IntOpt) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever." msgstr "" @@ -9286,11 +9318,11 @@ msgstr "" msgid "(ListOpt) The service plugins Neutron will use" msgstr "" -#: ./doc/common/tables/neutron-api.xml:66(td) ./doc/common/tables/manila-common.xml:134(td) ./doc/common/tables/trove-api.xml:90(td) ./doc/common/tables/cinder-common.xml:230(td) ./doc/common/tables/nova-api.xml:106(td) +#: ./doc/common/tables/neutron-api.xml:66(td) ./doc/common/tables/manila-common.xml:152(td) ./doc/common/tables/trove-api.xml:108(td) ./doc/common/tables/cinder-common.xml:248(td) ./doc/common/tables/nova-api.xml:124(td) msgid "(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X." msgstr "" -#: ./doc/common/tables/neutron-api.xml:70(td) ./doc/common/tables/heat-api.xml:147(td) ./doc/common/tables/nova-api.xml:118(td) +#: ./doc/common/tables/neutron-api.xml:70(td) ./doc/common/tables/heat-api.xml:165(td) ./doc/common/tables/nova-api.xml:136(td) msgid "(BoolOpt) If False, closes the client socket connection explicitly." msgstr "" @@ -9302,95 +9334,95 @@ msgstr "" msgid "(MultiStrOpt) Defines providers for advanced services using the format: <service_type>:<name>:<driver>[:default]" msgstr "" -#: ./doc/common/tables/nova-database.xml:21(replaceable) +#: ./doc/common/tables/nova-database.xml:39(replaceable) msgid "nova.db" msgstr "" -#: ./doc/common/tables/nova-database.xml:22(td) +#: ./doc/common/tables/nova-database.xml:40(td) msgid "(StrOpt) The driver to use for database access" msgstr "" -#: ./doc/common/tables/nova-database.xml:25(th) +#: ./doc/common/tables/nova-database.xml:43(th) msgid "[api_database]" msgstr "" -#: ./doc/common/tables/nova-database.xml:29(td) +#: ./doc/common/tables/nova-database.xml:47(td) msgid "(StrOpt) The SQLAlchemy connection string to use to connect to the Nova API database." msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:7(caption) +#: ./doc/common/tables/nova-trustedcomputing.xml:25(caption) msgid "Description of trusted computing configuration options" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:18(th) +#: ./doc/common/tables/nova-trustedcomputing.xml:36(th) msgid "[trusted_computing]" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:21(replaceable) +#: ./doc/common/tables/nova-trustedcomputing.xml:39(replaceable) msgid "/OpenAttestationWebServices/V1.0" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:22(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:40(td) msgid "(StrOpt) Attestation web API URL" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:26(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:44(td) msgid "(StrOpt) Attestation authorization blob - must change" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:30(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:48(td) msgid "(IntOpt) Attestation status cache valid period length" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:34(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:52(td) msgid "(BoolOpt) Disable SSL cert verification for Attestation service" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:37(replaceable) ./doc/common/tables/neutron-sdnve.xml:65(replaceable) +#: ./doc/common/tables/nova-trustedcomputing.xml:55(replaceable) ./doc/common/tables/neutron-sdnve.xml:65(replaceable) msgid "8443" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:38(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:56(td) msgid "(StrOpt) Attestation server port" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:42(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:60(td) msgid "(StrOpt) Attestation server HTTP" msgstr "" -#: ./doc/common/tables/nova-trustedcomputing.xml:46(td) +#: ./doc/common/tables/nova-trustedcomputing.xml:64(td) msgid "(StrOpt) Attestation server Cert file for Identity verification" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:7(caption) +#: ./doc/common/tables/cinder-dellsc.xml:25(caption) msgid "Description of Dell Storage Center volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:21(replaceable) +#: ./doc/common/tables/cinder-dellsc.xml:39(replaceable) msgid "3033" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:22(td) +#: ./doc/common/tables/cinder-dellsc.xml:40(td) msgid "(IntOpt) Dell API port" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:26(td) +#: ./doc/common/tables/cinder-dellsc.xml:44(td) msgid "(StrOpt) Name of the server folder to use on the Storage Center" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:29(replaceable) +#: ./doc/common/tables/cinder-dellsc.xml:47(replaceable) msgid "64702" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:30(td) +#: ./doc/common/tables/cinder-dellsc.xml:48(td) msgid "(IntOpt) Storage Center System Serial Number" msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:34(td) +#: ./doc/common/tables/cinder-dellsc.xml:52(td) msgid "(BoolOpt) Enable HTTPS SC certificate verification." msgstr "" -#: ./doc/common/tables/cinder-dellsc.xml:38(td) +#: ./doc/common/tables/cinder-dellsc.xml:56(td) msgid "(StrOpt) Name of the volume folder to use on the Storage Center" msgstr "" @@ -9398,79 +9430,79 @@ msgstr "" msgid "container-reconciler.conf" msgstr "" -#: ./doc/common/tables/trove-logging.xml:33(replaceable) +#: ./doc/common/tables/trove-logging.xml:51(replaceable) msgid "-m 5" msgstr "" -#: ./doc/common/tables/trove-logging.xml:34(td) +#: ./doc/common/tables/trove-logging.xml:52(td) msgid "(StrOpt) Options to use when formatting a volume." msgstr "" -#: ./doc/common/tables/trove-logging.xml:81(replaceable) +#: ./doc/common/tables/trove-logging.xml:99(replaceable) msgid "^private$" msgstr "" -#: ./doc/common/tables/trove-logging.xml:82(td) +#: ./doc/common/tables/trove-logging.xml:100(td) msgid "(StrOpt) Regular expression to match Trove network labels." msgstr "" -#: ./doc/common/tables/cinder-quota.xml:22(td) +#: ./doc/common/tables/cinder-quota.xml:40(td) msgid "(IntOpt) Number of seconds between subsequent usage refreshes" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:26(td) +#: ./doc/common/tables/cinder-quota.xml:44(td) msgid "(IntOpt) Total amount of storage, in gigabytes, allowed for backups per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:30(td) +#: ./doc/common/tables/cinder-quota.xml:48(td) msgid "(IntOpt) Number of volume backups allowed per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:34(td) +#: ./doc/common/tables/cinder-quota.xml:52(td) msgid "(IntOpt) Number of consistencygroups allowed per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:37(replaceable) +#: ./doc/common/tables/cinder-quota.xml:55(replaceable) msgid "cinder.quota.DbQuotaDriver" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:38(td) ./doc/common/tables/nova-quota.xml:34(td) ./doc/common/tables/neutron-quotas.xml:33(td) +#: ./doc/common/tables/cinder-quota.xml:56(td) ./doc/common/tables/nova-quota.xml:52(td) ./doc/common/tables/neutron-quotas.xml:33(td) msgid "(StrOpt) Default driver to use for quota checks" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:42(td) +#: ./doc/common/tables/cinder-quota.xml:60(td) msgid "(IntOpt) Total amount of storage, in gigabytes, allowed for volumes and snapshots per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:46(td) +#: ./doc/common/tables/cinder-quota.xml:64(td) msgid "(IntOpt) Number of volume snapshots allowed per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:50(td) +#: ./doc/common/tables/cinder-quota.xml:68(td) msgid "(IntOpt) Number of volumes allowed per project" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:54(td) ./doc/common/tables/nova-policy.xml:62(td) +#: ./doc/common/tables/cinder-quota.xml:72(td) ./doc/common/tables/nova-policy.xml:80(td) msgid "(IntOpt) Number of seconds until a reservation expires" msgstr "" -#: ./doc/common/tables/cinder-quota.xml:58(td) +#: ./doc/common/tables/cinder-quota.xml:76(td) msgid "(BoolOpt) Enables or disables use of default quota class with default quota." msgstr "" -#: ./doc/common/tables/ironic-drac.xml:7(caption) +#: ./doc/common/tables/ironic-drac.xml:25(caption) msgid "Description of DRAC configuration options" msgstr "" -#: ./doc/common/tables/ironic-drac.xml:18(th) +#: ./doc/common/tables/ironic-drac.xml:36(th) msgid "[drac]" msgstr "" -#: ./doc/common/tables/ironic-drac.xml:22(td) +#: ./doc/common/tables/ironic-drac.xml:40(td) msgid "(IntOpt) In case there is a communication failure, the DRAC client is going to resend the request as many times as defined in this setting." msgstr "" -#: ./doc/common/tables/ironic-drac.xml:26(td) +#: ./doc/common/tables/ironic-drac.xml:44(td) msgid "(IntOpt) In case there is a communication failure, the DRAC client is going to wait for as many seconds as defined in this setting before resending the request." msgstr "" @@ -9494,131 +9526,135 @@ msgstr "" msgid "realm2key2" msgstr "" -#: ./doc/common/tables/ironic-common.xml:7(caption) ./doc/common/tables/ceilometer-common.xml:7(caption) ./doc/common/tables/glance-common.xml:7(caption) ./doc/common/tables/keystone-common.xml:7(caption) ./doc/common/tables/neutron-common.xml:7(caption) ./doc/common/tables/nova-common.xml:7(caption) ./doc/common/tables/heat-common.xml:7(caption) ./doc/common/tables/cinder-common.xml:7(caption) ./doc/common/tables/sahara-common.xml:7(caption) ./doc/common/tables/aodh-common.xml:7(caption) ./doc/common/tables/trove-common.xml:7(caption) +#: ./doc/common/tables/ironic-common.xml:25(caption) ./doc/common/tables/ceilometer-common.xml:25(caption) ./doc/common/tables/glance-common.xml:25(caption) ./doc/common/tables/keystone-common.xml:25(caption) ./doc/common/tables/neutron-common.xml:7(caption) ./doc/common/tables/nova-common.xml:25(caption) ./doc/common/tables/heat-common.xml:25(caption) ./doc/common/tables/cinder-common.xml:25(caption) ./doc/common/tables/sahara-common.xml:25(caption) ./doc/common/tables/aodh-common.xml:7(caption) ./doc/common/tables/trove-common.xml:25(caption) msgid "Description of common configuration options" msgstr "" -#: ./doc/common/tables/ironic-common.xml:21(replaceable) ./doc/common/tables/nova-common.xml:21(replaceable) +#: ./doc/common/tables/ironic-common.xml:39(replaceable) ./doc/common/tables/nova-common.xml:39(replaceable) msgid "/usr/local/bin" msgstr "" -#: ./doc/common/tables/ironic-common.xml:22(td) +#: ./doc/common/tables/ironic-common.xml:40(td) msgid "(StrOpt) Directory where ironic binaries are installed." msgstr "" -#: ./doc/common/tables/ironic-common.xml:25(replaceable) +#: ./doc/common/tables/ironic-common.xml:43(replaceable) msgid "pxe_ipmitool" msgstr "" -#: ./doc/common/tables/ironic-common.xml:26(td) +#: ./doc/common/tables/ironic-common.xml:44(td) msgid "(ListOpt) Specify the list of drivers to load during service initialization. Missing drivers, or drivers which fail to initialize, will prevent the conductor service from starting. The option default is a recommended set of production-oriented drivers. A complete list of drivers present on your system may be found by enumerating the \"ironic.drivers\" entrypoint. An example may be found in the developer documentation online." msgstr "" -#: ./doc/common/tables/ironic-common.xml:30(td) ./doc/common/tables/ceilometer-common.xml:26(td) ./doc/common/tables/glance-common.xml:50(td) ./doc/common/tables/keystone-common.xml:22(td) ./doc/common/tables/manila-share.xml:66(td) ./doc/common/tables/neutron-common.xml:142(td) ./doc/common/tables/nova-common.xml:38(td) ./doc/common/tables/heat-common.xml:50(td) ./doc/common/tables/cinder-common.xml:90(td) ./doc/common/tables/sahara-common.xml:70(td) ./doc/common/tables/aodh-common.xml:38(td) ./doc/common/tables/trove-common.xml:42(td) +#: ./doc/common/tables/ironic-common.xml:48(td) ./doc/common/tables/ceilometer-common.xml:44(td) ./doc/common/tables/glance-common.xml:68(td) ./doc/common/tables/keystone-common.xml:40(td) ./doc/common/tables/manila-share.xml:84(td) ./doc/common/tables/neutron-common.xml:142(td) ./doc/common/tables/nova-common.xml:56(td) ./doc/common/tables/heat-common.xml:68(td) ./doc/common/tables/cinder-common.xml:108(td) ./doc/common/tables/sahara-common.xml:88(td) ./doc/common/tables/aodh-common.xml:38(td) ./doc/common/tables/trove-common.xml:60(td) msgid "(IntOpt) Size of executor thread pool." msgstr "" -#: ./doc/common/tables/ironic-common.xml:38(td) +#: ./doc/common/tables/ironic-common.xml:56(td) msgid "(BoolOpt) If True, convert backing images to \"raw\" disk image format." msgstr "" -#: ./doc/common/tables/ironic-common.xml:41(replaceable) +#: ./doc/common/tables/ironic-common.xml:59(replaceable) msgid "$pybasedir/common/grub_conf.template" msgstr "" -#: ./doc/common/tables/ironic-common.xml:42(td) +#: ./doc/common/tables/ironic-common.xml:60(td) msgid "(StrOpt) Template file for grub configuration file." msgstr "" -#: ./doc/common/tables/ironic-common.xml:46(td) +#: ./doc/common/tables/ironic-common.xml:64(td) msgid "(IntOpt) [Experimental Feature] Number of hosts to map onto each hash partition. Setting this to more than one will cause additional conductor services to prepare deployment environments and potentially allow the Ironic cluster to recover more quickly if a conductor instance is terminated." msgstr "" -#: ./doc/common/tables/ironic-common.xml:50(td) +#: ./doc/common/tables/ironic-common.xml:68(td) msgid "(IntOpt) Exponent to determine number of hash partitions to use when distributing load across conductors. Larger values will result in more even distribution of load and less load when rebalancing the ring, but more memory usage. Number of partitions per conductor is (2^hash_partition_exponent). This determines the granularity of rebalancing: given 10 hosts, and an exponent of the 2, there are 40 partitions in the ring.A few thousand partitions should make rebalancing smooth in most cases. The default is suitable for up to a few hundred conductors. Too many partitions has a CPU impact." msgstr "" -#: ./doc/common/tables/ironic-common.xml:54(td) +#: ./doc/common/tables/ironic-common.xml:71(replaceable) +msgid "sd-52009.dedibox.fr" +msgstr "" + +#: ./doc/common/tables/ironic-common.xml:72(td) msgid "(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address." msgstr "" -#: ./doc/common/tables/ironic-common.xml:57(replaceable) +#: ./doc/common/tables/ironic-common.xml:75(replaceable) msgid "/usr/lib/syslinux/isolinux.bin" msgstr "" -#: ./doc/common/tables/ironic-common.xml:58(td) +#: ./doc/common/tables/ironic-common.xml:76(td) msgid "(StrOpt) Path to isolinux binary file." msgstr "" -#: ./doc/common/tables/ironic-common.xml:61(replaceable) +#: ./doc/common/tables/ironic-common.xml:79(replaceable) msgid "$pybasedir/common/isolinux_config.template" msgstr "" -#: ./doc/common/tables/ironic-common.xml:62(td) +#: ./doc/common/tables/ironic-common.xml:80(td) msgid "(StrOpt) Template file for isolinux configuration file." msgstr "" -#: ./doc/common/tables/ironic-common.xml:66(td) ./doc/common/tables/ceilometer-common.xml:38(td) ./doc/common/tables/glance-common.xml:74(td) ./doc/common/tables/manila-common.xml:42(td) ./doc/common/tables/keystone-common.xml:26(td) ./doc/common/tables/neutron-common.xml:186(td) ./doc/common/tables/nova-common.xml:46(td) ./doc/common/tables/heat-common.xml:62(td) ./doc/common/tables/cinder-common.xml:114(td) ./doc/common/tables/sahara-common.xml:102(td) ./doc/common/tables/aodh-common.xml:54(td) ./doc/common/tables/trove-common.xml:54(td) +#: ./doc/common/tables/ironic-common.xml:84(td) ./doc/common/tables/ceilometer-common.xml:56(td) ./doc/common/tables/glance-common.xml:92(td) ./doc/common/tables/manila-common.xml:60(td) ./doc/common/tables/keystone-common.xml:44(td) ./doc/common/tables/neutron-common.xml:186(td) ./doc/common/tables/nova-common.xml:64(td) ./doc/common/tables/heat-common.xml:80(td) ./doc/common/tables/cinder-common.xml:132(td) ./doc/common/tables/sahara-common.xml:120(td) ./doc/common/tables/aodh-common.xml:54(td) ./doc/common/tables/trove-common.xml:72(td) msgid "(ListOpt) Memcached servers or None for in process cache." msgstr "" -#: ./doc/common/tables/ironic-common.xml:69(replaceable) ./doc/common/tables/manila-common.xml:53(replaceable) ./doc/common/tables/nova-common.xml:49(replaceable) ./doc/common/tables/cinder-common.xml:125(replaceable) +#: ./doc/common/tables/ironic-common.xml:87(replaceable) ./doc/common/tables/manila-common.xml:71(replaceable) ./doc/common/tables/nova-common.xml:67(replaceable) ./doc/common/tables/cinder-common.xml:143(replaceable) msgid "10.0.0.1" msgstr "" -#: ./doc/common/tables/ironic-common.xml:70(td) +#: ./doc/common/tables/ironic-common.xml:88(td) msgid "(StrOpt) IP address of this host. If unset, will determine the IP programmatically. If unable to do so, will use \"127.0.0.1\"." msgstr "" -#: ./doc/common/tables/ironic-common.xml:74(td) +#: ./doc/common/tables/ironic-common.xml:92(td) msgid "(BoolOpt) Run image downloads and raw format conversions in parallel." msgstr "" -#: ./doc/common/tables/ironic-common.xml:78(td) ./doc/common/tables/manila-common.xml:70(td) ./doc/common/tables/heat-common.xml:66(td) +#: ./doc/common/tables/ironic-common.xml:96(td) ./doc/common/tables/manila-common.xml:88(td) ./doc/common/tables/heat-common.xml:88(td) msgid "(IntOpt) Seconds between running periodic tasks." msgstr "" -#: ./doc/common/tables/ironic-common.xml:81(replaceable) -msgid "/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/ironic/ironic" +#: ./doc/common/tables/ironic-common.xml:99(replaceable) +msgid "/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/ironic/ironic" msgstr "" -#: ./doc/common/tables/ironic-common.xml:82(td) +#: ./doc/common/tables/ironic-common.xml:100(td) msgid "(StrOpt) Directory where the ironic python module is installed." msgstr "" -#: ./doc/common/tables/ironic-common.xml:85(replaceable) +#: ./doc/common/tables/ironic-common.xml:103(replaceable) msgid "/etc/ironic/rootwrap.conf" msgstr "" -#: ./doc/common/tables/ironic-common.xml:86(td) ./doc/common/tables/manila-common.xml:82(td) +#: ./doc/common/tables/ironic-common.xml:104(td) ./doc/common/tables/manila-common.xml:100(td) msgid "(StrOpt) Path to the rootwrap configuration file to use for running commands as root." msgstr "" -#: ./doc/common/tables/ironic-common.xml:89(replaceable) ./doc/common/tables/nova-common.xml:77(replaceable) +#: ./doc/common/tables/ironic-common.xml:107(replaceable) ./doc/common/tables/nova-common.xml:95(replaceable) msgid "$pybasedir" msgstr "" -#: ./doc/common/tables/ironic-common.xml:90(td) +#: ./doc/common/tables/ironic-common.xml:108(td) msgid "(StrOpt) Top-level directory for maintaining ironic's state." msgstr "" -#: ./doc/common/tables/ironic-common.xml:93(replaceable) ./doc/common/tables/octavia.xml:242(replaceable) ./doc/common/tables/nova-s3.xml:25(replaceable) ./doc/common/tables/cinder-vmware.xml:65(replaceable) +#: ./doc/common/tables/ironic-common.xml:111(replaceable) ./doc/common/tables/octavia.xml:242(replaceable) ./doc/common/tables/nova-s3.xml:43(replaceable) ./doc/common/tables/cinder-vmware.xml:83(replaceable) msgid "/tmp" msgstr "" -#: ./doc/common/tables/ironic-common.xml:94(td) +#: ./doc/common/tables/ironic-common.xml:112(td) msgid "(StrOpt) Temporary working directory, default is Python temp dir." msgstr "" -#: ./doc/common/tables/cinder-nimble.xml:7(caption) +#: ./doc/common/tables/cinder-nimble.xml:25(caption) msgid "Description of Nimble driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-nimble.xml:22(td) +#: ./doc/common/tables/cinder-nimble.xml:40(td) msgid "(StrOpt) Nimble Controller pool name" msgstr "" -#: ./doc/common/tables/cinder-nimble.xml:26(td) +#: ./doc/common/tables/cinder-nimble.xml:44(td) msgid "(StrOpt) Nimble Subnet Label" msgstr "" @@ -9682,11 +9718,11 @@ msgstr "" msgid "(IntOpt) Number of seconds between consecutive Vyatta vRouter queries when waiting for router instance boot." msgstr "" -#: ./doc/common/tables/cinder-zoning_manager.xml:7(caption) +#: ./doc/common/tables/cinder-zoning_manager.xml:25(caption) msgid "Description of zoning manager configuration options" msgstr "" -#: ./doc/common/tables/cinder-zoning_manager.xml:21(replaceable) +#: ./doc/common/tables/cinder-zoning_manager.xml:39(replaceable) msgid "cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI" msgstr "" @@ -9726,7 +9762,7 @@ msgstr "" msgid "[object-replicator]" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:24(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:24(replaceable) ./doc/common/tables/cinder-storage.xml:61(replaceable) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:24(replaceable) ./doc/common/tables/swift-object-server-object-reconstructor.xml:24(replaceable) ./doc/common/tables/cinder-storage.xml:79(replaceable) msgid "on" msgstr "" @@ -9734,7 +9770,7 @@ msgstr "" msgid "Whether or not to run replication as a daemon" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:28(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:157(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:133(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:161(replaceable) ./doc/common/tables/cinder-ibmnas.xml:45(replaceable) ./doc/common/tables/cinder-ibmnas.xml:49(replaceable) ./doc/common/tables/nova-libvirt.xml:164(replaceable) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:28(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:165(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:133(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:137(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:161(replaceable) ./doc/common/tables/cinder-ibmnas.xml:63(replaceable) ./doc/common/tables/cinder-ibmnas.xml:67(replaceable) ./doc/common/tables/nova-libvirt.xml:182(replaceable) msgid "auto" msgstr "" @@ -9750,51 +9786,55 @@ msgstr "" msgid "Maximum duration for an HTTP request" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:41(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:37(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:45(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:41(td) msgid "Attempts to kill all workers if nothing replications for lockup_timeout seconds" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:56(replaceable) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:60(replaceable) msgid "object-replicator" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:60(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:44(replaceable) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:44(replaceable) msgid "<whatever's in the DEFAULT section or 10>" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:73(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:69(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:77(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:73(td) msgid "How often (in seconds) to check the ring" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:85(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:93(td) msgid "Passed to rsync for a max duration (seconds) of an I/O op" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:89(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:96(replaceable) +msgid "{replication_ip}::object" +msgstr "" + +#: ./doc/common/tables/swift-object-server-object-replicator.xml:101(td) msgid "Max duration (seconds) of a partition rsync" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:93(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:73(td) ./doc/common/tables/swift-container-server-container-replicator.xml:69(td) ./doc/common/tables/swift-account-server-account-replicator.xml:77(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:105(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:77(td) ./doc/common/tables/swift-container-server-container-replicator.xml:77(td) ./doc/common/tables/swift-account-server-account-replicator.xml:77(td) msgid "Time in seconds to wait between replication passes" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:97(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:77(td) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:109(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:81(td) msgid "Interval in seconds between logging replication statistics" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:100(replaceable) +#: ./doc/common/tables/swift-object-server-object-replicator.xml:112(replaceable) msgid "rsync" msgstr "" -#: ./doc/common/tables/swift-object-server-object-replicator.xml:105(td) ./doc/common/tables/swift-container-server-container-replicator.xml:73(td) ./doc/common/tables/swift-account-server-account-replicator.xml:81(td) -msgid "Indicates that you are using a VM environment" +#: ./doc/common/tables/heat-auth_token.xml:172(td) ./doc/common/tables/ceilometer-common.xml:105(td) ./doc/common/tables/ironic-auth_token.xml:172(td) ./doc/common/tables/glance-common.xml:145(td) ./doc/common/tables/manila-auth_token.xml:172(td) ./doc/common/tables/keystone-common.xml:51(td) ./doc/common/tables/neutron-common.xml:262(td) ./doc/common/tables/nova-common.xml:111(td) ./doc/common/tables/aodh-auth_token.xml:154(td) ./doc/common/tables/cinder-common.xml:275(td) ./doc/common/tables/sahara-common.xml:202(td) ./doc/common/tables/trove-common.xml:103(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 "" -#: ./doc/common/tables/heat-notification.xml:7(caption) ./doc/common/tables/ceilometer-notification.xml:7(caption) +#: ./doc/common/tables/heat-notification.xml:25(caption) ./doc/common/tables/ceilometer-notification.xml:25(caption) msgid "Description of notification configuration options" msgstr "" -#: ./doc/common/tables/heat-notification.xml:22(td) +#: ./doc/common/tables/heat-notification.xml:40(td) msgid "(StrOpt) Deprecated." msgstr "" @@ -9802,275 +9842,271 @@ msgstr "" msgid "(StrOpt) Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:22(td) +#: ./doc/common/tables/ceilometer-common.xml:40(td) msgid "(BoolOpt) To reduce polling agent load, samples are sent to the notification agent in a batch. To gain higher throughput at the cost of load set this to False." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:30(td) ./doc/common/tables/aodh-common.xml:46(td) +#: ./doc/common/tables/ceilometer-common.xml:48(td) ./doc/common/tables/aodh-common.xml:46(td) msgid "(StrOpt) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:34(td) ./doc/common/tables/aodh-common.xml:50(td) +#: ./doc/common/tables/ceilometer-common.xml:52(td) ./doc/common/tables/aodh-common.xml:50(td) msgid "(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable timeout." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:41(replaceable) +#: ./doc/common/tables/ceilometer-common.xml:59(replaceable) msgid "['compute', 'central']" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:42(td) +#: ./doc/common/tables/ceilometer-common.xml:60(td) msgid "(MultiChoicesOpt) Polling namespace(s) to be used while resource polling" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:46(td) +#: ./doc/common/tables/ceilometer-common.xml:64(td) msgid "(MultiChoicesOpt) List of pollsters (or wildcard templates) to be used while polling" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:49(replaceable) +#: ./doc/common/tables/ceilometer-common.xml:67(replaceable) msgid "/etc/ceilometer/rootwrap.conf" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:50(td) +#: ./doc/common/tables/ceilometer-common.xml:68(td) msgid "(StrOpt) Path to the rootwrap configuration file touse for running commands as root" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:54(td) +#: ./doc/common/tables/ceilometer-common.xml:72(td) msgid "(IntOpt) To reduce large requests at same time to Nova or other components from different compute agents, shuffle start time of polling task." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:58(td) +#: ./doc/common/tables/ceilometer-common.xml:76(td) msgid "(BoolOpt) Indicates if expirer expires only samples. If set true, expired samples will be deleted, but residual resource and meter definition data will remain." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:61(th) +#: ./doc/common/tables/ceilometer-common.xml:79(th) msgid "[compute]" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:65(td) +#: ./doc/common/tables/ceilometer-common.xml:83(td) msgid "(BoolOpt) Enable work-load partitioning, allowing multiple compute agents to be run simultaneously." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:68(th) ./doc/common/tables/aodh-coordination.xml:18(th) +#: ./doc/common/tables/ceilometer-common.xml:86(th) ./doc/common/tables/aodh-coordination.xml:18(th) msgid "[coordination]" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:72(td) ./doc/common/tables/aodh-coordination.xml:22(td) +#: ./doc/common/tables/ceilometer-common.xml:90(td) ./doc/common/tables/aodh-coordination.xml:22(td) 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:75(replaceable) ./doc/common/tables/nova-cells.xml:85(replaceable) ./doc/common/tables/nova-scheduler.xml:140(replaceable) ./doc/common/tables/aodh-coordination.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-common.xml:93(replaceable) ./doc/common/tables/nova-cells.xml:99(replaceable) ./doc/common/tables/nova-scheduler.xml:158(replaceable) ./doc/common/tables/aodh-coordination.xml:25(replaceable) msgid "10.0" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:76(td) ./doc/common/tables/aodh-coordination.xml:26(td) +#: ./doc/common/tables/ceilometer-common.xml:94(td) ./doc/common/tables/aodh-coordination.xml:26(td) msgid "(FloatOpt) Number of seconds between checks to see if group membership has changed" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:80(td) ./doc/common/tables/aodh-coordination.xml:30(td) +#: ./doc/common/tables/ceilometer-common.xml:98(td) ./doc/common/tables/aodh-coordination.xml:30(td) msgid "(FloatOpt) Number of seconds between heartbeats for distributed coordination." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:87(td) ./doc/common/tables/ironic-auth_token.xml:154(td) ./doc/common/tables/glance-common.xml:127(td) ./doc/common/tables/manila-auth_token.xml:154(td) ./doc/common/tables/keystone-common.xml:33(td) ./doc/common/tables/neutron-common.xml:262(td) ./doc/common/tables/nova-common.xml:93(td) ./doc/common/tables/aodh-auth_token.xml:154(td) ./doc/common/tables/heat-common.xml:143(td) ./doc/common/tables/cinder-common.xml:253(td) ./doc/common/tables/sahara-common.xml:184(td) ./doc/common/tables/trove-common.xml:85(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 "" - -#: ./doc/common/tables/ceilometer-common.xml:90(th) +#: ./doc/common/tables/ceilometer-common.xml:108(th) msgid "[meter]" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:93(replaceable) +#: ./doc/common/tables/ceilometer-common.xml:111(replaceable) msgid "meters.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:94(td) +#: ./doc/common/tables/ceilometer-common.xml:112(td) msgid "(StrOpt) Configuration file for defining meter notifications." msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:97(th) +#: ./doc/common/tables/ceilometer-common.xml:115(th) msgid "[polling]" msgstr "" -#: ./doc/common/tables/ceilometer-common.xml:101(td) +#: ./doc/common/tables/ceilometer-common.xml:119(td) msgid "(StrOpt) Work-load partitioning group prefix. Use only if you want to run multiple polling agents with different config files. For each sub-group of the agent pool with the same partitioning_group_prefix a disjoint subset of pollsters should be loaded." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:7(caption) +#: ./doc/common/tables/cinder-storage_nfs.xml:25(caption) msgid "Description of NFS storage configuration options" msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:22(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:40(td) msgid "(IntOpt) The number of attempts to mount nfs shares before raising an error. At least one attempt will be made to mount an nfs share, regardless of the value specified." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:26(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:44(td) msgid "(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:30(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:48(td) msgid "(StrOpt) Base dir containing mount points for nfs shares." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:34(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:52(td) msgid "(FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid. Note that this option is deprecated in favor of \"max_oversubscription_ratio\" and will be removed in the Mitaka release." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:37(replaceable) +#: ./doc/common/tables/cinder-storage_nfs.xml:55(replaceable) msgid "/etc/cinder/nfs_shares" msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:38(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:56(td) msgid "(StrOpt) File with the list of available nfs shares" msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:42(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:60(td) msgid "(BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time." msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:45(replaceable) ./doc/common/tables/cinder-vzstorage.xml:37(replaceable) ./doc/common/tables/cinder-smbfs.xml:45(replaceable) +#: ./doc/common/tables/cinder-storage_nfs.xml:63(replaceable) ./doc/common/tables/cinder-vzstorage.xml:55(replaceable) ./doc/common/tables/cinder-smbfs.xml:63(replaceable) msgid "0.95" msgstr "" -#: ./doc/common/tables/cinder-storage_nfs.xml:46(td) +#: ./doc/common/tables/cinder-storage_nfs.xml:64(td) msgid "(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination. Note that this option is deprecated in favor of \"reserved_percentage\" and will be removed in the Mitaka release." msgstr "" -#: ./doc/common/tables/manila-quota.xml:7(caption) +#: ./doc/common/tables/manila-quota.xml:25(caption) msgid "Description of Quota configuration options" msgstr "" -#: ./doc/common/tables/manila-quota.xml:22(td) +#: ./doc/common/tables/manila-quota.xml:40(td) msgid "(IntOpt) Number of seconds between subsequent usage refreshes." msgstr "" -#: ./doc/common/tables/manila-quota.xml:25(replaceable) +#: ./doc/common/tables/manila-quota.xml:43(replaceable) msgid "manila.quota.DbQuotaDriver" msgstr "" -#: ./doc/common/tables/manila-quota.xml:30(td) +#: ./doc/common/tables/manila-quota.xml:48(td) msgid "(IntOpt) Number of share gigabytes allowed per project." msgstr "" -#: ./doc/common/tables/manila-quota.xml:34(td) +#: ./doc/common/tables/manila-quota.xml:52(td) msgid "(IntOpt) Number of share-networks allowed per project." msgstr "" -#: ./doc/common/tables/manila-quota.xml:38(td) +#: ./doc/common/tables/manila-quota.xml:56(td) msgid "(IntOpt) Number of shares allowed per project." msgstr "" -#: ./doc/common/tables/manila-quota.xml:42(td) +#: ./doc/common/tables/manila-quota.xml:60(td) msgid "(IntOpt) Number of snapshot gigabytes allowed per project." msgstr "" -#: ./doc/common/tables/manila-quota.xml:46(td) +#: ./doc/common/tables/manila-quota.xml:64(td) msgid "(IntOpt) Number of share snapshots allowed per project." msgstr "" -#: ./doc/common/tables/manila-quota.xml:50(td) +#: ./doc/common/tables/manila-quota.xml:68(td) msgid "(IntOpt) Number of seconds until a reservation expires." msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:7(caption) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:25(caption) msgid "Description of ephemeral storage encryption configuration options" msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:18(th) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:36(th) msgid "[ephemeral_storage_encryption]" msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:21(replaceable) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:39(replaceable) msgid "aes-xts-plain64" msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:22(td) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:40(td) msgid "(StrOpt) The cipher and mode to be used to encrypt ephemeral storage. Which ciphers are available ciphers depends on kernel support. See /proc/crypto for the list of available options." msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:26(td) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:44(td) msgid "(BoolOpt) Whether to encrypt ephemeral storage" msgstr "" -#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:30(td) +#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:48(td) msgid "(IntOpt) The bit length of the encryption key to be used to encrypt ephemeral storage (in XTS mode only half of the bits are used for encryption key)" msgstr "" -#: ./doc/common/tables/sahara-amqp.xml:30(td) +#: ./doc/common/tables/sahara-amqp.xml:48(td) msgid "(StrOpt) Notification level for outgoing notifications" msgstr "" -#: ./doc/common/tables/sahara-amqp.xml:34(td) +#: ./doc/common/tables/sahara-amqp.xml:52(td) msgid "(StrOpt) Notification publisher_id for outgoing notifications" msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:7(caption) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:25(caption) msgid "Description of NetApp E-Series driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:22(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:40(td) msgid "(StrOpt) This option is only utilized when the storage family is configured to eseries. This option is used to restrict provisioning to the specified controllers. Specify the value of this option to be a comma separated list of controller hostnames or IP addresses to be used for provisioning." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:26(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:44(td) msgid "(BoolOpt) This option specifies whether the driver should allow operations that require multiple attachments to a volume. An example would be live migration of servers that have volumes attached. When enabled, this backend is limited to 256 total volumes in order to guarantee volumes can be accessed by more than one host." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:30(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:30(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:34(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:48(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:48(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:52(td) msgid "(StrOpt) This option defines the type of operating system for all initiators that can access a LUN. This information is used when mapping LUNs to individual hosts or groups of hosts." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:34(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:38(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:26(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:22(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:22(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:52(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:56(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:44(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:40(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:40(td) msgid "(StrOpt) Administrative user account name used to access the storage system or proxy server." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:38(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:46(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:30(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:34(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:26(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:56(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:64(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:48(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:52(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:44(td) msgid "(StrOpt) The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode, and it is required if the storage protocol selected is FC." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:42(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:50(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:34(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:38(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:30(td) ./doc/common/tables/manila-netapp.xml:34(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:60(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:68(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:52(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:56(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:48(td) ./doc/common/tables/manila-netapp.xml:52(td) msgid "(StrOpt) Password for the administrative user account specified in the netapp_login option." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:45(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:37(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:41(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:33(replaceable) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:63(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:71(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:55(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:59(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:51(replaceable) msgid "(.+)" msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:46(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:54(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:38(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:42(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:34(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:64(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:72(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:56(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:60(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:52(td) msgid "(StrOpt) This option is used to restrict provisioning to the specified pools. Specify the value of this option to be a regular expression which will be applied to the names of objects from the storage backend which represent pools in Cinder. This option is only utilized when the storage protocol is configured to use iSCSI or FC." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:50(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:68(td) msgid "(StrOpt) Password for the NetApp E-Series storage array." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:54(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:58(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:42(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:46(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:38(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:72(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:76(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:60(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:64(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:56(td) msgid "(StrOpt) The hostname (or IP address) for the storage system or proxy server." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:58(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:62(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:46(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:50(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:42(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:76(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:80(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:64(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:68(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:60(td) msgid "(IntOpt) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:61(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:65(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:49(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:57(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:49(replaceable) ./doc/common/tables/manila-netapp.xml:57(replaceable) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:79(replaceable) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:83(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:67(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:75(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:67(replaceable) ./doc/common/tables/manila-netapp.xml:75(replaceable) msgid "ontap_cluster" msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:62(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:66(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:50(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:58(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:50(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:80(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:84(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:68(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:76(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:68(td) msgid "(StrOpt) The storage family type used on the storage system; valid values are ontap_7mode for using Data ONTAP operating in 7-Mode, ontap_cluster for using clustered Data ONTAP, or eseries for using E-Series." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:66(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:74(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:58(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:66(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:58(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:84(td) ./doc/common/tables/cinder-netapp_cdot_nfs.xml:92(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:76(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:84(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:76(td) msgid "(StrOpt) The transport protocol used when communicating with the storage system or proxy server." msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:69(replaceable) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:87(replaceable) msgid "/devmgr/v2" msgstr "" -#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:70(td) +#: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml:88(td) msgid "(StrOpt) This option is used to specify the path to the E-Series proxy application on a proxy server. The value is combined with the value of the netapp_transport_type, netapp_server_hostname, and netapp_server_port options to create the URL used by the driver to connect to the proxy application." msgstr "" -#: ./doc/common/tables/neutron-metadata.xml:7(caption) ./doc/common/tables/nova-metadata.xml:7(caption) +#: ./doc/common/tables/neutron-metadata.xml:7(caption) ./doc/common/tables/nova-metadata.xml:25(caption) msgid "Description of metadata configuration options" msgstr "" @@ -10138,7 +10174,7 @@ msgstr "" msgid "(StrOpt) IP address used by Nova metadata server." msgstr "" -#: ./doc/common/tables/neutron-metadata.xml:69(replaceable) ./doc/common/tables/nova-metadata.xml:33(replaceable) ./doc/common/tables/nova-metadata.xml:41(replaceable) ./doc/common/tables/neutron-nsx.xml:129(replaceable) ./doc/common/tables/neutron-nsx.xml:306(replaceable) +#: ./doc/common/tables/neutron-metadata.xml:69(replaceable) ./doc/common/tables/nova-metadata.xml:51(replaceable) ./doc/common/tables/nova-metadata.xml:59(replaceable) ./doc/common/tables/neutron-nsx.xml:129(replaceable) ./doc/common/tables/neutron-nsx.xml:306(replaceable) msgid "8775" msgstr "" @@ -10154,43 +10190,43 @@ msgstr "" msgid "[object-reconstructor]" msgstr "" -#: ./doc/common/tables/swift-object-server-object-reconstructor.xml:52(replaceable) +#: ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(replaceable) msgid "object-reconstructor" msgstr "" -#: ./doc/common/tables/trove-volume.xml:7(caption) +#: ./doc/common/tables/trove-volume.xml:25(caption) msgid "Description of volume configuration options" msgstr "" -#: ./doc/common/tables/trove-volume.xml:21(replaceable) +#: ./doc/common/tables/trove-volume.xml:39(replaceable) msgid "vdb" msgstr "" -#: ./doc/common/tables/trove-volume.xml:22(td) +#: ./doc/common/tables/trove-volume.xml:40(td) msgid "(StrOpt) Block device to map onto the created instance." msgstr "" -#: ./doc/common/tables/trove-volume.xml:29(replaceable) +#: ./doc/common/tables/trove-volume.xml:47(replaceable) msgid "volumev2" msgstr "" -#: ./doc/common/tables/trove-volume.xml:38(td) +#: ./doc/common/tables/trove-volume.xml:56(td) msgid "(StrOpt) Volume type to use when provisioning a Cinder volume." msgstr "" -#: ./doc/common/tables/trove-volume.xml:50(td) +#: ./doc/common/tables/trove-volume.xml:68(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a volume format." msgstr "" -#: ./doc/common/tables/trove-volume.xml:53(replaceable) +#: ./doc/common/tables/trove-volume.xml:71(replaceable) msgid "ext3" msgstr "" -#: ./doc/common/tables/trove-volume.xml:54(td) +#: ./doc/common/tables/trove-volume.xml:72(td) msgid "(StrOpt) File system type used to format a volume." msgstr "" -#: ./doc/common/tables/trove-volume.xml:58(td) +#: ./doc/common/tables/trove-volume.xml:76(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a volume attach." msgstr "" @@ -10218,47 +10254,51 @@ msgstr "" msgid "Timeout to read one chunk from a client external services" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-account-server-DEFAULT.xml:40(replaceable) ./doc/common/tables/swift-container-server-DEFAULT.xml:44(replaceable) ./doc/common/tables/swift-rsyncd-container.xml:28(replaceable) ./doc/common/tables/swift-rsyncd-object.xml:28(replaceable) ./doc/common/tables/swift-drive-audit-drive-audit.xml:20(replaceable) ./doc/common/tables/swift-rsyncd-account.xml:28(replaceable) -msgid "/srv/node" +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:45(td) +msgid "Time to wait while sending a container update on object update. object server. For most cases, this should be `egg:swift#object`. request" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:45(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:45(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:49(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:45(td) msgid "Parent directory of where devices are mounted" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:49(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:45(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:49(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:45(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:49(td) msgid "Disable \"fast fail\" fallocate checks if the underlying filesystem does not support it." msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:52(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:141(replaceable) ./doc/common/tables/glance-replicator.xml:25(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:28(replaceable) ./doc/common/tables/trove-backup.xml:25(replaceable) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:56(replaceable) ./doc/common/tables/swift-object-server-DEFAULT.xml:145(replaceable) ./doc/common/tables/glance-replicator.xml:43(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:32(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:72(replaceable) ./doc/common/tables/swift-object-server-object-auditor.xml:28(replaceable) ./doc/common/tables/trove-backup.xml:43(replaceable) msgid "65536" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-object-server-object-auditor.xml:29(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-object-server-object-auditor.xml:29(td) msgid "Size of chunks to read/write to disk" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:57(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:49(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:57(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:61(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:49(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:57(td) msgid "If true, turn on debug logging for eventlet" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:69(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:57(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:73(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:53(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:57(td) msgid "You can set fallocate_reserve to the number of bytes you'd like fallocate to reserve, whether there is space for the given file size or not. This is useful for systems that behave badly when they completely run out of space; you can make the services pretend they're out of space early. server. For most cases, this should be `egg:swift#object`." msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:128(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:112(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:116(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:136(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:132(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:112(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:116(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:136(td) msgid "Maximum number of clients one worker can process simultaneously Lowering the number of clients handled per worker, and raising the number of workers can lessen the impact that a CPU intensive, or blocking, request can have on other requests served by the same worker. If the maximum number of clients is set to one, then a given worker will not perform another call while processing, allowing other workers a chance to process it." msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:138(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:122(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:126(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:142(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:122(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:126(td) msgid "Whether or not check if the devices are mounted to prevent accidentally writing to the root device" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:142(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:146(td) msgid "Size of chunks to read/write over the network" msgstr "" -#: ./doc/common/tables/swift-object-server-DEFAULT.xml:158(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:138(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:162(td) +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:154(td) +msgid "If each disk in each storage policy ring has unique port numbers for its \"ip\" value, you can use this setting to have each object-server worker only service requests for the single disk matching the port in the ring. The value of this setting determines how many worker processes run for each port (disk) in the" +msgstr "" + +#: ./doc/common/tables/swift-object-server-DEFAULT.xml:166(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:134(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:138(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:162(td) msgid "a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests." msgstr "" @@ -10270,111 +10310,111 @@ msgstr "" msgid "egg:swift#recon" msgstr "" -#: ./doc/common/tables/keystone-fernet_tokens.xml:7(caption) +#: ./doc/common/tables/keystone-fernet_tokens.xml:25(caption) msgid "Description of Fernet tokens configuration options" msgstr "" -#: ./doc/common/tables/keystone-fernet_tokens.xml:18(th) +#: ./doc/common/tables/keystone-fernet_tokens.xml:36(th) msgid "[fernet_tokens]" msgstr "" -#: ./doc/common/tables/keystone-fernet_tokens.xml:21(replaceable) +#: ./doc/common/tables/keystone-fernet_tokens.xml:39(replaceable) msgid "/etc/keystone/fernet-keys/" msgstr "" -#: ./doc/common/tables/keystone-fernet_tokens.xml:22(td) +#: ./doc/common/tables/keystone-fernet_tokens.xml:40(td) msgid "(StrOpt) Directory containing Fernet token keys." msgstr "" -#: ./doc/common/tables/keystone-fernet_tokens.xml:26(td) +#: ./doc/common/tables/keystone-fernet_tokens.xml:44(td) msgid "(IntOpt) This controls how many keys are held in rotation by keystone-manage fernet_rotate before they are discarded. The default value of 3 means that keystone will maintain one staged key, one primary key, and one secondary key. Increasing this value means that additional secondary keys will be kept in the rotation." msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:7(caption) +#: ./doc/common/tables/keystone-revoke.xml:25(caption) msgid "Description of revoke configuration options" msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:18(th) +#: ./doc/common/tables/keystone-revoke.xml:36(th) msgid "[revoke]" msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:22(td) +#: ./doc/common/tables/keystone-revoke.xml:40(td) msgid "(IntOpt) Time to cache the revocation list and the revocation events (in seconds). This has no effect unless global and token caching are enabled." msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:26(td) +#: ./doc/common/tables/keystone-revoke.xml:44(td) msgid "(BoolOpt) Toggle for revocation event caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:30(td) +#: ./doc/common/tables/keystone-revoke.xml:48(td) msgid "(StrOpt) Entrypoint for an implementation of the backend for persisting revocation events in the keystone.revoke namespace. Supplied drivers are kvs and sql." msgstr "" -#: ./doc/common/tables/keystone-revoke.xml:34(td) +#: ./doc/common/tables/keystone-revoke.xml:52(td) msgid "(IntOpt) This value (calculated in seconds) is added to token expiration before a revocation event may be removed from the backend." msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:7(caption) +#: ./doc/common/tables/trove-db_mysql.xml:25(caption) msgid "Description of MySQL database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:18(th) +#: ./doc/common/tables/trove-db_mysql.xml:36(th) msgid "[mysql]" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:21(replaceable) ./doc/common/tables/trove-db_percona.xml:21(replaceable) ./doc/common/tables/trove-db_pxc.xml:25(replaceable) ./doc/common/tables/trove-db_mariadb.xml:21(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:39(replaceable) ./doc/common/tables/trove-db_percona.xml:39(replaceable) ./doc/common/tables/trove-db_pxc.xml:43(replaceable) ./doc/common/tables/trove-db_mariadb.xml:39(replaceable) msgid "{'InnoBackupEx': 'InnoBackupExIncremental'}" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:22(td) ./doc/common/tables/trove-db_percona.xml:22(td) ./doc/common/tables/trove-db_pxc.xml:26(td) ./doc/common/tables/trove-db_mariadb.xml:22(td) +#: ./doc/common/tables/trove-db_mysql.xml:40(td) ./doc/common/tables/trove-db_percona.xml:40(td) ./doc/common/tables/trove-db_pxc.xml:44(td) ./doc/common/tables/trove-db_mariadb.xml:40(td) msgid "(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup." msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:25(replaceable) ./doc/common/tables/trove-db_percona.xml:25(replaceable) ./doc/common/tables/trove-db_pxc.xml:29(replaceable) ./doc/common/tables/trove-db_mariadb.xml:25(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:43(replaceable) ./doc/common/tables/trove-db_percona.xml:43(replaceable) ./doc/common/tables/trove-db_pxc.xml:47(replaceable) ./doc/common/tables/trove-db_mariadb.xml:43(replaceable) msgid "trove.guestagent.strategies.backup.mysql_impl" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:29(replaceable) ./doc/common/tables/trove-db_percona.xml:29(replaceable) ./doc/common/tables/trove-db_pxc.xml:33(replaceable) ./doc/common/tables/trove-db_mariadb.xml:29(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:47(replaceable) ./doc/common/tables/trove-db_percona.xml:47(replaceable) ./doc/common/tables/trove-db_pxc.xml:51(replaceable) ./doc/common/tables/trove-db_mariadb.xml:47(replaceable) msgid "InnoBackupEx" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:37(replaceable) ./doc/common/tables/trove-db_percona.xml:37(replaceable) ./doc/common/tables/trove-db_pxc.xml:57(replaceable) ./doc/common/tables/trove-db_mariadb.xml:37(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:55(replaceable) ./doc/common/tables/trove-db_percona.xml:55(replaceable) ./doc/common/tables/trove-db_pxc.xml:75(replaceable) ./doc/common/tables/trove-db_mariadb.xml:55(replaceable) msgid "/var/lib/mysql" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:41(replaceable) ./doc/common/tables/trove-db_percona.xml:41(replaceable) ./doc/common/tables/trove-db_pxc.xml:61(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:59(replaceable) ./doc/common/tables/trove-db_percona.xml:59(replaceable) ./doc/common/tables/trove-db_pxc.xml:79(replaceable) msgid "trove.guestagent.strategies.replication.mysql_gtid" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:42(td) ./doc/common/tables/trove-db_percona.xml:42(td) ./doc/common/tables/trove-db_redis.xml:54(td) ./doc/common/tables/trove-db_pxc.xml:62(td) ./doc/common/tables/trove-db_mariadb.xml:42(td) +#: ./doc/common/tables/trove-db_mysql.xml:60(td) ./doc/common/tables/trove-db_percona.xml:60(td) ./doc/common/tables/trove-db_redis.xml:72(td) ./doc/common/tables/trove-db_pxc.xml:80(td) ./doc/common/tables/trove-db_mariadb.xml:60(td) msgid "(StrOpt) Namespace to load replication strategies from." msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:45(replaceable) ./doc/common/tables/trove-db_percona.xml:49(replaceable) ./doc/common/tables/trove-db_pxc.xml:65(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:63(replaceable) ./doc/common/tables/trove-db_percona.xml:67(replaceable) ./doc/common/tables/trove-db_pxc.xml:83(replaceable) msgid "MysqlGTIDReplication" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:49(replaceable) ./doc/common/tables/trove-db_percona.xml:57(replaceable) ./doc/common/tables/trove-db_pxc.xml:73(replaceable) ./doc/common/tables/trove-db_mariadb.xml:49(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:67(replaceable) ./doc/common/tables/trove-db_percona.xml:75(replaceable) ./doc/common/tables/trove-db_pxc.xml:91(replaceable) ./doc/common/tables/trove-db_mariadb.xml:67(replaceable) msgid "trove.guestagent.strategies.restore.mysql_impl" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:54(td) ./doc/common/tables/trove-db_mariadb.xml:54(td) +#: ./doc/common/tables/trove-db_mysql.xml:72(td) ./doc/common/tables/trove-db_mariadb.xml:72(td) msgid "(StrOpt) Root controller implementation for mysql." msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:58(td) ./doc/common/tables/trove-db_couchbase.xml:54(td) ./doc/common/tables/trove-db_percona.xml:66(td) ./doc/common/tables/trove-db_db2.xml:58(td) ./doc/common/tables/trove-db_postgresql.xml:58(td) ./doc/common/tables/trove-db_pxc.xml:82(td) ./doc/common/tables/trove-db_mariadb.xml:58(td) +#: ./doc/common/tables/trove-db_mysql.xml:76(td) ./doc/common/tables/trove-db_couchbase.xml:72(td) ./doc/common/tables/trove-db_percona.xml:84(td) ./doc/common/tables/trove-db_db2.xml:76(td) ./doc/common/tables/trove-db_postgresql.xml:76(td) ./doc/common/tables/trove-db_pxc.xml:100(td) ./doc/common/tables/trove-db_mariadb.xml:76(td) msgid "(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field." msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:61(replaceable) ./doc/common/tables/trove-db_percona.xml:69(replaceable) ./doc/common/tables/trove-db_mariadb.xml:61(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:79(replaceable) ./doc/common/tables/trove-db_percona.xml:87(replaceable) ./doc/common/tables/trove-db_mariadb.xml:79(replaceable) msgid "3306" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:69(replaceable) ./doc/common/tables/trove-db_mariadb.xml:69(replaceable) +#: ./doc/common/tables/trove-db_mysql.xml:87(replaceable) ./doc/common/tables/trove-db_mariadb.xml:87(replaceable) msgid "400" msgstr "" -#: ./doc/common/tables/trove-db_mysql.xml:70(td) ./doc/common/tables/trove-db_percona.xml:78(td) ./doc/common/tables/trove-db_pxc.xml:98(td) ./doc/common/tables/trove-db_mariadb.xml:70(td) ./doc/common/tables/trove-common.xml:78(td) +#: ./doc/common/tables/trove-db_mysql.xml:88(td) ./doc/common/tables/trove-db_percona.xml:96(td) ./doc/common/tables/trove-db_pxc.xml:116(td) ./doc/common/tables/trove-db_mariadb.xml:88(td) ./doc/common/tables/trove-common.xml:96(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a Guest to become active." msgstr "" @@ -10402,43 +10442,43 @@ msgstr "" msgid "container-auditor" msgstr "" -#: ./doc/common/tables/glance-replicator.xml:7(caption) +#: ./doc/common/tables/glance-replicator.xml:25(caption) msgid "Description of replicator configuration options" msgstr "" -#: ./doc/common/tables/glance-replicator.xml:22(td) +#: ./doc/common/tables/glance-replicator.xml:40(td) msgid "(ListOpt) Arguments for the command" msgstr "" -#: ./doc/common/tables/glance-replicator.xml:26(td) +#: ./doc/common/tables/glance-replicator.xml:44(td) msgid "(IntOpt) Amount of data to transfer per HTTP write." msgstr "" -#: ./doc/common/tables/glance-replicator.xml:30(td) +#: ./doc/common/tables/glance-replicator.xml:48(td) msgid "(StrOpt) Command to be given to replicator" msgstr "" -#: ./doc/common/tables/glance-replicator.xml:33(replaceable) +#: ./doc/common/tables/glance-replicator.xml:51(replaceable) msgid "created_at date deleted_at location updated_at" msgstr "" -#: ./doc/common/tables/glance-replicator.xml:34(td) +#: ./doc/common/tables/glance-replicator.xml:52(td) msgid "(StrOpt) List of fields to not replicate." msgstr "" -#: ./doc/common/tables/glance-replicator.xml:38(td) +#: ./doc/common/tables/glance-replicator.xml:56(td) msgid "(StrOpt) Pass in your authentication token if you have one. This is the token used for the master." msgstr "" -#: ./doc/common/tables/glance-replicator.xml:42(td) +#: ./doc/common/tables/glance-replicator.xml:60(td) msgid "(BoolOpt) Only replicate metadata, not images." msgstr "" -#: ./doc/common/tables/glance-replicator.xml:46(td) +#: ./doc/common/tables/glance-replicator.xml:64(td) msgid "(StrOpt) Pass in your authentication token if you have one. This is the token used for the slave." msgstr "" -#: ./doc/common/tables/glance-replicator.xml:50(td) +#: ./doc/common/tables/glance-replicator.xml:68(td) msgid "(StrOpt) Pass in your authentication token if you have one. If you use this option the same token is used for both the master and the slave." msgstr "" @@ -10462,7 +10502,7 @@ msgstr "" msgid "(StrOpt) Base log dir for dnsmasq logging. The log contains DHCP and DNS log information and is useful for debugging issues with either DHCP or DNS. If this section is null, disable dnsmasq log." msgstr "" -#: ./doc/common/tables/neutron-dhcp_agent.xml:34(td) ./doc/common/tables/nova-network.xml:74(td) +#: ./doc/common/tables/neutron-dhcp_agent.xml:34(td) ./doc/common/tables/nova-network.xml:92(td) msgid "(StrOpt) Override the default dnsmasq settings with this file" msgstr "" @@ -10470,7 +10510,7 @@ msgstr "" msgid "(ListOpt) Comma-separated list of the DNS servers which will be used as forwarders." msgstr "" -#: ./doc/common/tables/neutron-dhcp_agent.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:139(replaceable) +#: ./doc/common/tables/neutron-dhcp_agent.xml:41(replaceable) ./doc/common/tables/nova-xen.xml:157(replaceable) msgid "16777216" msgstr "" @@ -10534,7 +10574,7 @@ msgstr "" msgid "(StrOpt) Host to connect to." msgstr "" -#: ./doc/common/tables/neutron-nec.xml:42(td) ./doc/common/tables/nova-ec2.xml:66(td) +#: ./doc/common/tables/neutron-nec.xml:42(td) ./doc/common/tables/nova-ec2.xml:84(td) msgid "(BoolOpt) Disable SSL certificate verification." msgstr "" @@ -10618,251 +10658,251 @@ msgstr "" msgid "(StrOpt) Router image id (Embrane FW/VPN)" msgstr "" -#: ./doc/common/tables/manila-storage.xml:7(caption) +#: ./doc/common/tables/manila-storage.xml:25(caption) msgid "Description of Storage configuration options" msgstr "" -#: ./doc/common/tables/manila-storage.xml:22(td) ./doc/common/tables/manila-compute.xml:22(td) +#: ./doc/common/tables/manila-storage.xml:40(td) ./doc/common/tables/manila-compute.xml:40(td) msgid "(StrOpt) Identity service URL." msgstr "" -#: ./doc/common/tables/manila-storage.xml:26(td) +#: ./doc/common/tables/manila-storage.xml:44(td) msgid "(StrOpt) Cinder admin password." msgstr "" -#: ./doc/common/tables/manila-storage.xml:29(replaceable) ./doc/common/tables/octavia.xml:118(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:24(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:45(replaceable) ./doc/common/tables/manila-compute.xml:29(replaceable) ./doc/common/tables/neutron-nsx.xml:96(replaceable) +#: ./doc/common/tables/manila-storage.xml:47(replaceable) ./doc/common/tables/octavia.xml:118(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:24(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:45(replaceable) ./doc/common/tables/manila-compute.xml:47(replaceable) ./doc/common/tables/neutron-nsx.xml:96(replaceable) msgid "service" msgstr "" -#: ./doc/common/tables/manila-storage.xml:30(td) +#: ./doc/common/tables/manila-storage.xml:48(td) msgid "(StrOpt) Cinder admin tenant name." msgstr "" -#: ./doc/common/tables/manila-storage.xml:34(td) +#: ./doc/common/tables/manila-storage.xml:52(td) msgid "(StrOpt) Cinder admin username." msgstr "" -#: ./doc/common/tables/manila-storage.xml:38(td) ./doc/common/tables/sahara-clients.xml:22(td) +#: ./doc/common/tables/manila-storage.xml:56(td) ./doc/common/tables/sahara-clients.xml:40(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder." msgstr "" -#: ./doc/common/tables/manila-storage.xml:42(td) +#: ./doc/common/tables/manila-storage.xml:60(td) msgid "(StrOpt) Location of CA certificates file to use for cinder client requests." msgstr "" -#: ./doc/common/tables/manila-storage.xml:45(replaceable) ./doc/common/tables/glance-cinder.xml:29(replaceable) +#: ./doc/common/tables/manila-storage.xml:63(replaceable) ./doc/common/tables/glance-cinder.xml:47(replaceable) msgid "volume:cinder:publicURL" msgstr "" -#: ./doc/common/tables/manila-storage.xml:46(td) +#: ./doc/common/tables/manila-storage.xml:64(td) msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/manila-storage.xml:50(td) +#: ./doc/common/tables/manila-storage.xml:68(td) msgid "(BoolOpt) Allow attaching between instances and volumes in different availability zones." msgstr "" -#: ./doc/common/tables/manila-storage.xml:54(td) +#: ./doc/common/tables/manila-storage.xml:72(td) msgid "(IntOpt) Number of cinderclient retries on failed HTTP calls." msgstr "" -#: ./doc/common/tables/manila-storage.xml:58(td) +#: ./doc/common/tables/manila-storage.xml:76(td) msgid "(StrOpt) Name or id of cinder volume type which will be used for all volumes created by driver." msgstr "" -#: ./doc/common/tables/manila-storage.xml:62(td) +#: ./doc/common/tables/manila-storage.xml:80(td) msgid "(IntOpt) Maximum number of volume gigabytes to allow per host." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:7(caption) +#: ./doc/common/tables/cinder-storage_gpfs.xml:25(caption) msgid "Description of GPFS storage configuration options" msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:22(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:40(td) msgid "(StrOpt) Specifies the path of the Image service repository in GPFS. Leave undefined if not storing images in GPFS." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:26(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:44(td) msgid "(StrOpt) Specifies the type of image copy to be used. Set this when the Image service repository also uses GPFS so that image files can be transferred efficiently from the Image service to the Block Storage service. There are two valid values: \"copy\" specifies that a full copy of the image is made; \"copy_on_write\" specifies that copy-on-write optimization strategy is used and unmodified blocks of the image file are shared efficiently." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:30(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:48(td) msgid "(IntOpt) Specifies an upper limit on the number of indirections required to reach a specific block due to snapshots or clones. A lengthy chain of copy-on-write snapshots or clones can have a negative impact on performance, but improves space utilization. 0 indicates unlimited clone depth." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:34(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:52(td) msgid "(StrOpt) Specifies the path of the GPFS directory where Block Storage volume and snapshot files are stored." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:38(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:56(td) msgid "(BoolOpt) Specifies that volumes are created as sparse files which initially consume no space. If set to False, the volume is created as a fully allocated file, in which case, creation may take a significantly longer time." msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:41(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:95(replaceable) +#: ./doc/common/tables/cinder-storage_gpfs.xml:59(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:95(replaceable) msgid "system" msgstr "" -#: ./doc/common/tables/cinder-storage_gpfs.xml:42(td) +#: ./doc/common/tables/cinder-storage_gpfs.xml:60(td) msgid "(StrOpt) Specifies the storage pool that volumes are assigned to. By default, the system storage pool is used." msgstr "" -#: ./doc/common/tables/nova-spice.xml:7(caption) +#: ./doc/common/tables/nova-spice.xml:25(caption) msgid "Description of SPICE configuration options" msgstr "" -#: ./doc/common/tables/nova-spice.xml:18(th) +#: ./doc/common/tables/nova-spice.xml:36(th) msgid "[spice]" msgstr "" -#: ./doc/common/tables/nova-spice.xml:22(td) +#: ./doc/common/tables/nova-spice.xml:40(td) msgid "(BoolOpt) Enable spice guest agent support" msgstr "" -#: ./doc/common/tables/nova-spice.xml:26(td) +#: ./doc/common/tables/nova-spice.xml:44(td) msgid "(BoolOpt) Enable spice related features" msgstr "" -#: ./doc/common/tables/nova-spice.xml:29(replaceable) +#: ./doc/common/tables/nova-spice.xml:47(replaceable) msgid "http://127.0.0.1:6082/spice_auto.html" msgstr "" -#: ./doc/common/tables/nova-spice.xml:30(td) +#: ./doc/common/tables/nova-spice.xml:48(td) msgid "(StrOpt) Location of spice HTML5 console proxy, in the form \"http://127.0.0.1:6082/spice_auto.html\"" msgstr "" -#: ./doc/common/tables/nova-spice.xml:34(td) ./doc/common/tables/nova-vnc.xml:30(td) ./doc/common/tables/nova-serial_console.xml:42(td) +#: ./doc/common/tables/nova-spice.xml:52(td) ./doc/common/tables/nova-vnc.xml:48(td) ./doc/common/tables/nova-serial_console.xml:60(td) msgid "(StrOpt) Host on which to listen for incoming requests" msgstr "" -#: ./doc/common/tables/nova-spice.xml:37(replaceable) +#: ./doc/common/tables/nova-spice.xml:55(replaceable) msgid "6082" msgstr "" -#: ./doc/common/tables/nova-spice.xml:38(td) ./doc/common/tables/nova-vnc.xml:34(td) ./doc/common/tables/nova-serial_console.xml:46(td) +#: ./doc/common/tables/nova-spice.xml:56(td) ./doc/common/tables/nova-vnc.xml:52(td) ./doc/common/tables/nova-serial_console.xml:64(td) msgid "(IntOpt) Port on which to listen for incoming requests" msgstr "" -#: ./doc/common/tables/nova-spice.xml:41(replaceable) ./doc/common/tables/nova-vnc.xml:71(replaceable) +#: ./doc/common/tables/nova-spice.xml:59(replaceable) ./doc/common/tables/nova-vnc.xml:89(replaceable) msgid "en-us" msgstr "" -#: ./doc/common/tables/nova-spice.xml:42(td) +#: ./doc/common/tables/nova-spice.xml:60(td) msgid "(StrOpt) Keymap for spice" msgstr "" -#: ./doc/common/tables/nova-spice.xml:46(td) +#: ./doc/common/tables/nova-spice.xml:64(td) msgid "(StrOpt) IP address on which instance spice server should listen" msgstr "" -#: ./doc/common/tables/nova-spice.xml:50(td) +#: ./doc/common/tables/nova-spice.xml:68(td) msgid "(StrOpt) The address to which proxy clients (like nova-spicehtml5proxy) should connect" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:7(caption) +#: ./doc/common/tables/trove-db_couchbase.xml:25(caption) msgid "Description of Couchbase database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:18(th) +#: ./doc/common/tables/trove-db_couchbase.xml:36(th) msgid "[couchbase]" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:25(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:43(replaceable) msgid "trove.guestagent.strategies.backup.experimental.couchbase_impl" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:29(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:47(replaceable) msgid "CbBackup" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:37(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:55(replaceable) msgid "/var/lib/couchbase" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:45(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:63(replaceable) msgid "trove.guestagent.strategies.restore.experimental.couchbase_impl" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:50(td) +#: ./doc/common/tables/trove-db_couchbase.xml:68(td) msgid "(StrOpt) Root controller implementation for couchbase." msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:57(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:75(replaceable) msgid "8091, 8092, 4369, 11209-11211, 21100-21199" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:69(th) +#: ./doc/common/tables/trove-db_couchbase.xml:87(th) msgid "[couchdb]" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:88(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:106(replaceable) msgid "/var/lib/couchdb" msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:101(td) +#: ./doc/common/tables/trove-db_couchbase.xml:119(td) msgid "(StrOpt) Root controller implementation for couchdb." msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:105(td) +#: ./doc/common/tables/trove-db_couchbase.xml:123(td) msgid "(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the \"password\" field." msgstr "" -#: ./doc/common/tables/trove-db_couchbase.xml:108(replaceable) +#: ./doc/common/tables/trove-db_couchbase.xml:126(replaceable) msgid "5984" msgstr "" -#: ./doc/common/tables/trove-clients.xml:21(replaceable) +#: ./doc/common/tables/trove-clients.xml:39(replaceable) msgid "trove.common.remote.cinder_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:22(td) +#: ./doc/common/tables/trove-clients.xml:40(td) msgid "(StrOpt) Client to send Cinder calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:25(replaceable) +#: ./doc/common/tables/trove-clients.xml:43(replaceable) msgid "trove.common.remote.dns_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:26(td) +#: ./doc/common/tables/trove-clients.xml:44(td) msgid "(StrOpt) Client to send DNS calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:29(replaceable) +#: ./doc/common/tables/trove-clients.xml:47(replaceable) msgid "trove.common.remote.guest_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:30(td) +#: ./doc/common/tables/trove-clients.xml:48(td) msgid "(StrOpt) Client to send Guest Agent calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:33(replaceable) +#: ./doc/common/tables/trove-clients.xml:51(replaceable) msgid "trove.common.remote.heat_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:34(td) +#: ./doc/common/tables/trove-clients.xml:52(td) msgid "(StrOpt) Client to send Heat calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:37(replaceable) +#: ./doc/common/tables/trove-clients.xml:55(replaceable) msgid "trove.common.remote.neutron_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:38(td) +#: ./doc/common/tables/trove-clients.xml:56(td) msgid "(StrOpt) Client to send Neutron calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:41(replaceable) +#: ./doc/common/tables/trove-clients.xml:59(replaceable) msgid "trove.common.remote.nova_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:42(td) +#: ./doc/common/tables/trove-clients.xml:60(td) msgid "(StrOpt) Client to send Nova calls to." msgstr "" -#: ./doc/common/tables/trove-clients.xml:45(replaceable) +#: ./doc/common/tables/trove-clients.xml:63(replaceable) msgid "trove.common.remote.swift_client" msgstr "" -#: ./doc/common/tables/trove-clients.xml:46(td) +#: ./doc/common/tables/trove-clients.xml:64(td) msgid "(StrOpt) Client to send Swift calls to." msgstr "" @@ -10874,275 +10914,287 @@ msgstr "" msgid "egg:swift#proxy" msgstr "" -#: ./doc/common/tables/keystone-memcache.xml:7(caption) +#: ./doc/common/tables/keystone-memcache.xml:25(caption) msgid "Description of memcache configuration options" msgstr "" -#: ./doc/common/tables/keystone-memcache.xml:21(replaceable) ./doc/common/tables/keystone-cache.xml:61(replaceable) ./doc/common/tables/heat-common.xml:116(replaceable) +#: ./doc/common/tables/keystone-memcache.xml:39(replaceable) ./doc/common/tables/keystone-cache.xml:79(replaceable) ./doc/common/tables/heat-common.xml:146(replaceable) msgid "localhost:11211" msgstr "" -#: ./doc/common/tables/keystone-memcache.xml:22(td) +#: ./doc/common/tables/keystone-memcache.xml:40(td) msgid "(ListOpt) Memcache servers in the format of \"host:port\"." msgstr "" -#: ./doc/common/tables/keystone-memcache.xml:26(td) +#: ./doc/common/tables/keystone-memcache.xml:44(td) msgid "(IntOpt) Timeout in seconds for every call to a server. This is used by the key value store system (e.g. token pooled memcached persistence backend)." msgstr "" -#: ./doc/common/tables/ironic-database.xml:73(replaceable) +#: ./doc/common/tables/ironic-database.xml:91(replaceable) msgid "InnoDB" msgstr "" -#: ./doc/common/tables/ironic-database.xml:74(td) +#: ./doc/common/tables/ironic-database.xml:92(td) msgid "(StrOpt) MySQL engine to use." msgstr "" -#: ./doc/common/tables/ironic-debug.xml:22(td) +#: ./doc/common/tables/ironic-debug.xml:40(td) msgid "(BoolOpt) Enable pecan debug mode. WARNING: this is insecure and should not be used in a production environment." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:7(caption) +#: ./doc/common/tables/nova-volumes.xml:25(caption) msgid "Description of volumes configuration options" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:22(td) +#: ./doc/common/tables/nova-volumes.xml:40(td) msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:26(td) +#: ./doc/common/tables/nova-volumes.xml:44(td) msgid "(IntOpt) Waiting time interval (seconds) between block device allocation retries on failures" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:29(replaceable) ./doc/common/tables/nova-vpn.xml:45(replaceable) ./doc/common/tables/nova-ec2.xml:21(replaceable) ./doc/common/tables/nova-ec2.xml:25(replaceable) ./doc/common/tables/ironic-glance.xml:37(replaceable) ./doc/common/tables/nova-network.xml:213(replaceable) ./doc/common/tables/nova-s3.xml:37(replaceable) ./doc/common/tables/nova-glance.xml:40(replaceable) ./doc/common/tables/cinder-storage.xml:41(replaceable) ./doc/common/tables/cinder-storage.xml:69(replaceable) ./doc/common/tables/cinder-images.xml:49(replaceable) ./doc/common/tables/nova-metadata.xml:25(replaceable) ./doc/common/tables/ironic-pxe.xml:73(replaceable) +#: ./doc/common/tables/nova-volumes.xml:47(replaceable) ./doc/common/tables/nova-vpn.xml:63(replaceable) ./doc/common/tables/nova-ec2.xml:39(replaceable) ./doc/common/tables/nova-ec2.xml:43(replaceable) ./doc/common/tables/ironic-glance.xml:55(replaceable) ./doc/common/tables/nova-network.xml:231(replaceable) ./doc/common/tables/nova-s3.xml:55(replaceable) ./doc/common/tables/nova-glance.xml:58(replaceable) ./doc/common/tables/cinder-storage.xml:59(replaceable) ./doc/common/tables/cinder-storage.xml:87(replaceable) ./doc/common/tables/cinder-images.xml:67(replaceable) ./doc/common/tables/nova-metadata.xml:43(replaceable) ./doc/common/tables/ironic-pxe.xml:91(replaceable) msgid "$my_ip" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:30(td) +#: ./doc/common/tables/nova-volumes.xml:48(td) msgid "(StrOpt) Block storage IP address of this host" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:33(replaceable) +#: ./doc/common/tables/nova-volumes.xml:51(replaceable) msgid "nova.volume.cinder.API" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:34(td) ./doc/common/tables/cinder-api.xml:114(td) +#: ./doc/common/tables/nova-volumes.xml:52(td) ./doc/common/tables/cinder-api.xml:140(td) msgid "(StrOpt) The full class name of the volume API class to use" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:38(td) +#: ./doc/common/tables/nova-volumes.xml:56(td) msgid "(IntOpt) Interval in seconds for gathering volume usages" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:41(th) ./doc/common/tables/sahara-clients.xml:18(th) +#: ./doc/common/tables/nova-volumes.xml:59(th) ./doc/common/tables/sahara-clients.xml:36(th) msgid "[cinder]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:45(td) ./doc/common/tables/neutron-nova.xml:30(td) ./doc/common/tables/nova-neutron.xml:65(td) ./doc/common/tables/nova-barbican.xml:22(td) +#: ./doc/common/tables/nova-volumes.xml:63(td) ./doc/common/tables/neutron-nova.xml:30(td) ./doc/common/tables/nova-neutron.xml:83(td) ./doc/common/tables/nova-barbican.xml:40(td) msgid "(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:48(replaceable) +#: ./doc/common/tables/nova-volumes.xml:66(replaceable) msgid "volumev2:cinderv2:publicURL" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:49(td) +#: ./doc/common/tables/nova-volumes.xml:67(td) msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:53(td) ./doc/common/tables/neutron-nova.xml:34(td) ./doc/common/tables/nova-neutron.xml:69(td) ./doc/common/tables/nova-barbican.xml:30(td) +#: ./doc/common/tables/nova-volumes.xml:71(td) ./doc/common/tables/neutron-nova.xml:34(td) ./doc/common/tables/nova-neutron.xml:87(td) ./doc/common/tables/nova-barbican.xml:48(td) msgid "(StrOpt) PEM encoded client certificate cert file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:57(td) -msgid "(BoolOpt) Allow attach between instance and volume in different availability zones. If False, volumes attached to an instance must be in the same availability zone in Cinder as the instance availability zone in Nova. This also means care should be taken when booting an instance from a volume where source is not \"volume\" because Nova will attempt to create a volume using the same availability zone as what is assigned to the instance. If that AZ is not in Cinder (or allow_availability_zone_fallback=False in cinder.conf), the volume create request will fail and the instance will fail the build request." +#: ./doc/common/tables/nova-volumes.xml:75(td) +msgid "(BoolOpt) Allow attach between instance and volume in different availability zones." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:61(td) ./doc/common/tables/glance-cinder.xml:34(td) +#: ./doc/common/tables/nova-volumes.xml:79(td) ./doc/common/tables/glance-cinder.xml:52(td) msgid "(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:65(td) ./doc/common/tables/glance-cinder.xml:38(td) +#: ./doc/common/tables/nova-volumes.xml:83(td) ./doc/common/tables/glance-cinder.xml:56(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:73(td) ./doc/common/tables/neutron-nova.xml:42(td) ./doc/common/tables/nova-neutron.xml:81(td) ./doc/common/tables/nova-barbican.xml:42(td) +#: ./doc/common/tables/nova-volumes.xml:91(td) ./doc/common/tables/neutron-nova.xml:42(td) ./doc/common/tables/nova-neutron.xml:99(td) ./doc/common/tables/nova-barbican.xml:60(td) msgid "(StrOpt) PEM encoded client certificate key file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:77(td) ./doc/common/tables/glance-common.xml:109(td) ./doc/common/tables/cinder-compute.xml:46(td) ./doc/common/tables/nova-barbican.xml:46(td) +#: ./doc/common/tables/nova-volumes.xml:95(td) ./doc/common/tables/glance-common.xml:127(td) ./doc/common/tables/cinder-compute.xml:64(td) ./doc/common/tables/nova-barbican.xml:64(td) msgid "(StrOpt) Region name of this node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:81(td) ./doc/common/tables/neutron-nova.xml:50(td) ./doc/common/tables/nova-neutron.xml:101(td) ./doc/common/tables/nova-barbican.xml:50(td) +#: ./doc/common/tables/nova-volumes.xml:99(td) ./doc/common/tables/neutron-nova.xml:50(td) ./doc/common/tables/nova-neutron.xml:119(td) ./doc/common/tables/nova-barbican.xml:68(td) msgid "(IntOpt) Timeout value for http requests" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:88(td) +#: ./doc/common/tables/nova-volumes.xml:106(td) msgid "(BoolOpt) Force V1 volume utility class" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:92(td) +#: ./doc/common/tables/nova-volumes.xml:110(td) msgid "(IntOpt) The number of times to retry to attach a volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:96(td) +#: ./doc/common/tables/nova-volumes.xml:114(td) msgid "(IntOpt) Interval between volume attachment attempts, in seconds" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:99(th) ./doc/common/tables/nova-network.xml:261(th) ./doc/common/tables/nova-quobyte.xml:18(th) ./doc/common/tables/nova-livemigration.xml:29(th) ./doc/common/tables/nova-libvirt.xml:29(th) ./doc/common/tables/nova-xen.xml:49(th) +#: ./doc/common/tables/nova-volumes.xml:117(th) ./doc/common/tables/nova-network.xml:279(th) ./doc/common/tables/nova-quobyte.xml:36(th) ./doc/common/tables/nova-livemigration.xml:47(th) ./doc/common/tables/nova-libvirt.xml:47(th) ./doc/common/tables/nova-xen.xml:67(th) msgid "[libvirt]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:103(td) +#: ./doc/common/tables/nova-volumes.xml:121(td) msgid "(StrOpt) Directory where the glusterfs volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:107(td) +#: ./doc/common/tables/nova-volumes.xml:125(td) msgid "(StrOpt) Mount options passed to the NFS client. See section of the nfs man page for details" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:111(td) +#: ./doc/common/tables/nova-volumes.xml:129(td) msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:115(td) +#: ./doc/common/tables/nova-volumes.xml:133(td) msgid "(IntOpt) Number of times to rediscover AoE target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:119(td) +#: ./doc/common/tables/nova-volumes.xml:137(td) msgid "(IntOpt) Number of times to rescan iSCSI target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:123(td) +#: ./doc/common/tables/nova-volumes.xml:141(td) msgid "(IntOpt) Number of times to rescan iSER target to find volume" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:127(td) +#: ./doc/common/tables/nova-volumes.xml:145(td) msgid "(ListOpt) Protocols listed here will be accessed directly from QEMU. Currently supported protocols: [gluster]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:131(td) +#: ./doc/common/tables/nova-volumes.xml:149(td) msgid "(StrOpt) The libvirt UUID of the secret for the rbd_uservolumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:135(td) +#: ./doc/common/tables/nova-volumes.xml:153(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:139(td) ./doc/common/tables/cinder-scality.xml:22(td) +#: ./doc/common/tables/nova-volumes.xml:157(td) ./doc/common/tables/cinder-scality.xml:40(td) msgid "(StrOpt) Path or URL to Scality SOFS configuration file" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:142(replaceable) ./doc/common/tables/cinder-scality.xml:25(replaceable) +#: ./doc/common/tables/nova-volumes.xml:160(replaceable) ./doc/common/tables/cinder-scality.xml:43(replaceable) msgid "$state_path/scality" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:143(td) ./doc/common/tables/cinder-scality.xml:26(td) +#: ./doc/common/tables/nova-volumes.xml:161(td) ./doc/common/tables/cinder-scality.xml:44(td) msgid "(StrOpt) Base dir where Scality SOFS shall be mounted" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:147(td) +#: ./doc/common/tables/nova-volumes.xml:165(td) msgid "(StrOpt) Mount options passed to the SMBFS client. See mount.cifs man page for details. Note that the libvirt-qemu uid and gid must be specified." msgstr "" -#: ./doc/common/tables/nova-volumes.xml:151(td) +#: ./doc/common/tables/nova-volumes.xml:169(td) msgid "(StrOpt) Directory where the SMBFS shares are mounted on the compute node" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:154(th) ./doc/common/tables/nova-xen.xml:56(th) +#: ./doc/common/tables/nova-volumes.xml:172(th) ./doc/common/tables/nova-xen.xml:74(th) msgid "[xenserver]" msgstr "" -#: ./doc/common/tables/nova-volumes.xml:158(td) +#: ./doc/common/tables/nova-volumes.xml:176(td) msgid "(IntOpt) Time to wait for a block device to be created" msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:7(caption) +#: ./doc/common/tables/keystone-mapping.xml:25(caption) msgid "Description of mapping configuration options" msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:18(th) +#: ./doc/common/tables/keystone-mapping.xml:36(th) msgid "[identity_mapping]" msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:22(td) +#: ./doc/common/tables/keystone-mapping.xml:40(td) msgid "(BoolOpt) The format of user and group IDs changed in Juno for backends that do not generate UUIDs (e.g. LDAP), with keystone providing a hash mapping to the underlying attribute in LDAP. By default this mapping is disabled, which ensures that existing IDs will not change. Even when the mapping is enabled by using domain specific drivers, any users and groups from the default domain being handled by LDAP will still not be mapped to ensure their IDs remain backward compatible. Setting this value to False will enable the mapping for even the default LDAP driver. It is only safe to do this if you do not already have assignments for users and groups from the default LDAP domain, and it is acceptable for Keystone to provide the different IDs to clients than it did previously. Typically this means that the only time you can set this value to False is when configuring a fresh installation." msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:26(td) +#: ./doc/common/tables/keystone-mapping.xml:44(td) msgid "(StrOpt) Entrypoint for the identity mapping backend driver in the keystone.identity.id_mapping namespace." msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:29(replaceable) ./doc/common/tables/octavia.xml:160(replaceable) ./doc/common/tables/glance-common.xml:45(replaceable) +#: ./doc/common/tables/keystone-mapping.xml:47(replaceable) ./doc/common/tables/octavia.xml:160(replaceable) ./doc/common/tables/glance-common.xml:63(replaceable) msgid "sha256" msgstr "" -#: ./doc/common/tables/keystone-mapping.xml:30(td) +#: ./doc/common/tables/keystone-mapping.xml:48(td) msgid "(StrOpt) Entrypoint for the public ID generator for user and group entities in the keystone.identity.id_generator namespace. The Keystone identity mapper only supports generators that produce no more than 64 characters." msgstr "" -#: ./doc/common/tables/nova-vpn.xml:7(caption) +#: ./doc/common/tables/nova-vpn.xml:25(caption) msgid "Description of VPN configuration options" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:21(replaceable) +#: ./doc/common/tables/nova-vpn.xml:39(replaceable) msgid "$pybasedir/nova/cloudpipe/bootscript.template" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:22(td) +#: ./doc/common/tables/nova-vpn.xml:40(td) msgid "(StrOpt) Template for cloudpipe instance boot script" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:26(td) +#: ./doc/common/tables/nova-vpn.xml:44(td) msgid "(ListOpt) A list of dmz ranges that should be accepted" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:29(replaceable) +#: ./doc/common/tables/nova-vpn.xml:47(replaceable) msgid "255.255.255.0" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:30(td) +#: ./doc/common/tables/nova-vpn.xml:48(td) msgid "(StrOpt) Netmask to push into openvpn config" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:33(replaceable) +#: ./doc/common/tables/nova-vpn.xml:51(replaceable) msgid "10.0.0.0" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:34(td) +#: ./doc/common/tables/nova-vpn.xml:52(td) msgid "(StrOpt) Network to push into openvpn config" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:37(replaceable) +#: ./doc/common/tables/nova-vpn.xml:55(replaceable) msgid "m1.tiny" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:38(td) +#: ./doc/common/tables/nova-vpn.xml:56(td) msgid "(StrOpt) Flavor for vpn instances" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:42(td) +#: ./doc/common/tables/nova-vpn.xml:60(td) msgid "(StrOpt) Image ID used when starting up a cloudpipe vpn server" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:46(td) +#: ./doc/common/tables/nova-vpn.xml:64(td) msgid "(StrOpt) Public IP for the cloudpipe VPN servers" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:49(replaceable) +#: ./doc/common/tables/nova-vpn.xml:67(replaceable) msgid "-vpn" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:50(td) +#: ./doc/common/tables/nova-vpn.xml:68(td) msgid "(StrOpt) Suffix to add to project name for vpn key and secgroups" msgstr "" -#: ./doc/common/tables/nova-vpn.xml:54(td) +#: ./doc/common/tables/nova-vpn.xml:72(td) msgid "(IntOpt) First Vpn port for private networks" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:81(td) +#: ./doc/common/tables/swift-rsyncd-object_sdc.xml:8(literal) +msgid "[object_sdc]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sdc.xml:20(replaceable) +msgid "/var/lock/object_sdc.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sdc.xml:36(replaceable) +msgid "{replication_ip}::object{replication_port}" +msgstr "" + +#: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:41(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:48(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:81(td) msgid "If True, log headers in each request" msgstr "" @@ -11410,211 +11462,211 @@ msgstr "" msgid "(ListOpt) List of global VNID ranges in the format - a:b, c:d.Multiple ranges can be separated by a comma" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:26(td) +#: ./doc/common/tables/sahara-clients.xml:44(td) msgid "(IntOpt) Version of the Cinder API to use." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:30(td) +#: ./doc/common/tables/sahara-clients.xml:48(td) msgid "(StrOpt) Location of ca certificates file to use for cinder client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:33(replaceable) ./doc/common/tables/sahara-clients.xml:48(replaceable) ./doc/common/tables/sahara-clients.xml:63(replaceable) ./doc/common/tables/sahara-clients.xml:93(replaceable) ./doc/common/tables/sahara-clients.xml:108(replaceable) ./doc/common/tables/sahara-clients.xml:123(replaceable) +#: ./doc/common/tables/sahara-clients.xml:51(replaceable) ./doc/common/tables/sahara-clients.xml:66(replaceable) ./doc/common/tables/sahara-clients.xml:81(replaceable) ./doc/common/tables/sahara-clients.xml:111(replaceable) ./doc/common/tables/sahara-clients.xml:126(replaceable) ./doc/common/tables/sahara-clients.xml:141(replaceable) msgid "internalURL" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:34(td) +#: ./doc/common/tables/sahara-clients.xml:52(td) msgid "(StrOpt) Endpoint type for cinder client requests" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:37(th) +#: ./doc/common/tables/sahara-clients.xml:55(th) msgid "[heat]" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:41(td) +#: ./doc/common/tables/sahara-clients.xml:59(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to heat." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:45(td) +#: ./doc/common/tables/sahara-clients.xml:63(td) msgid "(StrOpt) Location of ca certificates file to use for heat client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:49(td) +#: ./doc/common/tables/sahara-clients.xml:67(td) msgid "(StrOpt) Endpoint type for heat client requests" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:52(th) ./doc/common/tables/ironic-keystone.xml:18(th) +#: ./doc/common/tables/sahara-clients.xml:70(th) ./doc/common/tables/ironic-keystone.xml:36(th) msgid "[keystone]" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:56(td) +#: ./doc/common/tables/sahara-clients.xml:74(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to keystone." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:60(td) +#: ./doc/common/tables/sahara-clients.xml:78(td) msgid "(StrOpt) Location of ca certificates file to use for keystone client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:64(td) +#: ./doc/common/tables/sahara-clients.xml:82(td) msgid "(StrOpt) Endpoint type for keystone client requests" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:67(th) +#: ./doc/common/tables/sahara-clients.xml:85(th) msgid "[manila]" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:71(td) +#: ./doc/common/tables/sahara-clients.xml:89(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to manila." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:75(td) +#: ./doc/common/tables/sahara-clients.xml:93(td) msgid "(IntOpt) Version of the manila API to use." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:79(td) +#: ./doc/common/tables/sahara-clients.xml:97(td) msgid "(StrOpt) Location of ca certificates file to use for manila client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:86(td) +#: ./doc/common/tables/sahara-clients.xml:104(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to neutron." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:90(td) +#: ./doc/common/tables/sahara-clients.xml:108(td) msgid "(StrOpt) Location of ca certificates file to use for neutron client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:94(td) +#: ./doc/common/tables/sahara-clients.xml:112(td) msgid "(StrOpt) Endpoint type for neutron client requests" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:97(th) ./doc/common/tables/neutron-nova.xml:18(th) +#: ./doc/common/tables/sahara-clients.xml:115(th) ./doc/common/tables/neutron-nova.xml:18(th) msgid "[nova]" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:101(td) ./doc/common/tables/manila-compute.xml:38(td) +#: ./doc/common/tables/sahara-clients.xml:119(td) ./doc/common/tables/manila-compute.xml:56(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:105(td) ./doc/common/tables/cinder-compute.xml:26(td) +#: ./doc/common/tables/sahara-clients.xml:123(td) ./doc/common/tables/cinder-compute.xml:44(td) msgid "(StrOpt) Location of ca certificates file to use for nova client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:109(td) +#: ./doc/common/tables/sahara-clients.xml:127(td) msgid "(StrOpt) Endpoint type for nova client requests" msgstr "" -#: ./doc/common/tables/sahara-clients.xml:116(td) +#: ./doc/common/tables/sahara-clients.xml:134(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to swift." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:120(td) +#: ./doc/common/tables/sahara-clients.xml:138(td) msgid "(StrOpt) Location of ca certificates file to use for swift client requests." msgstr "" -#: ./doc/common/tables/sahara-clients.xml:124(td) +#: ./doc/common/tables/sahara-clients.xml:142(td) msgid "(StrOpt) Endpoint type for swift client requests" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:7(caption) +#: ./doc/common/tables/cinder-xiv.xml:25(caption) msgid "Description of IBM XIV and DS8000 volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:37(replaceable) ./doc/common/tables/trove-debug.xml:25(replaceable) +#: ./doc/common/tables/cinder-xiv.xml:55(replaceable) ./doc/common/tables/trove-debug.xml:43(replaceable) msgid "disabled" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:38(td) +#: ./doc/common/tables/cinder-xiv.xml:56(td) msgid "(StrOpt) CHAP authentication mode, effective only for iscsi (disabled|enabled)" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:41(replaceable) ./doc/common/tables/cinder-storage.xml:49(replaceable) ./doc/common/tables/cinder-scst.xml:21(replaceable) +#: ./doc/common/tables/cinder-xiv.xml:59(replaceable) ./doc/common/tables/cinder-storage.xml:67(replaceable) ./doc/common/tables/cinder-scst.xml:39(replaceable) msgid "iscsi" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:42(td) +#: ./doc/common/tables/cinder-xiv.xml:60(td) msgid "(StrOpt) Connection type to the IBM Storage Array" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:45(replaceable) +#: ./doc/common/tables/cinder-xiv.xml:63(replaceable) msgid "xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy" msgstr "" -#: ./doc/common/tables/cinder-xiv.xml:46(td) +#: ./doc/common/tables/cinder-xiv.xml:64(td) msgid "(StrOpt) Proxy driver that connects to the IBM Storage Array" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:7(caption) +#: ./doc/common/tables/nova-ec2.xml:25(caption) msgid "Description of EC2 configuration options" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:22(td) +#: ./doc/common/tables/nova-ec2.xml:40(td) msgid "(StrOpt) The internal IP address of the EC2 API server" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:26(td) +#: ./doc/common/tables/nova-ec2.xml:44(td) msgid "(StrOpt) The IP address of the EC2 API server" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:30(td) +#: ./doc/common/tables/nova-ec2.xml:48(td) msgid "(StrOpt) The IP address on which the EC2 API will listen." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:33(replaceable) ./doc/common/tables/nova-ec2.xml:41(replaceable) +#: ./doc/common/tables/nova-ec2.xml:51(replaceable) ./doc/common/tables/nova-ec2.xml:59(replaceable) msgid "8773" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:34(td) +#: ./doc/common/tables/nova-ec2.xml:52(td) msgid "(IntOpt) The port on which the EC2 API will listen." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:38(td) +#: ./doc/common/tables/nova-ec2.xml:56(td) msgid "(StrOpt) The path prefix used to call the ec2 API server" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:42(td) +#: ./doc/common/tables/nova-ec2.xml:60(td) msgid "(IntOpt) The port of the EC2 API server" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:46(td) +#: ./doc/common/tables/nova-ec2.xml:64(td) msgid "(BoolOpt) Return the IP address as private dns hostname in describe instances" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:50(td) +#: ./doc/common/tables/nova-ec2.xml:68(td) msgid "(StrOpt) The protocol to use when connecting to the EC2 API server" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:54(td) +#: ./doc/common/tables/nova-ec2.xml:72(td) msgid "(BoolOpt) Validate security group names according to EC2 specification" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:58(td) +#: ./doc/common/tables/nova-ec2.xml:76(td) msgid "(IntOpt) Time in seconds before ec2 timestamp expires" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:62(td) +#: ./doc/common/tables/nova-ec2.xml:80(td) msgid "(IntOpt) Number of workers for EC2 API service. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:69(replaceable) +#: ./doc/common/tables/nova-ec2.xml:87(replaceable) msgid "http://localhost:5000/v2.0/ec2tokens" msgstr "" -#: ./doc/common/tables/nova-ec2.xml:70(td) +#: ./doc/common/tables/nova-ec2.xml:88(td) msgid "(StrOpt) URL to get token from ec2 request." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:74(td) +#: ./doc/common/tables/nova-ec2.xml:92(td) msgid "(IntOpt) Number of failed auths before lockout." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:78(td) +#: ./doc/common/tables/nova-ec2.xml:96(td) msgid "(IntOpt) Number of minutes to lockout if triggered." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:82(td) +#: ./doc/common/tables/nova-ec2.xml:100(td) msgid "(IntOpt) Number of minutes for lockout window." msgstr "" -#: ./doc/common/tables/nova-ec2.xml:86(td) +#: ./doc/common/tables/nova-ec2.xml:104(td) msgid "(ListOpt) List of region=fqdn pairs separated by commas" msgstr "" @@ -11626,23 +11678,23 @@ msgstr "" msgid "(BoolOpt) Enable FWaaS" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:7(caption) ./doc/common/tables/cinder-keymgr.xml:7(caption) +#: ./doc/common/tables/nova-keymgr.xml:25(caption) ./doc/common/tables/cinder-keymgr.xml:25(caption) msgid "Description of key manager configuration options" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:18(th) ./doc/common/tables/cinder-keymgr.xml:18(th) +#: ./doc/common/tables/nova-keymgr.xml:36(th) ./doc/common/tables/cinder-keymgr.xml:36(th) msgid "[keymgr]" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:21(replaceable) +#: ./doc/common/tables/nova-keymgr.xml:39(replaceable) msgid "nova.keymgr.conf_key_mgr.ConfKeyManager" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:22(td) ./doc/common/tables/cinder-keymgr.xml:22(td) +#: ./doc/common/tables/nova-keymgr.xml:40(td) ./doc/common/tables/cinder-keymgr.xml:40(td) msgid "(StrOpt) The full class name of the key manager API class" msgstr "" -#: ./doc/common/tables/nova-keymgr.xml:26(td) ./doc/common/tables/cinder-keymgr.xml:34(td) +#: ./doc/common/tables/nova-keymgr.xml:44(td) ./doc/common/tables/cinder-keymgr.xml:52(td) msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" @@ -11658,67 +11710,67 @@ msgstr "" msgid "(StrOpt) The StorPool template for volumes with no type." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:7(caption) +#: ./doc/common/tables/manila-glusterfs.xml:25(caption) msgid "Description of GlusterFS Share Drivers configuration options" msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:22(td) +#: ./doc/common/tables/manila-glusterfs.xml:40(td) msgid "(StrOpt) Remote Ganesha server node's IP address." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:26(td) +#: ./doc/common/tables/manila-glusterfs.xml:44(td) msgid "(StrOpt) Remote Ganesha server node's login password. This is not required if 'glusterfs_path_to_private_key' is configured." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:30(td) +#: ./doc/common/tables/manila-glusterfs.xml:48(td) msgid "(StrOpt) Remote Ganesha server node's username." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:34(td) +#: ./doc/common/tables/manila-glusterfs.xml:52(td) msgid "(StrOpt) Base directory containing mount points for Gluster volumes." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:37(replaceable) +#: ./doc/common/tables/manila-glusterfs.xml:55(replaceable) msgid "Gluster" msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:38(td) +#: ./doc/common/tables/manila-glusterfs.xml:56(td) msgid "(StrOpt) Type of NFS server that mediate access to the Gluster volumes (Gluster or Ganesha)." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:42(td) +#: ./doc/common/tables/manila-glusterfs.xml:60(td) msgid "(StrOpt) Path of Manila host's private SSH key file." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:46(td) +#: ./doc/common/tables/manila-glusterfs.xml:64(td) msgid "(StrOpt) Remote GlusterFS server node's login password. This is not required if 'glusterfs_path_to_private_key' is configured." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:50(td) +#: ./doc/common/tables/manila-glusterfs.xml:68(td) msgid "(ListOpt) List of GlusterFS servers that can be used to create shares. Each GlusterFS server should be of the form [remoteuser@]<volserver>, and they are assumed to belong to distinct Gluster clusters." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:54(td) +#: ./doc/common/tables/manila-glusterfs.xml:72(td) msgid "(StrOpt) Specifies GlusterFS share layout, that is, the method of associating backing GlusterFS resources to shares." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:58(td) +#: ./doc/common/tables/manila-glusterfs.xml:76(td) msgid "(StrOpt) Specifies the GlusterFS volume to be mounted on the Manila host. It is of the form [remoteuser@]<volserver>:<volid>." msgstr "" -#: ./doc/common/tables/manila-glusterfs.xml:62(td) +#: ./doc/common/tables/manila-glusterfs.xml:80(td) msgid "(StrOpt) Regular expression template used to filter GlusterFS volumes for share creation. The regex template can optionally (ie. with support of the GlusterFS backend) contain the #{size} parameter which matches an integer (sequence of digits) in which case the value shall be interpreted as size of the volume in GB. Examples: \"manila-share-volume-\\d+$\", \"manila-share-volume-#{size}G-\\d+$\"; with matching volume names, respectively: \"manila-share-volume-12\", \"manila-share-volume-3G-13\". In latter example, the number that matches \"#{size}\", that is, 3, is an indication that the size of volume is 3G." msgstr "" -#: ./doc/common/tables/nova-periodic.xml:7(caption) +#: ./doc/common/tables/nova-periodic.xml:25(caption) msgid "Description of periodic configuration options" msgstr "" -#: ./doc/common/tables/nova-periodic.xml:22(td) +#: ./doc/common/tables/nova-periodic.xml:40(td) msgid "(BoolOpt) Enable periodic tasks" msgstr "" -#: ./doc/common/tables/nova-periodic.xml:26(td) ./doc/common/tables/manila-common.xml:62(td) ./doc/common/tables/neutron-common.xml:190(td) +#: ./doc/common/tables/nova-periodic.xml:44(td) ./doc/common/tables/manila-common.xml:80(td) ./doc/common/tables/neutron-common.xml:190(td) msgid "(IntOpt) Range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)" msgstr "" @@ -11734,59 +11786,67 @@ msgstr "" msgid "(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath" msgstr "" -#: ./doc/common/tables/ironic-api.xml:22(td) +#: ./doc/common/tables/ironic-api.xml:40(td) msgid "(StrOpt) The IP address on which ironic-api listens." msgstr "" -#: ./doc/common/tables/ironic-api.xml:26(td) ./doc/common/tables/manila-api.xml:42(td) +#: ./doc/common/tables/ironic-api.xml:44(td) ./doc/common/tables/manila-api.xml:60(td) msgid "(IntOpt) The maximum number of items returned in a single response from a collection resource." msgstr "" -#: ./doc/common/tables/ironic-api.xml:29(replaceable) +#: ./doc/common/tables/ironic-api.xml:47(replaceable) msgid "6385" msgstr "" -#: ./doc/common/tables/ironic-api.xml:30(td) +#: ./doc/common/tables/ironic-api.xml:48(td) msgid "(IntOpt) The TCP port on which ironic-api listens." msgstr "" -#: ./doc/common/tables/ironic-api.xml:34(td) +#: ./doc/common/tables/ironic-api.xml:52(td) msgid "(StrOpt) Public URL to use when building the links to the API resources (for example, \"https://ironic.rocks:6384\"). If None the links will be built using the request's host URL. If the API is operating behind a proxy, you will want to change this to represent the proxy's URL. Defaults to None." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:7(caption) +#: ./doc/common/tables/heat-trustee.xml:25(caption) +msgid "Description of trustee configuration options" +msgstr "" + +#: ./doc/common/tables/heat-trustee.xml:36(th) +msgid "[trustee]" +msgstr "" + +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:25(caption) msgid "Description of NetApp cDOT NFS driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:21(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:21(replaceable) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:39(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:39(replaceable) msgid "720" msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:22(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:22(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:40(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:40(td) msgid "(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:26(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:44(td) msgid "(StrOpt) This option specifies the path of the NetApp copy offload tool binary. Ensure that the binary has execute permissions set which allow the effective user of the cinder-volume process to execute the file." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:42(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:26(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:60(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:44(td) msgid "(StrOpt) This option defines the type of operating system that will access a LUN exported from Data ONTAP; it is assigned to the LUN at the time it is created." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:70(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:54(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:62(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:54(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:88(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:72(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:80(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:72(td) msgid "(StrOpt) The storage protocol to be used on the data path with the storage system." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:78(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:70(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:96(td) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:88(td) msgid "(StrOpt) This option specifies the virtual storage server (Vserver) name on the storage cluster on which provisioning of block storage volumes should occur." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:82(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:66(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:100(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:84(td) msgid "(IntOpt) If the percentage of available space for an NFS share has dropped below the value specified by this option, the NFS image cache will be cleaned." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:86(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:70(td) +#: ./doc/common/tables/cinder-netapp_cdot_nfs.xml:104(td) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:88(td) msgid "(IntOpt) When the percentage of available space on an NFS share has reached the percentage specified by this option, the driver will stop clearing files from the NFS image cache that have not been accessed in the last M minutes, where M is the value of the expiry_thres_minutes configuration option." msgstr "" @@ -12058,7 +12118,7 @@ msgstr "" msgid "(StrOpt) The host IP to bind to amphora hose/REST driver only." msgstr "" -#: ./doc/common/tables/octavia.xml:226(replaceable) ./doc/common/tables/glance-registry.xml:73(replaceable) +#: ./doc/common/tables/octavia.xml:226(replaceable) ./doc/common/tables/glance-registry.xml:91(replaceable) msgid "9191" msgstr "" @@ -12234,39 +12294,39 @@ msgstr "" msgid "(IntOpt) Amphora expiry age in seconds. Default is 1 week." msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:7(caption) +#: ./doc/common/tables/ceilometer-tripleo.xml:25(caption) msgid "Description of TripleO configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:18(th) +#: ./doc/common/tables/ceilometer-tripleo.xml:36(th) msgid "[hardware]" msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-tripleo.xml:39(replaceable) msgid "snmp.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:22(td) +#: ./doc/common/tables/ceilometer-tripleo.xml:40(td) msgid "(StrOpt) Configuration file for defining hardware snmp meters." msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-tripleo.xml:43(replaceable) msgid "ro_snmp_user" msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:26(td) +#: ./doc/common/tables/ceilometer-tripleo.xml:44(td) msgid "(StrOpt) SNMPd user name of all nodes running in the cloud." msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:30(td) +#: ./doc/common/tables/ceilometer-tripleo.xml:48(td) msgid "(StrOpt) SNMPd password of all the nodes running in the cloud." msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:33(replaceable) +#: ./doc/common/tables/ceilometer-tripleo.xml:51(replaceable) msgid "snmp://" msgstr "" -#: ./doc/common/tables/ceilometer-tripleo.xml:34(td) +#: ./doc/common/tables/ceilometer-tripleo.xml:52(td) msgid "(StrOpt) URL scheme to use for hardware nodes." msgstr "" @@ -12278,7 +12338,7 @@ msgstr "" msgid "Description of L2 agent extension configuration options" msgstr "" -#: ./doc/common/tables/neutron-l2_agent.xml:18(th) ./doc/common/tables/ironic-agent.xml:18(th) +#: ./doc/common/tables/neutron-l2_agent.xml:18(th) ./doc/common/tables/ironic-agent.xml:36(th) msgid "[agent]" msgstr "" @@ -12286,51 +12346,51 @@ msgstr "" msgid "(ListOpt) Extensions list to use" msgstr "" -#: ./doc/common/tables/cinder-huawei.xml:7(caption) +#: ./doc/common/tables/cinder-huawei.xml:25(caption) msgid "Description of Huawei storage driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-huawei.xml:21(replaceable) +#: ./doc/common/tables/cinder-huawei.xml:39(replaceable) msgid "/etc/cinder/cinder_huawei_conf.xml" msgstr "" -#: ./doc/common/tables/cinder-huawei.xml:22(td) +#: ./doc/common/tables/cinder-huawei.xml:40(td) msgid "(StrOpt) The configuration file for the Cinder Huawei driver." msgstr "" -#: ./doc/common/tables/sahara-object_store_access.xml:7(caption) +#: ./doc/common/tables/sahara-object_store_access.xml:25(caption) msgid "Description of Auth options for Swift access for VM configuration options" msgstr "" -#: ./doc/common/tables/sahara-object_store_access.xml:18(th) +#: ./doc/common/tables/sahara-object_store_access.xml:36(th) msgid "[object_store_access]" msgstr "" -#: ./doc/common/tables/sahara-object_store_access.xml:22(td) +#: ./doc/common/tables/sahara-object_store_access.xml:40(td) msgid "(StrOpt) Location of ca certificate file to use for identity client requests via public endpoint" msgstr "" -#: ./doc/common/tables/sahara-object_store_access.xml:26(td) +#: ./doc/common/tables/sahara-object_store_access.xml:44(td) msgid "(StrOpt) Location of ca certificate file to use for object-store client requests via public endpoint" msgstr "" -#: ./doc/common/tables/glance-filesystem.xml:7(caption) +#: ./doc/common/tables/glance-filesystem.xml:25(caption) msgid "Description of filesystem configuration options" msgstr "" -#: ./doc/common/tables/glance-filesystem.xml:22(td) +#: ./doc/common/tables/glance-filesystem.xml:40(td) msgid "(StrOpt) Directory to which the Filesystem backend store writes images." msgstr "" -#: ./doc/common/tables/glance-filesystem.xml:26(td) +#: ./doc/common/tables/glance-filesystem.xml:44(td) msgid "(MultiStrOpt) List of directories and its priorities to which the Filesystem backend store writes images." msgstr "" -#: ./doc/common/tables/glance-filesystem.xml:30(td) +#: ./doc/common/tables/glance-filesystem.xml:48(td) msgid "(IntOpt) The required permission for created image file. In this way the user other service used, e.g. Nova, who consumes the image could be the exclusive member of the group that owns the files created. Assigning it less then or equal to zero means don't change the default permission of the file. This value will be decoded as an octal digit." msgstr "" -#: ./doc/common/tables/glance-filesystem.xml:34(td) +#: ./doc/common/tables/glance-filesystem.xml:52(td) msgid "(StrOpt) The path to a file which contains the metadata to be returned with any location associated with this store. The file must contain a valid JSON object. The object should contain the keys 'id' and 'mountpoint'. The value for both keys should be 'string'." msgstr "" @@ -12350,187 +12410,203 @@ msgstr "" msgid "egg:swift#container" msgstr "" -#: ./doc/common/tables/cinder-hds-hnas.xml:7(caption) +#: ./doc/common/tables/cinder-hds-hnas.xml:25(caption) msgid "Description of HDS HNAS iSCSI and NFS driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hds-hnas.xml:21(replaceable) +#: ./doc/common/tables/cinder-hds-hnas.xml:39(replaceable) msgid "/opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" -#: ./doc/common/tables/cinder-hds-hnas.xml:22(td) +#: ./doc/common/tables/cinder-hds-hnas.xml:40(td) msgid "(StrOpt) Configuration file for HDS iSCSI cinder plugin" msgstr "" -#: ./doc/common/tables/cinder-hds-hnas.xml:25(replaceable) +#: ./doc/common/tables/cinder-hds-hnas.xml:43(replaceable) msgid "/opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" -#: ./doc/common/tables/cinder-hds-hnas.xml:26(td) +#: ./doc/common/tables/cinder-hds-hnas.xml:44(td) msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:7(caption) +#: ./doc/common/tables/nova-apiv21.xml:25(caption) +msgid "Description of API v2.1 configuration options" +msgstr "" + +#: ./doc/common/tables/nova-apiv21.xml:36(th) +msgid "[osapi_v21]" +msgstr "" + +#: ./doc/common/tables/nova-apiv21.xml:40(td) +msgid "(BoolOpt) DEPRECATED: Whether the V2.1 API is enabled or not. This option will be removed in the near future." +msgstr "" + +#: ./doc/common/tables/nova-apiv21.xml:44(td) +msgid "(ListOpt) DEPRECATED: A list of v2.1 API extensions to never load. Specify the extension aliases here. This option will be removed in the near future. After that point you have to run all of the API." +msgstr "" + +#: ./doc/common/tables/nova-apiv21.xml:48(td) +msgid "(ListOpt) DEPRECATED: If the list is not empty then a v2.1 API extension will only be loaded if it exists in this list. Specify the extension aliases here. This option will be removed in the near future. After that point you have to run all of the API." +msgstr "" + +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:25(caption) msgid "Description of cisco zoning fabrics configuration options" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:18(th) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:36(th) msgid "[CISCO_FABRIC_EXAMPLE]" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:22(td) ./doc/common/tables/cinder-zoning_fabric.xml:22(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:40(td) ./doc/common/tables/cinder-zoning_fabric.xml:40(td) msgid "(StrOpt) Management IP of fabric" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:26(td) ./doc/common/tables/cinder-zoning_fabric.xml:26(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:44(td) ./doc/common/tables/cinder-zoning_fabric.xml:44(td) msgid "(StrOpt) Password for user" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:30(td) ./doc/common/tables/cinder-zoning_fabric.xml:30(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:48(td) ./doc/common/tables/cinder-zoning_fabric.xml:48(td) msgid "(IntOpt) Connecting port" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:34(td) ./doc/common/tables/cinder-zoning_fabric.xml:34(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:52(td) ./doc/common/tables/cinder-zoning_fabric.xml:52(td) msgid "(StrOpt) Fabric user ID" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:38(td) ./doc/common/tables/cinder-zoning_fabric.xml:42(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:56(td) ./doc/common/tables/cinder-zoning_fabric.xml:60(td) msgid "(BoolOpt) overridden zoning activation state" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:42(td) ./doc/common/tables/cinder-zoning_fabric.xml:46(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:60(td) ./doc/common/tables/cinder-zoning_fabric.xml:64(td) msgid "(StrOpt) overridden zone name prefix" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:46(td) ./doc/common/tables/cinder-zoning_fabric.xml:50(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:64(td) ./doc/common/tables/cinder-zoning_fabric.xml:68(td) msgid "(StrOpt) overridden zoning policy" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:50(td) +#: ./doc/common/tables/cinder-zoning_fabric_cisco.xml:68(td) msgid "(StrOpt) VSAN of the Fabric" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:7(caption) +#: ./doc/common/tables/cinder-solidfire.xml:25(caption) msgid "Description of SolidFire driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:22(td) +#: ./doc/common/tables/cinder-solidfire.xml:40(td) msgid "(StrOpt) Create SolidFire accounts with this prefix. Any string can be used here, but the string \"hostname\" is special and will create a prefix using the cinder node hostname (previous default behavior). The default is NO prefix." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:26(td) +#: ./doc/common/tables/cinder-solidfire.xml:44(td) msgid "(BoolOpt) Create an internal cache of copy of images when a bootable volume is created to eliminate fetch from glance and qemu-conversion on subsequent calls." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:30(td) ./doc/common/tables/cinder-storwize.xml:22(td) +#: ./doc/common/tables/cinder-solidfire.xml:48(td) ./doc/common/tables/cinder-storwize.xml:40(td) msgid "(BoolOpt) Allow tenants to specify QOS on create" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:33(replaceable) ./doc/common/tables/ironic-irmc.xml:29(replaceable) ./doc/common/tables/ceilometer-vmware.xml:37(replaceable) ./doc/common/tables/ironic-ilo.xml:45(replaceable) ./doc/common/tables/neutron-dvs.xml:41(replaceable) ./doc/common/tables/neutron-fwaas_varmour.xml:25(replaceable) ./doc/common/tables/cinder-emc_sio.xml:33(replaceable) ./doc/common/tables/neutron-vmware.xml:115(replaceable) ./doc/common/tables/nova-vmware.xml:53(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:37(replaceable) +#: ./doc/common/tables/cinder-solidfire.xml:51(replaceable) ./doc/common/tables/ironic-irmc.xml:47(replaceable) ./doc/common/tables/ceilometer-vmware.xml:55(replaceable) ./doc/common/tables/ironic-ilo.xml:63(replaceable) ./doc/common/tables/neutron-dvs.xml:41(replaceable) ./doc/common/tables/neutron-fwaas_varmour.xml:25(replaceable) ./doc/common/tables/cinder-emc_sio.xml:51(replaceable) ./doc/common/tables/neutron-vmware.xml:115(replaceable) ./doc/common/tables/nova-vmware.xml:71(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:55(replaceable) msgid "443" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:34(td) +#: ./doc/common/tables/cinder-solidfire.xml:52(td) msgid "(IntOpt) SolidFire API port. Useful if the device api is behind a proxy on a different port." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:38(td) +#: ./doc/common/tables/cinder-solidfire.xml:56(td) msgid "(BoolOpt) Set 512 byte emulation on volume creation;" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:42(td) +#: ./doc/common/tables/cinder-solidfire.xml:60(td) msgid "(BoolOpt) Create an internal mapping of volume IDs and account. Optimizes lookups and performance at the expense of memory, very large deployments may want to consider setting to False." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:46(td) +#: ./doc/common/tables/cinder-solidfire.xml:64(td) msgid "(StrOpt) Overrides default cluster SVIP with the one specified. This is required or deployments that have implemented the use of VLANs for iSCSI networks in their cloud." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:49(replaceable) +#: ./doc/common/tables/cinder-solidfire.xml:67(replaceable) msgid "openstack-vtemplate" msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:50(td) +#: ./doc/common/tables/cinder-solidfire.xml:68(td) msgid "(StrOpt) Account name on the SolidFire Cluster to use as owner of template/cache volumes (created if does not exist)." msgstr "" -#: ./doc/common/tables/cinder-solidfire.xml:53(replaceable) -msgid "UUID-" -msgstr "" - -#: ./doc/common/tables/cinder-solidfire.xml:54(td) -msgid "(StrOpt) Create SolidFire volumes with this prefix. Volume names are of the form <sf_volume_prefix><cinder-volume-id>. The default is to use a prefix of 'UUID-'." -msgstr "" - -#: ./doc/common/tables/keystone-os_inherit.xml:7(caption) +#: ./doc/common/tables/keystone-os_inherit.xml:25(caption) msgid "Description of os_inherit configuration options" msgstr "" -#: ./doc/common/tables/keystone-os_inherit.xml:18(th) +#: ./doc/common/tables/keystone-os_inherit.xml:36(th) msgid "[os_inherit]" msgstr "" -#: ./doc/common/tables/keystone-os_inherit.xml:22(td) +#: ./doc/common/tables/keystone-os_inherit.xml:40(td) msgid "(BoolOpt) role-assignment inheritance to projects from owning domain or from projects higher in the hierarchy can be optionally enabled." msgstr "" -#: ./doc/common/tables/cinder-dothill.xml:7(caption) +#: ./doc/common/tables/cinder-dothill.xml:25(caption) msgid "Description of Dot Hill volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-dothill.xml:22(td) +#: ./doc/common/tables/cinder-dothill.xml:40(td) msgid "(StrOpt) DotHill API interface protocol." msgstr "" -#: ./doc/common/tables/cinder-dothill.xml:38(td) +#: ./doc/common/tables/cinder-dothill.xml:56(td) msgid "(BoolOpt) Whether to verify DotHill array SSL certificate." msgstr "" -#: ./doc/common/tables/cinder-dothill.xml:42(td) +#: ./doc/common/tables/cinder-dothill.xml:60(td) msgid "(StrOpt) DotHill array SSL certificate path." msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:7(caption) +#: ./doc/common/tables/trove-db_cassandra.xml:25(caption) msgid "Description of Cassandra database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:18(th) +#: ./doc/common/tables/trove-db_cassandra.xml:36(th) msgid "[cassandra]" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:37(replaceable) +#: ./doc/common/tables/trove-db_cassandra.xml:55(replaceable) msgid "/var/lib/cassandra" msgstr "" -#: ./doc/common/tables/trove-db_cassandra.xml:49(replaceable) +#: ./doc/common/tables/trove-db_cassandra.xml:68(td) +msgid "(StrOpt) Root controller implementation for cassandra." +msgstr "" + +#: ./doc/common/tables/trove-db_cassandra.xml:71(replaceable) msgid "7000, 7001, 9042, 9160" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:7(caption) +#: ./doc/common/tables/cinder-hplefthand.xml:25(caption) msgid "Description of HP LeftHand/StoreVirtual driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:22(td) +#: ./doc/common/tables/cinder-hplefthand.xml:40(td) msgid "(StrOpt) HP LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:26(td) +#: ./doc/common/tables/cinder-hplefthand.xml:44(td) msgid "(StrOpt) HP LeftHand cluster name" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:30(td) +#: ./doc/common/tables/cinder-hplefthand.xml:48(td) msgid "(BoolOpt) Enable HTTP debugging to LeftHand" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:34(td) +#: ./doc/common/tables/cinder-hplefthand.xml:52(td) msgid "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:38(td) +#: ./doc/common/tables/cinder-hplefthand.xml:56(td) msgid "(StrOpt) HP LeftHand Super user password" msgstr "" -#: ./doc/common/tables/cinder-hplefthand.xml:42(td) +#: ./doc/common/tables/cinder-hplefthand.xml:60(td) msgid "(StrOpt) HP LeftHand Super user username" msgstr "" @@ -12610,211 +12686,207 @@ msgstr "" msgid "(StrOpt) MidoNet admin username." msgstr "" -#: ./doc/common/tables/heat-metadata_api.xml:7(caption) +#: ./doc/common/tables/heat-metadata_api.xml:25(caption) msgid "Description of metadata API configuration options" msgstr "" -#: ./doc/common/tables/heat-metadata_api.xml:22(td) ./doc/common/tables/heat-api.xml:38(td) +#: ./doc/common/tables/heat-metadata_api.xml:40(td) ./doc/common/tables/heat-api.xml:56(td) msgid "(StrOpt) URL of the Heat metadata server." msgstr "" -#: ./doc/common/tables/nova-quota.xml:22(td) +#: ./doc/common/tables/nova-quota.xml:40(td) msgid "(IntOpt) Interval to pull network bandwidth usage info. Not supported on all hypervisors. Set to -1 to disable. Setting this to 0 will run at the default rate." msgstr "" -#: ./doc/common/tables/nova-quota.xml:26(td) +#: ./doc/common/tables/nova-quota.xml:44(td) msgid "(BoolOpt) Enables or disables quota checking for tenant networks" msgstr "" -#: ./doc/common/tables/nova-quota.xml:30(td) +#: ./doc/common/tables/nova-quota.xml:48(td) msgid "(IntOpt) Number of instance cores allowed per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:33(replaceable) +#: ./doc/common/tables/nova-quota.xml:51(replaceable) msgid "nova.quota.DbQuotaDriver" msgstr "" -#: ./doc/common/tables/nova-quota.xml:38(td) +#: ./doc/common/tables/nova-quota.xml:56(td) msgid "(IntOpt) Number of fixed IPs allowed per project (this should be at least the number of instances allowed)" msgstr "" -#: ./doc/common/tables/nova-quota.xml:42(td) +#: ./doc/common/tables/nova-quota.xml:60(td) msgid "(IntOpt) Number of floating IPs allowed per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:45(replaceable) +#: ./doc/common/tables/nova-quota.xml:63(replaceable) msgid "10240" msgstr "" -#: ./doc/common/tables/nova-quota.xml:46(td) +#: ./doc/common/tables/nova-quota.xml:64(td) msgid "(IntOpt) Number of bytes allowed per injected file" msgstr "" -#: ./doc/common/tables/nova-quota.xml:49(replaceable) ./doc/common/tables/cinder-emc.xml:53(replaceable) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:28(replaceable) +#: ./doc/common/tables/nova-quota.xml:67(replaceable) ./doc/common/tables/cinder-emc.xml:71(replaceable) ./doc/common/tables/swift-proxy-server-filter-name_check.xml:28(replaceable) msgid "255" msgstr "" -#: ./doc/common/tables/nova-quota.xml:50(td) +#: ./doc/common/tables/nova-quota.xml:68(td) msgid "(IntOpt) Length of injected file path" msgstr "" -#: ./doc/common/tables/nova-quota.xml:54(td) +#: ./doc/common/tables/nova-quota.xml:72(td) msgid "(IntOpt) Number of injected files allowed" msgstr "" -#: ./doc/common/tables/nova-quota.xml:58(td) +#: ./doc/common/tables/nova-quota.xml:76(td) msgid "(IntOpt) Number of instances allowed per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:62(td) +#: ./doc/common/tables/nova-quota.xml:80(td) msgid "(IntOpt) Number of key pairs per user" msgstr "" -#: ./doc/common/tables/nova-quota.xml:66(td) +#: ./doc/common/tables/nova-quota.xml:84(td) msgid "(IntOpt) Number of metadata items allowed per instance" msgstr "" -#: ./doc/common/tables/nova-quota.xml:70(td) +#: ./doc/common/tables/nova-quota.xml:88(td) msgid "(IntOpt) Number of private networks allowed per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:73(replaceable) +#: ./doc/common/tables/nova-quota.xml:91(replaceable) msgid "51200" msgstr "" -#: ./doc/common/tables/nova-quota.xml:74(td) +#: ./doc/common/tables/nova-quota.xml:92(td) msgid "(IntOpt) Megabytes of instance RAM allowed per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:78(td) +#: ./doc/common/tables/nova-quota.xml:96(td) msgid "(IntOpt) Number of security rules per security group" msgstr "" -#: ./doc/common/tables/nova-quota.xml:82(td) +#: ./doc/common/tables/nova-quota.xml:100(td) msgid "(IntOpt) Number of security groups per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:86(td) +#: ./doc/common/tables/nova-quota.xml:104(td) msgid "(IntOpt) Number of servers per server group" msgstr "" -#: ./doc/common/tables/nova-quota.xml:90(td) +#: ./doc/common/tables/nova-quota.xml:108(td) msgid "(IntOpt) Number of server groups per project" msgstr "" -#: ./doc/common/tables/nova-quota.xml:97(td) +#: ./doc/common/tables/nova-quota.xml:115(td) msgid "(IntOpt) Seconds between bandwidth updates for cells." msgstr "" -#: ./doc/common/tables/cinder-scality.xml:7(caption) +#: ./doc/common/tables/cinder-scality.xml:25(caption) msgid "Description of Scality SOFS volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-scality.xml:29(replaceable) +#: ./doc/common/tables/cinder-scality.xml:47(replaceable) msgid "cinder/volumes" msgstr "" -#: ./doc/common/tables/cinder-scality.xml:30(td) +#: ./doc/common/tables/cinder-scality.xml:48(td) msgid "(StrOpt) Path from Scality SOFS root to volume dir" msgstr "" -#: ./doc/common/tables/nova-cells.xml:7(caption) +#: ./doc/common/tables/nova-cells.xml:25(caption) msgid "Description of cell configuration options" msgstr "" -#: ./doc/common/tables/nova-cells.xml:22(td) +#: ./doc/common/tables/nova-cells.xml:40(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/nova-cells.xml:43(replaceable) msgid "hypervisor=xenserver;kvm, os=linux;windows" msgstr "" -#: ./doc/common/tables/nova-cells.xml:26(td) +#: ./doc/common/tables/nova-cells.xml:44(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/nova-cells.xml:48(td) msgid "(StrOpt) Type of cell" msgstr "" -#: ./doc/common/tables/nova-cells.xml:34(td) +#: ./doc/common/tables/nova-cells.xml:52(td) msgid "(StrOpt) Configuration file from which to read cells configuration. If given, overrides reading cells from the database." msgstr "" -#: ./doc/common/tables/nova-cells.xml:38(td) +#: ./doc/common/tables/nova-cells.xml:56(td) msgid "(IntOpt) Interval, in seconds, for getting fresh cell information from the database." msgstr "" -#: ./doc/common/tables/nova-cells.xml:41(replaceable) +#: ./doc/common/tables/nova-cells.xml:59(replaceable) msgid "nova.cells.rpc_driver.CellsRPCDriver" msgstr "" -#: ./doc/common/tables/nova-cells.xml:42(td) +#: ./doc/common/tables/nova-cells.xml:60(td) msgid "(StrOpt) Cells communication driver to use" msgstr "" -#: ./doc/common/tables/nova-cells.xml:46(td) +#: ./doc/common/tables/nova-cells.xml:64(td) msgid "(BoolOpt) Enable cell functionality" msgstr "" -#: ./doc/common/tables/nova-cells.xml:50(td) +#: ./doc/common/tables/nova-cells.xml:68(td) msgid "(IntOpt) Number of instances to update per periodic task run" msgstr "" -#: ./doc/common/tables/nova-cells.xml:54(td) -msgid "(IntOpt) Number of instances to pull from the database at one time for a sync. If there are more instances to update the results will be paged through" -msgstr "" - -#: ./doc/common/tables/nova-cells.xml:58(td) +#: ./doc/common/tables/nova-cells.xml:72(td) msgid "(IntOpt) Number of seconds after an instance was updated or deleted to continue to update cells" msgstr "" -#: ./doc/common/tables/nova-cells.xml:61(replaceable) +#: ./doc/common/tables/nova-cells.xml:75(replaceable) msgid "nova.cells.manager.CellsManager" msgstr "" -#: ./doc/common/tables/nova-cells.xml:62(td) +#: ./doc/common/tables/nova-cells.xml:76(td) msgid "(StrOpt) Manager for cells" msgstr "" -#: ./doc/common/tables/nova-cells.xml:66(td) +#: ./doc/common/tables/nova-cells.xml:80(td) msgid "(IntOpt) Maximum number of hops for cells routing." msgstr "" -#: ./doc/common/tables/nova-cells.xml:70(td) +#: ./doc/common/tables/nova-cells.xml:84(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 "" -#: ./doc/common/tables/nova-cells.xml:73(replaceable) ./doc/common/tables/nova-scheduler.xml:171(replaceable) +#: ./doc/common/tables/nova-cells.xml:87(replaceable) ./doc/common/tables/nova-scheduler.xml:189(replaceable) msgid "-10000.0" msgstr "" -#: ./doc/common/tables/nova-cells.xml:74(td) +#: ./doc/common/tables/nova-cells.xml:88(td) msgid "(FloatOpt) Multiplier used to weigh mute children. (The value should be negative.)" msgstr "" -#: ./doc/common/tables/nova-cells.xml:77(replaceable) ./doc/common/tables/neutron-agent.xml:44(replaceable) ./doc/common/tables/nova-network.xml:41(replaceable) ./doc/common/tables/nova-network.xml:217(replaceable) ./doc/common/tables/manila-common.xml:117(replaceable) ./doc/common/tables/nova-availabilityzones.xml:21(replaceable) ./doc/common/tables/manila-compute.xml:33(replaceable) ./doc/common/tables/cinder-common.xml:209(replaceable) ./doc/common/tables/ceilometer-exchange.xml:61(replaceable) +#: ./doc/common/tables/nova-cells.xml:91(replaceable) ./doc/common/tables/neutron-agent.xml:44(replaceable) ./doc/common/tables/nova-network.xml:59(replaceable) ./doc/common/tables/nova-network.xml:235(replaceable) ./doc/common/tables/manila-common.xml:135(replaceable) ./doc/common/tables/nova-availabilityzones.xml:39(replaceable) ./doc/common/tables/manila-compute.xml:51(replaceable) ./doc/common/tables/cinder-common.xml:227(replaceable) ./doc/common/tables/ceilometer-exchange.xml:79(replaceable) msgid "nova" msgstr "" -#: ./doc/common/tables/nova-cells.xml:78(td) +#: ./doc/common/tables/nova-cells.xml:92(td) msgid "(StrOpt) Name of this cell" msgstr "" -#: ./doc/common/tables/nova-cells.xml:82(td) +#: ./doc/common/tables/nova-cells.xml:96(td) msgid "(FloatOpt) Multiplier used to weigh offset weigher." msgstr "" -#: ./doc/common/tables/nova-cells.xml:86(td) +#: ./doc/common/tables/nova-cells.xml:100(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/nova-cells.xml:103(replaceable) msgid "cells" msgstr "" -#: ./doc/common/tables/nova-cells.xml:90(td) +#: ./doc/common/tables/nova-cells.xml:104(td) msgid "(StrOpt) The topic cells nodes listen on" msgstr "" @@ -12830,11 +12902,11 @@ msgstr "" msgid "Chunk size to read from clients" msgstr "" -#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:45(td) ./doc/common/tables/swift-account-server-account-replicator.xml:29(td) +#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:45(td) msgid "Time in seconds that must elapse since the last error for a node to be considered no longer error limited" msgstr "" -#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:49(td) ./doc/common/tables/swift-account-server-account-replicator.xml:33(td) +#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:49(td) msgid "Error count to consider a node error limited" msgstr "" @@ -12962,7 +13034,7 @@ msgstr "" msgid "(StrOpt) The admin project domain name" msgstr "" -#: ./doc/common/tables/neutron-lbaas.xml:72(replaceable) ./doc/common/tables/neutron-lbaas.xml:133(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:41(replaceable) ./doc/common/tables/trove-api.xml:81(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:33(replaceable) +#: ./doc/common/tables/neutron-lbaas.xml:72(replaceable) ./doc/common/tables/neutron-lbaas.xml:133(replaceable) ./doc/common/tables/neutron-ml2_fslsdn.xml:41(replaceable) ./doc/common/tables/trove-api.xml:99(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:33(replaceable) msgid "RegionOne" msgstr "" @@ -12998,59 +13070,67 @@ msgstr "" msgid "(StrOpt) Absolute path to the certificate storage directory. Defaults to env[OS_LBAAS_TLS_STORAGE]." msgstr "" -#: ./doc/common/tables/cinder-drbd.xml:7(caption) +#: ./doc/common/tables/cinder-drbd.xml:25(caption) msgid "Description of DRBD configuration options" msgstr "" -#: ./doc/common/tables/cinder-drbd.xml:22(td) -msgid "(BoolOpt) If set, the c-vol node will receive a useable /dev/drbdX device, even if the actual data is stored on other nodes only. This is useful for debugging, maintenance, and to be able to do the iSCSI export from the c-vol node." -msgstr "" - -#: ./doc/common/tables/cinder-drbd.xml:30(td) +#: ./doc/common/tables/cinder-drbd.xml:40(td) msgid "(StrOpt) Number of nodes that should replicate the data." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:7(caption) +#: ./doc/common/tables/swift-rsyncd-object6020.xml:8(literal) +msgid "[object6020]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6020.xml:20(replaceable) +msgid "/var/lock/object6020.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6020.xml:28(replaceable) +msgid "/srv/2/node/" +msgstr "" + +#: ./doc/common/tables/ceilometer-service_types.xml:25(caption) msgid "Description of service types configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:18(th) +#: ./doc/common/tables/ceilometer-service_types.xml:36(th) msgid "[service_types]" msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-service_types.xml:39(replaceable) msgid "image" msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:22(td) +#: ./doc/common/tables/ceilometer-service_types.xml:40(td) msgid "(StrOpt) Glance service type." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-service_types.xml:43(replaceable) msgid "energy" msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:26(td) +#: ./doc/common/tables/ceilometer-service_types.xml:44(td) msgid "(StrOpt) Kwapi service type." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:30(td) +#: ./doc/common/tables/ceilometer-service_types.xml:48(td) msgid "(StrOpt) Neutron service type." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:34(td) +#: ./doc/common/tables/ceilometer-service_types.xml:52(td) msgid "(StrOpt) Nova service type." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:37(replaceable) ./doc/common/tables/ceilometer-service_types.xml:41(replaceable) ./doc/common/tables/trove-swift.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-service_types.xml:55(replaceable) ./doc/common/tables/ceilometer-service_types.xml:59(replaceable) ./doc/common/tables/trove-swift.xml:43(replaceable) msgid "object-store" msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:38(td) +#: ./doc/common/tables/ceilometer-service_types.xml:56(td) msgid "(StrOpt) Radosgw service type." msgstr "" -#: ./doc/common/tables/ceilometer-service_types.xml:42(td) +#: ./doc/common/tables/ceilometer-service_types.xml:60(td) msgid "(StrOpt) Swift service type." msgstr "" @@ -13058,127 +13138,127 @@ msgstr "" msgid "[container-reconciler]" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:7(caption) +#: ./doc/common/tables/cinder-infortrend.xml:25(caption) msgid "Description of Infortrend volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:22(td) +#: ./doc/common/tables/cinder-infortrend.xml:40(td) msgid "(IntOpt) Maximum retry time for cli. Default is 5." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:25(replaceable) +#: ./doc/common/tables/cinder-infortrend.xml:43(replaceable) msgid "/opt/bin/Infortrend/raidcmd_ESDS10.jar" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:26(td) +#: ./doc/common/tables/cinder-infortrend.xml:44(td) msgid "(StrOpt) The Infortrend CLI absolute path. By default, it is at /opt/bin/Infortrend/raidcmd_ESDS10.jar" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:30(td) +#: ./doc/common/tables/cinder-infortrend.xml:48(td) msgid "(IntOpt) Default timeout for CLI copy operations in minutes. Support: migrate volume, create cloned volume and create volume from snapshot. By Default, it is 30 minutes." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:34(td) +#: ./doc/common/tables/cinder-infortrend.xml:52(td) msgid "(StrOpt) Infortrend raid pool name list. It is separated with comma." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:37(replaceable) +#: ./doc/common/tables/cinder-infortrend.xml:55(replaceable) msgid "full" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:38(td) +#: ./doc/common/tables/cinder-infortrend.xml:56(td) msgid "(StrOpt) Let the volume use specific provisioning. By default, it is the full provisioning. The supported options are full or thin." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:41(replaceable) ./doc/common/tables/cinder-infortrend.xml:45(replaceable) +#: ./doc/common/tables/cinder-infortrend.xml:59(replaceable) ./doc/common/tables/cinder-infortrend.xml:63(replaceable) msgid "0,1,2,3,4,5,6,7" msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:42(td) +#: ./doc/common/tables/cinder-infortrend.xml:60(td) msgid "(StrOpt) Infortrend raid channel ID list on Slot A for OpenStack usage. It is separated with comma. By default, it is the channel 0~7." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:46(td) +#: ./doc/common/tables/cinder-infortrend.xml:64(td) msgid "(StrOpt) Infortrend raid channel ID list on Slot B for OpenStack usage. It is separated with comma. By default, it is the channel 0~7." msgstr "" -#: ./doc/common/tables/cinder-infortrend.xml:50(td) +#: ./doc/common/tables/cinder-infortrend.xml:68(td) msgid "(StrOpt) Let the volume use specific tiering level. By default, it is the level 0. The supported levels are 0,2,3,4." msgstr "" -#: ./doc/common/tables/ceilometer-rgw.xml:7(caption) +#: ./doc/common/tables/ceilometer-rgw.xml:25(caption) msgid "Description of Rados gateway configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-rgw.xml:18(th) +#: ./doc/common/tables/ceilometer-rgw.xml:36(th) msgid "[rgw_admin_credentials]" msgstr "" -#: ./doc/common/tables/ceilometer-rgw.xml:22(td) +#: ./doc/common/tables/ceilometer-rgw.xml:40(td) msgid "(StrOpt) Access key for Radosgw Admin." msgstr "" -#: ./doc/common/tables/ceilometer-rgw.xml:26(td) +#: ./doc/common/tables/ceilometer-rgw.xml:44(td) msgid "(StrOpt) Secret key for Radosgw Admin." msgstr "" -#: ./doc/common/tables/ironic-dhcp.xml:7(caption) +#: ./doc/common/tables/ironic-dhcp.xml:25(caption) msgid "Description of DHCP configuration options" msgstr "" -#: ./doc/common/tables/ironic-dhcp.xml:18(th) +#: ./doc/common/tables/ironic-dhcp.xml:36(th) msgid "[dhcp]" msgstr "" -#: ./doc/common/tables/ironic-dhcp.xml:21(replaceable) ./doc/common/tables/neutron-amqp.xml:21(replaceable) ./doc/common/tables/manila-share.xml:165(replaceable) ./doc/common/tables/ceilometer-exchange.xml:57(replaceable) +#: ./doc/common/tables/ironic-dhcp.xml:39(replaceable) ./doc/common/tables/neutron-amqp.xml:21(replaceable) ./doc/common/tables/manila-share.xml:183(replaceable) ./doc/common/tables/ceilometer-exchange.xml:75(replaceable) msgid "neutron" msgstr "" -#: ./doc/common/tables/ironic-dhcp.xml:22(td) +#: ./doc/common/tables/ironic-dhcp.xml:40(td) msgid "(StrOpt) DHCP provider to use. \"neutron\" uses Neutron, and \"none\" uses a no-op provider." msgstr "" -#: ./doc/common/tables/manila-huawei.xml:7(caption) +#: ./doc/common/tables/manila-huawei.xml:25(caption) msgid "Description of Huawei Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-huawei.xml:21(replaceable) +#: ./doc/common/tables/manila-huawei.xml:39(replaceable) msgid "/etc/manila/manila_huawei_conf.xml" msgstr "" -#: ./doc/common/tables/manila-huawei.xml:22(td) +#: ./doc/common/tables/manila-huawei.xml:40(td) msgid "(StrOpt) The configuration file for the Manila Huawei driver." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:7(caption) +#: ./doc/common/tables/trove-db_percona.xml:25(caption) msgid "Description of Percona database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:18(th) +#: ./doc/common/tables/trove-db_percona.xml:36(th) msgid "[percona]" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:45(replaceable) +#: ./doc/common/tables/trove-db_percona.xml:63(replaceable) msgid "NETOU7897NNLOU" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:46(td) +#: ./doc/common/tables/trove-db_percona.xml:64(td) msgid "(StrOpt) Password for replication slave user." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:53(replaceable) ./doc/common/tables/trove-db_pxc.xml:69(replaceable) +#: ./doc/common/tables/trove-db_percona.xml:71(replaceable) ./doc/common/tables/trove-db_pxc.xml:87(replaceable) msgid "slave_user" msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:54(td) ./doc/common/tables/trove-db_pxc.xml:70(td) +#: ./doc/common/tables/trove-db_percona.xml:72(td) ./doc/common/tables/trove-db_pxc.xml:88(td) msgid "(StrOpt) Userid for replication slave." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:62(td) +#: ./doc/common/tables/trove-db_percona.xml:80(td) msgid "(StrOpt) Root controller implementation for percona." msgstr "" -#: ./doc/common/tables/trove-db_percona.xml:77(replaceable) ./doc/common/tables/trove-db_pxc.xml:97(replaceable) +#: ./doc/common/tables/trove-db_percona.xml:95(replaceable) ./doc/common/tables/trove-db_pxc.xml:115(replaceable) msgid "450" msgstr "" @@ -13246,127 +13326,127 @@ msgstr "" msgid "(StrOpt) Location to store IPv6 RA config files" msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:7(caption) +#: ./doc/common/tables/trove-db_db2.xml:25(caption) msgid "Description of DB2 database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:18(th) +#: ./doc/common/tables/trove-db_db2.xml:36(th) msgid "[db2]" msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:37(replaceable) +#: ./doc/common/tables/trove-db_db2.xml:55(replaceable) msgid "PUBLIC, DB2INST1" msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:38(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:26(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:30(td) ./doc/common/tables/trove-db_postgresql.xml:38(td) ./doc/common/tables/trove-db_postgresql.xml:42(td) +#: ./doc/common/tables/trove-db_db2.xml:56(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:26(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:30(td) ./doc/common/tables/trove-db_postgresql.xml:56(td) ./doc/common/tables/trove-db_postgresql.xml:60(td) msgid "(ListOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:41(replaceable) +#: ./doc/common/tables/trove-db_db2.xml:59(replaceable) msgid "/home/db2inst1/db2inst1" msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:54(td) +#: ./doc/common/tables/trove-db_db2.xml:72(td) msgid "(StrOpt) Root controller implementation for db2." msgstr "" -#: ./doc/common/tables/trove-db_db2.xml:61(replaceable) +#: ./doc/common/tables/trove-db_db2.xml:79(replaceable) msgid "50000" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:18(th) ./doc/common/tables/nova-glance.xml:25(th) +#: ./doc/common/tables/ironic-glance.xml:36(th) ./doc/common/tables/nova-glance.xml:43(th) msgid "[glance]" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:22(td) +#: ./doc/common/tables/ironic-glance.xml:40(td) msgid "(ListOpt) A list of URL schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file]." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:26(td) +#: ./doc/common/tables/ironic-glance.xml:44(td) msgid "(StrOpt) Authentication strategy to use when connecting to glance. Only \"keystone\" and \"noauth\" are currently supported by ironic." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:30(td) +#: ./doc/common/tables/ironic-glance.xml:48(td) msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to glance." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:34(td) +#: ./doc/common/tables/ironic-glance.xml:52(td) msgid "(ListOpt) A list of the glance api servers available to ironic. Prefix with https:// for SSL-based glance API servers. Format is [hostname|IP]:port." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:38(td) +#: ./doc/common/tables/ironic-glance.xml:56(td) msgid "(StrOpt) Default glance hostname or IP address." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:42(td) +#: ./doc/common/tables/ironic-glance.xml:60(td) msgid "(IntOpt) Number of retries when downloading an image from glance." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:45(replaceable) ./doc/common/tables/nova-glance.xml:48(replaceable) ./doc/common/tables/cinder-images.xml:57(replaceable) +#: ./doc/common/tables/ironic-glance.xml:63(replaceable) ./doc/common/tables/nova-glance.xml:66(replaceable) ./doc/common/tables/cinder-images.xml:75(replaceable) msgid "9292" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:46(td) +#: ./doc/common/tables/ironic-glance.xml:64(td) msgid "(IntOpt) Default glance port." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:50(td) ./doc/common/tables/nova-glance.xml:53(td) +#: ./doc/common/tables/ironic-glance.xml:68(td) ./doc/common/tables/nova-glance.xml:71(td) msgid "(StrOpt) Default protocol to use when connecting to glance. Set to https for SSL." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:54(td) +#: ./doc/common/tables/ironic-glance.xml:72(td) msgid "(StrOpt) The account that Glance uses to communicate with Swift. The format is \"AUTH_uuid\". \"uuid\" is the UUID for the account configured in the glance-api.conf. Required for temporary URLs. For example: \"AUTH_a422b2-91f3-2f46-74b7-d7c9e8958f5d30\". Swift temporary URL format: \"endpoint_url/api_version/account/container/object_id\"" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:57(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:20(replaceable) ./doc/common/tables/ironic-agent.xml:21(replaceable) +#: ./doc/common/tables/ironic-glance.xml:75(replaceable) ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:24(replaceable) ./doc/common/tables/ironic-agent.xml:39(replaceable) msgid "v1" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:58(td) +#: ./doc/common/tables/ironic-glance.xml:76(td) msgid "(StrOpt) The Swift API version to create a temporary URL for. Defaults to \"v1\". Swift temporary URL format: \"endpoint_url/api_version/account/container/object_id\"" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:61(replaceable) ./doc/common/tables/ceilometer-exchange.xml:33(replaceable) +#: ./doc/common/tables/ironic-glance.xml:79(replaceable) ./doc/common/tables/ceilometer-exchange.xml:51(replaceable) msgid "glance" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:62(td) +#: ./doc/common/tables/ironic-glance.xml:80(td) msgid "(StrOpt) The Swift container Glance is configured to store its images in. Defaults to \"glance\", which is the default in glance-api.conf. Swift temporary URL format: \"endpoint_url/api_version/account/container/object_id\"" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:66(td) +#: ./doc/common/tables/ironic-glance.xml:84(td) msgid "(StrOpt) The \"endpoint\" (scheme, hostname, optional port) for the Swift URL of the form \"endpoint_url/api_version/account/container/object_id\". Do not include trailing \"/\". For example, use \"https://swift.example.com\". Required for temporary URLs." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:70(td) +#: ./doc/common/tables/ironic-glance.xml:88(td) msgid "(IntOpt) This should match a config by the same name in the Glance configuration file. When set to 0, a single-tenant store will only use one container to store all images. When set to an integer value between 1 and 32, a single-tenant store will use multiple containers to store images, and this value will determine how many containers are created." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:73(replaceable) +#: ./doc/common/tables/ironic-glance.xml:91(replaceable) msgid "1200" msgstr "" -#: ./doc/common/tables/ironic-glance.xml:74(td) +#: ./doc/common/tables/ironic-glance.xml:92(td) msgid "(IntOpt) The length of time in seconds that the temporary URL will be valid for. Defaults to 20 minutes. If some deploys get a 401 response code when trying to download from the temporary URL, try raising this duration." msgstr "" -#: ./doc/common/tables/ironic-glance.xml:78(td) +#: ./doc/common/tables/ironic-glance.xml:96(td) msgid "(StrOpt) The secret token given to Swift to allow temporary URL downloads. Required for temporary URLs." msgstr "" -#: ./doc/common/tables/ironic-virtualbox.xml:7(caption) +#: ./doc/common/tables/ironic-virtualbox.xml:25(caption) msgid "Description of VirtualBox configuration options" msgstr "" -#: ./doc/common/tables/ironic-virtualbox.xml:18(th) +#: ./doc/common/tables/ironic-virtualbox.xml:36(th) msgid "[virtualbox]" msgstr "" -#: ./doc/common/tables/ironic-virtualbox.xml:21(replaceable) +#: ./doc/common/tables/ironic-virtualbox.xml:39(replaceable) msgid "18083" msgstr "" -#: ./doc/common/tables/ironic-virtualbox.xml:22(td) +#: ./doc/common/tables/ironic-virtualbox.xml:40(td) msgid "(IntOpt) Port on which VirtualBox web service is listening." msgstr "" @@ -13395,46 +13475,46 @@ msgid "(IntOpt) Initial interval in seconds for checking if pluto daemon is shut msgstr "" #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml:20(replaceable) -msgid "catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit tempauth container-quotas account-quotas slo dlo proxy-logging proxy-server" +msgid "catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit tempauth container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server" msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:7(caption) +#: ./doc/common/tables/manila-hdfs.xml:25(caption) msgid "Description of HDFS Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:22(td) +#: ./doc/common/tables/manila-hdfs.xml:40(td) msgid "(StrOpt) The IP of the HDFS namenode." msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:25(replaceable) +#: ./doc/common/tables/manila-hdfs.xml:43(replaceable) msgid "9000" msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:26(td) +#: ./doc/common/tables/manila-hdfs.xml:44(td) msgid "(IntOpt) The port of HDFS namenode service." msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:30(td) +#: ./doc/common/tables/manila-hdfs.xml:48(td) msgid "(StrOpt) HDFS namenode ssh login name." msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:34(td) +#: ./doc/common/tables/manila-hdfs.xml:52(td) msgid "(IntOpt) HDFS namenode SSH port." msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:38(td) +#: ./doc/common/tables/manila-hdfs.xml:56(td) msgid "(StrOpt) Path to HDFS namenode SSH private key for login." msgstr "" -#: ./doc/common/tables/manila-hdfs.xml:42(td) +#: ./doc/common/tables/manila-hdfs.xml:60(td) msgid "(StrOpt) HDFS namenode SSH login password, This parameter is not necessary, if 'hdfs_ssh_private_key' is configured." msgstr "" -#: ./doc/common/tables/cinder-pure.xml:7(caption) +#: ./doc/common/tables/cinder-pure.xml:25(caption) msgid "Description of Pure Storage driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-pure.xml:22(td) +#: ./doc/common/tables/cinder-pure.xml:40(td) msgid "(StrOpt) REST API authorization token." msgstr "" @@ -13458,7 +13538,7 @@ msgstr "" msgid "(ListOpt) Supported PCI vendor devices, defined by vendor_id:product_id according to the PCI ID Repository. Default enables support for Intel and Mellanox SR-IOV capable NICs" msgstr "" -#: ./doc/common/tables/neutron-agent.xml:7(caption) ./doc/common/tables/ironic-agent.xml:7(caption) +#: ./doc/common/tables/neutron-agent.xml:7(caption) ./doc/common/tables/ironic-agent.xml:25(caption) msgid "Description of agent configuration options" msgstr "" @@ -13482,7 +13562,7 @@ msgstr "" msgid "(StrOpt) Driver used for ipv6 prefix delegation. This needs to be an entry point defined in the neutron.agent.linux.pd_drivers namespace. See setup.cfg for entry points included with the neutron source." msgstr "" -#: ./doc/common/tables/neutron-agent.xml:34(td) ./doc/common/tables/nova-common.xml:86(td) +#: ./doc/common/tables/neutron-agent.xml:34(td) ./doc/common/tables/nova-common.xml:104(td) msgid "(BoolOpt) Start and use a daemon that can run the commands that need to be run with root privileges. This option is usually enabled on nodes that run nova compute processes" msgstr "" @@ -13502,679 +13582,683 @@ msgstr "" msgid "(ListOpt) List of <physical_network>:<physical_interface>" msgstr "" -#: ./doc/common/tables/glance-common.xml:22(td) +#: ./doc/common/tables/glance-common.xml:40(td) msgid "(BoolOpt) Whether to allow users to specify image properties beyond what the image schema provides" msgstr "" -#: ./doc/common/tables/glance-common.xml:26(td) +#: ./doc/common/tables/glance-common.xml:44(td) msgid "(IntOpt) Maximum permissible number of items that could be returned by a request" msgstr "" -#: ./doc/common/tables/glance-common.xml:30(td) +#: ./doc/common/tables/glance-common.xml:48(td) msgid "(IntOpt) The backlog value that will be used when creating the TCP listener socket." msgstr "" -#: ./doc/common/tables/glance-common.xml:41(replaceable) +#: ./doc/common/tables/glance-common.xml:59(replaceable) msgid "glance.db.sqlalchemy.api" msgstr "" -#: ./doc/common/tables/glance-common.xml:42(td) +#: ./doc/common/tables/glance-common.xml:60(td) msgid "(StrOpt) Python module path of data access API" msgstr "" -#: ./doc/common/tables/glance-common.xml:46(td) +#: ./doc/common/tables/glance-common.xml:64(td) msgid "(StrOpt) Digest algorithm which will be used for digital signature. Use the command \"openssl list-message-digest-algorithms\" to get the available algorithmssupported by the version of OpenSSL on the platform. Examples are \"sha1\", \"sha256\", \"sha512\", etc." msgstr "" -#: ./doc/common/tables/glance-common.xml:54(td) +#: ./doc/common/tables/glance-common.xml:72(td) msgid "(IntOpt) Maximum number of locations allowed on an image. Negative values evaluate to unlimited." msgstr "" -#: ./doc/common/tables/glance-common.xml:58(td) +#: ./doc/common/tables/glance-common.xml:76(td) msgid "(IntOpt) Maximum number of image members per image. Negative values evaluate to unlimited." msgstr "" -#: ./doc/common/tables/glance-common.xml:62(td) +#: ./doc/common/tables/glance-common.xml:80(td) msgid "(IntOpt) Maximum number of properties allowed on an image. Negative values evaluate to unlimited." msgstr "" -#: ./doc/common/tables/glance-common.xml:66(td) +#: ./doc/common/tables/glance-common.xml:84(td) msgid "(IntOpt) Maximum number of tags allowed on an image. Negative values evaluate to unlimited." msgstr "" -#: ./doc/common/tables/glance-common.xml:70(td) +#: ./doc/common/tables/glance-common.xml:88(td) msgid "(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request" msgstr "" -#: ./doc/common/tables/glance-common.xml:78(td) +#: ./doc/common/tables/glance-common.xml:96(td) msgid "(StrOpt) AES key for encrypting store 'location' metadata. This includes, if used, Swift or S3 credentials. Should be set to a random string of length 16, 24 or 32 bytes" msgstr "" -#: ./doc/common/tables/glance-common.xml:81(replaceable) +#: ./doc/common/tables/glance-common.xml:99(replaceable) msgid "/etc/glance/metadefs/" msgstr "" -#: ./doc/common/tables/glance-common.xml:82(td) +#: ./doc/common/tables/glance-common.xml:100(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" -#: ./doc/common/tables/glance-common.xml:86(td) +#: ./doc/common/tables/glance-common.xml:104(td) msgid "(StrOpt) The location of the property protection file.This file contains the rules for property protections and the roles/policies associated with it. If this config value is not specified, by default, property protections won't be enforced. If a value is specified and the file is not found, then the glance-api service will not start." msgstr "" -#: ./doc/common/tables/glance-common.xml:89(replaceable) +#: ./doc/common/tables/glance-common.xml:107(replaceable) msgid "roles" msgstr "" -#: ./doc/common/tables/glance-common.xml:90(td) +#: ./doc/common/tables/glance-common.xml:108(td) msgid "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are used in the property protection file." msgstr "" -#: ./doc/common/tables/glance-common.xml:94(td) +#: ./doc/common/tables/glance-common.xml:112(td) msgid "(BoolOpt) Whether to include the backend image storage location in image properties. Revealing storage location can be a security risk, so use this setting with caution!" msgstr "" -#: ./doc/common/tables/glance-common.xml:98(td) +#: ./doc/common/tables/glance-common.xml:116(td) msgid "(StrOpt) Set a system wide quota for every user. This value is the total capacity that a user can use across all storage systems. A value of 0 means unlimited.Optional unit can be specified for the value. Accepted units are B, KB, MB, GB and TB representing Bytes, KiloBytes, MegaBytes, GigaBytes and TeraBytes respectively. If no unit is specified then Bytes is assumed. Note that there should not be any space between value and unit and units are case sensitive." msgstr "" -#: ./doc/common/tables/glance-common.xml:102(td) +#: ./doc/common/tables/glance-common.xml:120(td) msgid "(IntOpt) The number of child process workers that will be created to service requests. The default will be equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/glance-common.xml:112(th) +#: ./doc/common/tables/glance-common.xml:130(th) msgid "[image_format]" msgstr "" -#: ./doc/common/tables/glance-common.xml:115(replaceable) +#: ./doc/common/tables/glance-common.xml:133(replaceable) msgid "ami, ari, aki, bare, ovf, ova" msgstr "" -#: ./doc/common/tables/glance-common.xml:116(td) +#: ./doc/common/tables/glance-common.xml:134(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml:119(replaceable) +#: ./doc/common/tables/glance-common.xml:137(replaceable) msgid "ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" -#: ./doc/common/tables/glance-common.xml:120(td) +#: ./doc/common/tables/glance-common.xml:138(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" -#: ./doc/common/tables/glance-common.xml:130(th) +#: ./doc/common/tables/glance-common.xml:148(th) msgid "[task]" msgstr "" -#: ./doc/common/tables/glance-common.xml:133(replaceable) +#: ./doc/common/tables/glance-common.xml:151(replaceable) msgid "taskflow" msgstr "" -#: ./doc/common/tables/glance-common.xml:134(td) +#: ./doc/common/tables/glance-common.xml:152(td) msgid "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" -#: ./doc/common/tables/glance-common.xml:137(replaceable) +#: ./doc/common/tables/glance-common.xml:155(replaceable) msgid "48" msgstr "" -#: ./doc/common/tables/glance-common.xml:138(td) +#: ./doc/common/tables/glance-common.xml:156(td) msgid "(IntOpt) Time in hours for which a task lives after, either succeeding or failing" msgstr "" -#: ./doc/common/tables/glance-common.xml:142(td) +#: ./doc/common/tables/glance-common.xml:160(td) msgid "(StrOpt) Work dir for asynchronous task operations. The directory set here will be used to operate over images - normally before they are imported in the destination store. When providing work dir, make sure enough space is provided for concurrent tasks to run efficiently without running out of space. A rough estimation can be done by multiplying the number of `max_workers` - or the N of workers running - by an average image size (e.g 500MB). The image size estimation should be done based on the average size in your deployment. Note that depending on the tasks running you may need to multiply this number by some factor depending on what the task does. For example, you may want to double the available size if image conversion is enabled. All this being said, remember these are just estimations and you should do them based on the worst case scenario and be prepared to act in case they were wrong." msgstr "" -#: ./doc/common/tables/heat-api.xml:22(td) +#: ./doc/common/tables/heat-api.xml:40(td) msgid "(IntOpt) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries." msgstr "" -#: ./doc/common/tables/heat-api.xml:26(td) +#: ./doc/common/tables/heat-api.xml:44(td) msgid "(BoolOpt) Enable the preview Stack Abandon feature." msgstr "" -#: ./doc/common/tables/heat-api.xml:30(td) +#: ./doc/common/tables/heat-api.xml:48(td) msgid "(BoolOpt) Enable the preview Stack Adopt feature." msgstr "" -#: ./doc/common/tables/heat-api.xml:34(td) +#: ./doc/common/tables/heat-api.xml:52(td) msgid "(BoolOpt) Encrypt template parameters that were marked as hidden and also all the resource properties before storing them in database." msgstr "" -#: ./doc/common/tables/heat-api.xml:41(replaceable) +#: ./doc/common/tables/heat-api.xml:59(replaceable) msgid "heat_stack_user" msgstr "" -#: ./doc/common/tables/heat-api.xml:42(td) +#: ./doc/common/tables/heat-api.xml:60(td) msgid "(StrOpt) Keystone role for heat template-defined users." msgstr "" -#: ./doc/common/tables/heat-api.xml:50(td) ./doc/common/tables/heat-cloudwatch_api.xml:26(td) +#: ./doc/common/tables/heat-api.xml:68(td) ./doc/common/tables/heat-cloudwatch_api.xml:44(td) msgid "(StrOpt) URL of the Heat CloudWatch server." msgstr "" -#: ./doc/common/tables/heat-api.xml:54(td) +#: ./doc/common/tables/heat-api.xml:71(replaceable) ./doc/common/tables/sahara-common.xml:95(replaceable) +msgid "data-processing-cluster" +msgstr "" + +#: ./doc/common/tables/heat-api.xml:72(td) msgid "(ListOpt) Stacks containing these tag names will be hidden. Multiple tags should be given in a comma-delimited list (eg. hidden_stack_tags=hide_me,me_too)." msgstr "" -#: ./doc/common/tables/heat-api.xml:57(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:32(replaceable) +#: ./doc/common/tables/heat-api.xml:75(replaceable) ./doc/common/tables/swift-swift-storage-policy-2.xml:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-slo.xml:32(replaceable) msgid "1048576" msgstr "" -#: ./doc/common/tables/heat-api.xml:58(td) +#: ./doc/common/tables/heat-api.xml:76(td) msgid "(IntOpt) Maximum raw byte size of JSON request body. Should be larger than max_template_size." msgstr "" -#: ./doc/common/tables/heat-api.xml:62(td) +#: ./doc/common/tables/heat-api.xml:80(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" -#: ./doc/common/tables/heat-api.xml:66(td) +#: ./doc/common/tables/heat-api.xml:84(td) msgid "(StrOpt) The HTTP Header that will be used to determine which the original request protocol scheme was, even if it was removed by an SSL terminator proxy." msgstr "" -#: ./doc/common/tables/heat-api.xml:70(td) +#: ./doc/common/tables/heat-api.xml:88(td) msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)." msgstr "" -#: ./doc/common/tables/heat-api.xml:74(td) +#: ./doc/common/tables/heat-api.xml:92(td) msgid "(StrOpt) Keystone username, a user with roles sufficient to manage users and projects in the stack_user_domain." msgstr "" -#: ./doc/common/tables/heat-api.xml:78(td) +#: ./doc/common/tables/heat-api.xml:96(td) msgid "(StrOpt) Keystone password for stack_domain_admin user." msgstr "" -#: ./doc/common/tables/heat-api.xml:82(td) +#: ./doc/common/tables/heat-api.xml:100(td) msgid "(BoolOpt) When this feature is enabled, scheduler hints identifying the heat stack context of a server or volume resource are passed to the configured schedulers in nova and cinder, for creates done using heat resource types OS::Cinder::Volume, OS::Nova::Server, and AWS::EC2::Instance. heat_root_stack_id will be set to the id of the root stack of the resource, heat_stack_id will be set to the id of the resource's parent stack, heat_stack_name will be set to the name of the resource's parent stack, heat_path_in_stack will be set to a list of tuples, (stackresourcename, stackname) with list[0] being (None, rootstackname), heat_resource_name will be set to the resource's name, and heat_resource_uuid will be set to the resource's orchestration id." msgstr "" -#: ./doc/common/tables/heat-api.xml:86(td) +#: ./doc/common/tables/heat-api.xml:104(td) msgid "(StrOpt) Keystone domain ID which contains heat template-defined users. If this option is set, stack_user_domain_name option will be ignored." msgstr "" -#: ./doc/common/tables/heat-api.xml:90(td) +#: ./doc/common/tables/heat-api.xml:108(td) msgid "(StrOpt) Keystone domain name which contains heat template-defined users. If `stack_user_domain_id` option is set, this option is ignored." msgstr "" -#: ./doc/common/tables/heat-api.xml:94(td) +#: ./doc/common/tables/heat-api.xml:112(td) msgid "(ListOpt) Subset of trustor roles to be delegated to heat. If left unset, all roles of a user will be delegated to heat when creating a stack." msgstr "" -#: ./doc/common/tables/heat-api.xml:97(th) +#: ./doc/common/tables/heat-api.xml:115(th) msgid "[auth_password]" msgstr "" -#: ./doc/common/tables/heat-api.xml:101(td) ./doc/common/tables/heat-api.xml:112(td) +#: ./doc/common/tables/heat-api.xml:119(td) ./doc/common/tables/heat-api.xml:130(td) msgid "(ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified." msgstr "" -#: ./doc/common/tables/heat-api.xml:105(td) ./doc/common/tables/heat-api.xml:136(td) +#: ./doc/common/tables/heat-api.xml:123(td) ./doc/common/tables/heat-api.xml:154(td) msgid "(BoolOpt) Allow orchestration of multiple clouds." msgstr "" -#: ./doc/common/tables/heat-api.xml:108(th) +#: ./doc/common/tables/heat-api.xml:126(th) msgid "[ec2authtoken]" msgstr "" -#: ./doc/common/tables/heat-api.xml:116(td) +#: ./doc/common/tables/heat-api.xml:134(td) msgid "(StrOpt) Authentication Endpoint URI." msgstr "" -#: ./doc/common/tables/heat-api.xml:139(th) +#: ./doc/common/tables/heat-api.xml:157(th) msgid "[eventlet_opts]" msgstr "" -#: ./doc/common/tables/heat-api.xml:150(th) +#: ./doc/common/tables/heat-api.xml:168(th) msgid "[heat_api]" msgstr "" -#: ./doc/common/tables/heat-api.xml:161(replaceable) +#: ./doc/common/tables/heat-api.xml:179(replaceable) msgid "8004" msgstr "" -#: ./doc/common/tables/heat-api.xml:222(td) +#: ./doc/common/tables/heat-api.xml:240(td) msgid "(StrOpt) The API paste config file to use." msgstr "" -#: ./doc/common/tables/heat-api.xml:226(td) +#: ./doc/common/tables/heat-api.xml:244(td) msgid "(StrOpt) The flavor to use." msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:7(caption) +#: ./doc/common/tables/ironic-irmc.xml:25(caption) msgid "Description of iRMC configuration options" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:18(th) +#: ./doc/common/tables/ironic-irmc.xml:36(th) msgid "[irmc]" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:21(replaceable) ./doc/common/tables/keystone-amqp.xml:33(replaceable) +#: ./doc/common/tables/ironic-irmc.xml:39(replaceable) ./doc/common/tables/keystone-amqp.xml:51(replaceable) msgid "basic" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:22(td) +#: ./doc/common/tables/ironic-irmc.xml:40(td) msgid "(StrOpt) Authentication method to be used for iRMC operations, either \"basic\" or \"digest\"" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:26(td) +#: ./doc/common/tables/ironic-irmc.xml:44(td) msgid "(IntOpt) Timeout (in seconds) for iRMC operations" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:30(td) +#: ./doc/common/tables/ironic-irmc.xml:48(td) msgid "(IntOpt) Port to be used for iRMC operations, either 80 or 443" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:34(td) +#: ./doc/common/tables/ironic-irmc.xml:52(td) msgid "(StrOpt) IP of remote image server" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:37(replaceable) +#: ./doc/common/tables/ironic-irmc.xml:55(replaceable) msgid "share" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:38(td) +#: ./doc/common/tables/ironic-irmc.xml:56(td) msgid "(StrOpt) share name of remote_image_server" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:41(replaceable) +#: ./doc/common/tables/ironic-irmc.xml:59(replaceable) msgid "/remote_image_share_root" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:42(td) +#: ./doc/common/tables/ironic-irmc.xml:60(td) msgid "(StrOpt) Ironic conductor node's \"NFS\" or \"CIFS\" root path" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:45(replaceable) +#: ./doc/common/tables/ironic-irmc.xml:63(replaceable) msgid "CIFS" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:46(td) +#: ./doc/common/tables/ironic-irmc.xml:64(td) msgid "(StrOpt) Share type of virtual media, either \"NFS\" or \"CIFS\"" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:50(td) +#: ./doc/common/tables/ironic-irmc.xml:68(td) msgid "(StrOpt) Domain name of remote_image_user_name" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:54(td) +#: ./doc/common/tables/ironic-irmc.xml:72(td) msgid "(StrOpt) User name of remote_image_server" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:58(td) +#: ./doc/common/tables/ironic-irmc.xml:76(td) msgid "(StrOpt) Password of remote_image_user_name" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:61(replaceable) +#: ./doc/common/tables/ironic-irmc.xml:79(replaceable) msgid "ipmitool" msgstr "" -#: ./doc/common/tables/ironic-irmc.xml:62(td) +#: ./doc/common/tables/ironic-irmc.xml:80(td) msgid "(StrOpt) Sensor data retrieval method, either \"ipmitool\" or \"scci\"" msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:7(caption) +#: ./doc/common/tables/ceilometer-xenapi.xml:25(caption) msgid "Description of XenAPI configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:18(th) +#: ./doc/common/tables/ceilometer-xenapi.xml:36(th) msgid "[xenapi]" msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:22(td) +#: ./doc/common/tables/ceilometer-xenapi.xml:40(td) msgid "(StrOpt) Password for connection to XenServer/Xen Cloud Platform." msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:26(td) +#: ./doc/common/tables/ceilometer-xenapi.xml:44(td) msgid "(StrOpt) URL for connection to XenServer/Xen Cloud Platform." msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:30(td) +#: ./doc/common/tables/ceilometer-xenapi.xml:48(td) msgid "(StrOpt) Username for connection to XenServer/Xen Cloud Platform." msgstr "" -#: ./doc/common/tables/ceilometer-xenapi.xml:34(td) ./doc/common/tables/nova-xen.xml:136(td) +#: ./doc/common/tables/ceilometer-xenapi.xml:52(td) ./doc/common/tables/nova-xen.xml:154(td) msgid "(IntOpt) Timeout in seconds for XenAPI login." msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:7(caption) +#: ./doc/common/tables/cinder-flashsystem.xml:25(caption) msgid "Description of IBM FlashSystem volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:21(replaceable) +#: ./doc/common/tables/cinder-flashsystem.xml:39(replaceable) msgid "FC" msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:22(td) +#: ./doc/common/tables/cinder-flashsystem.xml:40(td) msgid "(StrOpt) Connection protocol should be FC. (Default is FC.)" msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:26(td) +#: ./doc/common/tables/cinder-flashsystem.xml:44(td) msgid "(IntOpt) Default iSCSI Port ID of FlashSystem. (Default port is 0.)" msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:30(td) +#: ./doc/common/tables/cinder-flashsystem.xml:48(td) msgid "(BoolOpt) Allows vdisk to multi host mapping. (Default is True)" msgstr "" -#: ./doc/common/tables/cinder-flashsystem.xml:34(td) +#: ./doc/common/tables/cinder-flashsystem.xml:52(td) msgid "(BoolOpt) Connect with multipath (FC only).(Default is false.)" msgstr "" -#: ./doc/common/tables/nova-network.xml:22(td) +#: ./doc/common/tables/nova-network.xml:40(td) msgid "(BoolOpt) Whether to allow network traffic from same network" msgstr "" -#: ./doc/common/tables/nova-network.xml:26(td) +#: ./doc/common/tables/nova-network.xml:44(td) msgid "(BoolOpt) Autoassigning floating IP to VM" msgstr "" -#: ./doc/common/tables/nova-network.xml:30(td) +#: ./doc/common/tables/nova-network.xml:48(td) msgid "(IntOpt) Number of addresses reserved for vpn clients" msgstr "" -#: ./doc/common/tables/nova-network.xml:34(td) +#: ./doc/common/tables/nova-network.xml:52(td) msgid "(IntOpt) Number of attempts to create unique mac address" msgstr "" -#: ./doc/common/tables/nova-network.xml:38(td) +#: ./doc/common/tables/nova-network.xml:56(td) msgid "(StrOpt) Name of network to use to set access IPs for instances" msgstr "" -#: ./doc/common/tables/nova-network.xml:42(td) +#: ./doc/common/tables/nova-network.xml:60(td) msgid "(StrOpt) Default pool for floating IPs" msgstr "" -#: ./doc/common/tables/nova-network.xml:46(td) +#: ./doc/common/tables/nova-network.xml:64(td) msgid "(BoolOpt) Whether to batch up the application of IPTables rules during a host restart and apply all at the end of the init phase" msgstr "" -#: ./doc/common/tables/nova-network.xml:49(replaceable) ./doc/common/tables/sahara-common.xml:109(replaceable) +#: ./doc/common/tables/nova-network.xml:67(replaceable) ./doc/common/tables/sahara-common.xml:127(replaceable) msgid "novalocal" msgstr "" -#: ./doc/common/tables/nova-network.xml:50(td) ./doc/common/tables/neutron-common.xml:122(td) ./doc/common/tables/neutron-nsx.xml:108(td) +#: ./doc/common/tables/nova-network.xml:68(td) ./doc/common/tables/neutron-common.xml:122(td) ./doc/common/tables/neutron-nsx.xml:108(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" -#: ./doc/common/tables/nova-network.xml:54(td) +#: ./doc/common/tables/nova-network.xml:72(td) msgid "(IntOpt) Lifetime of a DHCP lease in seconds" msgstr "" -#: ./doc/common/tables/nova-network.xml:57(replaceable) +#: ./doc/common/tables/nova-network.xml:75(replaceable) msgid "$bindir/nova-dhcpbridge" msgstr "" -#: ./doc/common/tables/nova-network.xml:58(td) +#: ./doc/common/tables/nova-network.xml:76(td) msgid "(StrOpt) Location of nova-dhcpbridge" msgstr "" -#: ./doc/common/tables/nova-network.xml:61(replaceable) +#: ./doc/common/tables/nova-network.xml:79(replaceable) msgid "['/etc/nova/nova-dhcpbridge.conf']" msgstr "" -#: ./doc/common/tables/nova-network.xml:62(td) +#: ./doc/common/tables/nova-network.xml:80(td) msgid "(MultiStrOpt) Location of flagfiles for dhcpbridge" msgstr "" -#: ./doc/common/tables/nova-network.xml:66(td) +#: ./doc/common/tables/nova-network.xml:84(td) msgid "(MultiStrOpt) If set, uses specific DNS server for dnsmasq. Can be specified multiple times." msgstr "" -#: ./doc/common/tables/nova-network.xml:70(td) +#: ./doc/common/tables/nova-network.xml:88(td) msgid "(IntOpt) Number of seconds to wait between runs of updates to DNS entries." msgstr "" -#: ./doc/common/tables/nova-network.xml:78(td) +#: ./doc/common/tables/nova-network.xml:96(td) msgid "(IntOpt) Number of times to retry ebtables commands on failure." msgstr "" -#: ./doc/common/tables/nova-network.xml:82(td) +#: ./doc/common/tables/nova-network.xml:100(td) msgid "(FloatOpt) Number of seconds to wait between ebtables retries." msgstr "" -#: ./doc/common/tables/nova-network.xml:86(td) +#: ./doc/common/tables/nova-network.xml:104(td) msgid "(StrOpt) Firewall driver (defaults to hypervisor specific iptables driver)" msgstr "" -#: ./doc/common/tables/nova-network.xml:90(td) +#: ./doc/common/tables/nova-network.xml:108(td) msgid "(IntOpt) Seconds after which a deallocated IP is disassociated" msgstr "" -#: ./doc/common/tables/nova-network.xml:94(td) +#: ./doc/common/tables/nova-network.xml:112(td) msgid "(BoolOpt) Whether to attempt to inject network setup into guest" msgstr "" -#: ./doc/common/tables/nova-network.xml:98(td) +#: ./doc/common/tables/nova-network.xml:116(td) msgid "(StrOpt) FlatDhcp will bridge into this interface if set" msgstr "" -#: ./doc/common/tables/nova-network.xml:102(td) +#: ./doc/common/tables/nova-network.xml:120(td) msgid "(StrOpt) Bridge for simple network instances" msgstr "" -#: ./doc/common/tables/nova-network.xml:105(replaceable) +#: ./doc/common/tables/nova-network.xml:123(replaceable) msgid "8.8.4.4" msgstr "" -#: ./doc/common/tables/nova-network.xml:106(td) +#: ./doc/common/tables/nova-network.xml:124(td) msgid "(StrOpt) DNS server for simple network" msgstr "" -#: ./doc/common/tables/nova-network.xml:109(replaceable) ./doc/common/tables/nova-network.xml:137(replaceable) +#: ./doc/common/tables/nova-network.xml:127(replaceable) ./doc/common/tables/nova-network.xml:155(replaceable) msgid "nova.network.noop_dns_driver.NoopDNSDriver" msgstr "" -#: ./doc/common/tables/nova-network.xml:110(td) +#: ./doc/common/tables/nova-network.xml:128(td) msgid "(StrOpt) Full class name for the DNS Manager for floating IPs" msgstr "" -#: ./doc/common/tables/nova-network.xml:114(td) +#: ./doc/common/tables/nova-network.xml:132(td) msgid "(BoolOpt) If True, send a dhcp release on instance termination" msgstr "" -#: ./doc/common/tables/nova-network.xml:118(td) +#: ./doc/common/tables/nova-network.xml:136(td) msgid "(MultiStrOpt) Traffic to this range will always be snatted to the fallback ip, even if it would normally be bridged out of the node. Can be specified multiple times." msgstr "" -#: ./doc/common/tables/nova-network.xml:121(replaceable) +#: ./doc/common/tables/nova-network.xml:139(replaceable) msgid "['all']" msgstr "" -#: ./doc/common/tables/nova-network.xml:122(td) +#: ./doc/common/tables/nova-network.xml:140(td) msgid "(MultiStrOpt) An interface that bridges can forward to. If this is set to all then all traffic will be forwarded. Can be specified multiple times." msgstr "" -#: ./doc/common/tables/nova-network.xml:126(td) +#: ./doc/common/tables/nova-network.xml:144(td) msgid "(StrOpt) Default IPv4 gateway" msgstr "" -#: ./doc/common/tables/nova-network.xml:129(replaceable) +#: ./doc/common/tables/nova-network.xml:147(replaceable) msgid "$pybasedir/nova/virt/interfaces.template" msgstr "" -#: ./doc/common/tables/nova-network.xml:130(td) +#: ./doc/common/tables/nova-network.xml:148(td) msgid "(StrOpt) Template file for injected network" msgstr "" -#: ./doc/common/tables/nova-network.xml:134(td) +#: ./doc/common/tables/nova-network.xml:152(td) msgid "(StrOpt) Full class name for the DNS Zone for instance IPs" msgstr "" -#: ./doc/common/tables/nova-network.xml:138(td) +#: ./doc/common/tables/nova-network.xml:156(td) msgid "(StrOpt) Full class name for the DNS Manager for instance IPs" msgstr "" -#: ./doc/common/tables/nova-network.xml:142(td) +#: ./doc/common/tables/nova-network.xml:160(td) msgid "(StrOpt) Regular expression to match the iptables rule that should always be on the bottom." msgstr "" -#: ./doc/common/tables/nova-network.xml:145(replaceable) +#: ./doc/common/tables/nova-network.xml:163(replaceable) msgid "DROP" msgstr "" -#: ./doc/common/tables/nova-network.xml:146(td) +#: ./doc/common/tables/nova-network.xml:164(td) msgid "(StrOpt) The table that iptables to jump to when a packet is to be dropped." msgstr "" -#: ./doc/common/tables/nova-network.xml:150(td) +#: ./doc/common/tables/nova-network.xml:168(td) msgid "(StrOpt) Regular expression to match the iptables rule that should always be on the top." msgstr "" -#: ./doc/common/tables/nova-network.xml:153(replaceable) +#: ./doc/common/tables/nova-network.xml:171(replaceable) msgid "nova.network.l3.LinuxNetL3" msgstr "" -#: ./doc/common/tables/nova-network.xml:154(td) +#: ./doc/common/tables/nova-network.xml:172(td) msgid "(StrOpt) Indicates underlying L3 management library" msgstr "" -#: ./doc/common/tables/nova-network.xml:157(replaceable) +#: ./doc/common/tables/nova-network.xml:175(replaceable) msgid "nova.network.linux_net.LinuxBridgeInterfaceDriver" msgstr "" -#: ./doc/common/tables/nova-network.xml:158(td) +#: ./doc/common/tables/nova-network.xml:176(td) msgid "(StrOpt) Driver used to create ethernet devices." msgstr "" -#: ./doc/common/tables/nova-network.xml:162(td) +#: ./doc/common/tables/nova-network.xml:180(td) msgid "(StrOpt) Name of Open vSwitch bridge used with linuxnet" msgstr "" -#: ./doc/common/tables/nova-network.xml:166(td) +#: ./doc/common/tables/nova-network.xml:184(td) msgid "(BoolOpt) Default value for multi_host in networks. Also, if set, some rpc network calls will be sent directly to host." msgstr "" -#: ./doc/common/tables/nova-network.xml:170(td) +#: ./doc/common/tables/nova-network.xml:188(td) msgid "(IntOpt) Number of times to retry network allocation on failures" msgstr "" -#: ./doc/common/tables/nova-network.xml:173(replaceable) +#: ./doc/common/tables/nova-network.xml:191(replaceable) msgid "nova.network.api.API" msgstr "" -#: ./doc/common/tables/nova-network.xml:174(td) +#: ./doc/common/tables/nova-network.xml:192(td) msgid "(StrOpt) The full class name of the network API class to use" msgstr "" -#: ./doc/common/tables/nova-network.xml:178(td) +#: ./doc/common/tables/nova-network.xml:196(td) msgid "(IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU setting for network interface." msgstr "" -#: ./doc/common/tables/nova-network.xml:181(replaceable) +#: ./doc/common/tables/nova-network.xml:199(replaceable) msgid "nova.network.linux_net" msgstr "" -#: ./doc/common/tables/nova-network.xml:182(td) +#: ./doc/common/tables/nova-network.xml:200(td) msgid "(StrOpt) Driver to use for network creation" msgstr "" -#: ./doc/common/tables/nova-network.xml:185(replaceable) +#: ./doc/common/tables/nova-network.xml:203(replaceable) msgid "nova.network.manager.VlanManager" msgstr "" -#: ./doc/common/tables/nova-network.xml:186(td) +#: ./doc/common/tables/nova-network.xml:204(td) msgid "(StrOpt) Full class name for the Manager for network" msgstr "" -#: ./doc/common/tables/nova-network.xml:190(td) +#: ./doc/common/tables/nova-network.xml:208(td) msgid "(IntOpt) Number of addresses in each private subnet" msgstr "" -#: ./doc/common/tables/nova-network.xml:194(td) +#: ./doc/common/tables/nova-network.xml:212(td) msgid "(StrOpt) The topic network nodes listen on" msgstr "" -#: ./doc/common/tables/nova-network.xml:197(replaceable) +#: ./doc/common/tables/nova-network.xml:215(replaceable) msgid "$state_path/networks" msgstr "" -#: ./doc/common/tables/nova-network.xml:198(td) +#: ./doc/common/tables/nova-network.xml:216(td) msgid "(StrOpt) Location to keep network config files" msgstr "" -#: ./doc/common/tables/nova-network.xml:202(td) +#: ./doc/common/tables/nova-network.xml:220(td) msgid "(IntOpt) Number of networks to support" msgstr "" -#: ./doc/common/tables/nova-network.xml:206(td) +#: ./doc/common/tables/nova-network.xml:224(td) msgid "(IntOpt) Amount of time, in seconds, that ovs_vsctl should wait for a response from the database. 0 is to wait forever." msgstr "" -#: ./doc/common/tables/nova-network.xml:209(replaceable) ./doc/common/tables/neutron-brocade.xml:21(replaceable) +#: ./doc/common/tables/nova-network.xml:227(replaceable) ./doc/common/tables/neutron-brocade.xml:21(replaceable) msgid "eth0" msgstr "" -#: ./doc/common/tables/nova-network.xml:210(td) +#: ./doc/common/tables/nova-network.xml:228(td) msgid "(StrOpt) Interface for public IP addresses" msgstr "" -#: ./doc/common/tables/nova-network.xml:214(td) +#: ./doc/common/tables/nova-network.xml:232(td) msgid "(StrOpt) Public IP of network host" msgstr "" -#: ./doc/common/tables/nova-network.xml:218(td) +#: ./doc/common/tables/nova-network.xml:236(td) msgid "(StrOpt) The full class name of the security API class" msgstr "" -#: ./doc/common/tables/nova-network.xml:222(td) +#: ./doc/common/tables/nova-network.xml:240(td) msgid "(BoolOpt) Send gratuitous ARPs for HA setup" msgstr "" -#: ./doc/common/tables/nova-network.xml:226(td) +#: ./doc/common/tables/nova-network.xml:244(td) msgid "(IntOpt) Send this many gratuitous ARPs for HA setup" msgstr "" -#: ./doc/common/tables/nova-network.xml:230(td) +#: ./doc/common/tables/nova-network.xml:248(td) msgid "(BoolOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. If True in multi_host mode, all compute hosts share the same dhcp address. The same IP address used for DHCP will be added on each nova-network node which is only visible to the vms on the same host." msgstr "" -#: ./doc/common/tables/nova-network.xml:234(td) +#: ./doc/common/tables/nova-network.xml:252(td) msgid "(BoolOpt) If True, unused gateway devices (VLAN and bridge) are deleted in VLAN network mode with multi hosted networks" msgstr "" -#: ./doc/common/tables/nova-network.xml:238(td) +#: ./doc/common/tables/nova-network.xml:256(td) msgid "(BoolOpt) If True, when a DNS entry must be updated, it sends a fanout cast to all network hosts to update their DNS entries in multi host mode" msgstr "" -#: ./doc/common/tables/nova-network.xml:242(td) +#: ./doc/common/tables/nova-network.xml:260(td) msgid "(BoolOpt) If set, uses the dns1 and dns2 from the network ref. as dns servers." msgstr "" -#: ./doc/common/tables/nova-network.xml:246(td) +#: ./doc/common/tables/nova-network.xml:264(td) msgid "(StrOpt) Control for checking for default networks" msgstr "" -#: ./doc/common/tables/nova-network.xml:250(td) +#: ./doc/common/tables/nova-network.xml:268(td) msgid "(BoolOpt) Use single default gateway. Only first nic of vm will get default gateway from dhcp server" msgstr "" -#: ./doc/common/tables/nova-network.xml:254(td) +#: ./doc/common/tables/nova-network.xml:272(td) msgid "(StrOpt) VLANs will bridge into this interface if set" msgstr "" -#: ./doc/common/tables/nova-network.xml:258(td) +#: ./doc/common/tables/nova-network.xml:276(td) msgid "(IntOpt) First VLAN for private networks" msgstr "" -#: ./doc/common/tables/nova-network.xml:264(replaceable) ./doc/common/tables/sahara-common.xml:137(replaceable) +#: ./doc/common/tables/nova-network.xml:282(replaceable) ./doc/common/tables/sahara-common.xml:155(replaceable) msgid "ssh" msgstr "" -#: ./doc/common/tables/nova-network.xml:265(td) +#: ./doc/common/tables/nova-network.xml:283(td) msgid "(StrOpt) Use ssh or rsync transport for creating, copying, removing files on the remote host." msgstr "" -#: ./doc/common/tables/nova-network.xml:268(th) ./doc/common/tables/nova-vnc.xml:53(th) ./doc/common/tables/ceilometer-vmware.xml:18(th) ./doc/common/tables/neutron-vmware.xml:143(th) ./doc/common/tables/nova-vmware.xml:18(th) +#: ./doc/common/tables/nova-network.xml:286(th) ./doc/common/tables/nova-vnc.xml:71(th) ./doc/common/tables/ceilometer-vmware.xml:36(th) ./doc/common/tables/neutron-vmware.xml:143(th) ./doc/common/tables/nova-vmware.xml:36(th) msgid "[vmware]" msgstr "" -#: ./doc/common/tables/nova-network.xml:271(replaceable) +#: ./doc/common/tables/nova-network.xml:289(replaceable) msgid "vmnic0" msgstr "" -#: ./doc/common/tables/nova-network.xml:272(td) +#: ./doc/common/tables/nova-network.xml:290(td) msgid "(StrOpt) Physical ethernet adapter name for vlan networking" msgstr "" @@ -14182,27 +14266,27 @@ msgstr "" msgid "[filter-domain_remap]" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:21(td) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:25(td) msgid "Root path" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:25(td) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:29(td) msgid "Reseller prefix" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:44(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:48(replaceable) msgid "domain_remap" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:44(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:52(replaceable) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:44(replaceable) msgid "example.com" msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:49(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:45(td) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:53(td) ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:45(td) msgid "Domain that matches your cloud. Multiple domains can be specified using a comma-separated list." msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:53(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:57(replaceable) msgid "egg:swift#domain_remap" msgstr "" @@ -14218,62 +14302,74 @@ msgstr "" msgid "cache" msgstr "" -#: ./doc/common/tables/nova-s3.xml:7(caption) ./doc/common/tables/glance-s3.xml:7(caption) +#: ./doc/common/tables/nova-s3.xml:25(caption) ./doc/common/tables/glance-s3.xml:25(caption) msgid "Description of S3 configuration options" msgstr "" -#: ./doc/common/tables/nova-s3.xml:21(replaceable) +#: ./doc/common/tables/nova-s3.xml:39(replaceable) msgid "$state_path/buckets" msgstr "" -#: ./doc/common/tables/nova-s3.xml:22(td) +#: ./doc/common/tables/nova-s3.xml:40(td) msgid "(StrOpt) Path to S3 buckets" msgstr "" -#: ./doc/common/tables/nova-s3.xml:26(td) +#: ./doc/common/tables/nova-s3.xml:44(td) msgid "(StrOpt) Parent directory for tempdir used for image decryption" msgstr "" -#: ./doc/common/tables/nova-s3.xml:29(replaceable) ./doc/common/tables/nova-s3.xml:53(replaceable) +#: ./doc/common/tables/nova-s3.xml:47(replaceable) ./doc/common/tables/nova-s3.xml:71(replaceable) msgid "notchecked" msgstr "" -#: ./doc/common/tables/nova-s3.xml:30(td) +#: ./doc/common/tables/nova-s3.xml:48(td) msgid "(StrOpt) Access key to use for S3 server for images" msgstr "" -#: ./doc/common/tables/nova-s3.xml:34(td) +#: ./doc/common/tables/nova-s3.xml:52(td) msgid "(BoolOpt) Whether to affix the tenant id to the access key when downloading from S3" msgstr "" -#: ./doc/common/tables/nova-s3.xml:38(td) +#: ./doc/common/tables/nova-s3.xml:56(td) msgid "(StrOpt) Hostname or IP for OpenStack to use when accessing the S3 api" msgstr "" -#: ./doc/common/tables/nova-s3.xml:42(td) +#: ./doc/common/tables/nova-s3.xml:60(td) msgid "(StrOpt) IP address for S3 API to listen" msgstr "" -#: ./doc/common/tables/nova-s3.xml:45(replaceable) ./doc/common/tables/nova-s3.xml:49(replaceable) +#: ./doc/common/tables/nova-s3.xml:63(replaceable) ./doc/common/tables/nova-s3.xml:67(replaceable) msgid "3333" msgstr "" -#: ./doc/common/tables/nova-s3.xml:46(td) +#: ./doc/common/tables/nova-s3.xml:64(td) msgid "(IntOpt) Port for S3 API to listen" msgstr "" -#: ./doc/common/tables/nova-s3.xml:50(td) +#: ./doc/common/tables/nova-s3.xml:68(td) msgid "(IntOpt) Port used when accessing the S3 api" msgstr "" -#: ./doc/common/tables/nova-s3.xml:54(td) +#: ./doc/common/tables/nova-s3.xml:72(td) msgid "(StrOpt) Secret key to use for S3 server for images" msgstr "" -#: ./doc/common/tables/nova-s3.xml:58(td) +#: ./doc/common/tables/nova-s3.xml:76(td) msgid "(BoolOpt) Whether to use SSL when talking to S3" msgstr "" +#: ./doc/common/tables/swift-rsyncd-object6040.xml:8(literal) +msgid "[object6040]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6040.xml:20(replaceable) +msgid "/var/lock/object6040.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6040.xml:28(replaceable) +msgid "/srv/4/node/" +msgstr "" + #: ./doc/common/tables/neutron-ml2_brocade.xml:7(caption) msgid "Description of ML2 Brocade mechanism driver configuration options" msgstr "" @@ -14342,6 +14438,30 @@ msgstr "" msgid "(StrOpt) Rbridge id of provider edge router(s)" msgstr "" +#: ./doc/common/tables/cinder-quobyte.xml:25(caption) ./doc/common/tables/nova-quobyte.xml:25(caption) +msgid "Description of Quobyte USP volume driver configuration options" +msgstr "" + +#: ./doc/common/tables/cinder-quobyte.xml:40(td) ./doc/common/tables/nova-quobyte.xml:40(td) +msgid "(StrOpt) Path to a Quobyte Client configuration file." +msgstr "" + +#: ./doc/common/tables/cinder-quobyte.xml:44(td) +msgid "(StrOpt) Base dir containing the mount point for the Quobyte volume." +msgstr "" + +#: ./doc/common/tables/cinder-quobyte.xml:48(td) +msgid "(BoolOpt) Create volumes as QCOW2 files rather than raw files." +msgstr "" + +#: ./doc/common/tables/cinder-quobyte.xml:52(td) +msgid "(BoolOpt) Create volumes as sparse files which take no space. If set to False, volume is created as regular file.In such case volume creation takes a lot of time." +msgstr "" + +#: ./doc/common/tables/cinder-quobyte.xml:56(td) +msgid "(StrOpt) URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume name>" +msgstr "" + #: ./doc/common/tables/swift-account-server-DEFAULT.xml:28(replaceable) msgid "6002" msgstr "" @@ -14350,567 +14470,567 @@ msgstr "" msgid "If you don't mind the extra disk space usage in overhead, you can turn this on to preallocate disk space with SQLite databases to decrease fragmentation. underlying filesystem does not support it. to setup custom log handlers. bytes you'd like fallocate to reserve, whether there is space for the given file size or not. This is useful for systems that behave badly when they completely run out of space; you can make the services pretend they're out of space early. server. For most cases, this should be `egg:swift#account`. replication passes account can be reclaimed" msgstr "" -#: ./doc/common/tables/keystone-token.xml:7(caption) +#: ./doc/common/tables/keystone-token.xml:25(caption) msgid "Description of token configuration options" msgstr "" -#: ./doc/common/tables/keystone-token.xml:18(th) +#: ./doc/common/tables/keystone-token.xml:36(th) msgid "[token]" msgstr "" -#: ./doc/common/tables/keystone-token.xml:22(td) +#: ./doc/common/tables/keystone-token.xml:40(td) msgid "(BoolOpt) Allow rescoping of scoped token. Setting allow_rescoped_scoped_token to false prevents a user from exchanging a scoped token for any other token." msgstr "" -#: ./doc/common/tables/keystone-token.xml:26(td) +#: ./doc/common/tables/keystone-token.xml:44(td) msgid "(ListOpt) External auth mechanisms that should add bind information to token, e.g., kerberos,x509." msgstr "" -#: ./doc/common/tables/keystone-token.xml:30(td) +#: ./doc/common/tables/keystone-token.xml:48(td) msgid "(IntOpt) Time to cache tokens (in seconds). This has no effect unless global and token caching are enabled." msgstr "" -#: ./doc/common/tables/keystone-token.xml:34(td) +#: ./doc/common/tables/keystone-token.xml:52(td) msgid "(BoolOpt) Toggle for token system caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-token.xml:38(td) +#: ./doc/common/tables/keystone-token.xml:56(td) msgid "(StrOpt) Entrypoint for the token persistence backend driver in the keystone.token.persistence namespace. Supplied drivers are kvs, memcache, memcache_pool, and sql." msgstr "" -#: ./doc/common/tables/keystone-token.xml:42(td) +#: ./doc/common/tables/keystone-token.xml:60(td) msgid "(StrOpt) Enforcement policy on tokens presented to Keystone with bind information. One of disabled, permissive, strict, required or a specifically required bind mode, e.g., kerberos or x509 to require binding to that authentication." msgstr "" -#: ./doc/common/tables/keystone-token.xml:46(td) +#: ./doc/common/tables/keystone-token.xml:64(td) msgid "(IntOpt) Amount of time a token should remain valid (in seconds)." msgstr "" -#: ./doc/common/tables/keystone-token.xml:50(td) +#: ./doc/common/tables/keystone-token.xml:68(td) msgid "(StrOpt) The hash algorithm to use for PKI tokens. This can be set to any algorithm that hashlib supports. WARNING: Before changing this value, the auth_token middleware must be configured with the hash_algorithms, otherwise token revocation will not be processed correctly." msgstr "" -#: ./doc/common/tables/keystone-token.xml:53(replaceable) +#: ./doc/common/tables/keystone-token.xml:71(replaceable) msgid "uuid" msgstr "" -#: ./doc/common/tables/keystone-token.xml:54(td) +#: ./doc/common/tables/keystone-token.xml:72(td) msgid "(StrOpt) Controls the token construction, validation, and revocation operations. Entrypoint in the keystone.token.provider namespace. Core providers are [fernet|pkiz|pki|uuid]." msgstr "" -#: ./doc/common/tables/keystone-token.xml:58(td) +#: ./doc/common/tables/keystone-token.xml:76(td) msgid "(BoolOpt) Revoke token by token identifier. Setting revoke_by_id to true enables various forms of enumerating tokens, e.g. `list tokens for user`. These enumerations are processed to determine the list of tokens to revoke. Only disable if you are switching to using the Revoke extension with a backend other than KVS, which stores events in memory." msgstr "" -#: ./doc/common/tables/glance-s3.xml:22(td) +#: ./doc/common/tables/glance-s3.xml:40(td) msgid "(StrOpt) The S3 query token access key." msgstr "" -#: ./doc/common/tables/glance-s3.xml:26(td) +#: ./doc/common/tables/glance-s3.xml:44(td) msgid "(StrOpt) The S3 bucket to be used to store the Glance data." msgstr "" -#: ./doc/common/tables/glance-s3.xml:29(replaceable) +#: ./doc/common/tables/glance-s3.xml:47(replaceable) msgid "subdomain" msgstr "" -#: ./doc/common/tables/glance-s3.xml:30(td) +#: ./doc/common/tables/glance-s3.xml:48(td) msgid "(StrOpt) The S3 calling format used to determine the bucket. Either subdomain or path can be used." msgstr "" -#: ./doc/common/tables/glance-s3.xml:34(td) +#: ./doc/common/tables/glance-s3.xml:52(td) msgid "(BoolOpt) A boolean to determine if the S3 bucket should be created on upload if it does not exist or if an error should be returned to the user." msgstr "" -#: ./doc/common/tables/glance-s3.xml:38(td) +#: ./doc/common/tables/glance-s3.xml:56(td) msgid "(BoolOpt) Enable the use of a proxy." msgstr "" -#: ./doc/common/tables/glance-s3.xml:42(td) +#: ./doc/common/tables/glance-s3.xml:60(td) msgid "(StrOpt) The host where the S3 server is listening." msgstr "" -#: ./doc/common/tables/glance-s3.xml:46(td) +#: ./doc/common/tables/glance-s3.xml:64(td) msgid "(IntOpt) What multipart upload part size, in MB, should S3 use when uploading parts. The size must be greater than or equal to 5M." msgstr "" -#: ./doc/common/tables/glance-s3.xml:50(td) +#: ./doc/common/tables/glance-s3.xml:68(td) msgid "(IntOpt) What size, in MB, should S3 start chunking image files and do a multipart upload in S3." msgstr "" -#: ./doc/common/tables/glance-s3.xml:54(td) +#: ./doc/common/tables/glance-s3.xml:72(td) msgid "(StrOpt) The local directory where uploads will be staged before they are transferred into S3." msgstr "" -#: ./doc/common/tables/glance-s3.xml:58(td) +#: ./doc/common/tables/glance-s3.xml:76(td) msgid "(StrOpt) Address or hostname for the proxy server." msgstr "" -#: ./doc/common/tables/glance-s3.xml:62(td) +#: ./doc/common/tables/glance-s3.xml:80(td) msgid "(StrOpt) The password to use when connecting over a proxy." msgstr "" -#: ./doc/common/tables/glance-s3.xml:65(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/manila-emc.xml:45(replaceable) ./doc/common/tables/neutron-plumgrid.xml:25(replaceable) +#: ./doc/common/tables/glance-s3.xml:83(replaceable) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:32(replaceable) ./doc/common/tables/manila-emc.xml:63(replaceable) ./doc/common/tables/neutron-plumgrid.xml:25(replaceable) msgid "8080" msgstr "" -#: ./doc/common/tables/glance-s3.xml:66(td) +#: ./doc/common/tables/glance-s3.xml:84(td) msgid "(IntOpt) The port to use when connecting over a proxy." msgstr "" -#: ./doc/common/tables/glance-s3.xml:70(td) +#: ./doc/common/tables/glance-s3.xml:88(td) msgid "(StrOpt) The username to connect to the proxy." msgstr "" -#: ./doc/common/tables/glance-s3.xml:74(td) +#: ./doc/common/tables/glance-s3.xml:92(td) msgid "(StrOpt) The S3 query token secret key." msgstr "" -#: ./doc/common/tables/glance-s3.xml:78(td) +#: ./doc/common/tables/glance-s3.xml:96(td) msgid "(IntOpt) The number of thread pools to perform a multipart upload in S3." msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:7(caption) ./doc/common/tables/nova-neutron.xml:7(caption) +#: ./doc/common/tables/ironic-neutron.xml:25(caption) ./doc/common/tables/nova-neutron.xml:25(caption) msgid "Description of neutron configuration options" msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:22(td) +#: ./doc/common/tables/ironic-neutron.xml:40(td) msgid "(StrOpt) Default authentication strategy to use when connecting to neutron. Can be either \"keystone\" or \"noauth\". Running neutron in noauth mode (related to but not affected by this setting) is insecure and should only be used for testing." msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:26(td) +#: ./doc/common/tables/ironic-neutron.xml:44(td) msgid "(StrOpt) UUID of the network to create Neutron ports on when booting to a ramdisk for cleaning/zapping using Neutron DHCP" msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:30(td) +#: ./doc/common/tables/ironic-neutron.xml:48(td) msgid "(IntOpt) Client retries in the case of a failed request." msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:33(replaceable) +#: ./doc/common/tables/ironic-neutron.xml:51(replaceable) msgid "http://$my_ip:9696" msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:34(td) +#: ./doc/common/tables/ironic-neutron.xml:52(td) msgid "(StrOpt) URL for connecting to neutron." msgstr "" -#: ./doc/common/tables/ironic-neutron.xml:38(td) +#: ./doc/common/tables/ironic-neutron.xml:56(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:18(th) +#: ./doc/common/tables/keystone-ldap.xml:36(th) msgid "[ldap]" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:22(td) +#: ./doc/common/tables/keystone-ldap.xml:40(td) msgid "(StrOpt) The LDAP dereferencing option for queries. The \"default\" option falls back to using default dereferencing configured by your ldap.conf." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:26(td) +#: ./doc/common/tables/keystone-ldap.xml:44(td) msgid "(BoolOpt) Delete subtrees using the subtree delete control. Only enable this option if your LDAP server supports subtree deletion." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:30(td) +#: ./doc/common/tables/keystone-ldap.xml:48(td) msgid "(IntOpt) End user auth connection lifetime in seconds." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:34(td) +#: ./doc/common/tables/keystone-ldap.xml:52(td) msgid "(IntOpt) End user auth connection pool size." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:38(td) +#: ./doc/common/tables/keystone-ldap.xml:56(td) msgid "(BoolOpt) Override the system's default referral chasing behavior for queries." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:42(td) +#: ./doc/common/tables/keystone-ldap.xml:60(td) msgid "(IntOpt) Sets the LDAP debugging level for LDAP calls. A value of 0 means that debugging is not enabled. This value is a bitmask, consult your LDAP documentation for possible values." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:45(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:63(replaceable) msgid "cn=dumb,dc=nonexistent" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:46(td) +#: ./doc/common/tables/keystone-ldap.xml:64(td) msgid "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:50(td) +#: ./doc/common/tables/keystone-ldap.xml:68(td) msgid "(ListOpt) Additional attribute mappings for groups. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:54(td) +#: ./doc/common/tables/keystone-ldap.xml:72(td) msgid "(BoolOpt) Allow group creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:58(td) +#: ./doc/common/tables/keystone-ldap.xml:76(td) msgid "(BoolOpt) Allow group deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:62(td) +#: ./doc/common/tables/keystone-ldap.xml:80(td) msgid "(BoolOpt) Allow group update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:66(td) +#: ./doc/common/tables/keystone-ldap.xml:84(td) msgid "(ListOpt) List of attributes stripped off the group on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:69(replaceable) ./doc/common/tables/keystone-ldap.xml:145(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:87(replaceable) ./doc/common/tables/keystone-ldap.xml:163(replaceable) msgid "description" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:70(td) +#: ./doc/common/tables/keystone-ldap.xml:88(td) msgid "(StrOpt) LDAP attribute mapped to group description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:74(td) +#: ./doc/common/tables/keystone-ldap.xml:92(td) msgid "(StrOpt) LDAP search filter for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:77(replaceable) ./doc/common/tables/keystone-ldap.xml:169(replaceable) ./doc/common/tables/keystone-ldap.xml:217(replaceable) ./doc/common/tables/keystone-ldap.xml:329(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:95(replaceable) ./doc/common/tables/keystone-ldap.xml:187(replaceable) ./doc/common/tables/keystone-ldap.xml:235(replaceable) ./doc/common/tables/keystone-ldap.xml:347(replaceable) msgid "cn" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:78(td) +#: ./doc/common/tables/keystone-ldap.xml:96(td) msgid "(StrOpt) LDAP attribute mapped to group id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:81(replaceable) ./doc/common/tables/keystone-ldap.xml:173(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:99(replaceable) ./doc/common/tables/keystone-ldap.xml:191(replaceable) msgid "member" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:82(td) +#: ./doc/common/tables/keystone-ldap.xml:100(td) msgid "(StrOpt) LDAP attribute mapped to show group membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:85(replaceable) ./doc/common/tables/keystone-ldap.xml:177(replaceable) ./doc/common/tables/keystone-ldap.xml:225(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:103(replaceable) ./doc/common/tables/keystone-ldap.xml:195(replaceable) ./doc/common/tables/keystone-ldap.xml:243(replaceable) msgid "ou" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:86(td) +#: ./doc/common/tables/keystone-ldap.xml:104(td) msgid "(StrOpt) LDAP attribute mapped to group name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:89(replaceable) ./doc/common/tables/keystone-ldap.xml:181(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:107(replaceable) ./doc/common/tables/keystone-ldap.xml:199(replaceable) msgid "groupOfNames" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:90(td) +#: ./doc/common/tables/keystone-ldap.xml:108(td) msgid "(StrOpt) LDAP objectclass for groups." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:94(td) +#: ./doc/common/tables/keystone-ldap.xml:112(td) msgid "(StrOpt) Search base for groups. Defaults to the suffix value." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:98(td) +#: ./doc/common/tables/keystone-ldap.xml:116(td) msgid "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:102(td) +#: ./doc/common/tables/keystone-ldap.xml:120(td) msgid "(StrOpt) Password for the BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:106(td) +#: ./doc/common/tables/keystone-ldap.xml:124(td) msgid "(IntOpt) Connection lifetime in seconds." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:110(td) +#: ./doc/common/tables/keystone-ldap.xml:128(td) msgid "(IntOpt) Connector timeout in seconds. Value -1 indicates indefinite wait for response." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:113(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:131(replaceable) msgid "0.1" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:114(td) +#: ./doc/common/tables/keystone-ldap.xml:132(td) msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:118(td) +#: ./doc/common/tables/keystone-ldap.xml:136(td) msgid "(IntOpt) Maximum count of reconnect trials." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:122(td) +#: ./doc/common/tables/keystone-ldap.xml:140(td) msgid "(IntOpt) Connection pool size." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:126(td) +#: ./doc/common/tables/keystone-ldap.xml:144(td) msgid "(ListOpt) Additional attribute mappings for projects. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:130(td) +#: ./doc/common/tables/keystone-ldap.xml:148(td) msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:134(td) +#: ./doc/common/tables/keystone-ldap.xml:152(td) msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:138(td) +#: ./doc/common/tables/keystone-ldap.xml:156(td) msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:142(td) +#: ./doc/common/tables/keystone-ldap.xml:160(td) msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:146(td) +#: ./doc/common/tables/keystone-ldap.xml:164(td) msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:149(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:167(replaceable) msgid "businessCategory" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:150(td) +#: ./doc/common/tables/keystone-ldap.xml:168(td) msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:153(replaceable) ./doc/common/tables/keystone-ldap.xml:301(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:29(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:171(replaceable) ./doc/common/tables/keystone-ldap.xml:319(replaceable) ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:47(replaceable) msgid "enabled" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:154(td) +#: ./doc/common/tables/keystone-ldap.xml:172(td) msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:158(td) +#: ./doc/common/tables/keystone-ldap.xml:176(td) msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a project is enabled or not by checking if they are a member of the \"project_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:162(td) +#: ./doc/common/tables/keystone-ldap.xml:180(td) msgid "(StrOpt) DN of the group entry to hold enabled projects when using enabled emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:166(td) +#: ./doc/common/tables/keystone-ldap.xml:184(td) msgid "(StrOpt) LDAP search filter for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:170(td) +#: ./doc/common/tables/keystone-ldap.xml:188(td) msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:174(td) +#: ./doc/common/tables/keystone-ldap.xml:192(td) msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:178(td) +#: ./doc/common/tables/keystone-ldap.xml:196(td) msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:182(td) +#: ./doc/common/tables/keystone-ldap.xml:200(td) msgid "(StrOpt) LDAP objectclass for projects." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:186(td) +#: ./doc/common/tables/keystone-ldap.xml:204(td) msgid "(StrOpt) Search base for projects. Defaults to the suffix value." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:189(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:207(replaceable) msgid "one" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:190(td) +#: ./doc/common/tables/keystone-ldap.xml:208(td) msgid "(StrOpt) The LDAP scope for queries, \"one\" represents oneLevel/singleLevel and \"sub\" represents subtree/wholeSubtree options." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:194(td) +#: ./doc/common/tables/keystone-ldap.xml:212(td) msgid "(ListOpt) Additional attribute mappings for roles. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:198(td) +#: ./doc/common/tables/keystone-ldap.xml:216(td) msgid "(BoolOpt) Allow role creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:202(td) +#: ./doc/common/tables/keystone-ldap.xml:220(td) msgid "(BoolOpt) Allow role deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:206(td) +#: ./doc/common/tables/keystone-ldap.xml:224(td) msgid "(BoolOpt) Allow role update in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:210(td) +#: ./doc/common/tables/keystone-ldap.xml:228(td) msgid "(ListOpt) List of attributes stripped off the role on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:214(td) +#: ./doc/common/tables/keystone-ldap.xml:232(td) msgid "(StrOpt) LDAP search filter for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:218(td) +#: ./doc/common/tables/keystone-ldap.xml:236(td) msgid "(StrOpt) LDAP attribute mapped to role id." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:221(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:239(replaceable) msgid "roleOccupant" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:222(td) +#: ./doc/common/tables/keystone-ldap.xml:240(td) msgid "(StrOpt) LDAP attribute mapped to role membership." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:226(td) +#: ./doc/common/tables/keystone-ldap.xml:244(td) msgid "(StrOpt) LDAP attribute mapped to role name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:229(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:247(replaceable) msgid "organizationalRole" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:230(td) +#: ./doc/common/tables/keystone-ldap.xml:248(td) msgid "(StrOpt) LDAP objectclass for roles." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:234(td) +#: ./doc/common/tables/keystone-ldap.xml:252(td) msgid "(StrOpt) Search base for roles. Defaults to the suffix value." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:237(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:255(replaceable) msgid "cn=example,cn=com" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:238(td) +#: ./doc/common/tables/keystone-ldap.xml:256(td) msgid "(StrOpt) LDAP server suffix" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:242(td) +#: ./doc/common/tables/keystone-ldap.xml:260(td) msgid "(StrOpt) CA certificate directory path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:246(td) +#: ./doc/common/tables/keystone-ldap.xml:264(td) msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:249(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:267(replaceable) msgid "demand" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:250(td) +#: ./doc/common/tables/keystone-ldap.xml:268(td) msgid "(StrOpt) Specifies what checks to perform on client certificates in an incoming TLS session." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:253(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:271(replaceable) msgid "ldap://localhost" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:254(td) +#: ./doc/common/tables/keystone-ldap.xml:272(td) msgid "(StrOpt) URL for connecting to the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:258(td) +#: ./doc/common/tables/keystone-ldap.xml:276(td) msgid "(BoolOpt) Enable LDAP connection pooling for end user authentication. If use_pool is disabled, then this setting is meaningless and is not used at all." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:262(td) +#: ./doc/common/tables/keystone-ldap.xml:280(td) msgid "(BoolOpt) If true, will add a dummy member to groups. This is required if the objectclass for groups requires the \"member\" attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:266(td) +#: ./doc/common/tables/keystone-ldap.xml:284(td) msgid "(BoolOpt) Enable LDAP connection pooling." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:270(td) +#: ./doc/common/tables/keystone-ldap.xml:288(td) msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:274(td) +#: ./doc/common/tables/keystone-ldap.xml:292(td) msgid "(StrOpt) User BindDN to query the LDAP server." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:278(td) +#: ./doc/common/tables/keystone-ldap.xml:296(td) msgid "(ListOpt) List of additional LDAP attributes used for mapping additional attribute mappings for users. Attribute mapping format is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:282(td) +#: ./doc/common/tables/keystone-ldap.xml:300(td) msgid "(BoolOpt) Allow user creation in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:286(td) +#: ./doc/common/tables/keystone-ldap.xml:304(td) msgid "(BoolOpt) Allow user deletion in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:290(td) +#: ./doc/common/tables/keystone-ldap.xml:308(td) msgid "(BoolOpt) Allow user updates in LDAP backend." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:293(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:311(replaceable) msgid "default_project_id" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:294(td) +#: ./doc/common/tables/keystone-ldap.xml:312(td) msgid "(ListOpt) List of attributes stripped off the user on update." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:298(td) +#: ./doc/common/tables/keystone-ldap.xml:316(td) msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:302(td) +#: ./doc/common/tables/keystone-ldap.xml:320(td) msgid "(StrOpt) LDAP attribute mapped to user enabled flag." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:306(td) +#: ./doc/common/tables/keystone-ldap.xml:324(td) msgid "(StrOpt) Default value to enable users. This should match an appropriate int value if the LDAP server uses non-boolean (bitmask) values to indicate if a user is enabled or disabled. If this is not set to \"True\" the typical value is \"512\". This is typically used when \"user_enabled_attribute = userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:310(td) +#: ./doc/common/tables/keystone-ldap.xml:328(td) msgid "(BoolOpt) If true, Keystone uses an alternative method to determine if a user is enabled or not by checking if they are a member of the \"user_enabled_emulation_dn\" group." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:314(td) +#: ./doc/common/tables/keystone-ldap.xml:332(td) msgid "(StrOpt) DN of the group entry to hold enabled users when using enabled emulation." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:318(td) +#: ./doc/common/tables/keystone-ldap.xml:336(td) msgid "(BoolOpt) Invert the meaning of the boolean enabled values. Some LDAP servers use a boolean lock attribute where \"true\" means an account is disabled. Setting \"user_enabled_invert = true\" will allow these lock attributes to be used. This setting will have no effect if \"user_enabled_mask\" or \"user_enabled_emulation\" settings are in use." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:322(td) +#: ./doc/common/tables/keystone-ldap.xml:340(td) msgid "(IntOpt) Bitmask integer to indicate the bit that the enabled value is stored in if the LDAP server represents \"enabled\" as a bit on an integer rather than a boolean. A value of \"0\" indicates the mask is not used. If this is not set to \"0\" the typical value is \"2\". This is typically used when \"user_enabled_attribute = userAccountControl\"." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:326(td) +#: ./doc/common/tables/keystone-ldap.xml:344(td) msgid "(StrOpt) LDAP search filter for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:330(td) +#: ./doc/common/tables/keystone-ldap.xml:348(td) msgid "(StrOpt) LDAP attribute mapped to user id. WARNING: must not be a multivalued attribute." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:333(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:351(replaceable) msgid "mail" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:334(td) +#: ./doc/common/tables/keystone-ldap.xml:352(td) msgid "(StrOpt) LDAP attribute mapped to user email." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:337(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:355(replaceable) msgid "sn" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:338(td) +#: ./doc/common/tables/keystone-ldap.xml:356(td) msgid "(StrOpt) LDAP attribute mapped to user name." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:341(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:359(replaceable) msgid "inetOrgPerson" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:342(td) +#: ./doc/common/tables/keystone-ldap.xml:360(td) msgid "(StrOpt) LDAP objectclass for users." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:345(replaceable) +#: ./doc/common/tables/keystone-ldap.xml:363(replaceable) msgid "userPassword" msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:346(td) +#: ./doc/common/tables/keystone-ldap.xml:364(td) msgid "(StrOpt) LDAP attribute mapped to password." msgstr "" -#: ./doc/common/tables/keystone-ldap.xml:350(td) +#: ./doc/common/tables/keystone-ldap.xml:368(td) msgid "(StrOpt) Search base for users. Defaults to the suffix value." msgstr "" @@ -14930,111 +15050,107 @@ msgstr "" msgid "A suffix used by hash_path to offer a bit more security when generating hashes for paths. It simply appends this value to all paths; if someone knows this suffix, it's easier for them to guess the hash a path will end up with. New installations are advised to set this parameter to a random secret, which would not be disclosed ouside the organization. The same secret needs to be used by all swift servers of the same cluster. Existing installations should set this parameter to an empty string." msgstr "" -#: ./doc/common/tables/cinder-debug.xml:22(td) +#: ./doc/common/tables/cinder-debug.xml:40(td) msgid "(ListOpt) List of options that control which trace info is written to the DEBUG log level to assist developers. Valid values are method and api." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:22(td) +#: ./doc/common/tables/keystone-debug.xml:40(td) msgid "(StrOpt) Host to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:26(td) +#: ./doc/common/tables/keystone-debug.xml:44(td) msgid "(IntOpt) Port to connect to for remote debugger." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:30(td) +#: ./doc/common/tables/keystone-debug.xml:48(td) msgid "(BoolOpt) Do not monkey-patch threading system modules." msgstr "" -#: ./doc/common/tables/keystone-debug.xml:33(th) +#: ./doc/common/tables/keystone-debug.xml:51(th) msgid "[audit]" msgstr "" -#: ./doc/common/tables/keystone-debug.xml:37(td) +#: ./doc/common/tables/keystone-debug.xml:55(td) msgid "(StrOpt) namespace prefix for generated id" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:7(caption) +#: ./doc/common/tables/cinder-backups_swift.xml:25(caption) msgid "Description of Swift backup driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:21(replaceable) +#: ./doc/common/tables/cinder-backups_swift.xml:39(replaceable) msgid "per_user" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:22(td) +#: ./doc/common/tables/cinder-backups_swift.xml:40(td) msgid "(StrOpt) Swift authentication mechanism" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:26(td) -msgid "(BoolOpt) Bypass verification of server certificate when making SSL connection to Swift." -msgstr "" - -#: ./doc/common/tables/cinder-backups_swift.xml:30(td) +#: ./doc/common/tables/cinder-backups_swift.xml:44(td) msgid "(StrOpt) Swift authentication version. Specify \"1\" for auth 1.0, or \"2\" for auth 2.0" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:33(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:41(replaceable) +#: ./doc/common/tables/cinder-backups_swift.xml:47(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:59(replaceable) msgid "32768" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:34(td) +#: ./doc/common/tables/cinder-backups_swift.xml:48(td) msgid "(IntOpt) The size in bytes that changes are tracked for incremental backups. backup_swift_object_size has to be multiple of backup_swift_block_size." msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:38(td) +#: ./doc/common/tables/cinder-backups_swift.xml:52(td) msgid "(StrOpt) Location of the CA certificate file to use for swift client requests." msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:41(replaceable) +#: ./doc/common/tables/cinder-backups_swift.xml:55(replaceable) msgid "volumebackups" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:42(td) +#: ./doc/common/tables/cinder-backups_swift.xml:56(td) msgid "(StrOpt) The default Swift container to use" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:46(td) +#: ./doc/common/tables/cinder-backups_swift.xml:60(td) msgid "(BoolOpt) Enable or Disable the timer to send the periodic progress notifications to Ceilometer when backing up the volume to the Swift backend storage. The default value is True to enable the timer." msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:50(td) +#: ./doc/common/tables/cinder-backups_swift.xml:64(td) msgid "(StrOpt) Swift key for authentication" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:53(replaceable) +#: ./doc/common/tables/cinder-backups_swift.xml:67(replaceable) msgid "52428800" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:54(td) +#: ./doc/common/tables/cinder-backups_swift.xml:68(td) msgid "(IntOpt) The size in bytes of Swift backup objects" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:58(td) +#: ./doc/common/tables/cinder-backups_swift.xml:72(td) msgid "(IntOpt) The number of retries to make for Swift operations" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:62(td) +#: ./doc/common/tables/cinder-backups_swift.xml:76(td) msgid "(IntOpt) The backoff time in seconds between Swift retries" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:66(td) +#: ./doc/common/tables/cinder-backups_swift.xml:80(td) msgid "(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 system" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:70(td) +#: ./doc/common/tables/cinder-backups_swift.xml:84(td) msgid "(StrOpt) The URL of the Swift endpoint" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:74(td) +#: ./doc/common/tables/cinder-backups_swift.xml:88(td) msgid "(StrOpt) Swift user name" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:77(replaceable) +#: ./doc/common/tables/cinder-backups_swift.xml:91(replaceable) msgid "object-store:swift:publicURL" msgstr "" -#: ./doc/common/tables/cinder-backups_swift.xml:78(td) +#: ./doc/common/tables/cinder-backups_swift.xml:92(td) msgid "(StrOpt) Info to match when looking for swift in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type> - Only used if backup_swift_url is unset" msgstr "" @@ -15054,267 +15170,287 @@ msgstr "" msgid "(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode." msgstr "" -#: ./doc/common/tables/trove-database.xml:22(td) +#: ./doc/common/tables/trove-database.xml:40(td) msgid "(BoolOpt) Allow insecure logging while executing queries through SQLAlchemy." msgstr "" -#: ./doc/common/tables/trove-database.xml:28(replaceable) +#: ./doc/common/tables/trove-database.xml:46(replaceable) msgid "sqlite:///trove_test.sqlite" msgstr "" -#: ./doc/common/tables/trove-database.xml:29(td) +#: ./doc/common/tables/trove-database.xml:47(td) msgid "(StrOpt) SQL Connection." msgstr "" -#: ./doc/common/tables/trove-database.xml:33(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:34(td) +#: ./doc/common/tables/trove-database.xml:51(td) ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:34(td) msgid "(IntOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/trove-database.xml:37(td) +#: ./doc/common/tables/trove-database.xml:55(td) msgid "(BoolOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/ironic-snmp.xml:7(caption) +#: ./doc/common/tables/ironic-snmp.xml:25(caption) msgid "Description of SNMP configuration options" msgstr "" -#: ./doc/common/tables/ironic-snmp.xml:18(th) +#: ./doc/common/tables/ironic-snmp.xml:36(th) msgid "[snmp]" msgstr "" -#: ./doc/common/tables/ironic-snmp.xml:22(td) ./doc/common/tables/ironic-seamicro.xml:22(td) +#: ./doc/common/tables/ironic-snmp.xml:40(td) ./doc/common/tables/ironic-seamicro.xml:40(td) msgid "(IntOpt) Seconds to wait for power action to be completed" msgstr "" -#: ./doc/common/tables/ironic-cisco_ucs.xml:7(caption) +#: ./doc/common/tables/swift-rsyncd-object_sdb.xml:8(literal) +msgid "[object_sdb]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object_sdb.xml:20(replaceable) +msgid "/var/lock/object_sdb.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6010.xml:8(literal) +msgid "[object6010]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6010.xml:20(replaceable) +msgid "/var/lock/object6010.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6010.xml:28(replaceable) +msgid "/srv/1/node/" +msgstr "" + +#: ./doc/common/tables/ironic-cisco_ucs.xml:25(caption) msgid "Description of Cisco UCS configuration options" msgstr "" -#: ./doc/common/tables/ironic-cisco_ucs.xml:18(th) +#: ./doc/common/tables/ironic-cisco_ucs.xml:36(th) msgid "[cimc]" msgstr "" -#: ./doc/common/tables/ironic-cisco_ucs.xml:22(td) ./doc/common/tables/ironic-cisco_ucs.xml:33(td) ./doc/common/tables/ironic-ilo.xml:58(td) +#: ./doc/common/tables/ironic-cisco_ucs.xml:40(td) ./doc/common/tables/ironic-cisco_ucs.xml:51(td) ./doc/common/tables/ironic-ilo.xml:76(td) msgid "(IntOpt) Amount of time in seconds to wait in between power operations" msgstr "" -#: ./doc/common/tables/ironic-cisco_ucs.xml:26(td) ./doc/common/tables/ironic-cisco_ucs.xml:37(td) ./doc/common/tables/ironic-ilo.xml:54(td) +#: ./doc/common/tables/ironic-cisco_ucs.xml:44(td) ./doc/common/tables/ironic-cisco_ucs.xml:55(td) ./doc/common/tables/ironic-ilo.xml:72(td) msgid "(IntOpt) Number of times a power operation needs to be retried" msgstr "" -#: ./doc/common/tables/ironic-cisco_ucs.xml:29(th) +#: ./doc/common/tables/ironic-cisco_ucs.xml:47(th) msgid "[cisco_ucs]" msgstr "" -#: ./doc/common/tables/manila-common.xml:7(caption) +#: ./doc/common/tables/manila-common.xml:25(caption) msgid "Description of Common configuration options" msgstr "" -#: ./doc/common/tables/manila-common.xml:22(td) +#: ./doc/common/tables/manila-common.xml:40(td) msgid "(IntOpt) Timeout for client connections socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever." msgstr "" -#: ./doc/common/tables/manila-common.xml:25(replaceable) +#: ./doc/common/tables/manila-common.xml:43(replaceable) msgid "manila.compute.nova.API" msgstr "" -#: ./doc/common/tables/manila-common.xml:26(td) +#: ./doc/common/tables/manila-common.xml:44(td) msgid "(StrOpt) The full class name of the Compute API class to use." msgstr "" -#: ./doc/common/tables/manila-common.xml:30(td) +#: ./doc/common/tables/manila-common.xml:48(td) msgid "(BoolOpt) Services to be added to the available pool on create." msgstr "" -#: ./doc/common/tables/manila-common.xml:34(td) +#: ./doc/common/tables/manila-common.xml:52(td) msgid "(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address." msgstr "" -#: ./doc/common/tables/manila-common.xml:37(replaceable) ./doc/common/tables/cinder-common.xml:109(replaceable) +#: ./doc/common/tables/manila-common.xml:55(replaceable) ./doc/common/tables/cinder-common.xml:127(replaceable) msgid "20.0" msgstr "" -#: ./doc/common/tables/manila-common.xml:38(td) +#: ./doc/common/tables/manila-common.xml:56(td) msgid "(FloatOpt) Float representation of the over subscription ratio when thin provisioning is involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times the total physical capacity. If the ratio is 10.5, it means provisioned capacity can be 10.5 times the total physical capacity. A ratio of 1.0 means provisioned capacity cannot exceed the total physical capacity. A ratio lower than 1.0 is invalid." msgstr "" -#: ./doc/common/tables/manila-common.xml:46(td) +#: ./doc/common/tables/manila-common.xml:64(td) msgid "(BoolOpt) Whether to log monkey patching." msgstr "" -#: ./doc/common/tables/manila-common.xml:50(td) +#: ./doc/common/tables/manila-common.xml:68(td) msgid "(ListOpt) List of modules or decorators to monkey patch." msgstr "" -#: ./doc/common/tables/manila-common.xml:54(td) +#: ./doc/common/tables/manila-common.xml:72(td) msgid "(StrOpt) IP address of this host." msgstr "" -#: ./doc/common/tables/manila-common.xml:58(td) +#: ./doc/common/tables/manila-common.xml:76(td) msgid "(IntOpt) Number of times to attempt to run flakey shell commands." msgstr "" -#: ./doc/common/tables/manila-common.xml:65(replaceable) +#: ./doc/common/tables/manila-common.xml:83(replaceable) msgid "300.0" msgstr "" -#: ./doc/common/tables/manila-common.xml:66(td) +#: ./doc/common/tables/manila-common.xml:84(td) msgid "(FloatOpt) Interval in seconds between execution of periodic hooks. Used when option 'enable_periodic_hooks' is set to True. Default is 300." msgstr "" -#: ./doc/common/tables/manila-common.xml:74(td) +#: ./doc/common/tables/manila-common.xml:92(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore." msgstr "" -#: ./doc/common/tables/manila-common.xml:78(td) +#: ./doc/common/tables/manila-common.xml:96(td) msgid "(IntOpt) The percentage of backend capacity reserved." msgstr "" -#: ./doc/common/tables/manila-common.xml:86(td) +#: ./doc/common/tables/manila-common.xml:104(td) msgid "(IntOpt) Maximum time since last check-in for up service." msgstr "" -#: ./doc/common/tables/manila-common.xml:94(td) +#: ./doc/common/tables/manila-common.xml:112(td) msgid "(IntOpt) Maximum database connection retries during startup. (setting -1 implies an infinite retry count)." msgstr "" -#: ./doc/common/tables/manila-common.xml:101(replaceable) ./doc/common/tables/cinder-common.xml:193(replaceable) +#: ./doc/common/tables/manila-common.xml:119(replaceable) ./doc/common/tables/cinder-common.xml:211(replaceable) msgid "clean.sqlite" msgstr "" -#: ./doc/common/tables/manila-common.xml:102(td) +#: ./doc/common/tables/manila-common.xml:120(td) msgid "(StrOpt) File name of clean sqlite database." msgstr "" -#: ./doc/common/tables/manila-common.xml:105(replaceable) +#: ./doc/common/tables/manila-common.xml:123(replaceable) msgid "manila.sqlite" msgstr "" -#: ./doc/common/tables/manila-common.xml:106(td) +#: ./doc/common/tables/manila-common.xml:124(td) msgid "(StrOpt) The filename to use with sqlite." msgstr "" -#: ./doc/common/tables/manila-common.xml:110(td) +#: ./doc/common/tables/manila-common.xml:128(td) msgid "(BoolOpt) If passed, use synchronous mode for sqlite." msgstr "" -#: ./doc/common/tables/manila-common.xml:113(replaceable) +#: ./doc/common/tables/manila-common.xml:131(replaceable) msgid "/var/lib/manila" msgstr "" -#: ./doc/common/tables/manila-common.xml:114(td) +#: ./doc/common/tables/manila-common.xml:132(td) msgid "(StrOpt) Top-level directory for maintaining manila's state." msgstr "" -#: ./doc/common/tables/manila-common.xml:118(td) +#: ./doc/common/tables/manila-common.xml:136(td) msgid "(StrOpt) Availability zone of this node." msgstr "" -#: ./doc/common/tables/manila-common.xml:122(td) ./doc/common/tables/cinder-common.xml:218(td) +#: ./doc/common/tables/manila-common.xml:140(td) ./doc/common/tables/cinder-common.xml:236(td) msgid "(BoolOpt) Sets the value of TCP_KEEPALIVE (True/False) for each server socket." msgstr "" -#: ./doc/common/tables/manila-common.xml:126(td) ./doc/common/tables/cinder-common.xml:222(td) +#: ./doc/common/tables/manila-common.xml:144(td) ./doc/common/tables/cinder-common.xml:240(td) msgid "(IntOpt) Sets the value of TCP_KEEPCNT for each server socket. Not supported on OS X." msgstr "" -#: ./doc/common/tables/manila-common.xml:130(td) ./doc/common/tables/cinder-common.xml:226(td) +#: ./doc/common/tables/manila-common.xml:148(td) ./doc/common/tables/cinder-common.xml:244(td) msgid "(IntOpt) Sets the value of TCP_KEEPINTVL in seconds for each server socket. Not supported on OS X." msgstr "" -#: ./doc/common/tables/manila-common.xml:138(td) +#: ./doc/common/tables/manila-common.xml:156(td) msgid "(IntOpt) Count of reservations until usage is refreshed." msgstr "" -#: ./doc/common/tables/manila-common.xml:142(td) ./doc/common/tables/cinder-common.xml:242(td) ./doc/common/tables/nova-api.xml:110(td) +#: ./doc/common/tables/manila-common.xml:160(td) ./doc/common/tables/cinder-common.xml:260(td) ./doc/common/tables/nova-api.xml:128(td) msgid "(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy." msgstr "" -#: ./doc/common/tables/manila-common.xml:146(td) ./doc/common/tables/cinder-common.xml:246(td) +#: ./doc/common/tables/manila-common.xml:164(td) ./doc/common/tables/cinder-common.xml:268(td) msgid "(BoolOpt) If False, closes the client socket connection explicitly. Setting it to True to maintain backward compatibility. Recommended setting is set it to False." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:7(caption) +#: ./doc/common/tables/keystone-cache.xml:25(caption) msgid "Description of cache configuration options" msgstr "" -#: ./doc/common/tables/keystone-cache.xml:18(th) ./doc/common/tables/heat-common.xml:73(th) +#: ./doc/common/tables/keystone-cache.xml:36(th) ./doc/common/tables/heat-common.xml:103(th) msgid "[cache]" msgstr "" -#: ./doc/common/tables/keystone-cache.xml:21(replaceable) +#: ./doc/common/tables/keystone-cache.xml:39(replaceable) msgid "keystone.common.cache.noop" msgstr "" -#: ./doc/common/tables/keystone-cache.xml:22(td) +#: ./doc/common/tables/keystone-cache.xml:40(td) msgid "(StrOpt) Dogpile.cache backend module. It is recommended that Memcache with pooling (keystone.cache.memcache_pool) or Redis (dogpile.cache.redis) be used in production deployments. Small workloads (single process) like devstack can use the dogpile.cache.memory backend." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:26(td) ./doc/common/tables/heat-common.xml:81(td) +#: ./doc/common/tables/keystone-cache.xml:44(td) ./doc/common/tables/heat-common.xml:111(td) msgid "(MultiStrOpt) Arguments supplied to the backend module. Specify this option once per argument to be passed to the dogpile.cache backend. Example format: \"<argname>:<value>\"." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:29(replaceable) +#: ./doc/common/tables/keystone-cache.xml:47(replaceable) msgid "cache.keystone" msgstr "" -#: ./doc/common/tables/keystone-cache.xml:30(td) ./doc/common/tables/heat-common.xml:85(td) +#: ./doc/common/tables/keystone-cache.xml:48(td) ./doc/common/tables/heat-common.xml:115(td) msgid "(StrOpt) Prefix for building the configuration dictionary for the cache region. This should not need to be changed unless there is another dogpile.cache region with the same configuration name." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:34(td) ./doc/common/tables/heat-common.xml:89(td) +#: ./doc/common/tables/keystone-cache.xml:52(td) ./doc/common/tables/heat-common.xml:119(td) msgid "(BoolOpt) Extra debugging from the cache backend (cache keys, get/set/delete/etc calls). This is only really useful if you need to see the specific cache-backend get/set/delete calls with the keys/values. Typically this should be left set to false." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:38(td) +#: ./doc/common/tables/keystone-cache.xml:56(td) msgid "(BoolOpt) Global toggle for all caching using the should_cache_fn mechanism." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:42(td) ./doc/common/tables/heat-common.xml:97(td) +#: ./doc/common/tables/keystone-cache.xml:60(td) ./doc/common/tables/heat-common.xml:127(td) msgid "(IntOpt) Default TTL, in seconds, for any cached item in the dogpile.cache region. This applies to any cached method that doesn't have an explicit cache expiration time defined for it." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:46(td) +#: ./doc/common/tables/keystone-cache.xml:64(td) msgid "(IntOpt) Number of seconds memcached server is considered dead before it is tried again. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:50(td) ./doc/common/tables/heat-common.xml:105(td) +#: ./doc/common/tables/keystone-cache.xml:68(td) ./doc/common/tables/heat-common.xml:135(td) msgid "(IntOpt) Number of seconds that an operation will wait to get a memcache client connection." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:54(td) +#: ./doc/common/tables/keystone-cache.xml:72(td) msgid "(IntOpt) Max total number of open connections to every memcached server. (keystone.cache.memcache_pool backend only)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:58(td) +#: ./doc/common/tables/keystone-cache.xml:76(td) msgid "(IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. (keystone.cache.memcache_pool backend only)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:62(td) +#: ./doc/common/tables/keystone-cache.xml:80(td) msgid "(ListOpt) Memcache servers in the format of \"host:port\". (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:66(td) +#: ./doc/common/tables/keystone-cache.xml:84(td) msgid "(IntOpt) Timeout in seconds for every call to a server. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:70(td) ./doc/common/tables/heat-common.xml:125(td) +#: ./doc/common/tables/keystone-cache.xml:88(td) ./doc/common/tables/heat-common.xml:155(td) msgid "(ListOpt) Proxy classes to import that will affect the way the dogpile.cache backend functions. See the dogpile.cache documentation on changing-backend-behavior." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:77(td) +#: ./doc/common/tables/keystone-cache.xml:95(td) msgid "(IntOpt) Number of seconds memcached server is considered dead before it is tried again. This is used by the key value store system (e.g. token pooled memcached persistence backend)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:81(td) +#: ./doc/common/tables/keystone-cache.xml:99(td) msgid "(IntOpt) Number of seconds that an operation will wait to get a memcache client connection. This is used by the key value store system (e.g. token pooled memcached persistence backend)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:85(td) +#: ./doc/common/tables/keystone-cache.xml:103(td) msgid "(IntOpt) Max total number of open connections to every memcached server. This is used by the key value store system (e.g. token pooled memcached persistence backend)." msgstr "" -#: ./doc/common/tables/keystone-cache.xml:89(td) +#: ./doc/common/tables/keystone-cache.xml:107(td) msgid "(IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. This is used by the key value store system (e.g. token pooled memcached persistence backend)." msgstr "" @@ -15346,11 +15482,11 @@ msgstr "" msgid "Maximum zero byte files audited per second." msgstr "" -#: ./doc/common/tables/heat-loadbalancer.xml:7(caption) +#: ./doc/common/tables/heat-loadbalancer.xml:25(caption) msgid "Description of load balancer configuration options" msgstr "" -#: ./doc/common/tables/heat-loadbalancer.xml:22(td) +#: ./doc/common/tables/heat-loadbalancer.xml:40(td) msgid "(StrOpt) Custom template for the built-in loadbalancer nested stack." msgstr "" @@ -15382,51 +15518,51 @@ msgstr "" msgid "(ListOpt) List of <physical_network>:<network_device> mapping physical network names to the agent's node-specific physical network device of SR-IOV physical function to be used for VLAN networks. All physical networks listed in network_vlan_ranges on the server should have mappings to appropriate interfaces on each agent" msgstr "" -#: ./doc/common/tables/ironic-agent.xml:22(td) +#: ./doc/common/tables/ironic-agent.xml:40(td) msgid "(StrOpt) API version to use for communicating with the ramdisk agent." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:25(replaceable) ./doc/common/tables/ironic-pxe.xml:53(replaceable) +#: ./doc/common/tables/ironic-agent.xml:43(replaceable) ./doc/common/tables/ironic-pxe.xml:71(replaceable) msgid "nofb nomodeset vga=normal" msgstr "" -#: ./doc/common/tables/ironic-agent.xml:26(td) +#: ./doc/common/tables/ironic-agent.xml:44(td) msgid "(StrOpt) DEPRECATED. Additional append parameters for baremetal PXE boot. This option is deprecated and will be removed in Mitaka release. Please use [pxe]pxe_append_params instead." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:29(replaceable) +#: ./doc/common/tables/ironic-agent.xml:47(replaceable) msgid "$pybasedir/drivers/modules/agent_config.template" msgstr "" -#: ./doc/common/tables/ironic-agent.xml:30(td) +#: ./doc/common/tables/ironic-agent.xml:48(td) msgid "(StrOpt) DEPRECATED. Template file for PXE configuration. This option is deprecated and will be removed in Mitaka release. Please use [pxe]pxe_config_template instead." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:34(td) +#: ./doc/common/tables/ironic-agent.xml:52(td) msgid "(IntOpt) Maximum interval (in seconds) for agent heartbeats." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:38(td) +#: ./doc/common/tables/ironic-agent.xml:56(td) msgid "(BoolOpt) Whether Ironic will manage booting of the agent ramdisk. If set to False, you will need to configure your mechanism to allow booting the agent ramdisk." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:42(td) +#: ./doc/common/tables/ironic-agent.xml:60(td) msgid "(IntOpt) The memory size in MiB consumed by agent when it is booted on a bare metal node. This is used for checking if the image can be downloaded and deployed on the bare metal node after booting agent ramdisk. This may be set according to the memory consumed by the agent ramdisk image." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:46(td) +#: ./doc/common/tables/ironic-agent.xml:64(td) msgid "(IntOpt) Number of times to retry getting power state to check if bare metal node has been powered off after a soft power off." msgstr "" -#: ./doc/common/tables/ironic-agent.xml:50(td) +#: ./doc/common/tables/ironic-agent.xml:68(td) msgid "(IntOpt) Amount of time (in seconds) to wait between polling power state after trigger soft poweroff." msgstr "" -#: ./doc/common/tables/glance-amqp.xml:25(replaceable) +#: ./doc/common/tables/glance-amqp.xml:43(replaceable) msgid "image.localhost" msgstr "" -#: ./doc/common/tables/glance-amqp.xml:30(td) +#: ./doc/common/tables/glance-amqp.xml:48(td) msgid "(ListOpt) List of disabled notifications. A notification can be given either as a notification type to disable a single event, or as a notification group prefix to disable all events within a group. Example: if this config option is set to [\"image.create\", \"metadef_namespace\"], then \"image.create\" notification will not be sent after image is created and none of the notifications for metadefinition namespaces will be sent." msgstr "" @@ -15434,67 +15570,67 @@ msgstr "" msgid "6001" msgstr "" -#: ./doc/common/tables/trove-cluster.xml:7(caption) +#: ./doc/common/tables/trove-cluster.xml:25(caption) msgid "Description of cluster configuration options" msgstr "" -#: ./doc/common/tables/trove-cluster.xml:22(td) +#: ./doc/common/tables/trove-cluster.xml:40(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a cluster delete." msgstr "" -#: ./doc/common/tables/trove-cluster.xml:26(td) +#: ./doc/common/tables/trove-cluster.xml:44(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a cluster to become active." msgstr "" -#: ./doc/common/tables/trove-cluster.xml:30(td) +#: ./doc/common/tables/trove-cluster.xml:48(td) msgid "(IntOpt) Page size for listing clusters." msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:7(caption) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:25(caption) msgid "Description of HTTP dispatcher configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:18(th) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:36(th) msgid "[dispatcher_http]" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:22(td) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:40(td) msgid "(BoolOpt) The flag that indicates if only cadf message should be posted. If false, all meters will be posted. This is deprecated in favor of keystonemiddleware's audit middleware functionality" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:26(td) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:44(td) msgid "(StrOpt) The target for event data where the http request will be sent to. If this is not set, it will default to same as Sample target." msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:30(td) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:48(td) msgid "(StrOpt) The target where the http request will be sent. If this is not set, no data will be posted. For example: target = http://hostname:1234/path" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_http.xml:34(td) +#: ./doc/common/tables/ceilometer-dispatcher_http.xml:52(td) msgid "(IntOpt) The max time in seconds to wait for a request to timeout." msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:7(caption) ./doc/common/tables/ironic-inspector.xml:7(caption) +#: ./doc/common/tables/ceilometer-inspector.xml:25(caption) ./doc/common/tables/ironic-inspector.xml:25(caption) msgid "Description of inspector configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-inspector.xml:39(replaceable) msgid "libvirt" msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:22(td) +#: ./doc/common/tables/ceilometer-inspector.xml:40(td) msgid "(StrOpt) Inspector to use for inspecting the hypervisor layer. Known inspectors are libvirt, hyperv, vmware, xenapi and powervm." msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:25(replaceable) ./doc/common/tables/nova-libvirt.xml:180(replaceable) +#: ./doc/common/tables/ceilometer-inspector.xml:43(replaceable) ./doc/common/tables/nova-libvirt.xml:198(replaceable) msgid "kvm" msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:26(td) +#: ./doc/common/tables/ceilometer-inspector.xml:44(td) msgid "(StrOpt) Libvirt domain type." msgstr "" -#: ./doc/common/tables/ceilometer-inspector.xml:30(td) +#: ./doc/common/tables/ceilometer-inspector.xml:48(td) msgid "(StrOpt) Override the default libvirt URI (which is dependent on libvirt_type)." msgstr "" @@ -15514,11 +15650,11 @@ msgstr "" msgid "egg:swift#dlo" msgstr "" -#: ./doc/common/tables/manila-rpc.xml:41(replaceable) +#: ./doc/common/tables/manila-rpc.xml:59(replaceable) msgid "manila-share" msgstr "" -#: ./doc/common/tables/manila-rpc.xml:42(td) +#: ./doc/common/tables/manila-rpc.xml:60(td) msgid "(StrOpt) The topic share nodes listen on." msgstr "" @@ -15538,55 +15674,55 @@ msgstr "" msgid "http://keystonehost:35357/" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:7(caption) +#: ./doc/common/tables/trove-db_redis.xml:25(caption) msgid "Description of Redis database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:18(th) +#: ./doc/common/tables/trove-db_redis.xml:36(th) msgid "[redis]" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:21(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:39(replaceable) msgid "trove.common.strategies.cluster.experimental.redis.api.RedisAPIStrategy" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:29(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:47(replaceable) msgid "trove.guestagent.strategies.backup.experimental.redis_impl" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:33(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:51(replaceable) msgid "RedisBackup" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:45(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:63(replaceable) msgid "trove.common.strategies.cluster.experimental.redis.guestagent.RedisGuestAgentStrategy" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:49(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:67(replaceable) msgid "/var/lib/redis" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:53(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:71(replaceable) msgid "trove.guestagent.strategies.replication.experimental.redis_sync" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:57(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:75(replaceable) msgid "RedisSyncReplication" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:61(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:79(replaceable) msgid "trove.guestagent.strategies.restore.experimental.redis_impl" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:66(td) +#: ./doc/common/tables/trove-db_redis.xml:84(td) msgid "(StrOpt) Root controller implementation for redis." msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:69(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:87(replaceable) msgid "trove.common.strategies.cluster.experimental.redis.taskmanager.RedisTaskManagerStrategy" msgstr "" -#: ./doc/common/tables/trove-db_redis.xml:73(replaceable) +#: ./doc/common/tables/trove-db_redis.xml:91(replaceable) msgid "6379, 16379" msgstr "" @@ -15610,139 +15746,139 @@ msgstr "" msgid "(StrOpt) HTTP URL of OpenDaylight REST interface." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:7(caption) +#: ./doc/common/tables/cinder-emc.xml:25(caption) msgid "Description of EMC configuration options" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:22(td) +#: ./doc/common/tables/cinder-emc.xml:40(td) msgid "(BoolOpt) Report free_capacity_gb as 0 when the limit to maximum number of pool LUNs is reached. By default, the value is False." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:25(replaceable) +#: ./doc/common/tables/cinder-emc.xml:43(replaceable) msgid "/etc/cinder/cinder_emc_config.xml" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:26(td) +#: ./doc/common/tables/cinder-emc.xml:44(td) msgid "(StrOpt) use this file for cinder emc plugin config data" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:30(td) +#: ./doc/common/tables/cinder-emc.xml:48(td) msgid "(BoolOpt) To destroy storage group when the last LUN is removed from it. By default, the value is False." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:34(td) +#: ./doc/common/tables/cinder-emc.xml:52(td) msgid "(BoolOpt) Delete a LUN even if it is in Storage Groups." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:38(td) +#: ./doc/common/tables/cinder-emc.xml:56(td) msgid "(BoolOpt) Automatically deregister initiators after the related storage group is destroyed. By default, the value is False." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:42(td) +#: ./doc/common/tables/cinder-emc.xml:60(td) msgid "(BoolOpt) Automatically register initiators. By default, the value is False." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:46(td) +#: ./doc/common/tables/cinder-emc.xml:64(td) msgid "(StrOpt) Comma separated iSCSI or FC ports to be used in Nova or Cinder." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:50(td) +#: ./doc/common/tables/cinder-emc.xml:68(td) msgid "(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:54(td) +#: ./doc/common/tables/cinder-emc.xml:72(td) msgid "(IntOpt) Default max number of LUNs in a storage group. By default, the value is 255." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:58(td) +#: ./doc/common/tables/cinder-emc.xml:76(td) msgid "(StrOpt) Naviseccli Path." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:61(replaceable) +#: ./doc/common/tables/cinder-emc.xml:79(replaceable) msgid "global" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:62(td) +#: ./doc/common/tables/cinder-emc.xml:80(td) msgid "(StrOpt) VNX authentication scope type." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:66(td) +#: ./doc/common/tables/cinder-emc.xml:84(td) msgid "(StrOpt) Comma-separated list of storage pool names to be used." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:70(td) +#: ./doc/common/tables/cinder-emc.xml:88(td) msgid "(StrOpt) Directory path that contains the VNX security file. Make sure the security file is generated first." msgstr "" -#: ./doc/common/tables/cinder-emc.xml:74(td) +#: ./doc/common/tables/cinder-emc.xml:92(td) msgid "(IntOpt) Number of retries in case array is busy" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:78(td) +#: ./doc/common/tables/cinder-emc.xml:96(td) msgid "(IntOpt) Interval between retries in case array is busy" msgstr "" -#: ./doc/common/tables/cinder-emc.xml:82(td) +#: ./doc/common/tables/cinder-emc.xml:100(td) msgid "(StrOpt) XMS cluster id in multi-cluster environment" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:7(caption) +#: ./doc/common/tables/cinder-storage_ceph.xml:25(caption) msgid "Description of Ceph storage configuration options" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:22(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:40(td) msgid "(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value < 0, no timeout is set and default librados value is used." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:26(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:44(td) msgid "(IntOpt) Interval value (in seconds) between connection retries to ceph cluster." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:30(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:48(td) msgid "(IntOpt) Number of retries if connection to ceph cluster failed." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:34(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:52(td) msgid "(StrOpt) Path to the ceph configuration file" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:37(replaceable) +#: ./doc/common/tables/cinder-storage_ceph.xml:55(replaceable) msgid "ceph" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:38(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:56(td) msgid "(StrOpt) The name of ceph cluster" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:42(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:60(td) msgid "(BoolOpt) Flatten volumes created from snapshots to remove dependency from volume to snapshot" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:46(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:64(td) msgid "(IntOpt) Maximum number of nested volume clones that are taken before a flatten occurs. Set to 0 to disable cloning." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:49(replaceable) ./doc/common/tables/nova-libvirt.xml:84(replaceable) +#: ./doc/common/tables/cinder-storage_ceph.xml:67(replaceable) ./doc/common/tables/nova-libvirt.xml:102(replaceable) msgid "rbd" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:50(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:68(td) msgid "(StrOpt) The RADOS pool where rbd volumes are stored" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:54(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:72(td) msgid "(StrOpt) The libvirt uuid of the secret for the rbd_user volumes" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:58(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:76(td) msgid "(IntOpt) Volumes will be chunked into objects of this size (in megabytes)." msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:62(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:80(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes - only set when using cephx authentication" msgstr "" -#: ./doc/common/tables/cinder-storage_ceph.xml:66(td) +#: ./doc/common/tables/cinder-storage_ceph.xml:84(td) msgid "(StrOpt) Directory where temporary image files are stored when the volume driver does not write them directly to the volume. Warning: this option is now deprecated, please use image_conversion_dir instead." msgstr "" @@ -15762,91 +15898,91 @@ msgstr "" msgid "(BoolOpt) System-wide flag to determine the type of router that tenants can create. Only admin can override." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:7(caption) +#: ./doc/common/tables/trove-guestagent.xml:25(caption) msgid "Description of guest agent configuration options" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:22(td) +#: ./doc/common/tables/trove-guestagent.xml:40(td) msgid "(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as restarting the database)." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:26(td) +#: ./doc/common/tables/trove-guestagent.xml:44(td) msgid "(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'quick'requests (such as retrieving a list of users or databases)." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:30(td) +#: ./doc/common/tables/trove-guestagent.xml:48(td) msgid "(IntOpt) Time (in seconds) after which a guest is considered unreachable" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:34(td) +#: ./doc/common/tables/trove-guestagent.xml:52(td) msgid "(IntOpt) Maximum time (in seconds) for the Guest Agent to reply to a heartbeat request." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:38(td) +#: ./doc/common/tables/trove-guestagent.xml:56(td) msgid "(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:41(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:59(replaceable) msgid "/etc/trove/trove-guestagent.conf" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:42(td) +#: ./doc/common/tables/trove-guestagent.xml:60(td) msgid "(StrOpt) Path to the Guest Agent config file to be injected during instance creation." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:46(td) +#: ./doc/common/tables/trove-guestagent.xml:64(td) msgid "(StrOpt) ID of the Guest Instance." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:49(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:67(replaceable) msgid "guest_info.conf" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:50(td) +#: ./doc/common/tables/trove-guestagent.xml:68(td) msgid "(StrOpt) The guest info filename found in the injected config location. If a full path is specified then it will be used as the path to the guest info file" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:53(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:71(replaceable) msgid "mysql, information_schema, performance_schema" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:57(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:75(replaceable) msgid "os_admin, root" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:61(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:79(replaceable) msgid "defaults,noatime" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:62(td) +#: ./doc/common/tables/trove-guestagent.xml:80(td) msgid "(StrOpt) Options to use when mounting a volume." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:65(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:83(replaceable) msgid "trove.guestagent.strategies.storage.swift" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:66(td) +#: ./doc/common/tables/trove-guestagent.xml:84(td) msgid "(StrOpt) Namespace to load the default storage strategy from." msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:69(replaceable) +#: ./doc/common/tables/trove-guestagent.xml:87(replaceable) msgid "SwiftStorage" msgstr "" -#: ./doc/common/tables/trove-guestagent.xml:70(td) +#: ./doc/common/tables/trove-guestagent.xml:88(td) msgid "(StrOpt) Default strategy to store backups." msgstr "" -#: ./doc/common/tables/manila-san.xml:22(td) +#: ./doc/common/tables/manila-san.xml:40(td) msgid "(IntOpt) Backend server SSH connection timeout." msgstr "" -#: ./doc/common/tables/manila-san.xml:26(td) +#: ./doc/common/tables/manila-san.xml:44(td) msgid "(IntOpt) Maximum number of connections in the SSH pool." msgstr "" -#: ./doc/common/tables/manila-san.xml:30(td) +#: ./doc/common/tables/manila-san.xml:48(td) msgid "(IntOpt) Minimum number of connections in the SSH pool." msgstr "" @@ -15854,183 +15990,179 @@ msgstr "" msgid "[container]" msgstr "" -#: ./doc/common/tables/swift-rsyncd-container.xml:8(filename) ./doc/common/tables/swift-rsyncd-object.xml:8(filename) ./doc/common/tables/swift-rsyncd-account.xml:8(filename) -msgid "rsyncd.conf" -msgstr "" - #: ./doc/common/tables/swift-rsyncd-container.xml:20(replaceable) msgid "/var/lock/container.lock" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:7(caption) +#: ./doc/common/tables/nova-configdrive.xml:25(caption) msgid "Description of config drive configuration options" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:21(replaceable) +#: ./doc/common/tables/nova-configdrive.xml:39(replaceable) msgid "iso9660" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:22(td) +#: ./doc/common/tables/nova-configdrive.xml:40(td) msgid "(StrOpt) Config drive format." msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:25(replaceable) +#: ./doc/common/tables/nova-configdrive.xml:43(replaceable) msgid "1.0 2007-01-19 2007-03-01 2007-08-29 2007-10-10 2007-12-15 2008-02-01 2008-09-01" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:26(td) +#: ./doc/common/tables/nova-configdrive.xml:44(td) msgid "(StrOpt) List of metadata versions to skip placing into the config drive" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:30(td) +#: ./doc/common/tables/nova-configdrive.xml:48(td) msgid "(StrOpt) Set to \"always\" to force injection to take place on a config drive. NOTE: The \"always\" will be deprecated in the Liberty release cycle." msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:33(replaceable) +#: ./doc/common/tables/nova-configdrive.xml:51(replaceable) msgid "genisoimage" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:34(td) ./doc/common/tables/nova-xen.xml:124(td) +#: ./doc/common/tables/nova-configdrive.xml:52(td) ./doc/common/tables/nova-xen.xml:142(td) msgid "(StrOpt) Name and optionally path of the tool used for ISO image creation" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:41(td) +#: ./doc/common/tables/nova-configdrive.xml:59(td) msgid "(BoolOpt) Attaches the Config Drive image as a cdrom drive instead of a disk drive" msgstr "" -#: ./doc/common/tables/nova-configdrive.xml:45(td) +#: ./doc/common/tables/nova-configdrive.xml:63(td) msgid "(BoolOpt) Sets the admin password in the config drive image" msgstr "" -#: ./doc/common/tables/manila-auth_token.xml:7(caption) +#: ./doc/common/tables/manila-auth_token.xml:25(caption) msgid "Description of Authorization Token configuration options" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:7(caption) +#: ./doc/common/tables/manila-quobyte.xml:25(caption) msgid "Description of Quobyte Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:22(td) +#: ./doc/common/tables/manila-quobyte.xml:40(td) msgid "(StrOpt) The X.509 CA file to verify the server cert." msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:25(replaceable) +#: ./doc/common/tables/manila-quobyte.xml:43(replaceable) msgid "quobyte" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:26(td) +#: ./doc/common/tables/manila-quobyte.xml:44(td) msgid "(StrOpt) Password for Quobyte API server" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:30(td) +#: ./doc/common/tables/manila-quobyte.xml:48(td) msgid "(StrOpt) URL of the Quobyte API server (http or https)" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:34(td) +#: ./doc/common/tables/manila-quobyte.xml:52(td) msgid "(StrOpt) Username for Quobyte API server." msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:38(td) +#: ./doc/common/tables/manila-quobyte.xml:56(td) msgid "(StrOpt) Default owning group for new volumes." msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:42(td) +#: ./doc/common/tables/manila-quobyte.xml:60(td) msgid "(StrOpt) Default owning user for new volumes." msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:46(td) +#: ./doc/common/tables/manila-quobyte.xml:64(td) msgid "(BoolOpt) Actually deletes shares (vs. unexport)" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:49(replaceable) +#: ./doc/common/tables/manila-quobyte.xml:67(replaceable) msgid "BASE" msgstr "" -#: ./doc/common/tables/manila-quobyte.xml:50(td) +#: ./doc/common/tables/manila-quobyte.xml:68(td) msgid "(StrOpt) Name of volume configuration used for new shares." msgstr "" -#: ./doc/common/tables/nova-vnc.xml:7(caption) +#: ./doc/common/tables/nova-vnc.xml:25(caption) msgid "Description of VNC configuration options" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:22(td) +#: ./doc/common/tables/nova-vnc.xml:40(td) msgid "(BoolOpt) Become a daemon (background process)" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:26(td) +#: ./doc/common/tables/nova-vnc.xml:44(td) msgid "(StrOpt) SSL key file (if separate from cert)" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:33(replaceable) +#: ./doc/common/tables/nova-vnc.xml:51(replaceable) msgid "6080" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:38(td) +#: ./doc/common/tables/nova-vnc.xml:56(td) msgid "(BoolOpt) Record sessions to FILE.[session_number]" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:42(td) +#: ./doc/common/tables/nova-vnc.xml:60(td) msgid "(BoolOpt) Source is ipv6" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:46(td) +#: ./doc/common/tables/nova-vnc.xml:64(td) msgid "(BoolOpt) Disallow non-encrypted connections" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:49(replaceable) +#: ./doc/common/tables/nova-vnc.xml:67(replaceable) msgid "/usr/share/spice-html5" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:50(td) +#: ./doc/common/tables/nova-vnc.xml:68(td) msgid "(StrOpt) Run webserver on same port. Serve files from DIR." msgstr "" -#: ./doc/common/tables/nova-vnc.xml:56(replaceable) ./doc/common/tables/nova-xen.xml:37(replaceable) +#: ./doc/common/tables/nova-vnc.xml:74(replaceable) ./doc/common/tables/nova-xen.xml:55(replaceable) msgid "5900" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:57(td) +#: ./doc/common/tables/nova-vnc.xml:75(td) msgid "(IntOpt) VNC starting port" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:61(td) +#: ./doc/common/tables/nova-vnc.xml:79(td) msgid "(IntOpt) Total number of VNC ports" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:64(th) +#: ./doc/common/tables/nova-vnc.xml:82(th) msgid "[vnc]" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:68(td) +#: ./doc/common/tables/nova-vnc.xml:86(td) msgid "(BoolOpt) Enable VNC related features" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:72(td) +#: ./doc/common/tables/nova-vnc.xml:90(td) msgid "(StrOpt) Keymap for VNC" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:75(replaceable) +#: ./doc/common/tables/nova-vnc.xml:93(replaceable) msgid "http://127.0.0.1:6080/vnc_auto.html" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:76(td) +#: ./doc/common/tables/nova-vnc.xml:94(td) msgid "(StrOpt) Location of VNC console proxy, in the form \"http://127.0.0.1:6080/vnc_auto.html\"" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:80(td) +#: ./doc/common/tables/nova-vnc.xml:98(td) msgid "(StrOpt) IP address on which instance vncservers should listen" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:84(td) +#: ./doc/common/tables/nova-vnc.xml:102(td) msgid "(StrOpt) The address to which proxy clients (like nova-xvpvncproxy) should connect" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:87(replaceable) +#: ./doc/common/tables/nova-vnc.xml:105(replaceable) msgid "http://127.0.0.1:6081/console" msgstr "" -#: ./doc/common/tables/nova-vnc.xml:88(td) +#: ./doc/common/tables/nova-vnc.xml:106(td) msgid "(StrOpt) Location of nova xvp VNC console proxy, in the form \"http://127.0.0.1:6081/console\"" msgstr "" @@ -16106,6 +16238,10 @@ msgstr "" msgid "/var/lock/object.lock" msgstr "" +#: ./doc/common/tables/swift-rsyncd-object.xml:36(replaceable) +msgid "{replication_ip}::object_{device}" +msgstr "" + #: ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:7(caption) msgid "Description of ML2 OmniSwich mechanism driver configuration options" msgstr "" @@ -16114,47 +16250,47 @@ msgstr "" msgid "[ml2_ale_omniswitch]" msgstr "" -#: ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:22(td) ./doc/common/tables/trove-db_postgresql.xml:34(td) +#: ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:22(td) ./doc/common/tables/trove-db_postgresql.xml:52(td) msgid "(StrOpt) No help text available for this option." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:7(caption) ./doc/common/tables/glance-vmware.xml:7(caption) ./doc/common/tables/neutron-vmware.xml:7(caption) ./doc/common/tables/nova-vmware.xml:7(caption) ./doc/common/tables/cinder-vmware.xml:7(caption) +#: ./doc/common/tables/ceilometer-vmware.xml:25(caption) ./doc/common/tables/glance-vmware.xml:25(caption) ./doc/common/tables/neutron-vmware.xml:7(caption) ./doc/common/tables/nova-vmware.xml:25(caption) ./doc/common/tables/cinder-vmware.xml:25(caption) msgid "Description of VMware configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:22(td) +#: ./doc/common/tables/ceilometer-vmware.xml:40(td) msgid "(IntOpt) Number of times a VMware vSphere API may be retried." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:26(td) ./doc/common/tables/cinder-vmware.xml:26(td) +#: ./doc/common/tables/ceilometer-vmware.xml:44(td) ./doc/common/tables/cinder-vmware.xml:44(td) msgid "(StrOpt) CA bundle file to use in verifying the vCenter server certificate." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:30(td) +#: ./doc/common/tables/ceilometer-vmware.xml:48(td) msgid "(StrOpt) IP address of the VMware vSphere host." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:34(td) +#: ./doc/common/tables/ceilometer-vmware.xml:52(td) msgid "(StrOpt) Password of VMware vSphere." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:38(td) +#: ./doc/common/tables/ceilometer-vmware.xml:56(td) msgid "(IntOpt) Port of the VMware vSphere host." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:42(td) +#: ./doc/common/tables/ceilometer-vmware.xml:60(td) msgid "(StrOpt) Username of VMware vSphere." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:46(td) ./doc/common/tables/neutron-dvs.xml:50(td) ./doc/common/tables/nova-vmware.xml:62(td) +#: ./doc/common/tables/ceilometer-vmware.xml:64(td) ./doc/common/tables/neutron-dvs.xml:50(td) ./doc/common/tables/nova-vmware.xml:80(td) msgid "(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if \"ca_file\" is set." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:50(td) +#: ./doc/common/tables/ceilometer-vmware.xml:68(td) msgid "(FloatOpt) Sleep time in seconds for polling an ongoing async task." msgstr "" -#: ./doc/common/tables/ceilometer-vmware.xml:54(td) +#: ./doc/common/tables/ceilometer-vmware.xml:72(td) msgid "(StrOpt) Optional vim service WSDL location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds." msgstr "" @@ -16174,7 +16310,7 @@ msgstr "" msgid "True." msgstr "" -#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/neutron-common.xml:165(replaceable) ./doc/common/tables/cinder-api.xml:125(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(replaceable) +#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:82(replaceable) ./doc/common/tables/neutron-common.xml:165(replaceable) ./doc/common/tables/cinder-api.xml:151(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(replaceable) msgid "16" msgstr "" @@ -16186,115 +16322,115 @@ msgstr "" msgid "egg:swift#proxy_logging" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:7(caption) +#: ./doc/common/tables/nova-ironic.xml:25(caption) msgid "Description of bare metal configuration options" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:18(th) +#: ./doc/common/tables/nova-ironic.xml:36(th) msgid "[ironic]" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:22(td) +#: ./doc/common/tables/nova-ironic.xml:40(td) msgid "(StrOpt) Ironic keystone auth token.DEPRECATED: use admin_username, admin_password, and admin_tenant_name instead" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:26(td) +#: ./doc/common/tables/nova-ironic.xml:44(td) msgid "(StrOpt) Ironic keystone admin password." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:30(td) +#: ./doc/common/tables/nova-ironic.xml:48(td) msgid "(StrOpt) Ironic keystone tenant name." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:34(td) +#: ./doc/common/tables/nova-ironic.xml:52(td) msgid "(StrOpt) Keystone public API endpoint." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:38(td) +#: ./doc/common/tables/nova-ironic.xml:56(td) msgid "(StrOpt) Ironic keystone admin name" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:42(td) +#: ./doc/common/tables/nova-ironic.xml:60(td) msgid "(StrOpt) URL for Ironic API endpoint." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:46(td) +#: ./doc/common/tables/nova-ironic.xml:64(td) msgid "(IntOpt) How many retries when a request does conflict. If <= 0, only try once, no retries." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:50(td) +#: ./doc/common/tables/nova-ironic.xml:68(td) msgid "(IntOpt) How often to retry in seconds when a request does conflict" msgstr "" -#: ./doc/common/tables/nova-ironic.xml:54(td) +#: ./doc/common/tables/nova-ironic.xml:72(td) msgid "(IntOpt) Version of Ironic API service endpoint." msgstr "" -#: ./doc/common/tables/nova-ironic.xml:58(td) +#: ./doc/common/tables/nova-ironic.xml:76(td) msgid "(StrOpt) Log level override for ironicclient. Set this in order to override the global \"default_log_levels\", \"verbose\", and \"debug\" settings. DEPRECATED: use standard logging configuration." msgstr "" -#: ./doc/common/tables/glance-registry.xml:7(caption) +#: ./doc/common/tables/glance-registry.xml:25(caption) msgid "Description of registry configuration options" msgstr "" -#: ./doc/common/tables/glance-registry.xml:22(td) +#: ./doc/common/tables/glance-registry.xml:40(td) msgid "(StrOpt) The administrators password. If \"use_user_token\" is not in effect, then admin credentials can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:26(td) +#: ./doc/common/tables/glance-registry.xml:44(td) msgid "(StrOpt) The tenant name of the administrative user. If \"use_user_token\" is not in effect, then admin tenant name can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:30(td) +#: ./doc/common/tables/glance-registry.xml:48(td) msgid "(StrOpt) The administrators user name. If \"use_user_token\" is not in effect, then admin credentials can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:34(td) +#: ./doc/common/tables/glance-registry.xml:52(td) msgid "(StrOpt) The region for the authentication service. If \"use_user_token\" is not in effect and using keystone auth, then region name can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:37(replaceable) +#: ./doc/common/tables/glance-registry.xml:55(replaceable) msgid "noauth" msgstr "" -#: ./doc/common/tables/glance-registry.xml:38(td) +#: ./doc/common/tables/glance-registry.xml:56(td) msgid "(StrOpt) The strategy to use for authentication. If \"use_user_token\" is not in effect, then auth strategy can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:42(td) +#: ./doc/common/tables/glance-registry.xml:60(td) msgid "(StrOpt) The URL to the keystone service. If \"use_user_token\" is not in effect and using keystone auth, then URL of keystone can be specified." msgstr "" -#: ./doc/common/tables/glance-registry.xml:46(td) +#: ./doc/common/tables/glance-registry.xml:64(td) msgid "(StrOpt) The path to the certifying authority cert file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_CA_FILE environment variable to a filepath of the CA cert file." msgstr "" -#: ./doc/common/tables/glance-registry.xml:50(td) +#: ./doc/common/tables/glance-registry.xml:68(td) msgid "(StrOpt) The path to the cert file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_CERT_FILE environment variable to a filepath of the CA cert file" msgstr "" -#: ./doc/common/tables/glance-registry.xml:54(td) +#: ./doc/common/tables/glance-registry.xml:72(td) msgid "(BoolOpt) When using SSL in connections to the registry server, do not require validation via a certifying authority. This is the registry's equivalent of specifying --insecure on the command line using glanceclient for the API." msgstr "" -#: ./doc/common/tables/glance-registry.xml:58(td) +#: ./doc/common/tables/glance-registry.xml:76(td) msgid "(StrOpt) The path to the key file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_KEY_FILE environment variable to a filepath of the key file" msgstr "" -#: ./doc/common/tables/glance-registry.xml:62(td) +#: ./doc/common/tables/glance-registry.xml:80(td) msgid "(StrOpt) The protocol to use for communication with the registry server. Either http or https." msgstr "" -#: ./doc/common/tables/glance-registry.xml:66(td) +#: ./doc/common/tables/glance-registry.xml:84(td) msgid "(IntOpt) The period of time, in seconds, that the API server will wait for a registry request to complete. A value of 0 implies no timeout." msgstr "" -#: ./doc/common/tables/glance-registry.xml:70(td) +#: ./doc/common/tables/glance-registry.xml:88(td) msgid "(StrOpt) Address to find the registry server." msgstr "" -#: ./doc/common/tables/glance-registry.xml:74(td) +#: ./doc/common/tables/glance-registry.xml:92(td) msgid "(IntOpt) Port the registry server is listening on." msgstr "" @@ -16318,255 +16454,251 @@ msgstr "" msgid "(ListOpt) List of physical_network names with which flat networks can be created. Use * to allow flat networks with arbitrary physical_network names." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:7(caption) +#: ./doc/common/tables/manila-zfssa.xml:25(caption) msgid "Description of ZFSSA Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:22(td) +#: ./doc/common/tables/manila-zfssa.xml:40(td) msgid "(StrOpt) ZFSSA management authorized userpassword." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:26(td) +#: ./doc/common/tables/manila-zfssa.xml:44(td) msgid "(StrOpt) ZFSSA management authorized username." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:30(td) +#: ./doc/common/tables/manila-zfssa.xml:48(td) msgid "(StrOpt) IP address for data." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:34(td) +#: ./doc/common/tables/manila-zfssa.xml:52(td) msgid "(StrOpt) ZFSSA management IP address." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:37(replaceable) +#: ./doc/common/tables/manila-zfssa.xml:55(replaceable) msgid "fletcher4" msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:38(td) +#: ./doc/common/tables/manila-zfssa.xml:56(td) msgid "(StrOpt) Controls checksum used for data blocks." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:42(td) +#: ./doc/common/tables/manila-zfssa.xml:60(td) msgid "(StrOpt) Data compression-off, lzjb, gzip-2, gzip, gzip-9." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:46(td) +#: ./doc/common/tables/manila-zfssa.xml:64(td) msgid "(StrOpt) Controls behavior when servicing synchronous writes." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:50(td) +#: ./doc/common/tables/manila-zfssa.xml:68(td) msgid "(StrOpt) Location of project in ZFS/SA." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:54(td) +#: ./doc/common/tables/manila-zfssa.xml:72(td) msgid "(StrOpt) Controls whether a share quota includes snapshot." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:58(td) +#: ./doc/common/tables/manila-zfssa.xml:76(td) msgid "(StrOpt) Controls whether file ownership can be changed." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:62(td) +#: ./doc/common/tables/manila-zfssa.xml:80(td) msgid "(StrOpt) Controls whether the share is scanned for viruses." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:66(td) +#: ./doc/common/tables/manila-zfssa.xml:84(td) msgid "(StrOpt) ZFSSA storage pool name." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:70(td) +#: ./doc/common/tables/manila-zfssa.xml:88(td) msgid "(StrOpt) ZFSSA project name." msgstr "" -#: ./doc/common/tables/manila-zfssa.xml:74(td) +#: ./doc/common/tables/manila-zfssa.xml:92(td) msgid "(StrOpt) REST connection timeout (in seconds)." msgstr "" -#: ./doc/common/tables/manila-ca.xml:7(caption) +#: ./doc/common/tables/manila-ca.xml:25(caption) msgid "Description of Certificate Authority configuration options" msgstr "" -#: ./doc/common/tables/cinder-netapp_7mode_nfs.xml:7(caption) +#: ./doc/common/tables/cinder-netapp_7mode_nfs.xml:25(caption) msgid "Description of NetApp 7-Mode NFS driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-netapp_7mode_nfs.xml:62(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:62(td) +#: ./doc/common/tables/cinder-netapp_7mode_nfs.xml:80(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:80(td) msgid "(StrOpt) The vFiler unit on which provisioning of block storage volumes will be done. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode. Only use this option when utilizing the MultiStore feature on the NetApp storage system." msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:7(caption) +#: ./doc/common/tables/cinder-storwize.xml:25(caption) msgid "Description of IBM Storwise driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:25(replaceable) +#: ./doc/common/tables/cinder-storwize.xml:43(replaceable) msgid "iSCSI" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:26(td) +#: ./doc/common/tables/cinder-storwize.xml:44(td) msgid "(StrOpt) Connection protocol (iSCSI/FC)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:30(td) +#: ./doc/common/tables/cinder-storwize.xml:48(td) msgid "(IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared." msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:34(td) +#: ./doc/common/tables/cinder-storwize.xml:52(td) msgid "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Enabled)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:38(td) +#: ./doc/common/tables/cinder-storwize.xml:56(td) msgid "(BoolOpt) Allows vdisk to multi host mapping" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:42(td) +#: ./doc/common/tables/cinder-storwize.xml:60(td) msgid "(BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled by Nova)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:46(td) +#: ./doc/common/tables/cinder-storwize.xml:64(td) msgid "(BoolOpt) Indicate whether svc driver is compatible for NPIV setup. If it is compatible, it will allow no wwpns being returned on get_conn_fc_wwpns during initialize_connection. It should always be set to True. It will be deprecated and removed in M release." msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:50(td) +#: ./doc/common/tables/cinder-storwize.xml:68(td) msgid "(StrOpt) If operating in stretched cluster mode, specify the name of the pool in which mirrored copies are stored.Example: \"pool2\"" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:54(td) +#: ./doc/common/tables/cinder-storwize.xml:72(td) msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:58(td) +#: ./doc/common/tables/cinder-storwize.xml:76(td) msgid "(BoolOpt) Storage system compression option for volumes" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:62(td) +#: ./doc/common/tables/cinder-storwize.xml:80(td) msgid "(BoolOpt) Enable Easy Tier for volumes" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:66(td) +#: ./doc/common/tables/cinder-storwize.xml:84(td) msgid "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:70(td) +#: ./doc/common/tables/cinder-storwize.xml:88(td) msgid "(IntOpt) The I/O group in which to allocate volumes" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:74(td) -msgid "(BoolOpt) Specifies that the volume not be formatted during creation." -msgstr "" - -#: ./doc/common/tables/cinder-storwize.xml:78(td) +#: ./doc/common/tables/cinder-storwize.xml:92(td) msgid "(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:82(td) +#: ./doc/common/tables/cinder-storwize.xml:96(td) msgid "(IntOpt) Storage system threshold for volume capacity warnings (percentage)" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:85(replaceable) +#: ./doc/common/tables/cinder-storwize.xml:99(replaceable) msgid "volpool" msgstr "" -#: ./doc/common/tables/cinder-storwize.xml:86(td) +#: ./doc/common/tables/cinder-storwize.xml:100(td) msgid "(StrOpt) Storage system storage pool for volumes" msgstr "" -#: ./doc/common/tables/ceilometer-swift.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-swift.xml:39(replaceable) msgid "AUTH_" msgstr "" -#: ./doc/common/tables/ceilometer-swift.xml:22(td) +#: ./doc/common/tables/ceilometer-swift.xml:40(td) msgid "(StrOpt) Swift reseller prefix. Must be on par with reseller_prefix in proxy-server.conf." msgstr "" -#: ./doc/common/tables/heat-clients_glance.xml:7(caption) +#: ./doc/common/tables/heat-clients_glance.xml:25(caption) msgid "Description of glance clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_glance.xml:18(th) +#: ./doc/common/tables/heat-clients_glance.xml:36(th) msgid "[clients_glance]" msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:7(caption) +#: ./doc/common/tables/cinder-vzstorage.xml:25(caption) msgid "Description of VidZapper Storage volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:22(td) +#: ./doc/common/tables/cinder-vzstorage.xml:40(td) msgid "(ListOpt) Mount options passed to the vzstorage client. See section of the pstorage-mount man page for details." msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:26(td) +#: ./doc/common/tables/cinder-vzstorage.xml:44(td) msgid "(StrOpt) Base dir containing mount points for vzstorage shares." msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:29(replaceable) +#: ./doc/common/tables/cinder-vzstorage.xml:47(replaceable) msgid "/etc/cinder/vzstorage_shares" msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:30(td) +#: ./doc/common/tables/cinder-vzstorage.xml:48(td) msgid "(StrOpt) File with the list of available vzstorage shares." msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:34(td) ./doc/common/tables/cinder-smbfs.xml:42(td) +#: ./doc/common/tables/cinder-vzstorage.xml:52(td) ./doc/common/tables/cinder-smbfs.xml:60(td) msgid "(BoolOpt) Create volumes as sparsed files which take no space rather than regular files when using raw format, in which case volume creation takes lot of time." msgstr "" -#: ./doc/common/tables/cinder-vzstorage.xml:38(td) ./doc/common/tables/cinder-smbfs.xml:46(td) +#: ./doc/common/tables/cinder-vzstorage.xml:56(td) ./doc/common/tables/cinder-smbfs.xml:64(td) msgid "(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:7(caption) +#: ./doc/common/tables/ironic-ilo.xml:25(caption) msgid "Description of iLO configuration options" msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:18(th) +#: ./doc/common/tables/ironic-ilo.xml:36(th) msgid "[ilo]" msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:22(td) +#: ./doc/common/tables/ironic-ilo.xml:40(td) msgid "(IntOpt) Priority for clear_secure_boot_keys clean step. This step is not enabled by default. It can be enabled to to clear all secure boot keys enrolled with iLO." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:26(td) +#: ./doc/common/tables/ironic-ilo.xml:44(td) msgid "(IntOpt) Priority for erase devices clean step. If unset, it defaults to 10. If set to 0, the step will be disabled and will not run during cleaning." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:30(td) +#: ./doc/common/tables/ironic-ilo.xml:48(td) msgid "(IntOpt) Priority for reset_bios_to_default clean step." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:34(td) +#: ./doc/common/tables/ironic-ilo.xml:52(td) msgid "(IntOpt) Priority for reset_ilo clean step." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:38(td) +#: ./doc/common/tables/ironic-ilo.xml:56(td) msgid "(IntOpt) Priority for reset_ilo_credential clean step. This step requires \"ilo_change_password\" parameter to be updated in nodes's driver_info with the new password." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:42(td) +#: ./doc/common/tables/ironic-ilo.xml:60(td) msgid "(IntOpt) Priority for reset_secure_boot_keys clean step. This step will reset the secure boot keys to manufacturing defaults." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:46(td) +#: ./doc/common/tables/ironic-ilo.xml:64(td) msgid "(IntOpt) Port to be used for iLO operations" msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:50(td) +#: ./doc/common/tables/ironic-ilo.xml:68(td) msgid "(IntOpt) Timeout (in seconds) for iLO operations" msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:61(replaceable) +#: ./doc/common/tables/ironic-ilo.xml:79(replaceable) msgid "ironic_ilo_container" msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:62(td) +#: ./doc/common/tables/ironic-ilo.xml:80(td) msgid "(StrOpt) The Swift iLO container to store data." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:66(td) +#: ./doc/common/tables/ironic-ilo.xml:84(td) msgid "(IntOpt) Amount of time in seconds for Swift objects to auto-expire." msgstr "" -#: ./doc/common/tables/ironic-ilo.xml:70(td) +#: ./doc/common/tables/ironic-ilo.xml:88(td) msgid "(BoolOpt) Set this to True to use http web server to host floppy images and generated boot ISO. This requires http_root and http_url to be configured in the [deploy] section of the config file. If this is set to False, then Ironic will use Swift to host the floppy images and generated boot_iso." msgstr "" @@ -16574,75 +16706,75 @@ msgstr "" msgid "(StrOpt) Name of nova region to use. Useful if keystone manages more than one region." msgstr "" -#: ./doc/common/tables/trove-debug.xml:26(td) +#: ./doc/common/tables/trove-debug.xml:44(td) msgid "(StrOpt) Enable or disable pydev remote debugging. If value is 'auto' tries to connect to remote debugger server, but in case of error continues running with debugging disabled." msgstr "" -#: ./doc/common/tables/trove-debug.xml:30(td) +#: ./doc/common/tables/trove-debug.xml:48(td) msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml:34(td) +#: ./doc/common/tables/trove-debug.xml:52(td) msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" -#: ./doc/common/tables/trove-debug.xml:37(th) ./doc/common/tables/cinder-profiler.xml:18(th) ./doc/common/tables/heat-testing.xml:18(th) ./doc/common/tables/glance-profiler.xml:18(th) +#: ./doc/common/tables/trove-debug.xml:55(th) ./doc/common/tables/cinder-profiler.xml:36(th) ./doc/common/tables/heat-testing.xml:36(th) ./doc/common/tables/glance-profiler.xml:36(th) msgid "[profiler]" msgstr "" -#: ./doc/common/tables/trove-debug.xml:41(td) ./doc/common/tables/cinder-profiler.xml:22(td) ./doc/common/tables/heat-testing.xml:22(td) ./doc/common/tables/glance-profiler.xml:22(td) +#: ./doc/common/tables/trove-debug.xml:59(td) ./doc/common/tables/cinder-profiler.xml:40(td) ./doc/common/tables/heat-testing.xml:40(td) ./doc/common/tables/glance-profiler.xml:40(td) msgid "(BoolOpt) If False fully disable profiling feature." msgstr "" -#: ./doc/common/tables/trove-debug.xml:45(td) ./doc/common/tables/cinder-profiler.xml:26(td) ./doc/common/tables/glance-profiler.xml:26(td) +#: ./doc/common/tables/trove-debug.xml:63(td) ./doc/common/tables/cinder-profiler.xml:44(td) ./doc/common/tables/glance-profiler.xml:44(td) msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:7(caption) +#: ./doc/common/tables/cinder-backups_nfs.xml:25(caption) msgid "Description of NFS backup driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:22(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:40(td) msgid "(StrOpt) Custom directory to use for backups." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:26(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:44(td) msgid "(BoolOpt) Enable or Disable the timer to send the periodic progress notifications to Ceilometer when backing up the volume to the backend storage. The default value is True to enable the timer." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:29(replaceable) +#: ./doc/common/tables/cinder-backups_nfs.xml:47(replaceable) msgid "1999994880" msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:30(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:48(td) msgid "(IntOpt) The maximum size in bytes of the files used to hold backups. If the volume being backed up exceeds this size, then it will be backed up into multiple files.backup_file_size must be a multiple of backup_sha_block_size_bytes." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:34(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:52(td) msgid "(StrOpt) Mount options passed to the NFS client. See NFS man page for details." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:38(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:56(td) msgid "(StrOpt) Base dir containing mount point for NFS share." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:42(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:60(td) msgid "(IntOpt) The size in bytes that changes are tracked for incremental backups. backup_file_size has to be multiple of backup_sha_block_size_bytes." msgstr "" -#: ./doc/common/tables/cinder-backups_nfs.xml:46(td) +#: ./doc/common/tables/cinder-backups_nfs.xml:64(td) msgid "(StrOpt) NFS share in hostname:path, ipv4addr:path, or \"[ipv6addr]:path\" format." msgstr "" -#: ./doc/common/tables/heat-clients_heat.xml:7(caption) +#: ./doc/common/tables/heat-clients_heat.xml:25(caption) msgid "Description of heat clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_heat.xml:18(th) +#: ./doc/common/tables/heat-clients_heat.xml:36(th) msgid "[clients_heat]" msgstr "" -#: ./doc/common/tables/heat-clients_heat.xml:42(td) +#: ./doc/common/tables/heat-clients_heat.xml:60(td) msgid "(StrOpt) Optional heat url in format like http://0.0.0.0:8004/v1/%(tenant_id)s." msgstr "" @@ -16654,11 +16786,11 @@ msgstr "" msgid "[dvs]" msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:22(td) ./doc/common/tables/nova-vmware.xml:22(td) +#: ./doc/common/tables/neutron-dvs.xml:22(td) ./doc/common/tables/nova-vmware.xml:40(td) msgid "(IntOpt) The number of times we retry on failures, e.g., socket error, etc." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:26(td) ./doc/common/tables/nova-vmware.xml:26(td) +#: ./doc/common/tables/neutron-dvs.xml:26(td) ./doc/common/tables/nova-vmware.xml:44(td) msgid "(StrOpt) Specify a CA bundle file to use in verifying the vCenter server certificate." msgstr "" @@ -16666,115 +16798,115 @@ msgstr "" msgid "(StrOpt) The name of the preconfigured DVS." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:34(td) ./doc/common/tables/nova-vmware.xml:46(td) +#: ./doc/common/tables/neutron-dvs.xml:34(td) ./doc/common/tables/nova-vmware.xml:64(td) msgid "(StrOpt) Hostname or IP address for connection to VMware vCenter host." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:38(td) ./doc/common/tables/nova-vmware.xml:50(td) +#: ./doc/common/tables/neutron-dvs.xml:38(td) ./doc/common/tables/nova-vmware.xml:68(td) msgid "(StrOpt) Password for connection to VMware vCenter host." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:42(td) ./doc/common/tables/nova-vmware.xml:54(td) +#: ./doc/common/tables/neutron-dvs.xml:42(td) ./doc/common/tables/nova-vmware.xml:72(td) msgid "(IntOpt) Port for connection to VMware vCenter host." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:46(td) ./doc/common/tables/nova-vmware.xml:58(td) +#: ./doc/common/tables/neutron-dvs.xml:46(td) ./doc/common/tables/nova-vmware.xml:76(td) msgid "(StrOpt) Username for connection to VMware vCenter host." msgstr "" -#: ./doc/common/tables/neutron-dvs.xml:54(td) ./doc/common/tables/nova-vmware.xml:94(td) +#: ./doc/common/tables/neutron-dvs.xml:54(td) ./doc/common/tables/nova-vmware.xml:112(td) msgid "(FloatOpt) The interval used for polling of remote tasks." msgstr "" -#: ./doc/common/tables/keystone-security.xml:7(caption) +#: ./doc/common/tables/keystone-security.xml:25(caption) msgid "Description of security configuration options" msgstr "" -#: ./doc/common/tables/keystone-security.xml:22(td) +#: ./doc/common/tables/keystone-security.xml:40(td) msgid "(IntOpt) The value passed as the keyword \"rounds\" to passlib's encrypt method." msgstr "" -#: ./doc/common/tables/sahara-domain.xml:7(caption) ./doc/common/tables/keystone-domain.xml:7(caption) +#: ./doc/common/tables/sahara-domain.xml:25(caption) ./doc/common/tables/keystone-domain.xml:25(caption) msgid "Description of domain configuration options" msgstr "" -#: ./doc/common/tables/sahara-domain.xml:22(td) +#: ./doc/common/tables/sahara-domain.xml:40(td) msgid "(StrOpt) The domain Sahara will use to create new proxy users for Swift object access." msgstr "" -#: ./doc/common/tables/sahara-domain.xml:25(replaceable) +#: ./doc/common/tables/sahara-domain.xml:43(replaceable) msgid "Member" msgstr "" -#: ./doc/common/tables/sahara-domain.xml:26(td) +#: ./doc/common/tables/sahara-domain.xml:44(td) msgid "(ListOpt) A list of the role names that the proxy user should assume through trust for Swift object access." msgstr "" -#: ./doc/common/tables/sahara-domain.xml:30(td) +#: ./doc/common/tables/sahara-domain.xml:48(td) msgid "(BoolOpt) Enables Sahara to use a domain for creating temporary proxy users to access Swift. If this is enabled a domain must be created for Sahara to use." msgstr "" -#: ./doc/common/tables/keystone-policy.xml:33(th) +#: ./doc/common/tables/keystone-policy.xml:51(th) msgid "[policy]" msgstr "" -#: ./doc/common/tables/keystone-policy.xml:37(td) +#: ./doc/common/tables/keystone-policy.xml:55(td) msgid "(StrOpt) Entrypoint for the policy backend driver in the keystone.policy namespace. Supplied drivers are rules and sql." msgstr "" -#: ./doc/common/tables/keystone-policy.xml:41(td) +#: ./doc/common/tables/keystone-policy.xml:59(td) msgid "(IntOpt) Maximum number of entities that will be returned in a policy collection." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:22(td) +#: ./doc/common/tables/nova-neutron.xml:40(td) msgid "(StrOpt) Default tenant id when creating neutron networks" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:29(td) +#: ./doc/common/tables/nova-neutron.xml:47(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:33(td) +#: ./doc/common/tables/nova-neutron.xml:51(td) msgid "(StrOpt) Password for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:37(td) +#: ./doc/common/tables/nova-neutron.xml:55(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:41(td) +#: ./doc/common/tables/nova-neutron.xml:59(td) msgid "(StrOpt) Tenant name for connecting to neutron in admin context. This option will be ignored if neutron_admin_tenant_id is set. Note that with Keystone V3 tenant names are only unique within a domain. DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:45(td) +#: ./doc/common/tables/nova-neutron.xml:63(td) msgid "(StrOpt) User id for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:49(td) +#: ./doc/common/tables/nova-neutron.xml:67(td) msgid "(StrOpt) Username for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:61(td) +#: ./doc/common/tables/nova-neutron.xml:79(td) msgid "(StrOpt) Authorization strategy for connecting to neutron in admin context. DEPRECATED: specify an auth_plugin and appropriate credentials instead. If an auth_plugin is specified strategy will be ignored." msgstr "" -#: ./doc/common/tables/nova-neutron.xml:73(td) +#: ./doc/common/tables/nova-neutron.xml:91(td) msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:85(td) +#: ./doc/common/tables/nova-neutron.xml:103(td) msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:89(td) ./doc/common/tables/nova-xen.xml:148(td) +#: ./doc/common/tables/nova-neutron.xml:107(td) ./doc/common/tables/nova-xen.xml:166(td) msgid "(StrOpt) Name of Integration Bridge used by Open vSwitch" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:93(td) +#: ./doc/common/tables/nova-neutron.xml:111(td) msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" -#: ./doc/common/tables/nova-neutron.xml:97(td) +#: ./doc/common/tables/nova-neutron.xml:115(td) msgid "(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids." msgstr "" @@ -16798,119 +16930,107 @@ msgstr "" msgid "(StrOpt) Currently unused" msgstr "" -#: ./doc/common/tables/ironic-iboot.xml:7(caption) +#: ./doc/common/tables/ironic-iboot.xml:25(caption) msgid "Description of iBoot Web Power Switch configuration options" msgstr "" -#: ./doc/common/tables/ironic-iboot.xml:18(th) +#: ./doc/common/tables/ironic-iboot.xml:36(th) msgid "[iboot]" msgstr "" -#: ./doc/common/tables/ironic-iboot.xml:22(td) +#: ./doc/common/tables/ironic-iboot.xml:40(td) msgid "(IntOpt) Maximum retries for iBoot operations" msgstr "" -#: ./doc/common/tables/ironic-iboot.xml:26(td) +#: ./doc/common/tables/ironic-iboot.xml:44(td) msgid "(IntOpt) Time between retry attempts for iBoot operations" msgstr "" -#: ./doc/common/tables/heat-clients_keystone.xml:7(caption) +#: ./doc/common/tables/heat-clients_keystone.xml:25(caption) msgid "Description of keystone clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_keystone.xml:18(th) +#: ./doc/common/tables/heat-clients_keystone.xml:36(th) msgid "[clients_keystone]" msgstr "" -#: ./doc/common/tables/heat-clients_keystone.xml:22(td) +#: ./doc/common/tables/heat-clients_keystone.xml:40(td) msgid "(StrOpt) Unversioned keystone url in format like http://0.0.0.0:5000." msgstr "" -#: ./doc/common/tables/glance-testing.xml:22(td) +#: ./doc/common/tables/glance-testing.xml:40(td) msgid "(StrOpt) The hostname/IP of the pydev process listening for debug connections" msgstr "" -#: ./doc/common/tables/glance-testing.xml:25(replaceable) +#: ./doc/common/tables/glance-testing.xml:43(replaceable) msgid "5678" msgstr "" -#: ./doc/common/tables/glance-testing.xml:26(td) +#: ./doc/common/tables/glance-testing.xml:44(td) msgid "(IntOpt) The port on which a pydev process is listening for connections." msgstr "" -#: ./doc/common/tables/cinder-redis.xml:33(th) ./doc/common/tables/heat-redis.xml:33(th) ./doc/common/tables/aodh-redis.xml:33(th) ./doc/common/tables/neutron-redis.xml:33(th) -msgid "[matchmaker_ring]" -msgstr "" - -#: ./doc/common/tables/cinder-redis.xml:36(replaceable) ./doc/common/tables/heat-redis.xml:36(replaceable) ./doc/common/tables/aodh-redis.xml:36(replaceable) ./doc/common/tables/neutron-redis.xml:36(replaceable) -msgid "/etc/oslo/matchmaker_ring.json" -msgstr "" - -#: ./doc/common/tables/cinder-redis.xml:37(td) ./doc/common/tables/heat-redis.xml:37(td) ./doc/common/tables/aodh-redis.xml:37(td) ./doc/common/tables/neutron-redis.xml:37(td) -msgid "(StrOpt) Matchmaker ring file (JSON)." -msgstr "" - -#: ./doc/common/tables/manila-ganesha.xml:7(caption) +#: ./doc/common/tables/manila-ganesha.xml:25(caption) msgid "Description of Ganesha configuration options" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:21(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:39(replaceable) msgid "/etc/ganesha" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:22(td) +#: ./doc/common/tables/manila-ganesha.xml:40(td) msgid "(StrOpt) Directory where Ganesha config files are stored." msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:25(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:43(replaceable) msgid "$ganesha_config_dir/ganesha.conf" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:26(td) +#: ./doc/common/tables/manila-ganesha.xml:44(td) msgid "(StrOpt) Path to main Ganesha config file." msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:29(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:47(replaceable) msgid "$state_path/manila-ganesha.db" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:30(td) +#: ./doc/common/tables/manila-ganesha.xml:48(td) msgid "(StrOpt) Location of Ganesha database file. (Ganesha module only.)" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:33(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:51(replaceable) msgid "$ganesha_config_dir/export.d" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:34(td) +#: ./doc/common/tables/manila-ganesha.xml:52(td) msgid "(StrOpt) Path to directory containing Ganesha export configuration. (Ganesha module only.)" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:37(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:55(replaceable) msgid "/etc/manila/ganesha-export-templ.d" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:38(td) +#: ./doc/common/tables/manila-ganesha.xml:56(td) msgid "(StrOpt) Path to directory containing Ganesha export block templates. (Ganesha module only.)" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:41(replaceable) +#: ./doc/common/tables/manila-ganesha.xml:59(replaceable) +msgid "maxread = 65536, prefread = 65536" +msgstr "" + +#: ./doc/common/tables/manila-ganesha.xml:60(td) +msgid "(StrOpt) Options to use when exporting a share using ganesha NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options. Also note the complete set of default ganesha export options is specified in ganesha_utils. (GPFS only.)" +msgstr "" + +#: ./doc/common/tables/manila-ganesha.xml:63(replaceable) msgid "ganesha.nfsd" msgstr "" -#: ./doc/common/tables/manila-ganesha.xml:42(td) +#: ./doc/common/tables/manila-ganesha.xml:64(td) msgid "(StrOpt) Name of the ganesha nfs service." msgstr "" -#: ./doc/common/tables/nova-quobyte.xml:7(caption) -msgid "Description of Quobyte USP volume driver configuration options" -msgstr "" - -#: ./doc/common/tables/nova-quobyte.xml:22(td) -msgid "(StrOpt) Path to a Quobyte Client configuration file." -msgstr "" - -#: ./doc/common/tables/nova-quobyte.xml:26(td) +#: ./doc/common/tables/nova-quobyte.xml:44(td) msgid "(StrOpt) Directory where the Quobyte volume is mounted on the compute node" msgstr "" @@ -16942,331 +17062,331 @@ msgstr "" msgid "egg:swift#name_check" msgstr "" -#: ./doc/common/tables/manila-share.xml:7(caption) +#: ./doc/common/tables/manila-share.xml:25(caption) msgid "Description of Share configuration options" msgstr "" -#: ./doc/common/tables/manila-share.xml:22(td) +#: ./doc/common/tables/manila-share.xml:40(td) msgid "(BoolOpt) If set to True, then Manila will delete all share servers which were unused more than specified time .If set to False - automatic deletion of share servers will be disabled." msgstr "" -#: ./doc/common/tables/manila-share.xml:30(td) +#: ./doc/common/tables/manila-share.xml:48(td) msgid "(BoolOpt) Attach share server directly to share network. Used only with Neutron." msgstr "" -#: ./doc/common/tables/manila-share.xml:34(td) +#: ./doc/common/tables/manila-share.xml:52(td) msgid "(StrOpt) Default share type to use." msgstr "" -#: ./doc/common/tables/manila-share.xml:38(td) +#: ./doc/common/tables/manila-share.xml:56(td) msgid "(BoolOpt) Whether share servers will be deleted on deletion of the last share." msgstr "" -#: ./doc/common/tables/manila-share.xml:42(td) +#: ./doc/common/tables/manila-share.xml:60(td) msgid "(BoolOpt) There are two possible approaches for share drivers in Manila. First is when share driver is able to handle share-servers and second when not. Drivers can support either both or only one of these approaches. So, set this opt to True if share driver is able to handle share servers and it is desired mode else set False. It is set to None by default to make this choice intentional." msgstr "" -#: ./doc/common/tables/manila-share.xml:46(td) +#: ./doc/common/tables/manila-share.xml:64(td) msgid "(BoolOpt) Whether to enable periodic hooks or not." msgstr "" -#: ./doc/common/tables/manila-share.xml:50(td) +#: ./doc/common/tables/manila-share.xml:68(td) msgid "(BoolOpt) Whether to enable post hooks or not." msgstr "" -#: ./doc/common/tables/manila-share.xml:54(td) +#: ./doc/common/tables/manila-share.xml:72(td) msgid "(BoolOpt) Whether to enable pre hooks or not." msgstr "" -#: ./doc/common/tables/manila-share.xml:58(td) +#: ./doc/common/tables/manila-share.xml:76(td) msgid "(ListOpt) A list of share backend names to use. These backend names should be backed by a unique [CONFIG] group with its options." msgstr "" -#: ./doc/common/tables/manila-share.xml:61(replaceable) +#: ./doc/common/tables/manila-share.xml:79(replaceable) msgid "NFS, CIFS" msgstr "" -#: ./doc/common/tables/manila-share.xml:62(td) +#: ./doc/common/tables/manila-share.xml:80(td) msgid "(ListOpt) Specify list of protocols to be allowed for share creation. Available values are '('NFS', 'CIFS', 'GLUSTERFS', 'HDFS')'" msgstr "" -#: ./doc/common/tables/manila-share.xml:70(td) +#: ./doc/common/tables/manila-share.xml:88(td) msgid "(ListOpt) Driver(s) to perform some additional actions before and after share driver actions and on a periodic basis. Default is []." msgstr "" -#: ./doc/common/tables/manila-share.xml:73(replaceable) +#: ./doc/common/tables/manila-share.xml:91(replaceable) msgid "manila.network.linux.interface.OVSInterfaceDriver" msgstr "" -#: ./doc/common/tables/manila-share.xml:74(td) +#: ./doc/common/tables/manila-share.xml:92(td) msgid "(StrOpt) Vif driver. Used only with Neutron." msgstr "" -#: ./doc/common/tables/manila-share.xml:77(replaceable) ./doc/common/tables/manila-share.xml:173(replaceable) +#: ./doc/common/tables/manila-share.xml:95(replaceable) ./doc/common/tables/manila-share.xml:191(replaceable) msgid "manila-service" msgstr "" -#: ./doc/common/tables/manila-share.xml:78(td) +#: ./doc/common/tables/manila-share.xml:96(td) msgid "(StrOpt) Keypair name that will be created and used for service instances." msgstr "" -#: ./doc/common/tables/manila-share.xml:82(td) +#: ./doc/common/tables/manila-share.xml:100(td) msgid "(IntOpt) Maximum time to wait for attaching cinder volume." msgstr "" -#: ./doc/common/tables/manila-share.xml:86(td) +#: ./doc/common/tables/manila-share.xml:104(td) msgid "(IntOpt) Maximum time in seconds to wait for creating service instance." msgstr "" -#: ./doc/common/tables/manila-share.xml:90(td) +#: ./doc/common/tables/manila-share.xml:108(td) msgid "(IntOpt) Maximum time to wait for creating cinder volume." msgstr "" -#: ./doc/common/tables/manila-share.xml:94(td) +#: ./doc/common/tables/manila-share.xml:112(td) msgid "(IntOpt) Maximum time to wait for extending cinder volume." msgstr "" -#: ./doc/common/tables/manila-share.xml:98(td) +#: ./doc/common/tables/manila-share.xml:116(td) msgid "(IntOpt) Timeout for creating and deleting share instances when performing share migration (seconds)." msgstr "" -#: ./doc/common/tables/manila-share.xml:102(td) +#: ./doc/common/tables/manila-share.xml:120(td) msgid "(StrOpt) The IP of the node responsible for copying data during migration, such as the data copy service node, reachable by the backend." msgstr "" -#: ./doc/common/tables/manila-share.xml:105(replaceable) +#: ./doc/common/tables/manila-share.xml:123(replaceable) msgid "lost+found" msgstr "" -#: ./doc/common/tables/manila-share.xml:106(td) +#: ./doc/common/tables/manila-share.xml:124(td) msgid "(ListOpt) List of files and folders to be ignored when migrating shares. Items should be names (not including any path)." msgstr "" -#: ./doc/common/tables/manila-share.xml:110(td) +#: ./doc/common/tables/manila-share.xml:128(td) msgid "(StrOpt) Backend IP in admin network to use for mounting shares during migration." msgstr "" -#: ./doc/common/tables/manila-share.xml:114(td) +#: ./doc/common/tables/manila-share.xml:132(td) msgid "(StrOpt) The command for mounting shares for this backend. Must specifythe executable and all necessary parameters for the protocol supported. It is advisable to separate protocols per backend." msgstr "" -#: ./doc/common/tables/manila-share.xml:118(td) +#: ./doc/common/tables/manila-share.xml:136(td) msgid "(BoolOpt) Specify whether read only access mode is supported in thisbackend." msgstr "" -#: ./doc/common/tables/manila-share.xml:121(replaceable) +#: ./doc/common/tables/manila-share.xml:139(replaceable) msgid "/tmp/" msgstr "" -#: ./doc/common/tables/manila-share.xml:122(td) +#: ./doc/common/tables/manila-share.xml:140(td) msgid "(StrOpt) Temporary path to create and mount shares during migration." msgstr "" -#: ./doc/common/tables/manila-share.xml:126(td) +#: ./doc/common/tables/manila-share.xml:144(td) msgid "(IntOpt) Time to wait for access rules to be allowed/denied on backends when migrating shares using generic approach (seconds)." msgstr "" -#: ./doc/common/tables/manila-share.xml:130(td) +#: ./doc/common/tables/manila-share.xml:148(td) msgid "(StrOpt) Name of the configuration group in the Manila conf file to look for network config options.If not set, the share backend's config group will be used.If an option is not found within provided group, then'DEFAULT' group will be used for search of option." msgstr "" -#: ./doc/common/tables/manila-share.xml:134(td) +#: ./doc/common/tables/manila-share.xml:152(td) msgid "(StrOpt) Name of Open vSwitch bridge to use." msgstr "" -#: ./doc/common/tables/manila-share.xml:137(replaceable) +#: ./doc/common/tables/manila-share.xml:155(replaceable) msgid "~/.ssh/id_rsa" msgstr "" -#: ./doc/common/tables/manila-share.xml:138(td) +#: ./doc/common/tables/manila-share.xml:156(td) msgid "(StrOpt) Path to host's private key." msgstr "" -#: ./doc/common/tables/manila-share.xml:141(replaceable) +#: ./doc/common/tables/manila-share.xml:159(replaceable) msgid "~/.ssh/id_rsa.pub" msgstr "" -#: ./doc/common/tables/manila-share.xml:142(td) +#: ./doc/common/tables/manila-share.xml:160(td) msgid "(StrOpt) Path to hosts public key." msgstr "" -#: ./doc/common/tables/manila-share.xml:145(replaceable) ./doc/common/tables/neutron-common.xml:232(replaceable) +#: ./doc/common/tables/manila-share.xml:163(replaceable) ./doc/common/tables/neutron-common.xml:232(replaceable) msgid "sudo" msgstr "" -#: ./doc/common/tables/manila-share.xml:146(td) +#: ./doc/common/tables/manila-share.xml:164(td) msgid "(StrOpt) Deprecated: command to use for running commands as root." msgstr "" -#: ./doc/common/tables/manila-share.xml:149(replaceable) +#: ./doc/common/tables/manila-share.xml:167(replaceable) msgid "manila-service-image" msgstr "" -#: ./doc/common/tables/manila-share.xml:150(td) +#: ./doc/common/tables/manila-share.xml:168(td) msgid "(StrOpt) Name of image in Glance, that will be used for service instance creation." msgstr "" -#: ./doc/common/tables/manila-share.xml:154(td) +#: ./doc/common/tables/manila-share.xml:172(td) msgid "(IntOpt) ID of flavor, that will be used for service instance creation." msgstr "" -#: ./doc/common/tables/manila-share.xml:158(td) +#: ./doc/common/tables/manila-share.xml:176(td) msgid "(StrOpt) Name or ID of service instance in Nova to use for share exports. Used only when share servers handling is disabled." msgstr "" -#: ./doc/common/tables/manila-share.xml:161(replaceable) +#: ./doc/common/tables/manila-share.xml:179(replaceable) msgid "manila_service_instance_%s" msgstr "" -#: ./doc/common/tables/manila-share.xml:162(td) +#: ./doc/common/tables/manila-share.xml:180(td) msgid "(StrOpt) Name of service instance." msgstr "" -#: ./doc/common/tables/manila-share.xml:166(td) +#: ./doc/common/tables/manila-share.xml:184(td) msgid "(StrOpt) Allowed values are ['nova', 'neutron']." msgstr "" -#: ./doc/common/tables/manila-share.xml:170(td) +#: ./doc/common/tables/manila-share.xml:188(td) msgid "(StrOpt) Password for service instance user." msgstr "" -#: ./doc/common/tables/manila-share.xml:174(td) +#: ./doc/common/tables/manila-share.xml:192(td) msgid "(StrOpt) Security group name, that will be used for service instance creation." msgstr "" -#: ./doc/common/tables/manila-share.xml:177(replaceable) +#: ./doc/common/tables/manila-share.xml:195(replaceable) msgid "$share_mount_path/smb.conf" msgstr "" -#: ./doc/common/tables/manila-share.xml:178(td) +#: ./doc/common/tables/manila-share.xml:196(td) msgid "(StrOpt) Path to SMB config in service instance." msgstr "" -#: ./doc/common/tables/manila-share.xml:182(td) +#: ./doc/common/tables/manila-share.xml:200(td) msgid "(StrOpt) User in service instance that will be used for authentication." msgstr "" -#: ./doc/common/tables/manila-share.xml:186(td) +#: ./doc/common/tables/manila-share.xml:204(td) msgid "(StrOpt) Can be either name of network that is used by service instance within Nova to get IP address or IP address itself for managing shares there. Used only when share servers handling is disabled." msgstr "" -#: ./doc/common/tables/manila-share.xml:189(replaceable) +#: ./doc/common/tables/manila-share.xml:207(replaceable) msgid "10.254.0.0/16" msgstr "" -#: ./doc/common/tables/manila-share.xml:190(td) +#: ./doc/common/tables/manila-share.xml:208(td) msgid "(StrOpt) CIDR of manila service network. Used only with Neutron." msgstr "" -#: ./doc/common/tables/manila-share.xml:193(replaceable) +#: ./doc/common/tables/manila-share.xml:211(replaceable) msgid "28" msgstr "" -#: ./doc/common/tables/manila-share.xml:194(td) +#: ./doc/common/tables/manila-share.xml:212(td) msgid "(IntOpt) This mask is used for dividing service network into subnets, IP capacity of subnet with this mask directly defines possible amount of created service VMs per tenant's subnet. Used only with Neutron." msgstr "" -#: ./doc/common/tables/manila-share.xml:197(replaceable) +#: ./doc/common/tables/manila-share.xml:215(replaceable) msgid "manila_service_network" msgstr "" -#: ./doc/common/tables/manila-share.xml:198(td) +#: ./doc/common/tables/manila-share.xml:216(td) msgid "(StrOpt) Name of manila service network. Used only with Neutron." msgstr "" -#: ./doc/common/tables/manila-share.xml:202(td) +#: ./doc/common/tables/manila-share.xml:220(td) msgid "(StrOpt) The backend name for a given driver implementation." msgstr "" -#: ./doc/common/tables/manila-share.xml:205(replaceable) +#: ./doc/common/tables/manila-share.xml:223(replaceable) msgid "manila.share.drivers.generic.GenericShareDriver" msgstr "" -#: ./doc/common/tables/manila-share.xml:206(td) +#: ./doc/common/tables/manila-share.xml:224(td) msgid "(StrOpt) Driver to use for share creation." msgstr "" -#: ./doc/common/tables/manila-share.xml:209(replaceable) +#: ./doc/common/tables/manila-share.xml:227(replaceable) msgid "CIFS=manila.share.drivers.generic.CIFSHelper, NFS=manila.share.drivers.generic.NFSHelper" msgstr "" -#: ./doc/common/tables/manila-share.xml:210(td) +#: ./doc/common/tables/manila-share.xml:228(td) ./doc/common/tables/manila-gpfs.xml:56(td) msgid "(ListOpt) Specify list of share export helpers." msgstr "" -#: ./doc/common/tables/manila-share.xml:213(replaceable) +#: ./doc/common/tables/manila-share.xml:231(replaceable) msgid "manila.share.manager.ShareManager" msgstr "" -#: ./doc/common/tables/manila-share.xml:214(td) +#: ./doc/common/tables/manila-share.xml:232(td) msgid "(StrOpt) Full class name for the share manager." msgstr "" -#: ./doc/common/tables/manila-share.xml:217(replaceable) +#: ./doc/common/tables/manila-share.xml:235(replaceable) msgid "/shares" msgstr "" -#: ./doc/common/tables/manila-share.xml:218(td) +#: ./doc/common/tables/manila-share.xml:236(td) msgid "(StrOpt) Parent path in service instance where shares will be mounted." msgstr "" -#: ./doc/common/tables/manila-share.xml:221(replaceable) +#: ./doc/common/tables/manila-share.xml:239(replaceable) msgid "share-%s" msgstr "" -#: ./doc/common/tables/manila-share.xml:222(td) +#: ./doc/common/tables/manila-share.xml:240(td) msgid "(StrOpt) Template string to be used to generate share names." msgstr "" -#: ./doc/common/tables/manila-share.xml:225(replaceable) +#: ./doc/common/tables/manila-share.xml:243(replaceable) msgid "share-snapshot-%s" msgstr "" -#: ./doc/common/tables/manila-share.xml:226(td) +#: ./doc/common/tables/manila-share.xml:244(td) msgid "(StrOpt) Template string to be used to generate share snapshot names." msgstr "" -#: ./doc/common/tables/manila-share.xml:230(td) +#: ./doc/common/tables/manila-share.xml:248(td) msgid "(StrOpt) Time period to generate share usages for. Time period must be hour, day, month or year." msgstr "" -#: ./doc/common/tables/manila-share.xml:233(replaceable) ./doc/common/tables/ironic-pxe.xml:21(replaceable) +#: ./doc/common/tables/manila-share.xml:251(replaceable) ./doc/common/tables/ironic-pxe.xml:39(replaceable) msgid "ext4" msgstr "" -#: ./doc/common/tables/manila-share.xml:234(td) +#: ./doc/common/tables/manila-share.xml:252(td) msgid "(StrOpt) Filesystem type of the share volume." msgstr "" -#: ./doc/common/tables/manila-share.xml:237(replaceable) +#: ./doc/common/tables/manila-share.xml:255(replaceable) msgid "$state_path/smb.conf" msgstr "" -#: ./doc/common/tables/manila-share.xml:238(td) +#: ./doc/common/tables/manila-share.xml:256(td) msgid "(StrOpt) Path to smb config." msgstr "" -#: ./doc/common/tables/manila-share.xml:242(td) +#: ./doc/common/tables/manila-share.xml:260(td) msgid "(BoolOpt) Whether to suppress post hook errors (allow driver's results to pass through) or not." msgstr "" -#: ./doc/common/tables/manila-share.xml:246(td) +#: ./doc/common/tables/manila-share.xml:264(td) msgid "(BoolOpt) Whether to suppress pre hook errors (allow driver perform actions) or not." msgstr "" -#: ./doc/common/tables/manila-share.xml:250(td) +#: ./doc/common/tables/manila-share.xml:268(td) msgid "(StrOpt) Can be either name of network that is used by service instance within Nova to get IP address or IP address itself for exporting shares. Used only when share servers handling is disabled." msgstr "" -#: ./doc/common/tables/manila-share.xml:254(td) +#: ./doc/common/tables/manila-share.xml:272(td) msgid "(BoolOpt) If set to True, then manila will deny access and remove all access rules on share unmanage.If set to False - nothing will be changed." msgstr "" -#: ./doc/common/tables/manila-share.xml:258(td) +#: ./doc/common/tables/manila-share.xml:276(td) msgid "(IntOpt) Unallocated share servers reclamation time interval (minutes). Minimum value is 10 minutes, maximum is 60 minutes. The reclamation function is run every 10 minutes and delete share servers which were unused more than unused_share_server_cleanup_interval option defines. This value reflects the shortest time Manila will wait for a share server to go unutilized before deleting it." msgstr "" -#: ./doc/common/tables/manila-share.xml:262(td) +#: ./doc/common/tables/manila-share.xml:280(td) msgid "(BoolOpt) If set to False, then share creation from snapshot will be performed on the same host. If set to True, then scheduling step will be used." msgstr "" @@ -17338,43 +17458,43 @@ msgstr "" msgid "(StrOpt) <security_bridge>:<phy_interface>" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:7(caption) +#: ./doc/common/tables/nova-serial_console.xml:25(caption) msgid "Description of serial console configuration options" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:18(th) +#: ./doc/common/tables/nova-serial_console.xml:36(th) msgid "[serial_console]" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:21(replaceable) +#: ./doc/common/tables/nova-serial_console.xml:39(replaceable) msgid "ws://127.0.0.1:6083/" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:22(td) +#: ./doc/common/tables/nova-serial_console.xml:40(td) msgid "(StrOpt) Location of serial console proxy." msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:26(td) +#: ./doc/common/tables/nova-serial_console.xml:44(td) msgid "(BoolOpt) Enable serial console related features" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:30(td) +#: ./doc/common/tables/nova-serial_console.xml:48(td) msgid "(StrOpt) IP address on which instance serial console should listen" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:33(replaceable) +#: ./doc/common/tables/nova-serial_console.xml:51(replaceable) msgid "10000:20000" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:34(td) +#: ./doc/common/tables/nova-serial_console.xml:52(td) msgid "(StrOpt) Range of TCP ports to use for serial ports on compute hosts" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:38(td) +#: ./doc/common/tables/nova-serial_console.xml:56(td) msgid "(StrOpt) The address to which proxy clients (like nova-serialproxy) should connect" msgstr "" -#: ./doc/common/tables/nova-serial_console.xml:45(replaceable) +#: ./doc/common/tables/nova-serial_console.xml:63(replaceable) msgid "6083" msgstr "" @@ -17426,11 +17546,11 @@ msgstr "" msgid "testing3" msgstr "" -#: ./doc/common/tables/heat-clients_sahara.xml:7(caption) +#: ./doc/common/tables/heat-clients_sahara.xml:25(caption) msgid "Description of sahara clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_sahara.xml:18(th) +#: ./doc/common/tables/heat-clients_sahara.xml:36(th) msgid "[clients_sahara]" msgstr "" @@ -17474,219 +17594,219 @@ msgstr "" msgid "Description of BigSwitch configuration options" msgstr "" -#: ./doc/common/tables/manila-auth.xml:7(caption) +#: ./doc/common/tables/manila-auth.xml:25(caption) msgid "Description of Authorization configuration options" msgstr "" -#: ./doc/common/tables/manila-auth.xml:22(td) +#: ./doc/common/tables/manila-auth.xml:40(td) ./doc/common/tables/cinder-auth.xml:40(td) msgid "(StrOpt) The strategy to use for auth. Supports noauth, keystone, and deprecated." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:7(caption) +#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:25(caption) msgid "Description of NetApp cDOT iSCSI driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:30(td) +#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:48(td) msgid "(StrOpt) This option determines if storage space is reserved for LUN allocation. If enabled, LUNs are thick provisioned. If space reservation is disabled, storage space is allocated on demand." msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:53(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:45(replaceable) +#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:71(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:63(replaceable) msgid "1.2" msgstr "" -#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:54(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:46(td) +#: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml:72(td) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:64(td) msgid "(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request. Note: this option is deprecated and will be removed in favor of \"reserved_percentage\" in the Mitaka release." msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:45(replaceable) +#: ./doc/common/tables/cinder-rpc.xml:59(replaceable) msgid "cinder-volume" msgstr "" -#: ./doc/common/tables/cinder-rpc.xml:46(td) +#: ./doc/common/tables/cinder-rpc.xml:60(td) msgid "(StrOpt) The topic that volume nodes listen on" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:22(td) +#: ./doc/common/tables/nova-scheduler.xml:40(td) msgid "(StrOpt) Force the filter to consider only keys matching the given namespace." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:26(td) +#: ./doc/common/tables/nova-scheduler.xml:44(td) msgid "(StrOpt) The separator used between the namespace and keys" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:29(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:47(replaceable) msgid "RetryFilter, AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:30(td) +#: ./doc/common/tables/nova-scheduler.xml:48(td) msgid "(ListOpt) Which filter class names to use for filtering baremetal hosts when not specified in the request." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:33(replaceable) ./doc/common/tables/nova-scheduler.xml:61(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:51(replaceable) ./doc/common/tables/nova-scheduler.xml:79(replaceable) msgid "0.0" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:34(td) +#: ./doc/common/tables/nova-scheduler.xml:52(td) msgid "(FloatOpt) Virtual CPU to physical CPU allocation ratio which affects all CPU filters. This configuration specifies a global ratio for CoreFilter. For AggregateCoreFilter, it will fall back to this configuration value if no per-aggregate setting found. NOTE: This can be set per-compute, or if set to 0.0, the value set on the scheduler node(s) will be used and defaulted to 16.0" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:38(td) +#: ./doc/common/tables/nova-scheduler.xml:56(td) msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:41(replaceable) ./doc/common/tables/cinder-api.xml:121(replaceable) ./doc/common/tables/cinder-storage.xml:21(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:59(replaceable) ./doc/common/tables/cinder-api.xml:147(replaceable) ./doc/common/tables/cinder-storage.xml:39(replaceable) msgid "-1.0" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:42(td) +#: ./doc/common/tables/nova-scheduler.xml:60(td) msgid "(FloatOpt) Multiplier used for weighing host io ops. Negative numbers mean a preference to choose light workload compute hosts." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:46(td) +#: ./doc/common/tables/nova-scheduler.xml:64(td) msgid "(ListOpt) Host reserved for specific images" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:50(td) +#: ./doc/common/tables/nova-scheduler.xml:68(td) msgid "(ListOpt) Images to run on isolated host" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:54(td) +#: ./doc/common/tables/nova-scheduler.xml:72(td) msgid "(IntOpt) Ignore hosts that have too many instances" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:58(td) +#: ./doc/common/tables/nova-scheduler.xml:76(td) msgid "(IntOpt) Tells filters to ignore hosts that have this many or more instances currently in build, resize, snapshot, migrate, rescue or unshelve task states" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:62(td) +#: ./doc/common/tables/nova-scheduler.xml:80(td) msgid "(FloatOpt) Virtual ram to physical ram allocation ratio which affects all ram filters. This configuration specifies a global ratio for RamFilter. For AggregateRamFilter, it will fall back to this configuration value if no per-aggregate setting found. NOTE: This can be set per-compute, or if set to 0.0, the value set on the scheduler node(s) will be used and defaulted to 1.5" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:66(td) ./doc/common/tables/nova-scheduler.xml:141(td) +#: ./doc/common/tables/nova-scheduler.xml:84(td) ./doc/common/tables/nova-scheduler.xml:159(td) msgid "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack vs spread." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:70(td) +#: ./doc/common/tables/nova-scheduler.xml:88(td) msgid "(IntOpt) Amount of disk in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:74(td) +#: ./doc/common/tables/nova-scheduler.xml:92(td) msgid "(IntOpt) Amount of memory in MB to reserve for the host" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:78(td) +#: ./doc/common/tables/nova-scheduler.xml:96(td) msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:81(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:99(replaceable) msgid "['nova.scheduler.filters.all_filters']" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:82(td) +#: ./doc/common/tables/nova-scheduler.xml:100(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/nova-scheduler.xml:103(replaceable) msgid "RetryFilter, AvailabilityZoneFilter, RamFilter, DiskFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:89(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:107(replaceable) msgid "nova.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:90(td) +#: ./doc/common/tables/nova-scheduler.xml:108(td) msgid "(StrOpt) Default driver to use for the scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:94(td) +#: ./doc/common/tables/nova-scheduler.xml:112(td) msgid "(IntOpt) How often (in seconds) to run periodic tasks in the scheduler driver of your choice. Please note this is likely to interact with the value of service_down_time, but exactly how they interact will depend on your choice of scheduler driver." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:97(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:115(replaceable) msgid "nova.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:102(td) +#: ./doc/common/tables/nova-scheduler.xml:120(td) msgid "(IntOpt) New instances will be scheduled on a host chosen randomly from a subset of the N best hosts. This property defines the subset size that a host is chosen from. A value of 1 chooses the first host returned by the weighing functions. This value must be at least 1. Any value less than 1 will be ignored, and 1 will be used instead" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:106(td) +#: ./doc/common/tables/nova-scheduler.xml:124(td) msgid "(IntOpt) Waiting time interval (seconds) between sending the scheduler a list of current instance UUIDs to verify that its view of instances is in sync with nova. If the CONF option `scheduler_tracks_instance_changes` is False, changing this option will have no effect." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:113(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:131(replaceable) msgid "nova.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:118(td) +#: ./doc/common/tables/nova-scheduler.xml:136(td) msgid "(IntOpt) Maximum number of attempts to schedule an instance" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:121(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:139(replaceable) msgid "scheduler" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:122(td) +#: ./doc/common/tables/nova-scheduler.xml:140(td) msgid "(StrOpt) The topic scheduler nodes listen on" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:126(td) +#: ./doc/common/tables/nova-scheduler.xml:144(td) 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/nova-scheduler.xml:148(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/nova-scheduler.xml:151(replaceable) msgid "nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:134(td) +#: ./doc/common/tables/nova-scheduler.xml:152(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:144(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:162(replaceable) msgid "nova.cells.filters.all_filters" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:145(td) +#: ./doc/common/tables/nova-scheduler.xml:163(td) msgid "(ListOpt) Filter classes the cells scheduler should use. An entry of \"nova.cells.filters.all_filters\" maps to all cells filters included with nova." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:149(td) +#: ./doc/common/tables/nova-scheduler.xml:167(td) msgid "(IntOpt) How many retries when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:153(td) +#: ./doc/common/tables/nova-scheduler.xml:171(td) msgid "(IntOpt) How often to retry in seconds when no cells are available." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:156(replaceable) +#: ./doc/common/tables/nova-scheduler.xml:174(replaceable) msgid "nova.cells.weights.all_weighers" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:157(td) +#: ./doc/common/tables/nova-scheduler.xml:175(td) msgid "(ListOpt) Weigher classes the cells scheduler should use. An entry of \"nova.cells.weights.all_weighers\" maps to all cell weighers included with nova." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:160(th) +#: ./doc/common/tables/nova-scheduler.xml:178(th) msgid "[metrics]" msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:164(td) +#: ./doc/common/tables/nova-scheduler.xml:182(td) msgid "(BoolOpt) How to treat the unavailable metrics. When a metric is NOT available for a host, if it is set to be True, it would raise an exception, so it is recommended to use the scheduler filter MetricFilter to filter out those hosts. If it is set to be False, the unavailable metric would be treated as a negative factor in weighing process, the returned value would be set by the option weight_of_unavailable." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:168(td) +#: ./doc/common/tables/nova-scheduler.xml:186(td) msgid "(FloatOpt) Multiplier used for weighing metrics." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:172(td) +#: ./doc/common/tables/nova-scheduler.xml:190(td) msgid "(FloatOpt) The final weight value to be returned if required is set to False and any one of the metrics set by weight_setting is unavailable." msgstr "" -#: ./doc/common/tables/nova-scheduler.xml:176(td) +#: ./doc/common/tables/nova-scheduler.xml:194(td) msgid "(ListOpt) How the metrics are going to be weighed. This should be in the form of \"<name1>=<ratio1>, <name2>=<ratio2>, ...\", where <nameX> is one of the metrics to be weighed, and <ratioX> is the corresponding ratio. So for \"name1=1.0, name2=-1.0\" The final weight would be name1.value * 1.0 + name2.value * -1.0." msgstr "" @@ -17702,11 +17822,11 @@ msgstr "" msgid "egg:swift#account" msgstr "" -#: ./doc/common/tables/nova-amqp.xml:26(td) ./doc/common/tables/keystone-amqp.xml:26(td) +#: ./doc/common/tables/nova-amqp.xml:44(td) ./doc/common/tables/keystone-amqp.xml:44(td) msgid "(StrOpt) Default publisher_id for outgoing notifications" msgstr "" -#: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:7(caption) +#: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:25(caption) msgid "Description of NetApp 7-Mode iSCSI driver configuration options" msgstr "" @@ -17790,203 +17910,203 @@ msgstr "" msgid "(StrOpt) CRD service Username." msgstr "" -#: ./doc/common/tables/ironic-seamicro.xml:7(caption) +#: ./doc/common/tables/ironic-seamicro.xml:25(caption) msgid "Description of SeaMicro configuration options" msgstr "" -#: ./doc/common/tables/ironic-seamicro.xml:18(th) +#: ./doc/common/tables/ironic-seamicro.xml:36(th) msgid "[seamicro]" msgstr "" -#: ./doc/common/tables/ironic-seamicro.xml:26(td) +#: ./doc/common/tables/ironic-seamicro.xml:44(td) msgid "(IntOpt) Maximum retries for SeaMicro operations" msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:7(caption) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:25(caption) msgid "Description of ProphetStor Fibre Channel and iSCSi drivers configuration options" msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:22(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:40(td) msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored." msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:25(replaceable) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:43(replaceable) msgid "8357" msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:26(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:44(td) msgid "(IntOpt) DPL port number." msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:29(replaceable) ./doc/common/tables/cinder-storage.xml:45(replaceable) ./doc/common/tables/cinder-storage.xml:73(replaceable) ./doc/common/tables/nova-xen.xml:179(replaceable) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:47(replaceable) ./doc/common/tables/cinder-storage.xml:63(replaceable) ./doc/common/tables/cinder-storage.xml:91(replaceable) ./doc/common/tables/nova-xen.xml:197(replaceable) msgid "3260" msgstr "" -#: ./doc/common/tables/cinder-prophetstor_dpl.xml:30(td) ./doc/common/tables/cinder-storage.xml:46(td) +#: ./doc/common/tables/cinder-prophetstor_dpl.xml:48(td) ./doc/common/tables/cinder-storage.xml:64(td) msgid "(IntOpt) The port that the iSCSI daemon is listening on" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:7(caption) +#: ./doc/common/tables/manila-netapp.xml:25(caption) msgid "Description of NetApp Share Drivers configuration options" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:21(replaceable) ./doc/common/tables/manila-netapp.xml:37(replaceable) +#: ./doc/common/tables/manila-netapp.xml:39(replaceable) ./doc/common/tables/manila-netapp.xml:55(replaceable) msgid "(.*)" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:22(td) +#: ./doc/common/tables/manila-netapp.xml:40(td) msgid "(StrOpt) Pattern for searching available aggregates for provisioning." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:25(replaceable) +#: ./doc/common/tables/manila-netapp.xml:43(replaceable) msgid "os_%(net_allocation_id)s" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:26(td) +#: ./doc/common/tables/manila-netapp.xml:44(td) msgid "(StrOpt) Logical interface (LIF) name template" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:30(td) +#: ./doc/common/tables/manila-netapp.xml:48(td) msgid "(StrOpt) Administrative user account name used to access the storage system." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:38(td) +#: ./doc/common/tables/manila-netapp.xml:56(td) msgid "(StrOpt) Pattern for overriding the selection of network ports on which to create Vserver LIFs." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:42(td) +#: ./doc/common/tables/manila-netapp.xml:60(td) msgid "(StrOpt) Root volume name." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:46(td) +#: ./doc/common/tables/manila-netapp.xml:64(td) msgid "(StrOpt) Name of aggregate to create Vserver root volumes on. This option only applies when the option driver_handles_share_servers is set to True." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:50(td) +#: ./doc/common/tables/manila-netapp.xml:68(td) msgid "(StrOpt) The hostname (or IP address) for the storage system." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:54(td) +#: ./doc/common/tables/manila-netapp.xml:72(td) msgid "(IntOpt) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:58(td) +#: ./doc/common/tables/manila-netapp.xml:76(td) msgid "(StrOpt) The storage family type used on the storage system; valid values include ontap_cluster for using clustered Data ONTAP." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:62(td) +#: ./doc/common/tables/manila-netapp.xml:80(td) msgid "(StrOpt) Comma-separated list of options that control which trace info is written to the debug logs. Values include method and api." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:66(td) +#: ./doc/common/tables/manila-netapp.xml:84(td) msgid "(StrOpt) The transport protocol used when communicating with the storage system or proxy server. Valid values are http or https." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:69(replaceable) +#: ./doc/common/tables/manila-netapp.xml:87(replaceable) msgid "share_%(share_id)s" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:70(td) +#: ./doc/common/tables/manila-netapp.xml:88(td) msgid "(StrOpt) NetApp volume name template." msgstr "" -#: ./doc/common/tables/manila-netapp.xml:73(replaceable) +#: ./doc/common/tables/manila-netapp.xml:91(replaceable) msgid "os_%s" msgstr "" -#: ./doc/common/tables/manila-netapp.xml:74(td) +#: ./doc/common/tables/manila-netapp.xml:92(td) msgid "(StrOpt) Name template to use for new Vserver." msgstr "" -#: ./doc/common/tables/sahara-api.xml:29(th) +#: ./doc/common/tables/sahara-api.xml:47(th) msgid "[retries]" msgstr "" -#: ./doc/common/tables/sahara-api.xml:33(td) +#: ./doc/common/tables/sahara-api.xml:51(td) msgid "(IntOpt) Number of times to retry the request to client before failing" msgstr "" -#: ./doc/common/tables/sahara-api.xml:37(td) +#: ./doc/common/tables/sahara-api.xml:55(td) msgid "(IntOpt) Time between the retries to client (in seconds)." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-api.xml:43(replaceable) msgid "event_pipeline.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:26(td) +#: ./doc/common/tables/ceilometer-api.xml:44(td) msgid "(StrOpt) Configuration file for event pipeline definition." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:29(replaceable) +#: ./doc/common/tables/ceilometer-api.xml:47(replaceable) msgid "pipeline.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:30(td) +#: ./doc/common/tables/ceilometer-api.xml:48(td) msgid "(StrOpt) Configuration file for pipeline definition." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:34(td) +#: ./doc/common/tables/ceilometer-api.xml:52(td) msgid "(IntOpt) Polling interval for pipeline file configuration in seconds." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:38(td) +#: ./doc/common/tables/ceilometer-api.xml:56(td) msgid "(BoolOpt) Refresh Event Pipeline configuration on-the-fly." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:42(td) +#: ./doc/common/tables/ceilometer-api.xml:60(td) msgid "(BoolOpt) Refresh Pipeline configuration on-the-fly." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:46(td) +#: ./doc/common/tables/ceilometer-api.xml:64(td) msgid "(ListOpt) List of metadata keys reserved for metering use. And these keys are additional to the ones included in the namespace." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:50(td) +#: ./doc/common/tables/ceilometer-api.xml:68(td) msgid "(IntOpt) Limit on length of reserved metadata values." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:53(replaceable) +#: ./doc/common/tables/ceilometer-api.xml:71(replaceable) msgid "metering." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:54(td) +#: ./doc/common/tables/ceilometer-api.xml:72(td) msgid "(ListOpt) List of metadata prefixes reserved for metering use." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:61(td) +#: ./doc/common/tables/ceilometer-api.xml:79(td) msgid "(BoolOpt) Set True to redirect alarms URLs to aodh. Default autodetection by querying keystone." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:65(td) +#: ./doc/common/tables/ceilometer-api.xml:83(td) msgid "(StrOpt) The endpoint of Aodh to redirect alarms URLs to Aodh API. Default autodetection by querying keystone." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:69(td) +#: ./doc/common/tables/ceilometer-api.xml:87(td) msgid "(IntOpt) Default maximum number of items returned by API request." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:73(td) +#: ./doc/common/tables/ceilometer-api.xml:91(td) msgid "(BoolOpt) Set True to disable resource/meter/sample URLs. Default autodetection by querying keystone." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:77(td) +#: ./doc/common/tables/ceilometer-api.xml:95(td) msgid "(StrOpt) The listen IP for the ceilometer API server." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:84(replaceable) +#: ./doc/common/tables/ceilometer-api.xml:102(replaceable) msgid "8777" msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:85(td) +#: ./doc/common/tables/ceilometer-api.xml:103(td) msgid "(IntOpt) The port for the ceilometer API server." msgstr "" -#: ./doc/common/tables/ceilometer-api.xml:89(td) +#: ./doc/common/tables/ceilometer-api.xml:107(td) msgid "(IntOpt) Number of workers for api, default value is 1." msgstr "" -#: ./doc/common/tables/cinder-profiler.xml:7(caption) ./doc/common/tables/glance-profiler.xml:7(caption) +#: ./doc/common/tables/cinder-profiler.xml:25(caption) ./doc/common/tables/glance-profiler.xml:25(caption) msgid "Description of profiler configuration options" msgstr "" @@ -17998,123 +18118,123 @@ msgstr "" msgid "egg:swift#staticweb" msgstr "" -#: ./doc/common/tables/trove-api.xml:22(td) +#: ./doc/common/tables/trove-api.xml:40(td) msgid "(ListOpt) Roles to add to an admin user." msgstr "" -#: ./doc/common/tables/trove-api.xml:26(td) +#: ./doc/common/tables/trove-api.xml:44(td) msgid "(StrOpt) File name for the paste.deploy config for trove-api." msgstr "" -#: ./doc/common/tables/trove-api.xml:30(td) +#: ./doc/common/tables/trove-api.xml:48(td) msgid "(StrOpt) IP address the API server will listen on." msgstr "" -#: ./doc/common/tables/trove-api.xml:33(replaceable) +#: ./doc/common/tables/trove-api.xml:51(replaceable) msgid "8779" msgstr "" -#: ./doc/common/tables/trove-api.xml:34(td) +#: ./doc/common/tables/trove-api.xml:52(td) msgid "(IntOpt) Port the API server will listen on." msgstr "" -#: ./doc/common/tables/trove-api.xml:38(td) +#: ./doc/common/tables/trove-api.xml:56(td) msgid "(StrOpt) Exclude IP addresses that match this regular expression." msgstr "" -#: ./doc/common/tables/trove-api.xml:41(replaceable) +#: ./doc/common/tables/trove-api.xml:59(replaceable) msgid "trove.db.sqlalchemy.api" msgstr "" -#: ./doc/common/tables/trove-api.xml:42(td) +#: ./doc/common/tables/trove-api.xml:60(td) msgid "(StrOpt) API Implementation for Trove database access." msgstr "" -#: ./doc/common/tables/trove-api.xml:46(td) +#: ./doc/common/tables/trove-api.xml:64(td) msgid "(BoolOpt) Require user hostnames to be valid IP addresses." msgstr "" -#: ./doc/common/tables/trove-api.xml:50(td) +#: ./doc/common/tables/trove-api.xml:68(td) msgid "(IntOpt) Maximum number of HTTP 'DELETE' requests (per minute)." msgstr "" -#: ./doc/common/tables/trove-api.xml:54(td) +#: ./doc/common/tables/trove-api.xml:72(td) msgid "(IntOpt) Maximum number of HTTP 'GET' requests (per minute)." msgstr "" -#: ./doc/common/tables/trove-api.xml:58(td) +#: ./doc/common/tables/trove-api.xml:76(td) msgid "(IntOpt) Maximum number of management HTTP 'POST' requests (per minute)." msgstr "" -#: ./doc/common/tables/trove-api.xml:62(td) +#: ./doc/common/tables/trove-api.xml:80(td) msgid "(IntOpt) Maximum number of HTTP 'POST' requests (per minute)." msgstr "" -#: ./doc/common/tables/trove-api.xml:66(td) +#: ./doc/common/tables/trove-api.xml:84(td) msgid "(IntOpt) Maximum number of HTTP 'PUT' requests (per minute)." msgstr "" -#: ./doc/common/tables/trove-api.xml:69(replaceable) +#: ./doc/common/tables/trove-api.xml:87(replaceable) msgid "/etc/trove/conf.d" msgstr "" -#: ./doc/common/tables/trove-api.xml:70(td) +#: ./doc/common/tables/trove-api.xml:88(td) msgid "(StrOpt) Path to folder on the Guest where config files will be injected during instance creation." msgstr "" -#: ./doc/common/tables/trove-api.xml:74(td) +#: ./doc/common/tables/trove-api.xml:92(td) msgid "(IntOpt) Page size for listing instances." msgstr "" -#: ./doc/common/tables/trove-api.xml:82(td) +#: ./doc/common/tables/trove-api.xml:100(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" -#: ./doc/common/tables/trove-api.xml:85(replaceable) +#: ./doc/common/tables/trove-api.xml:103(replaceable) msgid "LOCAL_DEV" msgstr "" -#: ./doc/common/tables/trove-api.xml:86(td) +#: ./doc/common/tables/trove-api.xml:104(td) msgid "(StrOpt) The region this service is located." msgstr "" -#: ./doc/common/tables/trove-api.xml:94(td) +#: ./doc/common/tables/trove-api.xml:112(td) msgid "(IntOpt) Number of workers for the API service. The default will be the number of CPUs available." msgstr "" -#: ./doc/common/tables/trove-api.xml:97(replaceable) +#: ./doc/common/tables/trove-api.xml:115(replaceable) msgid "http://0.0.0.0:5000/v2.0" msgstr "" -#: ./doc/common/tables/trove-api.xml:98(td) +#: ./doc/common/tables/trove-api.xml:116(td) msgid "(StrOpt) Trove authentication URL." msgstr "" -#: ./doc/common/tables/trove-api.xml:102(td) +#: ./doc/common/tables/trove-api.xml:120(td) msgid "(IntOpt) Number of workers for the Conductor service. The default will be the number of CPUs available." msgstr "" -#: ./doc/common/tables/trove-api.xml:105(replaceable) +#: ./doc/common/tables/trove-api.xml:123(replaceable) msgid "SecGroup" msgstr "" -#: ./doc/common/tables/trove-api.xml:106(td) +#: ./doc/common/tables/trove-api.xml:124(td) msgid "(StrOpt) Prefix to use when creating Security Groups." msgstr "" -#: ./doc/common/tables/trove-api.xml:109(replaceable) +#: ./doc/common/tables/trove-api.xml:127(replaceable) msgid "0.0.0.0/0" msgstr "" -#: ./doc/common/tables/trove-api.xml:110(td) +#: ./doc/common/tables/trove-api.xml:128(td) msgid "(StrOpt) CIDR to use when creating Security Group Rules." msgstr "" -#: ./doc/common/tables/trove-api.xml:114(td) +#: ./doc/common/tables/trove-api.xml:132(td) msgid "(BoolOpt) Whether Trove should add Security Groups on create." msgstr "" -#: ./doc/common/tables/trove-api.xml:118(td) +#: ./doc/common/tables/trove-api.xml:136(td) msgid "(IntOpt) Page size for listing users." msgstr "" @@ -18154,23 +18274,23 @@ msgstr "" msgid "healthcheck recon object-server" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:7(caption) +#: ./doc/common/tables/glance-cinder.xml:25(caption) msgid "Description of cinder configuration options" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:22(td) +#: ./doc/common/tables/glance-cinder.xml:40(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" -#: ./doc/common/tables/glance-cinder.xml:26(td) +#: ./doc/common/tables/glance-cinder.xml:44(td) msgid "(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" -#: ./doc/common/tables/glance-cinder.xml:30(td) +#: ./doc/common/tables/glance-cinder.xml:48(td) msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is : separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/ironic-auth.xml:22(td) +#: ./doc/common/tables/ironic-auth.xml:40(td) msgid "(StrOpt) Authentication strategy used by ironic-api: one of \"keystone\" or \"noauth\". \"noauth\" should not be used in a production environment because all authentication will be disabled." msgstr "" @@ -18194,11 +18314,11 @@ msgstr "" msgid "(ListOpt) If the list is not empty then a v3 API extension will only be loaded if it exists in this list. Specify the extension aliases here." msgstr "" -#: ./doc/common/tables/ironic-keystone.xml:7(caption) +#: ./doc/common/tables/ironic-keystone.xml:25(caption) msgid "Description of keystone configuration options" msgstr "" -#: ./doc/common/tables/ironic-keystone.xml:22(td) +#: ./doc/common/tables/ironic-keystone.xml:40(td) msgid "(StrOpt) The region used for getting endpoints of OpenStackservices." msgstr "" @@ -18222,179 +18342,179 @@ msgstr "" msgid "Time in seconds to wait between objects" msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:22(td) +#: ./doc/common/tables/ironic-conductor.xml:40(td) msgid "(StrOpt) URL of Ironic API service. If not set ironic can get the current value from the keystone service catalog." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:26(td) +#: ./doc/common/tables/ironic-conductor.xml:44(td) msgid "(IntOpt) Interval between checks of provision timeouts, in seconds." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:30(td) +#: ./doc/common/tables/ironic-conductor.xml:48(td) msgid "(IntOpt) Timeout (seconds) to wait for a callback from the ramdisk doing the cleaning. If the timeout is reached the node will be put in the \"clean failed\" provision state. Set to 0 to disable timeout." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:34(td) +#: ./doc/common/tables/ironic-conductor.xml:52(td) msgid "(BoolOpt) Cleaning is a configurable set of steps, such as erasing disk drives, that are performed on the node to ensure it is in a baseline state and ready to be deployed to. This is done after instance deletion, and during the transition from a \"managed\" to \"available\" state. When enabled, the particular steps performed to clean a node depend on which driver that node is managed by; see the individual driver's documentation for details. NOTE: The introduction of the cleaning operation causes instance deletion to take significantly longer. In an environment where all tenants are trusted (eg, because there is only one tenant), this option could be safely disabled." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:37(replaceable) +#: ./doc/common/tables/ironic-conductor.xml:55(replaceable) msgid "ironic_configdrive_container" msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:38(td) +#: ./doc/common/tables/ironic-conductor.xml:56(td) msgid "(StrOpt) Name of the Swift container to store config drive data. Used when configdrive_use_swift is True." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:42(td) +#: ./doc/common/tables/ironic-conductor.xml:60(td) msgid "(BoolOpt) Whether to upload the config drive to Swift." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:46(td) +#: ./doc/common/tables/ironic-conductor.xml:64(td) msgid "(IntOpt) Timeout (seconds) to wait for a callback from a deploy ramdisk. Set to 0 to disable timeout." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:50(td) +#: ./doc/common/tables/ironic-conductor.xml:68(td) msgid "(BoolOpt) During sync_power_state, should the hardware power state be set to the state recorded in the database (True) or should the database be updated based on the hardware state (False)." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:54(td) +#: ./doc/common/tables/ironic-conductor.xml:72(td) msgid "(IntOpt) Seconds between conductor heart beats." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:58(td) +#: ./doc/common/tables/ironic-conductor.xml:76(td) msgid "(IntOpt) Maximum time (in seconds) since the last check-in of a conductor. A conductor is considered inactive when this time has been exceeded." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:62(td) +#: ./doc/common/tables/ironic-conductor.xml:80(td) msgid "(IntOpt) Timeout (seconds) for waiting for node inspection. 0 - unlimited." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:66(td) +#: ./doc/common/tables/ironic-conductor.xml:84(td) msgid "(IntOpt) Number of attempts to grab a node lock." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:70(td) +#: ./doc/common/tables/ironic-conductor.xml:88(td) msgid "(IntOpt) Seconds to sleep between node lock attempts." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:74(td) +#: ./doc/common/tables/ironic-conductor.xml:92(td) msgid "(IntOpt) Maximum number of worker threads that can be started simultaneously by a periodic task. Should be less than RPC thread pool size." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:78(td) +#: ./doc/common/tables/ironic-conductor.xml:96(td) msgid "(IntOpt) During sync_power_state failures, limit the number of times Ironic should try syncing the hardware node power state with the node power state in DB" msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:82(td) +#: ./doc/common/tables/ironic-conductor.xml:100(td) msgid "(BoolOpt) Enable sending sensor data message via the notification bus" msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:86(td) +#: ./doc/common/tables/ironic-conductor.xml:104(td) msgid "(IntOpt) Seconds between conductor sending sensor data message to ceilometer via the notification bus." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:90(td) +#: ./doc/common/tables/ironic-conductor.xml:108(td) msgid "(ListOpt) List of comma separated meter types which need to be sent to Ceilometer. The default value, \"ALL\", is a special value meaning send all the sensor data." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:94(td) +#: ./doc/common/tables/ironic-conductor.xml:112(td) msgid "(IntOpt) When conductors join or leave the cluster, existing conductors may need to update any persistent local state as nodes are moved around the cluster. This option controls how often, in seconds, each conductor will check for nodes that it should \"take over\". Set it to a negative value to disable the check entirely." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:98(td) +#: ./doc/common/tables/ironic-conductor.xml:116(td) msgid "(IntOpt) Interval between syncing the node power state to the database, in seconds." msgstr "" -#: ./doc/common/tables/ironic-conductor.xml:102(td) +#: ./doc/common/tables/ironic-conductor.xml:120(td) msgid "(IntOpt) The size of the workers greenthread pool." msgstr "" -#: ./doc/common/tables/cinder-backups.xml:7(caption) +#: ./doc/common/tables/cinder-backups.xml:25(caption) msgid "Description of backups configuration options" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:21(replaceable) +#: ./doc/common/tables/cinder-backups.xml:39(replaceable) msgid "cinder.backup.api.API" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:22(td) +#: ./doc/common/tables/cinder-backups.xml:40(td) msgid "(StrOpt) The full class name of the volume backup API class" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:25(replaceable) +#: ./doc/common/tables/cinder-backups.xml:43(replaceable) msgid "zlib" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:26(td) +#: ./doc/common/tables/cinder-backups.xml:44(td) msgid "(StrOpt) Compression algorithm (None to disable)" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:29(replaceable) +#: ./doc/common/tables/cinder-backups.xml:47(replaceable) msgid "cinder.backup.drivers.swift" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:30(td) +#: ./doc/common/tables/cinder-backups.xml:48(td) msgid "(StrOpt) Driver to use for backups." msgstr "" -#: ./doc/common/tables/cinder-backups.xml:33(replaceable) +#: ./doc/common/tables/cinder-backups.xml:51(replaceable) msgid "cinder.backup.manager.BackupManager" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:34(td) +#: ./doc/common/tables/cinder-backups.xml:52(td) msgid "(StrOpt) Full class name for the Manager for volume backup" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:38(td) +#: ./doc/common/tables/cinder-backups.xml:56(td) msgid "(IntOpt) Backup metadata version to be used when backing up volume metadata. If this number is bumped, make sure the service doing the restore supports the new version." msgstr "" -#: ./doc/common/tables/cinder-backups.xml:41(replaceable) +#: ./doc/common/tables/cinder-backups.xml:59(replaceable) msgid "backup-%s" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:42(td) +#: ./doc/common/tables/cinder-backups.xml:60(td) msgid "(StrOpt) Template string to be used to generate backup names" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:46(td) +#: ./doc/common/tables/cinder-backups.xml:64(td) msgid "(IntOpt) The number of chunks or objects, for which one Ceilometer notification will be sent" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:49(replaceable) +#: ./doc/common/tables/cinder-backups.xml:67(replaceable) msgid "$state_path/backup" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:50(td) +#: ./doc/common/tables/cinder-backups.xml:68(td) msgid "(StrOpt) Path specifying where to store backups." msgstr "" -#: ./doc/common/tables/cinder-backups.xml:54(td) +#: ./doc/common/tables/cinder-backups.xml:72(td) msgid "(BoolOpt) Offload pending backup delete during backup service startup." msgstr "" -#: ./doc/common/tables/cinder-backups.xml:58(td) +#: ./doc/common/tables/cinder-backups.xml:76(td) msgid "(IntOpt) Interval, in seconds, between two progress notifications reporting the backup status" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:61(replaceable) +#: ./doc/common/tables/cinder-backups.xml:79(replaceable) msgid "cinder-backup" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:62(td) +#: ./doc/common/tables/cinder-backups.xml:80(td) msgid "(StrOpt) The topic that volume backup nodes listen on" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:65(replaceable) ./doc/common/tables/nova-api.xml:101(replaceable) +#: ./doc/common/tables/cinder-backups.xml:83(replaceable) ./doc/common/tables/nova-api.xml:119(replaceable) msgid "snapshot-%s" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:66(td) ./doc/common/tables/nova-api.xml:102(td) +#: ./doc/common/tables/cinder-backups.xml:84(td) ./doc/common/tables/nova-api.xml:120(td) msgid "(StrOpt) Template string to be used to generate snapshot names" msgstr "" -#: ./doc/common/tables/cinder-backups.xml:70(td) +#: ./doc/common/tables/cinder-backups.xml:88(td) msgid "(BoolOpt) Create volume from snapshot at the host where snapshot resides" msgstr "" @@ -18406,43 +18526,43 @@ msgstr "" msgid "object-updater" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:7(caption) +#: ./doc/common/tables/trove-db_postgresql.xml:25(caption) msgid "Description of PostgreSQL database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:18(th) +#: ./doc/common/tables/trove-db_postgresql.xml:36(th) msgid "[postgresql]" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:25(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:43(replaceable) msgid "trove.guestagent.strategies.backup.experimental.postgresql_impl" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:29(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:47(replaceable) msgid "PgDump" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:37(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:55(replaceable) msgid "postgres" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:41(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:59(replaceable) msgid "os_admin, postgres, root" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:45(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:63(replaceable) msgid "/var/lib/postgresql" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:49(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:67(replaceable) msgid "trove.guestagent.strategies.restore.experimental.postgresql_impl" msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:54(td) +#: ./doc/common/tables/trove-db_postgresql.xml:72(td) msgid "(StrOpt) Root controller implementation for postgresql." msgstr "" -#: ./doc/common/tables/trove-db_postgresql.xml:61(replaceable) +#: ./doc/common/tables/trove-db_postgresql.xml:79(replaceable) msgid "5432" msgstr "" @@ -18450,19 +18570,19 @@ msgstr "" msgid "healthcheck recon container-server" msgstr "" -#: ./doc/common/tables/heat-testing.xml:26(td) +#: ./doc/common/tables/heat-testing.xml:44(td) msgid "(BoolOpt) If False do not trace SQL requests." msgstr "" -#: ./doc/common/tables/heat-crypt.xml:7(caption) +#: ./doc/common/tables/heat-crypt.xml:25(caption) msgid "Description of crypt configuration options" msgstr "" -#: ./doc/common/tables/heat-crypt.xml:21(replaceable) +#: ./doc/common/tables/heat-crypt.xml:39(replaceable) msgid "notgood but just long enough i t" msgstr "" -#: ./doc/common/tables/heat-crypt.xml:22(td) +#: ./doc/common/tables/heat-crypt.xml:40(td) msgid "(StrOpt) Key used to encrypt authentication info in the database. Length of this key must be 32 characters." msgstr "" @@ -18474,46 +18594,54 @@ msgstr "" msgid "container-replicator" msgstr "" -#: ./doc/common/tables/swift-container-server-container-replicator.xml:49(td) ./doc/common/tables/swift-account-server-account-replicator.xml:57(td) +#: ./doc/common/tables/swift-container-server-container-replicator.xml:49(td) ./doc/common/tables/swift-account-server-account-replicator.xml:49(td) msgid "Caps how long the replicator spends trying to sync a database per pass" msgstr "" -#: ./doc/common/tables/swift-container-server-container-replicator.xml:57(td) ./doc/common/tables/swift-account-server-account-replicator.xml:65(td) +#: ./doc/common/tables/swift-container-server-container-replicator.xml:57(td) ./doc/common/tables/swift-account-server-account-replicator.xml:57(td) msgid "Limit number of items to get per diff" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:22(td) +#: ./doc/common/tables/swift-container-server-container-replicator.xml:72(replaceable) +msgid "{replication_ip}::container" +msgstr "" + +#: ./doc/common/tables/ceilometer-database.xml:40(td) msgid "(StrOpt) DEPRECATED - Database connection string." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:29(td) +#: ./doc/common/tables/ceilometer-database.xml:47(td) msgid "(StrOpt) The connection string used to connect to the alarm database. (if unset, connection is used)" msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:33(td) ./doc/common/tables/aodh-database.xml:26(td) +#: ./doc/common/tables/ceilometer-database.xml:51(td) ./doc/common/tables/aodh-database.xml:26(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:53(td) +#: ./doc/common/tables/ceilometer-database.xml:71(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:73(td) +#: ./doc/common/tables/ceilometer-database.xml:91(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-database.xml:95(td) msgid "(IntOpt) Number of seconds that events are kept in the database for (<= 0 means forever)." msgstr "" -#: ./doc/common/tables/ceilometer-database.xml:97(td) +#: ./doc/common/tables/ceilometer-database.xml:115(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-database.xml:119(td) msgid "(IntOpt) Number of seconds that samples are kept in the database for (<= 0 means forever)." msgstr "" +#: ./doc/common/tables/ceilometer-database.xml:127(td) +msgid "(StrOpt) The name of the replica set which is used to connect to MongoDB database. Add \"?replicaSet=myreplicatset\" in your connection URI instead." +msgstr "" + #: ./doc/common/tables/swift-drive-audit-drive-audit.xml:8(literal) msgid "[drive-audit]" msgstr "" @@ -18546,167 +18674,167 @@ msgstr "" msgid "\\berror\\b.*\\b(dm-[0-9]{1,2}\\d?)\\b" msgstr "" -#: ./doc/common/tables/trove-heat.xml:7(caption) +#: ./doc/common/tables/trove-heat.xml:25(caption) msgid "Description of Orchestration module configuration options" msgstr "" -#: ./doc/common/tables/trove-heat.xml:25(replaceable) +#: ./doc/common/tables/trove-heat.xml:43(replaceable) msgid "orchestration" msgstr "" -#: ./doc/common/tables/trove-heat.xml:30(td) +#: ./doc/common/tables/trove-heat.xml:48(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a Heat request to complete." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:7(caption) +#: ./doc/common/tables/cinder-datera.xml:25(caption) msgid "Description of Datera volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-datera.xml:21(replaceable) +#: ./doc/common/tables/cinder-datera.xml:39(replaceable) msgid "7717" msgstr "" -#: ./doc/common/tables/cinder-datera.xml:22(td) +#: ./doc/common/tables/cinder-datera.xml:40(td) msgid "(StrOpt) Datera API port." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:26(td) +#: ./doc/common/tables/cinder-datera.xml:44(td) msgid "(StrOpt) DEPRECATED: This will be removed in the Liberty release. Use san_login and san_password instead. This directly sets the Datera API token." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:30(td) +#: ./doc/common/tables/cinder-datera.xml:48(td) msgid "(StrOpt) Datera API version." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:34(td) +#: ./doc/common/tables/cinder-datera.xml:52(td) msgid "(StrOpt) Number of replicas to create of an inode." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:38(td) +#: ./doc/common/tables/cinder-datera.xml:56(td) msgid "(StrOpt) The path to the client certificate for verification, if the driver supports it." msgstr "" -#: ./doc/common/tables/cinder-datera.xml:42(td) +#: ./doc/common/tables/cinder-datera.xml:60(td) msgid "(StrOpt) The path to the client certificate key for verification, if the driver supports it." msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:7(caption) +#: ./doc/common/tables/cinder-hpxp.xml:25(caption) msgid "Description of HP XP volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:22(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:26(td) +#: ./doc/common/tables/cinder-hpxp.xml:40(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:44(td) msgid "(IntOpt) Interval to check copy asynchronously" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:26(td) +#: ./doc/common/tables/cinder-hpxp.xml:44(td) msgid "(ListOpt) Target port names of compute node for host group or iSCSI target" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:30(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:42(td) +#: ./doc/common/tables/cinder-hpxp.xml:48(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:60(td) msgid "(IntOpt) Interval to check copy" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:34(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:46(td) +#: ./doc/common/tables/cinder-hpxp.xml:52(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:64(td) msgid "(IntOpt) Copy speed of storage system" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:37(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:49(replaceable) +#: ./doc/common/tables/cinder-hpxp.xml:55(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:67(replaceable) msgid "FULL" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:38(td) +#: ./doc/common/tables/cinder-hpxp.xml:56(td) msgid "(StrOpt) Default copy method of storage system. There are two valid values: \"FULL\" specifies that a full copy; \"THIN\" specifies that a thin copy. Default value is \"FULL\"" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:42(td) +#: ./doc/common/tables/cinder-hpxp.xml:60(td) msgid "(BoolOpt) Request for creating host group or iSCSI target" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:46(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:62(td) +#: ./doc/common/tables/cinder-hpxp.xml:64(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:80(td) msgid "(BoolOpt) Add to HORCM configuration" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:50(td) +#: ./doc/common/tables/cinder-hpxp.xml:68(td) msgid "(BoolOpt) Only discover a specific name of host group or iSCSI target" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:53(replaceable) +#: ./doc/common/tables/cinder-hpxp.xml:71(replaceable) msgid "200, 201" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:54(td) +#: ./doc/common/tables/cinder-hpxp.xml:72(td) msgid "(ListOpt) Instance numbers for HORCM" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:57(replaceable) +#: ./doc/common/tables/cinder-hpxp.xml:75(replaceable) msgid "meta_resource" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:58(td) +#: ./doc/common/tables/cinder-hpxp.xml:76(td) msgid "(StrOpt) Resource group name of storage system for HORCM" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:62(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:78(td) +#: ./doc/common/tables/cinder-hpxp.xml:80(td) ./doc/common/tables/cinder-hitachi-hbsd.xml:96(td) msgid "(StrOpt) Username of storage system for HORCM" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:66(td) +#: ./doc/common/tables/cinder-hpxp.xml:84(td) msgid "(StrOpt) Logical device range of storage system" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:70(td) +#: ./doc/common/tables/cinder-hpxp.xml:88(td) msgid "(StrOpt) Pool of storage system" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:74(td) +#: ./doc/common/tables/cinder-hpxp.xml:92(td) msgid "(StrOpt) Type of storage command line interface" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:78(td) +#: ./doc/common/tables/cinder-hpxp.xml:96(td) msgid "(StrOpt) ID of storage system" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:82(td) +#: ./doc/common/tables/cinder-hpxp.xml:100(td) msgid "(ListOpt) Target port names for host group or iSCSI target" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:86(td) +#: ./doc/common/tables/cinder-hpxp.xml:104(td) msgid "(StrOpt) Thin pool of storage system" msgstr "" -#: ./doc/common/tables/cinder-hpxp.xml:90(td) +#: ./doc/common/tables/cinder-hpxp.xml:108(td) msgid "(BoolOpt) Request for FC Zone creating host group" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:7(caption) +#: ./doc/common/tables/nova-hypervisor.xml:25(caption) msgid "Description of hypervisor configuration options" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:22(td) +#: ./doc/common/tables/nova-hypervisor.xml:40(td) msgid "(StrOpt) The default format an ephemeral_volume will be formatted with on creation." msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:26(td) +#: ./doc/common/tables/nova-hypervisor.xml:44(td) msgid "(BoolOpt) Force backing images to raw format" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:30(td) +#: ./doc/common/tables/nova-hypervisor.xml:48(td) msgid "(StrOpt) VM image preallocation mode: \"none\" => no storage provisioning is done up front, \"space\" => storage is fully allocated at instance start" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:34(td) +#: ./doc/common/tables/nova-hypervisor.xml:52(td) msgid "(IntOpt) Amount of time, in seconds, to wait for NBD device start up." msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:38(td) +#: ./doc/common/tables/nova-hypervisor.xml:56(td) msgid "(BoolOpt) Whether to use cow images" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:42(td) +#: ./doc/common/tables/nova-hypervisor.xml:60(td) msgid "(StrOpt) Defines which pcpus that instance vcpus can use. For example, \"4-12,^8,15\"" msgstr "" -#: ./doc/common/tables/nova-hypervisor.xml:46(td) +#: ./doc/common/tables/nova-hypervisor.xml:64(td) msgid "(MultiStrOpt) Name of the mkfs commands for ephemeral device. The format is <os_type>=<mkfs command>" msgstr "" @@ -18726,299 +18854,307 @@ msgstr "" msgid "(MultiStrOpt) The vpn device drivers Neutron will use" msgstr "" -#: ./doc/common/tables/keystone-identity.xml:7(caption) +#: ./doc/common/tables/keystone-identity.xml:25(caption) msgid "Description of identity configuration options" msgstr "" -#: ./doc/common/tables/keystone-identity.xml:18(th) +#: ./doc/common/tables/keystone-identity.xml:36(th) msgid "[identity]" msgstr "" -#: ./doc/common/tables/keystone-identity.xml:22(td) +#: ./doc/common/tables/keystone-identity.xml:40(td) msgid "(IntOpt) Time to cache identity data (in seconds). This has no effect unless global and identity caching are enabled." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:26(td) +#: ./doc/common/tables/keystone-identity.xml:44(td) msgid "(BoolOpt) Toggle for identity caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:30(td) +#: ./doc/common/tables/keystone-identity.xml:48(td) msgid "(StrOpt) This references the domain to use for all Identity API v2 requests (which are not aware of domains). A domain with this ID will be created for you by keystone-manage db_sync in migration 008. The domain referenced by this ID cannot be deleted on the v3 API, to prevent accidentally breaking the v2 API. There is nothing special about this domain, other than the fact that it must exist to order to maintain support for your v2 clients." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:33(replaceable) +#: ./doc/common/tables/keystone-identity.xml:51(replaceable) msgid "/etc/keystone/domains" msgstr "" -#: ./doc/common/tables/keystone-identity.xml:34(td) +#: ./doc/common/tables/keystone-identity.xml:52(td) msgid "(StrOpt) Path for Keystone to locate the domain specific identity configuration files if domain_specific_drivers_enabled is set to true." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:38(td) +#: ./doc/common/tables/keystone-identity.xml:56(td) msgid "(BoolOpt) Extract the domain specific configuration options from the resource backend where they have been stored with the domain data. This feature is disabled by default (in which case the domain specific options will be loaded from files in the domain configuration directory); set to true to enable." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:42(td) +#: ./doc/common/tables/keystone-identity.xml:60(td) msgid "(BoolOpt) A subset (or all) of domains can have their own identity driver, each with their own partial configuration options, stored in either the resource backend or in a file in a domain configuration directory (depending on the setting of domain_configurations_from_database). Only values specific to the domain need to be specified in this manner. This feature is disabled by default; set to true to enable." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:46(td) +#: ./doc/common/tables/keystone-identity.xml:64(td) msgid "(StrOpt) Entrypoint for the identity backend driver in the keystone.identity namespace. Supplied drivers are ldap and sql." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:50(td) +#: ./doc/common/tables/keystone-identity.xml:68(td) msgid "(IntOpt) Maximum number of entities that will be returned in an identity collection." msgstr "" -#: ./doc/common/tables/keystone-identity.xml:54(td) +#: ./doc/common/tables/keystone-identity.xml:72(td) msgid "(IntOpt) Maximum supported length for user passwords; decrease to improve performance." msgstr "" -#: ./doc/common/tables/keystone-auth.xml:18(th) +#: ./doc/common/tables/keystone-auth.xml:36(th) msgid "[auth]" msgstr "" -#: ./doc/common/tables/keystone-auth.xml:22(td) +#: ./doc/common/tables/keystone-auth.xml:40(td) msgid "(StrOpt) Entrypoint for the external (REMOTE_USER) auth plugin module in the keystone.auth.external namespace. Supplied drivers are DefaultDomain and Domain. The default driver is DefaultDomain." msgstr "" -#: ./doc/common/tables/keystone-auth.xml:25(replaceable) +#: ./doc/common/tables/keystone-auth.xml:43(replaceable) msgid "external, password, token, oauth1" msgstr "" -#: ./doc/common/tables/keystone-auth.xml:26(td) +#: ./doc/common/tables/keystone-auth.xml:44(td) msgid "(ListOpt) Allowed authentication methods." msgstr "" -#: ./doc/common/tables/keystone-auth.xml:30(td) +#: ./doc/common/tables/keystone-auth.xml:48(td) msgid "(StrOpt) Entrypoint for the oAuth1.0 auth plugin module in the keystone.auth.oauth1 namespace." msgstr "" -#: ./doc/common/tables/keystone-auth.xml:34(td) +#: ./doc/common/tables/keystone-auth.xml:52(td) msgid "(StrOpt) Entrypoint for the password auth plugin module in the keystone.auth.password namespace." msgstr "" -#: ./doc/common/tables/keystone-auth.xml:38(td) +#: ./doc/common/tables/keystone-auth.xml:56(td) msgid "(StrOpt) Entrypoint for the token auth plugin module in the keystone.auth.token namespace." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:7(caption) +#: ./doc/common/tables/cinder-ibmnas.xml:25(caption) msgid "Description of IBM SONAS and Storwise V7000 volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:21(replaceable) +#: ./doc/common/tables/cinder-ibmnas.xml:39(replaceable) msgid "v7ku" msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:22(td) +#: ./doc/common/tables/cinder-ibmnas.xml:40(td) msgid "(StrOpt) IBMNAS platform type to be used as backend storage; valid values are - v7ku : for using IBM Storwize V7000 Unified, sonas : for using IBM Scale Out NAS, gpfs-nas : for using NFS based IBM GPFS deployments." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:26(td) +#: ./doc/common/tables/cinder-ibmnas.xml:44(td) msgid "(StrOpt) IP address or Hostname of NAS system." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:30(td) +#: ./doc/common/tables/cinder-ibmnas.xml:48(td) msgid "(StrOpt) User name to connect to NAS system." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:34(td) +#: ./doc/common/tables/cinder-ibmnas.xml:52(td) msgid "(StrOpt) Options used to mount the storage backend file system where Cinder volumes are stored." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:38(td) +#: ./doc/common/tables/cinder-ibmnas.xml:56(td) msgid "(StrOpt) Password to connect to NAS system." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:42(td) +#: ./doc/common/tables/cinder-ibmnas.xml:60(td) msgid "(StrOpt) Filename of private key to use for SSH authentication." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:46(td) +#: ./doc/common/tables/cinder-ibmnas.xml:64(td) msgid "(StrOpt) Allow network-attached storage systems to operate in a secure environment where root level access is not permitted. If set to False, access is as the root user and insecure. If set to True, access is not as root. If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:50(td) +#: ./doc/common/tables/cinder-ibmnas.xml:68(td) msgid "(StrOpt) Set more secure file permissions on network-attached storage volume files to restrict broad other/world access. If set to False, volumes are created with open permissions. If set to True, volumes are created with permissions for the cinder user and group (660). If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:54(td) +#: ./doc/common/tables/cinder-ibmnas.xml:72(td) msgid "(StrOpt) Path to the share to use for storing Cinder volumes. For example: \"/srv/export1\" for an NFS server export available at 10.0.5.10:/srv/export1 ." msgstr "" -#: ./doc/common/tables/cinder-ibmnas.xml:58(td) +#: ./doc/common/tables/cinder-ibmnas.xml:76(td) msgid "(IntOpt) SSH port to use to connect to NAS system." msgstr "" -#: ./doc/common/tables/heat-clients_neutron.xml:7(caption) +#: ./doc/common/tables/heat-clients_neutron.xml:25(caption) msgid "Description of neutron clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_neutron.xml:18(th) +#: ./doc/common/tables/heat-clients_neutron.xml:36(th) msgid "[clients_neutron]" msgstr "" -#: ./doc/common/tables/glance-api.xml:22(td) +#: ./doc/common/tables/glance-api.xml:40(td) msgid "(StrOpt) Role used to identify an authenticated user as administrator." msgstr "" -#: ./doc/common/tables/glance-api.xml:26(td) +#: ./doc/common/tables/glance-api.xml:44(td) msgid "(BoolOpt) Allow unauthenticated users to access the API with read-only privileges. This only applies when using ContextMiddleware." msgstr "" -#: ./doc/common/tables/glance-api.xml:30(td) +#: ./doc/common/tables/glance-api.xml:48(td) msgid "(ListOpt) A list of artifacts that are allowed in the format name or name-version. Empty list means that any artifact can be loaded." msgstr "" -#: ./doc/common/tables/glance-api.xml:38(td) +#: ./doc/common/tables/glance-api.xml:56(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:42(td) +#: ./doc/common/tables/glance-api.xml:60(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml:46(td) +#: ./doc/common/tables/glance-api.xml:64(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" -#: ./doc/common/tables/glance-api.xml:50(td) +#: ./doc/common/tables/glance-api.xml:68(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" -#: ./doc/common/tables/glance-api.xml:54(td) +#: ./doc/common/tables/glance-api.xml:72(td) msgid "(BoolOpt) Deploy the v3 OpenStack Objects API." msgstr "" -#: ./doc/common/tables/glance-api.xml:58(td) +#: ./doc/common/tables/glance-api.xml:76(td) msgid "(BoolOpt) If False, server will return the header \"Connection: close\", If True, server will return \"Connection: Keep-Alive\" in its responses. In order to close the client socket connection explicitly after the response is sent and read successfully by the client, you simply have to set this option to False when you create a wsgi server." msgstr "" -#: ./doc/common/tables/glance-api.xml:61(replaceable) +#: ./doc/common/tables/glance-api.xml:79(replaceable) msgid "1099511627776" msgstr "" -#: ./doc/common/tables/glance-api.xml:62(td) +#: ./doc/common/tables/glance-api.xml:80(td) msgid "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to 1099511627776 bytes (1 TB).WARNING: this value should only be increased after careful consideration and must be set to a value under 8 EB (9223372036854775808)." msgstr "" -#: ./doc/common/tables/glance-api.xml:66(td) +#: ./doc/common/tables/glance-api.xml:84(td) msgid "(BoolOpt) When false, no artifacts can be loaded regardless of available_plugins. When true, artifacts can be loaded." msgstr "" -#: ./doc/common/tables/glance-api.xml:69(replaceable) +#: ./doc/common/tables/glance-api.xml:87(replaceable) msgid "location_order" msgstr "" -#: ./doc/common/tables/glance-api.xml:70(td) +#: ./doc/common/tables/glance-api.xml:88(td) msgid "(StrOpt) This value sets what strategy will be used to determine the image location order. Currently two strategies are packaged with Glance 'location_order' and 'store_type'." msgstr "" -#: ./doc/common/tables/glance-api.xml:74(td) +#: ./doc/common/tables/glance-api.xml:92(td) msgid "(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs" msgstr "" -#: ./doc/common/tables/glance-api.xml:78(td) +#: ./doc/common/tables/glance-api.xml:96(td) msgid "(IntOpt) Limits request ID length." msgstr "" -#: ./doc/common/tables/glance-api.xml:82(td) +#: ./doc/common/tables/glance-api.xml:100(td) msgid "(BoolOpt) When true, this option sets the owner of an image to be the tenant. Otherwise, the owner of the image will be the authenticated user issuing the request." msgstr "" -#: ./doc/common/tables/glance-api.xml:86(td) +#: ./doc/common/tables/glance-api.xml:104(td) msgid "(StrOpt) Public url to use for versions endpoint. The default is None, which will use the request's host_url attribute to populate the URL base. If Glance is operating behind a proxy, you will want to change this to represent the proxy's URL." msgstr "" -#: ./doc/common/tables/glance-api.xml:90(td) +#: ./doc/common/tables/glance-api.xml:108(td) msgid "(BoolOpt) Whether to pass through headers containing user and tenant information when making requests to the registry. This allows the registry to use the context middleware without keystonemiddleware's auth_token middleware, removing calls to the keystone auth service. It is recommended that when using this option, secure communication between glance api and glance registry is ensured by means other than auth_token middleware." msgstr "" -#: ./doc/common/tables/glance-api.xml:94(td) +#: ./doc/common/tables/glance-api.xml:112(td) msgid "(BoolOpt) Whether to include the backend image locations in image properties. For example, if using the file system store a URL of \"file:///path/to/image\" will be returned to the user in the 'direct_url' meta-data field. Revealing storage location can be a security risk, so use this setting with caution! The overrides show_image_direct_url." msgstr "" -#: ./doc/common/tables/glance-api.xml:102(td) +#: ./doc/common/tables/glance-api.xml:120(td) msgid "(BoolOpt) Whether to pass through the user token when making requests to the registry. To prevent failures with token expiration during big files upload, it is recommended to set this parameter to False.If \"use_user_token\" is not in effect, then admin credentials can be specified." msgstr "" -#: ./doc/common/tables/glance-api.xml:108(replaceable) +#: ./doc/common/tables/glance-api.xml:126(replaceable) msgid "file" msgstr "" -#: ./doc/common/tables/glance-api.xml:109(td) +#: ./doc/common/tables/glance-api.xml:127(td) msgid "(StrOpt) Default scheme to use to store image data. The scheme must be registered by one of the stores defined by the 'stores' config option." msgstr "" -#: ./doc/common/tables/glance-api.xml:113(td) +#: ./doc/common/tables/glance-api.xml:131(td) msgid "(IntOpt) Minimum interval seconds to execute updating dynamic storage capabilities based on backend status then. It's not a periodic routine, the update logic will be executed only when interval seconds elapsed and an operation of store has triggered. The feature will be enabled only when the option value greater then zero." msgstr "" -#: ./doc/common/tables/glance-api.xml:116(replaceable) +#: ./doc/common/tables/glance-api.xml:134(replaceable) msgid "file, http" msgstr "" -#: ./doc/common/tables/glance-api.xml:117(td) +#: ./doc/common/tables/glance-api.xml:135(td) msgid "(ListOpt) List of stores enabled" msgstr "" -#: ./doc/common/tables/glance-api.xml:135(td) +#: ./doc/common/tables/glance-api.xml:153(td) msgid "(StrOpt) Name of the paste configuration file." msgstr "" -#: ./doc/common/tables/glance-api.xml:139(td) +#: ./doc/common/tables/glance-api.xml:157(td) msgid "(StrOpt) Partial name of a pipeline in your paste configuration file with the service name removed. For example, if your paste section name is [pipeline:glance-api-keystone] use the value \"keystone\"" msgstr "" -#: ./doc/common/tables/glance-api.xml:142(th) +#: ./doc/common/tables/glance-api.xml:160(th) msgid "[store_type_location_strategy]" msgstr "" -#: ./doc/common/tables/glance-api.xml:146(td) +#: ./doc/common/tables/glance-api.xml:164(td) msgid "(ListOpt) The store names to use to get store preference order. The name must be registered by one of the stores defined by the 'stores' config option. This option will be applied when you using 'store_type' option as image location strategy defined by the 'location_strategy' config option." msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:7(caption) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:25(caption) msgid "Description of Gnocchi dispatcher configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:18(th) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:36(th) msgid "[dispatcher_gnocchi]" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:39(replaceable) msgid "low" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:22(td) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:40(td) msgid "(StrOpt) The archive policy to use when the dispatcher create a new metric." msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:25(replaceable) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:43(replaceable) +msgid "gnocchi_archive_policy_map.yaml" +msgstr "" + +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:44(td) +msgid "(StrOpt) The Yaml file that defines per metric archive policies." +msgstr "" + +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:47(replaceable) msgid "gnocchi" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:26(td) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:48(td) msgid "(StrOpt) Gnocchi project used to filter out samples generated by Gnocchi service activity" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:30(td) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:52(td) msgid "(BoolOpt) Filter out samples generated by Gnocchi service activity" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:33(replaceable) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:55(replaceable) msgid "gnocchi_resources.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:34(td) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:56(td) msgid "(StrOpt) The Yaml file that defines mapping between samples and gnocchi resources/metrics" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:37(replaceable) ./doc/common/tables/ceilometer-alarms.xml:21(replaceable) ./doc/common/tables/aodh-common.xml:41(replaceable) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:59(replaceable) ./doc/common/tables/ceilometer-alarms.xml:39(replaceable) ./doc/common/tables/aodh-common.xml:41(replaceable) msgid "http://localhost:8041" msgstr "" -#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:38(td) ./doc/common/tables/ceilometer-alarms.xml:22(td) ./doc/common/tables/aodh-common.xml:42(td) +#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:60(td) ./doc/common/tables/ceilometer-alarms.xml:40(td) ./doc/common/tables/aodh-common.xml:42(td) msgid "(StrOpt) URL to Gnocchi." msgstr "" @@ -19034,7 +19170,7 @@ msgstr "" msgid "(StrOpt) Admin user" msgstr "" -#: ./doc/common/tables/neutron-common.xml:33(replaceable) ./doc/common/tables/nova-livemigration.xml:44(replaceable) ./doc/common/tables/neutron-nsx.xml:33(replaceable) +#: ./doc/common/tables/neutron-common.xml:33(replaceable) ./doc/common/tables/nova-livemigration.xml:62(replaceable) ./doc/common/tables/neutron-nsx.xml:33(replaceable) msgid "75" msgstr "" @@ -19206,11 +19342,11 @@ msgstr "" msgid "(IntOpt) Interval between two metering reports" msgstr "" -#: ./doc/common/tables/neutron-common.xml:205(replaceable) ./doc/common/tables/nova-common.xml:69(replaceable) +#: ./doc/common/tables/neutron-common.xml:205(replaceable) ./doc/common/tables/nova-common.xml:87(replaceable) msgid "/etc/nova/rootwrap.conf" msgstr "" -#: ./doc/common/tables/neutron-common.xml:206(td) ./doc/common/tables/nova-common.xml:70(td) ./doc/common/tables/cinder-common.xml:182(td) +#: ./doc/common/tables/neutron-common.xml:206(td) ./doc/common/tables/nova-common.xml:88(td) ./doc/common/tables/cinder-common.xml:200(td) msgid "(StrOpt) Path to the rootwrap configuration file to use for running commands as root" msgstr "" @@ -19262,507 +19398,507 @@ msgstr "" msgid "(ListOpt) Drivers list to use to send the update notification" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:7(caption) +#: ./doc/common/tables/manila-scheduler.xml:25(caption) msgid "Description of Scheduler configuration options" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:22(td) +#: ./doc/common/tables/manila-scheduler.xml:40(td) msgid "(FloatOpt) Multiplier used for weighing share capacity. Negative numbers mean to stack vs spread." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:26(td) +#: ./doc/common/tables/manila-scheduler.xml:44(td) msgid "(FloatOpt) Multiplier used for weighing pools which have existing share servers. Negative numbers mean to spread vs stack." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:29(replaceable) +#: ./doc/common/tables/manila-scheduler.xml:47(replaceable) msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter, ConsistencyGroupFilter" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:37(replaceable) +#: ./doc/common/tables/manila-scheduler.xml:55(replaceable) msgid "manila.scheduler.filter_scheduler.FilterScheduler" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:38(td) +#: ./doc/common/tables/manila-scheduler.xml:56(td) msgid "(StrOpt) Default scheduler driver to use." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:41(replaceable) +#: ./doc/common/tables/manila-scheduler.xml:59(replaceable) msgid "manila.scheduler.host_manager.HostManager" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:42(td) +#: ./doc/common/tables/manila-scheduler.xml:60(td) msgid "(StrOpt) The scheduler host manager class to use." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:49(replaceable) +#: ./doc/common/tables/manila-scheduler.xml:67(replaceable) msgid "manila.scheduler.manager.SchedulerManager" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:50(td) +#: ./doc/common/tables/manila-scheduler.xml:68(td) msgid "(StrOpt) Full class name for the scheduler manager." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:54(td) +#: ./doc/common/tables/manila-scheduler.xml:72(td) msgid "(IntOpt) Maximum number of attempts to schedule a share." msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:57(replaceable) +#: ./doc/common/tables/manila-scheduler.xml:75(replaceable) msgid "manila-scheduler" msgstr "" -#: ./doc/common/tables/manila-scheduler.xml:58(td) +#: ./doc/common/tables/manila-scheduler.xml:76(td) msgid "(StrOpt) The topic scheduler nodes listen on." msgstr "" -#: ./doc/common/tables/ironic-ipmi.xml:22(td) +#: ./doc/common/tables/ironic-ipmi.xml:40(td) msgid "(IntOpt) Minimum time, in seconds, between IPMI operations sent to a server. There is a risk with some hardware that setting this too low may cause the BMC to crash. Recommended setting is 5 seconds." msgstr "" -#: ./doc/common/tables/ironic-ipmi.xml:26(td) +#: ./doc/common/tables/ironic-ipmi.xml:44(td) msgid "(IntOpt) Maximum time in seconds to retry IPMI operations. There is a tradeoff when setting this value. Setting this too low may cause older BMCs to crash and require a hard reset. However, setting too high can cause the sync power state periodic task to hang when there are slow or unresponsive BMCs." msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:7(caption) +#: ./doc/common/tables/nova-availabilityzones.xml:25(caption) msgid "Description of availability zones configuration options" msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:22(td) +#: ./doc/common/tables/nova-availabilityzones.xml:40(td) msgid "(StrOpt) Default compute node availability_zone" msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:26(td) +#: ./doc/common/tables/nova-availabilityzones.xml:44(td) msgid "(StrOpt) Availability zone to use when user doesn't specify one" msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:29(replaceable) +#: ./doc/common/tables/nova-availabilityzones.xml:47(replaceable) msgid "internal" msgstr "" -#: ./doc/common/tables/nova-availabilityzones.xml:30(td) +#: ./doc/common/tables/nova-availabilityzones.xml:48(td) msgid "(StrOpt) The availability_zone to show internal services under" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:18(th) +#: ./doc/common/tables/keystone-ca.xml:36(th) msgid "[eventlet_server_ssl]" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:21(replaceable) ./doc/common/tables/keystone-ca.xml:44(replaceable) +#: ./doc/common/tables/keystone-ca.xml:39(replaceable) ./doc/common/tables/keystone-ca.xml:62(replaceable) msgid "/etc/keystone/ssl/certs/ca.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:22(td) +#: ./doc/common/tables/keystone-ca.xml:40(td) msgid "(StrOpt) Path of the CA cert file for SSL." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:26(td) +#: ./doc/common/tables/keystone-ca.xml:44(td) msgid "(BoolOpt) Require client certificate." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:29(replaceable) +#: ./doc/common/tables/keystone-ca.xml:47(replaceable) msgid "/etc/keystone/ssl/certs/keystone.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:30(td) +#: ./doc/common/tables/keystone-ca.xml:48(td) msgid "(StrOpt) Path of the certfile for SSL. For non-production environments, you may be interested in using `keystone-manage ssl_setup` to generate self-signed certificates." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:34(td) +#: ./doc/common/tables/keystone-ca.xml:52(td) msgid "(BoolOpt) Toggle for SSL support on the Keystone eventlet servers." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:37(replaceable) +#: ./doc/common/tables/keystone-ca.xml:55(replaceable) msgid "/etc/keystone/ssl/private/keystonekey.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:38(td) +#: ./doc/common/tables/keystone-ca.xml:56(td) msgid "(StrOpt) Path of the keyfile for SSL." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:41(th) +#: ./doc/common/tables/keystone-ca.xml:59(th) msgid "[signing]" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:45(td) +#: ./doc/common/tables/keystone-ca.xml:63(td) msgid "(StrOpt) Path of the CA for token signing." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:48(replaceable) ./doc/common/tables/keystone-ca.xml:75(replaceable) +#: ./doc/common/tables/keystone-ca.xml:66(replaceable) ./doc/common/tables/keystone-ca.xml:93(replaceable) msgid "/etc/keystone/ssl/private/cakey.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:49(td) +#: ./doc/common/tables/keystone-ca.xml:67(td) msgid "(StrOpt) Path of the CA key for token signing." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:52(replaceable) +#: ./doc/common/tables/keystone-ca.xml:70(replaceable) msgid "/C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:53(td) +#: ./doc/common/tables/keystone-ca.xml:71(td) msgid "(StrOpt) Certificate subject (auto generated certificate) for token signing." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:56(replaceable) ./doc/common/tables/keystone-saml.xml:25(replaceable) +#: ./doc/common/tables/keystone-ca.xml:74(replaceable) ./doc/common/tables/keystone-saml.xml:43(replaceable) msgid "/etc/keystone/ssl/certs/signing_cert.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:57(td) +#: ./doc/common/tables/keystone-ca.xml:75(td) msgid "(StrOpt) Path of the certfile for token signing. For non-production environments, you may be interested in using `keystone-manage pki_setup` to generate self-signed certificates." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:60(replaceable) ./doc/common/tables/trove-db_vertica.xml:57(replaceable) +#: ./doc/common/tables/keystone-ca.xml:78(replaceable) ./doc/common/tables/trove-db_vertica.xml:75(replaceable) msgid "2048" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:61(td) +#: ./doc/common/tables/keystone-ca.xml:79(td) msgid "(IntOpt) Key size (in bits) for token signing cert (auto generated certificate)." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:64(replaceable) ./doc/common/tables/keystone-saml.xml:81(replaceable) +#: ./doc/common/tables/keystone-ca.xml:82(replaceable) ./doc/common/tables/keystone-saml.xml:99(replaceable) msgid "/etc/keystone/ssl/private/signing_key.pem" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:65(td) +#: ./doc/common/tables/keystone-ca.xml:83(td) msgid "(StrOpt) Path of the keyfile for token signing." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:68(replaceable) ./doc/common/tables/keystone-ca.xml:87(replaceable) +#: ./doc/common/tables/keystone-ca.xml:86(replaceable) ./doc/common/tables/keystone-ca.xml:105(replaceable) msgid "3650" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:69(td) +#: ./doc/common/tables/keystone-ca.xml:87(td) msgid "(IntOpt) Days the token signing cert is valid for (auto generated certificate)." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:76(td) +#: ./doc/common/tables/keystone-ca.xml:94(td) msgid "(StrOpt) Path of the CA key file for SSL." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:79(replaceable) +#: ./doc/common/tables/keystone-ca.xml:97(replaceable) msgid "/C=US/ST=Unset/L=Unset/O=Unset/CN=localhost" msgstr "" -#: ./doc/common/tables/keystone-ca.xml:80(td) +#: ./doc/common/tables/keystone-ca.xml:98(td) msgid "(StrOpt) SSL certificate subject (auto generated certificate)." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:84(td) +#: ./doc/common/tables/keystone-ca.xml:102(td) msgid "(IntOpt) SSL key length (in bits) (auto generated certificate)." msgstr "" -#: ./doc/common/tables/keystone-ca.xml:88(td) +#: ./doc/common/tables/keystone-ca.xml:106(td) msgid "(IntOpt) Days the certificate is valid for once signed (auto generated certificate)." msgstr "" -#: ./doc/common/tables/glance-gridfs.xml:7(caption) +#: ./doc/common/tables/glance-gridfs.xml:25(caption) msgid "Description of GridFS configuration options" msgstr "" -#: ./doc/common/tables/glance-gridfs.xml:22(td) +#: ./doc/common/tables/glance-gridfs.xml:40(td) msgid "(StrOpt) Database to use" msgstr "" -#: ./doc/common/tables/glance-gridfs.xml:26(td) +#: ./doc/common/tables/glance-gridfs.xml:44(td) msgid "(StrOpt) Hostname or IP address of the instance to connect to, or a mongodb URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it must be enclosed in '[' and ']' characters following the RFC2732 URL syntax (e.g. '[::1]' for localhost)" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:7(caption) +#: ./doc/common/tables/trove-db_pxc.xml:25(caption) msgid "Description of Percona XtraDB Cluster database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:18(th) +#: ./doc/common/tables/trove-db_pxc.xml:36(th) msgid "[pxc]" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:21(replaceable) +#: ./doc/common/tables/trove-db_pxc.xml:39(replaceable) msgid "trove.common.strategies.cluster.experimental.pxc.api.PXCAPIStrategy" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:45(replaceable) +#: ./doc/common/tables/trove-db_pxc.xml:63(replaceable) msgid "trove.common.strategies.cluster.experimental.pxc.guestagent.PXCGuestAgentStrategy" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:49(replaceable) +#: ./doc/common/tables/trove-db_pxc.xml:67(replaceable) msgid "os_admin, root, clusterrepuser" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:54(td) +#: ./doc/common/tables/trove-db_pxc.xml:72(td) msgid "(IntOpt) Minimum number of members in PXC cluster." msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:78(td) +#: ./doc/common/tables/trove-db_pxc.xml:96(td) msgid "(StrOpt) Root controller implementation for pxc." msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:85(replaceable) +#: ./doc/common/tables/trove-db_pxc.xml:103(replaceable) msgid "trove.common.strategies.cluster.experimental.pxc.taskmanager.PXCTaskManagerStrategy" msgstr "" -#: ./doc/common/tables/trove-db_pxc.xml:89(replaceable) +#: ./doc/common/tables/trove-db_pxc.xml:107(replaceable) msgid "3306, 4444, 4567, 4568" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:7(caption) +#: ./doc/common/tables/nova-livemigration.xml:25(caption) msgid "Description of live migration configuration options" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:22(td) +#: ./doc/common/tables/nova-livemigration.xml:40(td) msgid "(IntOpt) Number of 1 second retries needed in live_migration" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:26(td) +#: ./doc/common/tables/nova-livemigration.xml:44(td) msgid "(IntOpt) Maximum number of live migrations to run concurrently. This limit is enforced to avoid outbound live migrations overwhelming the host/network and causing failures. It is not recommended that you change this unless you are very sure that doing so is safe and stable in your environment." msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:33(td) +#: ./doc/common/tables/nova-livemigration.xml:51(td) msgid "(IntOpt) Maximum bandwidth(in MiB/s) to be used during migration. If set to 0, will choose a suitable default. Some hypervisors do not support this feature and will return an error if bandwidth is not 0. Please refer to the libvirt documentation for further details" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:36(replaceable) +#: ./doc/common/tables/nova-livemigration.xml:54(replaceable) msgid "800" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:37(td) +#: ./doc/common/tables/nova-livemigration.xml:55(td) msgid "(IntOpt) Time to wait, in seconds, for migration to successfully complete transferring data before aborting the operation. Value is per GiB of guest RAM + disk to be transferred, with lower bound of a minimum of 2 GiB. Should usually be larger than downtime delay * downtime steps. Set to 0 to disable timeouts." msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:40(replaceable) ./doc/common/tables/neutron-nsx.xml:148(replaceable) +#: ./doc/common/tables/nova-livemigration.xml:58(replaceable) ./doc/common/tables/neutron-nsx.xml:148(replaceable) msgid "500" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:41(td) +#: ./doc/common/tables/nova-livemigration.xml:59(td) msgid "(IntOpt) Maximum permitted downtime, in milliseconds, for live migration switchover. Will be rounded up to a minimum of 100ms. Use a large value if guest liveness is unimportant." msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:45(td) +#: ./doc/common/tables/nova-livemigration.xml:63(td) msgid "(IntOpt) Time to wait, in seconds, between each step increase of the migration downtime. Minimum delay is 10 seconds. Value is per GiB of guest RAM + disk to be transferred, with lower bound of a minimum of 2 GiB per device" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:49(td) +#: ./doc/common/tables/nova-livemigration.xml:67(td) msgid "(IntOpt) Number of incremental steps to reach max downtime value. Will be rounded up to a minimum of 3 steps" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:52(replaceable) +#: ./doc/common/tables/nova-livemigration.xml:70(replaceable) msgid "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:53(td) +#: ./doc/common/tables/nova-livemigration.xml:71(td) msgid "(StrOpt) Migration flags to be set for live migration" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:56(replaceable) +#: ./doc/common/tables/nova-livemigration.xml:74(replaceable) msgid "150" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:57(td) +#: ./doc/common/tables/nova-livemigration.xml:75(td) msgid "(IntOpt) Time to wait, in seconds, for migration to make forward progress in transferring data before aborting the operation. Set to 0 to disable timeouts." msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:60(replaceable) +#: ./doc/common/tables/nova-livemigration.xml:78(replaceable) msgid "qemu+tcp://%s/system" msgstr "" -#: ./doc/common/tables/nova-livemigration.xml:61(td) +#: ./doc/common/tables/nova-livemigration.xml:79(td) msgid "(StrOpt) Migration target URI (any included \"%s\" is replaced with the migration target hostname)" msgstr "" -#: ./doc/common/tables/glance-vmware.xml:22(td) +#: ./doc/common/tables/glance-vmware.xml:40(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to ESX/VC." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:26(td) +#: ./doc/common/tables/glance-vmware.xml:44(td) msgid "(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:29(replaceable) +#: ./doc/common/tables/glance-vmware.xml:47(replaceable) msgid "ha-datacenter" msgstr "" -#: ./doc/common/tables/glance-vmware.xml:30(td) +#: ./doc/common/tables/glance-vmware.xml:48(td) msgid "(StrOpt) DEPRECATED. Inventory path to a datacenter. If the vmware_server_host specified is an ESX/ESXi, the vmware_datacenter_path is optional. If specified, it should be \"ha-datacenter\". This option is deprecated in favor of vmware_datastores and will be removed in the Liberty release." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:34(td) +#: ./doc/common/tables/glance-vmware.xml:52(td) msgid "(StrOpt) DEPRECATED. Datastore associated with the datacenter. This option is deprecated in favor of vmware_datastores and will be removed in the Liberty release." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:38(td) +#: ./doc/common/tables/glance-vmware.xml:56(td) msgid "(MultiStrOpt) A list of datastores where the image can be stored. This option may be specified multiple times for specifying multiple datastores. Either one of vmware_datastore_name or vmware_datastores is required. The datastore name should be specified after its datacenter path, seperated by \":\". An optional weight may be given after the datastore name, seperated again by \":\". Thus, the required format becomes <datacenter_path>:<datastore_name>:<optional_weight>. When adding an image, the datastore with highest weight will be selected, unless there is not enough free space available in cases where the image size is already known. If no weight is given, it is assumed to be zero and the directory will be considered for selection last. If multiple datastores have the same weight, then the one with the most free space available is selected." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:42(td) +#: ./doc/common/tables/glance-vmware.xml:60(td) msgid "(StrOpt) ESX/ESXi or vCenter Server target system. The server value can be an IP address or a DNS name." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:46(td) +#: ./doc/common/tables/glance-vmware.xml:64(td) msgid "(StrOpt) Password for authenticating with VMware ESX/VC server." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:50(td) +#: ./doc/common/tables/glance-vmware.xml:68(td) msgid "(StrOpt) Username for authenticating with VMware ESX/VC server." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:53(replaceable) +#: ./doc/common/tables/glance-vmware.xml:71(replaceable) msgid "/openstack_glance" msgstr "" -#: ./doc/common/tables/glance-vmware.xml:54(td) +#: ./doc/common/tables/glance-vmware.xml:72(td) msgid "(StrOpt) The name of the directory where the glance images will be stored in the VMware datastore." msgstr "" -#: ./doc/common/tables/glance-vmware.xml:58(td) +#: ./doc/common/tables/glance-vmware.xml:76(td) msgid "(IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC server." msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:7(caption) +#: ./doc/common/tables/glance-taskflow.xml:25(caption) msgid "Description of TaskFlow configuration options" msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:18(th) +#: ./doc/common/tables/glance-taskflow.xml:36(th) msgid "[taskflow_executor]" msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:22(td) +#: ./doc/common/tables/glance-taskflow.xml:40(td) msgid "(StrOpt) The format to which images will be automatically converted." msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:25(replaceable) +#: ./doc/common/tables/glance-taskflow.xml:43(replaceable) msgid "parallel" msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:26(td) +#: ./doc/common/tables/glance-taskflow.xml:44(td) msgid "(StrOpt) The mode in which the engine will run. Can be 'serial' or 'parallel'." msgstr "" -#: ./doc/common/tables/glance-taskflow.xml:30(td) +#: ./doc/common/tables/glance-taskflow.xml:48(td) msgid "(IntOpt) The number of parallel activities executed at the same time by the engine. The value can be greater than one when the engine mode is 'parallel'." msgstr "" -#: ./doc/common/tables/ceilometer-magnetodb.xml:7(caption) +#: ./doc/common/tables/ceilometer-magnetodb.xml:25(caption) msgid "Description of MagnetoDB configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-magnetodb.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-magnetodb.xml:39(replaceable) msgid "magnetodb" msgstr "" -#: ./doc/common/tables/ceilometer-magnetodb.xml:22(td) +#: ./doc/common/tables/ceilometer-magnetodb.xml:40(td) msgid "(StrOpt) Exchange name for Magnetodb notifications." msgstr "" -#: ./doc/common/tables/glance-swift.xml:21(replaceable) +#: ./doc/common/tables/glance-swift.xml:39(replaceable) msgid "ref1" msgstr "" -#: ./doc/common/tables/glance-swift.xml:22(td) +#: ./doc/common/tables/glance-swift.xml:40(td) msgid "(StrOpt) The reference to the default swift account/backing store parameters to use for adding new images." msgstr "" -#: ./doc/common/tables/glance-swift.xml:26(td) +#: ./doc/common/tables/glance-swift.xml:44(td) msgid "(StrOpt) The address where the Swift authentication service is listening.(deprecated)" msgstr "" -#: ./doc/common/tables/glance-swift.xml:30(td) +#: ./doc/common/tables/glance-swift.xml:48(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" -#: ./doc/common/tables/glance-swift.xml:34(td) +#: ./doc/common/tables/glance-swift.xml:52(td) msgid "(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated)" msgstr "" -#: ./doc/common/tables/glance-swift.xml:38(td) +#: ./doc/common/tables/glance-swift.xml:56(td) msgid "(StrOpt) The user to authenticate against the Swift authentication service (deprecated)" msgstr "" -#: ./doc/common/tables/nova-common.xml:22(td) +#: ./doc/common/tables/nova-common.xml:40(td) msgid "(StrOpt) Directory where nova binaries are installed" msgstr "" -#: ./doc/common/tables/nova-common.xml:26(td) +#: ./doc/common/tables/nova-common.xml:44(td) msgid "(StrOpt) The topic compute nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml:29(replaceable) +#: ./doc/common/tables/nova-common.xml:47(replaceable) msgid "console" msgstr "" -#: ./doc/common/tables/nova-common.xml:30(td) +#: ./doc/common/tables/nova-common.xml:48(td) msgid "(StrOpt) The topic console proxy nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml:33(replaceable) +#: ./doc/common/tables/nova-common.xml:51(replaceable) msgid "consoleauth" msgstr "" -#: ./doc/common/tables/nova-common.xml:34(td) +#: ./doc/common/tables/nova-common.xml:52(td) msgid "(StrOpt) The topic console auth proxy nodes listen on" msgstr "" -#: ./doc/common/tables/nova-common.xml:42(td) +#: ./doc/common/tables/nova-common.xml:60(td) msgid "(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address" msgstr "" -#: ./doc/common/tables/nova-common.xml:50(td) ./doc/common/tables/cinder-common.xml:126(td) +#: ./doc/common/tables/nova-common.xml:68(td) ./doc/common/tables/cinder-common.xml:144(td) msgid "(StrOpt) IP address of this host" msgstr "" -#: ./doc/common/tables/nova-common.xml:54(td) +#: ./doc/common/tables/nova-common.xml:72(td) msgid "(BoolOpt) If set, send api.fault notifications on caught exceptions in the API service." msgstr "" -#: ./doc/common/tables/nova-common.xml:58(td) +#: ./doc/common/tables/nova-common.xml:76(td) msgid "(StrOpt) If set, send compute.instance.update notifications on instance state changes. Valid values are None for no notifications, \"vm_state\" for notifications on VM state changes, or \"vm_and_task_state\" for notifications on VM and task state changes." msgstr "" -#: ./doc/common/tables/nova-common.xml:61(replaceable) -msgid "/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/nova" +#: ./doc/common/tables/nova-common.xml:79(replaceable) +msgid "/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/nova" msgstr "" -#: ./doc/common/tables/nova-common.xml:62(td) +#: ./doc/common/tables/nova-common.xml:80(td) msgid "(StrOpt) Directory where the nova python module is installed" msgstr "" -#: ./doc/common/tables/nova-common.xml:66(td) +#: ./doc/common/tables/nova-common.xml:84(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore" msgstr "" -#: ./doc/common/tables/nova-common.xml:74(td) +#: ./doc/common/tables/nova-common.xml:92(td) msgid "(IntOpt) Maximum time since last check-in for up service" msgstr "" -#: ./doc/common/tables/nova-common.xml:78(td) +#: ./doc/common/tables/nova-common.xml:96(td) msgid "(StrOpt) Top-level directory for maintaining nova's state" msgstr "" -#: ./doc/common/tables/nova-common.xml:82(td) +#: ./doc/common/tables/nova-common.xml:100(td) msgid "(StrOpt) Explicitly specify the temporary working directory" msgstr "" -#: ./doc/common/tables/nova-common.xml:96(th) +#: ./doc/common/tables/nova-common.xml:114(th) msgid "[workarounds]" msgstr "" -#: ./doc/common/tables/nova-common.xml:100(td) +#: ./doc/common/tables/nova-common.xml:118(td) msgid "(BoolOpt) DEPRECATED: Whether to destroy instances on startup when we suspect they have previously been evacuated. This can result in data loss if undesired. See https://launchpad.net/bugs/1419785" msgstr "" -#: ./doc/common/tables/nova-common.xml:104(td) +#: ./doc/common/tables/nova-common.xml:122(td) msgid "(BoolOpt) When using libvirt 1.2.2 live snapshots fail intermittently under load. This config option provides a mechanism to enable live snapshot while this is resolved. See https://bugs.launchpad.net/nova/+bug/1334398" msgstr "" -#: ./doc/common/tables/nova-common.xml:108(td) +#: ./doc/common/tables/nova-common.xml:126(td) msgid "(BoolOpt) This option allows a fallback to sudo for performance reasons. For example see https://bugs.launchpad.net/nova/+bug/1415106" msgstr "" -#: ./doc/common/tables/nova-common.xml:112(td) +#: ./doc/common/tables/nova-common.xml:130(td) msgid "(BoolOpt) Whether or not to handle events raised from the compute driver's 'emit_event' method. These are lifecycle events raised from compute drivers that implement the method. An example of a lifecycle event is an instance starting or stopping. If the instance is going through task state changes due to an API operation, like resize, the events are ignored. However, this is an advanced feature which allows the hypervisor to signal to the compute service that an unexpected state change has occurred in an instance and the instance can be shutdown automatically - which can inherently race in reboot operations or when the compute service or host is rebooted, either planned or due to an unexpected outage. Care should be taken when using this and sync_power_state_interval is negative since then if any instances are out of sync between the hypervisor and the Nova database they will have to be synchronized manually. See https://bugs.launchpad.net/bugs/1444630" msgstr "" -#: ./doc/common/tables/heat-clients_cinder.xml:7(caption) +#: ./doc/common/tables/heat-clients_cinder.xml:25(caption) msgid "Description of cinder clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_cinder.xml:18(th) +#: ./doc/common/tables/heat-clients_cinder.xml:36(th) msgid "[clients_cinder]" msgstr "" @@ -19810,219 +19946,235 @@ msgstr "" msgid "(IntOpt) NVSD controller REST API request timeout in seconds" msgstr "" -#: ./doc/common/tables/keystone-role.xml:7(caption) +#: ./doc/common/tables/keystone-role.xml:25(caption) msgid "Description of role configuration options" msgstr "" -#: ./doc/common/tables/keystone-role.xml:18(th) +#: ./doc/common/tables/keystone-role.xml:36(th) msgid "[role]" msgstr "" -#: ./doc/common/tables/keystone-role.xml:22(td) +#: ./doc/common/tables/keystone-role.xml:40(td) msgid "(IntOpt) TTL (in seconds) to cache role data. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-role.xml:26(td) +#: ./doc/common/tables/keystone-role.xml:44(td) msgid "(BoolOpt) Toggle for role caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-role.xml:30(td) +#: ./doc/common/tables/keystone-role.xml:48(td) msgid "(StrOpt) Entrypoint for the role backend driver in the keystone.role namespace. Supplied drivers are ldap and sql." msgstr "" -#: ./doc/common/tables/keystone-role.xml:34(td) +#: ./doc/common/tables/keystone-role.xml:52(td) msgid "(IntOpt) Maximum number of entities that will be returned in a role collection." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:7(caption) +#: ./doc/common/tables/manila-hds_hnas.xml:25(caption) msgid "Description of HDS NAS Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:22(td) +#: ./doc/common/tables/manila-hds_hnas.xml:40(td) msgid "(StrOpt) The IP of the clusters admin node. Only set in HNAS multinode clusters." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:26(td) +#: ./doc/common/tables/manila-hds_hnas.xml:44(td) msgid "(StrOpt) Specify which EVS this backend is assigned to." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:30(td) +#: ./doc/common/tables/manila-hds_hnas.xml:48(td) msgid "(StrOpt) Specify IP for mounting shares." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:34(td) +#: ./doc/common/tables/manila-hds_hnas.xml:52(td) msgid "(StrOpt) Specify file-system name for creating shares." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:38(td) +#: ./doc/common/tables/manila-hds_hnas.xml:56(td) msgid "(StrOpt) HNAS management interface IP for communication between Manila controller and HNAS." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:42(td) +#: ./doc/common/tables/manila-hds_hnas.xml:60(td) msgid "(StrOpt) HNAS user password. Required only if private key is not provided." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:46(td) +#: ./doc/common/tables/manila-hds_hnas.xml:64(td) msgid "(StrOpt) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:50(td) +#: ./doc/common/tables/manila-hds_hnas.xml:68(td) msgid "(IntOpt) The time (in seconds) to wait for stalled HNAS jobs before aborting." msgstr "" -#: ./doc/common/tables/manila-hds_hnas.xml:54(td) +#: ./doc/common/tables/manila-hds_hnas.xml:72(td) msgid "(StrOpt) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces." msgstr "" -#: ./doc/common/tables/trove-upgrades.xml:7(caption) +#: ./doc/common/tables/trove-upgrades.xml:25(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) +#: ./doc/common/tables/trove-upgrades.xml:39(replaceable) ./doc/common/tables/trove-upgrades.xml:43(replaceable) ./doc/common/tables/trove-upgrades.xml:47(replaceable) msgid "icehouse" msgstr "" -#: ./doc/common/tables/trove-upgrades.xml:22(td) ./doc/common/tables/nova-upgrade_levels.xml:41(td) +#: ./doc/common/tables/trove-upgrades.xml:40(td) ./doc/common/tables/nova-upgrade_levels.xml:59(td) msgid "(StrOpt) Set a version cap for messages sent to conductor services" msgstr "" -#: ./doc/common/tables/trove-upgrades.xml:26(td) +#: ./doc/common/tables/trove-upgrades.xml:44(td) msgid "(StrOpt) Set a version cap for messages sent to guestagent services" msgstr "" -#: ./doc/common/tables/trove-upgrades.xml:30(td) +#: ./doc/common/tables/trove-upgrades.xml:48(td) msgid "(StrOpt) Set a version cap for messages sent to taskmanager services" msgstr "" +#: ./doc/common/tables/aodh-redis.xml:33(th) ./doc/common/tables/neutron-redis.xml:33(th) +msgid "[matchmaker_ring]" +msgstr "" + +#: ./doc/common/tables/aodh-redis.xml:36(replaceable) ./doc/common/tables/neutron-redis.xml:36(replaceable) +msgid "/etc/oslo/matchmaker_ring.json" +msgstr "" + +#: ./doc/common/tables/aodh-redis.xml:37(td) ./doc/common/tables/neutron-redis.xml:37(td) +msgid "(StrOpt) Matchmaker ring file (JSON)." +msgstr "" + #: ./doc/common/tables/swift-account-server-account-replicator.xml:8(literal) msgid "[account-replicator]" msgstr "" -#: ./doc/common/tables/swift-account-server-account-replicator.xml:52(replaceable) +#: ./doc/common/tables/swift-account-server-account-replicator.xml:44(replaceable) msgid "account-replicator" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:7(caption) +#: ./doc/common/tables/swift-account-server-account-replicator.xml:72(replaceable) +msgid "{replication_ip}::account" +msgstr "" + +#: ./doc/common/tables/ceilometer-events.xml:25(caption) msgid "Description of events configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:18(th) +#: ./doc/common/tables/ceilometer-events.xml:36(th) msgid "[event]" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-events.xml:39(replaceable) msgid "event_definitions.yaml" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:22(td) +#: ./doc/common/tables/ceilometer-events.xml:40(td) msgid "(StrOpt) Configuration file for event definitions." msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:26(td) +#: ./doc/common/tables/ceilometer-events.xml:44(td) msgid "(BoolOpt) Drop notifications if no event definition matches. (Otherwise, we convert them with just the default traits)" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:30(td) +#: ./doc/common/tables/ceilometer-events.xml:48(td) msgid "(MultiStrOpt) Store the raw notification for select priority levels (info and/or error). By default, raw details are not captured." msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:33(th) ./doc/common/tables/ceilometer-rpc.xml:45(th) ./doc/common/tables/ceilometer-notification.xml:18(th) +#: ./doc/common/tables/ceilometer-events.xml:51(th) ./doc/common/tables/ceilometer-rpc.xml:63(th) ./doc/common/tables/ceilometer-notification.xml:36(th) msgid "[notification]" msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:37(td) +#: ./doc/common/tables/ceilometer-events.xml:55(td) msgid "(BoolOpt) Acknowledge message when event persistence fails." msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:41(td) +#: ./doc/common/tables/ceilometer-events.xml:59(td) msgid "(BoolOpt) Save event details." msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:45(td) +#: ./doc/common/tables/ceilometer-events.xml:63(td) msgid "(IntOpt) Number of workers for notification service, default value is 1." msgstr "" -#: ./doc/common/tables/ceilometer-events.xml:49(td) +#: ./doc/common/tables/ceilometer-events.xml:67(td) msgid "(BoolOpt) Enable workload partitioning, allowing multiple notification agents to be run simultaneously." msgstr "" -#: ./doc/common/tables/nova-glance.xml:22(td) +#: ./doc/common/tables/nova-glance.xml:40(td) msgid "(StrOpt) Base URL that will be presented to users in links to glance resources" msgstr "" -#: ./doc/common/tables/nova-glance.xml:29(td) +#: ./doc/common/tables/nova-glance.xml:47(td) msgid "(ListOpt) A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file]." msgstr "" -#: ./doc/common/tables/nova-glance.xml:33(td) ./doc/common/tables/cinder-images.xml:26(td) +#: ./doc/common/tables/nova-glance.xml:51(td) ./doc/common/tables/cinder-images.xml:44(td) msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to glance" msgstr "" -#: ./doc/common/tables/nova-glance.xml:37(td) +#: ./doc/common/tables/nova-glance.xml:55(td) msgid "(ListOpt) A list of the glance api servers available to nova. Prefix with https:// for ssl-based glance api servers. ([hostname|ip]:port)" msgstr "" -#: ./doc/common/tables/nova-glance.xml:41(td) +#: ./doc/common/tables/nova-glance.xml:59(td) msgid "(StrOpt) Default glance hostname or IP address" msgstr "" -#: ./doc/common/tables/nova-glance.xml:45(td) +#: ./doc/common/tables/nova-glance.xml:63(td) msgid "(IntOpt) Number of retries when uploading / downloading an image to / from glance." msgstr "" -#: ./doc/common/tables/nova-glance.xml:49(td) ./doc/common/tables/cinder-images.xml:58(td) +#: ./doc/common/tables/nova-glance.xml:67(td) ./doc/common/tables/cinder-images.xml:76(td) msgid "(IntOpt) Default glance port" msgstr "" -#: ./doc/common/tables/nova-glance.xml:56(th) +#: ./doc/common/tables/nova-glance.xml:74(th) msgid "[image_file_url]" msgstr "" -#: ./doc/common/tables/nova-glance.xml:60(td) +#: ./doc/common/tables/nova-glance.xml:78(td) msgid "(ListOpt) List of file systems that are configured in this file in the image_file_url:<list entry name> sections" msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:7(caption) +#: ./doc/common/tables/cinder-emc_sio.xml:25(caption) msgid "Description of EMC SIO volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:22(td) +#: ./doc/common/tables/cinder-emc_sio.xml:40(td) msgid "(BoolOpt) Whether to allow force delete." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:26(td) +#: ./doc/common/tables/cinder-emc_sio.xml:44(td) msgid "(StrOpt) Protection domain id." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:30(td) +#: ./doc/common/tables/cinder-emc_sio.xml:48(td) msgid "(StrOpt) Protection domain name." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:34(td) +#: ./doc/common/tables/cinder-emc_sio.xml:52(td) msgid "(StrOpt) REST server port." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:38(td) +#: ./doc/common/tables/cinder-emc_sio.xml:56(td) msgid "(BoolOpt) Whether to round volume capacity." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:42(td) +#: ./doc/common/tables/cinder-emc_sio.xml:60(td) msgid "(StrOpt) Server certificate path." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:46(td) +#: ./doc/common/tables/cinder-emc_sio.xml:64(td) msgid "(StrOpt) Storage pool id." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:54(td) +#: ./doc/common/tables/cinder-emc_sio.xml:72(td) msgid "(StrOpt) Storage pools." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:58(td) +#: ./doc/common/tables/cinder-emc_sio.xml:76(td) msgid "(BoolOpt) Whether to unmap volume before deletion." msgstr "" -#: ./doc/common/tables/cinder-emc_sio.xml:62(td) +#: ./doc/common/tables/cinder-emc_sio.xml:80(td) msgid "(BoolOpt) Whether to verify server certificate." msgstr "" @@ -20050,23 +20202,23 @@ msgstr "" msgid "(StrOpt) Template file for ipsec secret configuration" msgstr "" -#: ./doc/common/tables/heat-cloudwatch_api.xml:7(caption) +#: ./doc/common/tables/heat-cloudwatch_api.xml:25(caption) msgid "Description of CloudWatch API configuration options" msgstr "" -#: ./doc/common/tables/heat-cloudwatch_api.xml:22(td) +#: ./doc/common/tables/heat-cloudwatch_api.xml:40(td) msgid "(BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource." msgstr "" -#: ./doc/common/tables/heat-cloudwatch_api.xml:29(th) +#: ./doc/common/tables/heat-cloudwatch_api.xml:47(th) msgid "[heat_api_cloudwatch]" msgstr "" -#: ./doc/common/tables/heat-cloudwatch_api.xml:40(replaceable) +#: ./doc/common/tables/heat-cloudwatch_api.xml:58(replaceable) msgid "8003" msgstr "" -#: ./doc/common/tables/heat-cloudwatch_api.xml:53(td) +#: ./doc/common/tables/heat-cloudwatch_api.xml:71(td) msgid "(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs.)" msgstr "" @@ -20110,327 +20262,327 @@ msgstr "" msgid "egg:swift#formpost" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric.xml:7(caption) +#: ./doc/common/tables/cinder-zoning_fabric.xml:25(caption) msgid "Description of zoning fabrics configuration options" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric.xml:18(th) +#: ./doc/common/tables/cinder-zoning_fabric.xml:36(th) msgid "[BRCD_FABRIC_EXAMPLE]" msgstr "" -#: ./doc/common/tables/cinder-zoning_fabric.xml:38(td) +#: ./doc/common/tables/cinder-zoning_fabric.xml:56(td) msgid "(StrOpt) Principal switch WWN of the fabric" msgstr "" -#: ./doc/common/tables/cinder-api.xml:22(td) +#: ./doc/common/tables/cinder-api.xml:40(td) msgid "(StrOpt) File name for the paste.deploy config for cinder-api" msgstr "" -#: ./doc/common/tables/cinder-api.xml:26(td) +#: ./doc/common/tables/cinder-api.xml:44(td) msgid "(BoolOpt) Enables or disables rate limit of the API." msgstr "" -#: ./doc/common/tables/cinder-api.xml:30(td) +#: ./doc/common/tables/cinder-api.xml:48(td) msgid "(IntOpt) Cache volume availability zones in memory for the provided duration in seconds" msgstr "" -#: ./doc/common/tables/cinder-api.xml:34(td) +#: ./doc/common/tables/cinder-api.xml:52(td) msgid "(StrOpt) Backend override of host value." msgstr "" -#: ./doc/common/tables/cinder-api.xml:37(replaceable) +#: ./doc/common/tables/cinder-api.xml:55(replaceable) msgid "525600" msgstr "" -#: ./doc/common/tables/cinder-api.xml:38(td) +#: ./doc/common/tables/cinder-api.xml:56(td) msgid "(IntOpt) Default timeout for CLI operations in minutes. For example, LUN migration is a typical long running operation, which depends on the LUN size and the load of the array. An upper bound in the specific deployment can be set to avoid unnecessary long wait. By default, it is 365 days long." msgstr "" -#: ./doc/common/tables/cinder-api.xml:42(td) +#: ./doc/common/tables/cinder-api.xml:60(td) msgid "(BoolOpt) DEPRECATED: Deploy v1 of the Cinder API." msgstr "" -#: ./doc/common/tables/cinder-api.xml:46(td) +#: ./doc/common/tables/cinder-api.xml:64(td) msgid "(BoolOpt) Deploy v2 of the Cinder API." msgstr "" -#: ./doc/common/tables/cinder-api.xml:50(td) +#: ./doc/common/tables/cinder-api.xml:68(td) msgid "(StrOpt) User defined capabilities, a JSON formatted string specifying key/value pairs. The key/value pairs can be used by the CapabilitiesFilter to select between backends when requests specify volume types. For example, specifying a service level or the geographical location of a backend, then creating a volume type to allow the user to select by these different properties." msgstr "" -#: ./doc/common/tables/cinder-api.xml:54(td) +#: ./doc/common/tables/cinder-api.xml:72(td) msgid "(BoolOpt) Force LUN creation even if the full threshold of pool is reached." msgstr "" -#: ./doc/common/tables/cinder-api.xml:58(td) +#: ./doc/common/tables/cinder-api.xml:76(td) msgid "(StrOpt) List of Management IP addresses (separated by commas)" msgstr "" -#: ./doc/common/tables/cinder-api.xml:66(td) +#: ./doc/common/tables/cinder-api.xml:84(td) msgid "(IntOpt) The maximum number of items that a collection resource returns in a single response" msgstr "" -#: ./doc/common/tables/cinder-api.xml:70(td) +#: ./doc/common/tables/cinder-api.xml:88(td) msgid "(IntOpt) Max size for body of a request" msgstr "" -#: ./doc/common/tables/cinder-api.xml:74(td) +#: ./doc/common/tables/cinder-api.xml:92(td) msgid "(StrOpt) Base URL that will be presented to users in links to the OpenStack Volume API" msgstr "" -#: ./doc/common/tables/cinder-api.xml:78(td) +#: ./doc/common/tables/cinder-api.xml:96(td) msgid "(ListOpt) Specify list of extensions to load when using osapi_volume_extension option with cinder.api.contrib.select_extensions" msgstr "" -#: ./doc/common/tables/cinder-api.xml:81(replaceable) +#: ./doc/common/tables/cinder-api.xml:99(replaceable) msgid "['cinder.api.contrib.standard_extensions']" msgstr "" -#: ./doc/common/tables/cinder-api.xml:82(td) +#: ./doc/common/tables/cinder-api.xml:100(td) msgid "(MultiStrOpt) osapi volume extension to load" msgstr "" -#: ./doc/common/tables/cinder-api.xml:86(td) +#: ./doc/common/tables/cinder-api.xml:104(td) msgid "(StrOpt) IP address on which OpenStack Volume API listens" msgstr "" -#: ./doc/common/tables/cinder-api.xml:89(replaceable) +#: ./doc/common/tables/cinder-api.xml:107(replaceable) msgid "8776" msgstr "" -#: ./doc/common/tables/cinder-api.xml:90(td) +#: ./doc/common/tables/cinder-api.xml:108(td) msgid "(IntOpt) Port on which OpenStack Volume API listens" msgstr "" -#: ./doc/common/tables/cinder-api.xml:94(td) +#: ./doc/common/tables/cinder-api.xml:112(td) msgid "(IntOpt) Number of workers for OpenStack Volume API service. The default is equal to the number of CPUs available." msgstr "" -#: ./doc/common/tables/cinder-api.xml:98(td) +#: ./doc/common/tables/cinder-api.xml:120(td) msgid "(IntOpt) Max size allowed per volume, in gigabytes" msgstr "" -#: ./doc/common/tables/cinder-api.xml:102(td) +#: ./doc/common/tables/cinder-api.xml:128(td) msgid "(StrOpt) Public url to use for versions endpoint. The default is None, which will use the request's host_url attribute to populate the URL base. If Cinder is operating behind a proxy, you will want to change this to represent the proxy's URL." msgstr "" -#: ./doc/common/tables/cinder-api.xml:105(replaceable) +#: ./doc/common/tables/cinder-api.xml:131(replaceable) msgid "name, status, metadata, availability_zone" msgstr "" -#: ./doc/common/tables/cinder-api.xml:106(td) +#: ./doc/common/tables/cinder-api.xml:132(td) msgid "(ListOpt) Volume filter options which non-admin user could use to query volumes. Default values are: ['name', 'status', 'metadata', 'availability_zone']" msgstr "" -#: ./doc/common/tables/cinder-api.xml:109(replaceable) +#: ./doc/common/tables/cinder-api.xml:135(replaceable) msgid "cinder.transfer.api.API" msgstr "" -#: ./doc/common/tables/cinder-api.xml:110(td) +#: ./doc/common/tables/cinder-api.xml:136(td) msgid "(StrOpt) The full class name of the volume transfer API class" msgstr "" -#: ./doc/common/tables/cinder-api.xml:113(replaceable) +#: ./doc/common/tables/cinder-api.xml:139(replaceable) msgid "cinder.volume.api.API" msgstr "" -#: ./doc/common/tables/cinder-api.xml:117(replaceable) +#: ./doc/common/tables/cinder-api.xml:143(replaceable) msgid "volume-%s" msgstr "" -#: ./doc/common/tables/cinder-api.xml:118(td) +#: ./doc/common/tables/cinder-api.xml:144(td) msgid "(StrOpt) Template string to be used to generate volume names" msgstr "" -#: ./doc/common/tables/cinder-api.xml:122(td) +#: ./doc/common/tables/cinder-api.xml:148(td) msgid "(FloatOpt) Multiplier used for weighing volume number. Negative numbers mean to spread vs stack." msgstr "" -#: ./doc/common/tables/cinder-api.xml:126(td) +#: ./doc/common/tables/cinder-api.xml:152(td) msgid "(IntOpt) The number of characters in the autogenerated auth key." msgstr "" -#: ./doc/common/tables/cinder-api.xml:130(td) +#: ./doc/common/tables/cinder-api.xml:156(td) msgid "(IntOpt) The number of characters in the salt." msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:7(caption) +#: ./doc/common/tables/manila-hp3par.xml:25(caption) msgid "Description of HP 3PAR Share Driver configuration options" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:22(td) ./doc/common/tables/cinder-hp3par.xml:22(td) +#: ./doc/common/tables/manila-hp3par.xml:40(td) ./doc/common/tables/cinder-hp3par.xml:40(td) msgid "(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:26(td) ./doc/common/tables/cinder-hp3par.xml:34(td) +#: ./doc/common/tables/manila-hp3par.xml:44(td) ./doc/common/tables/cinder-hp3par.xml:52(td) msgid "(BoolOpt) Enable HTTP debugging to 3PAR" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:29(replaceable) ./doc/common/tables/cinder-hp3par.xml:25(replaceable) +#: ./doc/common/tables/manila-hp3par.xml:47(replaceable) ./doc/common/tables/cinder-hp3par.xml:43(replaceable) msgid "OpenStack" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:30(td) +#: ./doc/common/tables/manila-hp3par.xml:48(td) msgid "(StrOpt) The File Provisioning Group (FPG) to use" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:34(td) +#: ./doc/common/tables/manila-hp3par.xml:52(td) msgid "(BoolOpt) Use one filestore per share" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:38(td) ./doc/common/tables/cinder-hp3par.xml:46(td) +#: ./doc/common/tables/manila-hp3par.xml:56(td) ./doc/common/tables/cinder-hp3par.xml:64(td) msgid "(StrOpt) 3PAR password for the user specified in hp3par_username" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:58(td) +#: ./doc/common/tables/manila-hp3par.xml:76(td) msgid "(StrOpt) The IP address for shares not using a share server" msgstr "" -#: ./doc/common/tables/manila-hp3par.xml:62(td) ./doc/common/tables/cinder-hp3par.xml:58(td) +#: ./doc/common/tables/manila-hp3par.xml:80(td) ./doc/common/tables/cinder-hp3par.xml:76(td) msgid "(StrOpt) 3PAR username with the 'edit' role" msgstr "" -#: ./doc/common/tables/trove-db_mariadb.xml:7(caption) +#: ./doc/common/tables/trove-db_mariadb.xml:25(caption) msgid "Description of MariaDB database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_mariadb.xml:18(th) +#: ./doc/common/tables/trove-db_mariadb.xml:36(th) msgid "[mariadb]" msgstr "" -#: ./doc/common/tables/trove-db_mariadb.xml:41(replaceable) +#: ./doc/common/tables/trove-db_mariadb.xml:59(replaceable) msgid "trove.guestagent.strategies.replication.mysql_binlog" msgstr "" -#: ./doc/common/tables/trove-db_mariadb.xml:45(replaceable) +#: ./doc/common/tables/trove-db_mariadb.xml:63(replaceable) msgid "MysqlBinlogReplication" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:7(caption) +#: ./doc/common/tables/keystone-saml.xml:25(caption) msgid "Description of SAML configuration options" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:18(th) +#: ./doc/common/tables/keystone-saml.xml:36(th) msgid "[saml]" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:22(td) +#: ./doc/common/tables/keystone-saml.xml:40(td) msgid "(IntOpt) Default TTL, in seconds, for any generated SAML assertion created by Keystone." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:26(td) +#: ./doc/common/tables/keystone-saml.xml:44(td) msgid "(StrOpt) Path of the certfile for SAML signing. For non-production environments, you may be interested in using `keystone-manage pki_setup` to generate self-signed certificates. Note, the path cannot contain a comma." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:30(td) +#: ./doc/common/tables/keystone-saml.xml:48(td) msgid "(StrOpt) Company of contact person." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:34(td) +#: ./doc/common/tables/keystone-saml.xml:52(td) msgid "(StrOpt) Email address of contact person." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:38(td) +#: ./doc/common/tables/keystone-saml.xml:56(td) msgid "(StrOpt) Given name of contact person" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:42(td) +#: ./doc/common/tables/keystone-saml.xml:60(td) msgid "(StrOpt) Surname of contact person." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:46(td) +#: ./doc/common/tables/keystone-saml.xml:64(td) msgid "(StrOpt) Telephone number of contact person." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:49(replaceable) +#: ./doc/common/tables/keystone-saml.xml:67(replaceable) msgid "other" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:50(td) +#: ./doc/common/tables/keystone-saml.xml:68(td) msgid "(StrOpt) The contact type describing the main point of contact for the identity provider." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:54(td) +#: ./doc/common/tables/keystone-saml.xml:72(td) msgid "(StrOpt) Entity ID value for unique Identity Provider identification. Usually FQDN is set with a suffix. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/idp" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:57(replaceable) +#: ./doc/common/tables/keystone-saml.xml:75(replaceable) msgid "en" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:58(td) +#: ./doc/common/tables/keystone-saml.xml:76(td) msgid "(StrOpt) Language used by the organization." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:61(replaceable) +#: ./doc/common/tables/keystone-saml.xml:79(replaceable) msgid "/etc/keystone/saml2_idp_metadata.xml" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:62(td) +#: ./doc/common/tables/keystone-saml.xml:80(td) msgid "(StrOpt) Path to the Identity Provider Metadata file. This file should be generated with the keystone-manage saml_idp_metadata command." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:66(td) +#: ./doc/common/tables/keystone-saml.xml:84(td) msgid "(StrOpt) Organization name to be displayed." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:70(td) +#: ./doc/common/tables/keystone-saml.xml:88(td) msgid "(StrOpt) Organization name the installation belongs to." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:74(td) +#: ./doc/common/tables/keystone-saml.xml:92(td) msgid "(StrOpt) URL of the organization." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:78(td) +#: ./doc/common/tables/keystone-saml.xml:96(td) msgid "(StrOpt) Identity Provider Single-Sign-On service value, required in the Identity Provider's metadata. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/sso" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:82(td) +#: ./doc/common/tables/keystone-saml.xml:100(td) msgid "(StrOpt) Path of the keyfile for SAML signing. Note, the path cannot contain a comma." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:85(replaceable) +#: ./doc/common/tables/keystone-saml.xml:103(replaceable) msgid "ss:mem:" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:86(td) +#: ./doc/common/tables/keystone-saml.xml:104(td) msgid "(StrOpt) The prefix to use for the RelayState SAML attribute, used when generating ECP wrapped assertions." msgstr "" -#: ./doc/common/tables/keystone-saml.xml:89(replaceable) +#: ./doc/common/tables/keystone-saml.xml:107(replaceable) msgid "xmlsec1" msgstr "" -#: ./doc/common/tables/keystone-saml.xml:90(td) +#: ./doc/common/tables/keystone-saml.xml:108(td) msgid "(StrOpt) Binary to be called for XML signing. Install the appropriate package, specify absolute path or adjust your PATH environment variable if the binary cannot be found." msgstr "" -#: ./doc/common/tables/ironic-console.xml:18(th) +#: ./doc/common/tables/ironic-console.xml:36(th) msgid "[console]" msgstr "" -#: ./doc/common/tables/ironic-console.xml:22(td) +#: ./doc/common/tables/ironic-console.xml:40(td) msgid "(IntOpt) Time interval (in seconds) for checking the status of console subprocess." msgstr "" -#: ./doc/common/tables/ironic-console.xml:26(td) +#: ./doc/common/tables/ironic-console.xml:44(td) msgid "(IntOpt) Time (in seconds) to wait for the console subprocess to start." msgstr "" -#: ./doc/common/tables/ironic-console.xml:29(replaceable) +#: ./doc/common/tables/ironic-console.xml:47(replaceable) msgid "shellinaboxd" msgstr "" -#: ./doc/common/tables/ironic-console.xml:30(td) +#: ./doc/common/tables/ironic-console.xml:48(td) msgid "(StrOpt) Path to serial console terminal program" msgstr "" -#: ./doc/common/tables/ironic-console.xml:34(td) +#: ./doc/common/tables/ironic-console.xml:52(td) msgid "(StrOpt) Directory containing the terminal SSL cert(PEM) for serial console access" msgstr "" -#: ./doc/common/tables/ironic-console.xml:38(td) +#: ./doc/common/tables/ironic-console.xml:56(td) msgid "(StrOpt) Directory for holding terminal pid files. If not specified, the temporary directory will be used." msgstr "" @@ -20582,203 +20734,203 @@ msgstr "" msgid "(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:7(caption) +#: ./doc/common/tables/cinder-storage.xml:25(caption) msgid "Description of storage configuration options" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:22(td) ./doc/common/tables/cinder-storage.xml:26(td) +#: ./doc/common/tables/cinder-storage.xml:40(td) ./doc/common/tables/cinder-storage.xml:44(td) msgid "(FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:30(td) +#: ./doc/common/tables/cinder-storage.xml:48(td) msgid "(ListOpt) A list of backend names to use. These backend names should be backed by a unique [CONFIG] group with its options" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:33(replaceable) ./doc/common/tables/cinder-storage.xml:65(replaceable) +#: ./doc/common/tables/cinder-storage.xml:51(replaceable) ./doc/common/tables/cinder-storage.xml:83(replaceable) msgid "tgtadm" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:34(td) +#: ./doc/common/tables/cinder-storage.xml:52(td) msgid "(StrOpt) iSCSI target user-land tool to use. tgtadm is default, use lioadm for LIO iSCSI support, scstadmin for SCST target support, iseradm for the ISER protocol, ietadm for iSCSI Enterprise Target, iscsictl for Chelsio iSCSI Target or fake for testing." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:37(replaceable) +#: ./doc/common/tables/cinder-storage.xml:55(replaceable) msgid "fileio" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:38(td) +#: ./doc/common/tables/cinder-storage.xml:56(td) msgid "(StrOpt) Sets the behavior of the iSCSI target to either perform blockio or fileio optionally, auto can be set and Cinder will autodetect type of backing device" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:42(td) +#: ./doc/common/tables/cinder-storage.xml:60(td) msgid "(StrOpt) The IP address that the iSCSI daemon is listening on" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:50(td) +#: ./doc/common/tables/cinder-storage.xml:68(td) msgid "(StrOpt) Determines the iSCSI protocol for new iSCSI volumes, created with tgtadm or lioadm target helpers. In order to enable RDMA, this parameter should be set with the value \"iser\". The supported iSCSI protocol values are \"iscsi\" and \"iser\"." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:54(td) +#: ./doc/common/tables/cinder-storage.xml:72(td) msgid "(StrOpt) Sets the target-specific flags for the iSCSI target. Only used for tgtadm to specify backing device flags using bsoflags option. The specified string is passed as is to the underlying tool." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:57(replaceable) ./doc/common/tables/cinder-storage.xml:77(replaceable) +#: ./doc/common/tables/cinder-storage.xml:75(replaceable) ./doc/common/tables/cinder-storage.xml:95(replaceable) msgid "iqn.2010-10.org.openstack:" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:58(td) +#: ./doc/common/tables/cinder-storage.xml:76(td) msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:62(td) +#: ./doc/common/tables/cinder-storage.xml:80(td) msgid "(StrOpt) Sets the behavior of the iSCSI target to either perform write-back(on) or write-through(off). This parameter is valid if iscsi_helper is set to tgtadm or iseradm." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:66(td) +#: ./doc/common/tables/cinder-storage.xml:84(td) msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:70(td) +#: ./doc/common/tables/cinder-storage.xml:88(td) msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:74(td) +#: ./doc/common/tables/cinder-storage.xml:92(td) msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:78(td) +#: ./doc/common/tables/cinder-storage.xml:96(td) msgid "(StrOpt) Prefix for iSER volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:82(td) +#: ./doc/common/tables/cinder-storage.xml:100(td) msgid "(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds)" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:86(td) +#: ./doc/common/tables/cinder-storage.xml:104(td) msgid "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:90(td) +#: ./doc/common/tables/cinder-storage.xml:108(td) msgid "(IntOpt) The maximum number of times to rescan targets to find volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:94(td) +#: ./doc/common/tables/cinder-storage.xml:112(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:97(replaceable) ./doc/common/tables/nova-libvirt.xml:184(replaceable) +#: ./doc/common/tables/cinder-storage.xml:115(replaceable) ./doc/common/tables/nova-libvirt.xml:202(replaceable) msgid "zero" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:98(td) +#: ./doc/common/tables/cinder-storage.xml:116(td) msgid "(StrOpt) Method used to wipe old volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:102(td) +#: ./doc/common/tables/cinder-storage.xml:120(td) msgid "(StrOpt) The flag to pass to ionice to alter the i/o priority of the process used to zero a volume after deletion, for example \"-c3\" for idle only priority." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:106(td) ./doc/common/tables/nova-libvirt.xml:189(td) +#: ./doc/common/tables/cinder-storage.xml:124(td) ./doc/common/tables/nova-libvirt.xml:207(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:109(replaceable) +#: ./doc/common/tables/cinder-storage.xml:127(replaceable) msgid "cinder-volume-copy" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:110(td) +#: ./doc/common/tables/cinder-storage.xml:128(td) msgid "(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:114(td) +#: ./doc/common/tables/cinder-storage.xml:132(td) msgid "(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:118(td) +#: ./doc/common/tables/cinder-storage.xml:136(td) msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:121(replaceable) +#: ./doc/common/tables/cinder-storage.xml:139(replaceable) msgid "cinder.volume.drivers.lvm.LVMVolumeDriver" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:122(td) +#: ./doc/common/tables/cinder-storage.xml:140(td) msgid "(StrOpt) Driver to use for volume creation" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:125(replaceable) +#: ./doc/common/tables/cinder-storage.xml:143(replaceable) msgid "cinder.volume.manager.VolumeManager" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:126(td) +#: ./doc/common/tables/cinder-storage.xml:144(td) msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:130(td) +#: ./doc/common/tables/cinder-storage.xml:148(td) msgid "(BoolOpt) Offload pending volume delete during volume service startup" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:134(td) +#: ./doc/common/tables/cinder-storage.xml:152(td) msgid "(StrOpt) Time period for which to generate volume usages. The options are hour, day, month, or year." msgstr "" -#: ./doc/common/tables/cinder-storage.xml:137(replaceable) +#: ./doc/common/tables/cinder-storage.xml:155(replaceable) msgid "$state_path/volumes" msgstr "" -#: ./doc/common/tables/cinder-storage.xml:138(td) +#: ./doc/common/tables/cinder-storage.xml:156(td) msgid "(StrOpt) Volume configuration file storage directory" msgstr "" -#: ./doc/common/tables/cinder-block-device.xml:7(caption) +#: ./doc/common/tables/cinder-block-device.xml:25(caption) msgid "Description of block device configuration options" msgstr "" -#: ./doc/common/tables/cinder-block-device.xml:22(td) +#: ./doc/common/tables/cinder-block-device.xml:40(td) msgid "(ListOpt) List of all available devices" msgstr "" -#: ./doc/common/tables/manila-compute.xml:26(td) +#: ./doc/common/tables/manila-compute.xml:44(td) msgid "(StrOpt) Nova admin password." msgstr "" -#: ./doc/common/tables/manila-compute.xml:30(td) +#: ./doc/common/tables/manila-compute.xml:48(td) msgid "(StrOpt) Nova admin tenant name." msgstr "" -#: ./doc/common/tables/manila-compute.xml:34(td) +#: ./doc/common/tables/manila-compute.xml:52(td) msgid "(StrOpt) Nova admin username." msgstr "" -#: ./doc/common/tables/manila-compute.xml:41(replaceable) +#: ./doc/common/tables/manila-compute.xml:59(replaceable) msgid "2.10" msgstr "" -#: ./doc/common/tables/manila-compute.xml:42(td) +#: ./doc/common/tables/manila-compute.xml:60(td) msgid "(StrOpt) Version of Nova API to be used." msgstr "" -#: ./doc/common/tables/manila-compute.xml:46(td) +#: ./doc/common/tables/manila-compute.xml:64(td) msgid "(StrOpt) Location of CA certificates file to use for nova client requests." msgstr "" -#: ./doc/common/tables/manila-compute.xml:49(replaceable) +#: ./doc/common/tables/manila-compute.xml:67(replaceable) msgid "compute:nova:adminURL" msgstr "" -#: ./doc/common/tables/manila-compute.xml:50(td) ./doc/common/tables/cinder-compute.xml:30(td) +#: ./doc/common/tables/manila-compute.xml:68(td) ./doc/common/tables/cinder-compute.xml:48(td) msgid "(StrOpt) Same as nova_catalog_info, but for admin endpoint." msgstr "" -#: ./doc/common/tables/manila-compute.xml:53(replaceable) +#: ./doc/common/tables/manila-compute.xml:71(replaceable) msgid "compute:nova:publicURL" msgstr "" -#: ./doc/common/tables/manila-compute.xml:54(td) +#: ./doc/common/tables/manila-compute.xml:72(td) msgid "(StrOpt) Info to match when looking for nova in the service catalog. Format is separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/manila-compute.xml:58(td) +#: ./doc/common/tables/manila-compute.xml:76(td) msgid "(StrOpt) Region name of this node." msgstr "" @@ -20822,39 +20974,91 @@ msgstr "" msgid "(StrOpt) Username for authentication." msgstr "" -#: ./doc/common/tables/heat-clients_swift.xml:7(caption) +#: ./doc/common/tables/heat-clients_swift.xml:25(caption) msgid "Description of swift clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_swift.xml:18(th) +#: ./doc/common/tables/heat-clients_swift.xml:36(th) msgid "[clients_swift]" msgstr "" +#: ./doc/common/tables/manila-gpfs.xml:25(caption) +msgid "Description of IBM GPFS Share Driver configuration options" +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:40(td) +msgid "(StrOpt) Base folder where exported shares are located." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:44(td) +msgid "(ListOpt) A list of the fully qualified NFS server names that make up the OpenStack Manila configuration." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:47(replaceable) +msgid "KNFS" +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:48(td) +msgid "(StrOpt) NFS Server type. Valid choices are \"KNFS\" (kernel NFS) or \"GNFS\" (Ganesha NFS)." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:52(td) +msgid "(StrOpt) IP to be added to GPFS export string." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:55(replaceable) +msgid "KNFS=manila.share.drivers.ibm.gpfs.KNFSHelper, GNFS=manila.share.drivers.ibm.gpfs.GNFSHelper" +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:60(td) +msgid "(StrOpt) GPFS server SSH login name." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:64(td) +msgid "(StrOpt) GPFS server SSH login password. The password is not needed, if 'gpfs_ssh_private_key' is configured." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:68(td) +msgid "(IntOpt) GPFS server SSH port." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:72(td) +msgid "(StrOpt) Path to GPFS server SSH private key for login." +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:75(replaceable) +msgid "rw,sync,no_root_squash,insecure,no_wdelay,no_subtree_check" +msgstr "" + +#: ./doc/common/tables/manila-gpfs.xml:76(td) +msgid "(StrOpt) Options to use when exporting a share using kernel NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options." +msgstr "" + #: ./doc/common/tables/neutron-lbaas_octavia.xml:7(caption) msgid "Description of LBaaS Octavia plugin configuration options" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:21(replaceable) +#: ./doc/common/tables/trove-amqp.xml:39(replaceable) msgid "trove.conductor.manager.Manager" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:22(td) +#: ./doc/common/tables/trove-amqp.xml:40(td) msgid "(StrOpt) Qualified class name to use for conductor manager." msgstr "" -#: ./doc/common/tables/trove-amqp.xml:25(replaceable) +#: ./doc/common/tables/trove-amqp.xml:43(replaceable) msgid "trove-conductor" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:26(td) +#: ./doc/common/tables/trove-amqp.xml:44(td) msgid "(StrOpt) Message queue name the Conductor will listen on." msgstr "" -#: ./doc/common/tables/trove-amqp.xml:37(replaceable) +#: ./doc/common/tables/trove-amqp.xml:55(replaceable) msgid "{'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'percona': 'fd1723f5-68d2-409c-994f-a4a197892a17', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'pxc': '75a628c3-f81b-4ffb-b10a-4087c26bc854', 'db2': 'e040cd37-263d-4869-aaa6-c62aa97523b5', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed', 'mariadb': '7a4f82cc-10d2-4bc6-aadc-d9aacc2a3cb5', 'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'couchdb': 'f0a9ab7b-66f7-4352-93d7-071521d44c7c', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'vertica': 'a8d805ae-a3b2-c4fd-gb23-b62cee5201ae'}" msgstr "" -#: ./doc/common/tables/trove-amqp.xml:38(td) +#: ./doc/common/tables/trove-amqp.xml:56(td) msgid "(DictOpt) Unique ID to tag notification events." msgstr "" @@ -20882,119 +21086,119 @@ msgstr "" msgid "egg:swift#container_quotas" msgstr "" -#: ./doc/common/tables/cinder-images.xml:7(caption) +#: ./doc/common/tables/cinder-images.xml:25(caption) msgid "Description of images configuration options" msgstr "" -#: ./doc/common/tables/cinder-images.xml:22(td) +#: ./doc/common/tables/cinder-images.xml:40(td) msgid "(ListOpt) A list of url schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file]." msgstr "" -#: ./doc/common/tables/cinder-images.xml:29(replaceable) +#: ./doc/common/tables/cinder-images.xml:47(replaceable) msgid "$glance_host:$glance_port" msgstr "" -#: ./doc/common/tables/cinder-images.xml:30(td) +#: ./doc/common/tables/cinder-images.xml:48(td) msgid "(ListOpt) A list of the glance API servers available to cinder ([hostname|ip]:port)" msgstr "" -#: ./doc/common/tables/cinder-images.xml:34(td) +#: ./doc/common/tables/cinder-images.xml:52(td) msgid "(BoolOpt) Enables or disables negotiation of SSL layer compression. In some cases disabling compression can improve data throughput, such as when high network bandwidth is available and you use compressed image formats like qcow2." msgstr "" -#: ./doc/common/tables/cinder-images.xml:38(td) +#: ./doc/common/tables/cinder-images.xml:56(td) msgid "(IntOpt) Version of the glance API to use" msgstr "" -#: ./doc/common/tables/cinder-images.xml:42(td) +#: ./doc/common/tables/cinder-images.xml:60(td) msgid "(StrOpt) Location of ca certificates file to use for glance client requests." msgstr "" -#: ./doc/common/tables/cinder-images.xml:45(replaceable) +#: ./doc/common/tables/cinder-images.xml:63(replaceable) msgid "checksum, container_format, disk_format, image_name, image_id, min_disk, min_ram, name, size" msgstr "" -#: ./doc/common/tables/cinder-images.xml:46(td) +#: ./doc/common/tables/cinder-images.xml:64(td) msgid "(ListOpt) Default core properties of image" msgstr "" -#: ./doc/common/tables/cinder-images.xml:50(td) +#: ./doc/common/tables/cinder-images.xml:68(td) msgid "(StrOpt) Default glance host name or IP" msgstr "" -#: ./doc/common/tables/cinder-images.xml:54(td) +#: ./doc/common/tables/cinder-images.xml:72(td) msgid "(IntOpt) Number retries when downloading an image from glance" msgstr "" -#: ./doc/common/tables/cinder-images.xml:62(td) +#: ./doc/common/tables/cinder-images.xml:80(td) msgid "(IntOpt) http/https timeout value for glance operations. If no value (None) is supplied here, the glanceclient default value is used." msgstr "" -#: ./doc/common/tables/cinder-images.xml:65(replaceable) +#: ./doc/common/tables/cinder-images.xml:83(replaceable) msgid "$state_path/conversion" msgstr "" -#: ./doc/common/tables/cinder-images.xml:66(td) +#: ./doc/common/tables/cinder-images.xml:84(td) msgid "(StrOpt) Directory used for temporary storage during image conversion" msgstr "" -#: ./doc/common/tables/cinder-images.xml:70(td) +#: ./doc/common/tables/cinder-images.xml:88(td) msgid "(BoolOpt) If set to True, upload-to-image in raw format will create a cloned volume and register its location to the image service, instead of uploading the volume content. The cinder backend and locations support must be enabled in the image service, and glance_api_version must be set to 2." msgstr "" -#: ./doc/common/tables/cinder-images.xml:74(td) +#: ./doc/common/tables/cinder-images.xml:92(td) msgid "(BoolOpt) If set to True, the image volume created by upload-to-image will be placed in the internal tenant. Otherwise, the image volume is created in the current context's tenant." msgstr "" -#: ./doc/common/tables/cinder-images.xml:78(td) +#: ./doc/common/tables/cinder-images.xml:96(td) msgid "(BoolOpt) Enable the image volume cache for this backend." msgstr "" -#: ./doc/common/tables/cinder-images.xml:82(td) +#: ./doc/common/tables/cinder-images.xml:100(td) msgid "(IntOpt) Max number of entries allowed in the image volume cache. 0 => unlimited." msgstr "" -#: ./doc/common/tables/cinder-images.xml:86(td) +#: ./doc/common/tables/cinder-images.xml:104(td) msgid "(IntOpt) Max size of the image volume cache for this backend in GB. 0 => unlimited." msgstr "" -#: ./doc/common/tables/cinder-images.xml:90(td) +#: ./doc/common/tables/cinder-images.xml:108(td) msgid "(BoolOpt) Do we attach/detach volumes in cinder using multipath for volume to image and image to volume transfers?" msgstr "" -#: ./doc/common/tables/cinder-keymgr.xml:21(replaceable) +#: ./doc/common/tables/cinder-keymgr.xml:39(replaceable) msgid "cinder.keymgr.conf_key_mgr.ConfKeyManager" msgstr "" -#: ./doc/common/tables/cinder-keymgr.xml:25(replaceable) +#: ./doc/common/tables/cinder-keymgr.xml:43(replaceable) msgid "http://localhost:9311/v1" msgstr "" -#: ./doc/common/tables/cinder-keymgr.xml:26(td) +#: ./doc/common/tables/cinder-keymgr.xml:44(td) msgid "(StrOpt) Url for encryption service." msgstr "" -#: ./doc/common/tables/cinder-keymgr.xml:29(replaceable) +#: ./doc/common/tables/cinder-keymgr.xml:47(replaceable) msgid "http://localhost:5000/v3" msgstr "" -#: ./doc/common/tables/cinder-keymgr.xml:30(td) +#: ./doc/common/tables/cinder-keymgr.xml:48(td) msgid "(StrOpt) Authentication url for encryption service." msgstr "" -#: ./doc/common/tables/nova-xvpvncproxy.xml:7(caption) +#: ./doc/common/tables/nova-xvpvncproxy.xml:25(caption) msgid "Description of XCP VNC proxy configuration options" msgstr "" -#: ./doc/common/tables/nova-xvpvncproxy.xml:22(td) +#: ./doc/common/tables/nova-xvpvncproxy.xml:40(td) msgid "(StrOpt) Address that the XCP VNC proxy should bind to" msgstr "" -#: ./doc/common/tables/nova-xvpvncproxy.xml:25(replaceable) +#: ./doc/common/tables/nova-xvpvncproxy.xml:43(replaceable) msgid "6081" msgstr "" -#: ./doc/common/tables/nova-xvpvncproxy.xml:26(td) +#: ./doc/common/tables/nova-xvpvncproxy.xml:44(td) msgid "(IntOpt) Port that the XCP VNC proxy should bind to" msgstr "" @@ -21042,47 +21246,47 @@ msgstr "" msgid "(StrOpt) The ISM username to use." msgstr "" -#: ./doc/common/tables/manila-qpid.xml:7(caption) +#: ./doc/common/tables/manila-qpid.xml:25(caption) msgid "Description of QPID configuration options" msgstr "" -#: ./doc/common/tables/nova-policy.xml:22(td) +#: ./doc/common/tables/nova-policy.xml:40(td) msgid "(BoolOpt) Permit instance snapshot operations." msgstr "" -#: ./doc/common/tables/nova-policy.xml:26(td) +#: ./doc/common/tables/nova-policy.xml:44(td) msgid "(BoolOpt) Allow destination machine to match source for resize. Useful when testing in single-host environments." msgstr "" -#: ./doc/common/tables/nova-policy.xml:30(td) +#: ./doc/common/tables/nova-policy.xml:48(td) msgid "(IntOpt) Number of seconds between subsequent usage refreshes. This defaults to 0(off) to avoid additional load but it is useful to turn on to help keep quota usage up to date and reduce the impact of out of sync usage issues. Note that quotas are not updated on a periodic task, they will update on a new reservation if max_age has passed since the last reservation" msgstr "" -#: ./doc/common/tables/nova-policy.xml:34(td) +#: ./doc/common/tables/nova-policy.xml:52(td) msgid "(IntOpt) Maximum number of devices that will result in a local image being created on the hypervisor node. A negative number means unlimited. Setting max_local_block_devices to 0 means that any request that attempts to create a local disk will fail. This option is meant to limit the number of local discs (so root local disc that is the result of --image being used, and any other ephemeral and swap disks). 0 does not mean that images will be automatically converted to volumes and boot instances from volumes - it just means that all requests that attempt to create a local disk will fail." msgstr "" -#: ./doc/common/tables/nova-policy.xml:38(td) +#: ./doc/common/tables/nova-policy.xml:56(td) msgid "(StrOpt) When set, compute API will consider duplicate hostnames invalid within the specified scope, regardless of case. Should be empty, \"project\" or \"global\"." msgstr "" -#: ./doc/common/tables/nova-policy.xml:42(td) +#: ./doc/common/tables/nova-policy.xml:60(td) msgid "(IntOpt) The maximum number of items returned in a single response from a collection resource" msgstr "" -#: ./doc/common/tables/nova-policy.xml:45(replaceable) +#: ./doc/common/tables/nova-policy.xml:63(replaceable) msgid "12" msgstr "" -#: ./doc/common/tables/nova-policy.xml:46(td) +#: ./doc/common/tables/nova-policy.xml:64(td) msgid "(IntOpt) Length of generated instance admin passwords" msgstr "" -#: ./doc/common/tables/nova-policy.xml:66(td) +#: ./doc/common/tables/nova-policy.xml:84(td) msgid "(BoolOpt) Attempt to resize the filesystem by accessing the image over a block device. This is done by the host and may not be necessary if the image contains a recent version of cloud-init. Possible mechanisms require the nbd driver (for qcow and raw), or loop (for raw)." msgstr "" -#: ./doc/common/tables/nova-policy.xml:70(td) +#: ./doc/common/tables/nova-policy.xml:88(td) msgid "(IntOpt) Count of reservations until usage is refreshed. This defaults to 0(off) to avoid additional load but it is useful to turn on to help keep quota usage up to date and reduce the impact of out of sync usage issues." msgstr "" @@ -21122,247 +21326,247 @@ msgstr "" msgid "(BoolOpt) A \"True\" value for this flag indicates to create a router in VRF. If not set, all routers are created in default VRF. This is optional. If not set, a value of \"False\" is assumed." msgstr "" -#: ./doc/common/tables/ironic-ssh.xml:7(caption) +#: ./doc/common/tables/ironic-ssh.xml:25(caption) msgid "Description of SSH configuration options" msgstr "" -#: ./doc/common/tables/ironic-ssh.xml:18(th) +#: ./doc/common/tables/ironic-ssh.xml:36(th) msgid "[ssh]" msgstr "" -#: ./doc/common/tables/ironic-ssh.xml:21(replaceable) +#: ./doc/common/tables/ironic-ssh.xml:39(replaceable) msgid "qemu:///system" msgstr "" -#: ./doc/common/tables/ironic-ssh.xml:22(td) +#: ./doc/common/tables/ironic-ssh.xml:40(td) msgid "(StrOpt) libvirt URI" msgstr "" -#: ./doc/common/tables/nova-authentication.xml:7(caption) +#: ./doc/common/tables/nova-authentication.xml:25(caption) msgid "Description of authentication configuration options" msgstr "" -#: ./doc/common/tables/nova-authentication.xml:22(td) +#: ./doc/common/tables/nova-authentication.xml:40(td) msgid "(StrOpt) The strategy to use for auth: keystone or noauth2. noauth2 is designed for testing only, as it does no actual credential checking. noauth2 provides administrative credentials only if 'admin' is specified as the username." msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:7(caption) +#: ./doc/common/tables/cinder-smbfs.xml:25(caption) msgid "Description of Samba volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:21(replaceable) +#: ./doc/common/tables/cinder-smbfs.xml:39(replaceable) msgid "qcow2" msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:22(td) +#: ./doc/common/tables/cinder-smbfs.xml:40(td) msgid "(StrOpt) Default format that will be used when creating volumes if no volume format is specified." msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:25(replaceable) +#: ./doc/common/tables/cinder-smbfs.xml:43(replaceable) msgid "noperm,file_mode=0775,dir_mode=0775" msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:26(td) +#: ./doc/common/tables/cinder-smbfs.xml:44(td) msgid "(StrOpt) Mount options passed to the smbfs client. See mount.cifs man page for details." msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:30(td) +#: ./doc/common/tables/cinder-smbfs.xml:48(td) msgid "(StrOpt) Base dir containing mount points for smbfs shares." msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:34(td) +#: ./doc/common/tables/cinder-smbfs.xml:52(td) msgid "(FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid." msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:37(replaceable) +#: ./doc/common/tables/cinder-smbfs.xml:55(replaceable) msgid "/etc/cinder/smbfs_shares" msgstr "" -#: ./doc/common/tables/cinder-smbfs.xml:38(td) +#: ./doc/common/tables/cinder-smbfs.xml:56(td) msgid "(StrOpt) File with the list of available smbfs shares." msgstr "" -#: ./doc/common/tables/heat-common.xml:22(td) +#: ./doc/common/tables/heat-common.xml:40(td) msgid "(BoolOpt) Enables engine with convergence architecture. All stacks with this option will be created using convergence engine ." msgstr "" -#: ./doc/common/tables/heat-common.xml:25(replaceable) +#: ./doc/common/tables/heat-common.xml:43(replaceable) msgid "CFN_SIGNAL" msgstr "" -#: ./doc/common/tables/heat-common.xml:26(td) -msgid "(StrOpt) Template default for 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 (requires enabled heat-api-cfn). TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT (requires object-store endpoint which supports TempURL). HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials" +#: ./doc/common/tables/heat-common.xml:44(td) +msgid "(StrOpt) Template default for 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 (requires enabled heat-api-cfn). TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT (requires object-store endpoint which supports TempURL). HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials. ZAQAR_SIGNAL will create a dedicated zaqar queue to be signaled using the provided keystone credentials." msgstr "" -#: ./doc/common/tables/heat-common.xml:29(replaceable) +#: ./doc/common/tables/heat-common.xml:47(replaceable) msgid "POLL_SERVER_CFN" msgstr "" -#: ./doc/common/tables/heat-common.xml:30(td) -msgid "(StrOpt) Template default for 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 (requires enabled heat-api-cfn). POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials (requires keystone v3 API, and configured stack_user_* config options). POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling (requires object-store endpoint which supports TempURL)." +#: ./doc/common/tables/heat-common.xml:48(td) +msgid "(StrOpt) Template default for 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 (requires enabled heat-api-cfn). POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials (requires keystone v3 API, and configured stack_user_* config options). POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling (requires object-store endpoint which supports TempURL).ZAQAR_MESSAGE will create a dedicated zaqar queue and post the metadata for polling." msgstr "" -#: ./doc/common/tables/heat-common.xml:33(replaceable) +#: ./doc/common/tables/heat-common.xml:51(replaceable) msgid "trusts" msgstr "" -#: ./doc/common/tables/heat-common.xml:34(td) +#: ./doc/common/tables/heat-common.xml:52(td) msgid "(StrOpt) Select deferred auth method, stored password or trusts." msgstr "" -#: ./doc/common/tables/heat-common.xml:37(replaceable) +#: ./doc/common/tables/heat-common.xml:55(replaceable) msgid "/etc/heat/environment.d" msgstr "" -#: ./doc/common/tables/heat-common.xml:38(td) +#: ./doc/common/tables/heat-common.xml:56(td) msgid "(StrOpt) The directory to search for environment files." msgstr "" -#: ./doc/common/tables/heat-common.xml:41(replaceable) +#: ./doc/common/tables/heat-common.xml:59(replaceable) msgid "240" msgstr "" -#: ./doc/common/tables/heat-common.xml:42(td) +#: ./doc/common/tables/heat-common.xml:60(td) msgid "(IntOpt) Error wait time in seconds for stack action (ie. create or update)." msgstr "" -#: ./doc/common/tables/heat-common.xml:46(td) +#: ./doc/common/tables/heat-common.xml:64(td) msgid "(IntOpt) Controls how many events will be pruned whenever a stack's events exceed max_events_per_stack. Set this lower to keep more events at the expense of more frequent purges." msgstr "" -#: ./doc/common/tables/heat-common.xml:54(td) +#: ./doc/common/tables/heat-common.xml:72(td) msgid "(StrOpt) Name of the engine node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address." msgstr "" -#: ./doc/common/tables/heat-common.xml:57(replaceable) +#: ./doc/common/tables/heat-common.xml:75(replaceable) msgid "heat.common.heat_keystoneclient.KeystoneClientV3" msgstr "" -#: ./doc/common/tables/heat-common.xml:58(td) +#: ./doc/common/tables/heat-common.xml:76(td) msgid "(StrOpt) Fully qualified class name to use as a keystone backend." msgstr "" -#: ./doc/common/tables/heat-common.xml:69(replaceable) +#: ./doc/common/tables/heat-common.xml:91(replaceable) msgid "/usr/lib64/heat, /usr/lib/heat, /usr/local/lib/heat, /usr/local/lib64/heat" msgstr "" -#: ./doc/common/tables/heat-common.xml:70(td) +#: ./doc/common/tables/heat-common.xml:92(td) msgid "(ListOpt) List of directories to search for plug-ins." msgstr "" -#: ./doc/common/tables/heat-common.xml:76(replaceable) +#: ./doc/common/tables/heat-common.xml:106(replaceable) msgid "dogpile.cache.null" msgstr "" -#: ./doc/common/tables/heat-common.xml:77(td) +#: ./doc/common/tables/heat-common.xml:107(td) msgid "(StrOpt) Dogpile.cache backend module. It is recommended that Memcache with pooling (oslo_cache.memcache_pool) or Redis (dogpile.cache.redis) be used in production deployments. Small workloads (single process) like devstack can use the dogpile.cache.memory backend." msgstr "" -#: ./doc/common/tables/heat-common.xml:84(replaceable) +#: ./doc/common/tables/heat-common.xml:114(replaceable) msgid "cache.oslo" msgstr "" -#: ./doc/common/tables/heat-common.xml:93(td) +#: ./doc/common/tables/heat-common.xml:123(td) msgid "(BoolOpt) Global toggle for caching." msgstr "" -#: ./doc/common/tables/heat-common.xml:101(td) +#: ./doc/common/tables/heat-common.xml:131(td) msgid "(IntOpt) Number of seconds memcached server is considered dead before it is tried again. (dogpile.cache.memcache and oslo_cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/heat-common.xml:109(td) +#: ./doc/common/tables/heat-common.xml:139(td) msgid "(IntOpt) Max total number of open connections to every memcached server. (oslo_cache.memcache_pool backend only)." msgstr "" -#: ./doc/common/tables/heat-common.xml:113(td) +#: ./doc/common/tables/heat-common.xml:143(td) msgid "(IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. (oslo_cache.memcache_pool backend only)." msgstr "" -#: ./doc/common/tables/heat-common.xml:117(td) +#: ./doc/common/tables/heat-common.xml:147(td) msgid "(ListOpt) Memcache servers in the format of \"host:port\". (dogpile.cache.memcache and oslo_cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/heat-common.xml:121(td) +#: ./doc/common/tables/heat-common.xml:151(td) msgid "(IntOpt) Timeout in seconds for every call to a server. (dogpile.cache.memcache and oslo_cache.memcache_pool backends only)." msgstr "" -#: ./doc/common/tables/heat-common.xml:128(th) +#: ./doc/common/tables/heat-common.xml:158(th) msgid "[constraint_validation_cache]" msgstr "" -#: ./doc/common/tables/heat-common.xml:132(td) +#: ./doc/common/tables/heat-common.xml:162(td) msgid "(BoolOpt) Toggle to enable/disable caching when Orchestration Engine validates property constraints of stack.During property validation with constraints Orchestration Engine caches requests to other OpenStack services. Please note that the global toggle for oslo.cache(enabled=True in [cache] group) must be enabled to use this feature." msgstr "" -#: ./doc/common/tables/heat-common.xml:136(td) +#: ./doc/common/tables/heat-common.xml:166(td) msgid "(IntOpt) TTL, in seconds, for any cached item in the dogpile.cache region used for caching of validation constraints." msgstr "" -#: ./doc/common/tables/heat-common.xml:146(th) +#: ./doc/common/tables/heat-common.xml:169(th) msgid "[revision]" msgstr "" -#: ./doc/common/tables/heat-common.xml:149(replaceable) +#: ./doc/common/tables/heat-common.xml:172(replaceable) msgid "unknown" msgstr "" -#: ./doc/common/tables/heat-common.xml:150(td) +#: ./doc/common/tables/heat-common.xml:173(td) msgid "(StrOpt) Heat build revision. If you would prefer to manage your build revision separately, you can move this section to a different file and add it as another config option." msgstr "" -#: ./doc/common/tables/cinder-srb.xml:7(caption) +#: ./doc/common/tables/cinder-srb.xml:25(caption) msgid "Description of Scality REST Block storage driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-srb.xml:22(td) +#: ./doc/common/tables/cinder-srb.xml:40(td) msgid "(StrOpt) Comma-separated list of REST servers IP to connect to. (eg http://IP1/,http://IP2:81/path" msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:7(caption) +#: ./doc/common/tables/glance-imagecache.xml:25(caption) msgid "Description of flagmappings configuration options" msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:22(td) +#: ./doc/common/tables/glance-imagecache.xml:40(td) msgid "(BoolOpt) Turn on/off delayed delete." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:26(td) +#: ./doc/common/tables/glance-imagecache.xml:44(td) msgid "(StrOpt) Base directory that the Image Cache uses." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:29(replaceable) +#: ./doc/common/tables/glance-imagecache.xml:47(replaceable) msgid "sqlite" msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:30(td) +#: ./doc/common/tables/glance-imagecache.xml:48(td) msgid "(StrOpt) The driver to use for image cache management." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:33(replaceable) +#: ./doc/common/tables/glance-imagecache.xml:51(replaceable) msgid "10737418240" msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:34(td) +#: ./doc/common/tables/glance-imagecache.xml:52(td) msgid "(IntOpt) The upper limit (the maximum size of accumulated cache in bytes) beyond which pruner, if running, starts cleaning the images cache." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:37(replaceable) +#: ./doc/common/tables/glance-imagecache.xml:55(replaceable) msgid "cache.db" msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:38(td) +#: ./doc/common/tables/glance-imagecache.xml:56(td) msgid "(StrOpt) The path to the sqlite file database that will be used for image cache management." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:42(td) +#: ./doc/common/tables/glance-imagecache.xml:60(td) msgid "(IntOpt) The amount of time to let an image remain in the cache without being accessed." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:46(td) +#: ./doc/common/tables/glance-imagecache.xml:64(td) msgid "(IntOpt) The size of thread pool to be used for scrubbing images. The default is one, which signifies serial scrubbing. Any value above one indicates the max number of images that may be scrubbed in parallel." msgstr "" -#: ./doc/common/tables/glance-imagecache.xml:50(td) +#: ./doc/common/tables/glance-imagecache.xml:68(td) msgid "(IntOpt) The amount of time in seconds to delay before performing a delete." msgstr "" @@ -21382,15 +21586,15 @@ msgstr "" msgid "erasure_coding" msgstr "" -#: ./doc/common/tables/cinder-scst.xml:7(caption) +#: ./doc/common/tables/cinder-scst.xml:25(caption) msgid "Description of SCST volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-scst.xml:22(td) +#: ./doc/common/tables/cinder-scst.xml:40(td) msgid "(StrOpt) SCST target implementation can choose from multiple SCST target drivers." msgstr "" -#: ./doc/common/tables/cinder-scst.xml:26(td) +#: ./doc/common/tables/cinder-scst.xml:44(td) msgid "(StrOpt) Certain ISCSI targets have predefined target names, SCST target driver uses this name." msgstr "" @@ -21406,35 +21610,35 @@ msgstr "" msgid "egg:swift#slo" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:7(caption) +#: ./doc/common/tables/keystone-catalog.xml:25(caption) msgid "Description of catalog configuration options" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:18(th) +#: ./doc/common/tables/keystone-catalog.xml:36(th) msgid "[catalog]" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:22(td) +#: ./doc/common/tables/keystone-catalog.xml:40(td) msgid "(IntOpt) Time to cache catalog data (in seconds). This has no effect unless global and catalog caching are enabled." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:26(td) +#: ./doc/common/tables/keystone-catalog.xml:44(td) msgid "(BoolOpt) Toggle for catalog caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:30(td) +#: ./doc/common/tables/keystone-catalog.xml:48(td) msgid "(StrOpt) Entrypoint for the catalog backend driver in the keystone.catalog namespace. Supplied drivers are kvs, sql, templated, and endpoint_filter.sql" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:34(td) +#: ./doc/common/tables/keystone-catalog.xml:52(td) msgid "(IntOpt) Maximum number of entities that will be returned in a catalog collection." msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:37(replaceable) +#: ./doc/common/tables/keystone-catalog.xml:55(replaceable) msgid "default_catalog.templates" msgstr "" -#: ./doc/common/tables/keystone-catalog.xml:38(td) +#: ./doc/common/tables/keystone-catalog.xml:56(td) msgid "(StrOpt) Catalog template file name for use with the template catalog backend." msgstr "" @@ -21466,7 +21670,7 @@ msgstr "" msgid "(StrOpt) Tenant type: OVERLAY (default) or OF." msgstr "" -#: ./doc/common/tables/neutron-sdnve.xml:33(replaceable) ./doc/common/tables/trove-common.xml:45(replaceable) +#: ./doc/common/tables/neutron-sdnve.xml:33(replaceable) ./doc/common/tables/trove-common.xml:63(replaceable) msgid "json" msgstr "" @@ -21566,111 +21770,111 @@ msgstr "" msgid "(ListOpt) Comma-separated list of <rt_nn_min>:<rt_nn_max> tuples enumerating ranges of Route Target number that are available for tenant network allocation" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:21(replaceable) +#: ./doc/common/tables/ceilometer-rpc.xml:39(replaceable) msgid "['database']" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:22(td) +#: ./doc/common/tables/ceilometer-rpc.xml:40(td) msgid "(MultiStrOpt) Dispatcher to process data." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:49(td) +#: ./doc/common/tables/ceilometer-rpc.xml:67(td) msgid "(MultiStrOpt) Messaging URLs to listen for notifications. Example: transport://user:pass@host1:port[,hostN:portN]/virtual_host (DEFAULT/transport_url is used if empty)" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:130(th) +#: ./doc/common/tables/ceilometer-rpc.xml:148(th) msgid "[publisher]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:133(replaceable) +#: ./doc/common/tables/ceilometer-rpc.xml:151(replaceable) msgid "change this for valid signing" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:134(td) +#: ./doc/common/tables/ceilometer-rpc.xml:152(td) msgid "(StrOpt) Secret value for signing messages. Set value empty if signing is not required to avoid computational overhead." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:137(th) +#: ./doc/common/tables/ceilometer-rpc.xml:155(th) msgid "[publisher_notifier]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:140(replaceable) +#: ./doc/common/tables/ceilometer-rpc.xml:158(replaceable) msgid "event" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:141(td) +#: ./doc/common/tables/ceilometer-rpc.xml:159(td) msgid "(StrOpt) The topic that ceilometer uses for event notifications." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:144(replaceable) ./doc/common/tables/ceilometer-rpc.xml:155(replaceable) +#: ./doc/common/tables/ceilometer-rpc.xml:162(replaceable) ./doc/common/tables/ceilometer-rpc.xml:173(replaceable) msgid "metering" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:145(td) +#: ./doc/common/tables/ceilometer-rpc.xml:163(td) msgid "(StrOpt) The topic that ceilometer uses for metering notifications." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:148(replaceable) +#: ./doc/common/tables/ceilometer-rpc.xml:166(replaceable) msgid "messagingv2" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:149(td) +#: ./doc/common/tables/ceilometer-rpc.xml:167(td) msgid "(StrOpt) The driver that ceilometer uses for metering notifications." msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:152(th) +#: ./doc/common/tables/ceilometer-rpc.xml:170(th) msgid "[publisher_rpc]" msgstr "" -#: ./doc/common/tables/ceilometer-rpc.xml:156(td) +#: ./doc/common/tables/ceilometer-rpc.xml:174(td) msgid "(StrOpt) The topic that ceilometer uses for metering messages." msgstr "" -#: ./doc/common/tables/nova-pci.xml:7(caption) +#: ./doc/common/tables/nova-pci.xml:25(caption) msgid "Description of PCI configuration options" msgstr "" -#: ./doc/common/tables/nova-pci.xml:22(td) +#: ./doc/common/tables/nova-pci.xml:40(td) msgid "(MultiStrOpt) An alias for a PCI passthrough device requirement. This allows users to specify the alias in the extra_spec for a flavor, without needing to repeat all the PCI property requirements. For example: pci_alias = { \"name\": \"QuickAssist\", \"product_id\": \"0443\", \"vendor_id\": \"8086\", \"device_type\": \"ACCEL\" } defines an alias for the Intel QuickAssist card. (multi valued)" msgstr "" -#: ./doc/common/tables/nova-pci.xml:26(td) +#: ./doc/common/tables/nova-pci.xml:44(td) msgid "(MultiStrOpt) White list of PCI devices available to VMs. For example: pci_passthrough_whitelist = [{\"vendor_id\": \"8086\", \"product_id\": \"0443\"}]" msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:7(caption) +#: ./doc/common/tables/cinder-eqlx.xml:25(caption) msgid "Description of Dell EqualLogic volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:22(td) +#: ./doc/common/tables/cinder-eqlx.xml:40(td) msgid "(StrOpt) Existing CHAP account name. Note that this option is deprecated in favour of \"chap_username\" as specified in cinder/volume/driver.py and will be removed in next release." msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:26(td) +#: ./doc/common/tables/cinder-eqlx.xml:44(td) msgid "(StrOpt) Password for specified CHAP account name. Note that this option is deprecated in favour of \"chap_password\" as specified in cinder/volume/driver.py and will be removed in the next release" msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:30(td) +#: ./doc/common/tables/cinder-eqlx.xml:48(td) msgid "(IntOpt) Maximum retry count for reconnection. Default is 5." msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:34(td) +#: ./doc/common/tables/cinder-eqlx.xml:52(td) msgid "(IntOpt) Timeout for the Group Manager cli command execution. Default is 30. Note that this option is deprecated in favour of \"ssh_conn_timeout\" as specified in cinder/volume/drivers/san/san.py and will be removed in M release." msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:37(replaceable) +#: ./doc/common/tables/cinder-eqlx.xml:55(replaceable) msgid "group-0" msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:38(td) +#: ./doc/common/tables/cinder-eqlx.xml:56(td) msgid "(StrOpt) Group name to use for creating volumes. Defaults to \"group-0\"." msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:42(td) +#: ./doc/common/tables/cinder-eqlx.xml:60(td) msgid "(StrOpt) Pool in which volumes will be created. Defaults to \"default\"." msgstr "" -#: ./doc/common/tables/cinder-eqlx.xml:46(td) +#: ./doc/common/tables/cinder-eqlx.xml:64(td) msgid "(BoolOpt) Use CHAP authentication for targets. Note that this option is deprecated in favour of \"use_chap_auth\" as specified in cinder/volume/driver.py and will be removed in next release." msgstr "" @@ -21698,23 +21902,23 @@ msgstr "" msgid "(IntOpt) Interval for checking ipsec status" msgstr "" -#: ./doc/common/tables/glance-sheepdog.xml:7(caption) +#: ./doc/common/tables/glance-sheepdog.xml:25(caption) msgid "Description of Sheepdog configuration options" msgstr "" -#: ./doc/common/tables/glance-sheepdog.xml:26(td) +#: ./doc/common/tables/glance-sheepdog.xml:44(td) msgid "(IntOpt) Images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two." msgstr "" -#: ./doc/common/tables/heat-clients_backends.xml:7(caption) +#: ./doc/common/tables/heat-clients_backends.xml:25(caption) msgid "Description of client backends configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_backends.xml:21(replaceable) +#: ./doc/common/tables/heat-clients_backends.xml:39(replaceable) msgid "heat.engine.clients.OpenStackClients" msgstr "" -#: ./doc/common/tables/heat-clients_backends.xml:22(td) +#: ./doc/common/tables/heat-clients_backends.xml:40(td) msgid "(StrOpt) Fully qualified class name to use as a client backend." msgstr "" @@ -21798,47 +22002,55 @@ msgstr "" msgid "/var/lock" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:7(caption) +#: ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:8(literal) +msgid "[filter-versioned_writes]" +msgstr "" + +#: ./doc/common/tables/swift-proxy-server-filter-versioned_writes.xml:24(replaceable) +msgid "egg:swift#versioned_writes" +msgstr "" + +#: ./doc/common/tables/nova-upgrade_levels.xml:25(caption) msgid "Description of upgrade levels configuration options" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:21(replaceable) +#: ./doc/common/tables/nova-upgrade_levels.xml:39(replaceable) msgid "nova.cells.scheduler.CellsScheduler" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:22(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:40(td) msgid "(StrOpt) Cells scheduler to use" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:29(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:47(td) msgid "(StrOpt) Set a version cap for messages sent to local cells services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:33(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:51(td) msgid "(StrOpt) Set a version cap for messages sent to cert services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:37(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:55(td) msgid "(StrOpt) Set a version cap for messages sent to compute services. If you plan to do a live upgrade from an old version to a newer version, you should set this option to the old version before beginning the live upgrade procedure. Only upgrading to the next version is supported, so you cannot skip a release for the live upgrade procedure." msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:45(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:63(td) msgid "(StrOpt) Set a version cap for messages sent to console services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:49(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:67(td) msgid "(StrOpt) Set a version cap for messages sent to consoleauth services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:53(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:71(td) msgid "(StrOpt) Set a version cap for messages sent between cells services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:57(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:75(td) msgid "(StrOpt) Set a version cap for messages sent to network services" msgstr "" -#: ./doc/common/tables/nova-upgrade_levels.xml:61(td) +#: ./doc/common/tables/nova-upgrade_levels.xml:79(td) msgid "(StrOpt) Set a version cap for messages sent to scheduler services" msgstr "" @@ -21882,387 +22094,387 @@ msgstr "" msgid "(StrOpt) Template file for strongswan configuration." msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:7(caption) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:25(caption) msgid "Description of Hitachi storage volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:22(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:40(td) msgid "(BoolOpt) Add CHAP user" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:30(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:48(td) msgid "(StrOpt) iSCSI authentication method" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:33(replaceable) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:51(replaceable) msgid "HBSD-CHAP-password" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:34(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:52(td) msgid "(StrOpt) iSCSI authentication password" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:37(replaceable) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:55(replaceable) msgid "HBSD-CHAP-user" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:38(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:56(td) msgid "(StrOpt) iSCSI authentication username" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:50(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:68(td) msgid "(StrOpt) Default copy method of storage system" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:54(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:72(td) msgid "(StrOpt) Range of group number" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:58(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:76(td) msgid "(BoolOpt) Request for creating HostGroup or iSCSI Target" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:65(replaceable) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:83(replaceable) msgid "200,201" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:66(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:84(td) msgid "(StrOpt) Instance numbers for HORCM" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:70(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:88(td) msgid "(StrOpt) Password of storage system for HORCM" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:74(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:92(td) msgid "(IntOpt) Timeout until a resource lock is released, in seconds. The value must be between 0 and 7200." msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:82(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:100(td) msgid "(StrOpt) Range of logical device of storage system" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:86(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:104(td) msgid "(IntOpt) Pool ID of storage system" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:90(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:108(td) msgid "(StrOpt) Serial number of storage system" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:94(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:112(td) msgid "(StrOpt) Control port names for HostGroup or iSCSI Target" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:98(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:116(td) msgid "(IntOpt) Thin pool ID of storage system" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:102(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:120(td) msgid "(StrOpt) Name of an array unit" msgstr "" -#: ./doc/common/tables/cinder-hitachi-hbsd.xml:106(td) +#: ./doc/common/tables/cinder-hitachi-hbsd.xml:124(td) msgid "(BoolOpt) Request for FC Zone creating HostGroup" msgstr "" -#: ./doc/common/tables/cinder-common.xml:22(td) +#: ./doc/common/tables/cinder-common.xml:40(td) msgid "(BoolOpt) If the requested Cinder availability zone is unavailable, fall back to the value of default_availability_zone, then storage_availability_zone, instead of failing." msgstr "" -#: ./doc/common/tables/cinder-common.xml:26(td) +#: ./doc/common/tables/cinder-common.xml:44(td) msgid "(StrOpt) Password for specified CHAP account name." msgstr "" -#: ./doc/common/tables/cinder-common.xml:30(td) +#: ./doc/common/tables/cinder-common.xml:48(td) msgid "(StrOpt) CHAP user name." msgstr "" -#: ./doc/common/tables/cinder-common.xml:33(replaceable) +#: ./doc/common/tables/cinder-common.xml:51(replaceable) msgid "/etc/chelsio-iscsi/chiscsi.conf" msgstr "" -#: ./doc/common/tables/cinder-common.xml:34(td) +#: ./doc/common/tables/cinder-common.xml:52(td) msgid "(StrOpt) Chiscsi (CXT) global defaults configuration file" msgstr "" -#: ./doc/common/tables/cinder-common.xml:38(td) +#: ./doc/common/tables/cinder-common.xml:56(td) msgid "(StrOpt) ID of the project which will be used as the Cinder internal tenant." msgstr "" -#: ./doc/common/tables/cinder-common.xml:42(td) +#: ./doc/common/tables/cinder-common.xml:60(td) msgid "(StrOpt) ID of the user to be used in volume operations as the Cinder internal tenant." msgstr "" -#: ./doc/common/tables/cinder-common.xml:49(replaceable) +#: ./doc/common/tables/cinder-common.xml:67(replaceable) msgid "cinder.compute.nova.API" msgstr "" -#: ./doc/common/tables/cinder-common.xml:50(td) +#: ./doc/common/tables/cinder-common.xml:68(td) msgid "(StrOpt) The full class name of the compute API class to use" msgstr "" -#: ./doc/common/tables/cinder-common.xml:53(replaceable) +#: ./doc/common/tables/cinder-common.xml:71(replaceable) msgid "cinder.consistencygroup.api.API" msgstr "" -#: ./doc/common/tables/cinder-common.xml:54(td) +#: ./doc/common/tables/cinder-common.xml:72(td) msgid "(StrOpt) The full class name of the consistencygroup API class" msgstr "" -#: ./doc/common/tables/cinder-common.xml:58(td) +#: ./doc/common/tables/cinder-common.xml:76(td) msgid "(StrOpt) Default availability zone for new volumes. If not set, the storage_availability_zone option value is used as the default for new volumes." msgstr "" -#: ./doc/common/tables/cinder-common.xml:62(td) +#: ./doc/common/tables/cinder-common.xml:80(td) msgid "(StrOpt) Default volume type to use" msgstr "" -#: ./doc/common/tables/cinder-common.xml:66(td) +#: ./doc/common/tables/cinder-common.xml:84(td) msgid "(StrOpt) Namespace for driver private data values to be saved in." msgstr "" -#: ./doc/common/tables/cinder-common.xml:70(td) +#: ./doc/common/tables/cinder-common.xml:88(td) msgid "(BoolOpt) If set to True the http client will validate the SSL certificate of the backend endpoint." msgstr "" -#: ./doc/common/tables/cinder-common.xml:74(td) +#: ./doc/common/tables/cinder-common.xml:92(td) msgid "(BoolOpt) Enables the Force option on upload_to_image. This enables running upload_volume on in-use volumes for backends that support it." msgstr "" -#: ./doc/common/tables/cinder-common.xml:78(td) ./doc/common/tables/nova-api.xml:34(td) +#: ./doc/common/tables/cinder-common.xml:96(td) ./doc/common/tables/nova-api.xml:52(td) msgid "(BoolOpt) Services to be added to the available pool on create" msgstr "" -#: ./doc/common/tables/cinder-common.xml:82(td) +#: ./doc/common/tables/cinder-common.xml:100(td) msgid "(StrOpt) If this option is specified then the end time specified is used instead of the end time of the last completed audit period." msgstr "" -#: ./doc/common/tables/cinder-common.xml:86(td) +#: ./doc/common/tables/cinder-common.xml:104(td) msgid "(BoolOpt) If this is set to True, attachment of volumes for image transfer will be aborted when multipathd is not running. Otherwise, it will fallback to single path." msgstr "" -#: ./doc/common/tables/cinder-common.xml:94(td) +#: ./doc/common/tables/cinder-common.xml:112(td) msgid "(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a host name, FQDN, or IP address." msgstr "" -#: ./doc/common/tables/cinder-common.xml:97(replaceable) +#: ./doc/common/tables/cinder-common.xml:115(replaceable) msgid "/etc/iet/ietd.conf" msgstr "" -#: ./doc/common/tables/cinder-common.xml:98(td) +#: ./doc/common/tables/cinder-common.xml:116(td) msgid "(StrOpt) IET configuration file" msgstr "" -#: ./doc/common/tables/cinder-common.xml:102(td) +#: ./doc/common/tables/cinder-common.xml:120(td) msgid "(ListOpt) The list of secondary IP addresses of the iSCSI daemon" msgstr "" -#: ./doc/common/tables/cinder-common.xml:106(td) +#: ./doc/common/tables/cinder-common.xml:124(td) msgid "(BoolOpt) There are two types of target configurations managed (replicate to another configured backend) or unmanaged (replicate to a device not managed by Cinder)." msgstr "" -#: ./doc/common/tables/cinder-common.xml:110(td) +#: ./doc/common/tables/cinder-common.xml:128(td) msgid "(FloatOpt) Float representation of the over subscription ratio when thin provisioning is involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times of the total physical capacity. If the ratio is 10.5, it means provisioned capacity can be 10.5 times of the total physical capacity. A ratio of 1.0 means provisioned capacity cannot exceed the total physical capacity. A ratio lower than 1.0 will be ignored and the default value will be used instead." msgstr "" -#: ./doc/common/tables/cinder-common.xml:118(td) +#: ./doc/common/tables/cinder-common.xml:136(td) msgid "(BoolOpt) Enable monkey patching" msgstr "" -#: ./doc/common/tables/cinder-common.xml:130(td) +#: ./doc/common/tables/cinder-common.xml:148(td) msgid "(BoolOpt) Whether snapshots count against gigabyte quota" msgstr "" -#: ./doc/common/tables/cinder-common.xml:134(td) +#: ./doc/common/tables/cinder-common.xml:152(td) msgid "(IntOpt) Number of times to attempt to run flakey shell commands" msgstr "" -#: ./doc/common/tables/cinder-common.xml:138(td) +#: ./doc/common/tables/cinder-common.xml:156(td) msgid "(StrOpt) Auth URL associated with the OpenStack privileged account." msgstr "" -#: ./doc/common/tables/cinder-common.xml:142(td) +#: ./doc/common/tables/cinder-common.xml:160(td) msgid "(StrOpt) OpenStack privileged account username. Used for requests to other services (such as Nova) that require an account with special rights." msgstr "" -#: ./doc/common/tables/cinder-common.xml:146(td) +#: ./doc/common/tables/cinder-common.xml:164(td) msgid "(StrOpt) Password associated with the OpenStack privileged account." msgstr "" -#: ./doc/common/tables/cinder-common.xml:150(td) +#: ./doc/common/tables/cinder-common.xml:168(td) msgid "(StrOpt) Tenant name associated with the OpenStack privileged account." msgstr "" -#: ./doc/common/tables/cinder-common.xml:154(td) +#: ./doc/common/tables/cinder-common.xml:172(td) msgid "(IntOpt) Range, in seconds, to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)" msgstr "" -#: ./doc/common/tables/cinder-common.xml:158(td) +#: ./doc/common/tables/cinder-common.xml:176(td) msgid "(IntOpt) Interval, in seconds, between running periodic tasks" msgstr "" -#: ./doc/common/tables/cinder-common.xml:161(replaceable) +#: ./doc/common/tables/cinder-common.xml:179(replaceable) msgid "cinder.replication.api.API" msgstr "" -#: ./doc/common/tables/cinder-common.xml:162(td) +#: ./doc/common/tables/cinder-common.xml:180(td) msgid "(StrOpt) The full class name of the volume replication API class" msgstr "" -#: ./doc/common/tables/cinder-common.xml:166(td) +#: ./doc/common/tables/cinder-common.xml:184(td) msgid "(ListOpt) List of k/v pairs representing a replication target for this backend device. For unmanaged the format is: {'key-1'='val1' 'key-2'='val2'...},{...} and for managed devices its simply a list of valid configured backend_names that the driver supports replicating to: backend-a,bakcend-b..." msgstr "" -#: ./doc/common/tables/cinder-common.xml:170(td) +#: ./doc/common/tables/cinder-common.xml:188(td) msgid "(IntOpt) Interval, in seconds, between nodes reporting state to datastore" msgstr "" -#: ./doc/common/tables/cinder-common.xml:174(td) +#: ./doc/common/tables/cinder-common.xml:192(td) msgid "(IntOpt) Global backend request timeout, in seconds" msgstr "" -#: ./doc/common/tables/cinder-common.xml:178(td) +#: ./doc/common/tables/cinder-common.xml:196(td) msgid "(IntOpt) The percentage of backend capacity is reserved" msgstr "" -#: ./doc/common/tables/cinder-common.xml:181(replaceable) +#: ./doc/common/tables/cinder-common.xml:199(replaceable) msgid "/etc/cinder/rootwrap.conf" msgstr "" -#: ./doc/common/tables/cinder-common.xml:186(td) +#: ./doc/common/tables/cinder-common.xml:204(td) msgid "(BoolOpt) Send the volume and snapshot create and delete notifications generated in the specified period." msgstr "" -#: ./doc/common/tables/cinder-common.xml:190(td) +#: ./doc/common/tables/cinder-common.xml:208(td) msgid "(IntOpt) Maximum time since last check-in for a service to be considered up" msgstr "" -#: ./doc/common/tables/cinder-common.xml:194(td) +#: ./doc/common/tables/cinder-common.xml:212(td) msgid "(StrOpt) File name of clean sqlite db" msgstr "" -#: ./doc/common/tables/cinder-common.xml:197(replaceable) +#: ./doc/common/tables/cinder-common.xml:215(replaceable) msgid "$state_path/ssh_known_hosts" msgstr "" -#: ./doc/common/tables/cinder-common.xml:198(td) +#: ./doc/common/tables/cinder-common.xml:216(td) msgid "(StrOpt) File containing SSH host keys for the systems with which Cinder needs to communicate. OPTIONAL: Default=$state_path/ssh_known_hosts" msgstr "" -#: ./doc/common/tables/cinder-common.xml:202(td) +#: ./doc/common/tables/cinder-common.xml:220(td) msgid "(StrOpt) If this option is specified then the start time specified is used instead of the start time of the last completed audit period." msgstr "" -#: ./doc/common/tables/cinder-common.xml:205(replaceable) +#: ./doc/common/tables/cinder-common.xml:223(replaceable) msgid "/var/lib/cinder" msgstr "" -#: ./doc/common/tables/cinder-common.xml:206(td) +#: ./doc/common/tables/cinder-common.xml:224(td) msgid "(StrOpt) Top-level directory for maintaining cinder's state" msgstr "" -#: ./doc/common/tables/cinder-common.xml:210(td) +#: ./doc/common/tables/cinder-common.xml:228(td) msgid "(StrOpt) Availability zone of this node" msgstr "" -#: ./doc/common/tables/cinder-common.xml:214(td) +#: ./doc/common/tables/cinder-common.xml:232(td) msgid "(BoolOpt) Option to enable strict host key checking. When set to \"True\" Cinder will only connect to systems with a host key present in the configured \"ssh_hosts_key_file\". When set to \"False\" the host key will be saved upon first connection and used for subsequent connections. Default=False" msgstr "" -#: ./doc/common/tables/cinder-common.xml:234(td) +#: ./doc/common/tables/cinder-common.xml:252(td) msgid "(IntOpt) Count of reservations until usage is refreshed" msgstr "" -#: ./doc/common/tables/cinder-common.xml:238(td) +#: ./doc/common/tables/cinder-common.xml:256(td) msgid "(BoolOpt) Option to enable/disable CHAP authentication for targets." msgstr "" -#: ./doc/common/tables/manila-api.xml:22(td) +#: ./doc/common/tables/manila-api.xml:40(td) msgid "(StrOpt) File name for the paste.deploy config for manila-api." msgstr "" -#: ./doc/common/tables/manila-api.xml:26(td) +#: ./doc/common/tables/manila-api.xml:44(td) msgid "(BoolOpt) Whether to rate limit the API." msgstr "" -#: ./doc/common/tables/manila-api.xml:30(td) +#: ./doc/common/tables/manila-api.xml:48(td) msgid "(BoolOpt) Deploy v1 of the Manila API. This option is deprecated, is not used, and will be removed in a future release." msgstr "" -#: ./doc/common/tables/manila-api.xml:34(td) +#: ./doc/common/tables/manila-api.xml:52(td) msgid "(BoolOpt) Deploy v2 of the Manila API. This option is deprecated, is not used, and will be removed in a future release." msgstr "" -#: ./doc/common/tables/manila-api.xml:38(td) +#: ./doc/common/tables/manila-api.xml:56(td) msgid "(IntOpt) Maximum line size of message headers to be accepted. Option max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs)." msgstr "" -#: ./doc/common/tables/manila-api.xml:46(td) +#: ./doc/common/tables/manila-api.xml:64(td) msgid "(StrOpt) Base URL to be presented to users in links to the Share API" msgstr "" -#: ./doc/common/tables/manila-api.xml:50(td) +#: ./doc/common/tables/manila-api.xml:68(td) msgid "(ListOpt) Specify list of extensions to load when using osapi_share_extension option with manila.api.contrib.select_extensions." msgstr "" -#: ./doc/common/tables/manila-api.xml:53(replaceable) +#: ./doc/common/tables/manila-api.xml:71(replaceable) msgid "['manila.api.contrib.standard_extensions']" msgstr "" -#: ./doc/common/tables/manila-api.xml:54(td) +#: ./doc/common/tables/manila-api.xml:72(td) msgid "(MultiStrOpt) The osapi share extension to load." msgstr "" -#: ./doc/common/tables/manila-api.xml:57(replaceable) +#: ./doc/common/tables/manila-api.xml:75(replaceable) msgid "::" msgstr "" -#: ./doc/common/tables/manila-api.xml:58(td) +#: ./doc/common/tables/manila-api.xml:76(td) msgid "(StrOpt) IP address for OpenStack Share API to listen on." msgstr "" -#: ./doc/common/tables/manila-api.xml:61(replaceable) +#: ./doc/common/tables/manila-api.xml:79(replaceable) msgid "8786" msgstr "" -#: ./doc/common/tables/manila-api.xml:62(td) +#: ./doc/common/tables/manila-api.xml:80(td) msgid "(IntOpt) Port for OpenStack Share API to listen on." msgstr "" -#: ./doc/common/tables/manila-api.xml:66(td) +#: ./doc/common/tables/manila-api.xml:84(td) msgid "(IntOpt) Number of workers for OpenStack Share API service." msgstr "" -#: ./doc/common/tables/manila-api.xml:69(replaceable) +#: ./doc/common/tables/manila-api.xml:87(replaceable) msgid "manila.share.api.API" msgstr "" -#: ./doc/common/tables/manila-api.xml:70(td) +#: ./doc/common/tables/manila-api.xml:88(td) msgid "(StrOpt) The full class name of the share API class to use." msgstr "" -#: ./doc/common/tables/manila-api.xml:73(replaceable) +#: ./doc/common/tables/manila-api.xml:91(replaceable) msgid "manila.volume.cinder.API" msgstr "" -#: ./doc/common/tables/manila-api.xml:74(td) +#: ./doc/common/tables/manila-api.xml:92(td) msgid "(StrOpt) The full class name of the Volume API class to use." msgstr "" -#: ./doc/common/tables/manila-api.xml:77(replaceable) +#: ./doc/common/tables/manila-api.xml:95(replaceable) msgid "manila-share-%s" msgstr "" -#: ./doc/common/tables/manila-api.xml:78(td) +#: ./doc/common/tables/manila-api.xml:96(td) msgid "(StrOpt) Volume name template." msgstr "" -#: ./doc/common/tables/manila-api.xml:81(replaceable) +#: ./doc/common/tables/manila-api.xml:99(replaceable) msgid "manila-snapshot-%s" msgstr "" -#: ./doc/common/tables/manila-api.xml:82(td) +#: ./doc/common/tables/manila-api.xml:100(td) msgid "(StrOpt) Volume snapshot name template." msgstr "" @@ -22402,331 +22614,327 @@ msgstr "" msgid "(StrOpt) vCenter server wsdl location." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:147(td) ./doc/common/tables/nova-vmware.xml:38(td) +#: ./doc/common/tables/neutron-vmware.xml:147(td) ./doc/common/tables/nova-vmware.xml:56(td) msgid "(IntOpt) Set this value if affected by an increased network latency causing repeated characters when typing in a remote console." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:151(td) ./doc/common/tables/nova-vmware.xml:70(td) +#: ./doc/common/tables/neutron-vmware.xml:151(td) ./doc/common/tables/nova-vmware.xml:88(td) msgid "(IntOpt) The maximum number of ObjectContent data objects that should be returned in a single result. A positive value will cause the operation to suspend the retrieval when the count of objects reaches the specified maximum. The server may still limit the count to something less than the configured value. Any remaining objects may be retrieved with additional requests." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:155(td) ./doc/common/tables/nova-vmware.xml:86(td) +#: ./doc/common/tables/neutron-vmware.xml:155(td) ./doc/common/tables/nova-vmware.xml:104(td) msgid "(StrOpt) Identifies a proxy service that provides network access to the serial_port_service_uri. This option is ignored if serial_port_service_uri is not specified." msgstr "" -#: ./doc/common/tables/neutron-vmware.xml:159(td) ./doc/common/tables/nova-vmware.xml:90(td) +#: ./doc/common/tables/neutron-vmware.xml:159(td) ./doc/common/tables/nova-vmware.xml:108(td) msgid "(StrOpt) Identifies the remote system that serial port traffic will be sent to. If this is not set, no serial ports will be added to the created VMs." msgstr "" -#: ./doc/common/tables/ceilometer-alarms.xml:7(caption) +#: ./doc/common/tables/ceilometer-alarms.xml:25(caption) msgid "Description of alarms configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-alarms.xml:18(th) +#: ./doc/common/tables/ceilometer-alarms.xml:36(th) msgid "[alarms]" msgstr "" -#: ./doc/common/tables/sahara-common.xml:22(td) +#: ./doc/common/tables/sahara-common.xml:40(td) msgid "(StrOpt) The name of the domain for the service project(ex. tenant)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:26(td) +#: ./doc/common/tables/sahara-common.xml:44(td) msgid "(StrOpt) The name of the domain to which the admin user belongs." msgstr "" -#: ./doc/common/tables/sahara-common.xml:30(td) +#: ./doc/common/tables/sahara-common.xml:48(td) msgid "(IntOpt) Number of workers for Sahara API service (0 means all-in-one-thread configuration)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:34(td) +#: ./doc/common/tables/sahara-common.xml:52(td) msgid "(IntOpt) Maximal time (in hours) for clusters allowed to be in states other than \"Active\", \"Deleting\" or \"Error\". If a cluster is not in \"Active\", \"Deleting\" or \"Error\" state and last update of it was longer than \"cleanup_time_for_incomplete_clusters\" hours ago then it will be deleted automatically. (0 value means that automatic clean up is disabled)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:37(replaceable) +#: ./doc/common/tables/sahara-common.xml:55(replaceable) msgid "24" msgstr "" -#: ./doc/common/tables/sahara-common.xml:38(td) +#: ./doc/common/tables/sahara-common.xml:56(td) msgid "(IntOpt) Defines the period of time (in hours) after which trusts created to allow sahara to create or scale a cluster will expire. Note that this value should be significantly larger than the value of the cleanup_time_for_incomplete_clusters configuration key if use of the cluster cleanup feature is desired (the trust must last at least as long as a cluster could validly take to stall in its creation, plus the timeout value set in that key, plus one hour for the period of the cleanup job)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:41(replaceable) +#: ./doc/common/tables/sahara-common.xml:59(replaceable) msgid "70" msgstr "" -#: ./doc/common/tables/sahara-common.xml:42(td) +#: ./doc/common/tables/sahara-common.xml:60(td) msgid "(IntOpt) The same as global_remote_threshold, but for a single cluster." msgstr "" -#: ./doc/common/tables/sahara-common.xml:45(replaceable) +#: ./doc/common/tables/sahara-common.xml:63(replaceable) msgid "etc/sahara/compute.topology" msgstr "" -#: ./doc/common/tables/sahara-common.xml:46(td) +#: ./doc/common/tables/sahara-common.xml:64(td) msgid "(StrOpt) File with nova compute topology. It should contain mapping between nova computes and racks." msgstr "" -#: ./doc/common/tables/sahara-common.xml:49(replaceable) +#: ./doc/common/tables/sahara-common.xml:67(replaceable) msgid "pool.ntp.org" msgstr "" -#: ./doc/common/tables/sahara-common.xml:50(td) +#: ./doc/common/tables/sahara-common.xml:68(td) msgid "(StrOpt) Default ntp server for time sync" msgstr "" -#: ./doc/common/tables/sahara-common.xml:54(td) +#: ./doc/common/tables/sahara-common.xml:72(td) msgid "(BoolOpt) Disables event log feature." msgstr "" -#: ./doc/common/tables/sahara-common.xml:58(td) +#: ./doc/common/tables/sahara-common.xml:76(td) msgid "(BoolOpt) Enables data locality for hadoop cluster. Also enables data locality for Swift used by hadoop. If enabled, 'compute_topology' and 'swift_topology' configuration parameters should point to OpenStack and Swift topology correspondingly." msgstr "" -#: ./doc/common/tables/sahara-common.xml:62(td) +#: ./doc/common/tables/sahara-common.xml:80(td) msgid "(BoolOpt) Enables four-level topology for data locality. Works only if corresponding plugin supports such mode." msgstr "" -#: ./doc/common/tables/sahara-common.xml:66(td) +#: ./doc/common/tables/sahara-common.xml:84(td) msgid "(BoolOpt) Enables sending notifications to Ceilometer" msgstr "" -#: ./doc/common/tables/sahara-common.xml:74(td) +#: ./doc/common/tables/sahara-common.xml:92(td) msgid "(IntOpt) Maximum number of remote operations that will be running at the same time. Note that each remote operation requires its own process to run." msgstr "" -#: ./doc/common/tables/sahara-common.xml:77(replaceable) -msgid "data-processing-cluster" -msgstr "" - -#: ./doc/common/tables/sahara-common.xml:78(td) +#: ./doc/common/tables/sahara-common.xml:96(td) msgid "(ListOpt) List of tags to be used during operating with stack." msgstr "" -#: ./doc/common/tables/sahara-common.xml:81(replaceable) ./doc/common/tables/ceilometer-exchange.xml:37(replaceable) +#: ./doc/common/tables/sahara-common.xml:99(replaceable) ./doc/common/tables/ceilometer-exchange.xml:55(replaceable) msgid "heat" msgstr "" -#: ./doc/common/tables/sahara-common.xml:82(td) +#: ./doc/common/tables/sahara-common.xml:100(td) msgid "(StrOpt) An engine which will be used to provision infrastructure for Hadoop cluster." msgstr "" -#: ./doc/common/tables/sahara-common.xml:85(replaceable) +#: ./doc/common/tables/sahara-common.xml:103(replaceable) msgid "5120" msgstr "" -#: ./doc/common/tables/sahara-common.xml:86(td) +#: ./doc/common/tables/sahara-common.xml:104(td) msgid "(IntOpt) Maximum length of job binary data in kilobytes that may be stored or retrieved in a single operation." msgstr "" -#: ./doc/common/tables/sahara-common.xml:90(td) +#: ./doc/common/tables/sahara-common.xml:108(td) msgid "(IntOpt) Timeout for canceling job execution (in seconds). Sahara will try to cancel job execution during this time." msgstr "" -#: ./doc/common/tables/sahara-common.xml:94(td) +#: ./doc/common/tables/sahara-common.xml:112(td) msgid "(StrOpt) Postfix for storing jobs in hdfs. Will be added to '/user/<hdfs user>/' path." msgstr "" -#: ./doc/common/tables/sahara-common.xml:106(td) +#: ./doc/common/tables/sahara-common.xml:124(td) msgid "(IntOpt) Minimal \"lifetime\" in seconds for a transient cluster. Cluster is guaranteed to be \"alive\" within this time period." msgstr "" -#: ./doc/common/tables/sahara-common.xml:110(td) +#: ./doc/common/tables/sahara-common.xml:128(td) msgid "(StrOpt) The suffix of the node's FQDN. In nova-network that is the dhcp_domain config parameter." msgstr "" -#: ./doc/common/tables/sahara-common.xml:114(td) +#: ./doc/common/tables/sahara-common.xml:132(td) msgid "(StrOpt) Region name used to get services endpoints." msgstr "" -#: ./doc/common/tables/sahara-common.xml:118(td) +#: ./doc/common/tables/sahara-common.xml:136(td) msgid "(BoolOpt) Enable periodic tasks." msgstr "" -#: ./doc/common/tables/sahara-common.xml:122(td) +#: ./doc/common/tables/sahara-common.xml:140(td) msgid "(IntOpt) Range in seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:126(td) +#: ./doc/common/tables/sahara-common.xml:144(td) msgid "(IntOpt) Max interval size between periodic tasks execution in seconds." msgstr "" -#: ./doc/common/tables/sahara-common.xml:129(replaceable) +#: ./doc/common/tables/sahara-common.xml:147(replaceable) msgid "vanilla, hdp, spark, cdh" msgstr "" -#: ./doc/common/tables/sahara-common.xml:130(td) +#: ./doc/common/tables/sahara-common.xml:148(td) msgid "(ListOpt) List of plugins to be loaded. Sahara preserves the order of the list when returning it." msgstr "" -#: ./doc/common/tables/sahara-common.xml:134(td) +#: ./doc/common/tables/sahara-common.xml:152(td) msgid "(StrOpt) Proxy command used to connect to instances. If set, this command should open a netcat socket, that Sahara will use for SSH and HTTP connections. Use {host} and {port} to describe the destination. Other available keywords: {tenant_id}, {network_id}, {router_id}." msgstr "" -#: ./doc/common/tables/sahara-common.xml:138(td) +#: ./doc/common/tables/sahara-common.xml:156(td) msgid "(StrOpt) A method for Sahara to execute commands on VMs." msgstr "" -#: ./doc/common/tables/sahara-common.xml:141(replaceable) +#: ./doc/common/tables/sahara-common.xml:159(replaceable) msgid "sudo sahara-rootwrap /etc/sahara/rootwrap.conf" msgstr "" -#: ./doc/common/tables/sahara-common.xml:142(td) +#: ./doc/common/tables/sahara-common.xml:160(td) msgid "(StrOpt) Rootwrap command to leverage. Use in conjunction with use_rootwrap=True" msgstr "" -#: ./doc/common/tables/sahara-common.xml:145(replaceable) +#: ./doc/common/tables/sahara-common.xml:163(replaceable) msgid "etc/sahara/swift.topology" msgstr "" -#: ./doc/common/tables/sahara-common.xml:146(td) +#: ./doc/common/tables/sahara-common.xml:164(td) msgid "(StrOpt) File with Swift topology.It should contain mapping between Swift nodes and racks." msgstr "" -#: ./doc/common/tables/sahara-common.xml:150(td) +#: ./doc/common/tables/sahara-common.xml:168(td) msgid "(BoolOpt) Enable Sahara to use an external key manager service provided by the identity service catalog. Sahara will store all keys with the manager service." msgstr "" -#: ./doc/common/tables/sahara-common.xml:154(td) +#: ./doc/common/tables/sahara-common.xml:172(td) msgid "(BoolOpt) If set to True, Sahara will use floating IPs to communicate with instances. To make sure that all instances have floating IPs assigned in Nova Network set \"auto_assign_floating_ip=True\" in nova.conf. If Neutron is used for networking, make sure that all Node Groups have \"floating_ip_pool\" parameter defined." msgstr "" -#: ./doc/common/tables/sahara-common.xml:158(td) +#: ./doc/common/tables/sahara-common.xml:176(td) msgid "(BoolOpt) Enables Sahara to use Keystone API v3. If that flag is disabled, per-job clusters will not be terminated automatically." msgstr "" -#: ./doc/common/tables/sahara-common.xml:162(td) +#: ./doc/common/tables/sahara-common.xml:180(td) msgid "(BoolOpt) Use network namespaces for communication (only valid to use in conjunction with use_neutron=True)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:166(td) +#: ./doc/common/tables/sahara-common.xml:184(td) msgid "(BoolOpt) Use Neutron Networking (False indicates the use of Nova networking)." msgstr "" -#: ./doc/common/tables/sahara-common.xml:170(td) +#: ./doc/common/tables/sahara-common.xml:188(td) msgid "(BoolOpt) Use rootwrap facility to allow non-root users to run the sahara-all server instance and access private network IPs (only valid to use in conjunction with use_namespaces=True)" msgstr "" -#: ./doc/common/tables/sahara-common.xml:177(td) +#: ./doc/common/tables/sahara-common.xml:195(td) msgid "(BoolOpt) Perform sahara-conductor operations locally." msgstr "" -#: ./doc/common/tables/nova-metadata.xml:22(td) +#: ./doc/common/tables/nova-metadata.xml:40(td) msgid "(IntOpt) Time in seconds to cache metadata; 0 to disable metadata caching entirely (not recommended). Increasingthis should improve response times of the metadata API when under heavy load. Higher values may increase memoryusage and result in longer times for host metadata changes to take effect." msgstr "" -#: ./doc/common/tables/nova-metadata.xml:26(td) +#: ./doc/common/tables/nova-metadata.xml:44(td) msgid "(StrOpt) The IP address for the metadata API server" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:30(td) +#: ./doc/common/tables/nova-metadata.xml:48(td) msgid "(StrOpt) The IP address on which the metadata API will listen." msgstr "" -#: ./doc/common/tables/nova-metadata.xml:34(td) +#: ./doc/common/tables/nova-metadata.xml:52(td) msgid "(IntOpt) The port on which the metadata API will listen." msgstr "" -#: ./doc/common/tables/nova-metadata.xml:37(replaceable) +#: ./doc/common/tables/nova-metadata.xml:55(replaceable) msgid "nova.api.manager.MetadataManager" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:38(td) +#: ./doc/common/tables/nova-metadata.xml:56(td) msgid "(StrOpt) OpenStack metadata service manager" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:42(td) +#: ./doc/common/tables/nova-metadata.xml:60(td) msgid "(IntOpt) The port for the metadata API port" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:46(td) +#: ./doc/common/tables/nova-metadata.xml:64(td) msgid "(IntOpt) Number of workers for metadata service. The default will be the number of CPUs available." msgstr "" -#: ./doc/common/tables/nova-metadata.xml:49(replaceable) +#: ./doc/common/tables/nova-metadata.xml:67(replaceable) msgid "nova.api.metadata.vendordata_json.JsonFileVendorData" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:50(td) +#: ./doc/common/tables/nova-metadata.xml:68(td) msgid "(StrOpt) Driver to use for vendor data" msgstr "" -#: ./doc/common/tables/nova-metadata.xml:54(td) +#: ./doc/common/tables/nova-metadata.xml:72(td) msgid "(StrOpt) File to load JSON formatted vendor data from" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:7(caption) +#: ./doc/common/tables/nova-ipv6.xml:25(caption) msgid "Description of IPv6 configuration options" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:21(replaceable) +#: ./doc/common/tables/nova-ipv6.xml:39(replaceable) msgid "fd00::/48" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:22(td) +#: ./doc/common/tables/nova-ipv6.xml:40(td) msgid "(StrOpt) Fixed IPv6 address block" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:26(td) +#: ./doc/common/tables/nova-ipv6.xml:44(td) msgid "(StrOpt) Default IPv6 gateway" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:29(replaceable) +#: ./doc/common/tables/nova-ipv6.xml:47(replaceable) msgid "rfc2462" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:30(td) +#: ./doc/common/tables/nova-ipv6.xml:48(td) msgid "(StrOpt) Backend to use for IPv6 generation" msgstr "" -#: ./doc/common/tables/nova-ipv6.xml:34(td) +#: ./doc/common/tables/nova-ipv6.xml:52(td) msgid "(BoolOpt) Use IPv6" msgstr "" -#: ./doc/common/tables/glance-rpc.xml:21(replaceable) +#: ./doc/common/tables/glance-rpc.xml:39(replaceable) msgid "glance.common.exception, exceptions" msgstr "" -#: ./doc/common/tables/glance-rpc.xml:22(td) +#: ./doc/common/tables/glance-rpc.xml:40(td) msgid "(ListOpt) Modules of exceptions that are permitted to be recreated upon receiving exception data from an rpc call." msgstr "" -#: ./doc/common/tables/keystone-domain.xml:18(th) +#: ./doc/common/tables/keystone-domain.xml:36(th) msgid "[domain_config]" msgstr "" -#: ./doc/common/tables/keystone-domain.xml:22(td) +#: ./doc/common/tables/keystone-domain.xml:40(td) msgid "(IntOpt) TTL (in seconds) to cache domain config data. This has no effect unless domain config caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-domain.xml:26(td) +#: ./doc/common/tables/keystone-domain.xml:44(td) msgid "(BoolOpt) Toggle for domain config caching. This has no effect unless global caching is enabled." msgstr "" -#: ./doc/common/tables/keystone-domain.xml:30(td) +#: ./doc/common/tables/keystone-domain.xml:48(td) msgid "(StrOpt) Entrypoint for the domain config backend driver in the keystone.resource.domain_config namespace." msgstr "" -#: ./doc/common/tables/cinder-compute.xml:22(td) +#: ./doc/common/tables/cinder-compute.xml:40(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova" msgstr "" -#: ./doc/common/tables/cinder-compute.xml:29(replaceable) +#: ./doc/common/tables/cinder-compute.xml:47(replaceable) msgid "compute:Compute Service:adminURL" msgstr "" -#: ./doc/common/tables/cinder-compute.xml:33(replaceable) +#: ./doc/common/tables/cinder-compute.xml:51(replaceable) msgid "compute:Compute Service:publicURL" msgstr "" -#: ./doc/common/tables/cinder-compute.xml:34(td) +#: ./doc/common/tables/cinder-compute.xml:52(td) msgid "(StrOpt) Match this value when searching for nova in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/cinder-compute.xml:38(td) +#: ./doc/common/tables/cinder-compute.xml:56(td) msgid "(StrOpt) Same as nova_endpoint_template, but for admin endpoint." msgstr "" -#: ./doc/common/tables/cinder-compute.xml:42(td) +#: ./doc/common/tables/cinder-compute.xml:60(td) msgid "(StrOpt) Override service catalog lookup with template for nova endpoint e.g. http://localhost:8774/v2/%(project_id)s" msgstr "" @@ -22734,203 +22942,203 @@ msgstr "" msgid "(StrOpt) The connection string used to connect to the alarm database - rather use ${database.connection}" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:7(caption) +#: ./doc/common/tables/ironic-pxe.xml:25(caption) msgid "Description of PXE configuration options" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:18(th) +#: ./doc/common/tables/ironic-pxe.xml:36(th) msgid "[pxe]" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:22(td) +#: ./doc/common/tables/ironic-pxe.xml:40(td) msgid "(StrOpt) Default file system format for ephemeral partition, if one is created." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:25(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:43(replaceable) msgid "cciss/c0d0,sda,hda,vda" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:26(td) +#: ./doc/common/tables/ironic-pxe.xml:44(td) msgid "(StrOpt) The disk devices to scan while doing the deploy." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:29(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:47(replaceable) msgid "20480" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:30(td) +#: ./doc/common/tables/ironic-pxe.xml:48(td) msgid "(IntOpt) Maximum size (in MiB) of cache for master images, including those in use." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:33(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:51(replaceable) msgid "10080" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:34(td) +#: ./doc/common/tables/ironic-pxe.xml:52(td) msgid "(IntOpt) Maximum TTL (in minutes) for old master images in cache." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:37(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:55(replaceable) msgid "/var/lib/ironic/images/" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:38(td) +#: ./doc/common/tables/ironic-pxe.xml:56(td) msgid "(StrOpt) On the ironic-conductor node, directory where images are stored on disk." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:41(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:59(replaceable) msgid "/var/lib/ironic/master_images" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:42(td) +#: ./doc/common/tables/ironic-pxe.xml:60(td) msgid "(StrOpt) On the ironic-conductor node, directory where master instance images are stored on disk." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:45(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:63(replaceable) msgid "$pybasedir/drivers/modules/boot.ipxe" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:46(td) +#: ./doc/common/tables/ironic-pxe.xml:64(td) msgid "(StrOpt) On ironic-conductor node, the path to the main iPXE script file." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:50(td) +#: ./doc/common/tables/ironic-pxe.xml:68(td) msgid "(BoolOpt) Enable iPXE boot." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:54(td) +#: ./doc/common/tables/ironic-pxe.xml:72(td) msgid "(StrOpt) Additional append parameters for baremetal PXE boot." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:57(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:75(replaceable) msgid "pxelinux.0" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:58(td) +#: ./doc/common/tables/ironic-pxe.xml:76(td) msgid "(StrOpt) Bootfile DHCP parameter." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:61(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:79(replaceable) msgid "$pybasedir/drivers/modules/pxe_config.template" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:62(td) +#: ./doc/common/tables/ironic-pxe.xml:80(td) msgid "(StrOpt) On ironic-conductor node, template file for PXE configuration." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:65(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:83(replaceable) msgid "/tftpboot/master_images" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:66(td) +#: ./doc/common/tables/ironic-pxe.xml:84(td) msgid "(StrOpt) On ironic-conductor node, directory where master TFTP images are stored on disk." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:69(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:87(replaceable) msgid "/tftpboot" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:70(td) +#: ./doc/common/tables/ironic-pxe.xml:88(td) msgid "(StrOpt) ironic-conductor node's TFTP root path." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:74(td) +#: ./doc/common/tables/ironic-pxe.xml:92(td) msgid "(StrOpt) IP address of ironic-conductor node's TFTP server." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:77(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:95(replaceable) msgid "elilo.efi" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:78(td) +#: ./doc/common/tables/ironic-pxe.xml:96(td) msgid "(StrOpt) Bootfile DHCP parameter for UEFI boot mode." msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:81(replaceable) +#: ./doc/common/tables/ironic-pxe.xml:99(replaceable) msgid "$pybasedir/drivers/modules/elilo_efi_pxe_config.template" msgstr "" -#: ./doc/common/tables/ironic-pxe.xml:82(td) +#: ./doc/common/tables/ironic-pxe.xml:100(td) msgid "(StrOpt) On ironic-conductor node, template file for PXE configuration for UEFI boot loader." msgstr "" -#: ./doc/common/tables/keystone-credential.xml:7(caption) +#: ./doc/common/tables/keystone-credential.xml:25(caption) msgid "Description of credential configuration options" msgstr "" -#: ./doc/common/tables/keystone-credential.xml:18(th) +#: ./doc/common/tables/keystone-credential.xml:36(th) msgid "[credential]" msgstr "" -#: ./doc/common/tables/keystone-credential.xml:22(td) +#: ./doc/common/tables/keystone-credential.xml:40(td) msgid "(StrOpt) Entrypoint for the credential backend driver in the keystone.credential namespace." msgstr "" -#: ./doc/common/tables/nova-barbican.xml:7(caption) +#: ./doc/common/tables/nova-barbican.xml:25(caption) msgid "Description of Barbican configuration options" msgstr "" -#: ./doc/common/tables/nova-barbican.xml:18(th) +#: ./doc/common/tables/nova-barbican.xml:36(th) msgid "[barbican]" msgstr "" -#: ./doc/common/tables/nova-barbican.xml:25(replaceable) +#: ./doc/common/tables/nova-barbican.xml:43(replaceable) msgid "key-manager:barbican:public" msgstr "" -#: ./doc/common/tables/nova-barbican.xml:26(td) +#: ./doc/common/tables/nova-barbican.xml:44(td) msgid "(StrOpt) Info to match when looking for barbican in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>" msgstr "" -#: ./doc/common/tables/nova-barbican.xml:34(td) +#: ./doc/common/tables/nova-barbican.xml:52(td) msgid "(StrOpt) Override service catalog lookup with template for barbican endpoint e.g. http://localhost:9311/v1/%(project_id)s" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml:7(caption) +#: ./doc/common/tables/keystone-assignment.xml:25(caption) msgid "Description of assignment configuration options" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml:18(th) +#: ./doc/common/tables/keystone-assignment.xml:36(th) msgid "[assignment]" msgstr "" -#: ./doc/common/tables/keystone-assignment.xml:22(td) +#: ./doc/common/tables/keystone-assignment.xml:40(td) msgid "(StrOpt) Entrypoint for the assignment backend driver in the keystone.assignment namespace. Supplied drivers are ldap and sql. If an assignment driver is not specified, the identity driver will choose the assignment driver." msgstr "" -#: ./doc/common/tables/heat-clients_trove.xml:7(caption) +#: ./doc/common/tables/heat-clients_trove.xml:25(caption) msgid "Description of trove clients configuration options" msgstr "" -#: ./doc/common/tables/heat-clients_trove.xml:18(th) +#: ./doc/common/tables/heat-clients_trove.xml:36(th) msgid "[clients_trove]" msgstr "" -#: ./doc/common/tables/cinder-xio.xml:7(caption) +#: ./doc/common/tables/cinder-xio.xml:25(caption) msgid "Description of X-IO volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-xio.xml:22(td) +#: ./doc/common/tables/cinder-xio.xml:40(td) msgid "(BoolOpt) Tell driver to use SSL for connection to backend storage if the driver supports it." msgstr "" -#: ./doc/common/tables/cinder-xio.xml:26(td) +#: ./doc/common/tables/cinder-xio.xml:44(td) msgid "(IntOpt) Number on retries to get completion status after issuing a command to ISE." msgstr "" -#: ./doc/common/tables/cinder-xio.xml:30(td) +#: ./doc/common/tables/cinder-xio.xml:48(td) msgid "(IntOpt) Number of retries (per port) when establishing connection to ISE management port." msgstr "" -#: ./doc/common/tables/cinder-xio.xml:34(td) +#: ./doc/common/tables/cinder-xio.xml:52(td) msgid "(IntOpt) Raid level for ISE volumes." msgstr "" -#: ./doc/common/tables/cinder-xio.xml:38(td) +#: ./doc/common/tables/cinder-xio.xml:56(td) msgid "(IntOpt) Interval (secs) between retries." msgstr "" -#: ./doc/common/tables/cinder-xio.xml:42(td) +#: ./doc/common/tables/cinder-xio.xml:60(td) msgid "(IntOpt) Default storage pool for volumes." msgstr "" @@ -23086,199 +23294,195 @@ msgstr "" msgid "(BoolOpt) Keep in track in the database of current resourcequota usage. Plugins which do not leverage the neutron database should set this flag to False" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:7(caption) +#: ./doc/common/tables/ceilometer-exchange.xml:25(caption) msgid "Description of exchange configuration options" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:21(replaceable) -msgid "ceilometer" -msgstr "" - -#: ./doc/common/tables/ceilometer-exchange.xml:22(td) +#: ./doc/common/tables/ceilometer-exchange.xml:40(td) msgid "(StrOpt) Exchange name for ceilometer notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:26(td) +#: ./doc/common/tables/ceilometer-exchange.xml:44(td) msgid "(StrOpt) Exchange name for Cinder notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:29(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:47(replaceable) msgid "central" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:30(td) +#: ./doc/common/tables/ceilometer-exchange.xml:48(td) msgid "(StrOpt) Exchange name for DNS notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:34(td) +#: ./doc/common/tables/ceilometer-exchange.xml:52(td) msgid "(StrOpt) Exchange name for Glance notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:38(td) +#: ./doc/common/tables/ceilometer-exchange.xml:56(td) msgid "(StrOpt) Exchange name for Heat notifications" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:41(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:59(replaceable) msgid "['nova', 'glance', 'neutron', 'cinder']" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:42(td) +#: ./doc/common/tables/ceilometer-exchange.xml:60(td) msgid "(MultiStrOpt) Exchanges name to listen for notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:45(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:63(replaceable) msgid "ironic" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:46(td) +#: ./doc/common/tables/ceilometer-exchange.xml:64(td) msgid "(StrOpt) Exchange name for Ironic notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:50(td) +#: ./doc/common/tables/ceilometer-exchange.xml:68(td) msgid "(StrOpt) Exchange name for Keystone notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:53(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:71(replaceable) msgid "magnum" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:54(td) +#: ./doc/common/tables/ceilometer-exchange.xml:72(td) msgid "(StrOpt) Exchange name for Magnum notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:58(td) +#: ./doc/common/tables/ceilometer-exchange.xml:76(td) msgid "(StrOpt) Exchange name for Neutron notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:62(td) +#: ./doc/common/tables/ceilometer-exchange.xml:80(td) msgid "(StrOpt) Exchange name for Nova notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:65(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:83(replaceable) msgid "sahara" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:66(td) +#: ./doc/common/tables/ceilometer-exchange.xml:84(td) msgid "(StrOpt) Exchange name for Data Processing notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:70(td) +#: ./doc/common/tables/ceilometer-exchange.xml:88(td) msgid "(StrOpt) Source for samples emitted on this instance." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:74(td) +#: ./doc/common/tables/ceilometer-exchange.xml:92(td) msgid "(StrOpt) Exchange name for Swift notifications." msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:77(replaceable) +#: ./doc/common/tables/ceilometer-exchange.xml:95(replaceable) msgid "trove" msgstr "" -#: ./doc/common/tables/ceilometer-exchange.xml:78(td) +#: ./doc/common/tables/ceilometer-exchange.xml:96(td) msgid "(StrOpt) Exchange name for DBaaS notifications." msgstr "" -#: ./doc/common/tables/ironic-inspector.xml:18(th) +#: ./doc/common/tables/ironic-inspector.xml:36(th) msgid "[inspector]" msgstr "" -#: ./doc/common/tables/ironic-inspector.xml:22(td) +#: ./doc/common/tables/ironic-inspector.xml:40(td) msgid "(BoolOpt) whether to enable inspection using ironic-inspector" msgstr "" -#: ./doc/common/tables/ironic-inspector.xml:26(td) +#: ./doc/common/tables/ironic-inspector.xml:44(td) msgid "(StrOpt) ironic-inspector HTTP endpoint. If this is not set, the ironic-inspector client default (http://127.0.0.1:5050) will be used." msgstr "" -#: ./doc/common/tables/ironic-inspector.xml:30(td) +#: ./doc/common/tables/ironic-inspector.xml:48(td) msgid "(IntOpt) period (in seconds) to check status of nodes on inspection" msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:7(caption) +#: ./doc/common/tables/cinder-cloudbyte.xml:25(caption) msgid "Description of CloudByte volume driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:22(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:40(td) msgid "(StrOpt) CloudByte storage specific account name. This maps to a project name in OpenStack." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:25(replaceable) +#: ./doc/common/tables/cinder-cloudbyte.xml:43(replaceable) msgid "{'latency': '15', 'iops': '10', 'graceallowed': 'false', 'iopscontrol': 'true', 'memlimit': '0', 'throughput': '0', 'tpcontrol': 'false', 'networkspeed': '0'}" msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:26(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:44(td) msgid "(DictOpt) These values will be used for CloudByte storage's addQos API call." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:30(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:48(td) msgid "(StrOpt) Driver will use this API key to authenticate against the CloudByte storage's management interface." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:34(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:52(td) msgid "(StrOpt) This corresponds to the discovery authentication group in CloudByte storage. Chap users are added to this group. Driver uses the first user found for this group. Default value is None." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:38(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:56(td) msgid "(IntOpt) Will confirm a successful volume creation in CloudByte storage by making this many number of attempts." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:42(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:60(td) msgid "(IntOpt) A retry value in seconds. Will be used by the driver to check if volume creation was successful in CloudByte storage." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:46(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:64(td) msgid "(IntOpt) Will confirm a successful volume deletion in CloudByte storage by making this many number of attempts." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:50(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:68(td) msgid "(IntOpt) A retry value in seconds. Will be used by the driver to check if volume deletion was successful in CloudByte storage." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:53(replaceable) +#: ./doc/common/tables/cinder-cloudbyte.xml:71(replaceable) msgid "{'compression': 'off', 'deduplication': 'off', 'blocklength': '512B', 'sync': 'always', 'protocoltype': 'ISCSI', 'recordsize': '16k'}" msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:54(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:72(td) msgid "(DictOpt) These values will be used for CloudByte storage's createVolume API call." msgstr "" -#: ./doc/common/tables/cinder-cloudbyte.xml:58(td) +#: ./doc/common/tables/cinder-cloudbyte.xml:76(td) msgid "(StrOpt) This corresponds to the name of Tenant Storage Machine (TSM) in CloudByte storage. A volume will be created in this TSM." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:30(td) +#: ./doc/common/tables/nova-vmware.xml:48(td) msgid "(StrOpt) The prefix for where cached images are stored. This is NOT the full path - just a folder prefix. This should only be used when a datastore cache should be shared between compute nodes. Note: this should only be used when the compute nodes have a shared file system." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:34(td) +#: ./doc/common/tables/nova-vmware.xml:52(td) msgid "(StrOpt) Name of a VMware Cluster ComputeResource." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:42(td) +#: ./doc/common/tables/nova-vmware.xml:60(td) msgid "(StrOpt) Regex to match the name of a datastore." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:66(td) +#: ./doc/common/tables/nova-vmware.xml:84(td) msgid "(StrOpt) Name of Integration Bridge" msgstr "" -#: ./doc/common/tables/nova-vmware.xml:74(td) +#: ./doc/common/tables/nova-vmware.xml:92(td) msgid "(StrOpt) The PBM default policy. If pbm_wsdl_location is set and there is no defined storage policy for the specific request then this policy will be used." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:78(td) +#: ./doc/common/tables/nova-vmware.xml:96(td) msgid "(BoolOpt) The PBM status." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:82(td) +#: ./doc/common/tables/nova-vmware.xml:100(td) msgid "(StrOpt) PBM service WSDL file location URL. e.g. file:///opt/SDK/spbm/wsdl/pbmService.wsdl Not setting this will disable storage policy based placement of instances." msgstr "" -#: ./doc/common/tables/nova-vmware.xml:98(td) +#: ./doc/common/tables/nova-vmware.xml:116(td) msgid "(BoolOpt) Whether to use linked clone" msgstr "" -#: ./doc/common/tables/nova-vmware.xml:102(td) +#: ./doc/common/tables/nova-vmware.xml:120(td) msgid "(StrOpt) Optional VIM Service WSDL Location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds" msgstr "" @@ -23342,95 +23546,95 @@ msgstr "" msgid "(StrOpt) OVS Peer patch port in tunnel bridge to MPLS bridge(traffic to MPLS bridge)" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:7(caption) +#: ./doc/common/tables/trove-db_vertica.xml:25(caption) msgid "Description of Vertica database configuration options" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:18(th) +#: ./doc/common/tables/trove-db_vertica.xml:36(th) msgid "[vertica]" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:21(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:39(replaceable) msgid "trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:38(td) +#: ./doc/common/tables/trove-db_vertica.xml:56(td) msgid "(IntOpt) Number of members in Vertica cluster." msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:49(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:67(replaceable) msgid "trove.common.strategies.cluster.experimental.vertica.guestagent.VerticaGuestAgentStrategy" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:53(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:71(replaceable) msgid "/var/lib/vertica" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:58(td) +#: ./doc/common/tables/trove-db_vertica.xml:76(td) msgid "(IntOpt) Size(MB) to be set as readahead_size for data volume" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:69(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:87(replaceable) msgid "trove.extensions.vertica.service.VerticaRootController" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:70(td) +#: ./doc/common/tables/trove-db_vertica.xml:88(td) msgid "(StrOpt) Root controller implementation for Vertica." msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:73(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:91(replaceable) msgid "trove.common.strategies.cluster.experimental.vertica.taskmanager.VerticaTaskManagerStrategy" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:77(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:95(replaceable) msgid "5433, 5434, 22, 5444, 5450, 4803" msgstr "" -#: ./doc/common/tables/trove-db_vertica.xml:81(replaceable) +#: ./doc/common/tables/trove-db_vertica.xml:99(replaceable) msgid "5433, 4803, 4804, 6453" msgstr "" -#: ./doc/common/tables/manila-emc.xml:7(caption) +#: ./doc/common/tables/manila-emc.xml:25(caption) msgid "Description of EMC Share Drivers configuration options" msgstr "" -#: ./doc/common/tables/manila-emc.xml:22(td) +#: ./doc/common/tables/manila-emc.xml:40(td) msgid "(StrOpt) User name for the EMC server." msgstr "" -#: ./doc/common/tables/manila-emc.xml:26(td) +#: ./doc/common/tables/manila-emc.xml:44(td) msgid "(StrOpt) Password for the EMC server." msgstr "" -#: ./doc/common/tables/manila-emc.xml:30(td) +#: ./doc/common/tables/manila-emc.xml:48(td) msgid "(StrOpt) EMC pool name." msgstr "" -#: ./doc/common/tables/manila-emc.xml:34(td) +#: ./doc/common/tables/manila-emc.xml:52(td) msgid "(StrOpt) The root directory where shares will be located." msgstr "" -#: ./doc/common/tables/manila-emc.xml:38(td) +#: ./doc/common/tables/manila-emc.xml:56(td) msgid "(StrOpt) EMC server hostname or IP address." msgstr "" -#: ./doc/common/tables/manila-emc.xml:41(replaceable) +#: ./doc/common/tables/manila-emc.xml:59(replaceable) msgid "server_2" msgstr "" -#: ./doc/common/tables/manila-emc.xml:42(td) +#: ./doc/common/tables/manila-emc.xml:60(td) msgid "(StrOpt) Container of share servers." msgstr "" -#: ./doc/common/tables/manila-emc.xml:46(td) +#: ./doc/common/tables/manila-emc.xml:64(td) msgid "(IntOpt) Port number for the EMC server." msgstr "" -#: ./doc/common/tables/manila-emc.xml:50(td) +#: ./doc/common/tables/manila-emc.xml:68(td) msgid "(BoolOpt) Use secure connection to server." msgstr "" -#: ./doc/common/tables/manila-emc.xml:54(td) +#: ./doc/common/tables/manila-emc.xml:72(td) msgid "(StrOpt) Share backend." msgstr "" @@ -23446,343 +23650,343 @@ msgstr "" msgid "(IntOpt) Delay within which agent is expected to update existing ports whent it restarts" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:7(caption) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:25(caption) msgid "Description of ZFS Storage Appliance NFS driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:21(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:25(replaceable) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:39(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:43(replaceable) msgid "os-cinder-cache" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:22(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:40(td) msgid "(StrOpt) Name of directory inside zfssa_nfs_share where cache volumes are stored." msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:26(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:44(td) msgid "(StrOpt) Name of ZFSSA project where cache volumes are stored." msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:30(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:48(td) msgid "(StrOpt) Data path IP address" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:34(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:52(td) msgid "(BoolOpt) Flag to enable local caching: True, False." msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:38(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:56(td) msgid "(StrOpt) HTTPS port number" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:42(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:60(td) msgid "(StrOpt) Options to be passed while mounting share over nfs" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:49(replaceable) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:67(replaceable) msgid "NFSProject" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:53(replaceable) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:71(replaceable) msgid "nfs_share" msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:54(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:72(td) msgid "(StrOpt) Share name." msgstr "" -#: ./doc/common/tables/cinder-zfssa-nfs.xml:62(td) +#: ./doc/common/tables/cinder-zfssa-nfs.xml:80(td) msgid "(StrOpt) Synchronous write bias-latency, throughput." msgstr "" -#: ./doc/common/tables/ceilometer-notification.xml:22(td) +#: ./doc/common/tables/ceilometer-notification.xml:40(td) msgid "(BoolOpt) WARNING: Ceilometer historically offered the ability to store events as meters. This usage is NOT advised as it can flood the metering database and cause performance degradation." msgstr "" -#: ./doc/common/tables/ceilometer-notification.xml:26(td) +#: ./doc/common/tables/ceilometer-notification.xml:44(td) msgid "(IntOpt) Number of queues to parallelize workload across. This value should be larger than the number of active notification agents for optimal results." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:7(caption) +#: ./doc/common/tables/cinder-hp3par.xml:25(caption) msgid "Description of HP 3PAR Fibre Channel and iSCSI drivers configuration options" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:26(td) +#: ./doc/common/tables/cinder-hp3par.xml:44(td) msgid "(ListOpt) List of the CPG(s) to use for volume creation" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:30(td) +#: ./doc/common/tables/cinder-hp3par.xml:48(td) msgid "(StrOpt) The CPG to use for Snapshots for volumes. If empty the userCPG will be used." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:38(td) +#: ./doc/common/tables/cinder-hp3par.xml:56(td) msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:42(td) +#: ./doc/common/tables/cinder-hp3par.xml:60(td) msgid "(ListOpt) List of target iSCSI addresses to use." msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:50(td) +#: ./doc/common/tables/cinder-hp3par.xml:68(td) msgid "(StrOpt) The time in hours when a snapshot expires and is deleted. This must be larger than expiration" msgstr "" -#: ./doc/common/tables/cinder-hp3par.xml:54(td) +#: ./doc/common/tables/cinder-hp3par.xml:72(td) msgid "(StrOpt) The time in hours to retain a snapshot. You can't delete it before this expires." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:22(td) -msgid "(IntOpt) Number of times VMware vCenter server API must be retried upon connection related issues." +#: ./doc/common/tables/cinder-vmware.xml:40(td) +msgid "(IntOpt) Number of times VMware ESX/vCenter server API must be retried upon connection related issues." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:30(td) +#: ./doc/common/tables/cinder-vmware.xml:48(td) msgid "(MultiStrOpt) Name of a vCenter compute cluster where volumes should be created." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:34(td) -msgid "(StrOpt) IP address for connecting to VMware vCenter server." +#: ./doc/common/tables/cinder-vmware.xml:52(td) +msgid "(StrOpt) IP address for connecting to VMware ESX/vCenter server." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:38(td) -msgid "(StrOpt) Password for authenticating with VMware vCenter server." +#: ./doc/common/tables/cinder-vmware.xml:56(td) +msgid "(StrOpt) Password for authenticating with VMware ESX/vCenter server." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:42(td) -msgid "(StrOpt) Username for authenticating with VMware vCenter server." +#: ./doc/common/tables/cinder-vmware.xml:60(td) +msgid "(StrOpt) Username for authenticating with VMware ESX/vCenter server." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:46(td) +#: ./doc/common/tables/cinder-vmware.xml:64(td) msgid "(StrOpt) Optional string specifying the VMware vCenter server version. The driver attempts to retrieve the version from VMware vCenter server. Set this configuration only if you want to override the vCenter server version." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:50(td) +#: ./doc/common/tables/cinder-vmware.xml:68(td) msgid "(IntOpt) Timeout in seconds for VMDK volume transfer between Cinder and Glance." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:54(td) +#: ./doc/common/tables/cinder-vmware.xml:72(td) msgid "(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if \"vmware_ca_file\" is set." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:58(td) +#: ./doc/common/tables/cinder-vmware.xml:76(td) msgid "(IntOpt) Max number of objects to be retrieved per batch. Query results will be obtained in batches from the server and not in one shot. Server may still limit the count to something less than the configured value." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:62(td) -msgid "(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware vCenter server." +#: ./doc/common/tables/cinder-vmware.xml:80(td) +msgid "(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/vCenter server." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:66(td) +#: ./doc/common/tables/cinder-vmware.xml:84(td) msgid "(StrOpt) Directory where virtual disks are stored during volume backup and restore." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:69(replaceable) +#: ./doc/common/tables/cinder-vmware.xml:87(replaceable) msgid "Volumes" msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:70(td) +#: ./doc/common/tables/cinder-vmware.xml:88(td) msgid "(StrOpt) Name of the vCenter inventory folder that will contain Cinder volumes. This folder will be created under \"OpenStack/<project_folder>\", where project_folder is of format \"Project (<volume_project_id>)\"." msgstr "" -#: ./doc/common/tables/cinder-vmware.xml:74(td) +#: ./doc/common/tables/cinder-vmware.xml:92(td) msgid "(StrOpt) Optional VIM service WSDL Location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds." msgstr "" -#: ./doc/common/tables/manila-logging.xml:7(caption) +#: ./doc/common/tables/manila-logging.xml:25(caption) msgid "Description of Logging configuration options" msgstr "" -#: ./doc/common/tables/manila-logging.xml:34(td) +#: ./doc/common/tables/manila-logging.xml:52(td) msgid "(BoolOpt) Whether to make exception message format errors fatal." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:7(caption) +#: ./doc/common/tables/nova-libvirt.xml:25(caption) msgid "Description of Libvirt configuration options" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:22(td) +#: ./doc/common/tables/nova-libvirt.xml:40(td) msgid "(BoolOpt) Should unused base images be removed?" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:26(td) +#: ./doc/common/tables/nova-libvirt.xml:44(td) msgid "(IntOpt) Unused unresized base images younger than this will not be removed" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:32(replaceable) +#: ./doc/common/tables/nova-libvirt.xml:50(replaceable) msgid "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED, VIR_MIGRATE_NON_SHARED_INC" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:33(td) +#: ./doc/common/tables/nova-libvirt.xml:51(td) msgid "(StrOpt) Migration flags to be set for block migration" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:37(td) +#: ./doc/common/tables/nova-libvirt.xml:55(td) msgid "(BoolOpt) Write a checksum for files in _base to disk" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:41(td) +#: ./doc/common/tables/nova-libvirt.xml:59(td) msgid "(IntOpt) How frequently to checksum base images" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:45(td) +#: ./doc/common/tables/nova-libvirt.xml:63(td) msgid "(StrOpt) Override the default libvirt URI (which is dependent on virt_type)" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:49(td) +#: ./doc/common/tables/nova-libvirt.xml:67(td) msgid "(StrOpt) Set to \"host-model\" to clone the host CPU feature flags; to \"host-passthrough\" to use the host CPU model exactly; to \"custom\" to use a named CPU model; to \"none\" to not set any CPU model. If virt_type=\"kvm|qemu\", it will default to \"host-model\", otherwise it will default to \"none\"" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:53(td) +#: ./doc/common/tables/nova-libvirt.xml:71(td) msgid "(StrOpt) Set to a named libvirt CPU model (see names listed in /usr/share/libvirt/cpu_map.xml). Only has effect if cpu_mode=\"custom\" and virt_type=\"kvm|qemu\"" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:57(td) +#: ./doc/common/tables/nova-libvirt.xml:75(td) msgid "(ListOpt) Specific cachemodes to use for different disk types e.g: file=directsync,block=none" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:61(td) +#: ./doc/common/tables/nova-libvirt.xml:79(td) msgid "(StrOpt) Override the default disk prefix for the devices attached to a server, which is dependent on virt_type. (valid options are: sd, xvd, uvd, vd)" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:65(td) +#: ./doc/common/tables/nova-libvirt.xml:83(td) msgid "(ListOpt) List of guid targets and ranges.Syntax is guest-gid:host-gid:countMaximum of 5 allowed." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:69(td) +#: ./doc/common/tables/nova-libvirt.xml:87(td) msgid "(StrOpt) Discard option for nova managed disks. Need Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2 format)" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:73(td) +#: ./doc/common/tables/nova-libvirt.xml:91(td) msgid "(ListOpt) For qemu or KVM guests, set this option to specify a default machine type per host architecture. You can find a list of supported machine types in your environment by checking the output of the \"virsh capabilities\"command. The format of the value for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:76(replaceable) +#: ./doc/common/tables/nova-libvirt.xml:94(replaceable) msgid "$instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:77(td) +#: ./doc/common/tables/nova-libvirt.xml:95(td) msgid "(StrOpt) Allows image information files to be stored in non-standard locations" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:81(td) +#: ./doc/common/tables/nova-libvirt.xml:99(td) msgid "(StrOpt) Path to the ceph configuration file to use" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:85(td) +#: ./doc/common/tables/nova-libvirt.xml:103(td) msgid "(StrOpt) The RADOS pool in which rbd volumes are stored" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:89(td) +#: ./doc/common/tables/nova-libvirt.xml:107(td) msgid "(StrOpt) VM Images format. If default is specified, then use_cow_images flag is used instead of this one." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:93(td) +#: ./doc/common/tables/nova-libvirt.xml:111(td) msgid "(StrOpt) LVM Volume Group that is used for VM images, when you specify images_type=lvm." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:97(td) +#: ./doc/common/tables/nova-libvirt.xml:115(td) msgid "(BoolOpt) Inject the ssh public key at boot time" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:100(replaceable) +#: ./doc/common/tables/nova-libvirt.xml:118(replaceable) msgid "-2" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:101(td) +#: ./doc/common/tables/nova-libvirt.xml:119(td) msgid "(IntOpt) The partition to inject to : -2 => disable, -1 => inspect (libguestfs only), 0 => not partitioned, >0 => partition number" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:105(td) +#: ./doc/common/tables/nova-libvirt.xml:123(td) msgid "(BoolOpt) Inject the admin password at boot time, without an agent." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:109(td) +#: ./doc/common/tables/nova-libvirt.xml:127(td) msgid "(StrOpt) The iSCSI transport iface to use to connect to target in case offload support is desired. Default format is of the form <transport_name>.<hwaddress> where <transport_name> is one of (be2iscsi, bnx2i, cxgb3i, cxgb4i, qla4xxx, ocs) and <hwaddress> is the MAC address of the interface and can be generated via the iscsiadm -m iface command. Do not confuse the iscsi_iface parameter to be provided here with the actual transport name." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:113(td) +#: ./doc/common/tables/nova-libvirt.xml:131(td) msgid "(BoolOpt) Use multipath connection of the iSCSI volume" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:117(td) +#: ./doc/common/tables/nova-libvirt.xml:135(td) msgid "(BoolOpt) Use multipath connection of the iSER volume" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:121(td) +#: ./doc/common/tables/nova-libvirt.xml:139(td) msgid "(IntOpt) A number of seconds to memory usage statistics period. Zero or negative value mean to disable memory usage statistics." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:125(td) +#: ./doc/common/tables/nova-libvirt.xml:143(td) msgid "(BoolOpt) DEPRECATED: Should unused kernel images be removed? This is only safe to enable if all compute nodes have been updated to support this option (running Grizzly or newer level compute). This will be the default behavior in the 13.0.0 release." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:129(td) +#: ./doc/common/tables/nova-libvirt.xml:147(td) msgid "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:133(td) +#: ./doc/common/tables/nova-libvirt.xml:151(td) msgid "(StrOpt) Rescue ami image. This will not be used if an image id is provided by the user." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:137(td) +#: ./doc/common/tables/nova-libvirt.xml:155(td) msgid "(StrOpt) Rescue aki image" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:141(td) +#: ./doc/common/tables/nova-libvirt.xml:159(td) msgid "(StrOpt) Rescue ari image" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:145(td) +#: ./doc/common/tables/nova-libvirt.xml:163(td) msgid "(StrOpt) A path to a device that will be used as source of entropy on the host. Permitted options are: /dev/random or /dev/hwrng" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:149(td) +#: ./doc/common/tables/nova-libvirt.xml:167(td) msgid "(BoolOpt) Compress snapshot images when possible. This currently applies exclusively to qcow2 images" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:153(td) +#: ./doc/common/tables/nova-libvirt.xml:171(td) msgid "(StrOpt) Snapshot image format. Defaults to same as source image" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:156(replaceable) +#: ./doc/common/tables/nova-libvirt.xml:174(replaceable) msgid "$instances_path/snapshots" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:157(td) +#: ./doc/common/tables/nova-libvirt.xml:175(td) msgid "(StrOpt) Location where libvirt driver will store snapshots before uploading them to image service" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:161(td) +#: ./doc/common/tables/nova-libvirt.xml:179(td) msgid "(BoolOpt) Create sparse logical volumes (with virtualsize) if this flag is set to True." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:165(td) +#: ./doc/common/tables/nova-libvirt.xml:183(td) msgid "(StrOpt) The data source used to the populate the host \"serial\" UUID exposed to guest in the virtual BIOS." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:169(td) +#: ./doc/common/tables/nova-libvirt.xml:187(td) msgid "(ListOpt) List of uid targets and ranges.Syntax is guest-uid:host-uid:countMaximum of 5 allowed." msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:173(td) +#: ./doc/common/tables/nova-libvirt.xml:191(td) msgid "(BoolOpt) Sync virtual and real mouse cursors in Windows VMs" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:177(td) +#: ./doc/common/tables/nova-libvirt.xml:195(td) msgid "(BoolOpt) Use virtio for bridge interfaces with KVM/QEMU" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:181(td) +#: ./doc/common/tables/nova-libvirt.xml:199(td) msgid "(StrOpt) Libvirt domain type" msgstr "" -#: ./doc/common/tables/nova-libvirt.xml:185(td) +#: ./doc/common/tables/nova-libvirt.xml:203(td) msgid "(StrOpt) Method used to wipe old volumes." msgstr "" -#: ./doc/common/tables/glance-ca.xml:26(td) +#: ./doc/common/tables/glance-ca.xml:44(td) msgid "(StrOpt) Certificate file to use when starting API server securely." msgstr "" -#: ./doc/common/tables/glance-ca.xml:30(td) +#: ./doc/common/tables/glance-ca.xml:48(td) msgid "(StrOpt) Private key file to use when starting API server securely." msgstr "" @@ -23826,287 +24030,283 @@ msgstr "" msgid "(StrOpt) PLUMgrid Director admin username" msgstr "" -#: ./doc/common/tables/cinder-auth.xml:22(td) -msgid "(StrOpt) The strategy to use for auth. Supports noauth or keystone." -msgstr "" - -#: ./doc/common/tables/nova-xen.xml:7(caption) +#: ./doc/common/tables/nova-xen.xml:25(caption) msgid "Description of Xen configuration options" msgstr "" -#: ./doc/common/tables/nova-xen.xml:21(replaceable) +#: ./doc/common/tables/nova-xen.xml:39(replaceable) msgid "nova.console.xvp.XVPConsoleProxy" msgstr "" -#: ./doc/common/tables/nova-xen.xml:22(td) +#: ./doc/common/tables/nova-xen.xml:40(td) msgid "(StrOpt) Driver to use for the console proxy" msgstr "" -#: ./doc/common/tables/nova-xen.xml:25(replaceable) +#: ./doc/common/tables/nova-xen.xml:43(replaceable) msgid "/etc/xvp.conf" msgstr "" -#: ./doc/common/tables/nova-xen.xml:26(td) +#: ./doc/common/tables/nova-xen.xml:44(td) msgid "(StrOpt) Generated XVP conf file" msgstr "" -#: ./doc/common/tables/nova-xen.xml:29(replaceable) +#: ./doc/common/tables/nova-xen.xml:47(replaceable) msgid "$pybasedir/nova/console/xvp.conf.template" msgstr "" -#: ./doc/common/tables/nova-xen.xml:30(td) +#: ./doc/common/tables/nova-xen.xml:48(td) msgid "(StrOpt) XVP conf template" msgstr "" -#: ./doc/common/tables/nova-xen.xml:33(replaceable) +#: ./doc/common/tables/nova-xen.xml:51(replaceable) msgid "/var/log/xvp.log" msgstr "" -#: ./doc/common/tables/nova-xen.xml:34(td) +#: ./doc/common/tables/nova-xen.xml:52(td) msgid "(StrOpt) XVP log file" msgstr "" -#: ./doc/common/tables/nova-xen.xml:38(td) +#: ./doc/common/tables/nova-xen.xml:56(td) msgid "(IntOpt) Port for XVP to multiplex VNC connections on" msgstr "" -#: ./doc/common/tables/nova-xen.xml:41(replaceable) +#: ./doc/common/tables/nova-xen.xml:59(replaceable) msgid "/var/run/xvp.pid" msgstr "" -#: ./doc/common/tables/nova-xen.xml:42(td) +#: ./doc/common/tables/nova-xen.xml:60(td) msgid "(StrOpt) XVP master process pid file" msgstr "" -#: ./doc/common/tables/nova-xen.xml:46(td) +#: ./doc/common/tables/nova-xen.xml:64(td) msgid "(BoolOpt) Stub calls to compute worker for tests" msgstr "" -#: ./doc/common/tables/nova-xen.xml:52(replaceable) +#: ./doc/common/tables/nova-xen.xml:70(replaceable) msgid "/usr/lib/xen/boot/hvmloader" msgstr "" -#: ./doc/common/tables/nova-xen.xml:53(td) +#: ./doc/common/tables/nova-xen.xml:71(td) msgid "(StrOpt) Location where the Xen hvmloader is kept" msgstr "" -#: ./doc/common/tables/nova-xen.xml:59(replaceable) +#: ./doc/common/tables/nova-xen.xml:77(replaceable) msgid "usr/sbin/xe-update-networking" msgstr "" -#: ./doc/common/tables/nova-xen.xml:60(td) +#: ./doc/common/tables/nova-xen.xml:78(td) msgid "(StrOpt) Specifies the path in which the XenAPI guest agent should be located. If the agent is present, network configuration is not injected into the image. Used if compute_driver=xenapi.XenAPIDriver and flat_injected=True" msgstr "" -#: ./doc/common/tables/nova-xen.xml:64(td) +#: ./doc/common/tables/nova-xen.xml:82(td) msgid "(IntOpt) Number of seconds to wait for agent reply to resetnetwork request" msgstr "" -#: ./doc/common/tables/nova-xen.xml:68(td) +#: ./doc/common/tables/nova-xen.xml:86(td) msgid "(IntOpt) Number of seconds to wait for agent reply" msgstr "" -#: ./doc/common/tables/nova-xen.xml:72(td) +#: ./doc/common/tables/nova-xen.xml:90(td) msgid "(IntOpt) Number of seconds to wait for agent to be fully operational" msgstr "" -#: ./doc/common/tables/nova-xen.xml:75(replaceable) +#: ./doc/common/tables/nova-xen.xml:93(replaceable) msgid "all" msgstr "" -#: ./doc/common/tables/nova-xen.xml:76(td) +#: ./doc/common/tables/nova-xen.xml:94(td) msgid "(StrOpt) Cache glance images locally. `all` will cache all images, `some` will only cache images that have the image_property `cache_in_nova=True`, and `none` turns off caching entirely" msgstr "" -#: ./doc/common/tables/nova-xen.xml:80(td) +#: ./doc/common/tables/nova-xen.xml:98(td) msgid "(BoolOpt) Ensure compute service is running on host XenAPI connects to." msgstr "" -#: ./doc/common/tables/nova-xen.xml:84(td) +#: ./doc/common/tables/nova-xen.xml:102(td) msgid "(IntOpt) Maximum number of concurrent XenAPI connections. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:88(td) +#: ./doc/common/tables/nova-xen.xml:106(td) msgid "(StrOpt) Password for connection to XenServer/Xen Cloud Platform. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:92(td) +#: ./doc/common/tables/nova-xen.xml:110(td) msgid "(StrOpt) URL for connection to XenServer/Xen Cloud Platform. A special value of unix://local can be used to connect to the local unix socket. Required if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:96(td) +#: ./doc/common/tables/nova-xen.xml:114(td) msgid "(StrOpt) Username for connection to XenServer/Xen Cloud Platform. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:99(replaceable) +#: ./doc/common/tables/nova-xen.xml:117(replaceable) msgid "linux" msgstr "" -#: ./doc/common/tables/nova-xen.xml:100(td) +#: ./doc/common/tables/nova-xen.xml:118(td) msgid "(StrOpt) Default OS type" msgstr "" -#: ./doc/common/tables/nova-xen.xml:104(td) +#: ./doc/common/tables/nova-xen.xml:122(td) msgid "(BoolOpt) Disables the use of the XenAPI agent in any image regardless of what image properties are present." msgstr "" -#: ./doc/common/tables/nova-xen.xml:108(td) +#: ./doc/common/tables/nova-xen.xml:126(td) msgid "(IntOpt) Compression level for images, e.g., 9 for gzip -9. Range is 1-9, 9 being most compressed but most CPU intensive on dom0." msgstr "" -#: ./doc/common/tables/nova-xen.xml:111(replaceable) +#: ./doc/common/tables/nova-xen.xml:129(replaceable) msgid "nova.virt.xenapi.image.glance.GlanceStore" msgstr "" -#: ./doc/common/tables/nova-xen.xml:112(td) +#: ./doc/common/tables/nova-xen.xml:130(td) msgid "(StrOpt) Dom0 plugin driver used to handle image uploads." msgstr "" -#: ./doc/common/tables/nova-xen.xml:116(td) +#: ./doc/common/tables/nova-xen.xml:134(td) msgid "(IntOpt) Number of seconds to wait for an SR to settle if the VDI does not exist when first introduced" msgstr "" -#: ./doc/common/tables/nova-xen.xml:120(td) +#: ./doc/common/tables/nova-xen.xml:138(td) msgid "(StrOpt) URL to the iPXE boot menu" msgstr "" -#: ./doc/common/tables/nova-xen.xml:123(replaceable) +#: ./doc/common/tables/nova-xen.xml:141(replaceable) msgid "mkisofs" msgstr "" -#: ./doc/common/tables/nova-xen.xml:128(td) +#: ./doc/common/tables/nova-xen.xml:146(td) msgid "(StrOpt) Name of network to use for booting iPXE ISOs" msgstr "" -#: ./doc/common/tables/nova-xen.xml:131(replaceable) +#: ./doc/common/tables/nova-xen.xml:149(replaceable) msgid "iqn.2010-10.org.openstack" msgstr "" -#: ./doc/common/tables/nova-xen.xml:132(td) +#: ./doc/common/tables/nova-xen.xml:150(td) msgid "(StrOpt) IQN Prefix" msgstr "" -#: ./doc/common/tables/nova-xen.xml:140(td) +#: ./doc/common/tables/nova-xen.xml:158(td) msgid "(IntOpt) Maximum size in bytes of kernel or ramdisk images" msgstr "" -#: ./doc/common/tables/nova-xen.xml:144(td) +#: ./doc/common/tables/nova-xen.xml:162(td) msgid "(IntOpt) Maximum number of retries to unplug VBD. if <=0, should try once and no retry" msgstr "" -#: ./doc/common/tables/nova-xen.xml:147(replaceable) +#: ./doc/common/tables/nova-xen.xml:165(replaceable) msgid "xapi1" msgstr "" -#: ./doc/common/tables/nova-xen.xml:152(td) +#: ./doc/common/tables/nova-xen.xml:170(td) msgid "(BoolOpt) Used to enable the remapping of VBD dev (Works around an issue in Ubuntu Maverick)" msgstr "" -#: ./doc/common/tables/nova-xen.xml:155(replaceable) +#: ./doc/common/tables/nova-xen.xml:173(replaceable) msgid "sd" msgstr "" -#: ./doc/common/tables/nova-xen.xml:156(td) +#: ./doc/common/tables/nova-xen.xml:174(td) msgid "(StrOpt) Specify prefix to remap VBD dev to (ex. /dev/xvdb -> /dev/sdb)" msgstr "" -#: ./doc/common/tables/nova-xen.xml:160(td) +#: ./doc/common/tables/nova-xen.xml:178(td) msgid "(IntOpt) Number of seconds to wait for instance to go to running state" msgstr "" -#: ./doc/common/tables/nova-xen.xml:164(td) +#: ./doc/common/tables/nova-xen.xml:182(td) msgid "(BoolOpt) Whether to use sparse_copy for copying data on a resize down (False will use standard dd). This speeds up resizes down considerably since large runs of zeros won't have to be rsynced" msgstr "" -#: ./doc/common/tables/nova-xen.xml:167(replaceable) +#: ./doc/common/tables/nova-xen.xml:185(replaceable) msgid "/var/run/sr-mount" msgstr "" -#: ./doc/common/tables/nova-xen.xml:168(td) +#: ./doc/common/tables/nova-xen.xml:186(td) msgid "(StrOpt) Base path to the storage repository" msgstr "" -#: ./doc/common/tables/nova-xen.xml:171(replaceable) +#: ./doc/common/tables/nova-xen.xml:189(replaceable) msgid "default-sr:true" msgstr "" -#: ./doc/common/tables/nova-xen.xml:172(td) +#: ./doc/common/tables/nova-xen.xml:190(td) msgid "(StrOpt) Filter for finding the SR to be used to install guest instances on. To use the Local Storage in default XenServer/XCP installations set this flag to other-config:i18n-key=local-storage. To select an SR with a different matching criteria, you could set it to other-config:my_favorite_sr=true. On the other hand, to fall back on the Default SR, as displayed by XenCenter, set this flag to: default-sr:true" msgstr "" -#: ./doc/common/tables/nova-xen.xml:176(td) +#: ./doc/common/tables/nova-xen.xml:194(td) msgid "(StrOpt) The iSCSI Target Host" msgstr "" -#: ./doc/common/tables/nova-xen.xml:180(td) +#: ./doc/common/tables/nova-xen.xml:198(td) msgid "(StrOpt) The iSCSI Target Port, default is port 3260" msgstr "" -#: ./doc/common/tables/nova-xen.xml:184(td) +#: ./doc/common/tables/nova-xen.xml:202(td) msgid "(StrOpt) Base URL for torrent files; must contain a slash character (see RFC 1808, step 6)" msgstr "" -#: ./doc/common/tables/nova-xen.xml:188(td) +#: ./doc/common/tables/nova-xen.xml:206(td) msgid "(IntOpt) Number of seconds a download can remain at the same progress percentage w/o being considered a stall" msgstr "" -#: ./doc/common/tables/nova-xen.xml:192(td) +#: ./doc/common/tables/nova-xen.xml:210(td) msgid "(StrOpt) Whether or not to download images via Bit Torrent." msgstr "" -#: ./doc/common/tables/nova-xen.xml:195(replaceable) +#: ./doc/common/tables/nova-xen.xml:213(replaceable) msgid "6891" msgstr "" -#: ./doc/common/tables/nova-xen.xml:196(td) +#: ./doc/common/tables/nova-xen.xml:214(td) msgid "(IntOpt) End of port range to listen on" msgstr "" -#: ./doc/common/tables/nova-xen.xml:199(replaceable) +#: ./doc/common/tables/nova-xen.xml:217(replaceable) msgid "6881" msgstr "" -#: ./doc/common/tables/nova-xen.xml:200(td) +#: ./doc/common/tables/nova-xen.xml:218(td) msgid "(IntOpt) Beginning of port range to listen on" msgstr "" -#: ./doc/common/tables/nova-xen.xml:204(td) +#: ./doc/common/tables/nova-xen.xml:222(td) msgid "(IntOpt) Cached torrent files not accessed within this number of seconds can be reaped" msgstr "" -#: ./doc/common/tables/nova-xen.xml:208(td) +#: ./doc/common/tables/nova-xen.xml:226(td) msgid "(IntOpt) Maximum number of seeder processes to run concurrently within a given dom0. (-1 = no limit)" msgstr "" -#: ./doc/common/tables/nova-xen.xml:212(td) +#: ./doc/common/tables/nova-xen.xml:230(td) msgid "(FloatOpt) Probability that peer will become a seeder. (1.0 = 100%)" msgstr "" -#: ./doc/common/tables/nova-xen.xml:216(td) +#: ./doc/common/tables/nova-xen.xml:234(td) msgid "(IntOpt) Number of seconds after downloading an image via BitTorrent that it should be seeded for other peers." msgstr "" -#: ./doc/common/tables/nova-xen.xml:220(td) +#: ./doc/common/tables/nova-xen.xml:238(td) msgid "(BoolOpt) Determines if the XenAPI agent should be used when the image used does not contain a hint to declare if the agent is present or not. The hint is a glance property \"xenapi_use_agent\" that has the value \"True\" or \"False\". Note that waiting for the agent when it is not present will significantly increase server boot times." msgstr "" -#: ./doc/common/tables/nova-xen.xml:224(td) +#: ./doc/common/tables/nova-xen.xml:242(td) msgid "(BoolOpt) To use for hosts with different CPUs" msgstr "" -#: ./doc/common/tables/nova-xen.xml:228(td) +#: ./doc/common/tables/nova-xen.xml:246(td) msgid "(IntOpt) Max number of times to poll for VHD to coalesce. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:232(td) +#: ./doc/common/tables/nova-xen.xml:250(td) msgid "(FloatOpt) The interval used for polling of coalescing vhds. Used only if compute_driver=xenapi.XenAPIDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:235(replaceable) +#: ./doc/common/tables/nova-xen.xml:253(replaceable) msgid "nova.virt.xenapi.vif.XenAPIBridgeDriver" msgstr "" -#: ./doc/common/tables/nova-xen.xml:236(td) +#: ./doc/common/tables/nova-xen.xml:254(td) msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." msgstr "" @@ -24118,43 +24318,43 @@ msgstr "" msgid "silver" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:7(caption) +#: ./doc/common/tables/nova-zookeeper.xml:25(caption) msgid "Description of Zookeeper configuration options" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:18(th) +#: ./doc/common/tables/nova-zookeeper.xml:36(th) msgid "[zookeeper]" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:22(td) +#: ./doc/common/tables/nova-zookeeper.xml:40(td) msgid "(StrOpt) The ZooKeeper addresses for servicegroup service in the format of host1:port,host2:port,host3:port" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:25(replaceable) +#: ./doc/common/tables/nova-zookeeper.xml:43(replaceable) msgid "4000" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:26(td) +#: ./doc/common/tables/nova-zookeeper.xml:44(td) msgid "(IntOpt) The recv_timeout parameter for the zk session" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:29(replaceable) +#: ./doc/common/tables/nova-zookeeper.xml:47(replaceable) msgid "/servicegroups" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:30(td) +#: ./doc/common/tables/nova-zookeeper.xml:48(td) msgid "(StrOpt) The prefix used in ZooKeeper to store ephemeral nodes" msgstr "" -#: ./doc/common/tables/nova-zookeeper.xml:34(td) +#: ./doc/common/tables/nova-zookeeper.xml:52(td) msgid "(IntOpt) Number of seconds to wait until retrying to join the session" msgstr "" -#: ./doc/common/tables/sahara-database.xml:21(replaceable) +#: ./doc/common/tables/sahara-database.xml:39(replaceable) msgid "sahara.db" msgstr "" -#: ./doc/common/tables/sahara-logging.xml:25(replaceable) +#: ./doc/common/tables/sahara-logging.xml:43(replaceable) msgid "amqplib=WARN, qpid.messaging=INFO, stevedore=INFO, eventlet.wsgi.server=WARN, sqlalchemy=WARN, boto=WARN, suds=INFO, keystone=INFO, paramiko=WARN, requests=WARN, iso8601=WARN, oslo_messaging=INFO, neutronclient=INFO" msgstr "" @@ -24514,95 +24714,95 @@ msgstr "" msgid "(StrOpt) Network scope ID for VXLAN virtual wires" msgstr "" -#: ./doc/common/tables/trove-swift.xml:30(td) +#: ./doc/common/tables/trove-swift.xml:48(td) msgid "(StrOpt) URL ending in AUTH_." msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:7(caption) +#: ./doc/common/tables/keystone-kvs.xml:25(caption) msgid "Description of KVS configuration options" msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:18(th) +#: ./doc/common/tables/keystone-kvs.xml:36(th) msgid "[kvs]" msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:22(td) +#: ./doc/common/tables/keystone-kvs.xml:40(td) msgid "(ListOpt) Extra dogpile.cache backend modules to register with the dogpile.cache library." msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:25(replaceable) +#: ./doc/common/tables/keystone-kvs.xml:43(replaceable) msgid "keystone.kvs" msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:26(td) +#: ./doc/common/tables/keystone-kvs.xml:44(td) msgid "(StrOpt) Prefix for building the configuration dictionary for the KVS region. This should not need to be changed unless there is another dogpile.cache region with the same configuration name." msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:30(td) +#: ./doc/common/tables/keystone-kvs.xml:48(td) msgid "(IntOpt) Default lock timeout (in seconds) for distributed locking." msgstr "" -#: ./doc/common/tables/keystone-kvs.xml:34(td) +#: ./doc/common/tables/keystone-kvs.xml:52(td) msgid "(BoolOpt) Toggle to disable using a key-mangling function to ensure fixed length keys. This is toggle-able for debugging purposes, it is highly recommended to always leave this set to true." msgstr "" -#: ./doc/common/tables/trove-backup.xml:7(caption) +#: ./doc/common/tables/trove-backup.xml:25(caption) msgid "Description of backup configuration options" msgstr "" -#: ./doc/common/tables/trove-backup.xml:21(replaceable) +#: ./doc/common/tables/trove-backup.xml:39(replaceable) msgid "default_aes_cbc_key" msgstr "" -#: ./doc/common/tables/trove-backup.xml:22(td) +#: ./doc/common/tables/trove-backup.xml:40(td) msgid "(StrOpt) Default OpenSSL aes_cbc key." msgstr "" -#: ./doc/common/tables/trove-backup.xml:26(td) +#: ./doc/common/tables/trove-backup.xml:44(td) msgid "(IntOpt) Chunk size (in bytes) to stream to the Swift container. This should be in multiples of 128 bytes, since this is the size of an md5 digest block allowing the process to update the file checksum during streaming. See: http://stackoverflow.com/questions/1131220/" msgstr "" -#: ./doc/common/tables/trove-backup.xml:29(replaceable) +#: ./doc/common/tables/trove-backup.xml:47(replaceable) msgid "trove.guestagent.backup.backup_types.InnoBackupEx" msgstr "" -#: ./doc/common/tables/trove-backup.xml:30(td) +#: ./doc/common/tables/trove-backup.xml:48(td) msgid "(StrOpt) Runner to use for backups." msgstr "" -#: ./doc/common/tables/trove-backup.xml:34(td) +#: ./doc/common/tables/trove-backup.xml:52(td) msgid "(DictOpt) Additional options to be passed to the backup runner." msgstr "" -#: ./doc/common/tables/trove-backup.xml:37(replaceable) +#: ./doc/common/tables/trove-backup.xml:55(replaceable) msgid "2147483648" msgstr "" -#: ./doc/common/tables/trove-backup.xml:38(td) +#: ./doc/common/tables/trove-backup.xml:56(td) msgid "(IntOpt) Maximum size (in bytes) of each segment of the backup file." msgstr "" -#: ./doc/common/tables/trove-backup.xml:41(replaceable) +#: ./doc/common/tables/trove-backup.xml:59(replaceable) msgid "database_backups" msgstr "" -#: ./doc/common/tables/trove-backup.xml:42(td) +#: ./doc/common/tables/trove-backup.xml:60(td) msgid "(StrOpt) Swift container to put backups in." msgstr "" -#: ./doc/common/tables/trove-backup.xml:46(td) +#: ./doc/common/tables/trove-backup.xml:64(td) msgid "(BoolOpt) Compress backups using gzip." msgstr "" -#: ./doc/common/tables/trove-backup.xml:50(td) +#: ./doc/common/tables/trove-backup.xml:68(td) msgid "(BoolOpt) Encrypt backups using OpenSSL." msgstr "" -#: ./doc/common/tables/trove-backup.xml:54(td) +#: ./doc/common/tables/trove-backup.xml:72(td) msgid "(BoolOpt) Send backup files over snet." msgstr "" -#: ./doc/common/tables/trove-backup.xml:58(td) +#: ./doc/common/tables/trove-backup.xml:76(td) msgid "(IntOpt) Page size for listing backups." msgstr "" @@ -24662,43 +24862,55 @@ msgstr "" msgid "(IntOpt) Number of seconds between sending events to nova if there are any events to send." msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:7(caption) +#: ./doc/common/tables/swift-rsyncd-object6030.xml:8(literal) +msgid "[object6030]" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6030.xml:20(replaceable) +msgid "/var/lock/object6030.lock" +msgstr "" + +#: ./doc/common/tables/swift-rsyncd-object6030.xml:28(replaceable) +msgid "/srv/3/node/" +msgstr "" + +#: ./doc/common/tables/sahara-timeouts.xml:25(caption) msgid "Description of timeouts configuration options" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:18(th) +#: ./doc/common/tables/sahara-timeouts.xml:36(th) msgid "[timeouts]" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:22(td) +#: ./doc/common/tables/sahara-timeouts.xml:40(td) msgid "(IntOpt) Wait for attaching volumes to instances, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:25(replaceable) ./doc/common/tables/sahara-timeouts.xml:29(replaceable) ./doc/common/tables/sahara-timeouts.xml:37(replaceable) ./doc/common/tables/sahara-timeouts.xml:41(replaceable) ./doc/common/tables/sahara-timeouts.xml:45(replaceable) +#: ./doc/common/tables/sahara-timeouts.xml:43(replaceable) ./doc/common/tables/sahara-timeouts.xml:47(replaceable) ./doc/common/tables/sahara-timeouts.xml:55(replaceable) ./doc/common/tables/sahara-timeouts.xml:59(replaceable) ./doc/common/tables/sahara-timeouts.xml:63(replaceable) msgid "10800" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:26(td) +#: ./doc/common/tables/sahara-timeouts.xml:44(td) msgid "(IntOpt) Wait for instances to become active, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:30(td) +#: ./doc/common/tables/sahara-timeouts.xml:48(td) msgid "(IntOpt) Wait for instances to be deleted, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:34(td) +#: ./doc/common/tables/sahara-timeouts.xml:52(td) msgid "(IntOpt) Timeout for detaching volumes from instance, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:38(td) +#: ./doc/common/tables/sahara-timeouts.xml:56(td) msgid "(IntOpt) Assign IPs timeout, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:42(td) +#: ./doc/common/tables/sahara-timeouts.xml:60(td) msgid "(IntOpt) Wait for volumes to become available, in seconds" msgstr "" -#: ./doc/common/tables/sahara-timeouts.xml:46(td) +#: ./doc/common/tables/sahara-timeouts.xml:64(td) msgid "(IntOpt) Wait for instance accessibility, in seconds" msgstr "" @@ -24718,183 +24930,183 @@ msgstr "" msgid "egg:swift#cname_lookup" msgstr "" -#: ./doc/common/tables/cinder-backups_tsm.xml:7(caption) +#: ./doc/common/tables/cinder-backups_tsm.xml:25(caption) msgid "Description of IBM Tivoli Storage Manager backup driver configuration options" msgstr "" -#: ./doc/common/tables/cinder-backups_tsm.xml:22(td) +#: ./doc/common/tables/cinder-backups_tsm.xml:40(td) msgid "(BoolOpt) Enable or Disable compression for backups" msgstr "" -#: ./doc/common/tables/cinder-backups_tsm.xml:26(td) +#: ./doc/common/tables/cinder-backups_tsm.xml:44(td) msgid "(StrOpt) TSM password for the running username" msgstr "" -#: ./doc/common/tables/cinder-backups_tsm.xml:29(replaceable) +#: ./doc/common/tables/cinder-backups_tsm.xml:47(replaceable) msgid "backup" msgstr "" -#: ./doc/common/tables/cinder-backups_tsm.xml:30(td) +#: ./doc/common/tables/cinder-backups_tsm.xml:48(td) msgid "(StrOpt) Volume prefix for the backup id when backing up to TSM" msgstr "" -#: ./doc/common/tables/keystone-amqp.xml:34(td) +#: ./doc/common/tables/keystone-amqp.xml:52(td) msgid "(StrOpt) Define the notification format for Identity Service events. A \"basic\" notification has information about the resource being operated on. A \"cadf\" notification has the same information, as well as information about the initiator of the event." msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:7(caption) +#: ./doc/common/tables/keystone-oauth.xml:25(caption) msgid "Description of OAuth configuration options" msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:18(th) +#: ./doc/common/tables/keystone-oauth.xml:36(th) msgid "[oauth1]" msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:22(td) +#: ./doc/common/tables/keystone-oauth.xml:40(td) msgid "(IntOpt) Duration (in seconds) for the OAuth Access Token." msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:26(td) +#: ./doc/common/tables/keystone-oauth.xml:44(td) msgid "(StrOpt) Entrypoint for hte OAuth backend driver in the keystone.oauth1 namespace." msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:29(replaceable) +#: ./doc/common/tables/keystone-oauth.xml:47(replaceable) msgid "28800" msgstr "" -#: ./doc/common/tables/keystone-oauth.xml:30(td) +#: ./doc/common/tables/keystone-oauth.xml:48(td) msgid "(IntOpt) Duration (in seconds) for the OAuth Request Token." msgstr "" -#: ./doc/common/tables/nova-api.xml:22(td) +#: ./doc/common/tables/nova-api.xml:40(td) msgid "(StrOpt) File name for the paste.deploy config for nova-api" msgstr "" -#: ./doc/common/tables/nova-api.xml:26(td) +#: ./doc/common/tables/nova-api.xml:44(td) msgid "(BoolOpt) Whether to use per-user rate limiting for the api. This option is only used by v2 api. Rate limiting is removed from v2.1 api." msgstr "" -#: ./doc/common/tables/nova-api.xml:37(replaceable) +#: ./doc/common/tables/nova-api.xml:55(replaceable) msgid "ec2, osapi_compute, metadata" msgstr "" -#: ./doc/common/tables/nova-api.xml:38(td) +#: ./doc/common/tables/nova-api.xml:56(td) msgid "(ListOpt) A list of APIs to enable by default" msgstr "" -#: ./doc/common/tables/nova-api.xml:42(td) +#: ./doc/common/tables/nova-api.xml:60(td) msgid "(ListOpt) A list of APIs with enabled SSL" msgstr "" -#: ./doc/common/tables/nova-api.xml:45(replaceable) +#: ./doc/common/tables/nova-api.xml:63(replaceable) msgid "instance-%08x" msgstr "" -#: ./doc/common/tables/nova-api.xml:46(td) +#: ./doc/common/tables/nova-api.xml:64(td) msgid "(StrOpt) Template string to be used to generate instance names" msgstr "" -#: ./doc/common/tables/nova-api.xml:53(replaceable) +#: ./doc/common/tables/nova-api.xml:71(replaceable) msgid "%(name)s-%(count)d" msgstr "" -#: ./doc/common/tables/nova-api.xml:54(td) +#: ./doc/common/tables/nova-api.xml:72(td) msgid "(StrOpt) When creating multiple instances with a single request using the os-multiple-create API extension, this template will be used to build the display name for each instance. The benefit is that the instances end up with different hostnames. To restore legacy behavior of every instance having the same name, set this option to \"%(name)s\". Valid keys for the template are: name, uuid, count." msgstr "" -#: ./doc/common/tables/nova-api.xml:57(replaceable) +#: ./doc/common/tables/nova-api.xml:75(replaceable) msgid "cache_in_nova, bittorrent" msgstr "" -#: ./doc/common/tables/nova-api.xml:58(td) +#: ./doc/common/tables/nova-api.xml:76(td) msgid "(ListOpt) These are image properties which a snapshot should not inherit from an instance" msgstr "" -#: ./doc/common/tables/nova-api.xml:61(replaceable) +#: ./doc/common/tables/nova-api.xml:79(replaceable) msgid "nokernel" msgstr "" -#: ./doc/common/tables/nova-api.xml:62(td) +#: ./doc/common/tables/nova-api.xml:80(td) msgid "(StrOpt) Kernel image that indicates not to use a kernel, but to use a raw disk image instead" msgstr "" -#: ./doc/common/tables/nova-api.xml:66(td) +#: ./doc/common/tables/nova-api.xml:84(td) msgid "(ListOpt) DEPRECATED: Specify list of extensions to load when using osapi_compute_extension option with nova.api.openstack.compute.legacy_v2.contrib.select_extensions This option will be removed in the near future. After that point you have to run all of the API." msgstr "" -#: ./doc/common/tables/nova-api.xml:69(replaceable) +#: ./doc/common/tables/nova-api.xml:87(replaceable) msgid "['nova.api.openstack.compute.legacy_v2.contrib.standard_extensions']" msgstr "" -#: ./doc/common/tables/nova-api.xml:70(td) +#: ./doc/common/tables/nova-api.xml:88(td) msgid "(MultiStrOpt) osapi compute extension to load. This option will be removed in the near future. After that point you have to run all of the API." msgstr "" -#: ./doc/common/tables/nova-api.xml:74(td) +#: ./doc/common/tables/nova-api.xml:92(td) msgid "(StrOpt) Base URL that will be presented to users in links to the OpenStack Compute API" msgstr "" -#: ./doc/common/tables/nova-api.xml:78(td) +#: ./doc/common/tables/nova-api.xml:96(td) msgid "(StrOpt) The IP address on which the OpenStack API will listen." msgstr "" -#: ./doc/common/tables/nova-api.xml:81(replaceable) +#: ./doc/common/tables/nova-api.xml:99(replaceable) msgid "8774" msgstr "" -#: ./doc/common/tables/nova-api.xml:82(td) +#: ./doc/common/tables/nova-api.xml:100(td) msgid "(IntOpt) The port on which the OpenStack API will listen." msgstr "" -#: ./doc/common/tables/nova-api.xml:86(td) +#: ./doc/common/tables/nova-api.xml:104(td) msgid "(IntOpt) Number of workers for OpenStack API service. The default will be the number of CPUs available." msgstr "" -#: ./doc/common/tables/nova-api.xml:89(replaceable) +#: ./doc/common/tables/nova-api.xml:107(replaceable) msgid "building" msgstr "" -#: ./doc/common/tables/nova-api.xml:90(td) +#: ./doc/common/tables/nova-api.xml:108(td) msgid "(ListOpt) List of instance states that should hide network info" msgstr "" -#: ./doc/common/tables/nova-api.xml:97(replaceable) +#: ./doc/common/tables/nova-api.xml:115(replaceable) msgid "db" msgstr "" -#: ./doc/common/tables/nova-api.xml:98(td) +#: ./doc/common/tables/nova-api.xml:116(td) msgid "(StrOpt) The driver for servicegroup service (valid options are: db, zk, mc)" msgstr "" -#: ./doc/common/tables/nova-api.xml:114(td) +#: ./doc/common/tables/nova-api.xml:132(td) msgid "(IntOpt) Size of the pool of greenthreads used by wsgi" msgstr "" -#: ./doc/common/tables/nova-api.xml:121(replaceable) +#: ./doc/common/tables/nova-api.xml:139(replaceable) msgid "%(client_ip)s \"%(request_line)s\" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f" msgstr "" -#: ./doc/common/tables/nova-api.xml:122(td) +#: ./doc/common/tables/nova-api.xml:140(td) msgid "(StrOpt) A python format string that is used as the template to generate log lines. The following values can be formatted into it: client_ip, date_time, request_line, status_code, body_length, wall_seconds." msgstr "" -#: ./doc/common/tables/nova-rdp.xml:7(caption) +#: ./doc/common/tables/nova-rdp.xml:25(caption) msgid "Description of RDP configuration options" msgstr "" -#: ./doc/common/tables/nova-rdp.xml:18(th) +#: ./doc/common/tables/nova-rdp.xml:36(th) msgid "[rdp]" msgstr "" -#: ./doc/common/tables/nova-rdp.xml:22(td) +#: ./doc/common/tables/nova-rdp.xml:40(td) msgid "(BoolOpt) Enable RDP related features" msgstr "" -#: ./doc/common/tables/nova-rdp.xml:25(replaceable) +#: ./doc/common/tables/nova-rdp.xml:43(replaceable) msgid "http://127.0.0.1:6083/" msgstr "" -#: ./doc/common/tables/nova-rdp.xml:26(td) +#: ./doc/common/tables/nova-rdp.xml:44(td) msgid "(StrOpt) Location of RDP html5 console proxy, in the form \"http://127.0.0.1:6083/\"" msgstr "" @@ -24918,67 +25130,67 @@ msgstr "" msgid "(StrOpt) The topic that aodh uses for alarm notifier messages." msgstr "" -#: ./doc/common/tables/trove-common.xml:22(td) +#: ./doc/common/tables/trove-common.xml:40(td) msgid "(IntOpt) Page size for listing configurations." msgstr "" -#: ./doc/common/tables/trove-common.xml:26(td) +#: ./doc/common/tables/trove-common.xml:44(td) msgid "(IntOpt) Page size for listing databases." msgstr "" -#: ./doc/common/tables/trove-common.xml:30(td) +#: ./doc/common/tables/trove-common.xml:48(td) msgid "(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance create request." msgstr "" -#: ./doc/common/tables/trove-common.xml:34(td) +#: ./doc/common/tables/trove-common.xml:52(td) msgid "(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call." msgstr "" -#: ./doc/common/tables/trove-common.xml:37(replaceable) +#: ./doc/common/tables/trove-common.xml:55(replaceable) msgid "36" msgstr "" -#: ./doc/common/tables/trove-common.xml:38(td) +#: ./doc/common/tables/trove-common.xml:56(td) msgid "(IntOpt) Character length of generated passwords." msgstr "" -#: ./doc/common/tables/trove-common.xml:46(td) +#: ./doc/common/tables/trove-common.xml:64(td) msgid "(ListOpt) Filetype endings not to be reattached to an ID by the utils method correct_id_with_req." msgstr "" -#: ./doc/common/tables/trove-common.xml:50(td) +#: ./doc/common/tables/trove-common.xml:68(td) msgid "(StrOpt) Host to listen for RPC messages." msgstr "" -#: ./doc/common/tables/trove-common.xml:57(replaceable) -msgid "/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/trove/trove" +#: ./doc/common/tables/trove-common.xml:75(replaceable) +msgid "/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/trove/trove" msgstr "" -#: ./doc/common/tables/trove-common.xml:58(td) +#: ./doc/common/tables/trove-common.xml:76(td) msgid "(StrOpt) Directory where the Trove python module is installed." msgstr "" -#: ./doc/common/tables/trove-common.xml:62(td) +#: ./doc/common/tables/trove-common.xml:80(td) msgid "(StrOpt) Set path to pydevd library, used if pydevd is not found in python sys.path." msgstr "" -#: ./doc/common/tables/trove-common.xml:65(replaceable) +#: ./doc/common/tables/trove-common.xml:83(replaceable) msgid "taskmanager" msgstr "" -#: ./doc/common/tables/trove-common.xml:66(td) +#: ./doc/common/tables/trove-common.xml:84(td) msgid "(StrOpt) Message queue name the Taskmanager will listen to." msgstr "" -#: ./doc/common/tables/trove-common.xml:69(replaceable) +#: ./doc/common/tables/trove-common.xml:87(replaceable) msgid "/etc/trove/templates/" msgstr "" -#: ./doc/common/tables/trove-common.xml:70(td) +#: ./doc/common/tables/trove-common.xml:88(td) msgid "(StrOpt) Path which leads to datastore templates." msgstr "" -#: ./doc/common/tables/trove-common.xml:74(td) +#: ./doc/common/tables/trove-common.xml:92(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a service to become alive." msgstr "" @@ -24998,71 +25210,71 @@ msgstr "" msgid "aodh" msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:7(caption) +#: ./doc/common/tables/cinder-lvm.xml:25(caption) msgid "Description of LVM configuration options" msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:21(replaceable) +#: ./doc/common/tables/cinder-lvm.xml:39(replaceable) msgid "/etc/cinder/lvm.conf" msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:22(td) +#: ./doc/common/tables/cinder-lvm.xml:40(td) msgid "(StrOpt) LVM conf file to use for the LVM driver in Cinder; this setting is ignored if the specified file does not exist (You can also specify 'None' to not use a conf file even if one exists)." msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:26(td) +#: ./doc/common/tables/cinder-lvm.xml:44(td) msgid "(IntOpt) If >0, create LVs with multiple mirrors. Note that this requires lvm_mirrors + 2 PVs with available space" msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:30(td) +#: ./doc/common/tables/cinder-lvm.xml:48(td) msgid "(StrOpt) Type of LVM volumes to deploy; (default, thin, or auto). Auto defaults to thin if thin is supported." msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:33(replaceable) +#: ./doc/common/tables/cinder-lvm.xml:51(replaceable) msgid "cinder-volumes" msgstr "" -#: ./doc/common/tables/cinder-lvm.xml:34(td) +#: ./doc/common/tables/cinder-lvm.xml:52(td) msgid "(StrOpt) Name for the VG that will contain exported volumes" msgstr "" -#: ./doc/common/tables/manila-winrm.xml:7(caption) +#: ./doc/common/tables/manila-winrm.xml:25(caption) msgid "Description of WinRM configuration options" msgstr "" -#: ./doc/common/tables/manila-winrm.xml:21(replaceable) +#: ./doc/common/tables/manila-winrm.xml:39(replaceable) msgid "~/.ssl/key.pem" msgstr "" -#: ./doc/common/tables/manila-winrm.xml:22(td) +#: ./doc/common/tables/manila-winrm.xml:40(td) msgid "(StrOpt) Path to the x509 certificate key." msgstr "" -#: ./doc/common/tables/manila-winrm.xml:25(replaceable) +#: ./doc/common/tables/manila-winrm.xml:43(replaceable) msgid "~/.ssl/cert.pem" msgstr "" -#: ./doc/common/tables/manila-winrm.xml:26(td) +#: ./doc/common/tables/manila-winrm.xml:44(td) msgid "(StrOpt) Path to the x509 certificate used for accessing the serviceinstance." msgstr "" -#: ./doc/common/tables/manila-winrm.xml:30(td) +#: ./doc/common/tables/manila-winrm.xml:48(td) msgid "(IntOpt) WinRM connection timeout." msgstr "" -#: ./doc/common/tables/manila-winrm.xml:34(td) +#: ./doc/common/tables/manila-winrm.xml:52(td) msgid "(IntOpt) WinRM operation timeout." msgstr "" -#: ./doc/common/tables/manila-winrm.xml:38(td) +#: ./doc/common/tables/manila-winrm.xml:56(td) msgid "(IntOpt) WinRM retry count." msgstr "" -#: ./doc/common/tables/manila-winrm.xml:42(td) +#: ./doc/common/tables/manila-winrm.xml:60(td) msgid "(IntOpt) WinRM retry interval in seconds" msgstr "" -#: ./doc/common/tables/manila-winrm.xml:46(td) +#: ./doc/common/tables/manila-winrm.xml:64(td) msgid "(BoolOpt) Use x509 certificates in order to authenticate to theservice instance." msgstr "" diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 2903a6d6b2..9db67dd025 100644 --- a/doc/common/locale/fr.po +++ b/doc/common/locale/fr.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1704,9 +1704,6 @@ msgstr "iSCSI" msgid "image" msgstr "image" -msgid "images" -msgstr "images" - msgid "ironic" msgstr "ironic" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 7b3a8cae7a..04eb973237 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-28 05:16+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1771,9 +1771,6 @@ msgstr "icehouse" msgid "image" msgstr "イメージ" -msgid "images" -msgstr "イメージ" - msgid "internalURL" msgstr "internalURL" diff --git a/doc/common/locale/zh_CN.po b/doc/common/locale/zh_CN.po index d9b223a24b..71063a3cad 100644 --- a/doc/common/locale/zh_CN.po +++ b/doc/common/locale/zh_CN.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1525,9 +1525,6 @@ msgstr "https://www.rdoproject.org/" msgid "image" msgstr "镜像" -msgid "images" -msgstr "镜像" - msgid "integer value" msgstr "整型值" diff --git a/doc/config-reference/locale/config-reference.pot b/doc/config-reference/locale/config-reference.pot index a80c5de073..155cae7277 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-10-23 06:29+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -181,7 +181,7 @@ msgstr "" msgid "Find an example object server configuration at etc/object-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:22(para) ./doc/config-reference/ch_objectstorageconfigure.xml:51(para) ./doc/config-reference/ch_objectstorageconfigure.xml:76(para) ./doc/config-reference/ch_objectstorageconfigure.xml:109(para) ./doc/config-reference/ch_objectstorageconfigure.xml:126(para) ./doc/config-reference/ch_objectstorageconfigure.xml:152(para) ./doc/config-reference/ch_objectstorageconfigure.xml:181(para) ./doc/config-reference/ch_objectstorageconfigure.xml:224(para) ./doc/config-reference/ch_objectstorageconfigure.xml:233(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:22(para) ./doc/config-reference/ch_objectstorageconfigure.xml:51(para) ./doc/config-reference/ch_objectstorageconfigure.xml:76(para) ./doc/config-reference/ch_objectstorageconfigure.xml:109(para) ./doc/config-reference/ch_objectstorageconfigure.xml:126(para) ./doc/config-reference/ch_objectstorageconfigure.xml:152(para) ./doc/config-reference/ch_objectstorageconfigure.xml:181(para) ./doc/config-reference/ch_objectstorageconfigure.xml:226(para) ./doc/config-reference/ch_objectstorageconfigure.xml:235(para) msgid "The available configuration options are:" msgstr "" @@ -257,23 +257,23 @@ msgstr "" msgid "Find an example proxy server configuration at etc/proxy-server.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:215(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:217(title) msgid "Sample proxy server configuration file" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:220(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:222(title) msgid "Proxy server memcache configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:221(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:223(para) msgid "Find an example memcache configuration for the proxy server at etc/memcache.conf-sample in the source code repository." msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:229(title) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:231(title) msgid "Rsyncd configuration" msgstr "" -#: ./doc/config-reference/ch_objectstorageconfigure.xml:230(para) +#: ./doc/config-reference/ch_objectstorageconfigure.xml:232(para) msgid "Find an example rsyncd configuration at etc/rsyncd.conf-sample in the source code repository." msgstr "" @@ -397,7 +397,7 @@ msgstr "" msgid "8386" msgstr "" -#: ./doc/config-reference/table_default-ports-primary-services.xml:64(literal) ./doc/config-reference/conf-changes/cinder.xml:771(td) +#: ./doc/config-reference/table_default-ports-primary-services.xml:64(literal) ./doc/config-reference/conf-changes/cinder.xml:767(td) msgid "keystone" msgstr "" @@ -1150,7 +1150,7 @@ msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: ./doc/config-reference/compute/section_compute-scheduler.xml:846(None) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:849(None) msgid "@@image: '../../common/figures/nova-weighting-hosts.png'; md5=000eab4cf0deb1da2e692e023065a6ae" msgstr "" @@ -1482,7 +1482,7 @@ msgstr "" msgid "The GroupAffinityFilter ensures that an instance is scheduled on to a host from a set of group hosts. To take advantage of this filter, the requester must pass a scheduler hint, using group as the key and an arbitrary name as the value. Using the command-line tool, use the --hint flag. For example:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:500(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:521(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:758(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:773(replaceable) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:500(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:521(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:761(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:776(replaceable) msgid "IMAGE_ID" msgstr "" @@ -1630,7 +1630,7 @@ msgstr "" msgid "The JsonFilter allows a user to construct a custom filter by passing a scheduler hint in JSON format. The following operators are supported:The filter supports the following variables:Using the command-line tool, use the --hint flag:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:669(para) ./doc/config-reference/compute/section_compute-scheduler.xml:741(para) ./doc/config-reference/compute/section_compute-scheduler.xml:805(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:669(para) ./doc/config-reference/compute/section_compute-scheduler.xml:744(para) ./doc/config-reference/compute/section_compute-scheduler.xml:808(para) msgid "With the API, use the os:scheduler_hints key:" msgstr "" @@ -1686,267 +1686,271 @@ msgstr "" msgid "This filter is only useful if the scheduler_max_attempts configuration option is set to a value greater than zero." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:728(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:726(para) +msgid "If there are multiple force hosts/nodes, this filter helps to retry on the force hosts/nodes if a VM fails to boot." +msgstr "" + +#: ./doc/config-reference/compute/section_compute-scheduler.xml:731(title) msgid "SameHostFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:729(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:732(para) msgid "Schedules the instance on the same host as another instance in a set of instances. To take advantage of this filter, the requester must pass a scheduler hint, using same_host as the key and a list of instance UUIDs as the value. This filter is the opposite of the DifferentHostFilter. Using the command-line tool, use the --hint flag:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:746(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:749(title) msgid "ServerGroupAffinityFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:747(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:750(para) msgid "The ServerGroupAffinityFilter ensures that an instance is scheduled on to a host from a set of group hosts. To take advantage of this filter, the requester must create a server group with an affinity policy, and pass a scheduler hint, using group as the key and the server group UUID as the value. Using the command-line tool, use the --hint flag. For example:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:758(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:773(replaceable) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:761(replaceable) ./doc/config-reference/compute/section_compute-scheduler.xml:776(replaceable) msgid "SERVER_GROUP_UUID" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:761(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:764(title) msgid "ServerGroupAntiAffinityFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:762(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:765(para) msgid "The ServerGroupAntiAffinityFilter ensures that each instance in a group is on a different host. To take advantage of this filter, the requester must create a server group with an anti-affinity policy, and pass a scheduler hint, using group as the key and the server group UUID as the value. Using the command-line tool, use the --hint flag. For example:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:776(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:779(title) msgid "SimpleCIDRAffinityFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:777(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:780(para) msgid "Schedules the instance based on host IP subnet range. To take advantage of this filter, the requester must specify a range of valid IP address in CIDR format, by passing two scheduler hints:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:783(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:786(literal) msgid "build_near_host_ip" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:785(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:788(para) msgid "The first IP address in the subnet (for example, 192.168.1.1)" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:791(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:794(literal) msgid "cidr" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:793(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:796(para) msgid "The CIDR that corresponds to the subnet (for example, /24)" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:799(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:802(para) msgid "Using the command-line tool, use the --hint flag. For example, to specify the IP subnet 192.168.1.1/24" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:810(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:813(title) msgid "TrustedFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:811(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:814(para) msgid "Filters hosts based on their trust. Only passes hosts that meet the trust requirements specified in the instance properties." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:818(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:821(title) msgid "TypeAffinityFilter" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:819(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:822(para) msgid "Dynamically limits hosts to one instance type. An instance can only be launched on a host, if no instance with different instances types are running on it, or if the host has no running instances at all." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:828(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:831(title) msgid "Weights" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:830(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:833(para) msgid "When resourcing instances, the filter scheduler filters and weights each host in the list of acceptable hosts. Each time the scheduler selects a host, it virtually consumes resources on it, and subsequent selections are adjusted accordingly. This process is useful when the customer asks for the same large amount of instances, because weight is computed for each requested instance." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:837(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:840(para) msgid "All weights are normalized before being summed up; the host with the largest weight is given the highest priority." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:841(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:844(title) msgid "Weighting hosts" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:850(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:853(para) msgid "If cells are used, cells are weighted by the scheduler in the same manner as hosts." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:852(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:855(para) msgid "Hosts and cells are weighted based on the following options in the /etc/nova/nova.conf file:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:856(caption) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:859(caption) msgid "Host weighting options" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:862(th) ./doc/config-reference/compute/section_compute-scheduler.xml:974(th) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:865(th) ./doc/config-reference/compute/section_compute-scheduler.xml:977(th) msgid "Section" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:863(th) ./doc/config-reference/compute/section_compute-scheduler.xml:975(th) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:216(td) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:298(td) ./doc/config-reference/conf-changes/cinder.xml:763(td) ./doc/config-reference/conf-changes/manila.xml:323(td) ./doc/config-reference/conf-changes/keystone.xml:167(td) ./doc/config-reference/conf-changes/ironic.xml:271(td) ./doc/config-reference/conf-changes/sahara.xml:215(td) ./doc/config-reference/conf-changes/nova.xml:271(td) ./doc/config-reference/conf-changes/neutron.xml:279(td) ./doc/config-reference/conf-changes/ceilometer.xml:259(td) ./doc/config-reference/conf-changes/trove.xml:327(td) ./doc/config-reference/conf-changes/glance.xml:187(td) ./doc/config-reference/conf-changes/heat.xml:255(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:866(th) ./doc/config-reference/compute/section_compute-scheduler.xml:978(th) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:216(td) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:298(td) ./doc/config-reference/conf-changes/cinder.xml:759(td) ./doc/config-reference/conf-changes/manila.xml:323(td) ./doc/config-reference/conf-changes/keystone.xml:167(td) ./doc/config-reference/conf-changes/ironic.xml:271(td) ./doc/config-reference/conf-changes/sahara.xml:215(td) ./doc/config-reference/conf-changes/nova.xml:271(td) ./doc/config-reference/conf-changes/neutron.xml:279(td) ./doc/config-reference/conf-changes/ceilometer.xml:259(td) ./doc/config-reference/conf-changes/trove.xml:327(td) ./doc/config-reference/conf-changes/glance.xml:187(td) ./doc/config-reference/conf-changes/heat.xml:255(td) msgid "Option" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:864(th) ./doc/config-reference/compute/section_compute-scheduler.xml:976(th) ./doc/config-reference/dashboard/section_dashboard-log-files.xml:22(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:314(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:432(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:862(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:980(th) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:206(th) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:219(td) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:301(td) ./doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml:80(th) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:90(th) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:191(th) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:867(th) ./doc/config-reference/compute/section_compute-scheduler.xml:979(th) ./doc/config-reference/dashboard/section_dashboard-log-files.xml:22(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:314(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:432(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:862(th) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:980(th) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:206(th) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:219(td) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:301(td) ./doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml:80(th) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:90(th) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:191(th) msgid "Description" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:869(td) ./doc/config-reference/compute/section_compute-scheduler.xml:879(td) ./doc/config-reference/compute/section_compute-scheduler.xml:891(td) ./doc/config-reference/compute/section_compute-scheduler.xml:900(td) ./doc/config-reference/compute/section_nova-conf.xml:32(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:872(td) ./doc/config-reference/compute/section_compute-scheduler.xml:882(td) ./doc/config-reference/compute/section_compute-scheduler.xml:894(td) ./doc/config-reference/compute/section_compute-scheduler.xml:903(td) ./doc/config-reference/compute/section_nova-conf.xml:32(literal) msgid "[DEFAULT]" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:870(literal) ./doc/config-reference/compute/section_compute-scheduler.xml:997(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:873(literal) ./doc/config-reference/compute/section_compute-scheduler.xml:1000(literal) msgid "ram_weight_multiplier" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:871(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:874(td) msgid "By default, the scheduler spreads instances across all hosts evenly. Set the option to a negative number if you prefer stacking instead of spreading. Use a floating-point value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:880(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:883(literal) msgid "scheduler_host_subset_size" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:881(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:884(td) msgid "New instances are scheduled on a host that is chosen randomly from a subset of the N best hosts. This property defines the subset size from which a host is chosen. A value of 1 chooses the first host returned by the weighting functions. This value must be at least 1. A value less than 1 is ignored, and 1 is used instead. Use an integer value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:892(literal) ./doc/config-reference/compute/section_compute-scheduler.xml:1007(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:895(literal) ./doc/config-reference/compute/section_compute-scheduler.xml:1010(literal) msgid "scheduler_weight_classes" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:894(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:897(literal) msgid "nova.scheduler.weights.all_weighers" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:893(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:896(td) msgid "Defaults to , which selects the RamWeigher and MetricsWeigher. Hosts are then weighted and sorted with the largest weight winning." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:901(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:904(literal) msgid "io_ops_weight_multiplier" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:902(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:905(td) msgid "Multiplier used for weighing host I/O operations. A negative value means a preference to choose light workload compute hosts." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:907(td) ./doc/config-reference/compute/section_compute-scheduler.xml:913(td) ./doc/config-reference/compute/section_compute-scheduler.xml:923(td) ./doc/config-reference/compute/section_compute-scheduler.xml:945(td) ./doc/config-reference/compute/section_nova-conf.xml:142(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:910(td) ./doc/config-reference/compute/section_compute-scheduler.xml:916(td) ./doc/config-reference/compute/section_compute-scheduler.xml:926(td) ./doc/config-reference/compute/section_compute-scheduler.xml:948(td) ./doc/config-reference/compute/section_nova-conf.xml:142(literal) msgid "[metrics]" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:908(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:911(literal) msgid "weight_multiplier" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:909(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:912(td) msgid "Multiplier for weighting meters. Use a floating-point value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:914(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:917(literal) msgid "weight_setting" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:918(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:921(literal) msgid "name1.value * 1.0 + name2.value * -1.0" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:915(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:918(td) msgid "Determines how meters are weighted. Use a comma-separated list of metricName=ratio. For example: \"name1=1.0, name2=-1.0\" results in: " msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:924(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:927(literal) msgid "required" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:927(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:930(para) msgid "TrueRaises an exception. To avoid the raised exception, you should use the scheduler filter MetricFilter to filter out hosts with unavailable meters." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:936(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:939(para) msgid "FalseTreated as a negative factor in the weighting process (uses the option)." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:925(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:928(para) msgid "Specifies how to treat unavailable meters:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:946(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:949(literal) msgid "weight_of_unavailable" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:947(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:950(td) msgid "If is set to False, and any one of the meters set by is unavailable, the value is returned to the scheduler." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:956(para) ./doc/config-reference/compute/section_compute-scheduler.xml:1016(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:959(para) ./doc/config-reference/compute/section_compute-scheduler.xml:1019(para) msgid "For example:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:968(caption) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:971(caption) msgid "Cell weighting options" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:981(td) ./doc/config-reference/compute/section_compute-scheduler.xml:989(td) ./doc/config-reference/compute/section_compute-scheduler.xml:996(td) ./doc/config-reference/compute/section_compute-scheduler.xml:1006(td) ./doc/config-reference/compute/section_nova-conf.xml:49(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:984(td) ./doc/config-reference/compute/section_compute-scheduler.xml:992(td) ./doc/config-reference/compute/section_compute-scheduler.xml:999(td) ./doc/config-reference/compute/section_compute-scheduler.xml:1009(td) ./doc/config-reference/compute/section_nova-conf.xml:49(literal) msgid "[cells]" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:982(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:985(literal) msgid "mute_weight_multiplier" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:983(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:986(td) msgid "Multiplier to weight mute children (hosts which have not sent capacity or capacity updates for some time). Use a negative, floating-point value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:990(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:993(literal) msgid "offset_weight_multiplier" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:991(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:994(td) msgid "Multiplier to weight cells, so you can specify a preferred cell. Use a floating point value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:998(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1001(td) msgid "By default, the scheduler spreads instances across all cells evenly. Set the option to a negative number if you prefer stacking instead of spreading. Use a floating-point value." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1009(literal) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1012(literal) msgid "nova.cells.weights.all_weighers" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1008(td) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1011(td) msgid "Defaults to , which maps to all cell weighers included with Compute. Cells are then weighted and sorted with the largest weight winning." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1024(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1027(title) msgid "Chance scheduler" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1026(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1029(para) msgid "As an administrator, you work with the filter scheduler. However, the Compute service also uses the Chance Scheduler, nova.scheduler.chance.ChanceScheduler, which randomly selects from lists of filtered hosts." msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1034(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1037(title) msgid "Utilization aware scheduling" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1036(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1039(para) msgid "It is possible to schedule VMs using advanced scheduling decisions. These decisions are made based on enhanced usage statistics encompassing data like memory cache utilization, memory bandwidth utilization, or network bandwidth utilization. This is disabled by default. The administrator can configure how the metrics are weighted in the configuration file by using the weight_setting configuration option in the nova.conf configuration file. For example to configure metric1 with ratio1 and metric2 with ratio2:" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1054(title) ./doc/config-reference/compute/section_hypervisor_vmware.xml:1041(title) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1057(title) ./doc/config-reference/compute/section_hypervisor_vmware.xml:1041(title) msgid "Configuration reference" msgstr "" -#: ./doc/config-reference/compute/section_compute-scheduler.xml:1055(para) +#: ./doc/config-reference/compute/section_compute-scheduler.xml:1058(para) msgid "To customize the Compute scheduler, use the configuration option settings documented in ." msgstr "" @@ -2172,7 +2176,7 @@ msgstr "" msgid "Maintenance" msgstr "" -#: ./doc/config-reference/compute/section_hypervisor_vmware.xml:265(td) ./doc/config-reference/shared-file-systems/drivers/hdfs-native-driver.xml:20(title) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:13(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:159(title) +#: ./doc/config-reference/compute/section_hypervisor_vmware.xml:265(td) ./doc/config-reference/shared-file-systems/drivers/hdfs-native-driver.xml:20(title) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:13(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:184(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:159(title) msgid "Network configuration" msgstr "" @@ -2452,7 +2456,7 @@ msgstr "" msgid "Monolithic Sparse" msgstr "" -#: ./doc/config-reference/compute/section_hypervisor_vmware.xml:684(td) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:95(td) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:97(td) +#: ./doc/config-reference/compute/section_hypervisor_vmware.xml:684(td) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:95(td) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:97(td) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:641(literal) msgid "thin" msgstr "" @@ -4978,7 +4982,7 @@ msgstr "" msgid "/openstack_glance" msgstr "" -#: ./doc/config-reference/image-service/section_image-service-backend-vmware.xml:89(replaceable) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:346(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:437(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:478(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:409(literal) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:429(literal) ./doc/config-reference/conf-changes/cinder.xml:790(td) ./doc/config-reference/conf-changes/cinder.xml:795(td) ./doc/config-reference/conf-changes/cinder.xml:800(td) ./doc/config-reference/conf-changes/manila.xml:336(td) ./doc/config-reference/conf-changes/manila.xml:341(td) ./doc/config-reference/conf-changes/manila.xml:365(td) ./doc/config-reference/conf-changes/manila.xml:370(td) ./doc/config-reference/conf-changes/keystone.xml:194(td) ./doc/config-reference/conf-changes/keystone.xml:199(td) ./doc/config-reference/conf-changes/ironic.xml:298(td) ./doc/config-reference/conf-changes/ironic.xml:303(td) ./doc/config-reference/conf-changes/sahara.xml:242(td) ./doc/config-reference/conf-changes/sahara.xml:247(td) ./doc/config-reference/conf-changes/nova.xml:318(td) ./doc/config-reference/conf-changes/nova.xml:323(td) ./doc/config-reference/conf-changes/nova.xml:333(td) ./doc/config-reference/conf-changes/neutron.xml:296(td) ./doc/config-reference/conf-changes/neutron.xml:316(td) ./doc/config-reference/conf-changes/neutron.xml:336(td) ./doc/config-reference/conf-changes/neutron.xml:341(td) ./doc/config-reference/conf-changes/neutron.xml:346(td) ./doc/config-reference/conf-changes/neutron.xml:366(td) ./doc/config-reference/conf-changes/ceilometer.xml:281(td) ./doc/config-reference/conf-changes/ceilometer.xml:286(td) ./doc/config-reference/conf-changes/ceilometer.xml:296(td) ./doc/config-reference/conf-changes/trove.xml:374(td) ./doc/config-reference/conf-changes/trove.xml:379(td) ./doc/config-reference/conf-changes/trove.xml:434(td) ./doc/config-reference/conf-changes/glance.xml:229(td) ./doc/config-reference/conf-changes/glance.xml:234(td) ./doc/config-reference/conf-changes/heat.xml:268(td) ./doc/config-reference/conf-changes/heat.xml:287(td) ./doc/config-reference/conf-changes/heat.xml:292(td) +#: ./doc/config-reference/image-service/section_image-service-backend-vmware.xml:89(replaceable) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:346(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:437(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:478(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:409(literal) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:429(literal) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:798(literal) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:835(literal) ./doc/config-reference/conf-changes/cinder.xml:786(td) ./doc/config-reference/conf-changes/cinder.xml:791(td) ./doc/config-reference/conf-changes/cinder.xml:796(td) ./doc/config-reference/conf-changes/manila.xml:336(td) ./doc/config-reference/conf-changes/manila.xml:341(td) ./doc/config-reference/conf-changes/manila.xml:365(td) ./doc/config-reference/conf-changes/manila.xml:370(td) ./doc/config-reference/conf-changes/keystone.xml:194(td) ./doc/config-reference/conf-changes/keystone.xml:199(td) ./doc/config-reference/conf-changes/ironic.xml:298(td) ./doc/config-reference/conf-changes/ironic.xml:303(td) ./doc/config-reference/conf-changes/sahara.xml:242(td) ./doc/config-reference/conf-changes/sahara.xml:247(td) ./doc/config-reference/conf-changes/nova.xml:318(td) ./doc/config-reference/conf-changes/nova.xml:323(td) ./doc/config-reference/conf-changes/nova.xml:333(td) ./doc/config-reference/conf-changes/neutron.xml:296(td) ./doc/config-reference/conf-changes/neutron.xml:316(td) ./doc/config-reference/conf-changes/neutron.xml:336(td) ./doc/config-reference/conf-changes/neutron.xml:341(td) ./doc/config-reference/conf-changes/neutron.xml:346(td) ./doc/config-reference/conf-changes/neutron.xml:366(td) ./doc/config-reference/conf-changes/ceilometer.xml:281(td) ./doc/config-reference/conf-changes/ceilometer.xml:286(td) ./doc/config-reference/conf-changes/ceilometer.xml:296(td) ./doc/config-reference/conf-changes/trove.xml:374(td) ./doc/config-reference/conf-changes/trove.xml:379(td) ./doc/config-reference/conf-changes/trove.xml:434(td) ./doc/config-reference/conf-changes/glance.xml:229(td) ./doc/config-reference/conf-changes/glance.xml:234(td) ./doc/config-reference/conf-changes/heat.xml:268(td) ./doc/config-reference/conf-changes/heat.xml:287(td) ./doc/config-reference/conf-changes/heat.xml:292(td) msgid "False" msgstr "" @@ -5370,7 +5374,7 @@ msgstr "" msgid "NFS (access by IP)" msgstr "" -#: ./doc/config-reference/shared-file-systems/drivers/glusterfs-driver.xml:21(title) ./doc/config-reference/shared-file-systems/drivers/hdfs-native-driver.xml:38(title) ./doc/config-reference/shared-file-systems/drivers/ibm-gpfs-driver.xml:22(title) ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:66(title) ./doc/config-reference/shared-file-systems/drivers/huawei-nas-driver.xml:45(title) ./doc/config-reference/shared-file-systems/drivers/hp-3par-share-driver.xml:10(title) ./doc/config-reference/shared-file-systems/drivers/glusterfs-native-driver.xml:47(title) ./doc/config-reference/shared-file-systems/drivers/emc-isilon-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/zfssa-iscsi-driver.xml:93(title) ./doc/config-reference/block-storage/drivers/emc-scaleio-driver.xml:22(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:99(title) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:23(title) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:252(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:40(title) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:73(title) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/emc-xtremio-driver.xml:21(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:289(title) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:59(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:48(title) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:53(title) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:56(title) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:48(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:327(title) ./doc/config-reference/block-storage/drivers/zfssa-nfs-driver.xml:15(title) +#: ./doc/config-reference/shared-file-systems/drivers/glusterfs-driver.xml:21(title) ./doc/config-reference/shared-file-systems/drivers/hdfs-native-driver.xml:38(title) ./doc/config-reference/shared-file-systems/drivers/ibm-gpfs-driver.xml:22(title) ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:66(title) ./doc/config-reference/shared-file-systems/drivers/huawei-nas-driver.xml:45(title) ./doc/config-reference/shared-file-systems/drivers/hp-3par-share-driver.xml:10(title) ./doc/config-reference/shared-file-systems/drivers/glusterfs-native-driver.xml:47(title) ./doc/config-reference/shared-file-systems/drivers/emc-isilon-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/zfssa-iscsi-driver.xml:93(title) ./doc/config-reference/block-storage/drivers/emc-scaleio-driver.xml:22(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:99(title) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:23(title) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:10(title) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:252(title) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:73(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:38(title) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/emc-xtremio-driver.xml:21(title) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:289(title) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:59(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:35(title) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:18(title) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:48(title) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:53(title) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:56(title) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:48(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:66(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:327(title) ./doc/config-reference/block-storage/drivers/zfssa-nfs-driver.xml:15(title) msgid "Supported operations" msgstr "" @@ -5790,7 +5794,7 @@ msgstr "" msgid "Configuration options specific to this driver are documented here: ." msgstr "" -#: ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:4(title) +#: ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:4(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:6(title) msgid "EMC VNX driver" msgstr "" @@ -6006,7 +6010,7 @@ msgstr "" msgid "Go to Unisphere to check the device list: Settings -> Network -> Settings for File (Unified system only) -> Device." msgstr "" -#: ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:315(title) ./doc/config-reference/shared-file-systems/drivers/huawei-nas-driver.xml:174(title) ./doc/config-reference/shared-file-systems/drivers/hp-3par-share-driver.xml:187(title) ./doc/config-reference/shared-file-systems/drivers/emc-isilon-driver.xml:88(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:285(title) +#: ./doc/config-reference/shared-file-systems/drivers/emc-vnx-driver.xml:315(title) ./doc/config-reference/shared-file-systems/drivers/huawei-nas-driver.xml:174(title) ./doc/config-reference/shared-file-systems/drivers/hp-3par-share-driver.xml:187(title) ./doc/config-reference/shared-file-systems/drivers/emc-isilon-driver.xml:88(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:209(title) msgid "Backend configuration" msgstr "" @@ -8338,7 +8342,7 @@ msgstr "" msgid "Define a fabric group for each fabric using the fabric names used in configuration option as group name." msgstr "" -#: ./doc/config-reference/block-storage/section_fc-zoning.xml:59(title) ./doc/config-reference/block-storage/section_fc-zoning.xml:98(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:23(title) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:29(title) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:19(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:25(title) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:13(title) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:42(title) +#: ./doc/config-reference/block-storage/section_fc-zoning.xml:59(title) ./doc/config-reference/block-storage/section_fc-zoning.xml:98(title) ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:16(title) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:29(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:21(title) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:19(title) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:25(title) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:13(title) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:17(title) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:42(title) msgid "System requirements" msgstr "" @@ -9386,19 +9390,19 @@ msgstr "" msgid "Additionally, you must install the hp3parclient version 3.1.1 or newer from the Python standard library on the system with the enabled Block Storage service volume drivers." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:102(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:257(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:43(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:22(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:293(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:62(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:330(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:102(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:12(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:257(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:41(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:22(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:293(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:62(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:21(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:330(para) msgid "Create, delete, attach, and detach volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:105(para) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:266(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:46(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:79(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:296(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:56(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:61(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:56(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:333(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:105(para) ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:15(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:266(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:79(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:44(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:25(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:296(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:26(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:56(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:61(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:24(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:56(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:333(para) msgid "Create, list, and delete volume snapshots." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:108(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:273(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:49(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:82(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:299(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:336(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:108(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:273(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:82(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:47(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:28(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:299(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:68(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:27(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:60(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:75(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:336(para) msgid "Create a volume from a snapshot." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:111(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:276(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:52(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:85(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:302(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:339(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:111(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:276(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:85(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:50(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:31(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:302(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:45(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:69(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:30(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:71(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:78(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:339(para) msgid "Copy an image to a volume." msgstr "" @@ -9406,11 +9410,11 @@ msgstr "" msgid "Copy a volume to an image." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:117(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:37(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:304(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:55(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:91(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:37(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:308(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:74(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:84(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:117(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:37(para) ./doc/config-reference/block-storage/drivers/dell-equallogic-driver.xml:18(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:304(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:91(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:53(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:37(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:308(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:51(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:36(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:74(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:72(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:84(para) msgid "Clone a volume." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:120(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:333(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:58(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:94(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:311(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:87(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:120(para) ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:333(para) ./doc/config-reference/block-storage/drivers/violin-v6000-driver.xml:94(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:56(para) ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:40(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:311(para) ./doc/config-reference/block-storage/drivers/violin-v7000-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:54(para) ./doc/config-reference/block-storage/drivers/prophetstor-dpl-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:81(para) ./doc/config-reference/block-storage/drivers/scality-sofs-driver.xml:39(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:77(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:76(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:87(para) msgid "Extend a volume." msgstr "" @@ -9418,7 +9422,7 @@ msgstr "" msgid "Migrate a volume with back-end assistance." msgstr "" -#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:126(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:64(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:89(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:96(para) +#: ./doc/config-reference/block-storage/drivers/hp-3par-driver.xml:126(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:62(para) ./doc/config-reference/block-storage/drivers/emc-vmax-driver.xml:57(para) ./doc/config-reference/block-storage/drivers/hp-msa-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/dothill-driver.xml:89(para) ./doc/config-reference/block-storage/drivers/lenovo-driver.xml:84(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:96(para) msgid "Retype a volume." msgstr "" @@ -9678,7 +9682,7 @@ msgstr "" msgid "Create, list, update, and delete consistency groups." msgstr "" -#: ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:38(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:73(para) +#: ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:38(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:71(para) msgid "Create, list, and delete consistency group snapshots." msgstr "" @@ -9686,7 +9690,7 @@ msgstr "" msgid "Manage and unmanage a snapshot." msgstr "" -#: ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:47(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:67(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:314(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:90(para) +#: ./doc/config-reference/block-storage/drivers/pure-storage-driver.xml:47(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:42(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:65(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:314(para) ./doc/config-reference/block-storage/drivers/xio-volume-driver.xml:32(para) ./doc/config-reference/block-storage/drivers/hitachi-storage-volume-driver.xml:80(para) ./doc/config-reference/block-storage/drivers/hp-lefthand-driver.xml:90(para) msgid "Get volume statistics." msgstr "" @@ -9998,7 +10002,7 @@ msgstr "" msgid "Type of a storage product. Possible values are T, 18000 and V3." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:330(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:339(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:375(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:389(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:398(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:406(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:412(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:418(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:446(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:475(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:488(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:531(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:542(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:878(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:887(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:923(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:937(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:946(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:954(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:960(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:966(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:994(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1023(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1036(td) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:330(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:339(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:375(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:389(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:398(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:406(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:412(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:418(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:446(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:475(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:488(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:531(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:542(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:878(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:887(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:923(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:937(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:946(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:954(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:960(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:966(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:994(para) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1023(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1036(td) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:128(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:132(para) msgid "All" msgstr "" @@ -10102,7 +10106,7 @@ msgstr "" msgid "Cache prefetch policy, possible values are: 0 (no prefetch), 1 (fixed prefetch), 2 (variable prefetch) or 3 (intelligent prefetch)." msgstr "" -#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:502(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1050(td) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:385(para) ./doc/config-reference/conf-changes/cinder.xml:820(td) ./doc/config-reference/conf-changes/manila.xml:380(td) ./doc/config-reference/conf-changes/keystone.xml:284(td) ./doc/config-reference/conf-changes/ironic.xml:313(td) ./doc/config-reference/conf-changes/sahara.xml:257(td) ./doc/config-reference/conf-changes/nova.xml:343(td) ./doc/config-reference/conf-changes/neutron.xml:286(td) ./doc/config-reference/conf-changes/neutron.xml:326(td) ./doc/config-reference/conf-changes/neutron.xml:371(td) ./doc/config-reference/conf-changes/ceilometer.xml:301(td) ./doc/config-reference/conf-changes/trove.xml:404(td) ./doc/config-reference/conf-changes/glance.xml:199(td) ./doc/config-reference/conf-changes/glance.xml:244(td) ./doc/config-reference/conf-changes/heat.xml:297(td) ./doc/config-reference/conf-changes/heat.xml:307(td) +#: ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:502(td) ./doc/config-reference/block-storage/drivers/huawei-storage-driver.xml:1050(td) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:385(para) ./doc/config-reference/conf-changes/cinder.xml:816(td) ./doc/config-reference/conf-changes/manila.xml:380(td) ./doc/config-reference/conf-changes/keystone.xml:284(td) ./doc/config-reference/conf-changes/ironic.xml:313(td) ./doc/config-reference/conf-changes/sahara.xml:257(td) ./doc/config-reference/conf-changes/nova.xml:343(td) ./doc/config-reference/conf-changes/neutron.xml:286(td) ./doc/config-reference/conf-changes/neutron.xml:326(td) ./doc/config-reference/conf-changes/neutron.xml:371(td) ./doc/config-reference/conf-changes/ceilometer.xml:301(td) ./doc/config-reference/conf-changes/trove.xml:404(td) ./doc/config-reference/conf-changes/glance.xml:199(td) ./doc/config-reference/conf-changes/glance.xml:244(td) ./doc/config-reference/conf-changes/heat.xml:297(td) ./doc/config-reference/conf-changes/heat.xml:307(td) msgid "0" msgstr "" @@ -10478,7 +10482,7 @@ msgstr "" msgid "storwize_svc_vol_autoexpand" msgstr "" -#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:311(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:367(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:427(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:453(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:332(literal) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:134(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:231(para) ./doc/config-reference/conf-changes/cinder.xml:791(td) ./doc/config-reference/conf-changes/cinder.xml:796(td) ./doc/config-reference/conf-changes/cinder.xml:801(td) ./doc/config-reference/conf-changes/manila.xml:335(td) ./doc/config-reference/conf-changes/manila.xml:340(td) ./doc/config-reference/conf-changes/manila.xml:366(td) ./doc/config-reference/conf-changes/manila.xml:371(td) ./doc/config-reference/conf-changes/keystone.xml:195(td) ./doc/config-reference/conf-changes/keystone.xml:200(td) ./doc/config-reference/conf-changes/ironic.xml:299(td) ./doc/config-reference/conf-changes/ironic.xml:304(td) ./doc/config-reference/conf-changes/sahara.xml:243(td) ./doc/config-reference/conf-changes/sahara.xml:248(td) ./doc/config-reference/conf-changes/nova.xml:319(td) ./doc/config-reference/conf-changes/nova.xml:324(td) ./doc/config-reference/conf-changes/nova.xml:334(td) ./doc/config-reference/conf-changes/neutron.xml:297(td) ./doc/config-reference/conf-changes/neutron.xml:317(td) ./doc/config-reference/conf-changes/neutron.xml:337(td) ./doc/config-reference/conf-changes/neutron.xml:342(td) ./doc/config-reference/conf-changes/neutron.xml:347(td) ./doc/config-reference/conf-changes/neutron.xml:367(td) ./doc/config-reference/conf-changes/ceilometer.xml:282(td) ./doc/config-reference/conf-changes/ceilometer.xml:287(td) ./doc/config-reference/conf-changes/ceilometer.xml:297(td) ./doc/config-reference/conf-changes/trove.xml:375(td) ./doc/config-reference/conf-changes/trove.xml:380(td) ./doc/config-reference/conf-changes/trove.xml:435(td) ./doc/config-reference/conf-changes/glance.xml:230(td) ./doc/config-reference/conf-changes/glance.xml:235(td) ./doc/config-reference/conf-changes/heat.xml:267(td) ./doc/config-reference/conf-changes/heat.xml:288(td) ./doc/config-reference/conf-changes/heat.xml:293(td) +#: ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:311(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:367(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:427(para) ./doc/config-reference/block-storage/drivers/ibm-storwize-svc-driver.xml:453(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:332(literal) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:793(literal) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:830(literal) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:134(para) ./doc/config-reference/block-storage/drivers/ibm-flashsystem-volume-driver.xml:231(para) ./doc/config-reference/conf-changes/cinder.xml:787(td) ./doc/config-reference/conf-changes/cinder.xml:792(td) ./doc/config-reference/conf-changes/cinder.xml:797(td) ./doc/config-reference/conf-changes/manila.xml:335(td) ./doc/config-reference/conf-changes/manila.xml:340(td) ./doc/config-reference/conf-changes/manila.xml:366(td) ./doc/config-reference/conf-changes/manila.xml:371(td) ./doc/config-reference/conf-changes/keystone.xml:195(td) ./doc/config-reference/conf-changes/keystone.xml:200(td) ./doc/config-reference/conf-changes/ironic.xml:299(td) ./doc/config-reference/conf-changes/ironic.xml:304(td) ./doc/config-reference/conf-changes/sahara.xml:243(td) ./doc/config-reference/conf-changes/sahara.xml:248(td) ./doc/config-reference/conf-changes/nova.xml:319(td) ./doc/config-reference/conf-changes/nova.xml:324(td) ./doc/config-reference/conf-changes/nova.xml:334(td) ./doc/config-reference/conf-changes/neutron.xml:297(td) ./doc/config-reference/conf-changes/neutron.xml:317(td) ./doc/config-reference/conf-changes/neutron.xml:337(td) ./doc/config-reference/conf-changes/neutron.xml:342(td) ./doc/config-reference/conf-changes/neutron.xml:347(td) ./doc/config-reference/conf-changes/neutron.xml:367(td) ./doc/config-reference/conf-changes/ceilometer.xml:282(td) ./doc/config-reference/conf-changes/ceilometer.xml:287(td) ./doc/config-reference/conf-changes/ceilometer.xml:297(td) ./doc/config-reference/conf-changes/trove.xml:375(td) ./doc/config-reference/conf-changes/trove.xml:380(td) ./doc/config-reference/conf-changes/trove.xml:435(td) ./doc/config-reference/conf-changes/glance.xml:230(td) ./doc/config-reference/conf-changes/glance.xml:235(td) ./doc/config-reference/conf-changes/heat.xml:267(td) ./doc/config-reference/conf-changes/heat.xml:288(td) ./doc/config-reference/conf-changes/heat.xml:293(td) msgid "True" msgstr "" @@ -10810,7 +10814,7 @@ msgstr "" msgid "Create, delete, attach (map), and detach (unmap) volumes." msgstr "" -#: ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:45(title) +#: ./doc/config-reference/block-storage/drivers/dell-storagecenter-driver.xml:45(title) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:586(title) msgid "Extra spec options" msgstr "" @@ -11442,7 +11446,7 @@ msgstr "" msgid "By CLI:" msgstr "" -#: ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:658(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:682(para) +#: ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:658(para) ./doc/config-reference/block-storage/drivers/hds-hnas-driver.xml:682(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:561(para) msgid "Example:" msgstr "" @@ -11574,7 +11578,7 @@ msgstr "" msgid "lazyZeroedThick" msgstr "" -#: ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:102(td) +#: ./doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml:102(td) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:626(literal) msgid "thick" msgstr "" @@ -11834,546 +11838,6 @@ msgstr "" msgid "The volume must be migrated if the ESX host for the instance cannot access the data store that contains the volume." msgstr "" -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:6(title) -msgid "EMC VNX direct driver" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:7(para) -msgid "EMC VNX direct driver (consists of EMCCLIISCSIDriver and EMCCLIFCDriver) supports both iSCSI and FC protocol. EMCCLIISCSIDriver (VNX iSCSI direct driver) and EMCCLIFCDriver (VNX FC direct driver) are separately based on the ISCSIDriver and FCDriver defined in Block Storage." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:14(para) -msgid "EMCCLIISCSIDriver and EMCCLIFCDriver perform the volume operations by executing Navisphere CLI (NaviSecCLI) which is a command line interface used for management, diagnostics and reporting functions for VNX." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:19(title) -msgid "Supported OpenStack release" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:20(para) -msgid "EMC VNX direct driver supports the Kilo release." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:26(para) -msgid "VNX Operational Environment for Block version 5.32 or higher." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:30(para) -msgid "VNX Snapshot and Thin Provisioning license should be activated for VNX." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:34(para) -msgid "Navisphere CLI v7.32 or higher is installed along with the driver." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:61(para) -msgid "Migrate a volume." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:70(para) -msgid "Create and delete consistency groups." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:76(para) -msgid "Modify consistency groups." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:81(title) -msgid "Preparation" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:82(para) -msgid "This section contains instructions to prepare the Block Storage nodes to use the EMC VNX direct driver. You install the Navisphere CLI, install the driver, ensure you have correct zoning configurations, and register the driver." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:87(title) -msgid "Install NaviSecCLI" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:88(para) -msgid "Navisphere CLI needs to be installed on all Block Storage nodes within an OpenStack deployment." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:92(para) -msgid "For Ubuntu x64, DEB is available at EMC OpenStack Github." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:97(para) -msgid "For all other variants of Linux, Navisphere CLI is available at Downloads for VNX2 Series or Downloads for VNX1 Series." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:104(para) -msgid "After installation, set the security level of Navisphere CLI to low:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:111(title) -msgid "Install Block Storage driver" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:112(para) -msgid "Both EMCCLIISCSIDriver and EMCCLIFCDriver are provided in the installer package:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:117(filename) -msgid "emc_vnx_cli.py" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:120(para) -msgid "emc_cli_fc.py (for )" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:124(para) -msgid "emc_cli_iscsi.py (for )" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:128(para) -msgid "Copy the files above to the cinder/volume/drivers/emc/ directory of the OpenStack node(s) where cinder-volume is running." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:133(title) -msgid "FC zoning with VNX (EMCCLIFCDriver only)" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:134(para) -msgid "A storage administrator must enable FC SAN auto zoning between all OpenStack nodes and VNX if FC SAN auto zoning is not enabled." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:138(title) -msgid "Register with VNX" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:139(para) -msgid "Register the compute nodes with VNX to access the storage in VNX or enable initiator auto registration." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:141(para) -msgid "To perform \"Copy Image to Volume\" and \"Copy Volume to Image\" operations, the nodes running the cinder-volume service(Block Storage nodes) must be registered with the VNX as well." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:144(para) -msgid "Steps mentioned below are for a compute node. Please follow the same steps for the Block Storage nodes also. The steps can be skipped if initiator auto registration is enabled." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:148(para) -msgid "When the driver notices that there is no existing storage group that has the host name as the storage group name, it will create the storage group and then add the compute nodes' or Block Storage nodes' registered initiators into the storage group." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:152(para) -msgid "If the driver notices that the storage group already exists, it will assume that the registered initiators have also been put into it and skip the operations above for better performance." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:155(para) -msgid "It is recommended that the storage administrator does not create the storage group manually and instead relies on the driver for the preparation. If the storage administrator needs to create the storage group manually for some special requirements, the correct registered initiators should be put into the storage group as well (otherwise the following volume attaching operations will fail)." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:163(title) -msgid "EMCCLIFCDriver" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:164(para) -msgid "Steps for EMCCLIFCDriver:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:167(para) -msgid "Assume 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 is the WWN of a FC initiator port name of the compute node whose hostname and IP are myhost1 and 10.10.61.1. Register 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 in Unisphere:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:174(para) -msgid "Login to Unisphere, go to FNM0000000000->Hosts->Initiators." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:177(para) -msgid "Refresh and wait until the initiator 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 with SP Port A-1 appears." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:180(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:243(para) -msgid "Click the Register button, select CLARiiON/VNX and enter the hostname (which is the output of the linux command hostname) and IP address:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:186(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:249(para) -msgid "Hostname : myhost1" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:189(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:252(para) -msgid "IP : 10.10.61.1" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:192(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:255(para) -msgid "Click Register" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:196(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:259(para) -msgid "Then host 10.10.61.1 will appear under Hosts->Host List as well." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:201(para) -msgid "Register the wwn with more ports if needed." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:205(title) -msgid "EMCCLIISCSIDriver" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:206(para) -msgid "Steps for EMCCLIISCSIDriver:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:208(para) -msgid "On the compute node with IP address 10.10.61.1 and hostname myhost1, execute the following commands (assuming 10.10.61.35 is the iSCSI target):" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:213(para) -msgid "Start the iSCSI initiator service on the node" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:216(para) -msgid "Discover the iSCSI target portals on VNX" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:219(para) -msgid "Enter /etc/iscsi" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:222(para) -msgid "Find out the iqn of the node" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:227(para) -msgid "Login to VNX from the compute node using the target corresponding to the SPA port:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:232(para) -msgid "Assume iqn.1993-08.org.debian:01:1a2b3c4d5f6g is the initiator name of the compute node. Register iqn.1993-08.org.debian:01:1a2b3c4d5f6g in Unisphere:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:237(para) -msgid "Login to Unisphere, go to FNM0000000000->Hosts->Initiators ." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:240(para) -msgid "Refresh and wait until the initiator iqn.1993-08.org.debian:01:1a2b3c4d5f6g with SP Port A-8v0 appears." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:264(para) ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:275(para) -msgid "Logout iSCSI on the node:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:268(para) -msgid "Login to VNX from the compute node using the target corresponding to the SPB port:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:273(para) -msgid "In Unisphere register the initiator with the SPB port." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:279(para) -msgid "Register the iqn with more ports if needed." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:286(para) -msgid "Make the following changes in the /etc/cinder/cinder.conf:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:316(para) -msgid "where san_ip is one of the SP IP addresses of the VNX array and san_secondary_ip is the other SP IP address of VNX array. san_secondary_ip is an optional field, and it serves the purpose of providing a high availability(HA) design. In case that one SP is down, the other SP can be connected automatically. san_ip is a mandatory field, which provides the main connection." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:325(para) -msgid "where Pool_01_SAS is the pool from which the user wants to create volumes. The pools can be created using Unisphere for VNX. Refer to the on how to manage multiple pools." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:331(para) -msgid "where storage_vnx_security_file_dir is the directory path of the VNX security file. Make sure the security file is generated following the steps in ." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:337(para) -msgid "where iscsi_initiators is a dictionary of IP addresses of the iSCSI initiator ports on all OpenStack nodes which want to connect to VNX via iSCSI. If this option is configured, the driver will leverage this information to find an accessible iSCSI target portal for the initiator when attaching volume. Otherwise, the iSCSI target portal will be chosen in a relative random way." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:345(para) -msgid "Restart cinder-volume service to make the configuration change take effect." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:351(title) -msgid "Authentication" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:352(para) -msgid "VNX credentials are necessary when the driver connects to the VNX system. Credentials in global, local and ldap scopes are supported. There are two approaches to provide the credentials." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:355(para) -msgid "The recommended one is using the Navisphere CLI security file to provide the credentials which can get rid of providing the plain text credentials in the configuration file. Following is the instruction on how to do this." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:360(para) -msgid "Find out the linux user id of the /usr/bin/cinder-volume processes. Assuming the service /usr/bin/cinder-volume is running by account cinder." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:365(para) -msgid "Switch to root account" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:367(para) -msgid "Change cinder:x:113:120::/var/lib/cinder:/bin/false to cinder:x:113:120::/var/lib/cinder:/bin/bash in /etc/passwd (This temporary change is to make step 4 work)." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:372(para) -msgid "Save the credentials on behalf of cinder user to a security file (assuming the array credentials are admin/admin in global scope). In below command, switch -secfilepath is used to specify the location to save the security file (assuming saving to directory /etc/secfile/array1)." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:379(para) -msgid "Save the security file to the different locations for different arrays except where the same credentials are shared between all arrays managed by the host. Otherwise, the credentials in the security file will be overwritten. If -secfilepath is not specified in the command above, the security file will be saved to the default location which is the home directory of the executor." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:386(para) -msgid "Change cinder:x:113:120::/var/lib/cinder:/bin/bash back to cinder:x:113:120::/var/lib/cinder:/bin/false in /etc/passwd." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:389(para) -msgid "Remove the credentials options san_login, san_password and storage_vnx_authentication_type from cinder.conf (normally it is /etc/cinder/cinder.conf). Add the option storage_vnx_security_file_dir and set its value to the directory path supplied with switch -secfilepath in step 4. Omit this option if -secfilepath is not used in step 4." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:400(para) -msgid "Restart cinder-volume service to make the change take effect." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:403(para) -msgid "Alternatively, the credentials can be specified in /etc/cinder/cinder.conf through the three options below:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:414(title) -msgid "Restriction of deployment" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:415(para) -msgid "It does not suggest to deploy the driver on a compute node if cinder upload-to-image --force True is used against an in-use volume. Otherwise, cinder upload-to-image --force True will terminate the vm instance's data access to the volume." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:422(title) -msgid "Restriction of volume extension" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:423(para) -msgid "VNX does not support to extend the thick volume which has a snapshot. If the user tries to extend a volume which has a snapshot, the volume's status would change to error_extending." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:429(title) -msgid "Restriction of iSCSI attachment" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:430(para) -msgid "The driver caches the iSCSI ports information. If the iSCSI port configurations are changed, the administrator should restart the cinder-volume service or wait 5 minutes before any volume attachment operation. Otherwise, the attachment may fail because the old iSCSI port configurations were used." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:437(title) -msgid "Provisioning type (thin, thick, deduplicated and compressed)" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:438(para) -msgid "User can specify extra spec key storagetype:provisioning in volume type to set the provisioning type of a volume. The provisioning type can be thick, thin, deduplicated or compressed." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:444(para) -msgid "thick provisioning type means the volume is fully provisioned." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:448(para) -msgid "thin provisioning type means the volume is virtually provisioned." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:452(para) -msgid "deduplicated provisioning type means the volume is virtually provisioned and the deduplication is enabled on it. Administrator shall go to VNX to configure the system level deduplication settings. To create a deduplicated volume, the VNX deduplication license should be activated on VNX first, and use key deduplication_support=True to let Block Storage scheduler find a volume back end which manages a VNX with deduplication license activated." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:462(para) -msgid "compressed provisioning type means the volume is virtually provisioned and the compression is enabled on it. Administrator shall go to the VNX to configure the system level compression settings. To create a compressed volume, the VNX compression license should be activated on VNX first, and the user should specify key compression_support=True to let Block Storage scheduler find a volume back end which manages a VNX with compression license activated. VNX does not support to create a snapshot on a compressed volume. If the user tries to create a snapshot on a compressed volume, the operation would fail and OpenStack would show the new snapshot in error state." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:474(para) -msgid "Here is an example about how to create a volume with provisioning type. Firstly create a volume type and specify storage pool in the extra spec, then create a volume with this volume type:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:485(para) -msgid "In the example above, four volume types are created: ThickVolume, ThinVolume, DeduplicatedVolume and CompressedVolume. For ThickVolume, storagetype:provisioning is set to thick. Similarly for other volume types. If storagetype:provisioning is not specified or an invalid value, the default value thick is adopted." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:492(para) -msgid "Volume type name, such as ThickVolume, is user-defined and can be any name. Extra spec key storagetype:provisioning shall be the exact name listed here. Extra spec value for storagetype:provisioning shall be thick, thin, deduplicated or compressed. During volume creation, if the driver finds storagetype:provisioning in the extra spec of the volume type, it will create the volume with the provisioning type accordingly. Otherwise, the volume will be thick as the default." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:503(title) -msgid "Fully automated storage tiering support" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:504(para) -msgid "VNX supports Fully automated storage tiering which requires the FAST license activated on the VNX. The OpenStack administrator can use the extra spec key storagetype:tiering to set the tiering policy of a volume and use the extra spec key fast_support=True to let Block Storage scheduler find a volume back end which manages a VNX with FAST license activated. Here are the five supported values for the extra spec key storagetype:tiering:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:514(para) -msgid "StartHighThenAuto (Default option)" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:517(literal) -msgid "Auto" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:520(literal) -msgid "HighestAvailable" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:523(literal) -msgid "LowestAvailable" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:526(literal) -msgid "NoMovement" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:529(para) -msgid "Tiering policy can not be set for a deduplicated volume. The user can check storage pool properties on VNX to know the tiering policy of a deduplicated volume." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:532(para) -msgid "Here is an example about how to create a volume with tiering policy:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:539(title) -msgid "FAST Cache support" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:540(para) -msgid "VNX has FAST Cache feature which requires the FAST Cache license activated on the VNX. The OpenStack administrator can use the extra spec key fast_cache_enabled to choose whether to create a volume on the volume back end which manages a pool with FAST Cache enabled. The value of the extra spec key fast_cache_enabled is either True or False. When creating a volume, if the key fast_cache_enabled is set to True in the volume type, the volume will be created by a back end which manages a pool with FAST Cache enabled." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:551(title) -msgid "Storage group automatic deletion" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:552(para) -msgid "For volume attaching, the driver has a storage group on VNX for each compute node hosting the vm instances that are going to consume VNX Block Storage (using the compute node's hostname as the storage group's name). All the volumes attached to the vm instances in a computer node will be put into the corresponding Storage Group. If destroy_empty_storage_group=True, the driver will remove the empty storage group when its last volume is detached. For data safety, it does not suggest to set the option destroy_empty_storage_group=True unless the VNX is exclusively managed by one Block Storage node because consistent lock_path is required for operation synchronization for this behavior." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:566(title) -msgid "EMC storage-assisted volume migration" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:567(para) -msgid "EMC VNX direct driver supports storage-assisted volume migration, when the user starts migrating with cinder migrate --force-host-copy False volume_id host or cinder migrate volume_id host, cinder will try to leverage the VNX's native volume migration functionality." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:572(para) -msgid "In the following scenarios, VNX native volume migration will not be triggered:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:576(para) -msgid "Volume migration between back ends with different storage protocol, ex, FC and iSCSI." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:580(para) -msgid "Volume is being migrated across arrays." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:585(title) -msgid "Initiator auto registration" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:586(para) -msgid "If initiator_auto_registration=True, the driver will automatically register iSCSI initiators with all working iSCSI target ports on the VNX array during volume attaching (The driver will skip those initiators that have already been registered)." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:590(para) -msgid "If the user wants to register the initiators with some specific ports on VNX but not register with the other ports, this functionality should be disabled." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:595(title) -msgid "Initiator auto deregistration" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:596(para) -msgid "Enabling storage group automatic deletion is the precondition of this functionality. If initiator_auto_deregistration=True is set, the driver will deregister all the iSCSI initiators of the host after its storage group is deleted." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:602(title) -msgid "Read-only volumes" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:603(para) -msgid "OpenStack supports read-only volumes. The following command can be used to set a volume to read-only." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:607(para) -msgid "After a volume is marked as read-only, the driver will forward the information when a hypervisor is attaching the volume and the hypervisor will have an implementation-specific way to make sure the volume is not written." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:613(title) -msgid "Multiple pools support" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:614(para) -msgid "Normally the user configures a storage pool for a Block Storage back end (named as pool-based back end), so that the Block Storage back end uses only that storage pool." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:617(para) -msgid "If storage_vnx_pool_name is not given in the configuration file, the Block Storage back end uses all the pools on the VNX array, and the scheduler chooses the pool to place the volume based on its capacities and capabilities. This kind of Block Storage back end is named as array-based back end." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:622(para) -msgid "Here is an example about configuration of array-based back end:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:632(para) -msgid "In this configuration, if the user wants to create a volume on a certain storage pool, a volume type with a extra spec specified the storage pool should be created first, then the user can use this volume type to create the volume." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:636(para) -msgid "Here is an example about creating the volume type:" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:642(title) -msgid "Volume number threshold" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:643(para) -msgid "In VNX, there is a limit on the maximum number of pool volumes that can be created in the system. When the limit is reached, no more pool volumes can be created even if there is enough remaining capacity in the storage pool. In other words, if the scheduler dispatches a volume creation request to a back end that has free capacity but reaches the limit, the back end will fail to create the corresponding volume." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:649(para) -msgid "The default value of the option check_max_pool_luns_threshold is False. When check_max_pool_luns_threshold=True, the pool-based back end will check the limit and will report 0 free capacity to the scheduler if the limit is reached. So the scheduler will be able to skip this kind of pool-based back end that runs out of the pool volume number." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:656(title) -msgid "FC SAN auto zoning" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:657(para) -msgid "EMC direct driver supports FC SAN auto zoning when ZoneManager is configured. Set zoning_mode to fabric in back-end configuration section to enable this feature. For ZoneManager configuration, please refer to ." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:664(title) -msgid "Multi-backend configuration" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:698(para) -msgid "For more details on multi-backend, see OpenStack Cloud Administration Guide." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:703(title) -msgid "Force delete volumes in storage groups" -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:704(para) -msgid "Some available volumes may remain in storage groups on the VNX array due to some OpenStack timeout issues. But the VNX array does not allow the user to delete the volumes which are still in storage groups. The option force_delete_lun_in_storagegroup is introduced to allow the user to delete the available volumes in this tricky situation." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:709(para) -msgid "When force_delete_lun_in_storagegroup=True is set in the back-end section, the driver will move the volumes out of storage groups and then delete them if the user tries to delete the volumes that remain in storage groups on the VNX array." -msgstr "" - -#: ./doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml:712(para) -msgid "The default value of force_delete_lun_in_storagegroup is False." -msgstr "" - #: ./doc/config-reference/block-storage/drivers/datera-volume-driver.xml:6(title) msgid "Datera volume driver" msgstr "" @@ -12533,6 +11997,960 @@ msgstr "" msgid "The IP or hostname of the gateway node marked 'B', commonly referred to as 'MG-B'." msgstr "" +#. When image changes, this message will be marked fuzzy or untranslated for you. +#. It doesn't matter what you translate it to: it's not used at all. +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:159(None) +msgid "@@image: '../../../common/figures/emc/enabler.png'; md5=207fa592a61286e0628b66554554ca4c" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:7(para) +msgid "EMC VNX driver consists of EMCCLIISCSIDriver and EMCCLIFCDriver, and supports both iSCSI and FC protocol. EMCCLIISCSIDriver (VNX iSCSI driver) and EMCCLIFCDriver (VNX FC driver) are separately based on the ISCSIDriver and FCDriver defined in Block Storage." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:15(title) +msgid "Overview" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:16(para) +msgid "The VNX iSCSI driver and VNX FC driver perform the volume operations by executing Navisphere CLI (NaviSecCLI) which is a command line interface used for management, diagnostics, and reporting functions for VNX." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:24(para) +msgid "VNX Operational Environment for Block version 5.32 or higher." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:28(para) +msgid "VNX Snapshot and Thin Provisioning license should be activated for VNX." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:32(para) +msgid "Navisphere CLI v7.32 or higher is installed along with the driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:59(para) +msgid "Migrate a volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:68(para) +msgid "Create and delete consistency groups." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:74(para) +msgid "Modify consistency groups." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:77(para) +msgid "Efficient non-disruptive volume backup." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:83(title) +msgid "Preparation" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:84(para) +msgid "This section contains instructions to prepare the Block Storage nodes to use the EMC VNX driver. You install the Navisphere CLI, install the driver, ensure you have correct zoning configurations, and register the driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:89(title) +msgid "Install Navisphere CLI" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:90(para) +msgid "Navisphere CLI needs to be installed on all Block Storage nodes within an OpenStack deployment. You need to download different versions for different platforms." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:95(para) +msgid "For Ubuntu x64, DEB is available at EMC OpenStack Github." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:100(para) +msgid "For all other variants of Linux, Navisphere CLI is available at Downloads for VNX2 Series or Downloads for VNX1 Series." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:107(para) +msgid "After installation, set the security level of Navisphere CLI to low:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:114(title) +msgid "Check array software" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:115(para) +msgid "Make sure your have following software installed for certain features." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:117(caption) +msgid "Required software" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:122(td) +msgid "Feature" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:123(td) +msgid "Software Required" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:129(para) +msgid "ThinProvisioning" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:133(para) +msgid "VNXSnapshots" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:136(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:779(title) +msgid "FAST cache support" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:137(para) +msgid "FASTCache" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:140(para) +msgid "Create volume with type compressed" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:141(para) +msgid "Compression" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:144(para) +msgid "Create volume with type deduplicated" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:145(para) +msgid "Deduplication" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:149(para) +msgid "You can check the status of your array software in the \"Software\" page of \"Storage System Properties\". Here is how it looks like." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:155(title) +msgid "Installed software on VNX" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:165(title) +msgid "Install EMC VNX driver" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:166(para) +msgid "Both EMCCLIISCSIDriver and EMCCLIFCDriver are included in the Block Storage installer package:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:171(filename) +msgid "emc_vnx_cli.py" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:174(para) +msgid "emc_cli_fc.py (for )" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:178(para) +msgid "emc_cli_iscsi.py (for )" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:185(para) +msgid "For FC Driver, FC zoning is properly configured between hosts and VNX. Check for reference." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:190(para) +msgid "For iSCSI Driver, make sure your VNX iSCSI port is accessible by your hosts. Check for reference." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:195(para) +msgid "You can use initiator_auto_registration=True configuration to avoid register the ports manually. Please check the detail of the configuration in for reference." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:201(para) +msgid "If you are trying to setup multipath, please refer to Multipath Setup in ." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:210(para) +msgid "Make the following changes in /etc/cinder/cinder.conf file:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:213(para) +msgid "Changes to your configuration won't take effect until your restart your cinder service." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:217(title) +msgid "Minimum configuration" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:218(para) +msgid "Here is a sample of minimum backend configuration. See following sections for the detail of each option Replace EMCCLIFCDriver to EMCCLIISCSIDriver if your are using the iSCSI driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:237(title) +msgid "Multi-backend configuration" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:238(para) +msgid "Here is a sample of a multi-backend configuration. See following sections for the detail of each option. Replace EMCCLIFCDriver to EMCCLIISCSIDriver if your are using the iSCSI driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:264(para) +msgid "For more details on multi-backends, see OpenStack Cloud Administration Guide" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:271(title) +msgid "Required configurations" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:273(title) +msgid "IP of the VNX Storage Processors" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:274(para) +msgid "Specify the SP A and SP B IP to connect." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:281(title) +msgid "VNX login credentials" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:282(para) +msgid "There are two ways to specify the credentials." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:287(para) +msgid "Use plain text username and password." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:292(para) +msgid "Supply for plain username and password as below." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:298(para) +msgid "Valid values for storage_vnx_authentication_type are: global (default), local, ldap" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:306(para) +msgid "Use Security file" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:309(para) +msgid "This approach avoid the plain text password in your cinder configuration file. Supply a security file as below:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:314(para) +msgid "Please check Unisphere CLI user guide or for how to create a security file." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:318(title) +msgid "Path to your Unisphere CLI" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:319(para) +msgid "Specify the absolute path to your naviseccli." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:325(title) +msgid "Driver name" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:328(para) +msgid "For FC Driver, add following option:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:334(para) +msgid "For iSCSI Driver, add following option:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:341(title) +msgid "Optional configurations" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:343(title) +msgid "VNX pool names" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:344(para) +msgid "Specify the list of pools to be managed, separated by ','. They should already exist in VNX." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:349(para) +msgid "If this value is not specified, all pools of the array will be used." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:355(title) +msgid "Initiator auto registration" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:356(para) +msgid "When initiator_auto_registration=True, the driver will automatically register initiators to all working target ports of the VNX array during volume attaching (The driver will skip those initiators that have already been registered) if the option io_port_list is not specified in cinder.conf." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:364(para) +msgid "If the user wants to register the initiators with some specific ports but not register with the other ports, this functionality should be disabled." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:369(para) +msgid "When a comma-separated list is given to io_port_list, driver will only register the initiator to the ports specified in the list and only return target port(s) which belong to the target ports in the io_port_list instead of all target ports." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:378(para) +msgid "Example for FC ports:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:382(para) +msgid "a or B is Storage Processor, number 1 and 3 are Port ID." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:390(para) +msgid "Example for iSCSI ports:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:394(para) +msgid "a or B is Storage Processor, the first numbers 1 and 3 are Port ID and the second number 0 is Virtual Port ID" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:407(para) +msgid "Rather than de-registered, the registered ports will be simply bypassed whatever they are in 'io_port_list' or not." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:413(para) +msgid "Driver will raise an exception if ports in io_port_list are not existed in VNX during startup." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:423(title) +msgid "Force delete volumes in storage group" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:424(para) +msgid "Some available volumes may remain in storage group on the VNX array due to some OpenStack timeout issue. But the VNX array do not allow the user to delete the volumes which are in storage group. Option force_delete_lun_in_storagegroup is introduced to allow the user to delete the available volumes in this tricky situation." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:433(para) +msgid "When force_delete_lun_in_storagegroup=True in the back-end section, the driver will move the volumes out of storage groups and then delete them if the user tries to delete the volumes that remain in storage group on the VNX array." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:439(para) +msgid "The default value of force_delete_lun_in_storagegroup is False." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:446(title) +msgid "Over subscription in thin provisioning" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:447(para) +msgid "Over subscription allows that the sum of all volumes' capacity (provisioned capacity) to be larger than the pool's total capacity." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:452(para) +msgid "max_over_subscription_ratio in the back-end section is the ratio of provisioned capacity over total capacity." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:457(para) +msgid "The default value of max_over_subscription_ratio is 20.0, which means the provisioned capacity can not exceed the total capacity. If the value of this ratio is set larger than 1.0, the provisioned capacity can exceed the total capacity." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:466(title) +msgid "Storage group automatic deletion" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:467(para) +msgid "For volume attaching, the driver has a storage group on VNX for each compute node hosting the vm instances which are going to consume VNX Block Storage (using compute node's hostname as storage group's name). All the volumes attached to the vm instances in a computer node will be put into the storage group. If destroy_empty_storage_group=True, the driver will remove the empty storage group after its last volume is detached. For data safety, it does not suggest to set destroy_empty_storage_group=True unless the VNX is exclusively managed by one Block Storage node because consistent lock_path is required for operation synchronization for this behavior." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:483(title) +msgid "Initiator auto deregistration" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:484(para) +msgid "Enabling storage group automatic deletion is the precondition of this function. If initiator_auto_deregistration=True is set, the driver will deregister all the initiators of the host after its storage group is deleted." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:493(title) +msgid "FC SAN auto zoning" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:494(para) +msgid "EMC VNX FC driver supports FC SAN auto zoning when ZoneManager is configured. Set zoning_mode to fabric in DEFAULT section to enable this feature. For ZoneManager configuration, please refer to Block Storage official guide." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:503(title) +msgid "Volume number threshold" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:504(para) +msgid "In VNX, there is a limitation on the number of pool volumes that can be created in the system. When the limitation is reached, no more pool volumes can be created even if there is remaining capacity in the storage pool. In other words, if the scheduler dispatches a volume creation request to a back end that has free capacity but reaches the volume limitation, the creation fails." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:512(para) +msgid "The default value of check_max_pool_luns_threshold is False. When check_max_pool_luns_threshold=True, the pool-based back end will check the limit and will report 0 free capacity to the scheduler if the limit is reached. So the scheduler will be able to skip this kind of pool-based back end that runs out of the pool volume number." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:524(title) +msgid "iSCSI initiators" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:525(para) +msgid "iscsi_initiators is a dictionary of IP addresses of the iSCSI initiator ports on OpenStack Nova/Cinder nodes which want to connect to VNX via iSCSI. If this option is configured, the driver will leverage this information to find an accessible iSCSI target portal for the initiator when attaching volume. Otherwise, the iSCSI target portal will be chosen in a relative random way." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:535(emphasis) +msgid "This option is only valid for iSCSI driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:537(para) +msgid "Here is an example. VNX will connect host1 with 10.0.0.1 and 10.0.0.2. And it will connect host2 with 10.0.0.3." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:543(para) +msgid "The key name (like host1 in the example) should be the output of command hostname." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:550(title) +msgid "Default timeout" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:551(para) +msgid "Specify the timeout(minutes) for operations like LUN migration, LUN creation, etc. For example, LUN migration is a typical long running operation, which depends on the LUN size and the load of the array. An upper bound in the specific deployment can be set to avoid unnecessary long wait." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:558(para) +msgid "The default value for this option is infinite." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:567(title) +msgid "Max LUNs per storage group" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:568(para) +msgid "max_luns_per_storage_group specify the max number of LUNs in a storage group. Default value is 255. It is also the max value supportedby VNX." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:575(title) +msgid "Ignore pool full threshold" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:576(para) +msgid "if ignore_pool_full_threshold is set to True, driver will force LUN creation even if the full threshold of pool is reached. Default to False" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:587(para) +msgid "Extra spec is used in volume types created in cinder as the preferred property of volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:591(para) +msgid "Block storage scheduler will use extra spec to find the suitable backend for the volume. And Block storage driver will create volume based on the properties specified by extra spec." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:596(para) +msgid "Use following command to create a volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:600(para) +msgid "Use following command to update the extra spec of a volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:604(para) +msgid "Volume types can also be configured in OpenStack Horizon." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:607(para) +msgid "In VNX Driver, we defined several extra specs. They are introduced below:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:612(title) +msgid "Provisioning type" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:615(para) +msgid "Key: provisioning:type" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:620(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:720(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:787(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:824(para) +msgid "Possible Values:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:630(para) +msgid "Volume is fully provisioned." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:634(title) +msgid "creating a thick volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:645(para) +msgid "Volume is virtually provisioned" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:649(title) +msgid "creating a thin volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:656(literal) +msgid "deduplicated" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:660(para) +msgid "Volume is thin and deduplication is enabled. The administrator shall go to VNX to configure the system level deduplication settings. To create a deduplicated volume, the VNX Deduplication license must be activated on VNX, and specify deduplication_support=True to let Block Storage scheduler find the proper volume back end." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:670(title) +msgid "creating a deduplicated volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:677(literal) +msgid "compressed" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:681(para) +msgid "Volume is thin and compression is enabled. The administrator shall go to the VNX to configure the system level compression settings. To create a compressed volume, the VNX Compression license must be activated on VNX , and use compression_support=True to let Block Storage scheduler find a volume back end. VNX does not support creating snapshots on a compressed volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:691(title) +msgid "creating a compressed volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:697(para) +msgid "Default: thick" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:703(para) +msgid "provisioning:type replaces the old spec key storagetype:provisioning. The latter one will be obsoleted in the next release. If both provisioning:typeand storagetype:provisioning are set in the volume type, the value of provisioning:type will be used." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:712(title) +msgid "Storage tiering support" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:715(para) +msgid "Key: storagetype:tiering" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:726(literal) +msgid "StartHighThenAuto" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:731(literal) +msgid "Auto" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:736(literal) +msgid "HighestAvailable" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:741(literal) +msgid "LowestAvailable" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:746(literal) +msgid "NoMovement" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:752(para) +msgid "Default: StartHighThenAuto" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:757(para) +msgid "VNX supports fully automated storage tiering which requires the FAST license activated on the VNX. The OpenStack administrator can use the extra spec key storagetype:tiering to set the tiering policy of a volume and use the key fast_support='<is> True' to let Block Storage scheduler find a volume back end which manages a VNX with FAST license activated. Here are the five supported values for the extra spec key storagetype:tiering:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:768(title) +msgid "creating a volume types with tiering policy:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:773(para) +msgid "Tiering policy can not be applied to a deduplicated volume. Tiering policy of the deduplicated LUN align with the settings of the pool." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:782(para) +msgid "Key: fast_cache_enabled" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:804(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:841(para) +msgid "Default: False" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:809(para) +msgid "VNX has FAST Cache feature which requires the FAST Cache license activated on the VNX. Volume will be created on the backend with FAST cache enabled when True is specified." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:816(title) +msgid "Snap copy" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:819(para) +msgid "Key: copytype:snap" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:846(para) +msgid "VNX driver supports snap copy which extremely accelerates the process for creating a copied volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:850(para) +msgid "By default, the driver will do full data copy when creating a volume from a snapshot or cloning a volume, which is time-consuming especially for large volumes. When snap copy is used, driver will simply create a snapshot and mount it as a volume for the 2 kinds of operations which will be instant even for large volumes." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:858(para) +msgid "To enable this functionality, the source volume should have copytype:snap=True in the extra specs of its volume type. Then the new volume cloned from the source or copied from the snapshot for the source, will be in fact a snap copy instead of a full copy. If a full copy is needed, retype/migration can be used to convert the snap-copy volume to a full-copy volume which may be time-consuming." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:869(para) +msgid "User can determine whether the volume is a snap-copy volume or not by showing its metadata. If the 'lun_type' in metadata is 'smp', the volume is a snap-copy volume. Otherwise, it is a full-copy volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:877(emphasis) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:986(emphasis) +msgid "Constraints:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:881(para) +msgid "copytype:snap=True is not allowed in the volume type of a consistency group." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:887(para) +msgid "Clone and snapshot creation are not allowed on a copied volume created through snap copy before it is converted to a full copy." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:894(para) +msgid "The number of snap-copy volume created from a source volume is limited to 255 at one point in time." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:900(para) +msgid "The source volume which has snap-copy volume can not be deleted." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:908(title) +msgid "Pool name" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:911(para) +msgid "Key: pool_name" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:916(para) +msgid "Possible Values: name of the storage pool managed by cinder" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:921(para) +msgid "Default: None" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:926(para) +msgid "If the user wants to create a volume on a certain storage pool in a backend that manages multiple pools, a volume type with a extra spec specified storage pool should be created first, then the user can use this volume type to create the volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:933(title) +msgid "Creating the volume type:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:939(title) +msgid "Obsoleted extra specs in Liberty" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:940(para) +msgid "Please avoid using following extra spec keys." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:946(literal) +msgid "storagetype:provisioning" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:951(literal) +msgid "storagetype:pool" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:958(title) +msgid "Advanced features" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:960(title) +msgid "Read-only volumes" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:961(para) +msgid "OpenStack supports read-only volumes. The following command can be used to set a volume as read-only." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:966(para) +msgid "After a volume is marked as read-only, the driver will forward the information when a hypervisor is attaching the volume and the hypervisor will make sure the volume is read-only." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:973(title) +msgid "Efficient non-disruptive volume backup" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:974(para) +msgid "The default implementation in Cinder for non-disruptive volume backup is not efficient since a cloned volume will be created during backup." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:979(para) +msgid "The approach of efficient backup is to create a snapshot for the volume and connect this snapshot (a mount point in VNX) to the Cinder host for volume backup. This eliminates migration time involved in volume clone." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:990(para) +msgid "Backup creation for a snap-copy volume is not allowed if the volume status is in-use since snapshot cannot be taken from this volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1000(title) +msgid "Best practice" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1002(title) +msgid "Multipath setup" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1003(para) +msgid "Enabling multipath volume access is recommended for robust data access. The major configuration includes:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1009(para) +msgid "Install multipath-tools, sysfsutils and sg3-utils on nodes hosting Nova-Compute and Cinder-Volume services (Please check the operating system manual for the system distribution for specific installation steps. For Red Hat based distributions, they should be device-mapper-multipath, sysfsutils and sg3_utils)." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1022(para) +msgid "Specify use_multipath_for_image_xfer=true in cinder.conf for each FC/iSCSI back end." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1028(para) +msgid "Specify iscsi_use_multipath=True in libvirt section of nova.conf. This option is valid for both iSCSI and FC driver." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1036(para) +msgid "For multipath-tools, here is an EMC recommended sample of /etc/multipath.conf." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1040(para) +msgid "user_friendly_names is not specified in the configuration and thus it will take the default value no. It is NOT recommended to set it to yes because it may fail operations such as VM live migration." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1082(para) +msgid "When multipath is used in OpenStack, multipath faulty devices may come out in Nova-Compute nodes due to different issues (Bug 1336683 is a typical example)." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1087(para) +msgid "A solution to completely avoid faulty devices has not been found yet. faulty_device_cleanup.py mitigates this issue when VNX iSCSI storage is used. Cloud administrators can deploy the script in all Nova-Compute nodes and use a CRON job to run the script on each Nova-Compute node periodically so that faulty devices will not stay too long. Please refer to: VNX faulty device cleanup for detailed usage and the script." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1100(title) +msgid "Restrictions and limitations" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1102(title) +msgid "iSCSI port cache" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1103(para) +msgid "EMC VNX iSCSI driver caches the iSCSI ports information, so that the user should restart the cinder-volume service or wait for seconds (which is configured by periodic_interval in cinder.conf) before any volume attachment operation after changing the iSCSI port configurations. Otherwise the attachment may fail because the old iSCSI port configurations were used." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1115(title) +msgid "No extending for volume with snapshots" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1116(para) +msgid "VNX does not support extending the thick volume which has a snapshot. If the user tries to extend a volume which has a snapshot, the status of the volume would change to error_extending." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1124(title) +msgid "Limitations for deploying cinder on computer node" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1125(para) +msgid "It is not recommended to deploy the driver on a compute node if cinder upload-to-image --force True is used against an in-use volume. Otherwise, cinder upload-to-image --force True will terminate the data access of the vm instance to the volume." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1134(title) +msgid "Storage group with host names in VNX" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1135(para) +msgid "When the driver notices tht there is no existing storage group that has the host name as the storage group name, it will create the storage group and also add the compute node's or Block Storage nodes' registered initiators into the storage group." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1141(para) +msgid "If the driver notices that the storage group already exists, it will assume that the registered initiators have also been put into it and skip the operations above for better performance." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1146(para) +msgid "It is recommended that the storage administrator does not create the storage group manually and instead relies on the driver for the preparation. If the storage administrator needs to create the storage group manually for some special requirements, the correct registered initiators should be put into the storage group as well (otherwise the following volume attaching operations will fail )." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1156(title) +msgid "EMC storage-assisted volume migration" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1157(para) +msgid "EMC VNX driver supports storage-assisted volume migration, when the user starts migrating with cinder migrate --force-host-copy False <volume_id> <host> or cinder migrate <volume_id> <host>, cinder will try to leverage the VNX's native volume migration functionality." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1166(para) +msgid "In following scenarios, VNX storage-assisted volume migration will not be triggered:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1172(para) +msgid "Volume migration between back ends with different storage protocol, ex, FC and iSCSI." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1178(para) +msgid "Volume is to be migrated across arrays." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1186(title) +msgid "Appendix" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1188(title) +msgid "Authenticate by security file" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1189(para) +msgid "VNX credentials are necessary when the driver connects to the VNX system. Credentials in global, local and ldap scopes are supported. There are two approaches to provide the credentials:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1194(para) +msgid "The recommended one is using the Navisphere CLI security file to provide the credentials which can get rid of providing the plain text credentials in the configuration file. Following is the instruction on how to do this." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1202(para) +msgid "Find out the Linux user id of the cinder-volume processes. Assuming the service cinder-volume is running by the account cinder." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1210(para) +msgid "Run su as root user." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1215(para) +msgid "In /etc/passwd, change cinder:x:113:120::/var/lib/cinder:/bin/false to cinder:x:113:120::/var/lib/cinder:/bin/bash (This temporary change is to make step 4 work.)" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1224(para) +msgid "Save the credentials on behave of cinder user to a security file (assuming the array credentials are admin/admin in global scope). In the command below, the '-secfilepath' switch is used to specify the location to save the security file." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1234(para) +msgid "Change cinder:x:113:120::/var/lib/cinder:/bin/bash back to cinder:x:113:120::/var/lib/cinder:/bin/false in /etc/passwd" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1243(para) +msgid "Remove the credentials options san_login, san_password and storage_vnx_authentication_type from cinder.conf. (normally it is /etc/cinder/cinder.conf). Add option storage_vnx_security_file_dir and set its value to the directory path of your security file generated in step 4. Omit this option if -secfilepath is not used in step 4." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1256(para) +msgid "Restart the cinder-volume service to validate the change." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1264(title) +msgid "Register FC port with VNX" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1265(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1326(para) +msgid "This configuration is only required when initiator_auto_registration=False." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1269(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1330(para) +msgid "To access VNX storage, the compute nodes should be registered on VNX first if initiator auto registration is not enabled." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1273(para) +msgid "To perform \"Copy Image to Volume\" and \"Copy Volume to Image\" operations, the nodes running the cinder-volume service (Block Storage nodes) must be registered with the VNX as well." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1280(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1340(para) +msgid "The steps mentioned below are for the compute nodes. Please follow the same steps for the Block Storage nodes also (The steps can be skipped if initiator auto registration is enabled)." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1287(para) +msgid "Assume 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 is the WWN of a FC initiator port name of the compute node whose hostname and IP are myhost1 and 10.10.61.1. Register 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 in Unisphere:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1294(para) +msgid "Login to Unisphere, go to FNM0000000000->Hosts->Initiators." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1297(para) +msgid "Refresh and wait until the initiator 20:00:00:24:FF:48:BA:C2:21:00:00:24:FF:48:BA:C2 with SP Port A-1 appears." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1300(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1381(para) +msgid "Click the Register button, select CLARiiON/VNX and enter the hostname (which is the output of the linux command hostname) and IP address:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1306(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1387(para) +msgid "Hostname : myhost1" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1309(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1390(para) +msgid "IP : 10.10.61.1" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1312(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1393(para) +msgid "Click Register" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1316(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1397(para) +msgid "Then host 10.10.61.1 will appear under Hosts->Host List as well." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1321(para) +msgid "Register the wwn with more ports if needed." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1325(title) +msgid "Register iSCSI port with VNX" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1334(para) +msgid "To perform \"Copy Image to Volume\" and \"Copy Volume to Image\" operations, the nodes running the cinder-volume service (Block Storage nodes) must be registered with the VNX as well." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1346(para) +msgid "On the compute node with IP address 10.10.61.1 and hostname myhost1, execute the following commands (assuming 10.10.61.35 is the iSCSI target):" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1351(para) +msgid "Start the iSCSI initiator service on the node" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1354(para) +msgid "Discover the iSCSI target portals on VNX" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1357(para) +msgid "Enter /etc/iscsi" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1360(para) +msgid "Find out the iqn of the node" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1365(para) +msgid "Login to VNX from the compute node using the target corresponding to the SPA port:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1370(para) +msgid "Assume iqn.1993-08.org.debian:01:1a2b3c4d5f6g is the initiator name of the compute node. Register iqn.1993-08.org.debian:01:1a2b3c4d5f6g in Unisphere:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1375(para) +msgid "Login to Unisphere, go to FNM0000000000->Hosts->Initiators ." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1378(para) +msgid "Refresh and wait until the initiator iqn.1993-08.org.debian:01:1a2b3c4d5f6g with SP Port A-8v0 appears." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1402(para) ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1413(para) +msgid "Logout iSCSI on the node:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1406(para) +msgid "Login to VNX from the compute node using the target corresponding to the SPB port:" +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1411(para) +msgid "In Unisphere register the initiator with the SPB port." +msgstr "" + +#: ./doc/config-reference/block-storage/drivers/emc-vnx-driver.xml:1417(para) +msgid "Register the iqn with more ports if needed." +msgstr "" + #: ./doc/config-reference/block-storage/drivers/sheepdog-driver.xml:6(title) msgid "Sheepdog driver" msgstr "" @@ -15936,826 +16354,818 @@ msgid "(BoolOpt) Create an internal mapping of volume IDs and account. Optimizes msgstr "" #: ./doc/config-reference/conf-changes/cinder.xml:440(td) -msgid "[DEFAULT] sf_svip = None" -msgstr "" - -#: ./doc/config-reference/conf-changes/cinder.xml:441(td) -msgid "(StrOpt) Overrides default cluster SVIP with the one specified. This is required or deployments that have implemented the use of VLANs for iSCSI networks in their cloud." -msgstr "" - -#: ./doc/config-reference/conf-changes/cinder.xml:444(td) msgid "[DEFAULT] sheepdog_store_address = 127.0.0.1" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:445(td) +#: ./doc/config-reference/conf-changes/cinder.xml:441(td) msgid "(StrOpt) IP address of sheep daemon." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:448(td) +#: ./doc/config-reference/conf-changes/cinder.xml:444(td) msgid "[DEFAULT] sheepdog_store_port = 7000" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:449(td) +#: ./doc/config-reference/conf-changes/cinder.xml:445(td) msgid "(IntOpt) Port of sheep daemon." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:452(td) +#: ./doc/config-reference/conf-changes/cinder.xml:448(td) msgid "[DEFAULT] sio_force_delete = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:453(td) +#: ./doc/config-reference/conf-changes/cinder.xml:449(td) msgid "(BoolOpt) Whether to allow force delete." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:456(td) +#: ./doc/config-reference/conf-changes/cinder.xml:452(td) msgid "[DEFAULT] sio_protection_domain_id = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:457(td) +#: ./doc/config-reference/conf-changes/cinder.xml:453(td) msgid "(StrOpt) Protection domain id." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:460(td) +#: ./doc/config-reference/conf-changes/cinder.xml:456(td) msgid "[DEFAULT] sio_protection_domain_name = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:461(td) +#: ./doc/config-reference/conf-changes/cinder.xml:457(td) msgid "(StrOpt) Protection domain name." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:464(td) +#: ./doc/config-reference/conf-changes/cinder.xml:460(td) msgid "[DEFAULT] sio_rest_server_port = 443" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:465(td) +#: ./doc/config-reference/conf-changes/cinder.xml:461(td) msgid "(StrOpt) REST server port." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:468(td) +#: ./doc/config-reference/conf-changes/cinder.xml:464(td) msgid "[DEFAULT] sio_round_volume_capacity = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:469(td) +#: ./doc/config-reference/conf-changes/cinder.xml:465(td) msgid "(BoolOpt) Whether to round volume capacity." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:472(td) +#: ./doc/config-reference/conf-changes/cinder.xml:468(td) msgid "[DEFAULT] sio_server_certificate_path = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:473(td) +#: ./doc/config-reference/conf-changes/cinder.xml:469(td) msgid "(StrOpt) Server certificate path." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:476(td) +#: ./doc/config-reference/conf-changes/cinder.xml:472(td) msgid "[DEFAULT] sio_storage_pool_id = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:477(td) +#: ./doc/config-reference/conf-changes/cinder.xml:473(td) msgid "(StrOpt) Storage pool id." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:480(td) +#: ./doc/config-reference/conf-changes/cinder.xml:476(td) msgid "[DEFAULT] sio_storage_pool_name = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:481(td) ./doc/config-reference/conf-changes/cinder.xml:617(td) +#: ./doc/config-reference/conf-changes/cinder.xml:477(td) ./doc/config-reference/conf-changes/cinder.xml:613(td) msgid "(StrOpt) Storage pool name." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:484(td) +#: ./doc/config-reference/conf-changes/cinder.xml:480(td) msgid "[DEFAULT] sio_storage_pools = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:485(td) +#: ./doc/config-reference/conf-changes/cinder.xml:481(td) msgid "(StrOpt) Storage pools." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:488(td) +#: ./doc/config-reference/conf-changes/cinder.xml:484(td) msgid "[DEFAULT] sio_unmap_volume_before_deletion = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:489(td) +#: ./doc/config-reference/conf-changes/cinder.xml:485(td) msgid "(BoolOpt) Whether to unmap volume before deletion." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:492(td) +#: ./doc/config-reference/conf-changes/cinder.xml:488(td) msgid "[DEFAULT] sio_verify_server_certificate = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:493(td) +#: ./doc/config-reference/conf-changes/cinder.xml:489(td) msgid "(BoolOpt) Whether to verify server certificate." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:496(td) +#: ./doc/config-reference/conf-changes/cinder.xml:492(td) msgid "[DEFAULT] storage_vnx_pool_names = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:497(td) +#: ./doc/config-reference/conf-changes/cinder.xml:493(td) msgid "(StrOpt) Comma-separated list of storage pool names to be used." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:500(td) +#: ./doc/config-reference/conf-changes/cinder.xml:496(td) msgid "[DEFAULT] tintri_api_version = v310" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:501(td) +#: ./doc/config-reference/conf-changes/cinder.xml:497(td) msgid "(StrOpt) API version for the storage system" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:504(td) +#: ./doc/config-reference/conf-changes/cinder.xml:500(td) msgid "[DEFAULT] tintri_server_hostname = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:505(td) +#: ./doc/config-reference/conf-changes/cinder.xml:501(td) msgid "(StrOpt) The hostname (or IP address) for the storage system" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:508(td) +#: ./doc/config-reference/conf-changes/cinder.xml:504(td) msgid "[DEFAULT] tintri_server_password = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:509(td) +#: ./doc/config-reference/conf-changes/cinder.xml:505(td) msgid "(StrOpt) Password for the storage system" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:512(td) +#: ./doc/config-reference/conf-changes/cinder.xml:508(td) msgid "[DEFAULT] tintri_server_username = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:513(td) +#: ./doc/config-reference/conf-changes/cinder.xml:509(td) msgid "(StrOpt) User name for the storage system" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:516(td) +#: ./doc/config-reference/conf-changes/cinder.xml:512(td) msgid "[DEFAULT] trace_flags = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:517(td) +#: ./doc/config-reference/conf-changes/cinder.xml:513(td) msgid "(ListOpt) List of options that control which trace info is written to the DEBUG log level to assist developers. Valid values are method and api." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:520(td) +#: ./doc/config-reference/conf-changes/cinder.xml:516(td) msgid "[DEFAULT] violin_request_timeout = 300" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:521(td) +#: ./doc/config-reference/conf-changes/cinder.xml:517(td) msgid "(IntOpt) Global backend request timeout, in seconds." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:524(td) +#: ./doc/config-reference/conf-changes/cinder.xml:520(td) msgid "[DEFAULT] vmware_ca_file = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:525(td) ./doc/config-reference/conf-changes/ceilometer.xml:245(td) +#: ./doc/config-reference/conf-changes/cinder.xml:521(td) ./doc/config-reference/conf-changes/ceilometer.xml:245(td) msgid "(StrOpt) CA bundle file to use in verifying the vCenter server certificate." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:528(td) +#: ./doc/config-reference/conf-changes/cinder.xml:524(td) msgid "[DEFAULT] vmware_cluster_name = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:529(td) +#: ./doc/config-reference/conf-changes/cinder.xml:525(td) msgid "(MultiStrOpt) Name of a vCenter compute cluster where volumes should be created." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:532(td) +#: ./doc/config-reference/conf-changes/cinder.xml:528(td) msgid "[DEFAULT] vmware_insecure = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:533(td) +#: ./doc/config-reference/conf-changes/cinder.xml:529(td) msgid "(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if \"vmware_ca_file\" is set." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:536(td) +#: ./doc/config-reference/conf-changes/cinder.xml:532(td) msgid "[DEFAULT] vzstorage_mount_options = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:537(td) +#: ./doc/config-reference/conf-changes/cinder.xml:533(td) msgid "(ListOpt) Mount options passed to the vzstorage client. See section of the pstorage-mount man page for details." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:540(td) +#: ./doc/config-reference/conf-changes/cinder.xml:536(td) msgid "[DEFAULT] vzstorage_mount_point_base = $state_path/mnt" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:541(td) +#: ./doc/config-reference/conf-changes/cinder.xml:537(td) msgid "(StrOpt) Base dir containing mount points for vzstorage shares." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:544(td) +#: ./doc/config-reference/conf-changes/cinder.xml:540(td) msgid "[DEFAULT] vzstorage_shares_config = /etc/cinder/vzstorage_shares" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:545(td) +#: ./doc/config-reference/conf-changes/cinder.xml:541(td) msgid "(StrOpt) File with the list of available vzstorage shares." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:548(td) +#: ./doc/config-reference/conf-changes/cinder.xml:544(td) msgid "[DEFAULT] vzstorage_sparsed_volumes = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:549(td) +#: ./doc/config-reference/conf-changes/cinder.xml:545(td) msgid "(BoolOpt) Create volumes as sparsed files which take no space rather than regular files when using raw format, in which case volume creation takes lot of time." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:552(td) +#: ./doc/config-reference/conf-changes/cinder.xml:548(td) msgid "[DEFAULT] vzstorage_used_ratio = 0.95" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:553(td) +#: ./doc/config-reference/conf-changes/cinder.xml:549(td) msgid "(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:556(td) ./doc/config-reference/conf-changes/manila.xml:172(td) ./doc/config-reference/conf-changes/keystone.xml:48(td) ./doc/config-reference/conf-changes/ironic.xml:44(td) ./doc/config-reference/conf-changes/sahara.xml:60(td) ./doc/config-reference/conf-changes/nova.xml:64(td) ./doc/config-reference/conf-changes/neutron.xml:88(td) ./doc/config-reference/conf-changes/ceilometer.xml:72(td) ./doc/config-reference/conf-changes/trove.xml:56(td) ./doc/config-reference/conf-changes/glance.xml:56(td) ./doc/config-reference/conf-changes/heat.xml:52(td) +#: ./doc/config-reference/conf-changes/cinder.xml:552(td) ./doc/config-reference/conf-changes/manila.xml:172(td) ./doc/config-reference/conf-changes/keystone.xml:48(td) ./doc/config-reference/conf-changes/ironic.xml:44(td) ./doc/config-reference/conf-changes/sahara.xml:60(td) ./doc/config-reference/conf-changes/nova.xml:64(td) ./doc/config-reference/conf-changes/neutron.xml:88(td) ./doc/config-reference/conf-changes/ceilometer.xml:72(td) ./doc/config-reference/conf-changes/trove.xml:56(td) ./doc/config-reference/conf-changes/glance.xml:56(td) ./doc/config-reference/conf-changes/heat.xml:52(td) msgid "[DEFAULT] watch_log_file = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:557(td) ./doc/config-reference/conf-changes/manila.xml:173(td) ./doc/config-reference/conf-changes/keystone.xml:49(td) ./doc/config-reference/conf-changes/ironic.xml:45(td) ./doc/config-reference/conf-changes/sahara.xml:61(td) ./doc/config-reference/conf-changes/nova.xml:65(td) ./doc/config-reference/conf-changes/neutron.xml:89(td) ./doc/config-reference/conf-changes/ceilometer.xml:73(td) ./doc/config-reference/conf-changes/trove.xml:57(td) ./doc/config-reference/conf-changes/glance.xml:57(td) ./doc/config-reference/conf-changes/heat.xml:53(td) +#: ./doc/config-reference/conf-changes/cinder.xml:553(td) ./doc/config-reference/conf-changes/manila.xml:173(td) ./doc/config-reference/conf-changes/keystone.xml:49(td) ./doc/config-reference/conf-changes/ironic.xml:45(td) ./doc/config-reference/conf-changes/sahara.xml:61(td) ./doc/config-reference/conf-changes/nova.xml:65(td) ./doc/config-reference/conf-changes/neutron.xml:89(td) ./doc/config-reference/conf-changes/ceilometer.xml:73(td) ./doc/config-reference/conf-changes/trove.xml:57(td) ./doc/config-reference/conf-changes/glance.xml:57(td) ./doc/config-reference/conf-changes/heat.xml:53(td) msgid "(BoolOpt) (Optional) Uses logging handler designed to watch file system. When log file is moved or removed this handler will open a new log file with specified path instantaneously. It makes sense only if log-file option is specified and Linux platform is used. This option is ignored if log_config_append is set." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:560(td) +#: ./doc/config-reference/conf-changes/cinder.xml:556(td) msgid "[DEFAULT] xtremio_array_busy_retry_count = 5" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:561(td) +#: ./doc/config-reference/conf-changes/cinder.xml:557(td) msgid "(IntOpt) Number of retries in case array is busy" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:564(td) +#: ./doc/config-reference/conf-changes/cinder.xml:560(td) msgid "[DEFAULT] xtremio_array_busy_retry_interval = 5" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:565(td) +#: ./doc/config-reference/conf-changes/cinder.xml:561(td) msgid "(IntOpt) Interval between retries in case array is busy" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:568(td) +#: ./doc/config-reference/conf-changes/cinder.xml:564(td) msgid "[DEFAULT] zfssa_cache_directory = os-cinder-cache" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:569(td) +#: ./doc/config-reference/conf-changes/cinder.xml:565(td) msgid "(StrOpt) Name of directory inside zfssa_nfs_share where cache volumes are stored." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:572(td) +#: ./doc/config-reference/conf-changes/cinder.xml:568(td) msgid "[DEFAULT] zfssa_cache_project = os-cinder-cache" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:573(td) +#: ./doc/config-reference/conf-changes/cinder.xml:569(td) msgid "(StrOpt) Name of ZFSSA project where cache volumes are stored." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:576(td) +#: ./doc/config-reference/conf-changes/cinder.xml:572(td) msgid "[DEFAULT] zfssa_enable_local_cache = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:577(td) +#: ./doc/config-reference/conf-changes/cinder.xml:573(td) msgid "(BoolOpt) Flag to enable local caching: True, False." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:580(td) +#: ./doc/config-reference/conf-changes/cinder.xml:576(td) msgid "[DEFAULT] zfssa_initiator =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:581(td) +#: ./doc/config-reference/conf-changes/cinder.xml:577(td) msgid "(StrOpt) iSCSI initiator IQNs. (comma separated)" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:584(td) +#: ./doc/config-reference/conf-changes/cinder.xml:580(td) msgid "[DEFAULT] zfssa_initiator_config =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:585(td) +#: ./doc/config-reference/conf-changes/cinder.xml:581(td) msgid "(StrOpt) iSCSI initiators configuration." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:588(td) +#: ./doc/config-reference/conf-changes/cinder.xml:584(td) msgid "[DEFAULT] zfssa_initiator_group =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:589(td) +#: ./doc/config-reference/conf-changes/cinder.xml:585(td) msgid "(StrOpt) iSCSI initiator group." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:592(td) +#: ./doc/config-reference/conf-changes/cinder.xml:588(td) msgid "[DEFAULT] zfssa_initiator_password =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:593(td) +#: ./doc/config-reference/conf-changes/cinder.xml:589(td) msgid "(StrOpt) Secret of the iSCSI initiator CHAP user." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:596(td) +#: ./doc/config-reference/conf-changes/cinder.xml:592(td) msgid "[DEFAULT] zfssa_initiator_user =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:597(td) +#: ./doc/config-reference/conf-changes/cinder.xml:593(td) msgid "(StrOpt) iSCSI initiator CHAP user (name)." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:600(td) +#: ./doc/config-reference/conf-changes/cinder.xml:596(td) msgid "[DEFAULT] zfssa_lun_compression = off" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:601(td) +#: ./doc/config-reference/conf-changes/cinder.xml:597(td) msgid "(StrOpt) Data compression." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:604(td) +#: ./doc/config-reference/conf-changes/cinder.xml:600(td) msgid "[DEFAULT] zfssa_lun_logbias = latency" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:605(td) +#: ./doc/config-reference/conf-changes/cinder.xml:601(td) msgid "(StrOpt) Synchronous write bias." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:608(td) +#: ./doc/config-reference/conf-changes/cinder.xml:604(td) msgid "[DEFAULT] zfssa_lun_sparse = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:609(td) +#: ./doc/config-reference/conf-changes/cinder.xml:605(td) msgid "(BoolOpt) Flag to enable sparse (thin-provisioned): True, False." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:612(td) +#: ./doc/config-reference/conf-changes/cinder.xml:608(td) msgid "[DEFAULT] zfssa_lun_volblocksize = 8k" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:613(td) +#: ./doc/config-reference/conf-changes/cinder.xml:609(td) msgid "(StrOpt) Block size." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:616(td) +#: ./doc/config-reference/conf-changes/cinder.xml:612(td) msgid "[DEFAULT] zfssa_pool = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:620(td) +#: ./doc/config-reference/conf-changes/cinder.xml:616(td) msgid "[DEFAULT] zfssa_project = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:621(td) +#: ./doc/config-reference/conf-changes/cinder.xml:617(td) msgid "(StrOpt) Project name." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:624(td) +#: ./doc/config-reference/conf-changes/cinder.xml:620(td) msgid "[DEFAULT] zfssa_replication_ip =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:625(td) +#: ./doc/config-reference/conf-changes/cinder.xml:621(td) msgid "(StrOpt) IP address used for replication data. (maybe the same as data ip)" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:628(td) +#: ./doc/config-reference/conf-changes/cinder.xml:624(td) msgid "[DEFAULT] zfssa_target_group = tgt-grp" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:629(td) +#: ./doc/config-reference/conf-changes/cinder.xml:625(td) msgid "(StrOpt) iSCSI target group name." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:632(td) +#: ./doc/config-reference/conf-changes/cinder.xml:628(td) msgid "[DEFAULT] zfssa_target_interfaces = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:633(td) +#: ./doc/config-reference/conf-changes/cinder.xml:629(td) msgid "(StrOpt) Network interfaces of iSCSI targets. (comma separated)" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:636(td) +#: ./doc/config-reference/conf-changes/cinder.xml:632(td) msgid "[DEFAULT] zfssa_target_password =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:637(td) +#: ./doc/config-reference/conf-changes/cinder.xml:633(td) msgid "(StrOpt) Secret of the iSCSI target CHAP user." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:640(td) +#: ./doc/config-reference/conf-changes/cinder.xml:636(td) msgid "[DEFAULT] zfssa_target_portal = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:641(td) +#: ./doc/config-reference/conf-changes/cinder.xml:637(td) msgid "(StrOpt) iSCSI target portal (Data-IP:Port, w.x.y.z:3260)." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:644(td) +#: ./doc/config-reference/conf-changes/cinder.xml:640(td) msgid "[DEFAULT] zfssa_target_user =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:645(td) +#: ./doc/config-reference/conf-changes/cinder.xml:641(td) msgid "(StrOpt) iSCSI target CHAP user (name)." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:648(td) ./doc/config-reference/conf-changes/manila.xml:208(td) ./doc/config-reference/conf-changes/keystone.xml:52(td) ./doc/config-reference/conf-changes/ironic.xml:48(td) ./doc/config-reference/conf-changes/sahara.xml:64(td) ./doc/config-reference/conf-changes/nova.xml:68(td) ./doc/config-reference/conf-changes/neutron.xml:92(td) ./doc/config-reference/conf-changes/ceilometer.xml:76(td) ./doc/config-reference/conf-changes/trove.xml:60(td) ./doc/config-reference/conf-changes/glance.xml:60(td) ./doc/config-reference/conf-changes/heat.xml:56(td) +#: ./doc/config-reference/conf-changes/cinder.xml:644(td) ./doc/config-reference/conf-changes/manila.xml:208(td) ./doc/config-reference/conf-changes/keystone.xml:52(td) ./doc/config-reference/conf-changes/ironic.xml:48(td) ./doc/config-reference/conf-changes/sahara.xml:64(td) ./doc/config-reference/conf-changes/nova.xml:68(td) ./doc/config-reference/conf-changes/neutron.xml:92(td) ./doc/config-reference/conf-changes/ceilometer.xml:76(td) ./doc/config-reference/conf-changes/trove.xml:60(td) ./doc/config-reference/conf-changes/glance.xml:60(td) ./doc/config-reference/conf-changes/heat.xml:56(td) msgid "[DEFAULT] zmq_use_broker = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:649(td) ./doc/config-reference/conf-changes/manila.xml:209(td) ./doc/config-reference/conf-changes/keystone.xml:53(td) ./doc/config-reference/conf-changes/ironic.xml:49(td) ./doc/config-reference/conf-changes/sahara.xml:65(td) ./doc/config-reference/conf-changes/nova.xml:69(td) ./doc/config-reference/conf-changes/neutron.xml:93(td) ./doc/config-reference/conf-changes/ceilometer.xml:77(td) ./doc/config-reference/conf-changes/trove.xml:61(td) ./doc/config-reference/conf-changes/glance.xml:61(td) ./doc/config-reference/conf-changes/heat.xml:57(td) +#: ./doc/config-reference/conf-changes/cinder.xml:645(td) ./doc/config-reference/conf-changes/manila.xml:209(td) ./doc/config-reference/conf-changes/keystone.xml:53(td) ./doc/config-reference/conf-changes/ironic.xml:49(td) ./doc/config-reference/conf-changes/sahara.xml:65(td) ./doc/config-reference/conf-changes/nova.xml:69(td) ./doc/config-reference/conf-changes/neutron.xml:93(td) ./doc/config-reference/conf-changes/ceilometer.xml:77(td) ./doc/config-reference/conf-changes/trove.xml:61(td) ./doc/config-reference/conf-changes/glance.xml:61(td) ./doc/config-reference/conf-changes/heat.xml:57(td) msgid "(BoolOpt) Shows whether zmq-messaging uses broker or not." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:652(td) ./doc/config-reference/conf-changes/manila.xml:212(td) ./doc/config-reference/conf-changes/keystone.xml:56(td) ./doc/config-reference/conf-changes/ironic.xml:92(td) ./doc/config-reference/conf-changes/sahara.xml:72(td) ./doc/config-reference/conf-changes/nova.xml:72(td) ./doc/config-reference/conf-changes/neutron.xml:152(td) ./doc/config-reference/conf-changes/ceilometer.xml:112(td) ./doc/config-reference/conf-changes/glance.xml:64(td) ./doc/config-reference/conf-changes/heat.xml:124(td) +#: ./doc/config-reference/conf-changes/cinder.xml:648(td) ./doc/config-reference/conf-changes/manila.xml:212(td) ./doc/config-reference/conf-changes/keystone.xml:56(td) ./doc/config-reference/conf-changes/ironic.xml:92(td) ./doc/config-reference/conf-changes/sahara.xml:72(td) ./doc/config-reference/conf-changes/nova.xml:72(td) ./doc/config-reference/conf-changes/neutron.xml:152(td) ./doc/config-reference/conf-changes/ceilometer.xml:112(td) ./doc/config-reference/conf-changes/glance.xml:64(td) ./doc/config-reference/conf-changes/heat.xml:124(td) msgid "[cors] allow_credentials = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:653(td) ./doc/config-reference/conf-changes/cinder.xml:677(td) ./doc/config-reference/conf-changes/manila.xml:213(td) ./doc/config-reference/conf-changes/manila.xml:237(td) ./doc/config-reference/conf-changes/keystone.xml:57(td) ./doc/config-reference/conf-changes/keystone.xml:81(td) ./doc/config-reference/conf-changes/ironic.xml:93(td) ./doc/config-reference/conf-changes/ironic.xml:117(td) ./doc/config-reference/conf-changes/sahara.xml:73(td) ./doc/config-reference/conf-changes/sahara.xml:97(td) ./doc/config-reference/conf-changes/nova.xml:73(td) ./doc/config-reference/conf-changes/nova.xml:97(td) ./doc/config-reference/conf-changes/neutron.xml:153(td) ./doc/config-reference/conf-changes/neutron.xml:177(td) ./doc/config-reference/conf-changes/ceilometer.xml:113(td) ./doc/config-reference/conf-changes/ceilometer.xml:137(td) ./doc/config-reference/conf-changes/glance.xml:65(td) ./doc/config-reference/conf-changes/glance.xml:89(td) ./doc/config-reference/conf-changes/heat.xml:125(td) ./doc/config-reference/conf-changes/heat.xml:149(td) +#: ./doc/config-reference/conf-changes/cinder.xml:649(td) ./doc/config-reference/conf-changes/cinder.xml:673(td) ./doc/config-reference/conf-changes/manila.xml:213(td) ./doc/config-reference/conf-changes/manila.xml:237(td) ./doc/config-reference/conf-changes/keystone.xml:57(td) ./doc/config-reference/conf-changes/keystone.xml:81(td) ./doc/config-reference/conf-changes/ironic.xml:93(td) ./doc/config-reference/conf-changes/ironic.xml:117(td) ./doc/config-reference/conf-changes/sahara.xml:73(td) ./doc/config-reference/conf-changes/sahara.xml:97(td) ./doc/config-reference/conf-changes/nova.xml:73(td) ./doc/config-reference/conf-changes/nova.xml:97(td) ./doc/config-reference/conf-changes/neutron.xml:153(td) ./doc/config-reference/conf-changes/neutron.xml:177(td) ./doc/config-reference/conf-changes/ceilometer.xml:113(td) ./doc/config-reference/conf-changes/ceilometer.xml:137(td) ./doc/config-reference/conf-changes/glance.xml:65(td) ./doc/config-reference/conf-changes/glance.xml:89(td) ./doc/config-reference/conf-changes/heat.xml:125(td) ./doc/config-reference/conf-changes/heat.xml:149(td) msgid "(BoolOpt) Indicate that the actual request can include user credentials" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:656(td) ./doc/config-reference/conf-changes/manila.xml:216(td) ./doc/config-reference/conf-changes/keystone.xml:60(td) ./doc/config-reference/conf-changes/ironic.xml:96(td) ./doc/config-reference/conf-changes/sahara.xml:76(td) ./doc/config-reference/conf-changes/nova.xml:76(td) ./doc/config-reference/conf-changes/neutron.xml:156(td) ./doc/config-reference/conf-changes/ceilometer.xml:116(td) ./doc/config-reference/conf-changes/glance.xml:68(td) ./doc/config-reference/conf-changes/heat.xml:128(td) +#: ./doc/config-reference/conf-changes/cinder.xml:652(td) ./doc/config-reference/conf-changes/manila.xml:216(td) ./doc/config-reference/conf-changes/keystone.xml:60(td) ./doc/config-reference/conf-changes/ironic.xml:96(td) ./doc/config-reference/conf-changes/sahara.xml:76(td) ./doc/config-reference/conf-changes/nova.xml:76(td) ./doc/config-reference/conf-changes/neutron.xml:156(td) ./doc/config-reference/conf-changes/ceilometer.xml:116(td) ./doc/config-reference/conf-changes/glance.xml:68(td) ./doc/config-reference/conf-changes/heat.xml:128(td) msgid "[cors] allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:657(td) ./doc/config-reference/conf-changes/cinder.xml:681(td) ./doc/config-reference/conf-changes/manila.xml:217(td) ./doc/config-reference/conf-changes/manila.xml:241(td) ./doc/config-reference/conf-changes/keystone.xml:61(td) ./doc/config-reference/conf-changes/keystone.xml:85(td) ./doc/config-reference/conf-changes/ironic.xml:97(td) ./doc/config-reference/conf-changes/ironic.xml:121(td) ./doc/config-reference/conf-changes/sahara.xml:77(td) ./doc/config-reference/conf-changes/sahara.xml:101(td) ./doc/config-reference/conf-changes/nova.xml:77(td) ./doc/config-reference/conf-changes/nova.xml:101(td) ./doc/config-reference/conf-changes/neutron.xml:157(td) ./doc/config-reference/conf-changes/neutron.xml:181(td) ./doc/config-reference/conf-changes/ceilometer.xml:117(td) ./doc/config-reference/conf-changes/ceilometer.xml:141(td) ./doc/config-reference/conf-changes/glance.xml:69(td) ./doc/config-reference/conf-changes/glance.xml:93(td) ./doc/config-reference/conf-changes/heat.xml:129(td) ./doc/config-reference/conf-changes/heat.xml:153(td) +#: ./doc/config-reference/conf-changes/cinder.xml:653(td) ./doc/config-reference/conf-changes/cinder.xml:677(td) ./doc/config-reference/conf-changes/manila.xml:217(td) ./doc/config-reference/conf-changes/manila.xml:241(td) ./doc/config-reference/conf-changes/keystone.xml:61(td) ./doc/config-reference/conf-changes/keystone.xml:85(td) ./doc/config-reference/conf-changes/ironic.xml:97(td) ./doc/config-reference/conf-changes/ironic.xml:121(td) ./doc/config-reference/conf-changes/sahara.xml:77(td) ./doc/config-reference/conf-changes/sahara.xml:101(td) ./doc/config-reference/conf-changes/nova.xml:77(td) ./doc/config-reference/conf-changes/nova.xml:101(td) ./doc/config-reference/conf-changes/neutron.xml:157(td) ./doc/config-reference/conf-changes/neutron.xml:181(td) ./doc/config-reference/conf-changes/ceilometer.xml:117(td) ./doc/config-reference/conf-changes/ceilometer.xml:141(td) ./doc/config-reference/conf-changes/glance.xml:69(td) ./doc/config-reference/conf-changes/glance.xml:93(td) ./doc/config-reference/conf-changes/heat.xml:129(td) ./doc/config-reference/conf-changes/heat.xml:153(td) msgid "(ListOpt) Indicate which header field names may be used during the actual request." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:660(td) ./doc/config-reference/conf-changes/manila.xml:220(td) ./doc/config-reference/conf-changes/keystone.xml:64(td) ./doc/config-reference/conf-changes/ironic.xml:100(td) ./doc/config-reference/conf-changes/sahara.xml:80(td) ./doc/config-reference/conf-changes/nova.xml:80(td) ./doc/config-reference/conf-changes/neutron.xml:160(td) ./doc/config-reference/conf-changes/ceilometer.xml:120(td) ./doc/config-reference/conf-changes/glance.xml:72(td) ./doc/config-reference/conf-changes/heat.xml:132(td) +#: ./doc/config-reference/conf-changes/cinder.xml:656(td) ./doc/config-reference/conf-changes/manila.xml:220(td) ./doc/config-reference/conf-changes/keystone.xml:64(td) ./doc/config-reference/conf-changes/ironic.xml:100(td) ./doc/config-reference/conf-changes/sahara.xml:80(td) ./doc/config-reference/conf-changes/nova.xml:80(td) ./doc/config-reference/conf-changes/neutron.xml:160(td) ./doc/config-reference/conf-changes/ceilometer.xml:120(td) ./doc/config-reference/conf-changes/glance.xml:72(td) ./doc/config-reference/conf-changes/heat.xml:132(td) msgid "[cors] allow_methods = GET, POST, PUT, DELETE, OPTIONS" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:661(td) ./doc/config-reference/conf-changes/cinder.xml:685(td) ./doc/config-reference/conf-changes/manila.xml:221(td) ./doc/config-reference/conf-changes/manila.xml:245(td) ./doc/config-reference/conf-changes/keystone.xml:65(td) ./doc/config-reference/conf-changes/keystone.xml:89(td) ./doc/config-reference/conf-changes/ironic.xml:101(td) ./doc/config-reference/conf-changes/ironic.xml:125(td) ./doc/config-reference/conf-changes/sahara.xml:81(td) ./doc/config-reference/conf-changes/sahara.xml:105(td) ./doc/config-reference/conf-changes/nova.xml:81(td) ./doc/config-reference/conf-changes/nova.xml:105(td) ./doc/config-reference/conf-changes/neutron.xml:161(td) ./doc/config-reference/conf-changes/neutron.xml:185(td) ./doc/config-reference/conf-changes/ceilometer.xml:121(td) ./doc/config-reference/conf-changes/ceilometer.xml:145(td) ./doc/config-reference/conf-changes/glance.xml:73(td) ./doc/config-reference/conf-changes/glance.xml:97(td) ./doc/config-reference/conf-changes/heat.xml:133(td) ./doc/config-reference/conf-changes/heat.xml:157(td) +#: ./doc/config-reference/conf-changes/cinder.xml:657(td) ./doc/config-reference/conf-changes/cinder.xml:681(td) ./doc/config-reference/conf-changes/manila.xml:221(td) ./doc/config-reference/conf-changes/manila.xml:245(td) ./doc/config-reference/conf-changes/keystone.xml:65(td) ./doc/config-reference/conf-changes/keystone.xml:89(td) ./doc/config-reference/conf-changes/ironic.xml:101(td) ./doc/config-reference/conf-changes/ironic.xml:125(td) ./doc/config-reference/conf-changes/sahara.xml:81(td) ./doc/config-reference/conf-changes/sahara.xml:105(td) ./doc/config-reference/conf-changes/nova.xml:81(td) ./doc/config-reference/conf-changes/nova.xml:105(td) ./doc/config-reference/conf-changes/neutron.xml:161(td) ./doc/config-reference/conf-changes/neutron.xml:185(td) ./doc/config-reference/conf-changes/ceilometer.xml:121(td) ./doc/config-reference/conf-changes/ceilometer.xml:145(td) ./doc/config-reference/conf-changes/glance.xml:73(td) ./doc/config-reference/conf-changes/glance.xml:97(td) ./doc/config-reference/conf-changes/heat.xml:133(td) ./doc/config-reference/conf-changes/heat.xml:157(td) msgid "(ListOpt) Indicate which methods can be used during the actual request." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:664(td) ./doc/config-reference/conf-changes/manila.xml:224(td) ./doc/config-reference/conf-changes/keystone.xml:68(td) ./doc/config-reference/conf-changes/ironic.xml:104(td) ./doc/config-reference/conf-changes/sahara.xml:84(td) ./doc/config-reference/conf-changes/nova.xml:84(td) ./doc/config-reference/conf-changes/neutron.xml:164(td) ./doc/config-reference/conf-changes/ceilometer.xml:124(td) ./doc/config-reference/conf-changes/glance.xml:76(td) ./doc/config-reference/conf-changes/heat.xml:136(td) +#: ./doc/config-reference/conf-changes/cinder.xml:660(td) ./doc/config-reference/conf-changes/manila.xml:224(td) ./doc/config-reference/conf-changes/keystone.xml:68(td) ./doc/config-reference/conf-changes/ironic.xml:104(td) ./doc/config-reference/conf-changes/sahara.xml:84(td) ./doc/config-reference/conf-changes/nova.xml:84(td) ./doc/config-reference/conf-changes/neutron.xml:164(td) ./doc/config-reference/conf-changes/ceilometer.xml:124(td) ./doc/config-reference/conf-changes/glance.xml:76(td) ./doc/config-reference/conf-changes/heat.xml:136(td) msgid "[cors] allowed_origin = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:665(td) ./doc/config-reference/conf-changes/cinder.xml:689(td) ./doc/config-reference/conf-changes/manila.xml:225(td) ./doc/config-reference/conf-changes/manila.xml:249(td) ./doc/config-reference/conf-changes/keystone.xml:69(td) ./doc/config-reference/conf-changes/keystone.xml:93(td) ./doc/config-reference/conf-changes/ironic.xml:105(td) ./doc/config-reference/conf-changes/ironic.xml:129(td) ./doc/config-reference/conf-changes/sahara.xml:85(td) ./doc/config-reference/conf-changes/sahara.xml:109(td) ./doc/config-reference/conf-changes/nova.xml:85(td) ./doc/config-reference/conf-changes/nova.xml:109(td) ./doc/config-reference/conf-changes/neutron.xml:165(td) ./doc/config-reference/conf-changes/neutron.xml:189(td) ./doc/config-reference/conf-changes/ceilometer.xml:125(td) ./doc/config-reference/conf-changes/ceilometer.xml:149(td) ./doc/config-reference/conf-changes/glance.xml:77(td) ./doc/config-reference/conf-changes/glance.xml:101(td) ./doc/config-reference/conf-changes/heat.xml:137(td) ./doc/config-reference/conf-changes/heat.xml:161(td) +#: ./doc/config-reference/conf-changes/cinder.xml:661(td) ./doc/config-reference/conf-changes/cinder.xml:685(td) ./doc/config-reference/conf-changes/manila.xml:225(td) ./doc/config-reference/conf-changes/manila.xml:249(td) ./doc/config-reference/conf-changes/keystone.xml:69(td) ./doc/config-reference/conf-changes/keystone.xml:93(td) ./doc/config-reference/conf-changes/ironic.xml:105(td) ./doc/config-reference/conf-changes/ironic.xml:129(td) ./doc/config-reference/conf-changes/sahara.xml:85(td) ./doc/config-reference/conf-changes/sahara.xml:109(td) ./doc/config-reference/conf-changes/nova.xml:85(td) ./doc/config-reference/conf-changes/nova.xml:109(td) ./doc/config-reference/conf-changes/neutron.xml:165(td) ./doc/config-reference/conf-changes/neutron.xml:189(td) ./doc/config-reference/conf-changes/ceilometer.xml:125(td) ./doc/config-reference/conf-changes/ceilometer.xml:149(td) ./doc/config-reference/conf-changes/glance.xml:77(td) ./doc/config-reference/conf-changes/glance.xml:101(td) ./doc/config-reference/conf-changes/heat.xml:137(td) ./doc/config-reference/conf-changes/heat.xml:161(td) msgid "(StrOpt) Indicate whether this resource may be shared with the domain received in the requests \"origin\" header." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:668(td) ./doc/config-reference/conf-changes/manila.xml:228(td) ./doc/config-reference/conf-changes/keystone.xml:72(td) ./doc/config-reference/conf-changes/ironic.xml:108(td) ./doc/config-reference/conf-changes/sahara.xml:88(td) ./doc/config-reference/conf-changes/nova.xml:88(td) ./doc/config-reference/conf-changes/neutron.xml:168(td) ./doc/config-reference/conf-changes/ceilometer.xml:128(td) ./doc/config-reference/conf-changes/glance.xml:80(td) ./doc/config-reference/conf-changes/heat.xml:140(td) +#: ./doc/config-reference/conf-changes/cinder.xml:664(td) ./doc/config-reference/conf-changes/manila.xml:228(td) ./doc/config-reference/conf-changes/keystone.xml:72(td) ./doc/config-reference/conf-changes/ironic.xml:108(td) ./doc/config-reference/conf-changes/sahara.xml:88(td) ./doc/config-reference/conf-changes/nova.xml:88(td) ./doc/config-reference/conf-changes/neutron.xml:168(td) ./doc/config-reference/conf-changes/ceilometer.xml:128(td) ./doc/config-reference/conf-changes/glance.xml:80(td) ./doc/config-reference/conf-changes/heat.xml:140(td) msgid "[cors] expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:669(td) ./doc/config-reference/conf-changes/cinder.xml:693(td) ./doc/config-reference/conf-changes/manila.xml:229(td) ./doc/config-reference/conf-changes/manila.xml:253(td) ./doc/config-reference/conf-changes/keystone.xml:73(td) ./doc/config-reference/conf-changes/keystone.xml:97(td) ./doc/config-reference/conf-changes/ironic.xml:109(td) ./doc/config-reference/conf-changes/ironic.xml:133(td) ./doc/config-reference/conf-changes/sahara.xml:89(td) ./doc/config-reference/conf-changes/sahara.xml:113(td) ./doc/config-reference/conf-changes/nova.xml:89(td) ./doc/config-reference/conf-changes/nova.xml:113(td) ./doc/config-reference/conf-changes/neutron.xml:169(td) ./doc/config-reference/conf-changes/neutron.xml:193(td) ./doc/config-reference/conf-changes/ceilometer.xml:129(td) ./doc/config-reference/conf-changes/ceilometer.xml:153(td) ./doc/config-reference/conf-changes/glance.xml:81(td) ./doc/config-reference/conf-changes/glance.xml:105(td) ./doc/config-reference/conf-changes/heat.xml:141(td) ./doc/config-reference/conf-changes/heat.xml:165(td) +#: ./doc/config-reference/conf-changes/cinder.xml:665(td) ./doc/config-reference/conf-changes/cinder.xml:689(td) ./doc/config-reference/conf-changes/manila.xml:229(td) ./doc/config-reference/conf-changes/manila.xml:253(td) ./doc/config-reference/conf-changes/keystone.xml:73(td) ./doc/config-reference/conf-changes/keystone.xml:97(td) ./doc/config-reference/conf-changes/ironic.xml:109(td) ./doc/config-reference/conf-changes/ironic.xml:133(td) ./doc/config-reference/conf-changes/sahara.xml:89(td) ./doc/config-reference/conf-changes/sahara.xml:113(td) ./doc/config-reference/conf-changes/nova.xml:89(td) ./doc/config-reference/conf-changes/nova.xml:113(td) ./doc/config-reference/conf-changes/neutron.xml:169(td) ./doc/config-reference/conf-changes/neutron.xml:193(td) ./doc/config-reference/conf-changes/ceilometer.xml:129(td) ./doc/config-reference/conf-changes/ceilometer.xml:153(td) ./doc/config-reference/conf-changes/glance.xml:81(td) ./doc/config-reference/conf-changes/glance.xml:105(td) ./doc/config-reference/conf-changes/heat.xml:141(td) ./doc/config-reference/conf-changes/heat.xml:165(td) msgid "(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:672(td) ./doc/config-reference/conf-changes/manila.xml:232(td) ./doc/config-reference/conf-changes/keystone.xml:76(td) ./doc/config-reference/conf-changes/ironic.xml:112(td) ./doc/config-reference/conf-changes/sahara.xml:92(td) ./doc/config-reference/conf-changes/nova.xml:92(td) ./doc/config-reference/conf-changes/neutron.xml:172(td) ./doc/config-reference/conf-changes/ceilometer.xml:132(td) ./doc/config-reference/conf-changes/glance.xml:84(td) ./doc/config-reference/conf-changes/heat.xml:144(td) +#: ./doc/config-reference/conf-changes/cinder.xml:668(td) ./doc/config-reference/conf-changes/manila.xml:232(td) ./doc/config-reference/conf-changes/keystone.xml:76(td) ./doc/config-reference/conf-changes/ironic.xml:112(td) ./doc/config-reference/conf-changes/sahara.xml:92(td) ./doc/config-reference/conf-changes/nova.xml:92(td) ./doc/config-reference/conf-changes/neutron.xml:172(td) ./doc/config-reference/conf-changes/ceilometer.xml:132(td) ./doc/config-reference/conf-changes/glance.xml:84(td) ./doc/config-reference/conf-changes/heat.xml:144(td) msgid "[cors] max_age = 3600" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:673(td) ./doc/config-reference/conf-changes/cinder.xml:697(td) ./doc/config-reference/conf-changes/manila.xml:233(td) ./doc/config-reference/conf-changes/manila.xml:257(td) ./doc/config-reference/conf-changes/keystone.xml:77(td) ./doc/config-reference/conf-changes/keystone.xml:101(td) ./doc/config-reference/conf-changes/ironic.xml:113(td) ./doc/config-reference/conf-changes/ironic.xml:137(td) ./doc/config-reference/conf-changes/sahara.xml:93(td) ./doc/config-reference/conf-changes/sahara.xml:117(td) ./doc/config-reference/conf-changes/nova.xml:93(td) ./doc/config-reference/conf-changes/nova.xml:117(td) ./doc/config-reference/conf-changes/neutron.xml:173(td) ./doc/config-reference/conf-changes/neutron.xml:197(td) ./doc/config-reference/conf-changes/ceilometer.xml:133(td) ./doc/config-reference/conf-changes/ceilometer.xml:157(td) ./doc/config-reference/conf-changes/glance.xml:85(td) ./doc/config-reference/conf-changes/glance.xml:109(td) ./doc/config-reference/conf-changes/heat.xml:145(td) ./doc/config-reference/conf-changes/heat.xml:169(td) +#: ./doc/config-reference/conf-changes/cinder.xml:669(td) ./doc/config-reference/conf-changes/cinder.xml:693(td) ./doc/config-reference/conf-changes/manila.xml:233(td) ./doc/config-reference/conf-changes/manila.xml:257(td) ./doc/config-reference/conf-changes/keystone.xml:77(td) ./doc/config-reference/conf-changes/keystone.xml:101(td) ./doc/config-reference/conf-changes/ironic.xml:113(td) ./doc/config-reference/conf-changes/ironic.xml:137(td) ./doc/config-reference/conf-changes/sahara.xml:93(td) ./doc/config-reference/conf-changes/sahara.xml:117(td) ./doc/config-reference/conf-changes/nova.xml:93(td) ./doc/config-reference/conf-changes/nova.xml:117(td) ./doc/config-reference/conf-changes/neutron.xml:173(td) ./doc/config-reference/conf-changes/neutron.xml:197(td) ./doc/config-reference/conf-changes/ceilometer.xml:133(td) ./doc/config-reference/conf-changes/ceilometer.xml:157(td) ./doc/config-reference/conf-changes/glance.xml:85(td) ./doc/config-reference/conf-changes/glance.xml:109(td) ./doc/config-reference/conf-changes/heat.xml:145(td) ./doc/config-reference/conf-changes/heat.xml:169(td) msgid "(IntOpt) Maximum cache age of CORS preflight requests." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:676(td) ./doc/config-reference/conf-changes/manila.xml:236(td) ./doc/config-reference/conf-changes/keystone.xml:80(td) ./doc/config-reference/conf-changes/ironic.xml:116(td) ./doc/config-reference/conf-changes/sahara.xml:96(td) ./doc/config-reference/conf-changes/nova.xml:96(td) ./doc/config-reference/conf-changes/neutron.xml:176(td) ./doc/config-reference/conf-changes/ceilometer.xml:136(td) ./doc/config-reference/conf-changes/glance.xml:88(td) ./doc/config-reference/conf-changes/heat.xml:148(td) +#: ./doc/config-reference/conf-changes/cinder.xml:672(td) ./doc/config-reference/conf-changes/manila.xml:236(td) ./doc/config-reference/conf-changes/keystone.xml:80(td) ./doc/config-reference/conf-changes/ironic.xml:116(td) ./doc/config-reference/conf-changes/sahara.xml:96(td) ./doc/config-reference/conf-changes/nova.xml:96(td) ./doc/config-reference/conf-changes/neutron.xml:176(td) ./doc/config-reference/conf-changes/ceilometer.xml:136(td) ./doc/config-reference/conf-changes/glance.xml:88(td) ./doc/config-reference/conf-changes/heat.xml:148(td) msgid "[cors.subdomain] allow_credentials = True" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:680(td) ./doc/config-reference/conf-changes/manila.xml:240(td) ./doc/config-reference/conf-changes/keystone.xml:84(td) ./doc/config-reference/conf-changes/ironic.xml:120(td) ./doc/config-reference/conf-changes/sahara.xml:100(td) ./doc/config-reference/conf-changes/nova.xml:100(td) ./doc/config-reference/conf-changes/neutron.xml:180(td) ./doc/config-reference/conf-changes/ceilometer.xml:140(td) ./doc/config-reference/conf-changes/glance.xml:92(td) ./doc/config-reference/conf-changes/heat.xml:152(td) +#: ./doc/config-reference/conf-changes/cinder.xml:676(td) ./doc/config-reference/conf-changes/manila.xml:240(td) ./doc/config-reference/conf-changes/keystone.xml:84(td) ./doc/config-reference/conf-changes/ironic.xml:120(td) ./doc/config-reference/conf-changes/sahara.xml:100(td) ./doc/config-reference/conf-changes/nova.xml:100(td) ./doc/config-reference/conf-changes/neutron.xml:180(td) ./doc/config-reference/conf-changes/ceilometer.xml:140(td) ./doc/config-reference/conf-changes/glance.xml:92(td) ./doc/config-reference/conf-changes/heat.xml:152(td) msgid "[cors.subdomain] allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:684(td) ./doc/config-reference/conf-changes/manila.xml:244(td) ./doc/config-reference/conf-changes/keystone.xml:88(td) ./doc/config-reference/conf-changes/ironic.xml:124(td) ./doc/config-reference/conf-changes/sahara.xml:104(td) ./doc/config-reference/conf-changes/nova.xml:104(td) ./doc/config-reference/conf-changes/neutron.xml:184(td) ./doc/config-reference/conf-changes/ceilometer.xml:144(td) ./doc/config-reference/conf-changes/glance.xml:96(td) ./doc/config-reference/conf-changes/heat.xml:156(td) +#: ./doc/config-reference/conf-changes/cinder.xml:680(td) ./doc/config-reference/conf-changes/manila.xml:244(td) ./doc/config-reference/conf-changes/keystone.xml:88(td) ./doc/config-reference/conf-changes/ironic.xml:124(td) ./doc/config-reference/conf-changes/sahara.xml:104(td) ./doc/config-reference/conf-changes/nova.xml:104(td) ./doc/config-reference/conf-changes/neutron.xml:184(td) ./doc/config-reference/conf-changes/ceilometer.xml:144(td) ./doc/config-reference/conf-changes/glance.xml:96(td) ./doc/config-reference/conf-changes/heat.xml:156(td) msgid "[cors.subdomain] allow_methods = GET, POST, PUT, DELETE, OPTIONS" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:688(td) ./doc/config-reference/conf-changes/manila.xml:248(td) ./doc/config-reference/conf-changes/keystone.xml:92(td) ./doc/config-reference/conf-changes/ironic.xml:128(td) ./doc/config-reference/conf-changes/sahara.xml:108(td) ./doc/config-reference/conf-changes/nova.xml:108(td) ./doc/config-reference/conf-changes/neutron.xml:188(td) ./doc/config-reference/conf-changes/ceilometer.xml:148(td) ./doc/config-reference/conf-changes/glance.xml:100(td) ./doc/config-reference/conf-changes/heat.xml:160(td) +#: ./doc/config-reference/conf-changes/cinder.xml:684(td) ./doc/config-reference/conf-changes/manila.xml:248(td) ./doc/config-reference/conf-changes/keystone.xml:92(td) ./doc/config-reference/conf-changes/ironic.xml:128(td) ./doc/config-reference/conf-changes/sahara.xml:108(td) ./doc/config-reference/conf-changes/nova.xml:108(td) ./doc/config-reference/conf-changes/neutron.xml:188(td) ./doc/config-reference/conf-changes/ceilometer.xml:148(td) ./doc/config-reference/conf-changes/glance.xml:100(td) ./doc/config-reference/conf-changes/heat.xml:160(td) msgid "[cors.subdomain] allowed_origin = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:692(td) ./doc/config-reference/conf-changes/manila.xml:252(td) ./doc/config-reference/conf-changes/keystone.xml:96(td) ./doc/config-reference/conf-changes/ironic.xml:132(td) ./doc/config-reference/conf-changes/sahara.xml:112(td) ./doc/config-reference/conf-changes/nova.xml:112(td) ./doc/config-reference/conf-changes/neutron.xml:192(td) ./doc/config-reference/conf-changes/ceilometer.xml:152(td) ./doc/config-reference/conf-changes/glance.xml:104(td) ./doc/config-reference/conf-changes/heat.xml:164(td) +#: ./doc/config-reference/conf-changes/cinder.xml:688(td) ./doc/config-reference/conf-changes/manila.xml:252(td) ./doc/config-reference/conf-changes/keystone.xml:96(td) ./doc/config-reference/conf-changes/ironic.xml:132(td) ./doc/config-reference/conf-changes/sahara.xml:112(td) ./doc/config-reference/conf-changes/nova.xml:112(td) ./doc/config-reference/conf-changes/neutron.xml:192(td) ./doc/config-reference/conf-changes/ceilometer.xml:152(td) ./doc/config-reference/conf-changes/glance.xml:104(td) ./doc/config-reference/conf-changes/heat.xml:164(td) msgid "[cors.subdomain] expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:696(td) ./doc/config-reference/conf-changes/manila.xml:256(td) ./doc/config-reference/conf-changes/keystone.xml:100(td) ./doc/config-reference/conf-changes/ironic.xml:136(td) ./doc/config-reference/conf-changes/sahara.xml:116(td) ./doc/config-reference/conf-changes/nova.xml:116(td) ./doc/config-reference/conf-changes/neutron.xml:196(td) ./doc/config-reference/conf-changes/ceilometer.xml:156(td) ./doc/config-reference/conf-changes/glance.xml:108(td) ./doc/config-reference/conf-changes/heat.xml:168(td) +#: ./doc/config-reference/conf-changes/cinder.xml:692(td) ./doc/config-reference/conf-changes/manila.xml:256(td) ./doc/config-reference/conf-changes/keystone.xml:100(td) ./doc/config-reference/conf-changes/ironic.xml:136(td) ./doc/config-reference/conf-changes/sahara.xml:116(td) ./doc/config-reference/conf-changes/nova.xml:116(td) ./doc/config-reference/conf-changes/neutron.xml:196(td) ./doc/config-reference/conf-changes/ceilometer.xml:156(td) ./doc/config-reference/conf-changes/glance.xml:108(td) ./doc/config-reference/conf-changes/heat.xml:168(td) msgid "[cors.subdomain] max_age = 3600" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:700(td) ./doc/config-reference/conf-changes/manila.xml:260(td) ./doc/config-reference/conf-changes/keystone.xml:108(td) ./doc/config-reference/conf-changes/ironic.xml:216(td) ./doc/config-reference/conf-changes/sahara.xml:128(td) ./doc/config-reference/conf-changes/nova.xml:128(td) ./doc/config-reference/conf-changes/neutron.xml:200(td) ./doc/config-reference/conf-changes/ceilometer.xml:192(td) ./doc/config-reference/conf-changes/trove.xml:80(td) ./doc/config-reference/conf-changes/glance.xml:136(td) ./doc/config-reference/conf-changes/heat.xml:184(td) +#: ./doc/config-reference/conf-changes/cinder.xml:696(td) ./doc/config-reference/conf-changes/manila.xml:260(td) ./doc/config-reference/conf-changes/keystone.xml:108(td) ./doc/config-reference/conf-changes/ironic.xml:216(td) ./doc/config-reference/conf-changes/sahara.xml:128(td) ./doc/config-reference/conf-changes/nova.xml:128(td) ./doc/config-reference/conf-changes/neutron.xml:200(td) ./doc/config-reference/conf-changes/ceilometer.xml:192(td) ./doc/config-reference/conf-changes/trove.xml:80(td) ./doc/config-reference/conf-changes/glance.xml:136(td) ./doc/config-reference/conf-changes/heat.xml:184(td) msgid "[keystone_authtoken] region_name = None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:701(td) ./doc/config-reference/conf-changes/manila.xml:261(td) ./doc/config-reference/conf-changes/keystone.xml:109(td) ./doc/config-reference/conf-changes/ironic.xml:217(td) ./doc/config-reference/conf-changes/sahara.xml:129(td) ./doc/config-reference/conf-changes/nova.xml:129(td) ./doc/config-reference/conf-changes/neutron.xml:201(td) ./doc/config-reference/conf-changes/ceilometer.xml:193(td) ./doc/config-reference/conf-changes/trove.xml:81(td) ./doc/config-reference/conf-changes/glance.xml:137(td) ./doc/config-reference/conf-changes/heat.xml:185(td) +#: ./doc/config-reference/conf-changes/cinder.xml:697(td) ./doc/config-reference/conf-changes/manila.xml:261(td) ./doc/config-reference/conf-changes/keystone.xml:109(td) ./doc/config-reference/conf-changes/ironic.xml:217(td) ./doc/config-reference/conf-changes/sahara.xml:129(td) ./doc/config-reference/conf-changes/nova.xml:129(td) ./doc/config-reference/conf-changes/neutron.xml:201(td) ./doc/config-reference/conf-changes/ceilometer.xml:193(td) ./doc/config-reference/conf-changes/trove.xml:81(td) ./doc/config-reference/conf-changes/glance.xml:137(td) ./doc/config-reference/conf-changes/heat.xml:185(td) msgid "(StrOpt) The region in which the identity server can be found." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:704(td) ./doc/config-reference/conf-changes/manila.xml:264(td) ./doc/config-reference/conf-changes/keystone.xml:112(td) ./doc/config-reference/conf-changes/ironic.xml:220(td) ./doc/config-reference/conf-changes/sahara.xml:160(td) ./doc/config-reference/conf-changes/nova.xml:176(td) ./doc/config-reference/conf-changes/neutron.xml:216(td) ./doc/config-reference/conf-changes/ceilometer.xml:208(td) ./doc/config-reference/conf-changes/trove.xml:168(td) ./doc/config-reference/conf-changes/glance.xml:140(td) ./doc/config-reference/conf-changes/heat.xml:188(td) +#: ./doc/config-reference/conf-changes/cinder.xml:700(td) ./doc/config-reference/conf-changes/manila.xml:264(td) ./doc/config-reference/conf-changes/keystone.xml:112(td) ./doc/config-reference/conf-changes/ironic.xml:220(td) ./doc/config-reference/conf-changes/sahara.xml:160(td) ./doc/config-reference/conf-changes/nova.xml:176(td) ./doc/config-reference/conf-changes/neutron.xml:216(td) ./doc/config-reference/conf-changes/ceilometer.xml:208(td) ./doc/config-reference/conf-changes/trove.xml:168(td) ./doc/config-reference/conf-changes/glance.xml:140(td) ./doc/config-reference/conf-changes/heat.xml:188(td) msgid "[oslo_messaging_amqp] password =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:705(td) ./doc/config-reference/conf-changes/manila.xml:265(td) ./doc/config-reference/conf-changes/keystone.xml:113(td) ./doc/config-reference/conf-changes/ironic.xml:221(td) ./doc/config-reference/conf-changes/sahara.xml:161(td) ./doc/config-reference/conf-changes/nova.xml:177(td) ./doc/config-reference/conf-changes/neutron.xml:217(td) ./doc/config-reference/conf-changes/ceilometer.xml:209(td) ./doc/config-reference/conf-changes/trove.xml:169(td) ./doc/config-reference/conf-changes/glance.xml:141(td) ./doc/config-reference/conf-changes/heat.xml:189(td) +#: ./doc/config-reference/conf-changes/cinder.xml:701(td) ./doc/config-reference/conf-changes/manila.xml:265(td) ./doc/config-reference/conf-changes/keystone.xml:113(td) ./doc/config-reference/conf-changes/ironic.xml:221(td) ./doc/config-reference/conf-changes/sahara.xml:161(td) ./doc/config-reference/conf-changes/nova.xml:177(td) ./doc/config-reference/conf-changes/neutron.xml:217(td) ./doc/config-reference/conf-changes/ceilometer.xml:209(td) ./doc/config-reference/conf-changes/trove.xml:169(td) ./doc/config-reference/conf-changes/glance.xml:141(td) ./doc/config-reference/conf-changes/heat.xml:189(td) msgid "(StrOpt) Password for message broker authentication" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:708(td) ./doc/config-reference/conf-changes/manila.xml:268(td) ./doc/config-reference/conf-changes/keystone.xml:116(td) ./doc/config-reference/conf-changes/ironic.xml:224(td) ./doc/config-reference/conf-changes/sahara.xml:164(td) ./doc/config-reference/conf-changes/nova.xml:180(td) ./doc/config-reference/conf-changes/neutron.xml:220(td) ./doc/config-reference/conf-changes/ceilometer.xml:212(td) ./doc/config-reference/conf-changes/trove.xml:172(td) ./doc/config-reference/conf-changes/glance.xml:144(td) ./doc/config-reference/conf-changes/heat.xml:192(td) +#: ./doc/config-reference/conf-changes/cinder.xml:704(td) ./doc/config-reference/conf-changes/manila.xml:268(td) ./doc/config-reference/conf-changes/keystone.xml:116(td) ./doc/config-reference/conf-changes/ironic.xml:224(td) ./doc/config-reference/conf-changes/sahara.xml:164(td) ./doc/config-reference/conf-changes/nova.xml:180(td) ./doc/config-reference/conf-changes/neutron.xml:220(td) ./doc/config-reference/conf-changes/ceilometer.xml:212(td) ./doc/config-reference/conf-changes/trove.xml:172(td) ./doc/config-reference/conf-changes/glance.xml:144(td) ./doc/config-reference/conf-changes/heat.xml:192(td) msgid "[oslo_messaging_amqp] sasl_config_dir =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:709(td) ./doc/config-reference/conf-changes/manila.xml:269(td) ./doc/config-reference/conf-changes/keystone.xml:117(td) ./doc/config-reference/conf-changes/ironic.xml:225(td) ./doc/config-reference/conf-changes/sahara.xml:165(td) ./doc/config-reference/conf-changes/nova.xml:181(td) ./doc/config-reference/conf-changes/neutron.xml:221(td) ./doc/config-reference/conf-changes/ceilometer.xml:213(td) ./doc/config-reference/conf-changes/trove.xml:173(td) ./doc/config-reference/conf-changes/glance.xml:145(td) ./doc/config-reference/conf-changes/heat.xml:193(td) +#: ./doc/config-reference/conf-changes/cinder.xml:705(td) ./doc/config-reference/conf-changes/manila.xml:269(td) ./doc/config-reference/conf-changes/keystone.xml:117(td) ./doc/config-reference/conf-changes/ironic.xml:225(td) ./doc/config-reference/conf-changes/sahara.xml:165(td) ./doc/config-reference/conf-changes/nova.xml:181(td) ./doc/config-reference/conf-changes/neutron.xml:221(td) ./doc/config-reference/conf-changes/ceilometer.xml:213(td) ./doc/config-reference/conf-changes/trove.xml:173(td) ./doc/config-reference/conf-changes/glance.xml:145(td) ./doc/config-reference/conf-changes/heat.xml:193(td) msgid "(StrOpt) Path to directory that contains the SASL configuration" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:712(td) ./doc/config-reference/conf-changes/manila.xml:272(td) ./doc/config-reference/conf-changes/keystone.xml:120(td) ./doc/config-reference/conf-changes/ironic.xml:228(td) ./doc/config-reference/conf-changes/sahara.xml:168(td) ./doc/config-reference/conf-changes/nova.xml:184(td) ./doc/config-reference/conf-changes/neutron.xml:224(td) ./doc/config-reference/conf-changes/ceilometer.xml:216(td) ./doc/config-reference/conf-changes/trove.xml:176(td) ./doc/config-reference/conf-changes/glance.xml:148(td) ./doc/config-reference/conf-changes/heat.xml:196(td) +#: ./doc/config-reference/conf-changes/cinder.xml:708(td) ./doc/config-reference/conf-changes/manila.xml:272(td) ./doc/config-reference/conf-changes/keystone.xml:120(td) ./doc/config-reference/conf-changes/ironic.xml:228(td) ./doc/config-reference/conf-changes/sahara.xml:168(td) ./doc/config-reference/conf-changes/nova.xml:184(td) ./doc/config-reference/conf-changes/neutron.xml:224(td) ./doc/config-reference/conf-changes/ceilometer.xml:216(td) ./doc/config-reference/conf-changes/trove.xml:176(td) ./doc/config-reference/conf-changes/glance.xml:148(td) ./doc/config-reference/conf-changes/heat.xml:196(td) msgid "[oslo_messaging_amqp] sasl_config_name =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:713(td) ./doc/config-reference/conf-changes/manila.xml:273(td) ./doc/config-reference/conf-changes/keystone.xml:121(td) ./doc/config-reference/conf-changes/ironic.xml:229(td) ./doc/config-reference/conf-changes/sahara.xml:169(td) ./doc/config-reference/conf-changes/nova.xml:185(td) ./doc/config-reference/conf-changes/neutron.xml:225(td) ./doc/config-reference/conf-changes/ceilometer.xml:217(td) ./doc/config-reference/conf-changes/trove.xml:177(td) ./doc/config-reference/conf-changes/glance.xml:149(td) ./doc/config-reference/conf-changes/heat.xml:197(td) +#: ./doc/config-reference/conf-changes/cinder.xml:709(td) ./doc/config-reference/conf-changes/manila.xml:273(td) ./doc/config-reference/conf-changes/keystone.xml:121(td) ./doc/config-reference/conf-changes/ironic.xml:229(td) ./doc/config-reference/conf-changes/sahara.xml:169(td) ./doc/config-reference/conf-changes/nova.xml:185(td) ./doc/config-reference/conf-changes/neutron.xml:225(td) ./doc/config-reference/conf-changes/ceilometer.xml:217(td) ./doc/config-reference/conf-changes/trove.xml:177(td) ./doc/config-reference/conf-changes/glance.xml:149(td) ./doc/config-reference/conf-changes/heat.xml:197(td) msgid "(StrOpt) Name of configuration file (without .conf suffix)" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:716(td) ./doc/config-reference/conf-changes/manila.xml:276(td) ./doc/config-reference/conf-changes/keystone.xml:124(td) ./doc/config-reference/conf-changes/ironic.xml:232(td) ./doc/config-reference/conf-changes/sahara.xml:172(td) ./doc/config-reference/conf-changes/nova.xml:188(td) ./doc/config-reference/conf-changes/neutron.xml:228(td) ./doc/config-reference/conf-changes/ceilometer.xml:220(td) ./doc/config-reference/conf-changes/trove.xml:180(td) ./doc/config-reference/conf-changes/glance.xml:152(td) ./doc/config-reference/conf-changes/heat.xml:200(td) +#: ./doc/config-reference/conf-changes/cinder.xml:712(td) ./doc/config-reference/conf-changes/manila.xml:276(td) ./doc/config-reference/conf-changes/keystone.xml:124(td) ./doc/config-reference/conf-changes/ironic.xml:232(td) ./doc/config-reference/conf-changes/sahara.xml:172(td) ./doc/config-reference/conf-changes/nova.xml:188(td) ./doc/config-reference/conf-changes/neutron.xml:228(td) ./doc/config-reference/conf-changes/ceilometer.xml:220(td) ./doc/config-reference/conf-changes/trove.xml:180(td) ./doc/config-reference/conf-changes/glance.xml:152(td) ./doc/config-reference/conf-changes/heat.xml:200(td) msgid "[oslo_messaging_amqp] sasl_mechanisms =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:717(td) ./doc/config-reference/conf-changes/manila.xml:277(td) ./doc/config-reference/conf-changes/keystone.xml:125(td) ./doc/config-reference/conf-changes/ironic.xml:233(td) ./doc/config-reference/conf-changes/sahara.xml:173(td) ./doc/config-reference/conf-changes/nova.xml:189(td) ./doc/config-reference/conf-changes/neutron.xml:229(td) ./doc/config-reference/conf-changes/ceilometer.xml:221(td) ./doc/config-reference/conf-changes/trove.xml:181(td) ./doc/config-reference/conf-changes/glance.xml:153(td) ./doc/config-reference/conf-changes/heat.xml:201(td) +#: ./doc/config-reference/conf-changes/cinder.xml:713(td) ./doc/config-reference/conf-changes/manila.xml:277(td) ./doc/config-reference/conf-changes/keystone.xml:125(td) ./doc/config-reference/conf-changes/ironic.xml:233(td) ./doc/config-reference/conf-changes/sahara.xml:173(td) ./doc/config-reference/conf-changes/nova.xml:189(td) ./doc/config-reference/conf-changes/neutron.xml:229(td) ./doc/config-reference/conf-changes/ceilometer.xml:221(td) ./doc/config-reference/conf-changes/trove.xml:181(td) ./doc/config-reference/conf-changes/glance.xml:153(td) ./doc/config-reference/conf-changes/heat.xml:201(td) msgid "(StrOpt) Space separated list of acceptable SASL mechanisms" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:720(td) ./doc/config-reference/conf-changes/manila.xml:280(td) ./doc/config-reference/conf-changes/keystone.xml:128(td) ./doc/config-reference/conf-changes/ironic.xml:236(td) ./doc/config-reference/conf-changes/sahara.xml:176(td) ./doc/config-reference/conf-changes/nova.xml:192(td) ./doc/config-reference/conf-changes/neutron.xml:232(td) ./doc/config-reference/conf-changes/ceilometer.xml:224(td) ./doc/config-reference/conf-changes/trove.xml:184(td) ./doc/config-reference/conf-changes/glance.xml:156(td) ./doc/config-reference/conf-changes/heat.xml:204(td) +#: ./doc/config-reference/conf-changes/cinder.xml:716(td) ./doc/config-reference/conf-changes/manila.xml:280(td) ./doc/config-reference/conf-changes/keystone.xml:128(td) ./doc/config-reference/conf-changes/ironic.xml:236(td) ./doc/config-reference/conf-changes/sahara.xml:176(td) ./doc/config-reference/conf-changes/nova.xml:192(td) ./doc/config-reference/conf-changes/neutron.xml:232(td) ./doc/config-reference/conf-changes/ceilometer.xml:224(td) ./doc/config-reference/conf-changes/trove.xml:184(td) ./doc/config-reference/conf-changes/glance.xml:156(td) ./doc/config-reference/conf-changes/heat.xml:204(td) msgid "[oslo_messaging_amqp] username =" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:721(td) ./doc/config-reference/conf-changes/manila.xml:281(td) ./doc/config-reference/conf-changes/keystone.xml:129(td) ./doc/config-reference/conf-changes/ironic.xml:237(td) ./doc/config-reference/conf-changes/sahara.xml:177(td) ./doc/config-reference/conf-changes/nova.xml:193(td) ./doc/config-reference/conf-changes/neutron.xml:233(td) ./doc/config-reference/conf-changes/ceilometer.xml:225(td) ./doc/config-reference/conf-changes/trove.xml:185(td) ./doc/config-reference/conf-changes/glance.xml:157(td) ./doc/config-reference/conf-changes/heat.xml:205(td) +#: ./doc/config-reference/conf-changes/cinder.xml:717(td) ./doc/config-reference/conf-changes/manila.xml:281(td) ./doc/config-reference/conf-changes/keystone.xml:129(td) ./doc/config-reference/conf-changes/ironic.xml:237(td) ./doc/config-reference/conf-changes/sahara.xml:177(td) ./doc/config-reference/conf-changes/nova.xml:193(td) ./doc/config-reference/conf-changes/neutron.xml:233(td) ./doc/config-reference/conf-changes/ceilometer.xml:225(td) ./doc/config-reference/conf-changes/trove.xml:185(td) ./doc/config-reference/conf-changes/glance.xml:157(td) ./doc/config-reference/conf-changes/heat.xml:205(td) msgid "(StrOpt) User name for message broker authentication" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:724(td) ./doc/config-reference/conf-changes/manila.xml:284(td) ./doc/config-reference/conf-changes/keystone.xml:132(td) ./doc/config-reference/conf-changes/ironic.xml:240(td) ./doc/config-reference/conf-changes/sahara.xml:180(td) ./doc/config-reference/conf-changes/nova.xml:196(td) ./doc/config-reference/conf-changes/neutron.xml:236(td) ./doc/config-reference/conf-changes/ceilometer.xml:228(td) ./doc/config-reference/conf-changes/trove.xml:188(td) ./doc/config-reference/conf-changes/glance.xml:160(td) ./doc/config-reference/conf-changes/heat.xml:208(td) +#: ./doc/config-reference/conf-changes/cinder.xml:720(td) ./doc/config-reference/conf-changes/manila.xml:284(td) ./doc/config-reference/conf-changes/keystone.xml:132(td) ./doc/config-reference/conf-changes/ironic.xml:240(td) ./doc/config-reference/conf-changes/sahara.xml:180(td) ./doc/config-reference/conf-changes/nova.xml:196(td) ./doc/config-reference/conf-changes/neutron.xml:236(td) ./doc/config-reference/conf-changes/ceilometer.xml:228(td) ./doc/config-reference/conf-changes/trove.xml:188(td) ./doc/config-reference/conf-changes/glance.xml:160(td) ./doc/config-reference/conf-changes/heat.xml:208(td) msgid "[oslo_messaging_qpid] send_single_reply = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:725(td) ./doc/config-reference/conf-changes/cinder.xml:733(td) ./doc/config-reference/conf-changes/manila.xml:285(td) ./doc/config-reference/conf-changes/manila.xml:293(td) ./doc/config-reference/conf-changes/keystone.xml:133(td) ./doc/config-reference/conf-changes/keystone.xml:141(td) ./doc/config-reference/conf-changes/ironic.xml:241(td) ./doc/config-reference/conf-changes/ironic.xml:249(td) ./doc/config-reference/conf-changes/sahara.xml:181(td) ./doc/config-reference/conf-changes/sahara.xml:189(td) ./doc/config-reference/conf-changes/nova.xml:197(td) ./doc/config-reference/conf-changes/nova.xml:205(td) ./doc/config-reference/conf-changes/neutron.xml:237(td) ./doc/config-reference/conf-changes/neutron.xml:245(td) ./doc/config-reference/conf-changes/ceilometer.xml:229(td) ./doc/config-reference/conf-changes/ceilometer.xml:237(td) ./doc/config-reference/conf-changes/trove.xml:189(td) ./doc/config-reference/conf-changes/trove.xml:197(td) ./doc/config-reference/conf-changes/glance.xml:161(td) ./doc/config-reference/conf-changes/glance.xml:169(td) ./doc/config-reference/conf-changes/heat.xml:209(td) ./doc/config-reference/conf-changes/heat.xml:217(td) +#: ./doc/config-reference/conf-changes/cinder.xml:721(td) ./doc/config-reference/conf-changes/cinder.xml:729(td) ./doc/config-reference/conf-changes/manila.xml:285(td) ./doc/config-reference/conf-changes/manila.xml:293(td) ./doc/config-reference/conf-changes/keystone.xml:133(td) ./doc/config-reference/conf-changes/keystone.xml:141(td) ./doc/config-reference/conf-changes/ironic.xml:241(td) ./doc/config-reference/conf-changes/ironic.xml:249(td) ./doc/config-reference/conf-changes/sahara.xml:181(td) ./doc/config-reference/conf-changes/sahara.xml:189(td) ./doc/config-reference/conf-changes/nova.xml:197(td) ./doc/config-reference/conf-changes/nova.xml:205(td) ./doc/config-reference/conf-changes/neutron.xml:237(td) ./doc/config-reference/conf-changes/neutron.xml:245(td) ./doc/config-reference/conf-changes/ceilometer.xml:229(td) ./doc/config-reference/conf-changes/ceilometer.xml:237(td) ./doc/config-reference/conf-changes/trove.xml:189(td) ./doc/config-reference/conf-changes/trove.xml:197(td) ./doc/config-reference/conf-changes/glance.xml:161(td) ./doc/config-reference/conf-changes/glance.xml:169(td) ./doc/config-reference/conf-changes/heat.xml:209(td) ./doc/config-reference/conf-changes/heat.xml:217(td) msgid "(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:728(td) ./doc/config-reference/conf-changes/manila.xml:288(td) ./doc/config-reference/conf-changes/keystone.xml:136(td) ./doc/config-reference/conf-changes/ironic.xml:244(td) ./doc/config-reference/conf-changes/sahara.xml:184(td) ./doc/config-reference/conf-changes/nova.xml:200(td) ./doc/config-reference/conf-changes/neutron.xml:240(td) ./doc/config-reference/conf-changes/ceilometer.xml:232(td) ./doc/config-reference/conf-changes/trove.xml:192(td) ./doc/config-reference/conf-changes/glance.xml:164(td) ./doc/config-reference/conf-changes/heat.xml:212(td) +#: ./doc/config-reference/conf-changes/cinder.xml:724(td) ./doc/config-reference/conf-changes/manila.xml:288(td) ./doc/config-reference/conf-changes/keystone.xml:136(td) ./doc/config-reference/conf-changes/ironic.xml:244(td) ./doc/config-reference/conf-changes/sahara.xml:184(td) ./doc/config-reference/conf-changes/nova.xml:200(td) ./doc/config-reference/conf-changes/neutron.xml:240(td) ./doc/config-reference/conf-changes/ceilometer.xml:232(td) ./doc/config-reference/conf-changes/trove.xml:192(td) ./doc/config-reference/conf-changes/glance.xml:164(td) ./doc/config-reference/conf-changes/heat.xml:212(td) msgid "[oslo_messaging_rabbit] kombu_reconnect_timeout = 60" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:729(td) ./doc/config-reference/conf-changes/manila.xml:289(td) ./doc/config-reference/conf-changes/keystone.xml:137(td) ./doc/config-reference/conf-changes/ironic.xml:245(td) ./doc/config-reference/conf-changes/sahara.xml:185(td) ./doc/config-reference/conf-changes/nova.xml:201(td) ./doc/config-reference/conf-changes/neutron.xml:241(td) ./doc/config-reference/conf-changes/ceilometer.xml:233(td) ./doc/config-reference/conf-changes/trove.xml:193(td) ./doc/config-reference/conf-changes/glance.xml:165(td) ./doc/config-reference/conf-changes/heat.xml:213(td) +#: ./doc/config-reference/conf-changes/cinder.xml:725(td) ./doc/config-reference/conf-changes/manila.xml:289(td) ./doc/config-reference/conf-changes/keystone.xml:137(td) ./doc/config-reference/conf-changes/ironic.xml:245(td) ./doc/config-reference/conf-changes/sahara.xml:185(td) ./doc/config-reference/conf-changes/nova.xml:201(td) ./doc/config-reference/conf-changes/neutron.xml:241(td) ./doc/config-reference/conf-changes/ceilometer.xml:233(td) ./doc/config-reference/conf-changes/trove.xml:193(td) ./doc/config-reference/conf-changes/glance.xml:165(td) ./doc/config-reference/conf-changes/heat.xml:213(td) msgid "(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:732(td) ./doc/config-reference/conf-changes/manila.xml:292(td) ./doc/config-reference/conf-changes/keystone.xml:140(td) ./doc/config-reference/conf-changes/ironic.xml:248(td) ./doc/config-reference/conf-changes/sahara.xml:188(td) ./doc/config-reference/conf-changes/nova.xml:204(td) ./doc/config-reference/conf-changes/neutron.xml:244(td) ./doc/config-reference/conf-changes/ceilometer.xml:236(td) ./doc/config-reference/conf-changes/trove.xml:196(td) ./doc/config-reference/conf-changes/glance.xml:168(td) ./doc/config-reference/conf-changes/heat.xml:216(td) +#: ./doc/config-reference/conf-changes/cinder.xml:728(td) ./doc/config-reference/conf-changes/manila.xml:292(td) ./doc/config-reference/conf-changes/keystone.xml:140(td) ./doc/config-reference/conf-changes/ironic.xml:248(td) ./doc/config-reference/conf-changes/sahara.xml:188(td) ./doc/config-reference/conf-changes/nova.xml:204(td) ./doc/config-reference/conf-changes/neutron.xml:244(td) ./doc/config-reference/conf-changes/ceilometer.xml:236(td) ./doc/config-reference/conf-changes/trove.xml:196(td) ./doc/config-reference/conf-changes/glance.xml:168(td) ./doc/config-reference/conf-changes/heat.xml:216(td) msgid "[oslo_messaging_rabbit] send_single_reply = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:736(td) ./doc/config-reference/conf-changes/manila.xml:300(td) ./doc/config-reference/conf-changes/keystone.xml:144(td) ./doc/config-reference/conf-changes/ironic.xml:256(td) ./doc/config-reference/conf-changes/sahara.xml:192(td) ./doc/config-reference/conf-changes/nova.xml:208(td) ./doc/config-reference/conf-changes/neutron.xml:248(td) ./doc/config-reference/conf-changes/ceilometer.xml:240(td) ./doc/config-reference/conf-changes/glance.xml:176(td) ./doc/config-reference/conf-changes/heat.xml:220(td) +#: ./doc/config-reference/conf-changes/cinder.xml:732(td) ./doc/config-reference/conf-changes/manila.xml:300(td) ./doc/config-reference/conf-changes/keystone.xml:144(td) ./doc/config-reference/conf-changes/ironic.xml:256(td) ./doc/config-reference/conf-changes/sahara.xml:192(td) ./doc/config-reference/conf-changes/nova.xml:208(td) ./doc/config-reference/conf-changes/neutron.xml:248(td) ./doc/config-reference/conf-changes/ceilometer.xml:240(td) ./doc/config-reference/conf-changes/glance.xml:176(td) ./doc/config-reference/conf-changes/heat.xml:220(td) msgid "[oslo_middleware] secure_proxy_ssl_header = X-Forwarded-Proto" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:737(td) ./doc/config-reference/conf-changes/manila.xml:301(td) ./doc/config-reference/conf-changes/keystone.xml:145(td) ./doc/config-reference/conf-changes/ironic.xml:257(td) ./doc/config-reference/conf-changes/sahara.xml:193(td) ./doc/config-reference/conf-changes/nova.xml:209(td) ./doc/config-reference/conf-changes/neutron.xml:249(td) ./doc/config-reference/conf-changes/ceilometer.xml:241(td) ./doc/config-reference/conf-changes/glance.xml:177(td) ./doc/config-reference/conf-changes/heat.xml:221(td) +#: ./doc/config-reference/conf-changes/cinder.xml:733(td) ./doc/config-reference/conf-changes/manila.xml:301(td) ./doc/config-reference/conf-changes/keystone.xml:145(td) ./doc/config-reference/conf-changes/ironic.xml:257(td) ./doc/config-reference/conf-changes/sahara.xml:193(td) ./doc/config-reference/conf-changes/nova.xml:209(td) ./doc/config-reference/conf-changes/neutron.xml:249(td) ./doc/config-reference/conf-changes/ceilometer.xml:241(td) ./doc/config-reference/conf-changes/glance.xml:177(td) ./doc/config-reference/conf-changes/heat.xml:221(td) msgid "(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:740(td) ./doc/config-reference/conf-changes/manila.xml:304(td) ./doc/config-reference/conf-changes/neutron.xml:252(td) ./doc/config-reference/conf-changes/heat.xml:224(td) +#: ./doc/config-reference/conf-changes/cinder.xml:736(td) ./doc/config-reference/conf-changes/manila.xml:304(td) ./doc/config-reference/conf-changes/neutron.xml:252(td) ./doc/config-reference/conf-changes/heat.xml:224(td) msgid "[oslo_policy] policy_default_rule = default" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:741(td) ./doc/config-reference/conf-changes/manila.xml:305(td) ./doc/config-reference/conf-changes/neutron.xml:253(td) ./doc/config-reference/conf-changes/heat.xml:225(td) +#: ./doc/config-reference/conf-changes/cinder.xml:737(td) ./doc/config-reference/conf-changes/manila.xml:305(td) ./doc/config-reference/conf-changes/neutron.xml:253(td) ./doc/config-reference/conf-changes/heat.xml:225(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:744(td) ./doc/config-reference/conf-changes/manila.xml:308(td) ./doc/config-reference/conf-changes/neutron.xml:256(td) ./doc/config-reference/conf-changes/heat.xml:228(td) +#: ./doc/config-reference/conf-changes/cinder.xml:740(td) ./doc/config-reference/conf-changes/manila.xml:308(td) ./doc/config-reference/conf-changes/neutron.xml:256(td) ./doc/config-reference/conf-changes/heat.xml:228(td) msgid "[oslo_policy] policy_dirs = ['policy.d']" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:745(td) ./doc/config-reference/conf-changes/manila.xml:309(td) ./doc/config-reference/conf-changes/neutron.xml:257(td) ./doc/config-reference/conf-changes/heat.xml:229(td) +#: ./doc/config-reference/conf-changes/cinder.xml:741(td) ./doc/config-reference/conf-changes/manila.xml:309(td) ./doc/config-reference/conf-changes/neutron.xml:257(td) ./doc/config-reference/conf-changes/heat.xml:229(td) msgid "(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:748(td) ./doc/config-reference/conf-changes/manila.xml:312(td) ./doc/config-reference/conf-changes/neutron.xml:260(td) ./doc/config-reference/conf-changes/heat.xml:232(td) +#: ./doc/config-reference/conf-changes/cinder.xml:744(td) ./doc/config-reference/conf-changes/manila.xml:312(td) ./doc/config-reference/conf-changes/neutron.xml:260(td) ./doc/config-reference/conf-changes/heat.xml:232(td) msgid "[oslo_policy] policy_file = policy.json" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:749(td) ./doc/config-reference/conf-changes/manila.xml:313(td) ./doc/config-reference/conf-changes/neutron.xml:261(td) ./doc/config-reference/conf-changes/heat.xml:233(td) +#: ./doc/config-reference/conf-changes/cinder.xml:745(td) ./doc/config-reference/conf-changes/manila.xml:313(td) ./doc/config-reference/conf-changes/neutron.xml:261(td) ./doc/config-reference/conf-changes/heat.xml:233(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:752(td) ./doc/config-reference/conf-changes/ironic.xml:260(td) ./doc/config-reference/conf-changes/nova.xml:212(td) ./doc/config-reference/conf-changes/neutron.xml:264(td) ./doc/config-reference/conf-changes/heat.xml:236(td) +#: ./doc/config-reference/conf-changes/cinder.xml:748(td) ./doc/config-reference/conf-changes/ironic.xml:260(td) ./doc/config-reference/conf-changes/nova.xml:212(td) ./doc/config-reference/conf-changes/neutron.xml:264(td) ./doc/config-reference/conf-changes/heat.xml:236(td) msgid "[oslo_versionedobjects] fatal_exception_format_errors = False" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:753(td) ./doc/config-reference/conf-changes/ironic.xml:261(td) ./doc/config-reference/conf-changes/nova.xml:213(td) ./doc/config-reference/conf-changes/neutron.xml:265(td) ./doc/config-reference/conf-changes/heat.xml:237(td) +#: ./doc/config-reference/conf-changes/cinder.xml:749(td) ./doc/config-reference/conf-changes/ironic.xml:261(td) ./doc/config-reference/conf-changes/nova.xml:213(td) ./doc/config-reference/conf-changes/neutron.xml:265(td) ./doc/config-reference/conf-changes/heat.xml:237(td) msgid "(BoolOpt) Make exception message format errors fatal" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:757(caption) ./doc/config-reference/conf-changes/manila.xml:317(caption) ./doc/config-reference/conf-changes/keystone.xml:161(caption) ./doc/config-reference/conf-changes/ironic.xml:265(caption) ./doc/config-reference/conf-changes/sahara.xml:209(caption) ./doc/config-reference/conf-changes/nova.xml:265(caption) ./doc/config-reference/conf-changes/neutron.xml:273(caption) ./doc/config-reference/conf-changes/ceilometer.xml:253(caption) ./doc/config-reference/conf-changes/trove.xml:321(caption) ./doc/config-reference/conf-changes/glance.xml:181(caption) ./doc/config-reference/conf-changes/heat.xml:249(caption) +#: ./doc/config-reference/conf-changes/cinder.xml:753(caption) ./doc/config-reference/conf-changes/manila.xml:317(caption) ./doc/config-reference/conf-changes/keystone.xml:161(caption) ./doc/config-reference/conf-changes/ironic.xml:265(caption) ./doc/config-reference/conf-changes/sahara.xml:209(caption) ./doc/config-reference/conf-changes/nova.xml:265(caption) ./doc/config-reference/conf-changes/neutron.xml:273(caption) ./doc/config-reference/conf-changes/ceilometer.xml:253(caption) ./doc/config-reference/conf-changes/trove.xml:321(caption) ./doc/config-reference/conf-changes/glance.xml:181(caption) ./doc/config-reference/conf-changes/heat.xml:249(caption) msgid "New default values" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:764(td) ./doc/config-reference/conf-changes/manila.xml:324(td) ./doc/config-reference/conf-changes/keystone.xml:168(td) ./doc/config-reference/conf-changes/ironic.xml:272(td) ./doc/config-reference/conf-changes/sahara.xml:216(td) ./doc/config-reference/conf-changes/nova.xml:272(td) ./doc/config-reference/conf-changes/neutron.xml:280(td) ./doc/config-reference/conf-changes/ceilometer.xml:260(td) ./doc/config-reference/conf-changes/trove.xml:328(td) ./doc/config-reference/conf-changes/glance.xml:188(td) ./doc/config-reference/conf-changes/heat.xml:256(td) +#: ./doc/config-reference/conf-changes/cinder.xml:760(td) ./doc/config-reference/conf-changes/manila.xml:324(td) ./doc/config-reference/conf-changes/keystone.xml:168(td) ./doc/config-reference/conf-changes/ironic.xml:272(td) ./doc/config-reference/conf-changes/sahara.xml:216(td) ./doc/config-reference/conf-changes/nova.xml:272(td) ./doc/config-reference/conf-changes/neutron.xml:280(td) ./doc/config-reference/conf-changes/ceilometer.xml:260(td) ./doc/config-reference/conf-changes/trove.xml:328(td) ./doc/config-reference/conf-changes/glance.xml:188(td) ./doc/config-reference/conf-changes/heat.xml:256(td) msgid "Previous default value" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:765(td) ./doc/config-reference/conf-changes/manila.xml:325(td) ./doc/config-reference/conf-changes/keystone.xml:169(td) ./doc/config-reference/conf-changes/ironic.xml:273(td) ./doc/config-reference/conf-changes/sahara.xml:217(td) ./doc/config-reference/conf-changes/nova.xml:273(td) ./doc/config-reference/conf-changes/neutron.xml:281(td) ./doc/config-reference/conf-changes/ceilometer.xml:261(td) ./doc/config-reference/conf-changes/trove.xml:329(td) ./doc/config-reference/conf-changes/glance.xml:189(td) ./doc/config-reference/conf-changes/heat.xml:257(td) +#: ./doc/config-reference/conf-changes/cinder.xml:761(td) ./doc/config-reference/conf-changes/manila.xml:325(td) ./doc/config-reference/conf-changes/keystone.xml:169(td) ./doc/config-reference/conf-changes/ironic.xml:273(td) ./doc/config-reference/conf-changes/sahara.xml:217(td) ./doc/config-reference/conf-changes/nova.xml:273(td) ./doc/config-reference/conf-changes/neutron.xml:281(td) ./doc/config-reference/conf-changes/ceilometer.xml:261(td) ./doc/config-reference/conf-changes/trove.xml:329(td) ./doc/config-reference/conf-changes/glance.xml:189(td) ./doc/config-reference/conf-changes/heat.xml:257(td) msgid "New default value" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:769(td) +#: ./doc/config-reference/conf-changes/cinder.xml:765(td) msgid "[DEFAULT] auth_strategy" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:770(td) +#: ./doc/config-reference/conf-changes/cinder.xml:766(td) msgid "noauth" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:774(td) ./doc/config-reference/conf-changes/manila.xml:329(td) ./doc/config-reference/conf-changes/keystone.xml:178(td) ./doc/config-reference/conf-changes/ironic.xml:277(td) ./doc/config-reference/conf-changes/sahara.xml:221(td) ./doc/config-reference/conf-changes/nova.xml:287(td) ./doc/config-reference/conf-changes/neutron.xml:290(td) ./doc/config-reference/conf-changes/ceilometer.xml:265(td) ./doc/config-reference/conf-changes/trove.xml:338(td) ./doc/config-reference/conf-changes/glance.xml:203(td) ./doc/config-reference/conf-changes/heat.xml:261(td) +#: ./doc/config-reference/conf-changes/cinder.xml:770(td) ./doc/config-reference/conf-changes/manila.xml:329(td) ./doc/config-reference/conf-changes/keystone.xml:178(td) ./doc/config-reference/conf-changes/ironic.xml:277(td) ./doc/config-reference/conf-changes/sahara.xml:221(td) ./doc/config-reference/conf-changes/nova.xml:287(td) ./doc/config-reference/conf-changes/neutron.xml:290(td) ./doc/config-reference/conf-changes/ceilometer.xml:265(td) ./doc/config-reference/conf-changes/trove.xml:338(td) ./doc/config-reference/conf-changes/glance.xml:203(td) ./doc/config-reference/conf-changes/heat.xml:261(td) msgid "[DEFAULT] default_log_levels" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:775(td) ./doc/config-reference/conf-changes/keystone.xml:179(td) ./doc/config-reference/conf-changes/nova.xml:288(td) ./doc/config-reference/conf-changes/neutron.xml:291(td) ./doc/config-reference/conf-changes/glance.xml:204(td) ./doc/config-reference/conf-changes/heat.xml:262(td) +#: ./doc/config-reference/conf-changes/cinder.xml:771(td) ./doc/config-reference/conf-changes/keystone.xml:179(td) ./doc/config-reference/conf-changes/nova.xml:288(td) ./doc/config-reference/conf-changes/neutron.xml:291(td) ./doc/config-reference/conf-changes/glance.xml:204(td) ./doc/config-reference/conf-changes/heat.xml:262(td) msgid "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:776(td) ./doc/config-reference/conf-changes/manila.xml:331(td) ./doc/config-reference/conf-changes/keystone.xml:180(td) ./doc/config-reference/conf-changes/ironic.xml:279(td) ./doc/config-reference/conf-changes/nova.xml:289(td) ./doc/config-reference/conf-changes/neutron.xml:292(td) ./doc/config-reference/conf-changes/ceilometer.xml:267(td) ./doc/config-reference/conf-changes/trove.xml:340(td) ./doc/config-reference/conf-changes/glance.xml:205(td) ./doc/config-reference/conf-changes/heat.xml:263(td) +#: ./doc/config-reference/conf-changes/cinder.xml:772(td) ./doc/config-reference/conf-changes/manila.xml:331(td) ./doc/config-reference/conf-changes/keystone.xml:180(td) ./doc/config-reference/conf-changes/ironic.xml:279(td) ./doc/config-reference/conf-changes/nova.xml:289(td) ./doc/config-reference/conf-changes/neutron.xml:292(td) ./doc/config-reference/conf-changes/ceilometer.xml:267(td) ./doc/config-reference/conf-changes/trove.xml:340(td) ./doc/config-reference/conf-changes/glance.xml:205(td) ./doc/config-reference/conf-changes/heat.xml:263(td) msgid "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:779(td) ./doc/config-reference/conf-changes/manila.xml:344(td) ./doc/config-reference/conf-changes/keystone.xml:183(td) ./doc/config-reference/conf-changes/ironic.xml:282(td) ./doc/config-reference/conf-changes/sahara.xml:231(td) ./doc/config-reference/conf-changes/nova.xml:292(td) ./doc/config-reference/conf-changes/neutron.xml:305(td) ./doc/config-reference/conf-changes/ceilometer.xml:270(td) ./doc/config-reference/conf-changes/trove.xml:348(td) ./doc/config-reference/conf-changes/glance.xml:218(td) ./doc/config-reference/conf-changes/heat.xml:276(td) +#: ./doc/config-reference/conf-changes/cinder.xml:775(td) ./doc/config-reference/conf-changes/manila.xml:344(td) ./doc/config-reference/conf-changes/keystone.xml:183(td) ./doc/config-reference/conf-changes/ironic.xml:282(td) ./doc/config-reference/conf-changes/sahara.xml:231(td) ./doc/config-reference/conf-changes/nova.xml:292(td) ./doc/config-reference/conf-changes/neutron.xml:305(td) ./doc/config-reference/conf-changes/ceilometer.xml:270(td) ./doc/config-reference/conf-changes/trove.xml:348(td) ./doc/config-reference/conf-changes/glance.xml:218(td) ./doc/config-reference/conf-changes/heat.xml:276(td) msgid "[DEFAULT] logging_exception_prefix" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:780(td) ./doc/config-reference/conf-changes/manila.xml:345(td) ./doc/config-reference/conf-changes/keystone.xml:184(td) ./doc/config-reference/conf-changes/ironic.xml:283(td) ./doc/config-reference/conf-changes/sahara.xml:232(td) ./doc/config-reference/conf-changes/nova.xml:293(td) ./doc/config-reference/conf-changes/neutron.xml:306(td) ./doc/config-reference/conf-changes/ceilometer.xml:271(td) ./doc/config-reference/conf-changes/trove.xml:349(td) ./doc/config-reference/conf-changes/glance.xml:219(td) ./doc/config-reference/conf-changes/heat.xml:277(td) +#: ./doc/config-reference/conf-changes/cinder.xml:776(td) ./doc/config-reference/conf-changes/manila.xml:345(td) ./doc/config-reference/conf-changes/keystone.xml:184(td) ./doc/config-reference/conf-changes/ironic.xml:283(td) ./doc/config-reference/conf-changes/sahara.xml:232(td) ./doc/config-reference/conf-changes/nova.xml:293(td) ./doc/config-reference/conf-changes/neutron.xml:306(td) ./doc/config-reference/conf-changes/ceilometer.xml:271(td) ./doc/config-reference/conf-changes/trove.xml:349(td) ./doc/config-reference/conf-changes/glance.xml:219(td) ./doc/config-reference/conf-changes/heat.xml:277(td) msgid "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:781(td) ./doc/config-reference/conf-changes/manila.xml:346(td) ./doc/config-reference/conf-changes/keystone.xml:185(td) ./doc/config-reference/conf-changes/ironic.xml:284(td) ./doc/config-reference/conf-changes/sahara.xml:233(td) ./doc/config-reference/conf-changes/nova.xml:294(td) ./doc/config-reference/conf-changes/neutron.xml:307(td) ./doc/config-reference/conf-changes/ceilometer.xml:272(td) ./doc/config-reference/conf-changes/trove.xml:350(td) ./doc/config-reference/conf-changes/glance.xml:220(td) ./doc/config-reference/conf-changes/heat.xml:278(td) +#: ./doc/config-reference/conf-changes/cinder.xml:777(td) ./doc/config-reference/conf-changes/manila.xml:346(td) ./doc/config-reference/conf-changes/keystone.xml:185(td) ./doc/config-reference/conf-changes/ironic.xml:284(td) ./doc/config-reference/conf-changes/sahara.xml:233(td) ./doc/config-reference/conf-changes/nova.xml:294(td) ./doc/config-reference/conf-changes/neutron.xml:307(td) ./doc/config-reference/conf-changes/ceilometer.xml:272(td) ./doc/config-reference/conf-changes/trove.xml:350(td) ./doc/config-reference/conf-changes/glance.xml:220(td) ./doc/config-reference/conf-changes/heat.xml:278(td) msgid "%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:784(td) ./doc/config-reference/conf-changes/manila.xml:354(td) ./doc/config-reference/conf-changes/keystone.xml:188(td) ./doc/config-reference/conf-changes/ironic.xml:287(td) ./doc/config-reference/conf-changes/sahara.xml:236(td) ./doc/config-reference/conf-changes/nova.xml:307(td) ./doc/config-reference/conf-changes/neutron.xml:330(td) ./doc/config-reference/conf-changes/ceilometer.xml:275(td) ./doc/config-reference/conf-changes/trove.xml:363(td) ./doc/config-reference/conf-changes/glance.xml:223(td) ./doc/config-reference/conf-changes/heat.xml:281(td) +#: ./doc/config-reference/conf-changes/cinder.xml:780(td) ./doc/config-reference/conf-changes/manila.xml:354(td) ./doc/config-reference/conf-changes/keystone.xml:188(td) ./doc/config-reference/conf-changes/ironic.xml:287(td) ./doc/config-reference/conf-changes/sahara.xml:236(td) ./doc/config-reference/conf-changes/nova.xml:307(td) ./doc/config-reference/conf-changes/neutron.xml:330(td) ./doc/config-reference/conf-changes/ceilometer.xml:275(td) ./doc/config-reference/conf-changes/trove.xml:363(td) ./doc/config-reference/conf-changes/glance.xml:223(td) ./doc/config-reference/conf-changes/heat.xml:281(td) msgid "[DEFAULT] rpc_zmq_matchmaker" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:785(td) ./doc/config-reference/conf-changes/manila.xml:355(td) ./doc/config-reference/conf-changes/keystone.xml:189(td) ./doc/config-reference/conf-changes/ironic.xml:288(td) ./doc/config-reference/conf-changes/sahara.xml:237(td) ./doc/config-reference/conf-changes/nova.xml:308(td) ./doc/config-reference/conf-changes/neutron.xml:331(td) ./doc/config-reference/conf-changes/ceilometer.xml:276(td) ./doc/config-reference/conf-changes/trove.xml:364(td) ./doc/config-reference/conf-changes/glance.xml:224(td) ./doc/config-reference/conf-changes/heat.xml:282(td) +#: ./doc/config-reference/conf-changes/cinder.xml:781(td) ./doc/config-reference/conf-changes/manila.xml:355(td) ./doc/config-reference/conf-changes/keystone.xml:189(td) ./doc/config-reference/conf-changes/ironic.xml:288(td) ./doc/config-reference/conf-changes/sahara.xml:237(td) ./doc/config-reference/conf-changes/nova.xml:308(td) ./doc/config-reference/conf-changes/neutron.xml:331(td) ./doc/config-reference/conf-changes/ceilometer.xml:276(td) ./doc/config-reference/conf-changes/trove.xml:364(td) ./doc/config-reference/conf-changes/glance.xml:224(td) ./doc/config-reference/conf-changes/heat.xml:282(td) msgid "local" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:786(td) ./doc/config-reference/conf-changes/manila.xml:356(td) ./doc/config-reference/conf-changes/keystone.xml:190(td) ./doc/config-reference/conf-changes/ironic.xml:289(td) ./doc/config-reference/conf-changes/sahara.xml:238(td) ./doc/config-reference/conf-changes/nova.xml:309(td) ./doc/config-reference/conf-changes/neutron.xml:332(td) ./doc/config-reference/conf-changes/ceilometer.xml:277(td) ./doc/config-reference/conf-changes/trove.xml:365(td) ./doc/config-reference/conf-changes/glance.xml:225(td) ./doc/config-reference/conf-changes/heat.xml:283(td) +#: ./doc/config-reference/conf-changes/cinder.xml:782(td) ./doc/config-reference/conf-changes/manila.xml:356(td) ./doc/config-reference/conf-changes/keystone.xml:190(td) ./doc/config-reference/conf-changes/ironic.xml:289(td) ./doc/config-reference/conf-changes/sahara.xml:238(td) ./doc/config-reference/conf-changes/nova.xml:309(td) ./doc/config-reference/conf-changes/neutron.xml:332(td) ./doc/config-reference/conf-changes/ceilometer.xml:277(td) ./doc/config-reference/conf-changes/trove.xml:365(td) ./doc/config-reference/conf-changes/glance.xml:225(td) ./doc/config-reference/conf-changes/heat.xml:283(td) msgid "redis" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:789(td) +#: ./doc/config-reference/conf-changes/cinder.xml:785(td) msgid "[DEFAULT] storwize_svc_npiv_compatibility_mode" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:794(td) ./doc/config-reference/conf-changes/manila.xml:364(td) ./doc/config-reference/conf-changes/keystone.xml:193(td) ./doc/config-reference/conf-changes/ironic.xml:297(td) ./doc/config-reference/conf-changes/sahara.xml:241(td) ./doc/config-reference/conf-changes/nova.xml:317(td) ./doc/config-reference/conf-changes/neutron.xml:335(td) ./doc/config-reference/conf-changes/ceilometer.xml:280(td) ./doc/config-reference/conf-changes/trove.xml:373(td) ./doc/config-reference/conf-changes/glance.xml:228(td) ./doc/config-reference/conf-changes/heat.xml:286(td) +#: ./doc/config-reference/conf-changes/cinder.xml:790(td) ./doc/config-reference/conf-changes/manila.xml:364(td) ./doc/config-reference/conf-changes/keystone.xml:193(td) ./doc/config-reference/conf-changes/ironic.xml:297(td) ./doc/config-reference/conf-changes/sahara.xml:241(td) ./doc/config-reference/conf-changes/nova.xml:317(td) ./doc/config-reference/conf-changes/neutron.xml:335(td) ./doc/config-reference/conf-changes/ceilometer.xml:280(td) ./doc/config-reference/conf-changes/trove.xml:373(td) ./doc/config-reference/conf-changes/glance.xml:228(td) ./doc/config-reference/conf-changes/heat.xml:286(td) msgid "[DEFAULT] use_syslog_rfc_format" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:799(td) ./doc/config-reference/conf-changes/manila.xml:369(td) ./doc/config-reference/conf-changes/keystone.xml:198(td) ./doc/config-reference/conf-changes/ironic.xml:302(td) ./doc/config-reference/conf-changes/sahara.xml:246(td) ./doc/config-reference/conf-changes/nova.xml:322(td) ./doc/config-reference/conf-changes/neutron.xml:340(td) ./doc/config-reference/conf-changes/ceilometer.xml:285(td) ./doc/config-reference/conf-changes/trove.xml:378(td) ./doc/config-reference/conf-changes/glance.xml:233(td) ./doc/config-reference/conf-changes/heat.xml:291(td) +#: ./doc/config-reference/conf-changes/cinder.xml:795(td) ./doc/config-reference/conf-changes/manila.xml:369(td) ./doc/config-reference/conf-changes/keystone.xml:198(td) ./doc/config-reference/conf-changes/ironic.xml:302(td) ./doc/config-reference/conf-changes/sahara.xml:246(td) ./doc/config-reference/conf-changes/nova.xml:322(td) ./doc/config-reference/conf-changes/neutron.xml:340(td) ./doc/config-reference/conf-changes/ceilometer.xml:285(td) ./doc/config-reference/conf-changes/trove.xml:378(td) ./doc/config-reference/conf-changes/glance.xml:233(td) ./doc/config-reference/conf-changes/heat.xml:291(td) msgid "[DEFAULT] verbose" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:804(td) +#: ./doc/config-reference/conf-changes/cinder.xml:800(td) msgid "[DEFAULT] vmware_volume_folder" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:805(td) +#: ./doc/config-reference/conf-changes/cinder.xml:801(td) msgid "cinder-volumes" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:806(td) +#: ./doc/config-reference/conf-changes/cinder.xml:802(td) msgid "Volumes" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:809(td) +#: ./doc/config-reference/conf-changes/cinder.xml:805(td) msgid "[DEFAULT] volume_driver" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:810(td) +#: ./doc/config-reference/conf-changes/cinder.xml:806(td) msgid "cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:811(td) +#: ./doc/config-reference/conf-changes/cinder.xml:807(td) msgid "cinder.volume.drivers.lvm.LVMVolumeDriver" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:814(td) ./doc/config-reference/conf-changes/manila.xml:374(td) ./doc/config-reference/conf-changes/keystone.xml:273(td) ./doc/config-reference/conf-changes/ironic.xml:307(td) ./doc/config-reference/conf-changes/sahara.xml:251(td) ./doc/config-reference/conf-changes/nova.xml:337(td) ./doc/config-reference/conf-changes/neutron.xml:355(td) ./doc/config-reference/conf-changes/ceilometer.xml:290(td) ./doc/config-reference/conf-changes/trove.xml:383(td) ./doc/config-reference/conf-changes/glance.xml:238(td) ./doc/config-reference/conf-changes/heat.xml:301(td) +#: ./doc/config-reference/conf-changes/cinder.xml:810(td) ./doc/config-reference/conf-changes/manila.xml:374(td) ./doc/config-reference/conf-changes/keystone.xml:273(td) ./doc/config-reference/conf-changes/ironic.xml:307(td) ./doc/config-reference/conf-changes/sahara.xml:251(td) ./doc/config-reference/conf-changes/nova.xml:337(td) ./doc/config-reference/conf-changes/neutron.xml:355(td) ./doc/config-reference/conf-changes/ceilometer.xml:290(td) ./doc/config-reference/conf-changes/trove.xml:383(td) ./doc/config-reference/conf-changes/glance.xml:238(td) ./doc/config-reference/conf-changes/heat.xml:301(td) msgid "[matchmaker_redis] password" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:815(td) ./doc/config-reference/conf-changes/cinder.xml:836(td) ./doc/config-reference/conf-changes/cinder.xml:848(td) ./doc/config-reference/conf-changes/cinder.xml:868(td) ./doc/config-reference/conf-changes/cinder.xml:892(td) ./doc/config-reference/conf-changes/manila.xml:375(td) ./doc/config-reference/conf-changes/manila.xml:408(td) ./doc/config-reference/conf-changes/manila.xml:432(td) ./doc/config-reference/conf-changes/keystone.xml:205(td) ./doc/config-reference/conf-changes/keystone.xml:210(td) ./doc/config-reference/conf-changes/keystone.xml:215(td) ./doc/config-reference/conf-changes/keystone.xml:220(td) ./doc/config-reference/conf-changes/keystone.xml:274(td) ./doc/config-reference/conf-changes/keystone.xml:325(td) ./doc/config-reference/conf-changes/keystone.xml:329(td) ./doc/config-reference/conf-changes/ironic.xml:293(td) ./doc/config-reference/conf-changes/ironic.xml:308(td) ./doc/config-reference/conf-changes/ironic.xml:329(td) ./doc/config-reference/conf-changes/ironic.xml:341(td) ./doc/config-reference/conf-changes/ironic.xml:345(td) ./doc/config-reference/conf-changes/ironic.xml:349(td) ./doc/config-reference/conf-changes/sahara.xml:252(td) ./doc/config-reference/conf-changes/sahara.xml:277(td) ./doc/config-reference/conf-changes/sahara.xml:281(td) ./doc/config-reference/conf-changes/nova.xml:279(td) ./doc/config-reference/conf-changes/nova.xml:338(td) ./doc/config-reference/conf-changes/nova.xml:359(td) ./doc/config-reference/conf-changes/nova.xml:367(td) ./doc/config-reference/conf-changes/nova.xml:371(td) ./doc/config-reference/conf-changes/nova.xml:379(td) ./doc/config-reference/conf-changes/nova.xml:387(td) ./doc/config-reference/conf-changes/nova.xml:391(td) ./doc/config-reference/conf-changes/nova.xml:399(td) ./doc/config-reference/conf-changes/nova.xml:403(td) ./doc/config-reference/conf-changes/nova.xml:411(td) ./doc/config-reference/conf-changes/nova.xml:415(td) ./doc/config-reference/conf-changes/nova.xml:419(td) ./doc/config-reference/conf-changes/nova.xml:427(td) ./doc/config-reference/conf-changes/nova.xml:435(td) ./doc/config-reference/conf-changes/nova.xml:439(td) ./doc/config-reference/conf-changes/nova.xml:443(td) ./doc/config-reference/conf-changes/nova.xml:447(td) ./doc/config-reference/conf-changes/nova.xml:459(td) ./doc/config-reference/conf-changes/nova.xml:463(td) ./doc/config-reference/conf-changes/nova.xml:471(td) ./doc/config-reference/conf-changes/nova.xml:475(td) ./doc/config-reference/conf-changes/neutron.xml:287(td) ./doc/config-reference/conf-changes/neutron.xml:356(td) ./doc/config-reference/conf-changes/neutron.xml:387(td) ./doc/config-reference/conf-changes/neutron.xml:395(td) ./doc/config-reference/conf-changes/neutron.xml:399(td) ./doc/config-reference/conf-changes/ceilometer.xml:291(td) ./doc/config-reference/conf-changes/ceilometer.xml:325(td) ./doc/config-reference/conf-changes/ceilometer.xml:337(td) ./doc/config-reference/conf-changes/ceilometer.xml:341(td) ./doc/config-reference/conf-changes/trove.xml:384(td) ./doc/config-reference/conf-changes/trove.xml:389(td) ./doc/config-reference/conf-changes/trove.xml:394(td) ./doc/config-reference/conf-changes/trove.xml:399(td) ./doc/config-reference/conf-changes/trove.xml:409(td) ./doc/config-reference/conf-changes/trove.xml:414(td) ./doc/config-reference/conf-changes/trove.xml:419(td) ./doc/config-reference/conf-changes/trove.xml:424(td) ./doc/config-reference/conf-changes/trove.xml:450(td) ./doc/config-reference/conf-changes/trove.xml:458(td) ./doc/config-reference/conf-changes/glance.xml:239(td) ./doc/config-reference/conf-changes/glance.xml:260(td) ./doc/config-reference/conf-changes/glance.xml:264(td) ./doc/config-reference/conf-changes/glance.xml:268(td) ./doc/config-reference/conf-changes/glance.xml:276(td) ./doc/config-reference/conf-changes/heat.xml:273(td) ./doc/config-reference/conf-changes/heat.xml:302(td) ./doc/config-reference/conf-changes/heat.xml:327(td) ./doc/config-reference/conf-changes/heat.xml:331(td) +#: ./doc/config-reference/conf-changes/cinder.xml:811(td) ./doc/config-reference/conf-changes/cinder.xml:832(td) ./doc/config-reference/conf-changes/cinder.xml:844(td) ./doc/config-reference/conf-changes/cinder.xml:864(td) ./doc/config-reference/conf-changes/cinder.xml:888(td) ./doc/config-reference/conf-changes/manila.xml:375(td) ./doc/config-reference/conf-changes/manila.xml:408(td) ./doc/config-reference/conf-changes/manila.xml:432(td) ./doc/config-reference/conf-changes/keystone.xml:205(td) ./doc/config-reference/conf-changes/keystone.xml:210(td) ./doc/config-reference/conf-changes/keystone.xml:215(td) ./doc/config-reference/conf-changes/keystone.xml:220(td) ./doc/config-reference/conf-changes/keystone.xml:274(td) ./doc/config-reference/conf-changes/keystone.xml:325(td) ./doc/config-reference/conf-changes/keystone.xml:329(td) ./doc/config-reference/conf-changes/ironic.xml:293(td) ./doc/config-reference/conf-changes/ironic.xml:308(td) ./doc/config-reference/conf-changes/ironic.xml:329(td) ./doc/config-reference/conf-changes/ironic.xml:341(td) ./doc/config-reference/conf-changes/ironic.xml:345(td) ./doc/config-reference/conf-changes/ironic.xml:349(td) ./doc/config-reference/conf-changes/sahara.xml:252(td) ./doc/config-reference/conf-changes/sahara.xml:277(td) ./doc/config-reference/conf-changes/sahara.xml:281(td) ./doc/config-reference/conf-changes/nova.xml:279(td) ./doc/config-reference/conf-changes/nova.xml:338(td) ./doc/config-reference/conf-changes/nova.xml:359(td) ./doc/config-reference/conf-changes/nova.xml:367(td) ./doc/config-reference/conf-changes/nova.xml:371(td) ./doc/config-reference/conf-changes/nova.xml:379(td) ./doc/config-reference/conf-changes/nova.xml:387(td) ./doc/config-reference/conf-changes/nova.xml:391(td) ./doc/config-reference/conf-changes/nova.xml:399(td) ./doc/config-reference/conf-changes/nova.xml:403(td) ./doc/config-reference/conf-changes/nova.xml:411(td) ./doc/config-reference/conf-changes/nova.xml:415(td) ./doc/config-reference/conf-changes/nova.xml:419(td) ./doc/config-reference/conf-changes/nova.xml:427(td) ./doc/config-reference/conf-changes/nova.xml:435(td) ./doc/config-reference/conf-changes/nova.xml:439(td) ./doc/config-reference/conf-changes/nova.xml:443(td) ./doc/config-reference/conf-changes/nova.xml:447(td) ./doc/config-reference/conf-changes/nova.xml:459(td) ./doc/config-reference/conf-changes/nova.xml:463(td) ./doc/config-reference/conf-changes/nova.xml:471(td) ./doc/config-reference/conf-changes/nova.xml:475(td) ./doc/config-reference/conf-changes/neutron.xml:287(td) ./doc/config-reference/conf-changes/neutron.xml:356(td) ./doc/config-reference/conf-changes/neutron.xml:387(td) ./doc/config-reference/conf-changes/neutron.xml:395(td) ./doc/config-reference/conf-changes/neutron.xml:399(td) ./doc/config-reference/conf-changes/ceilometer.xml:291(td) ./doc/config-reference/conf-changes/ceilometer.xml:325(td) ./doc/config-reference/conf-changes/ceilometer.xml:337(td) ./doc/config-reference/conf-changes/ceilometer.xml:341(td) ./doc/config-reference/conf-changes/trove.xml:384(td) ./doc/config-reference/conf-changes/trove.xml:389(td) ./doc/config-reference/conf-changes/trove.xml:394(td) ./doc/config-reference/conf-changes/trove.xml:399(td) ./doc/config-reference/conf-changes/trove.xml:409(td) ./doc/config-reference/conf-changes/trove.xml:414(td) ./doc/config-reference/conf-changes/trove.xml:419(td) ./doc/config-reference/conf-changes/trove.xml:424(td) ./doc/config-reference/conf-changes/trove.xml:450(td) ./doc/config-reference/conf-changes/trove.xml:458(td) ./doc/config-reference/conf-changes/glance.xml:239(td) ./doc/config-reference/conf-changes/glance.xml:260(td) ./doc/config-reference/conf-changes/glance.xml:264(td) ./doc/config-reference/conf-changes/glance.xml:268(td) ./doc/config-reference/conf-changes/glance.xml:276(td) ./doc/config-reference/conf-changes/heat.xml:273(td) ./doc/config-reference/conf-changes/heat.xml:302(td) ./doc/config-reference/conf-changes/heat.xml:327(td) ./doc/config-reference/conf-changes/heat.xml:331(td) msgid "None" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:819(td) ./doc/config-reference/conf-changes/manila.xml:379(td) ./doc/config-reference/conf-changes/keystone.xml:283(td) ./doc/config-reference/conf-changes/ironic.xml:312(td) ./doc/config-reference/conf-changes/sahara.xml:256(td) ./doc/config-reference/conf-changes/nova.xml:342(td) ./doc/config-reference/conf-changes/neutron.xml:370(td) ./doc/config-reference/conf-changes/ceilometer.xml:300(td) ./doc/config-reference/conf-changes/trove.xml:403(td) ./doc/config-reference/conf-changes/glance.xml:243(td) ./doc/config-reference/conf-changes/heat.xml:306(td) +#: ./doc/config-reference/conf-changes/cinder.xml:815(td) ./doc/config-reference/conf-changes/manila.xml:379(td) ./doc/config-reference/conf-changes/keystone.xml:283(td) ./doc/config-reference/conf-changes/ironic.xml:312(td) ./doc/config-reference/conf-changes/sahara.xml:256(td) ./doc/config-reference/conf-changes/nova.xml:342(td) ./doc/config-reference/conf-changes/neutron.xml:370(td) ./doc/config-reference/conf-changes/ceilometer.xml:300(td) ./doc/config-reference/conf-changes/trove.xml:403(td) ./doc/config-reference/conf-changes/glance.xml:243(td) ./doc/config-reference/conf-changes/heat.xml:306(td) msgid "[oslo_messaging_rabbit] heartbeat_timeout_threshold" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:821(td) ./doc/config-reference/conf-changes/manila.xml:381(td) ./doc/config-reference/conf-changes/keystone.xml:285(td) ./doc/config-reference/conf-changes/ironic.xml:314(td) ./doc/config-reference/conf-changes/sahara.xml:258(td) ./doc/config-reference/conf-changes/nova.xml:344(td) ./doc/config-reference/conf-changes/neutron.xml:372(td) ./doc/config-reference/conf-changes/ceilometer.xml:302(td) ./doc/config-reference/conf-changes/trove.xml:405(td) ./doc/config-reference/conf-changes/glance.xml:245(td) ./doc/config-reference/conf-changes/heat.xml:308(td) +#: ./doc/config-reference/conf-changes/cinder.xml:817(td) ./doc/config-reference/conf-changes/manila.xml:381(td) ./doc/config-reference/conf-changes/keystone.xml:285(td) ./doc/config-reference/conf-changes/ironic.xml:314(td) ./doc/config-reference/conf-changes/sahara.xml:258(td) ./doc/config-reference/conf-changes/nova.xml:344(td) ./doc/config-reference/conf-changes/neutron.xml:372(td) ./doc/config-reference/conf-changes/ceilometer.xml:302(td) ./doc/config-reference/conf-changes/trove.xml:405(td) ./doc/config-reference/conf-changes/glance.xml:245(td) ./doc/config-reference/conf-changes/heat.xml:308(td) msgid "60" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:825(caption) ./doc/config-reference/conf-changes/manila.xml:385(caption) ./doc/config-reference/conf-changes/keystone.xml:314(caption) ./doc/config-reference/conf-changes/ironic.xml:318(caption) ./doc/config-reference/conf-changes/sahara.xml:262(caption) ./doc/config-reference/conf-changes/nova.xml:348(caption) ./doc/config-reference/conf-changes/neutron.xml:376(caption) ./doc/config-reference/conf-changes/ceilometer.xml:306(caption) ./doc/config-reference/conf-changes/trove.xml:439(caption) ./doc/config-reference/conf-changes/glance.xml:249(caption) ./doc/config-reference/conf-changes/heat.xml:312(caption) +#: ./doc/config-reference/conf-changes/cinder.xml:821(caption) ./doc/config-reference/conf-changes/manila.xml:385(caption) ./doc/config-reference/conf-changes/keystone.xml:314(caption) ./doc/config-reference/conf-changes/ironic.xml:318(caption) ./doc/config-reference/conf-changes/sahara.xml:262(caption) ./doc/config-reference/conf-changes/nova.xml:348(caption) ./doc/config-reference/conf-changes/neutron.xml:376(caption) ./doc/config-reference/conf-changes/ceilometer.xml:306(caption) ./doc/config-reference/conf-changes/trove.xml:439(caption) ./doc/config-reference/conf-changes/glance.xml:249(caption) ./doc/config-reference/conf-changes/heat.xml:312(caption) msgid "Deprecated options" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:830(td) ./doc/config-reference/conf-changes/manila.xml:390(td) ./doc/config-reference/conf-changes/keystone.xml:319(td) ./doc/config-reference/conf-changes/ironic.xml:323(td) ./doc/config-reference/conf-changes/sahara.xml:267(td) ./doc/config-reference/conf-changes/nova.xml:353(td) ./doc/config-reference/conf-changes/neutron.xml:381(td) ./doc/config-reference/conf-changes/ceilometer.xml:311(td) ./doc/config-reference/conf-changes/trove.xml:444(td) ./doc/config-reference/conf-changes/glance.xml:254(td) ./doc/config-reference/conf-changes/heat.xml:317(td) +#: ./doc/config-reference/conf-changes/cinder.xml:826(td) ./doc/config-reference/conf-changes/manila.xml:390(td) ./doc/config-reference/conf-changes/keystone.xml:319(td) ./doc/config-reference/conf-changes/ironic.xml:323(td) ./doc/config-reference/conf-changes/sahara.xml:267(td) ./doc/config-reference/conf-changes/nova.xml:353(td) ./doc/config-reference/conf-changes/neutron.xml:381(td) ./doc/config-reference/conf-changes/ceilometer.xml:311(td) ./doc/config-reference/conf-changes/trove.xml:444(td) ./doc/config-reference/conf-changes/glance.xml:254(td) ./doc/config-reference/conf-changes/heat.xml:317(td) msgid "Deprecated option" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:831(td) ./doc/config-reference/conf-changes/manila.xml:391(td) ./doc/config-reference/conf-changes/keystone.xml:320(td) ./doc/config-reference/conf-changes/ironic.xml:324(td) ./doc/config-reference/conf-changes/sahara.xml:268(td) ./doc/config-reference/conf-changes/nova.xml:354(td) ./doc/config-reference/conf-changes/neutron.xml:382(td) ./doc/config-reference/conf-changes/ceilometer.xml:312(td) ./doc/config-reference/conf-changes/trove.xml:445(td) ./doc/config-reference/conf-changes/glance.xml:255(td) ./doc/config-reference/conf-changes/heat.xml:318(td) +#: ./doc/config-reference/conf-changes/cinder.xml:827(td) ./doc/config-reference/conf-changes/manila.xml:391(td) ./doc/config-reference/conf-changes/keystone.xml:320(td) ./doc/config-reference/conf-changes/ironic.xml:324(td) ./doc/config-reference/conf-changes/sahara.xml:268(td) ./doc/config-reference/conf-changes/nova.xml:354(td) ./doc/config-reference/conf-changes/neutron.xml:382(td) ./doc/config-reference/conf-changes/ceilometer.xml:312(td) ./doc/config-reference/conf-changes/trove.xml:445(td) ./doc/config-reference/conf-changes/glance.xml:255(td) ./doc/config-reference/conf-changes/heat.xml:318(td) msgid "New Option" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:835(td) ./doc/config-reference/conf-changes/manila.xml:407(td) ./doc/config-reference/conf-changes/keystone.xml:324(td) ./doc/config-reference/conf-changes/ironic.xml:348(td) ./doc/config-reference/conf-changes/sahara.xml:280(td) ./doc/config-reference/conf-changes/nova.xml:378(td) ./doc/config-reference/conf-changes/neutron.xml:386(td) ./doc/config-reference/conf-changes/ceilometer.xml:340(td) ./doc/config-reference/conf-changes/trove.xml:449(td) ./doc/config-reference/conf-changes/glance.xml:267(td) ./doc/config-reference/conf-changes/heat.xml:330(td) +#: ./doc/config-reference/conf-changes/cinder.xml:831(td) ./doc/config-reference/conf-changes/manila.xml:407(td) ./doc/config-reference/conf-changes/keystone.xml:324(td) ./doc/config-reference/conf-changes/ironic.xml:348(td) ./doc/config-reference/conf-changes/sahara.xml:280(td) ./doc/config-reference/conf-changes/nova.xml:378(td) ./doc/config-reference/conf-changes/neutron.xml:386(td) ./doc/config-reference/conf-changes/ceilometer.xml:340(td) ./doc/config-reference/conf-changes/trove.xml:449(td) ./doc/config-reference/conf-changes/glance.xml:267(td) ./doc/config-reference/conf-changes/heat.xml:330(td) msgid "[DEFAULT] use_syslog" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:839(td) ./doc/config-reference/conf-changes/manila.xml:411(td) +#: ./doc/config-reference/conf-changes/cinder.xml:835(td) ./doc/config-reference/conf-changes/manila.xml:411(td) msgid "[DEFAULT] osapi_max_request_body_size" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:840(td) ./doc/config-reference/conf-changes/manila.xml:412(td) +#: ./doc/config-reference/conf-changes/cinder.xml:836(td) ./doc/config-reference/conf-changes/manila.xml:412(td) msgid "[oslo_middleware] max_request_body_size" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:843(td) +#: ./doc/config-reference/conf-changes/cinder.xml:839(td) msgid "[DEFAULT] eqlx_chap_password" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:844(td) +#: ./doc/config-reference/conf-changes/cinder.xml:840(td) msgid "[DEFAULT] chap_password" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:847(td) +#: ./doc/config-reference/conf-changes/cinder.xml:843(td) msgid "[DEFAULT] datera_api_token" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:851(td) +#: ./doc/config-reference/conf-changes/cinder.xml:847(td) msgid "[DEFAULT] glusterfs_sparsed_volumes" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:852(td) ./doc/config-reference/conf-changes/cinder.xml:856(td) +#: ./doc/config-reference/conf-changes/cinder.xml:848(td) ./doc/config-reference/conf-changes/cinder.xml:852(td) msgid "[DEFAULT] nas_volume_prov_type" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:855(td) +#: ./doc/config-reference/conf-changes/cinder.xml:851(td) msgid "[DEFAULT] glusterfs_qcow2_volumes" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:859(td) +#: ./doc/config-reference/conf-changes/cinder.xml:855(td) msgid "[DEFAULT] eqlx_use_chap" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:860(td) +#: ./doc/config-reference/conf-changes/cinder.xml:856(td) msgid "[DEFAULT] use_chap_auth" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:863(td) ./doc/config-reference/conf-changes/manila.xml:423(td) ./doc/config-reference/conf-changes/keystone.xml:332(td) ./doc/config-reference/conf-changes/ironic.xml:336(td) ./doc/config-reference/conf-changes/sahara.xml:272(td) ./doc/config-reference/conf-changes/nova.xml:450(td) ./doc/config-reference/conf-changes/neutron.xml:390(td) ./doc/config-reference/conf-changes/ceilometer.xml:332(td) ./doc/config-reference/conf-changes/trove.xml:453(td) ./doc/config-reference/conf-changes/glance.xml:271(td) ./doc/config-reference/conf-changes/heat.xml:322(td) +#: ./doc/config-reference/conf-changes/cinder.xml:859(td) ./doc/config-reference/conf-changes/manila.xml:423(td) ./doc/config-reference/conf-changes/keystone.xml:332(td) ./doc/config-reference/conf-changes/ironic.xml:336(td) ./doc/config-reference/conf-changes/sahara.xml:272(td) ./doc/config-reference/conf-changes/nova.xml:450(td) ./doc/config-reference/conf-changes/neutron.xml:390(td) ./doc/config-reference/conf-changes/ceilometer.xml:332(td) ./doc/config-reference/conf-changes/trove.xml:453(td) ./doc/config-reference/conf-changes/glance.xml:271(td) ./doc/config-reference/conf-changes/heat.xml:322(td) msgid "[DEFAULT] rpc_thread_pool_size" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:864(td) ./doc/config-reference/conf-changes/manila.xml:424(td) ./doc/config-reference/conf-changes/keystone.xml:333(td) ./doc/config-reference/conf-changes/ironic.xml:337(td) ./doc/config-reference/conf-changes/sahara.xml:273(td) ./doc/config-reference/conf-changes/nova.xml:451(td) ./doc/config-reference/conf-changes/neutron.xml:391(td) ./doc/config-reference/conf-changes/ceilometer.xml:333(td) ./doc/config-reference/conf-changes/trove.xml:454(td) ./doc/config-reference/conf-changes/glance.xml:272(td) ./doc/config-reference/conf-changes/heat.xml:323(td) +#: ./doc/config-reference/conf-changes/cinder.xml:860(td) ./doc/config-reference/conf-changes/manila.xml:424(td) ./doc/config-reference/conf-changes/keystone.xml:333(td) ./doc/config-reference/conf-changes/ironic.xml:337(td) ./doc/config-reference/conf-changes/sahara.xml:273(td) ./doc/config-reference/conf-changes/nova.xml:451(td) ./doc/config-reference/conf-changes/neutron.xml:391(td) ./doc/config-reference/conf-changes/ceilometer.xml:333(td) ./doc/config-reference/conf-changes/trove.xml:454(td) ./doc/config-reference/conf-changes/glance.xml:272(td) ./doc/config-reference/conf-changes/heat.xml:323(td) msgid "[DEFAULT] executor_thread_pool_size" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:867(td) ./doc/config-reference/conf-changes/manila.xml:334(td) +#: ./doc/config-reference/conf-changes/cinder.xml:863(td) ./doc/config-reference/conf-changes/manila.xml:334(td) msgid "[DEFAULT] enable_v1_api" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:871(td) +#: ./doc/config-reference/conf-changes/cinder.xml:867(td) msgid "[DEFAULT] netapp_volume_list" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:872(td) ./doc/config-reference/conf-changes/cinder.xml:876(td) +#: ./doc/config-reference/conf-changes/cinder.xml:868(td) ./doc/config-reference/conf-changes/cinder.xml:872(td) msgid "[DEFAULT] netapp_pool_name_search_pattern" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:875(td) +#: ./doc/config-reference/conf-changes/cinder.xml:871(td) msgid "[DEFAULT] netapp_storage_pools" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:879(td) ./doc/config-reference/conf-changes/glance.xml:213(td) +#: ./doc/config-reference/conf-changes/cinder.xml:875(td) ./doc/config-reference/conf-changes/glance.xml:213(td) msgid "[DEFAULT] host" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:880(td) +#: ./doc/config-reference/conf-changes/cinder.xml:876(td) msgid "[DEFAULT] backend_host" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:883(td) +#: ./doc/config-reference/conf-changes/cinder.xml:879(td) msgid "[DEFAULT] netapp_eseries_host_type" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:884(td) +#: ./doc/config-reference/conf-changes/cinder.xml:880(td) msgid "[DEFAULT] netapp_host_type" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:887(td) +#: ./doc/config-reference/conf-changes/cinder.xml:883(td) msgid "[DEFAULT] eqlx_chap_login" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:888(td) +#: ./doc/config-reference/conf-changes/cinder.xml:884(td) msgid "[DEFAULT] chap_username" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:891(td) ./doc/config-reference/conf-changes/manila.xml:431(td) ./doc/config-reference/conf-changes/keystone.xml:328(td) ./doc/config-reference/conf-changes/ironic.xml:340(td) ./doc/config-reference/conf-changes/sahara.xml:276(td) ./doc/config-reference/conf-changes/nova.xml:426(td) ./doc/config-reference/conf-changes/neutron.xml:398(td) ./doc/config-reference/conf-changes/ceilometer.xml:336(td) ./doc/config-reference/conf-changes/trove.xml:457(td) ./doc/config-reference/conf-changes/glance.xml:263(td) ./doc/config-reference/conf-changes/heat.xml:326(td) +#: ./doc/config-reference/conf-changes/cinder.xml:887(td) ./doc/config-reference/conf-changes/manila.xml:431(td) ./doc/config-reference/conf-changes/keystone.xml:328(td) ./doc/config-reference/conf-changes/ironic.xml:340(td) ./doc/config-reference/conf-changes/sahara.xml:276(td) ./doc/config-reference/conf-changes/nova.xml:426(td) ./doc/config-reference/conf-changes/neutron.xml:398(td) ./doc/config-reference/conf-changes/ceilometer.xml:336(td) ./doc/config-reference/conf-changes/trove.xml:457(td) ./doc/config-reference/conf-changes/glance.xml:263(td) ./doc/config-reference/conf-changes/heat.xml:326(td) msgid "[DEFAULT] log_format" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:895(td) +#: ./doc/config-reference/conf-changes/cinder.xml:891(td) msgid "[DEFAULT] storage_vnx_pool_name" msgstr "" -#: ./doc/config-reference/conf-changes/cinder.xml:896(td) +#: ./doc/config-reference/conf-changes/cinder.xml:892(td) msgid "[DEFAULT] storage_vnx_pool_names" msgstr "" diff --git a/doc/glossary/locale/en_GB.po b/doc/glossary/locale/en_GB.po index 580a7394d2..e1545ff8fd 100644 --- a/doc/glossary/locale/en_GB.po +++ b/doc/glossary/locale/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -164,15 +164,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation template" diff --git a/doc/glossary/locale/es.po b/doc/glossary/locale/es.po index 9aa8e4de8a..5b18864d36 100644 --- a/doc/glossary/locale/es.po +++ b/doc/glossary/locale/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -480,15 +480,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation permite a los usuarios de AWS para crear y administrar " -"una colección de recursos relacionados. El módulo de Orquestación soporta un " -"formato compatible con CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "Plantilla de AWS CloudFormation" diff --git a/doc/glossary/locale/fr.po b/doc/glossary/locale/fr.po index ba8193e300..a0c080e8b9 100644 --- a/doc/glossary/locale/fr.po +++ b/doc/glossary/locale/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -373,15 +373,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation permet aux utilisateurs AWS de créer et gérer une " -"collection de ressources reliées. Le module d'orchestration supporte un " -"format compatible-CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation template" @@ -557,22 +548,6 @@ msgstr "Méthode d'authentification iSCSI supportée par Compute." msgid "An object within Object Storage that is larger than 5GB." msgstr "Un objet du Stockage Objet qui est plus grand que 5GB." -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"Un projet Officiel OpenStack. Consiste actuellement en Compute (nova), " -"Stockage d'Objet (swift), service d'Image (glance), Identité (keystone), " -"Tableau de bord (horizon), Réseau (neutron), Stockage par Bloc (cinder), " -"module de télémétrie (ceilometer), module d'Orchestration (heat), service de " -"Base de Données (trove), service Bare Metal (ironic), service de Traitement " -"des Données (sahara). Néanmoins, cette définition est en train de changer " -"suite aux discussions de la communauté autour de \"Big Tent\"." - msgid "An open source SQL toolkit for Python, used in OpenStack." msgstr "Une boite à outil SQL open source pour Python, utilisé par OpenStack." diff --git a/doc/glossary/locale/glossary.pot b/doc/glossary/locale/glossary.pot index 64b34ff24f..9b5c172340 100644 --- a/doc/glossary/locale/glossary.pot +++ b/doc/glossary/locale/glossary.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-21 06:28+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -610,7 +610,7 @@ msgid "AWS CloudFormation template" msgstr "" #: ./doc/glossary/glossary-terms.xml:875(para) -msgid "AWS CloudFormation allows AWS users to create and manage a collection of related resources. The Orchestration module supports a CloudFormation-compatible format (CFN)." +msgid "AWS CloudFormation allows AWS users to create and manage a collection of related resources. The Orchestration service supports a CloudFormation-compatible format (CFN)." msgstr "" #: ./doc/glossary/glossary-terms.xml:887(title) @@ -1510,7 +1510,7 @@ msgid "core project" msgstr "" #: ./doc/glossary/glossary-terms.xml:2163(para) -msgid "An official OpenStack project. Currently consists of Compute (nova), Object Storage (swift), Image service (glance), Identity (keystone), Dashboard (horizon), Networking (neutron), and Block Storage (cinder), the Telemetry module (ceilometer), Orchestration module (heat), Database service (trove), Bare Metal service (ironic), Data processing service (sahara). However, this definition is changing based on community discussions about the \"Big Tent\"." +msgid "An official OpenStack project. Currently consists of Compute (nova), Object Storage (swift), Image service (glance), Identity (keystone), Dashboard (horizon), Networking (neutron), and Block Storage (cinder), Telemetry (ceilometer), Orchestration (heat), Database service (trove), Bare Metal service (ironic), Data processing service (sahara). However, this definition is changing based on community discussions about the \"Big Tent\"." msgstr "" #: ./doc/glossary/glossary-terms.xml:2176(glossterm) ./doc/glossary/glossary-terms.xml:2178(primary) diff --git a/doc/glossary/locale/ja.po b/doc/glossary/locale/ja.po index d75ea9a6e6..46177bdce3 100644 --- a/doc/glossary/locale/ja.po +++ b/doc/glossary/locale/ja.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-28 05:16+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1229,15 +1229,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation により、AWS ユーザーは関連するリソース群を作成し、管理でき" -"るようになる。Orchestration モジュールは CloudFormation 互換形式 (CFN) をサ" -"ポートする。" - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation テンプレート" @@ -1831,21 +1822,6 @@ msgstr "" msgid "An object within Object Storage that is larger than 5GB." msgstr "5GB より大きい Object Storage 内のオブジェクト。" -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"OpenStack の公式プロジェクト。現在、 Compute (nova), Object Storage (swift), " -"Image service (glance), Identity (keystone), Dashboard (horizon), Networking " -"(neutron), and Block Storage (cinder), the Telemetry module (ceilometer), " -"Orchestration module (heat), Database service (trove), Bare Metal service " -"(ironic), Data processing service (sahara) がある。しかしながら、この定義は" -"「Big Tent」に関するコミュニティーの議論に基づき変更されてきている。" - msgid "An open source LDAP server. Supported by both Compute and Identity." msgstr "" "オープンソース LDAP サーバー。Compute と Identity によりサポートされる。" diff --git a/doc/glossary/locale/ko_KR.po b/doc/glossary/locale/ko_KR.po index ee53ed145e..4b05f60b73 100644 --- a/doc/glossary/locale/ko_KR.po +++ b/doc/glossary/locale/ko_KR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -181,15 +181,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation은 AWS 사용자들이 관련된 리소스 집합을 생성 및 관리를 가능" -"하게 합니다. 오케스트레이션 모듈은 CloudFormation과 호환되는 포맷 (CFN)을 지" -"원합니다." - msgid "AWS CloudFormation template" msgstr "AWS CloudFormation 템플릿" diff --git a/doc/glossary/locale/vi_VN.po b/doc/glossary/locale/vi_VN.po index 8eccf9e22c..6edf00b445 100644 --- a/doc/glossary/locale/vi_VN.po +++ b/doc/glossary/locale/vi_VN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-10-23 04:52+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1262,15 +1262,6 @@ msgstr "AWS" msgid "AWS (Amazon Web Services)" msgstr "AWS (Amazon Web Services)" -msgid "" -"AWS CloudFormation allows AWS users to create and manage a collection of " -"related resources. The Orchestration module supports a CloudFormation-" -"compatible format (CFN)." -msgstr "" -"AWS CloudFormation cho phép các người dùng AWS khởi tạo và quản lý một bộ " -"các tài nguyên liên quan. Orchestration module hỗ trợ một định dạng tương " -"thích với CloudFormation (CFN)." - msgid "AWS CloudFormation template" msgstr "Mãu AWS CloudFormation" @@ -1871,21 +1862,6 @@ msgstr "" msgid "An object within Object Storage that is larger than 5GB." msgstr "Một object nằm trong Object Storage có kích thước trên 5GB" -msgid "" -"An official OpenStack project. Currently consists of Compute (nova), Object " -"Storage (swift), Image service (glance), Identity (keystone), Dashboard " -"(horizon), Networking (neutron), and Block Storage (cinder), the Telemetry " -"module (ceilometer), Orchestration module (heat), Database service (trove), " -"Bare Metal service (ironic), Data processing service (sahara). However, this " -"definition is changing based on community discussions about the \"Big Tent\"." -msgstr "" -"Một dự án chính thức của OpenStack. Hiện tại gồm Compute (nova), Object " -"Storage (swift), Image (glance), Identity (keystone), Dashboard (horizon), " -"Networking (neutron), và Block Storage (cinder), module Telemetry " -"(ceilometer), module Orchhestration (heat), dịch vụ Database (trove), dịch " -"vụ Bare Metal (ironic), dịch vụ xử lý Dữ liệu (sahara). Tuy nhiên, định " -"nghĩa này thay đổi dựa vào các thảo luận của cộng đồng về \"Big Tent\"." - msgid "An open source LDAP server. Supported by both Compute and Identity." msgstr "" "Một server LDAP mã nguồn mở. Được hỗ trợ bởi cả dịch vụ Compute và Identity." diff --git a/doc/install-guide/source/locale/install-guide.pot b/doc/install-guide/source/locale/install-guide.pot index 53d161205e..7d3a415370 100644 --- a/doc/install-guide/source/locale/install-guide.pot +++ b/doc/install-guide/source/locale/install-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Installation Guide 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 06:29+0000\n" +"POT-Creation-Date: 2015-10-30 06:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,7 +39,7 @@ msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# cinder-storage-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-cinder.rst:12 ../cinder-controller-install.rst:248 -#: ../cinder-storage-install.rst:164 +#: ../cinder-storage-install.rst:160 msgid "" "Edit the ``/etc/cinder/cinder.conf`` file and complete the following actions:" msgstr "" @@ -75,8 +75,8 @@ msgstr "" #: ../ceilometer-controller-install.rst:5 msgid "" -"This section describes how to install and configure the Telemetry module, " -"code-named ceilometer, on the controller node. The Telemetry module uses " +"This section describes how to install and configure the Telemetry service, " +"code-named ceilometer, on the controller node. The Telemetry service uses " "separate agents to collect measurements from each OpenStack service in your " "environment." msgstr "" @@ -113,10 +113,10 @@ msgstr "" # #-#-#-#-# swift-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:63 ../ceilometer-verify.rst:11 #: ../cinder-controller-install.rst:45 ../cinder-verify.rst:12 -#: ../glance-install.rst:44 ../glance-verify.rst:23 ../heat-install.rst:45 -#: ../heat-install.rst:397 ../neutron-controller-install.rst:37 -#: ../neutron-verify.rst:4 ../nova-controller-install.rst:41 -#: ../nova-verify.rst:10 ../swift-controller-install.rst:30 +#: ../glance-install.rst:44 ../glance-verify.rst:23 ../heat-install.rst:46 +#: ../neutron-controller-install.rst:37 ../neutron-verify.rst:4 +#: ../nova-controller-install.rst:41 ../nova-verify.rst:10 +#: ../swift-controller-install.rst:30 msgid "" "Source the ``admin`` credentials to gain access to admin-only CLI commands:" msgstr "" @@ -128,7 +128,7 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:70 ../cinder-controller-install.rst:52 -#: ../glance-install.rst:51 ../heat-install.rst:52 +#: ../glance-install.rst:51 ../heat-install.rst:53 #: ../neutron-controller-install.rst:44 ../nova-controller-install.rst:48 msgid "To create the service credentials, complete these steps:" msgstr "" @@ -146,11 +146,11 @@ msgid "Create the ``ceilometer`` service entity:" msgstr "" #: ../ceilometer-controller-install.rst:117 -msgid "Create the Telemetry module API endpoint:" +msgid "Create the Telemetry service API endpoint:" msgstr "" #: ../ceilometer-controller-install.rst:170 -msgid "To install and configure the Telemetry module components" +msgid "To install and configure the Telemetry service components" msgstr "" # #-#-#-#-# ceilometer-controller-install.pot (Installation Guide 0.1) #-#-#-#-# @@ -173,14 +173,14 @@ msgstr "" #: ../ceilometer-nova.rst:21 ../ceilometer-nova.rst:29 #: ../cinder-controller-install.rst:226 ../cinder-controller-install.rst:234 #: ../cinder-controller-install.rst:242 ../cinder-storage-install.rst:138 -#: ../cinder-storage-install.rst:146 ../cinder-storage-install.rst:158 +#: ../cinder-storage-install.rst:146 ../cinder-storage-install.rst:154 #: ../dashboard-install.rst:25 ../dashboard-install.rst:34 #: ../dashboard-install.rst:43 ../dashboard-install.rst:51 #: ../environment-ntp-controller.rst:9 ../environment-ntp-other.rst:9 #: ../environment-sql-database.rst:13 ../glance-install.rst:157 #: ../glance-install.rst:165 ../glance-install.rst:176 -#: ../glance-install.rst:332 ../heat-install.rst:264 ../heat-install.rst:273 -#: ../heat-install.rst:282 ../nova-compute-install.rst:31 +#: ../glance-install.rst:352 ../heat-install.rst:315 ../heat-install.rst:324 +#: ../heat-install.rst:333 ../nova-compute-install.rst:31 #: ../nova-compute-install.rst:39 ../nova-compute-install.rst:47 #: ../nova-controller-install.rst:151 ../nova-controller-install.rst:162 #: ../nova-controller-install.rst:173 ../swift-controller-install.rst:137 @@ -208,18 +208,20 @@ msgstr "" # #-#-#-#-# keystone-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# +# #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:216 -#: ../cinder-controller-install.rst:251 ../cinder-storage-install.rst:167 -#: ../glance-install.rst:187 ../glance-install.rst:261 ../heat-install.rst:294 +#: ../cinder-controller-install.rst:251 ../cinder-storage-install.rst:163 +#: ../glance-install.rst:187 ../glance-install.rst:271 ../heat-install.rst:345 #: ../keystone-install.rst:129 ../neutron-controller-install-option1.rst:75 #: ../neutron-controller-install-option2.rst:69 +#: ../nova-controller-install.rst:184 msgid "In the ``[database]`` section, configure database access:" msgstr "" #: ../ceilometer-controller-install.rst:224 msgid "" "Replace ``CEILOMETER_DBPASS`` with the password you chose for the Telemetry " -"module database. You must escape special characters such as ':', '/', '+', " +"service database. You must escape special characters such as ':', '/', '+', " "and '@' in the connection string in accordance with RFC2396." msgstr "" @@ -230,8 +232,8 @@ msgstr "" # #-#-#-#-# heat-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:229 ../ceilometer-nova.rst:49 -#: ../cinder-controller-install.rst:262 ../cinder-storage-install.rst:178 -#: ../heat-install.rst:305 ../nova-controller-install.rst:195 +#: ../cinder-controller-install.rst:272 ../cinder-storage-install.rst:184 +#: ../heat-install.rst:366 ../nova-controller-install.rst:205 msgid "" "In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, configure " "``RabbitMQ`` message queue access:" @@ -248,9 +250,9 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:244 ../ceilometer-glance.rst:26 #: ../ceilometer-nova.rst:64 ../ceilometer-swift.rst:86 -#: ../cinder-controller-install.rst:277 ../cinder-storage-install.rst:193 -#: ../heat-install.rst:320 ../nova-compute-install.rst:71 -#: ../nova-controller-install.rst:210 +#: ../cinder-controller-install.rst:287 ../cinder-storage-install.rst:199 +#: ../heat-install.rst:381 ../nova-compute-install.rst:71 +#: ../nova-controller-install.rst:220 msgid "" "Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` " "account in ``RabbitMQ``." @@ -265,11 +267,11 @@ msgstr "" # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:247 -#: ../cinder-controller-install.rst:280 ../cinder-storage-install.rst:196 +#: ../cinder-controller-install.rst:290 ../cinder-storage-install.rst:202 #: ../neutron-compute-install.rst:87 -#: ../neutron-controller-install-option1.rst:114 -#: ../neutron-controller-install-option2.rst:109 -#: ../nova-compute-install.rst:74 ../nova-controller-install.rst:213 +#: ../neutron-controller-install-option1.rst:124 +#: ../neutron-controller-install-option2.rst:119 +#: ../nova-compute-install.rst:74 ../nova-controller-install.rst:223 msgid "" "In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure " "Identity service access:" @@ -286,9 +288,7 @@ msgstr "" # #-#-#-#-# ceilometer-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# ceilometer-nova.pot (Installation Guide 0.1) #-#-#-#-# -# #-#-#-#-# heat-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:269 ../ceilometer-nova.rst:85 -#: ../heat-install.rst:352 msgid "" "Comment out any ``auth_host``, ``auth_port``, and ``auth_protocol`` options " "because the ``identity_uri`` option replaces them." @@ -332,16 +332,16 @@ msgstr "" # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../ceilometer-controller-install.rst:309 #: ../ceilometer-controller-install.rst:320 ../ceilometer-nova.rst:106 -#: ../cinder-controller-install.rst:325 ../cinder-storage-install.rst:297 -#: ../glance-install.rst:249 ../glance-install.rst:313 ../heat-install.rst:385 -#: ../keystone-install.rst:165 ../neutron-compute-install.rst:125 -#: ../neutron-controller-install-option1.rst:177 -#: ../neutron-controller-install-option1.rst:316 -#: ../neutron-controller-install-option2.rst:172 -#: ../neutron-controller-install-option2.rst:337 -#: ../neutron-controller-install-option2.rst:366 +#: ../cinder-controller-install.rst:335 ../cinder-storage-install.rst:303 +#: ../glance-install.rst:259 ../glance-install.rst:333 ../heat-install.rst:447 +#: ../keystone-install.rst:175 ../neutron-compute-install.rst:125 +#: ../neutron-controller-install-option1.rst:187 +#: ../neutron-controller-install-option1.rst:326 +#: ../neutron-controller-install-option2.rst:182 +#: ../neutron-controller-install-option2.rst:347 +#: ../neutron-controller-install-option2.rst:376 #: ../neutron-controller-install.rst:213 ../nova-compute-install.rst:186 -#: ../nova-controller-install.rst:325 +#: ../nova-controller-install.rst:335 msgid "" "(Optional) To assist with troubleshooting, enable verbose logging in the " "``[DEFAULT]`` section:" @@ -429,7 +429,7 @@ msgstr "" #: ../ceilometer-nova.rst:46 msgid "" "Replace ``TELEMETRY_SECRET`` with the telemetry secret you chose for the " -"Telemetry module." +"Telemetry service." msgstr "" #: ../ceilometer-nova.rst:67 @@ -440,7 +440,7 @@ msgstr "" #: ../ceilometer-nova.rst:80 msgid "" "Replace ``CEILOMETER_PASS`` with the password you chose for the Telemetry " -"module database." +"service database." msgstr "" # #-#-#-#-# ceilometer-nova.pot (Installation Guide 0.1) #-#-#-#-# @@ -602,7 +602,8 @@ msgid "Verify the Telemetry installation" msgstr "" #: ../ceilometer-verify.rst:5 -msgid "This section describes how to verify operation of the Telemetry module." +msgid "" +"This section describes how to verify operation of the Telemetry service." msgstr "" # #-#-#-#-# ceilometer-verify.pot (Installation Guide 0.1) #-#-#-#-# @@ -635,7 +636,7 @@ msgid "Remove the previously downloaded image file ``/tmp/cirros.img``:" msgstr "" #: ../ceilometer.rst:5 -msgid "Add the Telemetry module" +msgid "Add the Telemetry service" msgstr "" #: ../ceilometer.rst:18 @@ -683,7 +684,7 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:17 ../glance-install.rst:16 -#: ../heat-install.rst:17 ../neutron-controller-install.rst:10 +#: ../heat-install.rst:18 ../neutron-controller-install.rst:10 #: ../nova-controller-install.rst:13 msgid "To create the database, complete these steps:" msgstr "" @@ -695,7 +696,7 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:19 ../glance-install.rst:18 -#: ../heat-install.rst:19 ../keystone-install.rst:17 +#: ../heat-install.rst:20 ../keystone-install.rst:17 #: ../neutron-controller-install.rst:12 ../nova-controller-install.rst:15 msgid "" "Use the database access client to connect to the database server as the " @@ -721,7 +722,7 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:43 ../glance-install.rst:42 -#: ../heat-install.rst:43 ../keystone-install.rst:41 +#: ../heat-install.rst:44 ../keystone-install.rst:41 #: ../neutron-controller-install.rst:35 ../nova-controller-install.rst:39 msgid "Exit the database access client." msgstr "" @@ -744,11 +745,12 @@ msgstr "" # #-#-#-#-# swift-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# swift-initial-rings.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:78 ../glance-install.rst:78 -#: ../heat-install.rst:78 ../heat-install.rst:100 ../keystone-users.rst:76 -#: ../keystone-users.rst:170 ../launch-instance-private.rst:224 -#: ../neutron-controller-install.rst:71 ../nova-controller-install.rst:74 -#: ../swift-controller-install.rst:62 ../swift-initial-rings.rst:32 -#: ../swift-initial-rings.rst:109 ../swift-initial-rings.rst:186 +#: ../heat-install.rst:79 ../heat-install.rst:256 ../heat-install.rst:279 +#: ../keystone-users.rst:76 ../keystone-users.rst:170 +#: ../launch-instance-private.rst:224 ../neutron-controller-install.rst:71 +#: ../nova-controller-install.rst:74 ../swift-controller-install.rst:62 +#: ../swift-initial-rings.rst:32 ../swift-initial-rings.rst:109 +#: ../swift-initial-rings.rst:186 msgid "This command provides no output." msgstr "" @@ -781,7 +783,7 @@ msgstr "" # #-#-#-#-# swift-storage-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../cinder-controller-install.rst:222 ../cinder-storage-install.rst:134 #: ../environment-ntp-controller.rst:7 ../environment-ntp-other.rst:7 -#: ../glance-install.rst:149 ../heat-install.rst:256 +#: ../glance-install.rst:149 ../heat-install.rst:307 #: ../keystone-install.rst:53 ../nova-compute-install.rst:25 #: ../nova-controller-install.rst:145 ../swift-controller-install.rst:133 #: ../swift-storage-install.rst:139 @@ -790,7 +792,7 @@ msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# cinder-storage-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:259 ../cinder-storage-install.rst:175 +#: ../cinder-controller-install.rst:269 ../cinder-storage-install.rst:181 msgid "" "Replace ``CINDER_DBPASS`` with the password you chose for the Block Storage " "database." @@ -798,7 +800,7 @@ msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# cinder-storage-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:300 ../cinder-storage-install.rst:216 +#: ../cinder-controller-install.rst:310 ../cinder-storage-install.rst:222 msgid "" "Replace ``CINDER_PASS`` with the password you chose for the ``cinder`` user " "in the Identity service." @@ -812,12 +814,12 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:305 ../cinder-storage-install.rst:221 -#: ../glance-install.rst:223 ../glance-install.rst:297 +#: ../cinder-controller-install.rst:315 ../cinder-storage-install.rst:227 +#: ../glance-install.rst:233 ../glance-install.rst:317 #: ../neutron-compute-install.rst:112 -#: ../neutron-controller-install-option1.rst:139 -#: ../neutron-controller-install-option2.rst:134 -#: ../nova-compute-install.rst:99 ../nova-controller-install.rst:238 +#: ../neutron-controller-install-option1.rst:149 +#: ../neutron-controller-install-option2.rst:144 +#: ../nova-compute-install.rst:99 ../nova-controller-install.rst:248 msgid "" "Comment out or remove any other options in the ``[keystone_authtoken]`` " "section." @@ -825,7 +827,7 @@ msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:308 ../nova-controller-install.rst:241 +#: ../cinder-controller-install.rst:318 ../nova-controller-install.rst:251 msgid "" "In the ``[DEFAULT]`` section, configure the ``my_ip`` option to use the " "management interface IP address of the controller node:" @@ -838,25 +840,25 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:317 ../cinder-storage-install.rst:289 +#: ../cinder-controller-install.rst:327 ../cinder-storage-install.rst:295 #: ../neutron-compute-install.rst:117 -#: ../neutron-controller-install-option1.rst:169 -#: ../neutron-controller-install-option2.rst:164 +#: ../neutron-controller-install-option1.rst:179 +#: ../neutron-controller-install-option2.rst:174 #: ../nova-compute-install.rst:168 ../nova-compute-install.rst:178 -#: ../nova-controller-install.rst:289 ../nova-controller-install.rst:299 -#: ../nova-controller-install.rst:309 +#: ../nova-controller-install.rst:299 ../nova-controller-install.rst:309 +#: ../nova-controller-install.rst:319 msgid "In the ``[oslo_concurrency]`` section, configure the lock path:" msgstr "" -#: ../cinder-controller-install.rst:334 +#: ../cinder-controller-install.rst:344 msgid "Populate the Block Storage database:" msgstr "" -#: ../cinder-controller-install.rst:341 +#: ../cinder-controller-install.rst:351 msgid "Configure Compute to use Block Storage" msgstr "" -#: ../cinder-controller-install.rst:343 +#: ../cinder-controller-install.rst:353 msgid "Edit the ``/etc/nova/nova.conf`` file and add the following to it:" msgstr "" @@ -869,29 +871,29 @@ msgstr "" # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# swift-finalize-installation.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:352 ../cinder-storage-install.rst:307 -#: ../glance-install.rst:351 ../heat-install.rst:448 +#: ../cinder-controller-install.rst:362 ../cinder-storage-install.rst:313 +#: ../glance-install.rst:371 ../heat-install.rst:488 #: ../neutron-compute-install.rst:179 ../neutron-controller-install.rst:254 -#: ../nova-compute-install.rst:207 ../nova-controller-install.rst:351 +#: ../nova-compute-install.rst:207 ../nova-controller-install.rst:361 #: ../swift-finalize-installation.rst:2 msgid "Finalize installation" msgstr "" # #-#-#-#-# cinder-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:356 ../cinder-controller-install.rst:372 +#: ../cinder-controller-install.rst:366 ../cinder-controller-install.rst:382 #: ../neutron-controller-install.rst:279 ../neutron-controller-install.rst:317 #: ../neutron-controller-install.rst:360 msgid "Restart the Compute API service:" msgstr "" -#: ../cinder-controller-install.rst:362 +#: ../cinder-controller-install.rst:372 msgid "" "Start the Block Storage services and configure them to start when the system " "boots:" msgstr "" -#: ../cinder-controller-install.rst:378 +#: ../cinder-controller-install.rst:388 msgid "Restart the Block Storage services:" msgstr "" @@ -902,10 +904,10 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:385 ../glance-install.rst:376 -#: ../heat-install.rst:474 ../keystone-install.rst:503 +#: ../cinder-controller-install.rst:395 ../glance-install.rst:396 +#: ../heat-install.rst:514 ../keystone-install.rst:513 #: ../neutron-controller-install.rst:385 ../nova-compute-install.rst:264 -#: ../nova-controller-install.rst:398 +#: ../nova-controller-install.rst:408 msgid "By default, the Ubuntu packages create an SQLite database." msgstr "" @@ -916,10 +918,10 @@ msgstr "" # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-controller-install.rst:387 ../glance-install.rst:378 -#: ../heat-install.rst:476 ../keystone-install.rst:505 +#: ../cinder-controller-install.rst:397 ../glance-install.rst:398 +#: ../heat-install.rst:516 ../keystone-install.rst:515 #: ../neutron-controller-install.rst:387 ../nova-compute-install.rst:266 -#: ../nova-controller-install.rst:400 +#: ../nova-controller-install.rst:410 msgid "" "Because this configuration uses an SQL database server, you can remove the " "SQLite database file:" @@ -1046,11 +1048,11 @@ msgstr "" # #-#-#-#-# cinder-storage-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../cinder-storage-install.rst:224 ../nova-compute-install.rst:102 +#: ../cinder-storage-install.rst:230 ../nova-compute-install.rst:102 msgid "In the ``[DEFAULT]`` section, configure the ``my_ip`` option:" msgstr "" -#: ../cinder-storage-install.rst:232 +#: ../cinder-storage-install.rst:238 msgid "" "Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the " "management network interface on your storage node, typically 10.0.0.41 for " @@ -1058,39 +1060,39 @@ msgid "" "architectures>`." msgstr "" -#: ../cinder-storage-install.rst:239 ../cinder-storage-install.rst:254 +#: ../cinder-storage-install.rst:245 ../cinder-storage-install.rst:260 msgid "" "In the ``[lvm]`` section, configure the LVM back end with the LVM driver, " "``cinder-volumes`` volume group, iSCSI protocol, and appropriate iSCSI " "service:" msgstr "" -#: ../cinder-storage-install.rst:267 +#: ../cinder-storage-install.rst:273 msgid "In the ``[DEFAULT]`` section, enable the LVM back end:" msgstr "" -#: ../cinder-storage-install.rst:277 +#: ../cinder-storage-install.rst:283 msgid "" "Back-end names are arbitrary. As an example, this guide uses the name of the " "driver as the name of the back end." msgstr "" -#: ../cinder-storage-install.rst:280 +#: ../cinder-storage-install.rst:286 msgid "" "In the ``[DEFAULT]`` section, configure the location of the Image service:" msgstr "" -#: ../cinder-storage-install.rst:311 ../cinder-storage-install.rst:321 +#: ../cinder-storage-install.rst:317 ../cinder-storage-install.rst:327 msgid "" "Start the Block Storage volume service including its dependencies and " "configure them to start when the system boots:" msgstr "" -#: ../cinder-storage-install.rst:331 +#: ../cinder-storage-install.rst:337 msgid "Restart the Block Storage volume service including its dependencies:" msgstr "" -#: ../cinder-storage-install.rst:338 +#: ../cinder-storage-install.rst:344 msgid "" "By default, the Ubuntu packages create an SQLite database. Because this " "configuration uses an SQL database server, remove the SQLite database file:" @@ -1284,36 +1286,19 @@ msgid "" msgstr "" #: ../dashboard-install.rst:173 -msgid "" -"Configure SELinux to permit the web server to connect to OpenStack services:" -msgstr "" - -#: ../dashboard-install.rst:182 -msgid "" -"Due to a packaging bug, the dashboard CSS fails to load properly. Run the " -"following command to resolve this issue:" -msgstr "" - -#: ../dashboard-install.rst:189 -msgid "" -"For more information, see the `bug report `__." -msgstr "" - -#: ../dashboard-install.rst:194 msgid "Reload the web server configuration:" msgstr "" -#: ../dashboard-install.rst:202 ../dashboard-install.rst:217 +#: ../dashboard-install.rst:181 ../dashboard-install.rst:196 msgid "" "Start the web server and session storage service and configure them to start " "when the system boots:" msgstr "" -#: ../dashboard-install.rst:212 ../dashboard-install.rst:227 +#: ../dashboard-install.rst:191 ../dashboard-install.rst:206 msgid "" -"``systemctl restart`` will restart the Apache HTTP service, or start it if " -"it is not running." +"The ``systemctl restart`` command starts the Apache HTTP service if not " +"currently running." msgstr "" #: ../dashboard-next-step.rst:5 @@ -2540,7 +2525,7 @@ msgstr "" # #-#-#-#-# environment-packages.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# keystone-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../environment-packages.rst:143 ../keystone-install.rst:493 +#: ../environment-packages.rst:143 ../keystone-install.rst:503 msgid "Finalize the installation" msgstr "" @@ -3003,56 +2988,56 @@ msgid "" "actions:" msgstr "" -#: ../glance-install.rst:195 ../glance-install.rst:269 +#: ../glance-install.rst:205 ../glance-install.rst:289 msgid "" "Replace ``GLANCE_DBPASS`` with the password you chose for the Image service " "database." msgstr "" -#: ../glance-install.rst:198 ../glance-install.rst:272 +#: ../glance-install.rst:208 ../glance-install.rst:292 msgid "" "In the ``[keystone_authtoken]`` and ``[paste_deploy]`` sections, configure " "Identity service access:" msgstr "" -#: ../glance-install.rst:218 ../glance-install.rst:292 +#: ../glance-install.rst:228 ../glance-install.rst:312 msgid "" "Replace ``GLANCE_PASS`` with the password you chose for the ``glance`` user " "in the Identity service." msgstr "" -#: ../glance-install.rst:226 +#: ../glance-install.rst:236 msgid "" "In the ``[glance_store]`` section, configure the local file system store and " "location of image files:" msgstr "" -#: ../glance-install.rst:236 ../glance-install.rst:300 +#: ../glance-install.rst:246 ../glance-install.rst:320 msgid "" "In the ``[DEFAULT]`` section, configure the ``noop`` notification driver to " "disable notifications because they only pertain to the optional Telemetry " "service:" msgstr "" -#: ../glance-install.rst:246 ../glance-install.rst:310 +#: ../glance-install.rst:256 ../glance-install.rst:330 msgid "" "The Telemetry chapter provides an Image service configuration that enables " "notifications." msgstr "" -#: ../glance-install.rst:258 +#: ../glance-install.rst:268 msgid "" "Edit the ``/etc/glance/glance-registry.conf`` file and complete the " "following actions:" msgstr "" -#: ../glance-install.rst:324 +#: ../glance-install.rst:344 msgid "Populate the Image service database:" msgstr "" # #-#-#-#-# glance-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# heat-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../glance-install.rst:338 ../heat-install.rst:430 +#: ../glance-install.rst:358 ../heat-install.rst:470 msgid "" "Respond to prompts for :doc:`database management `, :doc:`Identity service credentials `." msgstr "" -#: ../glance-install.rst:344 +#: ../glance-install.rst:364 msgid "" "Select the ``keystone`` pipeline to configure the Image service to use the " "Identity service:" msgstr "" -#: ../glance-install.rst:355 +#: ../glance-install.rst:375 msgid "" "Start the Image service services and configure them to start when the system " "boots:" msgstr "" -#: ../glance-install.rst:367 +#: ../glance-install.rst:387 msgid "Restart the Image service services:" msgstr "" @@ -3177,52 +3162,87 @@ msgstr "" #: ../heat-install.rst:6 msgid "" "This section describes how to install and configure the Orchestration " -"module, code-named heat, on the controller node." +"service, code-named heat, on the controller node." msgstr "" #: ../heat-install.rst:14 msgid "" "Before you install and configure Orchestration, you must create a database, " -"service credentials, and API endpoints." +"service credentials, API endpoints. Orchestration also requires additional " +"information in the Identity service." msgstr "" -#: ../heat-install.rst:26 +#: ../heat-install.rst:27 msgid "Create the ``heat`` database:" msgstr "" -#: ../heat-install.rst:32 +#: ../heat-install.rst:33 msgid "Grant proper access to the ``heat`` database:" msgstr "" -#: ../heat-install.rst:41 +#: ../heat-install.rst:42 msgid "Replace ``HEAT_DBPASS`` with a suitable password." msgstr "" -#: ../heat-install.rst:54 +#: ../heat-install.rst:55 msgid "Create the ``heat`` user:" msgstr "" -#: ../heat-install.rst:70 +#: ../heat-install.rst:71 msgid "Add the ``admin`` role to the ``heat`` user:" msgstr "" -#: ../heat-install.rst:80 +#: ../heat-install.rst:81 +msgid "Create the ``heat`` and ``heat-cfn`` service entities:" +msgstr "" + +#: ../heat-install.rst:109 +msgid "Create the Orchestration service API endpoints:" +msgstr "" + +#: ../heat-install.rst:211 +msgid "" +"Orchestration requires additional information in the Identity service to " +"manage stacks. To add this information, complete these steps:" +msgstr "" + +#: ../heat-install.rst:214 +msgid "Create the ``heat`` domain that contains projects and users for stacks:" +msgstr "" + +#: ../heat-install.rst:229 +msgid "" +"Create the ``heat_domain_admin`` user to manage projects and users in the " +"``heat`` domain:" +msgstr "" + +#: ../heat-install.rst:246 +msgid "" +"Add the ``admin`` role to the ``heat_domain_admin`` user in the ``heat`` " +"domain to enable administrative stack management privileges by the " +"``heat_domain_admin`` user:" +msgstr "" + +#: ../heat-install.rst:258 msgid "Create the ``heat_stack_owner`` role:" msgstr "" -#: ../heat-install.rst:92 -msgid "Add the ``heat_stack_owner`` role to the ``demo`` project and user:" +#: ../heat-install.rst:270 +msgid "" +"Add the ``heat_stack_owner`` role to the ``demo`` project and user to enable " +"stack management by the ``demo`` user:" msgstr "" -#: ../heat-install.rst:104 -msgid "You must add the ``heat_stack_owner`` role to users that manage stacks." +#: ../heat-install.rst:283 +msgid "" +"You must add the ``heat_stack_owner`` role to each user that manages stacks." msgstr "" -#: ../heat-install.rst:107 +#: ../heat-install.rst:286 msgid "Create the ``heat_stack_user`` role:" msgstr "" -#: ../heat-install.rst:121 +#: ../heat-install.rst:300 msgid "" "The Orchestration service automatically assigns the ``heat_stack_user`` role " "to users that it creates during stack deployment. By default, this role " @@ -3230,93 +3250,65 @@ msgid "" "to users with the ``heat_stack_owner`` role." msgstr "" -#: ../heat-install.rst:127 -msgid "Create the ``heat`` and ``heat-cfn`` service entities:" -msgstr "" - -#: ../heat-install.rst:155 -msgid "Create the Orchestration service API endpoints:" -msgstr "" - -#: ../heat-install.rst:291 ../heat-install.rst:436 +#: ../heat-install.rst:342 ../heat-install.rst:476 msgid "" "Edit the ``/etc/heat/heat.conf`` file and complete the following actions:" msgstr "" -#: ../heat-install.rst:302 +#: ../heat-install.rst:363 msgid "" "Replace ``HEAT_DBPASS`` with the password you chose for the Orchestration " "database." msgstr "" -#: ../heat-install.rst:323 +#: ../heat-install.rst:384 msgid "" -"In the ``[keystone_authtoken]`` and ``[ec2authtoken]`` sections, configure " -"Identity service access:" +"In the ``[keystone_authtoken]``, ``[trustee]``, ``[clients_keystone]``, and " +"``[ec2authtoken]`` sections, configure Identity service access:" msgstr "" -#: ../heat-install.rst:347 +#: ../heat-install.rst:420 msgid "" "Replace ``HEAT_PASS`` with the password you chose for the ``heat`` user in " "the Identity service." msgstr "" -#: ../heat-install.rst:358 -msgid "" -"The contents of the [keystone_authtoken] section vary slightly from other " -"services." -msgstr "" - -#: ../heat-install.rst:361 +#: ../heat-install.rst:423 msgid "" "In the ``[DEFAULT]`` section, configure the metadata and wait condition URLs:" msgstr "" -#: ../heat-install.rst:371 +#: ../heat-install.rst:433 msgid "" -"In the ``[DEFAULT]`` section, configure information about the heat Identity " -"service domain:" +"In the ``[DEFAULT]`` section, configure the stack domain and administrative " +"credentials:" msgstr "" -#: ../heat-install.rst:382 +#: ../heat-install.rst:444 msgid "" -"Replace ``HEAT_DOMAIN_PASS`` with the password you chose for the admin user " -"of the ``heat`` user domain in the Identity service." +"Replace ``HEAT_DOMAIN_PASS`` with the password you chose for the " +"``heat_domain_admin`` user in the Identity service." msgstr "" -#: ../heat-install.rst:394 -msgid "Create a domain for users and projects managed by Orchestration stacks." -msgstr "" - -#: ../heat-install.rst:404 -msgid "Create the heat domain in the Identity service:" -msgstr "" - -#: ../heat-install.rst:412 -msgid "" -"Do not add the output of this command to the ``/etc/heat/heat.conf`` file " -"because it already contains these configuration options." -msgstr "" - -#: ../heat-install.rst:416 +#: ../heat-install.rst:456 msgid "Populate the Orchestration database:" msgstr "" -#: ../heat-install.rst:424 +#: ../heat-install.rst:464 msgid "Run the following commands to install the packages:" msgstr "" -#: ../heat-install.rst:439 +#: ../heat-install.rst:479 msgid "In the ``[ec2authtoken]`` section, configure Identity service access:" msgstr "" -#: ../heat-install.rst:452 +#: ../heat-install.rst:492 msgid "" "Start the Orchestration services and configure them to start when the system " "boots:" msgstr "" -#: ../heat-install.rst:464 +#: ../heat-install.rst:504 msgid "Restart the Orchestration services:" msgstr "" @@ -3327,7 +3319,7 @@ msgid "" msgstr "" #: ../heat-verify.rst:6 -msgid "Verify operation of the Orchestration module." +msgid "Verify operation of the Orchestration service." msgstr "" #: ../heat-verify.rst:8 @@ -3349,12 +3341,12 @@ msgid "" msgstr "" #: ../heat.rst:3 -msgid "Add the Orchestration module" +msgid "Add the Orchestration service" msgstr "" #: ../heat.rst:12 msgid "" -"The Orchestration module (heat) uses a heat orchestration template (HOT) to " +"The Orchestration service (heat) uses a heat orchestration template (HOT) to " "create and manage cloud resources." msgstr "" @@ -3503,7 +3495,7 @@ msgstr "" msgid "Replace ``KEYSTONE_DBPASS`` with a suitable password." msgstr "" -#: ../keystone-install.rst:43 ../keystone-install.rst:215 +#: ../keystone-install.rst:43 ../keystone-install.rst:225 msgid "" "Generate a random value to use as the administration token during initial " "configuration:" @@ -3525,7 +3517,7 @@ msgid "" msgstr "" #: ../keystone-install.rst:75 ../keystone-install.rst:86 -#: ../keystone-install.rst:187 +#: ../keystone-install.rst:197 msgid "Run the following command to install the packages:" msgstr "" @@ -3552,74 +3544,74 @@ msgid "" "previous step." msgstr "" -#: ../keystone-install.rst:137 +#: ../keystone-install.rst:147 msgid "" "Replace ``KEYSTONE_DBPASS`` with the password you chose for the database." msgstr "" -#: ../keystone-install.rst:139 +#: ../keystone-install.rst:149 msgid "In the ``[memcache]`` section, configure the Memcache service:" msgstr "" -#: ../keystone-install.rst:147 +#: ../keystone-install.rst:157 msgid "" "In the ``[token]`` section, configure the UUID token provider and Memcached " "driver:" msgstr "" -#: ../keystone-install.rst:157 +#: ../keystone-install.rst:167 msgid "In the ``[revoke]`` section, configure the SQL revocation driver:" msgstr "" -#: ../keystone-install.rst:176 +#: ../keystone-install.rst:186 msgid "Populate the Identity service database:" msgstr "" -#: ../keystone-install.rst:185 +#: ../keystone-install.rst:195 msgid "Install and configure the components" msgstr "" -#: ../keystone-install.rst:195 +#: ../keystone-install.rst:205 msgid "" "python-keystoneclient will automatically be installed as it is a dependency " "of the keystone package." msgstr "" -#: ../keystone-install.rst:198 +#: ../keystone-install.rst:208 msgid "" "Respond to prompts for :doc:`debconf/debconf-dbconfig-common`, which will " "fill the below database access directive." msgstr "" -#: ../keystone-install.rst:207 +#: ../keystone-install.rst:217 msgid "" "If you decide to not use ``dbconfig-common``, then you will have to create " "the database and manage its access rights yourself, and run the following by " "hand." msgstr "" -#: ../keystone-install.rst:222 +#: ../keystone-install.rst:232 msgid "Configure the initial administration token:" msgstr "" -#: ../keystone-install.rst:227 +#: ../keystone-install.rst:237 msgid "" "Use the random value that you generated in a previous step. If you install " "using non-interactive mode or you do not specify this token, the " "configuration tool generates a random value." msgstr "" -#: ../keystone-install.rst:231 +#: ../keystone-install.rst:241 msgid "" "Later on, the package will configure the below directive with the value you " "entered:" msgstr "" -#: ../keystone-install.rst:240 +#: ../keystone-install.rst:250 msgid "Create the ``admin`` tenant and user:" msgstr "" -#: ../keystone-install.rst:242 +#: ../keystone-install.rst:252 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 " @@ -3627,71 +3619,71 @@ msgid "" "the equivalent of running the below commands:" msgstr "" -#: ../keystone-install.rst:269 +#: ../keystone-install.rst:279 msgid "" "In Debian, the Keystone package offers automatic registration of Keystone in " "the service catalogue. This is equivalent of running the below commands:" msgstr "" -#: ../keystone-install.rst:289 +#: ../keystone-install.rst:299 msgid "Configure the Apache HTTP server" msgstr "" -#: ../keystone-install.rst:293 +#: ../keystone-install.rst:303 msgid "" "Edit the ``/etc/httpd/conf/httpd.conf`` file and configure the " "``ServerName`` option to reference the controller node:" msgstr "" -#: ../keystone-install.rst:300 +#: ../keystone-install.rst:310 msgid "" "Create the ``/etc/httpd/conf.d/wsgi-keystone.conf`` file with the following " "content:" msgstr "" -#: ../keystone-install.rst:356 +#: ../keystone-install.rst:366 msgid "" "Edit the ``/etc/apache2/apache2.conf`` file and configure the ``ServerName`` " "option to reference the controller node:" msgstr "" -#: ../keystone-install.rst:363 +#: ../keystone-install.rst:373 msgid "" "Create the ``/etc/apache2/sites-available/wsgi-keystone.conf`` file with the " "following content:" msgstr "" -#: ../keystone-install.rst:417 +#: ../keystone-install.rst:427 msgid "Enable the Identity service virtual hosts:" msgstr "" -#: ../keystone-install.rst:425 +#: ../keystone-install.rst:435 msgid "" "Edit the ``/etc/sysconfig/apache2`` file and configure the " "``APACHE_SERVERNAME`` option to reference the controller node:" msgstr "" -#: ../keystone-install.rst:432 +#: ../keystone-install.rst:442 msgid "" "Create the ``/etc/apache2/conf.d/wsgi-keystone.conf`` file with the " "following content:" msgstr "" -#: ../keystone-install.rst:486 +#: ../keystone-install.rst:496 msgid "Recursively change the ownership of the ``/etc/keystone`` directory:" msgstr "" -#: ../keystone-install.rst:497 +#: ../keystone-install.rst:507 msgid "Restart the Apache HTTP server:" msgstr "" -#: ../keystone-install.rst:514 ../keystone-install.rst:529 +#: ../keystone-install.rst:524 ../keystone-install.rst:539 msgid "" "Start the Apache HTTP service and configure it to start when the system " "boots:" msgstr "" -#: ../keystone-install.rst:523 +#: ../keystone-install.rst:533 msgid "Activate the Apache module ``mod_version``:" msgstr "" @@ -4103,7 +4095,7 @@ msgstr "" #: ../launch-instance-heat.rst:9 msgid "" -"The Orchestration module uses templates to describe stacks. To learn about " +"The Orchestration service uses templates to describe stacks. To learn about " "the template language, see `the Template Guide `__ in the `Heat developer " "documentation `__." @@ -4139,17 +4131,17 @@ msgstr "" msgid "Create a stack of one CirrOS instance on the public network:" msgstr "" -#: ../launch-instance-heat.rst:94 +#: ../launch-instance-heat.rst:93 msgid "After a short time, verify successful creation of the stack:" msgstr "" -#: ../launch-instance-heat.rst:105 +#: ../launch-instance-heat.rst:104 msgid "" "Show the name and IP address of the instance and compare with the output of " "the ``nova`` command:" msgstr "" -#: ../launch-instance-heat.rst:131 +#: ../launch-instance-heat.rst:130 msgid "Delete the stack." msgstr "" @@ -4803,8 +4795,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:7 #: ../neutron-compute-install-option2.rst:7 -#: ../neutron-controller-install-option1.rst:251 -#: ../neutron-controller-install-option2.rst:260 +#: ../neutron-controller-install-option1.rst:261 +#: ../neutron-controller-install-option2.rst:270 msgid "Configure the Linux bridge agent" msgstr "" @@ -4814,8 +4806,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:9 #: ../neutron-compute-install-option2.rst:9 -#: ../neutron-controller-install-option1.rst:253 -#: ../neutron-controller-install-option2.rst:262 +#: ../neutron-controller-install-option1.rst:263 +#: ../neutron-controller-install-option2.rst:272 msgid "" "The Linux bridge agent builds layer-2 (bridging and switching) virtual " "networking infrastructure for instances including VXLAN tunnels for private " @@ -4828,8 +4820,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:13 #: ../neutron-compute-install-option2.rst:13 -#: ../neutron-controller-install-option1.rst:257 -#: ../neutron-controller-install-option2.rst:266 +#: ../neutron-controller-install-option1.rst:267 +#: ../neutron-controller-install-option2.rst:276 msgid "" "Edit the ``/etc/neutron/plugins/ml2/linuxbridge_agent.ini`` file and " "complete the following actions:" @@ -4841,8 +4833,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:16 #: ../neutron-compute-install-option2.rst:16 -#: ../neutron-controller-install-option1.rst:260 -#: ../neutron-controller-install-option2.rst:269 +#: ../neutron-controller-install-option1.rst:270 +#: ../neutron-controller-install-option2.rst:279 msgid "" "In the ``[linux_bridge]`` section, map the public virtual network to the " "public physical network interface:" @@ -4854,8 +4846,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:24 #: ../neutron-compute-install-option2.rst:24 -#: ../neutron-controller-install-option1.rst:268 -#: ../neutron-controller-install-option2.rst:277 +#: ../neutron-controller-install-option1.rst:278 +#: ../neutron-controller-install-option2.rst:287 msgid "" "Replace ``PUBLIC_INTERFACE_NAME`` with the name of the underlying physical " "public network interface." @@ -4864,7 +4856,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:27 -#: ../neutron-controller-install-option1.rst:271 +#: ../neutron-controller-install-option1.rst:281 msgid "In the ``[vxlan]`` section, disable VXLAN overlay networks:" msgstr "" @@ -4874,8 +4866,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:34 #: ../neutron-compute-install-option2.rst:42 -#: ../neutron-controller-install-option1.rst:278 -#: ../neutron-controller-install-option2.rst:295 +#: ../neutron-controller-install-option1.rst:288 +#: ../neutron-controller-install-option2.rst:305 msgid "In the ``[agent]`` section, enable ARP spoofing protection:" msgstr "" @@ -4885,8 +4877,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option1.rst:42 #: ../neutron-compute-install-option2.rst:50 -#: ../neutron-controller-install-option1.rst:286 -#: ../neutron-controller-install-option2.rst:303 +#: ../neutron-controller-install-option1.rst:296 +#: ../neutron-controller-install-option2.rst:313 msgid "" "In the ``[securitygroup]`` section, enable security groups and configure the " "Linux bridge :term:`iptables` firewall driver:" @@ -4914,7 +4906,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option2.rst:27 -#: ../neutron-controller-install-option2.rst:280 +#: ../neutron-controller-install-option2.rst:290 msgid "" "In the ``[vxlan]`` section, enable VXLAN overlay networks, configure the IP " "address of the physical network interface that handles overlay networks, and " @@ -4924,7 +4916,7 @@ msgstr "" # #-#-#-#-# neutron-compute-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install-option2.rst:38 -#: ../neutron-controller-install-option2.rst:291 +#: ../neutron-controller-install-option2.rst:301 msgid "" "Replace ``OVERLAY_INTERFACE_IP_ADDRESS`` with the IP address of the " "underlying physical network interface that handles overlay networks. The " @@ -5015,8 +5007,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install.rst:69 -#: ../neutron-controller-install-option1.rst:96 -#: ../neutron-controller-install-option2.rst:91 +#: ../neutron-controller-install-option1.rst:106 +#: ../neutron-controller-install-option2.rst:101 msgid "" "In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, configure " "RabbitMQ message queue access:" @@ -5026,8 +5018,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install.rst:84 -#: ../neutron-controller-install-option1.rst:111 -#: ../neutron-controller-install-option2.rst:106 +#: ../neutron-controller-install-option1.rst:121 +#: ../neutron-controller-install-option2.rst:116 msgid "" "Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` " "account in RabbitMQ." @@ -5038,8 +5030,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install.pot (Installation Guide 0.1) #-#-#-#-# #: ../neutron-compute-install.rst:107 ../neutron-compute-install.rst:175 -#: ../neutron-controller-install-option1.rst:134 -#: ../neutron-controller-install-option2.rst:129 +#: ../neutron-controller-install-option1.rst:144 +#: ../neutron-controller-install-option2.rst:139 #: ../neutron-controller-install.rst:191 ../neutron-controller-install.rst:247 msgid "" "Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` " @@ -5251,13 +5243,13 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:83 -#: ../neutron-controller-install-option2.rst:77 +#: ../neutron-controller-install-option1.rst:93 +#: ../neutron-controller-install-option2.rst:87 msgid "" "Replace ``NEUTRON_DBPASS`` with the password you chose for the database." msgstr "" -#: ../neutron-controller-install-option1.rst:86 +#: ../neutron-controller-install-option1.rst:96 msgid "" "In the ``[DEFAULT]`` section, enable the Modular Layer 2 (ML2) plug-in and " "disable additional plug-ins:" @@ -5265,8 +5257,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:142 -#: ../neutron-controller-install-option2.rst:137 +#: ../neutron-controller-install-option1.rst:152 +#: ../neutron-controller-install-option2.rst:147 msgid "" "In the ``[DEFAULT]`` and ``[nova]`` sections, configure Networking to notify " "Compute of network topology changes:" @@ -5276,9 +5268,9 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:164 -#: ../neutron-controller-install-option2.rst:159 -#: ../nova-compute-install.rst:94 ../nova-controller-install.rst:233 +#: ../neutron-controller-install-option1.rst:174 +#: ../neutron-controller-install-option2.rst:169 +#: ../nova-compute-install.rst:94 ../nova-controller-install.rst:243 msgid "" "Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in " "the Identity service." @@ -5286,15 +5278,15 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:187 -#: ../neutron-controller-install-option2.rst:182 +#: ../neutron-controller-install-option1.rst:197 +#: ../neutron-controller-install-option2.rst:192 msgid "Configure the Modular Layer 2 (ML2) plug-in" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:189 -#: ../neutron-controller-install-option2.rst:184 +#: ../neutron-controller-install-option1.rst:199 +#: ../neutron-controller-install-option2.rst:194 msgid "" "The ML2 plug-in uses the Linux bridge mechanism to build layer-2 (bridging " "and switching) virtual networking infrastructure for instances." @@ -5302,29 +5294,29 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:192 -#: ../neutron-controller-install-option2.rst:187 +#: ../neutron-controller-install-option1.rst:202 +#: ../neutron-controller-install-option2.rst:197 msgid "" "Edit the ``/etc/neutron/plugins/ml2/ml2_conf.ini`` file and complete the " "following actions:" msgstr "" -#: ../neutron-controller-install-option1.rst:195 +#: ../neutron-controller-install-option1.rst:205 msgid "In the ``[ml2]`` section, enable flat and VLAN networks:" msgstr "" -#: ../neutron-controller-install-option1.rst:203 +#: ../neutron-controller-install-option1.rst:213 msgid "In the ``[ml2]`` section, disable project (private) networks:" msgstr "" -#: ../neutron-controller-install-option1.rst:211 +#: ../neutron-controller-install-option1.rst:221 msgid "In the ``[ml2]`` section, enable the Linux bridge mechanism:" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:221 -#: ../neutron-controller-install-option2.rst:217 +#: ../neutron-controller-install-option1.rst:231 +#: ../neutron-controller-install-option2.rst:227 msgid "" "After you configure the ML2 plug-in, removing values in the ``type_drivers`` " "option can lead to database inconsistency." @@ -5332,15 +5324,15 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:224 -#: ../neutron-controller-install-option2.rst:224 +#: ../neutron-controller-install-option1.rst:234 +#: ../neutron-controller-install-option2.rst:234 msgid "In the ``[ml2]`` section, enable the port security extension driver:" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:232 -#: ../neutron-controller-install-option2.rst:232 +#: ../neutron-controller-install-option1.rst:242 +#: ../neutron-controller-install-option2.rst:242 msgid "" "In the ``[ml2_type_flat]`` section, configure the public flat provider " "network:" @@ -5348,8 +5340,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:241 -#: ../neutron-controller-install-option2.rst:250 +#: ../neutron-controller-install-option1.rst:251 +#: ../neutron-controller-install-option2.rst:260 msgid "" "In the ``[securitygroup]`` section, enable :term:`ipset` to increase " "efficiency of security group rules:" @@ -5357,22 +5349,22 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:297 -#: ../neutron-controller-install-option2.rst:347 +#: ../neutron-controller-install-option1.rst:307 +#: ../neutron-controller-install-option2.rst:357 msgid "Configure the DHCP agent" msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:299 -#: ../neutron-controller-install-option2.rst:349 +#: ../neutron-controller-install-option1.rst:309 +#: ../neutron-controller-install-option2.rst:359 msgid "The :term:`DHCP agent` provides DHCP services for virtual networks." msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:301 -#: ../neutron-controller-install-option2.rst:351 +#: ../neutron-controller-install-option1.rst:311 +#: ../neutron-controller-install-option2.rst:361 msgid "" "Edit the ``/etc/neutron/dhcp_agent.ini`` file and complete the following " "actions:" @@ -5380,8 +5372,8 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:304 -#: ../neutron-controller-install-option2.rst:354 +#: ../neutron-controller-install-option1.rst:314 +#: ../neutron-controller-install-option2.rst:364 msgid "" "In the ``[DEFAULT]`` section, configure the Linux bridge interface driver, " "Dnsmasq DHCP driver, and enable isolated metadata so instances on public " @@ -5390,72 +5382,72 @@ msgstr "" # #-#-#-#-# neutron-controller-install-option1.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# neutron-controller-install-option2.pot (Installation Guide 0.1) #-#-#-#-# -#: ../neutron-controller-install-option1.rst:325 -#: ../neutron-controller-install-option2.rst:419 +#: ../neutron-controller-install-option1.rst:335 +#: ../neutron-controller-install-option2.rst:429 msgid "" "Return to :ref:`Networking controller node configuration `." msgstr "" -#: ../neutron-controller-install-option2.rst:80 +#: ../neutron-controller-install-option2.rst:90 msgid "" "In the ``[DEFAULT]`` section, enable the Modular Layer 2 (ML2) plug-in, " "router service, and overlapping IP addresses:" msgstr "" -#: ../neutron-controller-install-option2.rst:190 +#: ../neutron-controller-install-option2.rst:200 msgid "In the ``[ml2]`` section, enable flat, VLAN, and VXLAN networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:198 +#: ../neutron-controller-install-option2.rst:208 msgid "In the ``[ml2]`` section, enable VXLAN project (private) networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:206 +#: ../neutron-controller-install-option2.rst:216 msgid "" "In the ``[ml2]`` section, enable the Linux bridge and layer-2 population " "mechanisms:" msgstr "" -#: ../neutron-controller-install-option2.rst:222 +#: ../neutron-controller-install-option2.rst:232 msgid "The Linux bridge agent only supports VXLAN overlay networks." msgstr "" -#: ../neutron-controller-install-option2.rst:241 +#: ../neutron-controller-install-option2.rst:251 msgid "" "In the ``[ml2_type_vxlan]`` section, configure the VXLAN network identifier " "range for private networks:" msgstr "" -#: ../neutron-controller-install-option2.rst:314 +#: ../neutron-controller-install-option2.rst:324 msgid "Configure the layer-3 agent" msgstr "" -#: ../neutron-controller-install-option2.rst:316 +#: ../neutron-controller-install-option2.rst:326 msgid "" "The :term:`Layer-3 (L3) agent` provides routing and NAT services for virtual " "networks." msgstr "" -#: ../neutron-controller-install-option2.rst:319 +#: ../neutron-controller-install-option2.rst:329 msgid "" "Edit the ``/etc/neutron/l3_agent.ini`` file and complete the following " "actions:" msgstr "" -#: ../neutron-controller-install-option2.rst:322 +#: ../neutron-controller-install-option2.rst:332 msgid "" "In the ``[DEFAULT]`` section, configure the Linux bridge interface driver " "and external network bridge:" msgstr "" -#: ../neutron-controller-install-option2.rst:334 +#: ../neutron-controller-install-option2.rst:344 msgid "" "The ``external_network_bridge`` option intentionally lacks a value to enable " "multiple external networks on a single agent." msgstr "" -#: ../neutron-controller-install-option2.rst:375 +#: ../neutron-controller-install-option2.rst:385 msgid "" "Overlay networks such as VXLAN include additional packet headers that " "increase overhead and decrease space available for the payload or user data. " @@ -5468,7 +5460,7 @@ msgid "" "connectivity failure." msgstr "" -#: ../neutron-controller-install-option2.rst:385 +#: ../neutron-controller-install-option2.rst:395 msgid "" "Ideally, you can prevent these problems by enabling :term:`jumbo frames " "` on the physical network that contains your tenant virtual " @@ -5483,18 +5475,18 @@ msgid "" "also adjust the MTU." msgstr "" -#: ../neutron-controller-install-option2.rst:399 +#: ../neutron-controller-install-option2.rst:409 msgid "" "Some cloud images ignore the DHCP MTU option in which case you should " "configure it using metadata, a script, or other suitable method." msgstr "" -#: ../neutron-controller-install-option2.rst:403 +#: ../neutron-controller-install-option2.rst:413 msgid "" "In the ``[DEFAULT]`` section, enable the :term:`dnsmasq` configuration file:" msgstr "" -#: ../neutron-controller-install-option2.rst:412 +#: ../neutron-controller-install-option2.rst:422 msgid "" "Create and edit the ``/etc/neutron/dnsmasq-neutron.conf`` file to enable the " "DHCP MTU option (26) and configure it to 1450 bytes:" @@ -5722,14 +5714,14 @@ msgstr "" # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../nova-compute-install.rst:115 ../nova-controller-install.rst:250 +#: ../nova-compute-install.rst:115 ../nova-controller-install.rst:260 msgid "" "In the ``[DEFAULT]`` section, enable support for the Networking service:" msgstr "" # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../nova-compute-install.rst:128 ../nova-controller-install.rst:263 +#: ../nova-compute-install.rst:128 ../nova-controller-install.rst:273 msgid "" "By default, Compute uses an internal firewall service. Since Networking " "includes a firewall service, you must disable the Compute firewall service " @@ -5757,7 +5749,7 @@ msgstr "" # #-#-#-#-# nova-compute-install.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# nova-controller-install.pot (Installation Guide 0.1) #-#-#-#-# -#: ../nova-compute-install.rst:157 ../nova-controller-install.rst:278 +#: ../nova-compute-install.rst:157 ../nova-controller-install.rst:288 msgid "" "In the ``[glance]`` section, configure the location of the Image service:" msgstr "" @@ -5850,35 +5842,31 @@ msgstr "" msgid "Create the Compute service API endpoints:" msgstr "" -#: ../nova-controller-install.rst:184 -msgid "Add a ``[database]`` section, and configure database access:" -msgstr "" - -#: ../nova-controller-install.rst:192 +#: ../nova-controller-install.rst:202 msgid "" "Replace ``NOVA_DBPASS`` with the password you chose for the Compute database." msgstr "" -#: ../nova-controller-install.rst:268 +#: ../nova-controller-install.rst:278 msgid "" "In the ``[vnc]`` section, configure the VNC proxy to use the management " "interface IP address of the controller node:" msgstr "" -#: ../nova-controller-install.rst:317 +#: ../nova-controller-install.rst:327 msgid "In the ``[DEFAULT]`` section, disable the EC2 API:" msgstr "" -#: ../nova-controller-install.rst:336 ../nova-controller-install.rst:344 +#: ../nova-controller-install.rst:346 ../nova-controller-install.rst:354 msgid "Populate the Compute database:" msgstr "" -#: ../nova-controller-install.rst:355 ../nova-controller-install.rst:371 +#: ../nova-controller-install.rst:365 ../nova-controller-install.rst:381 msgid "" "Start the Compute services and configure them to start when the system boots:" msgstr "" -#: ../nova-controller-install.rst:387 +#: ../nova-controller-install.rst:397 msgid "Restart the Compute services:" msgstr "" @@ -5953,7 +5941,7 @@ msgstr "" #: ../overview.rst:26 msgid "" -"`Dashboard `_" msgstr "" @@ -5970,7 +5958,8 @@ msgstr "" #: ../overview.rst:32 msgid "" -"`Compute `_" +"`Compute `_" msgstr "" #: ../overview.rst:33 @@ -5986,7 +5975,7 @@ msgstr "" #: ../overview.rst:38 msgid "" -"`Networking `_" msgstr "" @@ -6008,8 +5997,8 @@ msgstr "" #: ../overview.rst:49 msgid "" -"`Object Storage `_" +"`Object Storage `_" msgstr "" #: ../overview.rst:50 @@ -6028,8 +6017,8 @@ msgstr "" #: ../overview.rst:58 msgid "" -"`Block Storage `_" +"`Block Storage `_" msgstr "" #: ../overview.rst:59 @@ -6049,7 +6038,7 @@ msgstr "" #: ../overview.rst:66 msgid "" -"`Identity service `_" msgstr "" @@ -6065,8 +6054,8 @@ msgstr "" #: ../overview.rst:71 msgid "" -"`Image service `_" +"`Image service `_" msgstr "" #: ../overview.rst:72 @@ -6081,7 +6070,7 @@ msgstr "" #: ../overview.rst:76 msgid "" -"`Telemetry `_" msgstr "" @@ -6101,8 +6090,8 @@ msgstr "" #: ../overview.rst:83 msgid "" -"`Orchestration `_" +"`Orchestration `_" msgstr "" #: ../overview.rst:84 @@ -6370,28 +6359,28 @@ msgid "" "In the ``[app:proxy-server]`` section, enable automatic account creation:" msgstr "" -#: ../swift-controller-include.txt:37 +#: ../swift-controller-include.txt:38 msgid "In the ``[filter:keystoneauth]`` section, configure the operator roles:" msgstr "" -#: ../swift-controller-include.txt:46 +#: ../swift-controller-include.txt:47 msgid "" "In the ``[filter:authtoken]`` section, configure Identity service access:" msgstr "" -#: ../swift-controller-include.txt:63 +#: ../swift-controller-include.txt:64 msgid "" "Replace ``SWIFT_PASS`` with the password you chose for the ``swift`` user in " "the Identity service." msgstr "" -#: ../swift-controller-include.txt:68 +#: ../swift-controller-include.txt:69 msgid "" "Comment out or remove any other options in the ``[filter:authtoken]`` " "section." msgstr "" -#: ../swift-controller-include.txt:71 +#: ../swift-controller-include.txt:72 msgid "" "In the ``[filter:cache]`` section, configure the ``memcached`` location:" msgstr "" @@ -6457,7 +6446,7 @@ msgstr "" msgid "Create the ``/etc/swift`` directory." msgstr "" -#: ../swift-controller-install.rst:172 ../swift-controller-install.rst:182 +#: ../swift-controller-install.rst:172 ../swift-controller-install.rst:181 msgid "" "Obtain the proxy service configuration file from the Object Storage source " "repository:" @@ -6501,7 +6490,7 @@ msgstr "" #: ../swift-finalize-installation.rst:84 #: ../swift-finalize-installation.rst:112 -#: ../swift-finalize-installation.rst:147 +#: ../swift-finalize-installation.rst:149 msgid "On all nodes, ensure proper ownership of the configuration directory:" msgstr "" @@ -6523,7 +6512,7 @@ msgid "" msgstr "" #: ../swift-finalize-installation.rst:118 -#: ../swift-finalize-installation.rst:153 +#: ../swift-finalize-installation.rst:155 msgid "" "On the controller node and any other nodes running the proxy service, start " "the Object Storage proxy service including its dependencies and configure " @@ -6531,7 +6520,7 @@ msgid "" msgstr "" #: ../swift-finalize-installation.rst:127 -#: ../swift-finalize-installation.rst:162 +#: ../swift-finalize-installation.rst:164 msgid "" "On the storage nodes, start the Object Storage services and configure them " "to start when the system boots:" @@ -6588,19 +6577,19 @@ msgid "" msgstr "" #: ../swift-initial-rings.rst:53 ../swift-initial-rings.rst:130 -#: ../swift-initial-rings.rst:206 +#: ../swift-initial-rings.rst:207 msgid "" "Repeat this command for each storage device on each storage node. In the " "example architecture, use the command in four variations:" msgstr "" #: ../swift-initial-rings.rst:71 ../swift-initial-rings.rst:148 -#: ../swift-initial-rings.rst:224 +#: ../swift-initial-rings.rst:225 msgid "Verify the ring contents:" msgstr "" #: ../swift-initial-rings.rst:86 ../swift-initial-rings.rst:163 -#: ../swift-initial-rings.rst:239 +#: ../swift-initial-rings.rst:240 msgid "Rebalance the ring:" msgstr "" @@ -6632,11 +6621,11 @@ msgstr "" msgid "Create the base ``object.builder`` file:" msgstr "" -#: ../swift-initial-rings.rst:247 +#: ../swift-initial-rings.rst:248 msgid "Distribute ring configuration files" msgstr "" -#: ../swift-initial-rings.rst:249 +#: ../swift-initial-rings.rst:250 msgid "" "Copy the ``account.ring.gz``, ``container.ring.gz``, and ``object.ring.gz`` " "files to the ``/etc/swift`` directory on each storage node and any " @@ -6766,16 +6755,15 @@ msgstr "" #: ../swift-storage-install.rst:171 msgid "" -"Obtain the accounting, container, object, container-reconciler, and object-" -"expirer service configuration files from the Object Storage source " -"repository:" +"Obtain the accounting, container, and object service configuration files " +"from the Object Storage source repository:" msgstr "" -#: ../swift-storage-install.rst:191 ../swift-storage-install.rst:209 +#: ../swift-storage-install.rst:183 ../swift-storage-install.rst:211 msgid "Ensure proper ownership of the mount point directory structure:" msgstr "" -#: ../swift-storage-install.rst:197 ../swift-storage-install.rst:215 +#: ../swift-storage-install.rst:199 ../swift-storage-install.rst:217 msgid "Create the ``recon`` directory and ensure proper ownership of it:" msgstr "" diff --git a/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po b/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po index 6d53a0a94b..ab16c0e4c5 100644 --- a/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po +++ b/doc/install-guide/source/locale/ja/LC_MESSAGES/install-guide.po @@ -15,11 +15,11 @@ msgid "" msgstr "" "Project-Id-Version: Installation Guide 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 05:16+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-27 02:29+0000\n" +"PO-Revision-Date: 2015-10-30 12:51+0000\n" "Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -163,10 +163,6 @@ msgstr "" msgid "Activate the Apache module ``mod_version``:" msgstr "Apache モジュール ``mod_version`` を有効化します。" -msgid "Add a ``[database]`` section, and configure database access:" -msgstr "" -"``[database]`` セクションを追加して、データベースのアクセス方法を設定します。" - msgid "Add each storage node to the ring:" msgstr "各ストレージノードをリングに追加します。" @@ -196,11 +192,8 @@ msgstr "Networking サービスの追加" msgid "Add the Object Storage service" msgstr "Object Storage の追加" -msgid "Add the Orchestration module" -msgstr "Orchestration モジュールの追加" - -msgid "Add the Telemetry module" -msgstr "Telemetry モジュールの追加" +msgid "Add the Telemetry service" +msgstr "Telemetry サービスを追加します" msgid "" "Add the ``ResellerAdmin`` role to the ``service`` tenant and ``ceilometer`` " @@ -236,11 +229,6 @@ msgstr "``admin`` ロールを ``nova`` ユーザーに追加します。" msgid "Add the ``admin`` role to the ``swift`` user:" msgstr "``admin`` ロールを ``swift`` ユーザーに追加します。" -msgid "Add the ``heat_stack_owner`` role to the ``demo`` project and user:" -msgstr "" -"``heat_stack_owner`` ロールを ``demo`` プロジェクトと ``demo`` ユーザーに追加" -"します。" - msgid "Add the ``openstack`` user:" msgstr "``openstack`` ユーザーを追加します。" @@ -652,13 +640,6 @@ msgstr "" "OpenStack Networking (neutron) を設定する前に、データベース、サービスクレデン" "シャル、API エンドポイントを作成する必要があります。" -msgid "" -"Before you install and configure Orchestration, you must create a database, " -"service credentials, and API endpoints." -msgstr "" -"Orchestration をインストールして設定する前に、データベース、サービスクレデン" -"シャル、API エンドポイントを作成する必要があります。" - msgid "" "Before you install and configure the Block Storage service on the storage " "node, you must prepare the storage device." @@ -916,11 +897,6 @@ msgstr "Networking を使用するための Compute の設定" msgid "Configure OpenStack with debconf" msgstr "debconf を用いた OpenStack の設定" -msgid "" -"Configure SELinux to permit the web server to connect to OpenStack services:" -msgstr "" -"Web サーバーが OpenStack サービスに接続できるよう SELinux を設定します。:" - msgid "" "Configure ``user`` as the default role for users that you create via the " "dashboard:" @@ -1106,11 +1082,6 @@ msgstr "" msgid "Create a ``cinder`` user:" msgstr "``cinder`` ユーザーを作成します。" -msgid "Create a domain for users and projects managed by Orchestration stacks." -msgstr "" -"Orchestration スタックにより管理されるユーザーとプロジェクト向けのドメインを" -"作成します。" - msgid "Create a router" msgstr "ルーターの作成" @@ -1212,8 +1183,8 @@ msgstr "Object Storage service API エンドポイントを作成します。" msgid "Create the Orchestration service API endpoints:" msgstr "Orchestration サービス API エンドポイントを作成します。" -msgid "Create the Telemetry module API endpoint:" -msgstr "Telemetry モジュール API エンドポイントを作成します。" +msgid "Create the Telemetry service API endpoint:" +msgstr "Telemetry サービス API エンドポイントを作成します。" msgid "" "Create the ``/etc/apache2/conf.d/wsgi-keystone.conf`` file with the " @@ -1342,9 +1313,6 @@ msgstr "ベースの ``container.builder`` ファイルを作成します。" msgid "Create the base ``object.builder`` file:" msgstr "ベースの ``object.builder`` ファイルを作成します。" -msgid "Create the heat domain in the Identity service:" -msgstr "Identity サービスに heat ドメインを作成します。" - msgid "Create the mount point directory structure:" msgstr "マウントポイントとなるディレクトリーを作成します。" @@ -1499,14 +1467,6 @@ msgstr "" "ビューションの一部として、または他の方法を用いて、OpenStack のパッケージをリ" "リースします。これらの手順をすべてのノードで実行します。" -#, fuzzy -msgid "" -"Do not add the output of this command to the ``/etc/heat/heat.conf`` file " -"because it already contains these configuration options." -msgstr "" -"このコマンドの出力は、すでにこれらの設定オプションを含むので、これを ``/etc/" -"heat/heat.conf`` ファイルに追加しないでください。" - # #-#-#-#-# basics-networking-neutron.pot (Installation Guide 0.1) #-#-#-#-# # #-#-#-#-# basics-networking-nova.pot (Installation Guide 0.1) #-#-#-#-# msgid "Do not change the ``HWADDR`` and ``UUID`` keys." @@ -1526,13 +1486,6 @@ msgstr "Image service からイメージをダウンロードします。" msgid "Download the source image:" msgstr "ソースイメージをダウンロードします。" -msgid "" -"Due to a packaging bug, the dashboard CSS fails to load properly. Run the " -"following command to resolve this issue:" -msgstr "" -"パッケージ作成の不具合により、ダッシュボードの CSS が適切に読み込まれません。" -"以下のコマンドを実行して、この問題を解決します。" - 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 " @@ -2086,13 +2039,6 @@ msgstr "" "openstack.org/ops/>`__、`Networking Guide `__ を参照してください。" -msgid "" -"For more information, see the `bug report `__." -msgstr "" -"詳細は `バグ報告 `__ を" -"参照してください。" - msgid "For networking option 2, also enable and start the layer-3 service:" msgstr "ネットワークオプション 2 の場合、L3 サービスも有効化して起動します。" @@ -2617,13 +2563,6 @@ msgstr "" msgid "In the ``[DEFAULT]`` section, configure access parameters:" msgstr "``[DEFAULT]`` セクションに、アクセスパラメーターを設定します。" -msgid "" -"In the ``[DEFAULT]`` section, configure information about the heat Identity " -"service domain:" -msgstr "" -"``[DEFAULT]`` セクションに、Identity サービスの heat ドメインの情報を設定しま" -"す。" - msgid "" "In the ``[DEFAULT]`` section, configure notifications and RabbitMQ message " "broker access:" @@ -2830,13 +2769,6 @@ msgstr "" "``[glance_store]`` セクションにおいて、ローカルファイルシステムストアおよびイ" "メージファイルの場所を設定します。" -msgid "" -"In the ``[keystone_authtoken]`` and ``[ec2authtoken]`` sections, configure " -"Identity service access:" -msgstr "" -"``[keystone_authtoken]`` セクションと ``[ec2authtoken]`` セクションに、" -"Identity サービスへのアクセス方法を設定します。" - msgid "" "In the ``[keystone_authtoken]`` and ``[paste_deploy]`` sections, configure " "Identity service access:" @@ -3437,14 +3369,6 @@ msgstr "" "Object Storage のソースリポジトリーから ``/etc/swift/swift.conf`` ファイルを" "取得します。" -msgid "" -"Obtain the accounting, container, object, container-reconciler, and object-" -"expirer service configuration files from the Object Storage source " -"repository:" -msgstr "" -"Object Storage のソースリポジトリーからアカウント、コンテナー、オブジェクト、" -"container-reconciler、object-expirer のサービス設定ファイルを取得します。" - msgid "" "Obtain the proxy service configuration file from the Object Storage source " "repository:" @@ -4001,21 +3925,12 @@ msgstr "``ADMIN_TOKEN`` を前の手順で生成したランダム値で置き msgid "Replace ``CEILOMETER_DBPASS`` with a suitable password." msgstr "``CEILOMETER_DBPASS`` を適切なパスワードに置き換えます。" -msgid "" -"Replace ``CEILOMETER_DBPASS`` with the password you chose for the Telemetry " -"module database. You must escape special characters such as ':', '/', '+', " -"and '@' in the connection string in accordance with RFC2396." -msgstr "" -"``CEILOMETER_DBPASS`` を Telemetry 用モジュールデータベース用に選択したパス" -"ワードで置き換えます。RFC2396 に従ったコネクション文字列において、「:」「/」" -"「+」「@」などの特別な文字列をエスケープする必要があります。" - msgid "" "Replace ``CEILOMETER_PASS`` with the password you chose for the Telemetry " -"module database." +"service database." msgstr "" -"``CEILOMETER_PASS`` を Telemetry 用モジュールデータベース用に選択したパスワー" -"ドで置き換えます。" +"``CEILOMETER_PASS`` を Telemetry 用サービスデータベース用に選択したパスワード" +"で置き換えます。" # #-#-#-#-# ceilometer-controller-install.pot (Installation Guide 0.1) # #-#-#-#-# @@ -4096,13 +4011,6 @@ msgstr "" "``HEAT_DBPASS`` を Orchestration データベース用に選択したパスワードに置き換え" "ます。" -msgid "" -"Replace ``HEAT_DOMAIN_PASS`` with the password you chose for the admin user " -"of the ``heat`` user domain in the Identity service." -msgstr "" -"``HEAT_DOMAIN_PASS`` は、 Identity サービスで ``heat`` ユーザードメインの管理" -"ユーザー用に選択したパスワードに置き換えてください。" - msgid "" "Replace ``HEAT_PASS`` with the password you chose for the ``heat`` user in " "the Identity service." @@ -4340,10 +4248,10 @@ msgstr "" msgid "" "Replace ``TELEMETRY_SECRET`` with the telemetry secret you chose for the " -"Telemetry module." +"Telemetry service." msgstr "" -"``TELEMETRY_SECRET`` を Telemetry モジュール用に選択した telemetry シークレッ" -"トで置き換えます。" +"``TELEMETRY_SECRET`` を Telemetry サービス用に選択した telemetry シークレット" +"で置き換えます。" msgid "" "Replace ``TIME_ZONE`` with an appropriate time zone identifier. For more " @@ -5142,25 +5050,6 @@ msgstr "" "にインストールして、スタンドアロンや接続されたエンティティーとして設定できま" "す。" -msgid "" -"The Orchestration module (heat) uses a heat orchestration template (HOT) to " -"create and manage cloud resources." -msgstr "" -"Orchestration モジュール (heat) は、heat オーケストレーションテンプレート " -"(HOT) を使って、クラウドリソースの作成と管理を行います。" - -msgid "" -"The Orchestration module uses templates to describe stacks. To learn about " -"the template language, see `the Template Guide `__ in the `Heat developer " -"documentation `__." -msgstr "" -"Orchestration モジュールは、スタックを記載するためにテンプレートを使用しま" -"す。テンプレート言語を学習する場合、`Heat developer documentation `__ の `Template Guide `__ を参照してく" -"ださい。" - msgid "" "The Orchestration service automatically assigns the ``heat_stack_user`` role " "to users that it creates during stack deployment. By default, this role " @@ -5304,12 +5193,6 @@ msgstr "" "コンテナーサーバーは、オブジェクト一覧を維持するために、コンテナーリングを使" "用します。しかしながら、オブジェクトの位置を追跡しません。" -msgid "" -"The contents of the [keystone_authtoken] section vary slightly from other " -"services." -msgstr "" -"[keystone_authtoken] セクションの内容は、他のサービスと少し異なります。" - msgid "The controller node requires a minimum of two network interfaces." msgstr "" "コントローラーノードは少なくとも 2 つのネットワークインターフェースを必要とし" @@ -5998,20 +5881,13 @@ msgstr "" "タベースの代わりにトークンを保存するために Memcached を配備します。" msgid "" -"This section describes how to install and configure the Orchestration " -"module, code-named heat, on the controller node." -msgstr "" -"このセクションでは、コントローラーノードに Orchestration モジュール (コード" -"名 heat) をインストールおよび設定する方法を説明します。" - -msgid "" -"This section describes how to install and configure the Telemetry module, " -"code-named ceilometer, on the controller node. The Telemetry module uses " +"This section describes how to install and configure the Telemetry service, " +"code-named ceilometer, on the controller node. The Telemetry service uses " "separate agents to collect measurements from each OpenStack service in your " "environment." msgstr "" -"このセクションは、コントローラーノードに Telemetry モジュール (コード名 " -"ceilometer) をインストールして設定する方法を説明します。Telemetry モジュール" +"このセクションは、コントローラーノードに Telemetry サービス (コード名 " +"ceilometer) をインストールして設定する方法を説明します。Telemetry サービス" "は、個別のエージェントを使用して、各 OpenStack サービスから計測項目を収集しま" "す。" @@ -6043,9 +5919,10 @@ msgstr "" "`Deployment Guide `__ を参照してください。" -msgid "This section describes how to verify operation of the Telemetry module." +msgid "" +"This section describes how to verify operation of the Telemetry service." msgstr "" -"このセクションでは、Telemetry モジュールの動作を検証する方法を説明します。" +"このセクションでは、Telemetry サービスの動作を検証する方法を説明します。" msgid "This section describes how to verify operation of the dashboard." msgstr "このセクションでは、ダッシュボードの動作を検証する方法を説明します。" @@ -6147,8 +6024,8 @@ msgstr "" msgid "To finalize installation" msgstr "インストールの最終作業" -msgid "To install and configure the Telemetry module components" -msgstr "Telemetry モジュールコンポーネントのインストールと設定方法" +msgid "To install and configure the Telemetry service components" +msgstr "Telemetry サービスコンポーネントのインストールと設定方法" msgid "To install and configure the agent" msgstr "エージェントのインストールと設定方法" @@ -6403,9 +6280,6 @@ msgstr "" msgid "Verify operation of the Object Storage service." msgstr "Object Storage サービスの動作を検証します。" -msgid "Verify operation of the Orchestration module." -msgstr "Orchestration モジュールの動作を検証します。" - msgid "Verify the Telemetry installation" msgstr "Telemetry のインストールの検証" @@ -6548,11 +6422,6 @@ msgstr "" "プライベートプロジェクトネットワークの前に :ref:`パブリックプロバイダーネット" "ワークを作成する ` 必要があります。" -msgid "You must add the ``heat_stack_owner`` role to users that manage stacks." -msgstr "" -"``heat_stack_owner`` ロールをスタックを管理するユーザーに追加する必要がありま" -"す。" - msgid "" "You must create a file system on the device and mount it to use the volume." msgstr "" @@ -6766,13 +6635,6 @@ msgstr "``linuxbridge_agent.ini``:" msgid "``ml2_conf.ini``:" msgstr "``ml2_conf.ini``:" -msgid "" -"``systemctl restart`` will restart the Apache HTTP service, or start it if " -"it is not running." -msgstr "" -"``systemctl restart`` はApache HTTP サービスを再起動、もしくは動作していない" -"場合には起動します。" - msgid "and run the helper script:" msgstr "ヘルパースクリプトを実行します。" diff --git a/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po b/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po index fe2385989c..391743bbe8 100644 --- a/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po +++ b/doc/user-guide-admin/source/locale/ja/LC_MESSAGES/user-guide-admin.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Admin User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 01:56+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -2592,19 +2592,6 @@ msgstr "" "トレージ、ネットワーク、インスタンス、アプリケーションなどのクラウドインフラ" "ストラクチャーリソースを作成および管理します。" -msgid "" -"The Telemetry module provides user-level usage data for OpenStack-based " -"clouds, which can be used for customer billing, system monitoring, or " -"alerts. Data can be collected by notifications sent by existing OpenStack " -"components (for example, usage events emitted from Compute) or by polling " -"the infrastructure (for example, libvirt)." -msgstr "" -"Telemetry モジュールは、OpenStack ベースのクラウドに関するユーザーレベルの使" -"用状況データを提供します。顧客への課金、システム監視、アラートなどに使用でき" -"ます。データは、既存の OpenStack コンポーネント (例えば、Compute からの使用状" -"況のイベント) により送信された通知、またはインフラストラクチャー (例えば、" -"libvirt) によるポーリングにより収集できます。" - msgid "" "The ``auth_token`` middleware supports the use of either a shared secret or " "users for each service." diff --git a/doc/user-guide-admin/source/locale/user-guide-admin.pot b/doc/user-guide-admin/source/locale/user-guide-admin.pot index 6d8faeb9c8..22946ce5e6 100644 --- a/doc/user-guide-admin/source/locale/user-guide-admin.pot +++ b/doc/user-guide-admin/source/locale/user-guide-admin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Admin User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 06:28+0000\n" +"POT-Creation-Date: 2015-10-30 06:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3011,7 +3011,7 @@ msgstr "" #: ../dashboard_view_cloud_resources.rst:5 msgid "" -"The Telemetry module provides user-level usage data for OpenStack-based " +"The Telemetry service provides user-level usage data for OpenStack-based " "clouds, which can be used for customer billing, system monitoring, or " "alerts. Data can be collected by notifications sent by existing OpenStack " "components (for example, usage events emitted from Compute) or by polling " diff --git a/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po b/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po index cf5fd53a11..ccab5d6b3c 100644 --- a/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po +++ b/doc/user-guide/source/locale/ja/LC_MESSAGES/user-guide.po @@ -18,11 +18,11 @@ msgid "" msgstr "" "Project-Id-Version: End User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-28 05:16+0000\n" +"POT-Creation-Date: 2015-10-30 03:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-10-27 02:19+0000\n" +"PO-Revision-Date: 2015-10-30 12:27+0000\n" "Last-Translator: Yuta Hono \n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -5945,17 +5945,17 @@ msgstr "" "ラインツールは、この Python SDK を使用して実装されています。" msgid "" -"The Orchestration module enables you to orchestrate multiple composite cloud " -"applications. This module supports use of both the Amazon Web Services (AWS) " -"CloudFormation template format through both a Query API that is compatible " -"with CloudFormation and the native OpenStack :term:`Heat Orchestration " -"Template (HOT)` format through a REST API." +"The Orchestration service enables you to orchestrate multiple composite " +"cloud applications. This service supports use of both the Amazon Web " +"Services (AWS) CloudFormation template format through both a Query API that " +"is compatible with CloudFormation and the native OpenStack :term:`Heat " +"Orchestration Template (HOT)` format through a REST API." msgstr "" -"Orchestration モジュールにより、複数から構成されたクラウドアプリケーションを" -"統合できます。このモジュールは、CloudFormation 互換の Query API 経由の " -"Amazon Web Services (AWS) CloudFormation テンプレート形式、REST API 経由のネ" -"イティブ OpenStack :term:`Heat Orchestration Template (HOT)` 形式の使用をサ" -"ポートします。" +"Orchestration サービスは、複数から構成されたクラウドアプリケーションを統合す" +"るために使用できるサービスです。このサービスは、CloudFormation 互換の Query " +"API 経由の Amazon Web Services (AWS) CloudFormation テンプレート形式、REST " +"API 経由のネイティブ OpenStack :term:`Heat Orchestration Template (HOT)` 形式" +"の使用をサポートします。" msgid "The POSIX.1-1988 Ustar format." msgstr "POSIX.1-1988 Ustar 形式。" @@ -8884,18 +8884,16 @@ msgstr "" "通常のファイルをアップロードできますが、他の項目はアップロードできません (例" "えば、空のディレクトリーやシンボリックリンク)。" -# #-#-#-#-# backup_db.pot (End User Guide 1.0.0) #-#-#-#-# -# #-#-#-#-# dashboard_databases.pot (End User Guide 1.0.0) #-#-#-#-# msgid "" "You can use Database services to backup a database and store the backup " -"artifact in the Object Storage module. Later on, if the original database is " -"damaged, you can use the backup artifact to restore the database. The " +"artifact in the Object Storage service. Later on, if the original database " +"is damaged, you can use the backup artifact to restore the database. The " "restore process creates a database instance." msgstr "" -"データベースをバックアップし、Object Storage にバックアップを保存するために、" -"Database を使用できます。後から、元のデータベースが破壊された場合、データベー" -"スをリストアするために、バックアップを使用できます。リストア処理は、データ" -"ベースインスタンスを作成します。" +"データベースをバックアップし、Object Storage サービスにバックアップを保存する" +"ために、Database を使用できます。後から、元のデータベースが破壊された場合、" +"データベースをリストアするために、バックアップを使用できます。リストア処理" +"は、データベースインスタンスを作成します。" msgid "" "You can use the :command:`blkid` command to identify the block device that " diff --git a/doc/user-guide/source/locale/user-guide.pot b/doc/user-guide/source/locale/user-guide.pot index 6a2d963f7f..279b03d170 100644 --- a/doc/user-guide/source/locale/user-guide.pot +++ b/doc/user-guide/source/locale/user-guide.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: End User Guide 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-25 06:28+0000\n" +"POT-Creation-Date: 2015-10-30 06:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,8 +27,8 @@ msgstr "" #: ../backup_db.rst:5 ../dashboard_databases.rst:105 msgid "" "You can use Database services to backup a database and store the backup " -"artifact in the Object Storage module. Later on, if the original database is " -"damaged, you can use the backup artifact to restore the database. The " +"artifact in the Object Storage service. Later on, if the original database " +"is damaged, you can use the backup artifact to restore the database. The " "restore process creates a database instance." msgstr "" @@ -1319,11 +1319,11 @@ msgstr "" #: ../cli_create_and_manage_stacks.rst:5 msgid "" -"The Orchestration module enables you to orchestrate multiple composite cloud " -"applications. This module supports use of both the Amazon Web Services (AWS) " -"CloudFormation template format through both a Query API that is compatible " -"with CloudFormation and the native OpenStack :term:`Heat Orchestration " -"Template (HOT)` format through a REST API." +"The Orchestration service enables you to orchestrate multiple composite " +"cloud applications. This service supports use of both the Amazon Web " +"Services (AWS) CloudFormation template format through both a Query API that " +"is compatible with CloudFormation and the native OpenStack :term:`Heat " +"Orchestration Template (HOT)` format through a REST API." msgstr "" #: ../cli_create_and_manage_stacks.rst:11