openstack-manuals/doc/common/locale/common.pot

23662 lines
1.6 MiB

msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2015-12-11 06:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ./doc/common/section_dashboard-configure-http.xml:7(title)
msgid "Configure the dashboard for HTTP"
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:9(para)
msgid "You can configure the dashboard for a simple HTTP deployment. The standard installation uses a non-encrypted HTTP channel."
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:13(para)
msgid "Specify the host for your OpenStack Identity Service endpoint in the <filename>local_settings</filename> file(on Fedora/RHEL/ CentOS: <filename>/etc/openstack-dashboard/local_settings</filename>, on Ubuntu and Debian: <filename>/etc/openstack-dashboard/local_settings.py</filename>, and on openSUSE: <filename>/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>) with the <literal>OPENSTACK_HOST</literal> setting."
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:20(para)
msgid "The following example shows this setting:"
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:22(para)
msgid "The service catalog configuration in the Identity Service determines whether a service appears in the dashboard. For the full listing, see <link xlink:href=\"http://docs.openstack.org/developer/horizon/topics/settings.html\">Horizon Settings and Configuration</link>."
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:31(para)
msgid "Restart Apache http server. For Ubuntu/Debian/SUSE:"
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:33(para)
msgid "or for Fedora/RHEL/CentOS:"
msgstr ""
#: ./doc/common/section_dashboard-configure-http.xml:35(para)
msgid "Next, restart memcached:"
msgstr ""
#: ./doc/common/section_conventions.xml:5(title)
msgid "Conventions"
msgstr ""
#: ./doc/common/section_conventions.xml:6(para)
msgid "The OpenStack documentation uses several typesetting conventions."
msgstr ""
#: ./doc/common/section_conventions.xml:8(title)
msgid "Notices"
msgstr ""
#: ./doc/common/section_conventions.xml:9(para)
msgid "Notices take these forms:"
msgstr ""
#: ./doc/common/section_conventions.xml:11(para)
msgid "A handy tip or reminder."
msgstr ""
#: ./doc/common/section_conventions.xml:14(para)
msgid "Something you must be aware of before proceeding."
msgstr ""
#: ./doc/common/section_conventions.xml:17(para)
msgid "Critical information about the risk of data loss or security issues."
msgstr ""
#: ./doc/common/section_conventions.xml:22(title)
msgid "Command prompts"
msgstr ""
#: ./doc/common/section_conventions.xml:25(emphasis) ./doc/common/section_conventions.xml:33(emphasis)
msgid "<placeholder-1/> prompt"
msgstr ""
#: ./doc/common/section_conventions.xml:27(para)
msgid "Any user, including the <literal>root</literal> user, can run commands that are prefixed with the <placeholder-1/> prompt."
msgstr ""
#: ./doc/common/section_conventions.xml:35(para)
msgid "The <literal>root</literal> user must run commands that are prefixed with the <placeholder-1/> prompt. You can also prefix these commands with the <placeholder-2/> command, if available, to run them."
msgstr ""
#: ./doc/common/section_compute-configure-ec2.xml:7(title)
msgid "Configure the EC2 API"
msgstr ""
#: ./doc/common/section_compute-configure-ec2.xml:8(para)
msgid "You can set options in the <filename>nova.conf</filename> configuration file to control which network address and port the EC2 API listens on, the formatting of some API responses, and authentication related options."
msgstr ""
#: ./doc/common/section_compute-configure-ec2.xml:12(para)
msgid "To customize these options for OpenStack EC2 API, use the configuration option settings documented in <xref linkend=\"config_table_nova_ec2\"/>."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:7(title)
msgid "Configure the Compute API"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:8(para)
msgid "The Compute API, run by the <systemitem class=\"service\">nova-api</systemitem> daemon, is the component of OpenStack Compute that receives and responds to user requests, whether they be direct API calls, or via the CLI tools or dashboard."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:14(title)
msgid "Configure Compute API password handling"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:15(para)
msgid "The OpenStack Compute API enables users to specify an administrative password when they create or rebuild a server instance. If the user does not specify a password, a random password is generated and returned in the API response."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:20(para)
msgid "In practice, how the admin password is handled depends on the hypervisor in use and might require additional configuration of the instance. For example, you might have to install an agent to handle the password setting. If the hypervisor and instance configuration do not support setting a password at server create time, the password that is returned by the create API call is misleading because it was ignored."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:28(para)
msgid "To prevent this confusion, use the <placeholder-1/> configuration option to disable the return of the admin password for installations that do not support setting instance passwords."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:35(title)
msgid "Configure Compute API rate limiting"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:36(para)
msgid "OpenStack Compute supports API rate limiting for the OpenStack API. The rate limiting allows an administrator to configure limits on the type and number of API calls that can be made in a specific time interval."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:40(para)
msgid "When API rate limits are exceeded, HTTP requests return an error with a status code of <errorcode>403</errorcode><errortext>Forbidden</errortext>."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:43(para)
msgid "Rate limiting is not available for the EC2 API."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:46(title)
msgid "Define limits"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:47(para)
msgid "To define limits, set these values:"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:50(para)
msgid "The <emphasis role=\"bold\">HTTP method</emphasis> used in the API call, typically one of GET, PUT, POST, or DELETE."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:55(para)
msgid "A <emphasis role=\"bold\">human readable URI</emphasis> that is used as a friendly description of where the limit is applied."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:60(para)
msgid "A <emphasis role=\"bold\">regular expression</emphasis>. The limit is applied to all URIs that match the regular expression and HTTP method."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:66(para)
msgid "A <emphasis role=\"bold\">limit value </emphasis> that specifies the maximum count of units before the limit takes effect."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:71(para)
msgid "An <emphasis role=\"bold\">interval</emphasis> that specifies time frame to which the limit is applied. The interval can be SECOND, MINUTE, HOUR, or DAY."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:77(para)
msgid "Rate limits are applied in relative order to the HTTP method, going from least to most specific."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:81(title)
msgid "Default limits"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:82(para)
msgid "Normally, you install OpenStack Compute with the following limits enabled:"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:85(caption)
msgid "Default API rate limits"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:88(th) ./doc/common/section_compute_config-api.xml:159(para)
msgid "HTTP method"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:89(th)
msgid "API URI"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:90(th)
msgid "API regular expression"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:91(th)
msgid "Limit"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:96(td) ./doc/common/section_compute_config-api.xml:102(td)
msgid "POST"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:97(td) ./doc/common/section_compute_config-api.xml:109(td) ./doc/common/section_compute_config-api.xml:121(td)
msgid "any URI (*)"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:98(td) ./doc/common/section_compute_config-api.xml:110(td) ./doc/common/section_compute_config-api.xml:122(td)
msgid ".*"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:99(td) ./doc/common/section_compute_config-api.xml:105(td) ./doc/common/section_compute_config-api.xml:111(td) ./doc/common/section_compute_config-api.xml:117(td) ./doc/common/section_compute_config-api.xml:123(td)
msgid "120 per minute"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:103(td)
msgid "/servers"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:104(td)
msgid "^/servers"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:108(td)
msgid "PUT"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:114(td) ./doc/common/section_compute_config-api.xml:126(td)
msgid "GET"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:115(td)
msgid "*changes-since*"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:116(td)
msgid ".*changes-since.*"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:120(td)
msgid "DELETE"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:127(td)
msgid "*/os-fping"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:128(td)
msgid "^/os-fping"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:129(td)
msgid "12 per minute"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:135(title)
msgid "Configure and change limits"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:136(para)
msgid "As part of the WSGI pipeline, the <filename>etc/nova/api-paste.ini</filename> file defines the actual limits."
msgstr ""
#: ./doc/common/section_compute_config-api.xml:139(para)
msgid "To enable limits, include the <placeholder-1/>' filter in the API pipeline specification. If the <placeholder-2/> filter is removed from the pipeline, limiting is disabled. You must also define the rate limit filter. The lines appear as follows:"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:153(para)
msgid "To modify the limits, add a <literal>limits</literal> specification to the <literal>[filter:ratelimit]</literal> section of the file. Specify the limits in this order:"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:162(para)
msgid "friendly URI"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:165(para)
msgid "regex"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:168(para)
msgid "limit"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:171(para)
msgid "interval"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:174(para)
msgid "The following example shows the default rate-limiting values:"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:181(title)
msgid "Configuration reference"
msgstr ""
#: ./doc/common/section_compute_config-api.xml:182(para)
msgid "The Compute API configuration options are documented in <xref linkend=\"config_table_nova_api\"/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:8(title)
msgid "Install the OpenStack command-line clients"
msgstr ""
#: ./doc/common/section_cli_install.xml:9(para)
msgid "Install the prerequisite software and the Python package for each OpenStack client."
msgstr ""
#: ./doc/common/section_cli_install.xml:12(title)
msgid "Install the prerequisite software"
msgstr ""
#: ./doc/common/section_cli_install.xml:13(para)
msgid "Most Linux distributions include packaged versions of the command-line clients that you can install directly, see <xref linkend=\"cli_clients_install_packages\"/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:17(para)
msgid "If you need to install the command-line packages source packages, the following table lists the software that you need to have to run the command-line clients, and provides installation instructions as needed."
msgstr ""
#: ./doc/common/section_cli_install.xml:24(caption)
msgid "Prerequisite software"
msgstr ""
#: ./doc/common/section_cli_install.xml:29(th)
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: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/manila-hpe3par.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/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/cinder-hpelefthand.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/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/manila-generic.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/cinder-hpe3par.xml:31(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/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-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) ./doc/common/tables/manual/keystone-saml-module.xml:11(th)
msgid "Description"
msgstr ""
#: ./doc/common/section_cli_install.xml:36(para)
msgid "Python 2.6 or later"
msgstr ""
#: ./doc/common/section_cli_install.xml:39(para)
msgid "Interpreter for the Python programming language."
msgstr ""
#: ./doc/common/section_cli_install.xml:45(para)
msgid "<package>setuptools</package> package"
msgstr ""
#: ./doc/common/section_cli_install.xml:48(para)
msgid "Installed by default on Mac OS X."
msgstr ""
#: ./doc/common/section_cli_install.xml:49(para)
msgid "Many Linux distributions provide packages to make <package>setuptools</package> easy to install. Search your package manager for <package>setuptools</package> to find an installation package. If you cannot find one, download the <package>setuptools</package> package directly from <link xlink:href=\"https://pypi.python.org/pypi/setuptools\">https://pypi.python.org/pypi/setuptools</link>."
msgstr ""
#: ./doc/common/section_cli_install.xml:57(para)
msgid "The recommended way to install <package>setuptools</package> on Microsoft Windows is to follow the documentation provided <link xlink:href=\"https://pypi.python.org/pypi/setuptools\">on the setuptools website</link>. Another option is to use the unofficial binary installer maintained by Christoph Gohlke (<link xlink:href=\"http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools\">http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools</link>)."
msgstr ""
#: ./doc/common/section_cli_install.xml:70(package)
msgid "pip"
msgstr ""
#: ./doc/common/section_cli_install.xml:70(td)
msgid "<placeholder-1/> package"
msgstr ""
#: ./doc/common/section_cli_install.xml:72(para)
msgid "To install the clients on a Linux, Mac OS X, or Microsoft Windows system, use <package>pip</package>. It is easy to use, ensures that you get the latest version of the clients from the <link xlink:href=\"https://pypi.python.org/\">Python Package Index</link>, and lets you update or remove the packages later on."
msgstr ""
#: ./doc/common/section_cli_install.xml:81(para)
msgid "Since the installation process compiles source files, this requires the related Python development package for your operating system and distribution."
msgstr ""
#: ./doc/common/section_cli_install.xml:84(para)
msgid "Install <package>pip</package> through the package manager for your system:"
msgstr ""
#: ./doc/common/section_cli_install.xml:87(title)
msgid "MacOS"
msgstr ""
#: ./doc/common/section_cli_install.xml:91(title)
msgid "Microsoft Windows"
msgstr ""
#: ./doc/common/section_cli_install.xml:92(para)
msgid "Ensure that the <filename>C:\\Python27\\Scripts</filename> directory is defined in the <literal>PATH</literal> environment variable, and use the <placeholder-1/> command from the <package>setuptools</package> package: <placeholder-2/>Another option is to use the unofficial binary installer provided by Christoph Gohlke (<link xlink:href=\"http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip\">http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip</link>)."
msgstr ""
#: ./doc/common/section_cli_install.xml:109(title)
msgid "Ubuntu and Debian"
msgstr ""
#: ./doc/common/section_cli_install.xml:114(para)
msgid "Note that extra dependencies may be required, per operating system, depending on the package being installed, such as is the case with Tempest."
msgstr ""
#: ./doc/common/section_cli_install.xml:120(title)
msgid "Red Hat Enterprise Linux, CentOS, or Fedora"
msgstr ""
#: ./doc/common/section_cli_install.xml:121(para)
msgid "A packaged version enables you to use <package>yum</package> to install the package: <placeholder-1/> There are also packaged versions of the clients available in <link xlink:href=\"https://www.rdoproject.org/\">RDO</link> that enable <package>yum</package> to install the clients as described in <xref linkend=\"cli_clients_install_packages\"/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:133(title)
msgid "SUSE Linux Enterprise Linux 11"
msgstr ""
#: ./doc/common/section_cli_install.xml:134(para)
msgid "A <link xlink:href=\"https://build.opensuse.org/package/show?package=python-pip&amp;project=Cloud:OpenStack:Master\">packaged version available in the Open Build Service</link> enables you to use or <package>zypper</package> to install the package. First, add the Open Build Service repository: <placeholder-1/> Then install <package>pip</package> and use it to manage client installation: <placeholder-2/> There are also packaged versions of the clients available that enable <package>zypper</package> to install the clients as described in <xref linkend=\"cli_clients_install_packages\"/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:149(title)
msgid "openSUSE"
msgstr ""
#: ./doc/common/section_cli_install.xml:150(para)
msgid "You can install <package>pip</package> and use it to manage client installation: <placeholder-1/> There are also packaged versions of the clients available that enable <package>zypper</package> to install the clients as described in <xref linkend=\"cli_clients_install_packages\"/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:165(title)
msgid "Install the clients"
msgstr ""
#: ./doc/common/section_cli_install.xml:166(para)
msgid "When following the instructions in this section, replace <replaceable>PROJECT</replaceable> with the lowercase name of the client to install, such as <placeholder-1/>. Repeat for each client. The following values are valid:"
msgstr ""
#: ./doc/common/section_cli_install.xml:173(para)
msgid "<literal>barbican</literal> - Key Manager service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:177(para)
msgid "<literal>ceilometer</literal> - Telemetry API"
msgstr ""
#: ./doc/common/section_cli_install.xml:181(para)
msgid "<literal>cinder</literal> - Block Storage API and extensions"
msgstr ""
#: ./doc/common/section_cli_install.xml:185(para)
msgid "<literal>cloudkitty</literal> - Rating service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:189(para)
msgid "<literal>glance</literal> - Image service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:193(para)
msgid "<literal>gnocchi</literal> - Telemetry API v3"
msgstr ""
#: ./doc/common/section_cli_install.xml:197(para)
msgid "<literal>heat</literal> - Orchestration API"
msgstr ""
#: ./doc/common/section_cli_install.xml:201(para)
msgid "<literal>monasca</literal> - Monitoring API"
msgstr ""
#: ./doc/common/section_cli_install.xml:205(para)
msgid "<literal>neutron</literal> - Networking API"
msgstr ""
#: ./doc/common/section_cli_install.xml:209(para)
msgid "<literal>nova</literal> - Compute API and extensions"
msgstr ""
#: ./doc/common/section_cli_install.xml:213(para)
msgid "<literal>sahara</literal> - Data Processing API"
msgstr ""
#: ./doc/common/section_cli_install.xml:217(para)
msgid "<literal>senlin</literal> - Clustering service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:221(para)
msgid "<literal>swift</literal> - Object Storage API"
msgstr ""
#: ./doc/common/section_cli_install.xml:225(para)
msgid "<literal>trove</literal> - Database service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:229(para)
msgid "<literal>tuskar</literal> - Deployment service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:233(para)
msgid "<literal>magnum</literal> - Containers service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:237(para)
msgid "<literal>manila</literal> - Shared file systems API"
msgstr ""
#: ./doc/common/section_cli_install.xml:241(para)
msgid "<literal>mistral</literal> - Workflow service API"
msgstr ""
#: ./doc/common/section_cli_install.xml:245(para)
msgid "<literal>murano</literal> - Application catalog API"
msgstr ""
#: ./doc/common/section_cli_install.xml:249(para)
msgid "<literal>openstack</literal> - Common OpenStack client supporting multiple services"
msgstr ""
#: ./doc/common/section_cli_install.xml:259(para)
msgid "<literal>keystone</literal> - Identity service API and extensions"
msgstr ""
#: ./doc/common/section_cli_install.xml:254(para)
msgid "The following CLIs are deprecated in favor of <literal>openstack</literal>, the Common OpenStack client supporting multiple services: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:265(para)
msgid "The following example shows the command for installing the nova client with <placeholder-1/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:269(title)
msgid "Installing with pip"
msgstr ""
#: ./doc/common/section_cli_install.xml:270(para)
msgid "Use <package>pip</package> to install the OpenStack clients on a Linux, Mac OS X, or Microsoft Windows system. It is easy to use and ensures that you get the latest version of the client from the <link xlink:href=\"https://pypi.python.org/pypi\">Python Package Index</link>. Also, <package>pip</package> enables you to update or remove a package."
msgstr ""
#: ./doc/common/section_cli_install.xml:277(para)
msgid "Install each client separately by using the following command:"
msgstr ""
#: ./doc/common/section_cli_install.xml:280(para)
msgid "For Mac OS X or Linux:"
msgstr ""
#: ./doc/common/section_cli_install.xml:281(replaceable) ./doc/common/section_cli_install.xml:283(replaceable) ./doc/common/section_cli_install.xml:296(replaceable) ./doc/common/section_cli_install.xml:299(replaceable) ./doc/common/section_cli_install.xml:302(replaceable) ./doc/common/section_cli_install.xml:309(replaceable) ./doc/common/section_cli_install.xml:318(replaceable) ./doc/common/section_cli_install.xml:321(replaceable) ./doc/common/section_cli_version.xml:10(replaceable)
msgid "PROJECT"
msgstr ""
#: ./doc/common/section_cli_install.xml:282(para)
msgid "For Microsoft Windows:"
msgstr ""
#: ./doc/common/section_cli_install.xml:287(title)
msgid "Installing from packages"
msgstr ""
#: ./doc/common/section_cli_install.xml:288(para)
msgid "RDO, openSUSE, SUSE Linux Enterprise, Debian, and Ubuntu have client packages that can be installed without <placeholder-1/>."
msgstr ""
#: ./doc/common/section_cli_install.xml:291(para)
msgid "On Red Hat Enterprise Linux, CentOS, or Fedora, use <placeholder-1/> to install the clients from the packaged versions available in <link xlink:href=\"https://www.rdoproject.org/\">RDO</link>: <placeholder-2/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:297(para)
msgid "For Ubuntu or Debian, use <placeholder-1/> to install the clients from the packaged versions: <placeholder-2/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:300(para)
msgid "For openSUSE, use <placeholder-1/> to install the clients from the distribution packages Service: <placeholder-2/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:303(para)
msgid "For SUSE Linux Enterprise Server, use <placeholder-1/> to install the clients from the distribution packages in the Open Build Service. First, add the Open Build Service repository: <placeholder-2/> Then you can install the packages: <placeholder-3/>"
msgstr ""
#: ./doc/common/section_cli_install.xml:314(title)
msgid "Upgrade or remove clients"
msgstr ""
#: ./doc/common/section_cli_install.xml:315(para)
msgid "To upgrade a client, add the <literal>--upgrade</literal> option to the <placeholder-1/> command:"
msgstr ""
#: ./doc/common/section_cli_install.xml:319(para)
msgid "To remove the a client, run the <placeholder-1/> command:"
msgstr ""
#: ./doc/common/section_cli_install.xml:324(title)
msgid "What's next"
msgstr ""
#: ./doc/common/section_cli_install.xml:325(para)
msgid "Before you can run client commands, you must create and source the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file to set environment variables. See <xref linkend=\"cli_openrc\"/>."
msgstr ""
#: ./doc/common/app_support.xml:8(title)
msgid "Community support"
msgstr ""
#: ./doc/common/app_support.xml:9(para)
msgid "The following resources are available to help you run and use OpenStack. The OpenStack community constantly improves and adds to the main features of OpenStack, but if you have any questions, do not hesitate to ask. Use the following resources to get OpenStack support, and troubleshoot your installations."
msgstr ""
#: ./doc/common/app_support.xml:16(title)
msgid "Documentation"
msgstr ""
#: ./doc/common/app_support.xml:17(para)
msgid "For the available OpenStack documentation, see <link xlink:href=\"http://docs.openstack.org\">docs.openstack.org</link>."
msgstr ""
#: ./doc/common/app_support.xml:20(para) ./doc/common/app_support.xml:404(para)
msgid "To provide feedback on documentation, join and use the <email>openstack-docs@lists.openstack.org</email> mailing list at <link xlink:href=\"http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs\">OpenStack Documentation Mailing List</link>, or <link xlink:href=\"https://bugs.launchpad.net/openstack-manuals/+filebug\">report a bug</link>."
msgstr ""
#: ./doc/common/app_support.xml:27(para)
msgid "The following books explain how to install an OpenStack cloud and its associated components:"
msgstr ""
#: ./doc/common/app_support.xml:34(citetitle)
msgid "Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12"
msgstr ""
#: ./doc/common/app_support.xml:42(citetitle)
msgid "Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7"
msgstr ""
#: ./doc/common/app_support.xml:50(citetitle)
msgid "Installation Guide for Ubuntu 14.04 (LTS)"
msgstr ""
#: ./doc/common/app_support.xml:55(para)
msgid "The following books explain how to configure and run an OpenStack cloud:"
msgstr ""
#: ./doc/common/app_support.xml:61(citetitle)
msgid "Architecture Design Guide"
msgstr ""
#: ./doc/common/app_support.xml:68(citetitle)
msgid "Cloud Administrator Guide"
msgstr ""
#: ./doc/common/app_support.xml:74(citetitle)
msgid "Configuration Reference"
msgstr ""
#: ./doc/common/app_support.xml:80(citetitle)
msgid "Operations Guide"
msgstr ""
#: ./doc/common/app_support.xml:86(citetitle)
msgid "Networking Guide"
msgstr ""
#: ./doc/common/app_support.xml:92(citetitle)
msgid "High Availability Guide"
msgstr ""
#: ./doc/common/app_support.xml:98(citetitle)
msgid "Security Guide"
msgstr ""
#: ./doc/common/app_support.xml:104(citetitle)
msgid "Virtual Machine Image Guide"
msgstr ""
#: ./doc/common/app_support.xml:108(para)
msgid "The following books explain how to use the OpenStack dashboard and command-line clients:"
msgstr ""
#: ./doc/common/app_support.xml:115(citetitle)
msgid "API Guide"
msgstr ""
#: ./doc/common/app_support.xml:122(citetitle)
msgid "End User Guide"
msgstr ""
#: ./doc/common/app_support.xml:129(citetitle)
msgid "Admin User Guide"
msgstr ""
#: ./doc/common/app_support.xml:136(citetitle)
msgid "Command-Line Interface Reference"
msgstr ""
#: ./doc/common/app_support.xml:140(para)
msgid "The following documentation provides reference and guidance information for the OpenStack APIs:"
msgstr ""
#: ./doc/common/app_support.xml:146(link)
msgid "OpenStack API Complete Reference (HTML)"
msgstr ""
#: ./doc/common/app_support.xml:152(link)
msgid "API Complete Reference (PDF)"
msgstr ""
#: ./doc/common/app_support.xml:157(title)
msgid "ask.openstack.org"
msgstr ""
#: ./doc/common/app_support.xml:158(para)
msgid "During the set up or testing of OpenStack, you might have questions about how a specific task is completed or be in a situation where a feature does not work correctly. Use the <link xlink:href=\"https://ask.openstack.org\">ask.openstack.org</link> site to ask questions and get answers. When you visit the <link xlink:href=\"https://ask.openstack.org\">https://ask.openstack.org</link> site, scan the recently asked questions to see whether your question has already been answered. If not, ask a new question. Be sure to give a clear, concise summary in the title and provide as much detail as possible in the description. Paste in your command output or stack traces, links to screen shots, and any other information which might be useful."
msgstr ""
#: ./doc/common/app_support.xml:175(title)
msgid "OpenStack mailing lists"
msgstr ""
#: ./doc/common/app_support.xml:176(para)
msgid "A great way to get answers and insights is to post your question or problematic scenario to the OpenStack mailing list. You can learn from and help others who might have similar issues. To subscribe or view the archives, go to <link xlink:href=\"http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack\">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</link>. You might be interested in the other mailing lists for specific projects or development, which you can find <link xlink:href=\"https://wiki.openstack.org/wiki/MailingLists\">on the wiki</link>. A description of all mailing lists is available at <link xlink:href=\"https://wiki.openstack.org/wiki/MailingLists\">https://wiki.openstack.org/wiki/MailingLists</link>."
msgstr ""
#: ./doc/common/app_support.xml:192(title)
msgid "The OpenStack wiki"
msgstr ""
#: ./doc/common/app_support.xml:193(para)
msgid "The <link xlink:href=\"https://wiki.openstack.org/\">OpenStack wiki</link> contains a broad range of topics but some of the information can be difficult to find or is a few pages deep. Fortunately, the wiki search feature enables you to search by title or content. If you search for specific information, such as about networking or OpenStack Compute, you can find a large amount of relevant material. More is being added all the time, so be sure to check back often. You can find the search box in the upper-right corner of any OpenStack wiki page."
msgstr ""
#: ./doc/common/app_support.xml:204(title)
msgid "The Launchpad Bugs area"
msgstr ""
#: ./doc/common/app_support.xml:205(para)
msgid "The OpenStack community values your set up and testing efforts and wants your feedback. To log a bug, you must sign up for a Launchpad account at <link xlink:href=\"https://launchpad.net/+login\">https://launchpad.net/+login</link>. You can view existing bugs and report bugs in the Launchpad Bugs area. Use the search feature to determine whether the bug has already been reported or already been fixed. If it still seems like your bug is unreported, fill out a bug report."
msgstr ""
#: ./doc/common/app_support.xml:213(para)
msgid "Some tips:"
msgstr ""
#: ./doc/common/app_support.xml:216(para)
msgid "Give a clear, concise summary."
msgstr ""
#: ./doc/common/app_support.xml:219(para)
msgid "Provide as much detail as possible in the description. Paste in your command output or stack traces, links to screen shots, and any other information which might be useful."
msgstr ""
#: ./doc/common/app_support.xml:225(para)
msgid "Be sure to include the software and package versions that you are using, especially if you are using a development branch, such as, <literal>\"Liberty release\" vs git commit bc79c3ecc55929bac585d04a03475b72e06a3208</literal>."
msgstr ""
#: ./doc/common/app_support.xml:232(para)
msgid "Any deployment-specific information is helpful, such as whether you are using Ubuntu 14.04 or are performing a multi-node installation."
msgstr ""
#: ./doc/common/app_support.xml:237(para)
msgid "The following Launchpad Bugs areas are available:"
msgstr ""
#: ./doc/common/app_support.xml:243(link)
msgid "Bugs: OpenStack Block Storage (cinder)"
msgstr ""
#: ./doc/common/app_support.xml:249(link)
msgid "Bugs: OpenStack Compute (nova)"
msgstr ""
#: ./doc/common/app_support.xml:254(link)
msgid "Bugs: OpenStack Dashboard (horizon)"
msgstr ""
#: ./doc/common/app_support.xml:260(link)
msgid "Bugs: OpenStack Identity (keystone)"
msgstr ""
#: ./doc/common/app_support.xml:266(link)
msgid "Bugs: OpenStack Image service (glance)"
msgstr ""
#: ./doc/common/app_support.xml:272(link)
msgid "Bugs: OpenStack Networking (neutron)"
msgstr ""
#: ./doc/common/app_support.xml:278(link)
msgid "Bugs: OpenStack Object Storage (swift)"
msgstr ""
#: ./doc/common/app_support.xml:285(link)
msgid "Bugs: Application catalog (murano)"
msgstr ""
#: ./doc/common/app_support.xml:290(link)
msgid "Bugs: Bare metal service (ironic)"
msgstr ""
#: ./doc/common/app_support.xml:295(link)
msgid "Bugs: Clustering service (senlin)"
msgstr ""
#: ./doc/common/app_support.xml:300(link)
msgid "Bugs: Containers service (magnum)"
msgstr ""
#: ./doc/common/app_support.xml:305(link)
msgid "Bugs: Data processing service (sahara)"
msgstr ""
#: ./doc/common/app_support.xml:311(link)
msgid "Bugs: Database service (trove)"
msgstr ""
#: ./doc/common/app_support.xml:316(link)
msgid "Bugs: Deployment service (tuskar)"
msgstr ""
#: ./doc/common/app_support.xml:321(link)
msgid "Bugs: Key Manager service (barbican)"
msgstr ""
#: ./doc/common/app_support.xml:326(link)
msgid "Bugs: Monitoring (monasca)"
msgstr ""
#: ./doc/common/app_support.xml:331(link)
msgid "Bugs: Orchestration (heat)"
msgstr ""
#: ./doc/common/app_support.xml:336(link)
msgid "Bugs: Rating (cloudkitty)"
msgstr ""
#: ./doc/common/app_support.xml:341(link)
msgid "Bugs: Shared file systems (manila)"
msgstr ""
#: ./doc/common/app_support.xml:346(link)
msgid "Bugs: Telemetry (ceilometer)"
msgstr ""
#: ./doc/common/app_support.xml:351(link)
msgid "Bugs: Telemetry v3 (gnocchi)"
msgstr ""
#: ./doc/common/app_support.xml:356(link)
msgid "Bugs: Workflow service (mistral)"
msgstr ""
#: ./doc/common/app_support.xml:361(link)
msgid "Bugs: Message Service (zaqar)"
msgstr ""
#: ./doc/common/app_support.xml:367(link)
msgid "Bugs: OpenStack API Documentation (developer.openstack.org)"
msgstr ""
#: ./doc/common/app_support.xml:373(link)
msgid "Bugs: OpenStack Documentation (docs.openstack.org)"
msgstr ""
#: ./doc/common/app_support.xml:379(title)
msgid "The OpenStack IRC channel"
msgstr ""
#: ./doc/common/app_support.xml:380(para)
msgid "The OpenStack community lives in the #openstack IRC channel on the Freenode network. You can hang out, ask questions, or get immediate feedback for urgent and pressing issues. To install an IRC client or use a browser-based client, go to <link xlink:href=\"https://webchat.freenode.net\">https://webchat.freenode.net/</link>. You can also use Colloquy (Mac OS X, <link xlink:href=\"http://colloquy.info/\">http://colloquy.info/</link>), mIRC (Windows, <link xlink:href=\"http://www.mirc.com/\">http://www.mirc.com/</link>), or XChat (Linux). When you are in the IRC channel and want to share code or command output, the generally accepted method is to use a Paste Bin. The OpenStack project has one at <link xlink:href=\"http://paste.openstack.org\">http://paste.openstack.org</link>. Just paste your longer amounts of text or logs in the web form and you get a URL that you can paste into the channel. The OpenStack IRC channel is <literal>#openstack</literal> on <literal>irc.freenode.net</literal>. You can find a list of all OpenStack IRC channels at <link xlink:href=\"https://wiki.openstack.org/wiki/IRC\">https://wiki.openstack.org/wiki/IRC</link>."
msgstr ""
#: ./doc/common/app_support.xml:403(title)
msgid "Documentation feedback"
msgstr ""
#: ./doc/common/app_support.xml:410(title)
msgid "OpenStack distribution packages"
msgstr ""
#: ./doc/common/app_support.xml:411(para)
msgid "The following Linux distributions provide community-supported packages for OpenStack:"
msgstr ""
#: ./doc/common/app_support.xml:415(emphasis)
msgid "Debian:"
msgstr ""
#: ./doc/common/app_support.xml:418(link)
msgid "https://wiki.debian.org/OpenStack"
msgstr ""
#: ./doc/common/app_support.xml:421(emphasis)
msgid "CentOS, Fedora, and Red Hat Enterprise Linux:"
msgstr ""
#: ./doc/common/app_support.xml:424(link)
msgid "https://www.rdoproject.org/"
msgstr ""
#: ./doc/common/app_support.xml:427(emphasis)
msgid "openSUSE and SUSE Linux Enterprise Server:"
msgstr ""
#: ./doc/common/app_support.xml:431(link)
msgid "https://en.opensuse.org/Portal:OpenStack"
msgstr ""
#: ./doc/common/app_support.xml:434(emphasis)
msgid "Ubuntu:"
msgstr ""
#: ./doc/common/app_support.xml:437(link)
msgid "https://wiki.ubuntu.com/ServerTeam/CloudArchive"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:11(title)
msgid "Host aggregates and availability zones"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:12(para)
msgid "Host aggregates are a mechanism for partitioning hosts in an OpenStack cloud, or a region of an OpenStack cloud, based on arbitrary characteristics. Examples where an administrator may want to do this include where a group of hosts have additional hardware or performance characteristics."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:19(para)
msgid "Host aggregates are not explicitly exposed to users. Instead administrators map flavors to host aggregates. Administrators do this by setting metadata on a host aggregate, and matching flavor extra specifications. The scheduler then endeavors to match user requests for instance of the given flavor to a host aggregate with the same key-value pair in its metadata. Compute nodes can be in more than one host aggregate."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:28(para)
msgid "Administrators are able to optionally expose a host aggregate as an availability zone. Availability zones are different from host aggregates in that they are explicitly exposed to the user, and hosts can only be in a single availability zone. Administrators can configure a default availability zone where instances will be scheduled when the user fails to specify one."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:37(title)
msgid "Command-line interface"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:44(para)
msgid "Print a list of all aggregates."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:49(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:124(replaceable)
msgid "&lt;name&gt;"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:50(replaceable)
msgid "[availability-zone]"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:52(para)
msgid "Create a new aggregate named <replaceable>&lt;name&gt;</replaceable>, and optionally in availability zone <replaceable>[availability-zone]</replaceable> if specified. The command returns the ID of the newly created aggregate. Hosts can be made available to multiple host aggregates. Be careful when adding a host to an additional host aggregate when the host is also in an availability zone. Pay attention when using the <placeholder-1/> and <placeholder-2/> commands to avoid user confusion when they boot instances in different availability zones. An error occurs if you cannot add a particular host to an aggregate zone for which it is not intended."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:73(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:81(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:89(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:100(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:111(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:123(replaceable)
msgid "&lt;id&gt;"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:75(para)
msgid "Delete an aggregate with id <replaceable>&lt;id&gt;</replaceable>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:83(para)
msgid "Show details of the aggregate with id <replaceable>&lt;id&gt;</replaceable>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:90(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:101(replaceable)
msgid "&lt;host&gt;"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:92(para)
msgid "Add host with name <replaceable>&lt;host&gt;</replaceable> to aggregate with id <replaceable>&lt;id&gt;</replaceable>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:103(para)
msgid "Remove the host with name <replaceable>&lt;host&gt;</replaceable> from the aggregate with id <replaceable>&lt;id&gt;</replaceable>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:112(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:113(replaceable)
msgid "&lt;key=value&gt;"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:116(para)
msgid "Add or update metadata (key-value pairs) associated with the aggregate with id <replaceable>&lt;id&gt;</replaceable>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:125(replaceable)
msgid "&lt;availability_zone&gt;"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:127(para)
msgid "Update the name and availability zone (optional) for the aggregate."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:134(para)
msgid "List all hosts by service."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:141(para)
msgid "Put/resume host into/from maintenance."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:38(para)
msgid "The <placeholder-1/> command-line tool supports the following aggregate-related commands. <placeholder-2/>"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:147(para)
msgid "Only administrators can access these commands. If you try to use these commands and the user name and tenant that you use to access the Compute service do not have the <literal>admin</literal> role or the appropriate privileges, these errors occur:"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:159(title)
msgid "Configure scheduler to support host aggregates"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:160(para)
msgid "One common use case for host aggregates is when you want to support scheduling instances to a subset of compute hosts because they have a specific capability. For example, you may want to allow users to request compute hosts that have SSD drives if they need access to faster disk I/O, or access to compute hosts that have GPU cards to take advantage of GPU-accelerated code."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:167(para)
msgid "To configure the scheduler to support host aggregates, the <literal>scheduler_default_filters</literal> configuration option must contain the <literal>AggregateInstanceExtraSpecsFilter</literal> in addition to the other filters used by the scheduler. Add the following line to <filename>/etc/nova/nova.conf</filename> on the host that runs the <systemitem class=\"service\">nova-scheduler</systemitem> service to enable host aggregates filtering, as well as the other filters that are typically enabled:<placeholder-1/>"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:181(title)
msgid "Example: Specify compute hosts with SSDs"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:182(para)
msgid "This example configures the Compute service to enable users to request nodes that have solid-state drives (SSDs). You create a <literal>fast-io</literal> host aggregate in the <literal>nova</literal> availability zone and you add the <literal>ssd=true</literal> key-value pair to the aggregate. Then, you add the <literal>node1</literal>, and <literal>node2</literal> compute nodes to it."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:217(para)
msgid "Use the <placeholder-1/> command to create the <replaceable>ssd.large</replaceable> flavor called with an ID of 6, 8GB of RAM, 80GB root disk, and four vCPUs."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable) ./doc/common/section_cli_nova_host_aggregates.xml:232(replaceable)
msgid "ssd.large"
msgstr ""
#: ./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:48(replaceable) ./doc/common/tables/keystone-api.xml:63(replaceable)
msgid "8192"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:220(replaceable)
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-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 ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:226(para)
msgid "Once the flavor is created, specify one or more key-value pairs that match the key-value pairs on the host aggregates with scope aggregate_instance_extra_specs. In this case, that is the <replaceable>aggregate_instance_extra_specs:ssd=true</replaceable> key-value pair. Setting a key-value pair on a flavor is done using the <placeholder-1/> command."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:232(replaceable)
msgid "aggregate_instance_extra_specs:ssd=true"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:233(para)
msgid "Once it is set, you should see the <literal>extra_specs</literal> property of the <literal>ssd.large</literal> flavor populated with a key of <literal>ssd</literal> and a corresponding value of <literal>true</literal>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:254(para)
msgid "Now, when a user requests an instance with the <literal>ssd.large</literal> flavor, the scheduler only considers hosts with the <literal>ssd=true</literal> key-value pair. In this example, these are <literal>node1</literal> and <literal>node2</literal>."
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:262(title)
msgid "XenServer hypervisor pools to support live migration"
msgstr ""
#: ./doc/common/section_cli_nova_host_aggregates.xml:264(para)
msgid "When using the XenAPI-based hypervisor, the Compute service uses host aggregates to manage XenServer Resource pools, which are used in supporting live migration."
msgstr ""
#: ./doc/common/section_config_format.xml:9(title)
msgid "Configuration file format"
msgstr ""
#: ./doc/common/section_config_format.xml:11(para)
msgid "OpenStack uses the <glossterm>INI</glossterm> file format for configuration files. An INI file is a simple text file that specifies options as <literal>key=value</literal> pairs, grouped into sections. The <literal>DEFAULT</literal> section contains most of the configuration options. Lines starting with a hash sign (<literal>#</literal>) are comment lines. For example:"
msgstr ""
#: ./doc/common/section_config_format.xml:30(replaceable)
msgid "KEYSTONE_DBPASS"
msgstr ""
#: ./doc/common/section_config_format.xml:30(replaceable)
msgid "controller"
msgstr ""
#: ./doc/common/section_config_format.xml:33(para)
msgid "Options can have different types for values. The comments in the sample config files always mention these. The following types are used by OpenStack:"
msgstr ""
#: ./doc/common/section_config_format.xml:40(term)
msgid "boolean value"
msgstr ""
#: ./doc/common/section_config_format.xml:42(para)
msgid "Enables or disables an option. The allowed values are <literal>true</literal> and <literal>false</literal>."
msgstr ""
#: ./doc/common/section_config_format.xml:52(term)
msgid "floating point value"
msgstr ""
#: ./doc/common/section_config_format.xml:54(para)
msgid "A floating point number like <literal>0.25</literal> or <literal>1000</literal>."
msgstr ""
#: ./doc/common/section_config_format.xml:63(term)
msgid "integer value"
msgstr ""
#: ./doc/common/section_config_format.xml:65(para)
msgid "An integer number is a number without fractional components, like <literal>0</literal> or <literal>42</literal>."
msgstr ""
#: ./doc/common/section_config_format.xml:75(term)
msgid "list value"
msgstr ""
#: ./doc/common/section_config_format.xml:77(para)
msgid "Represents values of other types, separated by commas. As an example, the following sets <placeholder-1/> to a list containing the four elements <literal>oslo.messaging.exceptions</literal>, <literal>nova.exception</literal>, <literal>cinder.exception</literal>, and <literal>exceptions</literal>:"
msgstr ""
#: ./doc/common/section_config_format.xml:93(term)
msgid "multi valued"
msgstr ""
#: ./doc/common/section_config_format.xml:95(para)
msgid "A multi-valued option is a string value and can be given more than once, all values will be used."
msgstr ""
#: ./doc/common/section_config_format.xml:106(term)
msgid "string value"
msgstr ""
#: ./doc/common/section_config_format.xml:108(para)
msgid "Strings can be optionally enclosed with single or double quotes."
msgstr ""
#: ./doc/common/section_config_format.xml:124(title)
msgid "Sections"
msgstr ""
#: ./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/manila-hpe3par.xml:36(th) ./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/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/cinder-hpelefthand.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/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/manila-generic.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-hpe3par.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/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/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-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: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: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:144(para)
msgid "Configuration options for the database that stores the state of the OpenStack service."
msgstr ""
#: ./doc/common/section_config_format.xml:125(para)
msgid "Configuration options are grouped by section. Most configuration files support at least the following sections: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_config_format.xml:155(title)
msgid "Substitution"
msgstr ""
#: ./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 <literal>$</literal>, like <literal>$OPTION</literal>."
msgstr ""
#: ./doc/common/section_config_format.xml:164(para)
msgid "The following example uses the values of <literal>rabbit_host</literal> and <literal>rabbit_port</literal> to define the value of the <literal>rabbit_hosts</literal> option, in this case as <literal>controller:5672</literal>."
msgstr ""
#: ./doc/common/section_config_format.xml:182(para)
msgid "To avoid substitution, use <literal>$$</literal>, it is replaced by a single <literal>$</literal>. For example, if your LDAP DNS password is <literal>$xkj432</literal>, specify it, as follows: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_config_format.xml:188(para)
msgid "The code uses the Python <literal>string.Template.safe_substitute()</literal> method to implement variable substitution. For more details on how variable substitution is resolved, see <link xlink:href=\"http://docs.python.org/2/library/string.html#template-strings\">http://docs.python.org/2/library/string.html#template-strings</link> and <link xlink:href=\"http://www.python.org/dev/peps/pep-0292/\">PEP 292</link>."
msgstr ""
#: ./doc/common/section_config_format.xml:201(title)
msgid "Whitespace"
msgstr ""
#: ./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:208(title)
msgid "Define an alternate location for a config file"
msgstr ""
#: ./doc/common/section_config_format.xml:209(para)
msgid "Most services and the <placeholder-1/> command-line clients load the configuration file. To define an alternate location for the configuration file, pass the <parameter>--config-file <replaceable>CONFIG_FILE</replaceable></parameter> parameter when you start a service or call a <placeholder-2/> command."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:7(title)
msgid "Fibre Channel support in Compute"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:8(para)
msgid "Fibre Channel support in OpenStack Compute is remote block storage attached to compute nodes for VMs."
msgstr ""
#. TODO: This below statement needs to be verified for current release
#: ./doc/common/section_fibrechannel.xml:11(para)
msgid "In the Grizzly release, Fibre Channel supported only the KVM hypervisor."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:13(para)
msgid "Compute and Block Storage support Fibre Channel automatic zoning on Brocade and Cisco switches. On other hardware Fibre Channel arrays must be pre-zoned or directly attached to the KVM hosts."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:17(title)
msgid "KVM host requirements"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:18(para)
msgid "You must install these packages on the KVM host:"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:21(para)
msgid "<package>sysfsutils</package> - Nova uses the <package>systool</package> application in this package."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:27(para)
msgid "<package>sg3-utils</package> or <package>sg3_utils</package> - Nova uses the <package>sg_scan</package> and <package>sginfo</package> applications."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:33(para)
msgid "Installing the <package>multipath-tools</package> package is optional."
msgstr ""
#: ./doc/common/section_fibrechannel.xml:37(title)
msgid "Install required packages"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:38(para)
msgid "Use these commands to install the system packages:"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:42(para)
msgid "For systems running openSUSE or SUSE Linux Enterprise Server:"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:47(para)
msgid "For systems running Red Hat:"
msgstr ""
#: ./doc/common/section_fibrechannel.xml:51(para)
msgid "For systems running Ubuntu:"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:8(title)
msgid "Set environment variables using the OpenStack RC file"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:10(para)
msgid "To set the required environment variables for the OpenStack command-line clients, you must create an environment file called an OpenStack rc file, or <filename>openrc.sh</filename> file.<phrase audience=\"enduser\"> If your OpenStack installation provides it, you can download the file from the OpenStack dashboard as an administrative user or any other user.</phrase> This project-specific environment file contains the credentials that all OpenStack services use."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:19(para)
msgid "When you source the file, environment variables are set for your current shell. The variables enable the OpenStack client commands to communicate with the OpenStack services that run in the cloud."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:24(para)
msgid "Defining environment variables using an environment file is not a common practice on Microsoft Windows. Environment variables are usually defined in the <guilabel>Advanced</guilabel> tab of the System Properties dialog box."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:30(title)
msgid "Download and source the OpenStack RC file"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:33(para)
msgid "Log in to the OpenStack dashboard, choose the project for which you want to download the OpenStack RC file, on the <guibutton>Project</guibutton> tab, open the <guibutton>Compute</guibutton> tab and click <guibutton>Access &amp; Security</guibutton>."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:40(para)
msgid "On the <guibutton>API Access</guibutton> tab, click <guibutton>Download OpenStack RC File</guibutton> and save the file. The filename will be of the form <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> where <replaceable>PROJECT</replaceable> is the name of the project for which you downloaded the file."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:49(para)
msgid "Copy the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file to the computer from which you want to run OpenStack commands."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:53(para)
msgid "For example, copy the file to the computer from which you want to upload an image with a <placeholder-1/> client command."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:59(para)
msgid "On any shell from which you want to run OpenStack commands, source the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file for the respective project."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:63(para)
msgid "In the following example, the <filename>demo-openrc.sh</filename> file is sourced for the demo project:"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:69(para)
msgid "When you are prompted for an OpenStack password, enter the password for the user who downloaded the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:77(title)
msgid "Create and source the OpenStack RC file"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:78(para)
msgid "Alternatively, you can create the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file from scratch, if for some reason you cannot download the file from the dashboard."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:84(para)
msgid "In a text editor, create a file named <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file and add the following authentication information:"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:88(replaceable) ./doc/common/tables/neutron-plumgrid.xml:45(replaceable)
msgid "username"
msgstr ""
#: ./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 ""
#: ./doc/common/section_cli_openrc.xml:90(replaceable)
msgid "projectName"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:91(replaceable)
msgid "https://identityHost:portNumber/v2.0"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:93(replaceable)
msgid "tenantIDString"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:94(replaceable)
msgid "regionName"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:95(replaceable)
msgid "/path/to/cacertFile"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:98(para)
msgid "On any shell from which you want to run OpenStack commands, source the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file for the respective project. In this example, you source the <filename>admin-openrc.sh</filename> file for the <replaceable>admin</replaceable> project:"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:110(para)
msgid "You are not prompted for the password with this method. The password lives in clear text format in the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file. Restrict the permissions on this file to avoid security problems. You can also remove the <literal>OS_PASSWORD</literal> variable from the file, and use the <parameter>--password</parameter> parameter with OpenStack client commands instead."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:121(para)
msgid "You must set the OS_CACERT environment variable when using the https protocol in the OS_AUTH_URL environment setting because the verification process for the TLS (HTTPS) server certificate uses the one indicated in the environment. This certificate will be used when verifying the TLS (HTTPS) server certificate."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:129(title)
msgid "Override environment variable values"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:130(para)
msgid "When you run OpenStack client commands, you can override some environment variable settings by using the options that are listed at the end of the <placeholder-1/> output of the various client commands. For example, you can override the <placeholder-2/> setting in the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file by specifying a password on a <placeholder-3/> command, as follows:"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:138(replaceable)
msgid "PASSWORD"
msgstr ""
#: ./doc/common/section_cli_openrc.xml:139(para)
msgid "Where <replaceable>PASSWORD</replaceable> is your password."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:140(para)
msgid "A user specifies their username and password credentials to interact with OpenStack, using any client command. These credentials can be specified using various mechanisms, namely, the environment variable or command-line argument. It is not safe to specify the password using either of these methods."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:144(para)
msgid "For example, when you specify your password using the command-line client with the <parameter>--os-password</parameter> argument, anyone with access to your computer can view it in plain text with the <literal>ps</literal> field."
msgstr ""
#: ./doc/common/section_cli_openrc.xml:148(para)
msgid "To avoid storing the password in plain text, you can prompt for the OpenStack password interactively."
msgstr ""
#: ./doc/common/section_dashboard-configure.xml:7(title)
msgid "Configure the dashboard"
msgstr ""
#: ./doc/common/section_dashboard-configure.xml:9(para)
msgid "You can configure the dashboard for a simple HTTP deployment."
msgstr ""
#: ./doc/common/section_dashboard-configure.xml:11(para) ./doc/common/section_dashboard-configure-https.xml:8(para)
msgid "You can configure the dashboard for a secured HTTPS deployment. While the standard installation uses a non-encrypted HTTP channel, you can enable SSL support for the dashboard."
msgstr ""
#: ./doc/common/section_dashboard-configure.xml:15(para)
msgid "Also, you can configure the size of the VNC window in the dashboard."
msgstr ""
#: ./doc/common/section_cli_version.xml:7(title)
msgid "Discover the version number for a client"
msgstr ""
#: ./doc/common/section_cli_version.xml:8(para)
msgid "Run the following command to discover the version number for a client:"
msgstr ""
#: ./doc/common/section_cli_version.xml:11(para)
msgid "For example, to see the version number for the <placeholder-1/> client, run the following command:"
msgstr ""
#: ./doc/common/section_cli_version.xml:15(para)
msgid "The version number (2.15.0 in the example) is returned."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:7(title)
msgid "Enable KVM"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:8(para)
msgid "The following sections outline how to enable KVM based hardware virtualisation on different architectures and platforms. To perform these steps, you must be logged in as the <systemitem>root</systemitem> user."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:13(title)
msgid "For x86 based systems"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:16(para)
msgid "To determine whether the <literal>svm</literal> or <literal>vmx</literal> CPU extensions are present, run this command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:20(para)
msgid "This command generates output if the CPU is capable of hardware-virtualization. Even if output is shown, you might still need to enable virtualization in the system BIOS for full support."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:24(para)
msgid "If no output appears, consult your system documentation to ensure that your CPU and motherboard support hardware virtualization. Verify that any relevant hardware virtualization options are enabled in the system BIOS."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:29(para)
msgid "The BIOS for each manufacturer is different. If you must enable virtualization in the BIOS, look for an option containing the words <literal>virtualization</literal>, <literal>VT</literal>, <literal>VMX</literal>, or <literal>SVM</literal>."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:37(para)
msgid "To list the loaded kernel modules and verify that the <literal>kvm</literal> modules are loaded, run this command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:41(para)
msgid "If the output includes <systemitem>kvm_intel</systemitem> or <systemitem>kvm_amd</systemitem>, the <systemitem>kvm</systemitem> hardware virtualization modules are loaded and your kernel meets the module requirements for OpenStack Compute."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:48(para)
msgid "If the output does not show that the <literal>kvm</literal> module is loaded, run this command to load it:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:52(para)
msgid "Run the command for your CPU. For Intel, run this command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:55(para)
msgid "For AMD, run this command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:57(para) ./doc/common/section_kvm_enable.xml:140(para)
msgid "Because a KVM installation can change user group membership, you might need to log in again for changes to take effect."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:60(para)
msgid "If the kernel modules do not load automatically, use the procedures listed in these subsections."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:64(para)
msgid "If the checks indicate that required hardware virtualization support or kernel modules are disabled or unavailable, you must either enable this support on the system or find a system with this support."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:69(para)
msgid "Some systems require that you enable VT support in the system BIOS. If you believe your processor supports hardware acceleration but the previous command did not produce output, reboot your machine, enter the system BIOS, and enable the VT option."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:75(para)
msgid "If KVM acceleration is not supported, configure Compute to use a different hypervisor, such as <link xlink:href=\"http://docs.openstack.org/trunk/config-reference/content/qemu.html\">QEMU</link> or <link xlink:href=\"http://docs.openstack.org/trunk/config-reference/content/xen_libvirt.html\">Xen</link>."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:81(para)
msgid "These procedures help you load the kernel modules for Intel-based and AMD-based processors if they do not load automatically during KVM installation."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:85(title)
msgid "Intel-based processors"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:86(para)
msgid "If your compute host is Intel-based, run these commands as root to load the kernel modules:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:90(para)
msgid "Add these lines to the <filename>/etc/modules</filename> file so that these modules load on reboot:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:96(title)
msgid "AMD-based processors"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:97(para)
msgid "If your compute host is AMD-based, run these commands as root to load the kernel modules:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:101(para)
msgid "Add these lines to <filename>/etc/modules</filename> file so that these modules load on reboot:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:109(title)
msgid "For POWER based systems"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:110(para)
msgid "KVM as a hypervisor is supported on POWER system's PowerNV platform."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:114(para)
msgid "To determine if your POWER platform supports KVM based virtualization run the following command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:118(para)
msgid "If the previous command generates the following output, then CPU supports KVM based virtualization"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:121(para)
msgid "If no output is displayed, then your POWER platform does not support KVM based hardware virtualization."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:125(para)
msgid "To list the loaded kernel modules and verify that the <literal>kvm</literal> modules are loaded, run the following command:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:129(para)
msgid "If the output includes <systemitem>kvm_hv</systemitem>, the <systemitem>kvm</systemitem> hardware virtualization modules are loaded and your kernel meets the module requirements for OpenStack Compute."
msgstr ""
#: ./doc/common/section_kvm_enable.xml:134(para)
msgid "If the output does not show that the <literal>kvm</literal> module is loaded, run the following command to load it:"
msgstr ""
#: ./doc/common/section_kvm_enable.xml:138(para)
msgid "For PowerNV platform, run the following command:"
msgstr ""
#: ./doc/common/ch_preface.xml:7(title)
msgid "Preface"
msgstr ""
#: ./doc/common/section_cli_overview.xml:7(title)
msgid "Overview"
msgstr ""
#: ./doc/common/section_cli_overview.xml:8(para)
msgid "Each OpenStack project provides a command-line client, which enables you to access the project API through easy-to-use commands. For example, the Compute service provides a nova command-line client."
msgstr ""
#: ./doc/common/section_cli_overview.xml:13(para)
msgid "You can run the commands from the command line, or include the commands within scripts to automate tasks. If you provide OpenStack credentials, such as your user name and password, you can run these commands on any computer."
msgstr ""
#: ./doc/common/section_cli_overview.xml:19(para)
msgid "Internally, each command uses cURL command-line tools, which embed API requests. OpenStack APIs are RESTful APIs, and use the HTTP protocol. They include methods, URIs, media types, and response codes."
msgstr ""
#: ./doc/common/section_cli_overview.xml:24(para)
msgid "OpenStack APIs are open-source Python clients, and can run on Linux or Mac OS X systems. On some client commands, you can specify a <placeholder-1/> parameter to show the underlying API request for the command. This is a good way to become familiar with the OpenStack API calls."
msgstr ""
#: ./doc/common/section_cli_overview.xml:30(para)
msgid "The following table lists the command-line client for each OpenStack service with its package name and description."
msgstr ""
#: ./doc/common/section_cli_overview.xml:33(caption)
msgid "OpenStack services and clients"
msgstr ""
#: ./doc/common/section_cli_overview.xml:40(th)
msgid "Service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:41(th)
msgid "Client"
msgstr ""
#: ./doc/common/section_cli_overview.xml:42(th)
msgid "Package"
msgstr ""
#: ./doc/common/section_cli_overview.xml:48(td)
msgid "Application catalog"
msgstr ""
#: ./doc/common/section_cli_overview.xml:50(package)
msgid "python-muranoclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:51(td)
msgid "Creates and manages application catalog."
msgstr ""
#: ./doc/common/section_cli_overview.xml:54(td)
msgid "Block Storage"
msgstr ""
#: ./doc/common/section_cli_overview.xml:56(package)
msgid "python-cinderclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:57(td)
msgid "Creates and manages volumes."
msgstr ""
#: ./doc/common/section_cli_overview.xml:60(td)
msgid "Clustering service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:62(package)
msgid "python-senlinclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:63(td)
msgid "Creates and manages clustering services."
msgstr ""
#: ./doc/common/section_cli_overview.xml:66(td)
msgid "Compute"
msgstr ""
#: ./doc/common/section_cli_overview.xml:68(package)
msgid "python-novaclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:69(td)
msgid "Creates and manages images, instances, and flavors."
msgstr ""
#: ./doc/common/section_cli_overview.xml:72(td)
msgid "Containers service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:74(package)
msgid "python-magnumclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:75(td)
msgid "Creates and manages containers."
msgstr ""
#: ./doc/common/section_cli_overview.xml:78(td)
msgid "Database service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:80(package)
msgid "python-troveclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:81(td)
msgid "Creates and manages databases."
msgstr ""
#: ./doc/common/section_cli_overview.xml:84(td)
msgid "Data processing service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:86(package)
msgid "python-saharaclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:87(td)
msgid "Creates and manages Hadoop clusters on OpenStack."
msgstr ""
#: ./doc/common/section_cli_overview.xml:90(td)
msgid "Deployment service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:92(package)
msgid "python-tuskarclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:93(td)
msgid "Plans Deployments."
msgstr ""
#: ./doc/common/section_cli_overview.xml:96(td)
msgid "Identity"
msgstr ""
#: ./doc/common/section_cli_overview.xml:98(package) ./doc/common/section_cli_overview.xml:174(package)
msgid "python-openstackclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:99(td)
msgid "Creates and manages users, tenants, roles, endpoints, and credentials."
msgstr ""
#: ./doc/common/section_cli_overview.xml:102(td)
msgid "Image service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:104(package)
msgid "python-glanceclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:105(td)
msgid "Creates and manages images."
msgstr ""
#: ./doc/common/section_cli_overview.xml:108(td)
msgid "Key Manager service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:110(package)
msgid "python-barbicanclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:111(td)
msgid "Creates and manages keys."
msgstr ""
#: ./doc/common/section_cli_overview.xml:114(td)
msgid "Monitoring"
msgstr ""
#: ./doc/common/section_cli_overview.xml:116(package)
msgid "python-monascaclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:117(td)
msgid "Monitoring solution."
msgstr ""
#: ./doc/common/section_cli_overview.xml:120(td)
msgid "Networking"
msgstr ""
#: ./doc/common/section_cli_overview.xml:122(package)
msgid "python-neutronclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:123(td)
msgid "Configures networks for guest servers. This client was previously called <placeholder-1/>."
msgstr ""
#: ./doc/common/section_cli_overview.xml:127(td)
msgid "Object Storage"
msgstr ""
#: ./doc/common/section_cli_overview.xml:129(package)
msgid "python-swiftclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:130(td)
msgid "Gathers statistics, lists items, updates metadata, and uploads, downloads, and deletes files stored by the Object Storage service. Gains access to an Object Storage installation for ad hoc processing."
msgstr ""
#: ./doc/common/section_cli_overview.xml:135(td)
msgid "Orchestration"
msgstr ""
#: ./doc/common/section_cli_overview.xml:137(package)
msgid "python-heatclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:138(td)
msgid "Launches stacks from templates, views details of running stacks including events and resources, and updates and deletes stacks."
msgstr ""
#: ./doc/common/section_cli_overview.xml:142(td)
msgid "Rating service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:144(package)
msgid "python-cloudkittyclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:145(td)
msgid "Rating service."
msgstr ""
#: ./doc/common/section_cli_overview.xml:148(td)
msgid "Shared file systems"
msgstr ""
#: ./doc/common/section_cli_overview.xml:150(package)
msgid "python-manilaclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:151(td)
msgid "Creates and manages shared file systems."
msgstr ""
#: ./doc/common/section_cli_overview.xml:154(td)
msgid "Telemetry"
msgstr ""
#: ./doc/common/section_cli_overview.xml:156(package)
msgid "python-ceilometerclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:157(td) ./doc/common/section_cli_overview.xml:163(td)
msgid "Creates and collects measurements across OpenStack."
msgstr ""
#: ./doc/common/section_cli_overview.xml:160(td)
msgid "Telemetry v3"
msgstr ""
#: ./doc/common/section_cli_overview.xml:162(package)
msgid "python-gnocchiclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:166(td)
msgid "Workflow service"
msgstr ""
#: ./doc/common/section_cli_overview.xml:168(package)
msgid "python-mistralclient"
msgstr ""
#: ./doc/common/section_cli_overview.xml:169(td)
msgid "Workflow service for OpenStack cloud."
msgstr ""
#: ./doc/common/section_cli_overview.xml:172(td)
msgid "Common client"
msgstr ""
#: ./doc/common/section_cli_overview.xml:175(td)
msgid "Common client for the OpenStack project."
msgstr ""
#: ./doc/common/section_cli_overview.xml:179(para)
msgid "For client installation instructions, see <link xlink:href=\"http://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html\">Install the OpenStack command-line clients</link>. For information about the OpenStack RC file, see <link xlink:href=\"http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html\">Download and source the OpenStack RC file</link>."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:7(title)
msgid "Configure the dashboard for HTTPS"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:13(para)
msgid "This example uses the <literal>http://openstack.example.com</literal> domain. Use a domain that fits your current setup."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:17(para)
msgid "In the <filename>local_settings</filename> file(on Fedora/RHEL/ CentOS: <filename>/etc/openstack-dashboard/local_settings</filename>, on Ubuntu and Debian: <filename>/etc/openstack-dashboard/local_settings.py</filename>, and on openSUSE: <filename>/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>), update the following options:"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:26(para)
msgid "To enable HTTPS, the <code>USE_SSL = True</code> option is required."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:28(para)
msgid "The other options require that HTTPS is enabled; these options defend against cross-site scripting."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:33(para)
msgid "Edit the <filename>openstack-dashboard.conf</filename> file as shown in <xref linkend=\"after-example\"/>:"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:37(title)
msgid "Before"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:51(title)
msgid "After"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:93(para)
msgid "In this configuration, the Apache HTTP server listens on port 443 and redirects all non-secure requests to the HTTPS protocol. The secured section defines the private key, public key, and certificate to use."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:100(para)
msgid "Restart the Apache HTTP server."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:101(para)
msgid "For Debian, Ubuntu, or SUSE distributions:"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:103(para)
msgid "For Fedora, RHEL, or CentOS distributions:"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:107(para)
msgid "Restart <systemitem class=\"service\">memcached</systemitem>:"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:110(para)
msgid "If you try to access the dashboard through HTTP, the browser redirects you to the HTTPS page."
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:115(para)
msgid "Configuring the dashboard for HTTPS also requires enabling SSL for the noVNC proxy service. On the controller node, add the following additional options to the <filename>[DEFAULT]</filename> section of the <filename>/etc/nova/nova.conf</filename> file: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_dashboard-configure-https.xml:127(para)
msgid "On the compute nodes, ensure the <code>nonvncproxy_base_url</code> option points to a URL with an HTTPS scheme:"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:7(title)
msgid "Customize the dashboard"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:8(para)
msgid "Once you have the dashboard installed you can customize the way it looks and feels to suit your own needs."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:10(para)
msgid "The OpenStack dashboard by default on Ubuntu installs the <literal>openstack-dashboard-ubuntu-theme</literal> package."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:11(para)
msgid "If you do not want to use this theme you can remove it and its dependencies using the following command:"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:15(para)
msgid "This guide focuses on the <filename>local_settings.py</filename> file, stored in <filename>/openstack-dashboard/openstack_dashboard/local/</filename>."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:17(para)
msgid "This guide is adapted from <link xlink:href=\"http://www.prestonlee.com/2012/05/09/how-to-custom-brand-the-openstack-horizon-dashboard/\">How To Custom Brand The OpenStack \"Horizon\" Dashboard</link>."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:21(para)
msgid "Site colors"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:24(para)
msgid "Logo"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:27(para) ./doc/common/section_dashboard_customizing.xml:149(title) ./doc/common/section_dashboard_customizing.xml:163(title)
msgid "HTML title"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:30(para)
msgid "Site branding link"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:33(para) ./doc/common/section_dashboard_customizing.xml:173(title)
msgid "Help URL"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:18(para)
msgid "The following can easily be customized: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:65(title)
msgid "Logo and site colors"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:70(para)
msgid "Login screen: 365 x 50"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:73(para)
msgid "Logged in banner: 216 x 35"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:67(para)
msgid "Create two logo files, png format, with transparent backgrounds using the following sizes: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:79(para)
msgid "Upload your new images to the following location: <filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/</filename>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:84(para)
msgid "Create a CSS style sheet in the following directory: <filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/</filename>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:90(para)
msgid "Change the colors and image file names as appropriate, though the relative directory paths should be the same. The following example file shows you how to customize your CSS file:"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:128(para)
msgid "Open the following HTML template in an editor of your choice: <filename>/usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html</filename>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:133(para)
msgid "Add a line to include your newly created style sheet. For example <filename>custom.css</filename> file:"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:138(emphasis)
msgid "&lt;link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' /&gt;"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:142(para)
msgid "Restart the Apache service."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:145(para)
msgid "To view your changes simply reload your dashboard. If necessary go back and modify your CSS file as appropriate."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:151(para)
msgid "Set the HTML title, which appears at the top of the browser window, by adding the following line to <filename>local_settings.py</filename>: <placeholder-1/>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:159(para) ./doc/common/section_dashboard_customizing.xml:169(para) ./doc/common/section_dashboard_customizing.xml:179(para)
msgid "Restart Apache for this change to take effect."
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:165(para)
msgid "The logo also acts as a hyperlink. The default behavior is to redirect to <literal>horizon:user_home</literal>. To change this, add the following attribute to <filename>local_settings.py</filename>"
msgstr ""
#: ./doc/common/section_dashboard_customizing.xml:175(para)
msgid "By default the help URL points to <link xlink:href=\"http://docs.openstack.org\">http://docs.openstack.org</link>. Change this by editing the following arritbute to the URL of your choice in <filename>local_settings.py</filename>"
msgstr ""
#: ./doc/common/section_about-object-storage.xml:7(title)
msgid "Introduction to Object Storage"
msgstr ""
#: ./doc/common/section_about-object-storage.xml:8(para)
msgid "Object Storage is a robust, highly scalable and fault tolerant storage platform for unstructured data such as objects. Objects are stored bits, accessed through a RESTful, HTTP-based interface. You cannot access data at the block or file level. Object Storage is commonly used to archive and back up data, with use cases in virtual machine image, photo, video and music storage."
msgstr ""
#: ./doc/common/section_about-object-storage.xml:15(para)
msgid "Object Storage provides a high degree of availability, throughput, and performance with its scale out architecture. Each object is replicated across multiple servers, residing within the same data center or across data centers, which mitigates the risk of network and hardware failure. In the event of hardware failure, Object Storage will automatically copy objects to a new location to ensure that there are always three copies available. Object Storage is an eventually consistent distributed storage platform; it sacrifices consistency for maximum availability and partition tolerance. Object Storage enables you to create a reliable platform by using commodity hardware and inexpensive storage."
msgstr ""
#: ./doc/common/section_about-object-storage.xml:27(para)
msgid "For more information, review the key concepts in the developer documentation at <link xlink:href=\"http://docs.openstack.org/developer/swift/\">docs.openstack.org/developer/swift/</link>."
msgstr ""
#: ./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: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/manila-hpe3par.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/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/cinder-hpelefthand.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/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/manila-generic.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/cinder-hpe3par.xml:30(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/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-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) ./doc/common/tables/manual/keystone-saml-module.xml:10(th)
msgid "Configuration option = Default value"
msgstr ""
#: ./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/manila-hpe3par.xml:43(replaceable) ./doc/common/tables/manila-hpe3par.xml:51(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/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/cinder-hpelefthand.xml:47(replaceable) ./doc/common/tables/cinder-hpelefthand.xml:51(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/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:163(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/manila-generic.xml:55(replaceable) ./doc/common/tables/manila-generic.xml:79(replaceable) ./doc/common/tables/nova-neutron.xml:94(replaceable) ./doc/common/tables/nova-neutron.xml:114(replaceable) ./doc/common/tables/manila-share.xml:51(replaceable) ./doc/common/tables/manila-share.xml:59(replaceable) ./doc/common/tables/manila-share.xml:63(replaceable) ./doc/common/tables/manila-share.xml:67(replaceable) ./doc/common/tables/manila-share.xml:143(replaceable) ./doc/common/tables/manila-share.xml:147(replaceable) ./doc/common/tables/manila-share.xml:151(replaceable) ./doc/common/tables/manila-share.xml:159(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/cinder-hpe3par.xml:51(replaceable) ./doc/common/tables/cinder-hpe3par.xml:55(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/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-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:103(replaceable) ./doc/common/tables/manila-logging.xml:115(replaceable) ./doc/common/tables/manila-logging.xml:127(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: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/manila-zeromq.xml:75(td) ./doc/common/tables/manila-zeromq.xml:79(td) ./doc/common/tables/manila-zeromq.xml:83(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/manila-quota.xml:71(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/manila-hpe3par.xml:43(td) ./doc/common/tables/manila-hpe3par.xml:47(td) ./doc/common/tables/manila-hpe3par.xml:51(td) ./doc/common/tables/manila-hpe3par.xml:71(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/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/cinder-hpelefthand.xml:39(td) ./doc/common/tables/cinder-hpelefthand.xml:43(td) ./doc/common/tables/cinder-hpelefthand.xml:47(td) ./doc/common/tables/cinder-hpelefthand.xml:51(td) ./doc/common/tables/cinder-hpelefthand.xml:55(td) ./doc/common/tables/cinder-hpelefthand.xml:59(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/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/manila-common.xml:167(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/manila-generic.xml:39(td) ./doc/common/tables/manila-generic.xml:43(td) ./doc/common/tables/manila-generic.xml:47(td) ./doc/common/tables/manila-generic.xml:51(td) ./doc/common/tables/manila-generic.xml:55(td) ./doc/common/tables/manila-generic.xml:59(td) ./doc/common/tables/manila-generic.xml:63(td) ./doc/common/tables/manila-generic.xml:67(td) ./doc/common/tables/manila-generic.xml:71(td) ./doc/common/tables/manila-generic.xml:75(td) ./doc/common/tables/manila-generic.xml:79(td) ./doc/common/tables/manila-generic.xml:83(td) ./doc/common/tables/manila-generic.xml:87(td) ./doc/common/tables/manila-generic.xml:91(td) ./doc/common/tables/manila-generic.xml:95(td) ./doc/common/tables/manila-generic.xml:99(td) ./doc/common/tables/manila-generic.xml:103(td) ./doc/common/tables/manila-generic.xml:107(td) ./doc/common/tables/manila-generic.xml:111(td) ./doc/common/tables/manila-generic.xml:115(td) ./doc/common/tables/manila-generic.xml:119(td) ./doc/common/tables/manila-generic.xml:123(td) ./doc/common/tables/manila-generic.xml:127(td) ./doc/common/tables/manila-generic.xml:131(td) ./doc/common/tables/manila-generic.xml:135(td) ./doc/common/tables/manila-generic.xml:139(td) ./doc/common/tables/manila-generic.xml:143(td) ./doc/common/tables/manila-generic.xml:147(td) ./doc/common/tables/manila-generic.xml:151(td) ./doc/common/tables/manila-generic.xml:155(td) ./doc/common/tables/manila-generic.xml:159(td) ./doc/common/tables/manila-generic.xml:163(td) ./doc/common/tables/manila-generic.xml:167(td) ./doc/common/tables/manila-generic.xml:171(td) ./doc/common/tables/manila-generic.xml:175(td) ./doc/common/tables/manila-generic.xml:179(td) ./doc/common/tables/manila-generic.xml:183(td) ./doc/common/tables/manila-generic.xml:187(td) ./doc/common/tables/manila-generic.xml:191(td) ./doc/common/tables/manila-generic.xml:195(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:87(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/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/cinder-hpe3par.xml:43(td) ./doc/common/tables/cinder-hpe3par.xml:51(td) ./doc/common/tables/cinder-hpe3par.xml:55(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/manila-hds_hnas.xml:75(td) ./doc/common/tables/manila-hds_hnas.xml:79(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/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/manila-amqp.xml:55(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-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/manila-logging.xml:127(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) ./doc/common/tables/manual/keystone-saml-module.xml:19(td)
msgid "<placeholder-1/> = <placeholder-2/>"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) If passed, use fake network devices and addresses"
msgstr ""
#: ./doc/common/tables/nova-testing.xml:48(td)
msgid "(BoolOpt) Whether to log monkey patching"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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:79(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/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/cinder-hpelefthand.xml:39(replaceable) ./doc/common/tables/cinder-hpelefthand.xml:43(replaceable) ./doc/common/tables/cinder-hpelefthand.xml:55(replaceable) ./doc/common/tables/cinder-hpelefthand.xml:59(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-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:147(replaceable) ./doc/common/tables/manila-common.xml:151(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:71(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/manila-generic.xml:43(replaceable) ./doc/common/tables/manila-generic.xml:59(replaceable) ./doc/common/tables/manila-generic.xml:75(replaceable) ./doc/common/tables/manila-generic.xml:83(replaceable) ./doc/common/tables/manila-generic.xml:131(replaceable) ./doc/common/tables/manila-generic.xml:143(replaceable) ./doc/common/tables/manila-generic.xml:155(replaceable) ./doc/common/tables/manila-generic.xml:159(replaceable) ./doc/common/tables/manila-generic.xml:187(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:47(replaceable) ./doc/common/tables/manila-share.xml:55(replaceable) ./doc/common/tables/manila-share.xml:71(replaceable) ./doc/common/tables/manila-share.xml:91(replaceable) ./doc/common/tables/manila-share.xml:99(replaceable) ./doc/common/tables/manila-share.xml:103(replaceable) ./doc/common/tables/manila-share.xml:119(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/manila-hds_hnas.xml:75(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/manila-amqp.xml:55(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: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:56(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: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:44(td)
msgid "(StrOpt) Default notification level for outgoing notifications."
msgstr ""
#: ./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: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: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: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/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: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: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: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: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: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/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: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/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/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/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/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: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: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: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: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: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: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: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: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: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:104(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: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:107(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/aodh-logging.xml:82(td)
msgid "(StrOpt) Syslog facility to receive log lines."
msgstr ""
#: ./doc/common/tables/neutron-logging.xml:90(td)
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: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:83(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/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:131(replaceable) ./doc/common/tables/manila-common.xml:143(replaceable) ./doc/common/tables/manila-common.xml:167(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-generic.xml:67(replaceable) ./doc/common/tables/manila-share.xml:39(replaceable) ./doc/common/tables/manila-share.xml:107(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:111(replaceable) ./doc/common/tables/manila-logging.xml:119(replaceable) ./doc/common/tables/manila-logging.xml:123(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/aodh-logging.xml:86(td)
msgid "(BoolOpt) Log output to standard error."
msgstr ""
#: ./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/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: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:124(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: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 ""
#: ./doc/common/tables/cinder-openvstorage.xml:7(caption)
msgid "Description of Open vStorage driver configuration options"
msgstr ""
#: ./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/manila-hpe3par.xml:39(td) ./doc/common/tables/manila-hpe3par.xml:55(td) ./doc/common/tables/manila-hpe3par.xml:59(td) ./doc/common/tables/manila-hpe3par.xml:63(td) ./doc/common/tables/manila-hpe3par.xml:67(td) ./doc/common/tables/manila-hpe3par.xml:75(td) ./doc/common/tables/manila-hpe3par.xml:79(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:83(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/cinder-hpe3par.xml:39(td) ./doc/common/tables/cinder-hpe3par.xml:47(td) ./doc/common/tables/cinder-hpe3par.xml:59(td) ./doc/common/tables/cinder-hpe3par.xml:63(td) ./doc/common/tables/cinder-hpe3par.xml:67(td) ./doc/common/tables/cinder-hpe3par.xml:71(td) ./doc/common/tables/cinder-hpe3par.xml:75(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/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/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 "<placeholder-1/> = <replaceable/>"
msgstr ""
#: ./doc/common/tables/cinder-openvstorage.xml:22(td)
msgid "(StrOpt) Vpool to use for volumes - backend is defined by vpool not by us."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:8(literal)
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-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-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 <placeholder-1/> in <placeholder-2/>"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml:20(replaceable)
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: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:25(caption) ./doc/common/tables/ironic-console.xml:25(caption)
msgid "Description of console configuration options"
msgstr ""
#: ./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: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:59(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:44(td)
msgid "(StrOpt) Publicly visible name for this console host"
msgstr ""
#: ./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:155(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:48(td)
msgid "(IntOpt) How many seconds before deleting tokens"
msgstr ""
#: ./doc/common/tables/nova-console.xml:51(replaceable)
msgid "nova.consoleauth.manager.ConsoleAuthManager"
msgstr ""
#: ./doc/common/tables/nova-console.xml:52(td)
msgid "(StrOpt) Manager for console auth"
msgstr ""
#: ./doc/common/tables/nova-console.xml:55(th)
msgid "[mks]"
msgstr ""
#: ./doc/common/tables/nova-console.xml:59(td)
msgid "(BoolOpt) Enable MKS related features"
msgstr ""
#: ./doc/common/tables/nova-console.xml:62(replaceable)
msgid "http://127.0.0.1:6090/"
msgstr ""
#: ./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:25(caption)
msgid "Description of zones configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of federation configuration options"
msgstr ""
#: ./doc/common/tables/keystone-federation.xml:36(th)
msgid "[federation]"
msgstr ""
#: ./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: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:44(td)
msgid "(StrOpt) Entrypoint for the federation backend driver in the keystone.federation namespace."
msgstr ""
#: ./doc/common/tables/keystone-federation.xml:47(replaceable)
msgid "Federated"
msgstr ""
#: ./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: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:55(replaceable)
msgid "/etc/keystone/sso_callback_template.html"
msgstr ""
#: ./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: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: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: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/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/manila-generic.xml:71(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:40(td)
msgid "(IntOpt) Number of times to check if a volume exists."
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) The interval (in seconds) which periodic tasks are run."
msgstr ""
#: ./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: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: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: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: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:55(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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:159(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: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: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: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: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: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: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: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: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: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: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: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: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: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 ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:8(literal)
msgid "[storage-policy-0]"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:8(filename) ./doc/common/tables/swift-swift-swift-constraints.xml:8(filename) ./doc/common/tables/swift-swift-swift-hash.xml:8(filename) ./doc/common/tables/swift-swift-storage-policy-2.xml:8(filename) ./doc/common/tables/swift-swift-storage-policy-1.xml:8(filename)
msgid "swift.conf"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:20(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:40(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:44(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:64(replaceable) ./doc/common/tables/swift-dispersion-dispersion.xml:68(replaceable)
msgid "yes"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:21(td)
msgid "0 means to not use a per-disk thread pool. It is recommended to keep this value small, as large values can result in high read latencies due to large queue depths. A good starting point is 4 threads per disk."
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:24(replaceable)
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-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 ""
#: ./doc/common/tables/swift-swift-storage-policy-0.xml:28(replaceable) ./doc/common/tables/swift-swift-storage-policy-1.xml:24(replaceable)
msgid "replication"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:7(caption)
msgid "Description of ML2 BigSwitch mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:18(th) ./doc/common/tables/neutron-bigswitch.xml:18(th)
msgid "[NOVA]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:22(td) ./doc/common/tables/neutron-bigswitch.xml:22(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbg"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:26(td) ./doc/common/tables/neutron-bigswitch.xml:26(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbh"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:30(td) ./doc/common/tables/neutron-bigswitch.xml:30(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to binding_failed"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:34(td) ./doc/common/tables/neutron-bigswitch.xml:34(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to bridge"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:38(td) ./doc/common/tables/neutron-bigswitch.xml:38(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to distributed"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:42(td) ./doc/common/tables/neutron-bigswitch.xml:42(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to dvs"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:46(td) ./doc/common/tables/neutron-bigswitch.xml:46(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to hw_web"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:50(td) ./doc/common/tables/neutron-bigswitch.xml:50(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:54(td) ./doc/common/tables/neutron-bigswitch.xml:54(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to ib_hostdev"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:58(td) ./doc/common/tables/neutron-bigswitch.xml:58(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to iovisor"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:62(td) ./doc/common/tables/neutron-bigswitch.xml:62(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:66(td) ./doc/common/tables/neutron-bigswitch.xml:66(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:70(td) ./doc/common/tables/neutron-bigswitch.xml:70(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to other"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:74(td) ./doc/common/tables/neutron-bigswitch.xml:74(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:78(td) ./doc/common/tables/neutron-bigswitch.xml:78(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:82(td) ./doc/common/tables/neutron-bigswitch.xml:82(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to vhostuser"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:86(td) ./doc/common/tables/neutron-bigswitch.xml:86(td)
msgid "(ListOpt) Nova compute nodes to manually set VIF type to vrouter"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:89(replaceable) ./doc/common/tables/neutron-ml2_bigswitch.xml:167(replaceable) ./doc/common/tables/neutron-bigswitch.xml:89(replaceable) ./doc/common/tables/neutron-bigswitch.xml:167(replaceable)
msgid "ivs"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:90(td) ./doc/common/tables/neutron-bigswitch.xml:90(td)
msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:93(replaceable) ./doc/common/tables/neutron-bigswitch.xml:93(replaceable)
msgid "unbound, binding_failed, distributed, ovs, bridge, other, ivs, iovisor, vhostuser, dvs, 802.1qbg, 802.1qbh, hyperv, midonet, ib_hostdev, hw_web, vrouter"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:94(td) ./doc/common/tables/neutron-bigswitch.xml:94(td)
msgid "(ListOpt) List of allowed vif_type values."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:97(th) ./doc/common/tables/neutron-bigswitch.xml:97(th)
msgid "[RESTPROXY]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:101(td) ./doc/common/tables/neutron-bigswitch.xml:101(td)
msgid "(BoolOpt) Flag to decide if a route to the metadata server should be injected into the VM"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:105(td) ./doc/common/tables/neutron-bigswitch.xml:105(td)
msgid "(BoolOpt) If neutron fails to create a resource because the backend controller doesn't know of a dependency, the plugin automatically triggers a full data synchronization to the controller."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:109(td) ./doc/common/tables/neutron-bigswitch.xml:109(td)
msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:113(td) ./doc/common/tables/neutron-bigswitch.xml:113(td)
msgid "(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:116(replaceable) ./doc/common/tables/neutron-bigswitch.xml:116(replaceable)
msgid "neutron-ubuntu1404-master"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:117(td) ./doc/common/tables/neutron-bigswitch.xml:117(td)
msgid "(StrOpt) User defined identifier for this Neutron deployment"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:121(td) ./doc/common/tables/neutron-bigswitch.xml:121(td)
msgid "(BoolOpt) Disables SSL certificate validation for controllers"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:125(td) ./doc/common/tables/neutron-bigswitch.xml:125(td)
msgid "(StrOpt) The username and password for authenticating against the Big Switch or Floodlight controller."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:129(td) ./doc/common/tables/neutron-bigswitch.xml:129(td)
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: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:55(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:115(replaceable) ./doc/common/tables/manila-common.xml:119(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:155(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 ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:133(td) ./doc/common/tables/neutron-bigswitch.xml:133(td)
msgid "(IntOpt) Maximum number of seconds to wait for proxy request to connect and complete."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:136(replaceable) ./doc/common/tables/neutron-bigswitch.xml:136(replaceable)
msgid "localhost:8800"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:137(td) ./doc/common/tables/neutron-bigswitch.xml:137(td)
msgid "(ListOpt) A comma separated list of Big Switch or Floodlight servers and port numbers. The plugin proxies the requests to the Big Switch/Floodlight server, which performs the networking configuration. Only oneserver is needed per deployment, but you may wish todeploy multiple servers to support failover."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:140(replaceable) ./doc/common/tables/neutron-bigswitch.xml:140(replaceable)
msgid "/etc/neutron/plugins/bigswitch/ssl"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:141(td) ./doc/common/tables/neutron-bigswitch.xml:141(td)
msgid "(StrOpt) Directory containing ca_certs and host_certs certificate directories."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:145(td) ./doc/common/tables/neutron-bigswitch.xml:145(td)
msgid "(BoolOpt) Trust and store the first certificate received for each controller address and use it to validate future connections to that address."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:149(td) ./doc/common/tables/neutron-bigswitch.xml:149(td)
msgid "(BoolOpt) Sync data on connect"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:153(td) ./doc/common/tables/neutron-bigswitch.xml:153(td)
msgid "(IntOpt) Maximum number of threads to spawn to handle large volumes of port creations."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:156(th) ./doc/common/tables/neutron-bigswitch.xml:156(th)
msgid "[RESTPROXYAGENT]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:159(replaceable) ./doc/common/tables/nova-network.xml:179(replaceable) ./doc/common/tables/manila-generic.xml:111(replaceable) ./doc/common/tables/nova-neutron.xml:106(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 ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:160(td) ./doc/common/tables/neutron-bigswitch.xml:160(td)
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: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 ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:164(td) ./doc/common/tables/neutron-bigswitch.xml:164(td)
msgid "(IntOpt) Seconds between agent checks for port changes"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:168(td) ./doc/common/tables/neutron-bigswitch.xml:168(td)
msgid "(StrOpt) Virtual switch type."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:171(th) ./doc/common/tables/neutron-bigswitch.xml:171(th)
msgid "[ROUTER]"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:175(td) ./doc/common/tables/neutron-bigswitch.xml:175(td)
msgid "(IntOpt) Maximum number of router rules"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:178(replaceable) ./doc/common/tables/neutron-bigswitch.xml:178(replaceable)
msgid "['*:any:any:permit']"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bigswitch.xml:179(td) ./doc/common/tables/neutron-bigswitch.xml:179(td)
msgid "(MultiStrOpt) The default router rules installed in new tenant routers. Repeat the config option for each rule. Format is &lt;tenant&gt;:&lt;source&gt;:&lt;destination&gt;:&lt;action&gt; Use an * to specify default for all tenants."
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) List IP addresses that match this regular expression."
msgstr ""
#: ./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: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: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: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: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:55(replaceable) ./doc/common/tables/ironic-conductor.xml:107(replaceable)
msgid "ALL"
msgstr ""
#: ./doc/common/tables/trove-compute.xml:56(td)
msgid "(ListOpt) Permissions to grant to the 'root' user."
msgstr ""
#: ./doc/common/tables/trove-compute.xml:60(td)
msgid "(BoolOpt) Assign the 'root' user GRANT permissions."
msgstr ""
#: ./doc/common/tables/ceilometer-debug.xml:40(td)
msgid "(BoolOpt) Allow novaclient's debug log output."
msgstr ""
#: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:8(literal) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:8(literal)
msgid "[filter-catch_errors]"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:8(filename) ./doc/common/tables/swift-object-expirer-DEFAULT.xml:8(filename) ./doc/common/tables/swift-object-expirer-pipeline-main.xml:8(filename) ./doc/common/tables/swift-object-expirer-object-expirer.xml:8(filename) ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(filename) ./doc/common/tables/swift-object-expirer-filter-cache.xml:8(filename) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:8(filename)
msgid "object-expirer.conf"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml:20(replaceable) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:40(replaceable) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:20(replaceable)
msgid "egg:swift#catch_errors"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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 ""
#: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:8(literal)
msgid "[filter-list-endpoints]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:20(replaceable)
msgid "/endpoints/"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml:24(replaceable)
msgid "egg:swift#list_endpoints"
msgstr ""
#: ./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:36(th) ./doc/common/tables/sahara-clients.xml:130(th)
msgid "[swift]"
msgstr ""
#: ./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:40(td)
msgid "(IntOpt) Maximum number of times to retry a Swift request, before failing."
msgstr ""
#: ./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: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: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: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: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: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: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: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 ""
#: ./doc/common/tables/neutron-fwaas_ngfw.xml:7(caption)
msgid "Description of FWaaS NGFW plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_ngfw.xml:18(th)
msgid "[ngfw]"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_ngfw.xml:22(td)
msgid "(StrOpt) Authentication key to SMC API"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_ngfw.xml:26(td)
msgid "(StrOpt) verion of SMC API"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_ngfw.xml:30(td)
msgid "(StrOpt) URL to contact SMC server"
msgstr ""
#: ./doc/common/tables/trove-dns.xml:25(caption)
msgid "Description of DNS configuration options"
msgstr ""
#: ./doc/common/tables/trove-dns.xml:40(td)
msgid "(StrOpt) Tenant ID for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:44(td)
msgid "(StrOpt) Authentication URL for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:48(td)
msgid "(StrOpt) Domain ID used for adding DNS entries."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:52(td)
msgid "(StrOpt) Domain name used for adding DNS entries."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:55(replaceable)
msgid "trove.dns.driver.DnsDriver"
msgstr ""
#: ./doc/common/tables/trove-dns.xml:56(td)
msgid "(StrOpt) Driver for DNSaaS."
msgstr ""
#: ./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:60(td)
msgid "(StrOpt) Endpoint URL for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:64(td)
msgid "(StrOpt) Hostname used for adding DNS entries."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:67(replaceable)
msgid "trove.dns.driver.DnsInstanceEntryFactory"
msgstr ""
#: ./doc/common/tables/trove-dns.xml:68(td)
msgid "(StrOpt) Factory for adding DNS entries."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:72(td)
msgid "(StrOpt) Management URL for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:76(td)
msgid "(StrOpt) Passkey for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:80(td)
msgid "(StrOpt) Region name for DNSaaS."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:84(td)
msgid "(StrOpt) Service Type for DNSaaS."
msgstr ""
#: ./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-generic.xml:95(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:88(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a DNS entry add."
msgstr ""
#: ./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-generic.xml:99(replaceable) ./doc/common/tables/manila-share.xml:87(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:92(td)
msgid "(IntOpt) Time (in seconds) before a refresh of DNS information occurs."
msgstr ""
#: ./doc/common/tables/trove-dns.xml:96(td)
msgid "(StrOpt) Username for DNSaaS."
msgstr ""
#: ./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:25(caption) ./doc/common/tables/ironic-ipmi.xml:25(caption)
msgid "Description of IPMI configuration options"
msgstr ""
#: ./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:40(td)
msgid "(IntOpt) Number of retries upon Intel Node Manager initialization failure"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:25(caption)
msgid "Description of Windows configuration options"
msgstr ""
#: ./doc/common/tables/cinder-windows.xml:39(replaceable)
msgid "C:\\iSCSIVirtualDisks"
msgstr ""
#: ./doc/common/tables/cinder-windows.xml:40(td)
msgid "(StrOpt) Path to store VHD backed volumes"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Default region name used to get services endpoints."
msgstr ""
#: ./doc/common/tables/heat-clients.xml:43(th)
msgid "[clients]"
msgstr ""
#: ./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: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: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: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: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/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: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:40(td) ./doc/common/tables/glance-sheepdog.xml:40(td)
msgid "(StrOpt) IP address of sheep daemon."
msgstr ""
#: ./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:44(td) ./doc/common/tables/glance-sheepdog.xml:48(td)
msgid "(IntOpt) Port of sheep daemon."
msgstr ""
#: ./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: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: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: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: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:51(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: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:52(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: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:56(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: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:60(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: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:63(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: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:64(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: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:67(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: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:68(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: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:80(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: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:84(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: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: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: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: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: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: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: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: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: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: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/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: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:63(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: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:64(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: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:67(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: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:68(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: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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:25(caption)
msgid "Description of AMT configuration options"
msgstr ""
#: ./doc/common/tables/ironic-amt.xml:36(th)
msgid "[amt]"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Maximum number of times to attempt an AMT operation, before failing"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Protocol used for AMT endpoint, support http/https"
msgstr ""
#: ./doc/common/tables/manila-database.xml:25(caption)
msgid "Description of Database configuration options"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) The backend to use for database."
msgstr ""
#: ./doc/common/tables/manila-database.xml:43(replaceable)
msgid "manila.db"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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:111(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: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:112(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: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: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: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: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: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: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: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: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:120(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: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: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: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: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: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:25(caption)
msgid "Description of RADOS Block Devices (RBD) configuration options"
msgstr ""
#: ./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:40(td)
msgid "(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value &lt;= 0, no timeout is set and default librados value is used."
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Ceph configuration file path. If &lt;None&gt;, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.&lt;USER&gt; section"
msgstr ""
#: ./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: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:52(td)
msgid "(StrOpt) RADOS pool in which images are stored."
msgstr ""
#: ./doc/common/tables/glance-rbd.xml:56(td)
msgid "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If &lt;None&gt;, a default will be chosen based on the client. section in rbd_store_ceph_conf)"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:7(caption)
msgid "Description of LBaaS agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:21(replaceable) ./doc/common/tables/neutron-lbaas.xml:33(replaceable) ./doc/common/tables/neutron-common.xml:193(replaceable)
msgid "40"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:22(td) ./doc/common/tables/neutron-lbaas.xml:34(td) ./doc/common/tables/neutron-common.xml:194(td)
msgid "(IntOpt) Seconds between running periodic tasks"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:26(td) ./doc/common/tables/neutron-lbaas_services.xml:38(td) ./doc/common/tables/neutron-lbaas.xml:22(td) ./doc/common/tables/neutron-common.xml:154(td)
msgid "(StrOpt) The driver used to manage the virtual interface."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:34(td) ./doc/common/tables/neutron-openvswitch_agent.xml:26(td)
msgid "(BoolOpt) Uses veth for an interface or not"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:37(replaceable) ./doc/common/tables/neutron-common.xml:85(replaceable)
msgid "['neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver']"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:38(td) ./doc/common/tables/neutron-common.xml:86(td)
msgid "(MultiStrOpt) Drivers used to manage loadbalancing devices"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:41(th) ./doc/common/tables/neutron-lbaas_services.xml:18(th)
msgid "[haproxy]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:44(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:29(replaceable)
msgid "$state_path/lbaas"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:45(td) ./doc/common/tables/neutron-lbaas_services.xml:30(td)
msgid "(StrOpt) Location to store config and state files"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:49(td) ./doc/common/tables/neutron-lbaas_services.xml:22(td)
msgid "(IntOpt) When delete and re-add the same vip, send this many gratuitous ARPs to flush the ARP cache in the Router. Set it below or equal to 0 to disable this feature."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:52(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:25(replaceable)
msgid "nogroup"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_agent.xml:53(td) ./doc/common/tables/neutron-lbaas_services.xml:26(td)
msgid "(StrOpt) The user group"
msgstr ""
#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:8(literal) ./doc/common/tables/swift-object-server-filter-xprofile.xml:8(literal) ./doc/common/tables/swift-account-server-filter-xprofile.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:8(literal)
msgid "[filter-xprofile]"
msgstr ""
#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:8(filename) ./doc/common/tables/swift-container-server-container-sync.xml:8(filename) ./doc/common/tables/swift-container-server-filter-recon.xml:8(filename) ./doc/common/tables/swift-container-server-container-auditor.xml:8(filename) ./doc/common/tables/swift-container-server-app-container-server.xml:8(filename) ./doc/common/tables/swift-container-server-DEFAULT.xml:8(filename) ./doc/common/tables/swift-container-server-container-updater.xml:8(filename) ./doc/common/tables/swift-container-server-pipeline-main.xml:8(filename) ./doc/common/tables/swift-container-server-container-replicator.xml:8(filename) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:8(filename)
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:249(replaceable)
msgid "5.0"
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 ""
#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:36(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:36(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:36(replaceable)
msgid "/__profile__"
msgstr ""
#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:40(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:40(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:40(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:40(replaceable)
msgid "eventlet.green.profile"
msgstr ""
#: ./doc/common/tables/swift-container-server-filter-xprofile.xml:48(replaceable) ./doc/common/tables/swift-object-server-filter-xprofile.xml:48(replaceable) ./doc/common/tables/swift-account-server-filter-xprofile.xml:48(replaceable) ./doc/common/tables/swift-proxy-server-filter-xprofile.xml:48(replaceable)
msgid "egg:swift#xprofile"
msgstr ""
#: ./doc/common/tables/cinder-zoning.xml:25(caption)
msgid "Description of zoning configuration options"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) FC Zoning mode configured"
msgstr ""
#: ./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: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:50(replaceable)
msgid "cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService"
msgstr ""
#: ./doc/common/tables/cinder-zoning.xml:51(td)
msgid "(StrOpt) FC SAN Lookup Service"
msgstr ""
#: ./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:55(td)
msgid "(StrOpt) FC Zone Driver responsible for zone management"
msgstr ""
#: ./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:59(td)
msgid "(StrOpt) Zoning policy configured by user; valid values include \"initiator-target\" or \"initiator\""
msgstr ""
#: ./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:39(replaceable)
msgid "134217728"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Ceph configuration file to use."
msgstr ""
#: ./doc/common/tables/cinder-backups_ceph.xml:47(replaceable)
msgid "backups"
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) RBD stripe count to use when creating a backup image."
msgstr ""
#: ./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:59(replaceable) ./doc/common/tables/manila-generic.xml:51(replaceable) ./doc/common/tables/ceilometer-exchange.xml:43(replaceable)
msgid "cinder"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of Cloudformation-compatible API configuration options"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Instance connection to CFN/CW API via https."
msgstr ""
#: ./doc/common/tables/heat-cfn_api.xml:47(th)
msgid "[heat_api_cfn]"
msgstr ""
#: ./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: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: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:58(replaceable)
msgid "8000"
msgstr ""
#: ./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: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: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: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: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: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: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:25(caption)
msgid "Description of Lenovo volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-lenovo.xml:40(td)
msgid "(StrOpt) Lenovo api interface protocol."
msgstr ""
#: ./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: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: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:48(td)
msgid "(StrOpt) linear (for VDisk) or virtual (for Pool)."
msgstr ""
#: ./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:56(td)
msgid "(BoolOpt) Whether to verify Lenovo array SSL certificate."
msgstr ""
#: ./doc/common/tables/cinder-lenovo.xml:60(td)
msgid "(StrOpt) Lenovo array SSL certificate path."
msgstr ""
#: ./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) ./doc/common/tables/manual/keystone-saml-module.xml:5(caption)
msgid "Description of authorization configuration options"
msgstr ""
#: ./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: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:43(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:70(replaceable) ./doc/common/tables/manila-generic.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: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:48(td) ./doc/common/tables/aodh-auth.xml:30(td)
msgid "(StrOpt) Certificate chain for SSL validation."
msgstr ""
#: ./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: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: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: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: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: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 ""
#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:8(literal) ./doc/common/tables/swift-account-server-pipeline-main.xml:8(literal) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:8(literal) ./doc/common/tables/swift-proxy-server-pipeline-main.xml:8(literal) ./doc/common/tables/swift-internal-client-pipeline-main.xml:8(literal) ./doc/common/tables/swift-object-server-pipeline-main.xml:8(literal) ./doc/common/tables/swift-container-server-pipeline-main.xml:8(literal)
msgid "[pipeline-main]"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-pipeline-main.xml:20(replaceable) ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:20(replaceable) ./doc/common/tables/swift-internal-client-pipeline-main.xml:20(replaceable)
msgid "catch_errors proxy-logging cache proxy-server"
msgstr ""
#: ./doc/common/tables/swift-account-server-pipeline-main.xml:8(filename) ./doc/common/tables/swift-account-server-account-reaper.xml:8(filename) ./doc/common/tables/swift-account-server-DEFAULT.xml:8(filename) ./doc/common/tables/swift-account-server-account-auditor.xml:8(filename) ./doc/common/tables/swift-account-server-filter-recon.xml:8(filename) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:8(filename) ./doc/common/tables/swift-account-server-app-account-server.xml:8(filename) ./doc/common/tables/swift-account-server-filter-xprofile.xml:8(filename) ./doc/common/tables/swift-account-server-account-replicator.xml:8(filename)
msgid "account-server.conf"
msgstr ""
#: ./doc/common/tables/swift-account-server-pipeline-main.xml:20(replaceable)
msgid "healthcheck recon account-server"
msgstr ""
#: ./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: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: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: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: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:88(td) ./doc/common/tables/cinder-zfssa-nfs.xml:84(td)
msgid "(IntOpt) REST connection timeout. (seconds)"
msgstr ""
#: ./doc/common/tables/nova-fping.xml:25(caption)
msgid "Description of fping configuration options"
msgstr ""
#: ./doc/common/tables/nova-fping.xml:39(replaceable)
msgid "/usr/sbin/fping"
msgstr ""
#: ./doc/common/tables/nova-fping.xml:40(td)
msgid "(StrOpt) Full path to fping."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:7(caption)
msgid "Description of L3 agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:21(replaceable)
msgid "legacy"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:22(td)
msgid "(StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack)"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:26(td)
msgid "(BoolOpt) Automatically remove networks from offline DHCP agents."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:30(td)
msgid "(BoolOpt) Automatically reschedule routers from offline L3 agents to online L3 agents."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:34(td)
msgid "(BoolOpt) Allow running metadata proxy."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:38(td)
msgid "(BoolOpt) Define the default value of enable_snat if not provided in external_gateway_info."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:41(replaceable)
msgid "0x2"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:42(td)
msgid "(StrOpt) Iptables mangle mark used to mark ingress from external network. This mark will be masked with 0xffff so that only the lower 16 bits will be used."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:45(replaceable)
msgid "br-ex"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:46(td)
msgid "(StrOpt) Name of bridge used for external network traffic."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:50(td)
msgid "(StrOpt) UUID of external network for routers implemented by the agents."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:53(replaceable)
msgid "$state_path/ha_confs"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:54(td)
msgid "(StrOpt) Location to store keepalived/conntrackd config files"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:58(td)
msgid "(IntOpt) The advertisement interval in seconds"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:62(td)
msgid "(StrOpt) VRRP authentication password"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:65(replaceable)
msgid "PASS"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:66(td)
msgid "(StrOpt) VRRP authentication type"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:70(td)
msgid "(BoolOpt) Agent should implement routers with no gateway"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:74(td)
msgid "(StrOpt) With IPv6, the network used for the external gateway does not need to have an associated subnet, since the automatically assigned link-local address (LLA) can be used. However, an IPv6 gateway address is needed for use as the next-hop for the default route. If no IPv6 gateway address is configured here, (and only then) the neutron router will be configured to get its default route from router advertisements (RAs) from the upstream router; in which case the upstream router must also be configured to send these RAs. The ipv6_gateway, when configured, should be the LLA of the interface on the upstream router. If a next-hop using a global unique address (GUA) is desired, it needs to be done via a subnet allocated to the network and not through this parameter."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:78(td)
msgid "(BoolOpt) Enable HA mode for virtual routers."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:81(replaceable)
msgid "169.254.192.0/18"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:82(td)
msgid "(StrOpt) Subnet used for the l3 HA admin network."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:86(td)
msgid "(StrOpt) The physical network name with which the HA network can be created."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:90(td)
msgid "(StrOpt) The network type to use when creating the HA network for an HA router. By default or if empty, the first 'tenant_network_types' is used. This is helpful when the VRRP traffic should use a specific network which is not the default one."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:94(td)
msgid "(IntOpt) Maximum number of agents on which a router will be scheduled."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:98(td)
msgid "(IntOpt) Minimum number of agents on which a router will be scheduled."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:102(td)
msgid "(StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:106(td)
msgid "(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal to 0, the feature is disabled"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:109(th) ./doc/common/tables/neutron-hyperv_agent.xml:18(th) ./doc/common/tables/neutron-ml2_ofa.xml:18(th) ./doc/common/tables/neutron-agent.xml:37(th) ./doc/common/tables/neutron-metering_agent.xml:29(th) ./doc/common/tables/neutron-common.xml:217(th) ./doc/common/tables/neutron-nvsd.xml:18(th) ./doc/common/tables/neutron-openvswitch_agent.xml:33(th)
msgid "[AGENT]"
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:113(td)
msgid "(BoolOpt) Add comments to iptables rules."
msgstr ""
#: ./doc/common/tables/neutron-l3_agent.xml:117(td)
msgid "(BoolOpt) Use the root helper to read the namespaces from the operating system."
msgstr ""
#: ./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: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: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:36(th) ./doc/common/tables/ceilometer-api.xml:75(th)
msgid "[api]"
msgstr ""
#: ./doc/common/tables/aodh-api.xml:22(td)
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:39(replaceable)
msgid "api_paste.ini"
msgstr ""
#: ./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:99(td)
msgid "(BoolOpt) Toggle Pecan Debug Middleware."
msgstr ""
#: ./doc/common/tables/aodh-api.xml:33(replaceable)
msgid "8042"
msgstr ""
#: ./doc/common/tables/aodh-api.xml:34(td)
msgid "(IntOpt) The port for the aodh API server."
msgstr ""
#: ./doc/common/tables/aodh-api.xml:38(td)
msgid "(IntOpt) Number of workers for aodh API server."
msgstr ""
#: ./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: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: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: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: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 ""
#: ./doc/common/tables/swift-object-server-filter-xprofile.xml:8(filename) ./doc/common/tables/swift-object-server-app-object-server.xml:8(filename) ./doc/common/tables/swift-object-server-object-replicator.xml:8(filename) ./doc/common/tables/swift-object-server-object-reconstructor.xml:8(filename) ./doc/common/tables/swift-object-server-DEFAULT.xml:8(filename) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:8(filename) ./doc/common/tables/swift-object-server-object-auditor.xml:8(filename) ./doc/common/tables/swift-object-server-pipeline-main.xml:8(filename) ./doc/common/tables/swift-object-server-object-updater.xml:8(filename) ./doc/common/tables/swift-object-server-filter-recon.xml:8(filename)
msgid "object-server.conf"
msgstr ""
#: ./doc/common/tables/heat-clients_nova.xml:25(caption)
msgid "Description of nova clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_nova.xml:36(th)
msgid "[clients_nova]"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:8(literal)
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: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 ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:21(td)
msgid "The backwards compatible behavior can be disabled by setting this option to False."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:26(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:21(td)
msgid "This option allows middleware higher in the WSGI pipeline to override auth processing, useful for middleware such as tempurl and formpost. If you know you are not going to use such middleware and you want a bit of extra security, you can set this to False."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:33(td)
msgid "Name of the default domain. It is identified by its UUID, which by default has the value \"default\"."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:37(td)
msgid "If this option is set to True, it allows to give a user whose username is the same as the project name and who has any role in the project access rights elevated to be the same as if the user had one of the operator_roles. Note that the condition compares names rather than UUIDs. This option is deprecated. It is False by default."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:41(replaceable)
msgid "admin, swiftoperator"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:42(td)
msgid "Operator role defines the user which is allowed to manage a tenant and create containers or give ACL to others. This parameter may be prefixed with an appropriate prefix."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:46(replaceable)
msgid "ResellerAdmin"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:47(td)
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:28(replaceable) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:35(replaceable)
msgid "AUTH"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:51(td) ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:36(td)
msgid "The naming scope for the auth service. Swift"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:55(td)
msgid "When present, this option requires that the X-Service-Token header supplies a token from a user who has a role listed in service_roles. This parameter may be prefixed with an appropriate prefix."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml:59(replaceable)
msgid "egg:swift#keystoneauth"
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:7(caption)
msgid "Description of ML2 NCS mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:18(th)
msgid "[ml2_ncs]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:22(td) ./doc/common/tables/neutron-ml2_odl.xml:45(td)
msgid "(StrOpt) HTTP password for authentication"
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:26(td) ./doc/common/tables/neutron-ml2_odl.xml:53(td)
msgid "(IntOpt) HTTP timeout in seconds."
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:30(td)
msgid "(StrOpt) HTTP URL of Tail-f NCS REST interface."
msgstr ""
#: ./doc/common/tables/neutron-ml2_ncs.xml:34(td) ./doc/common/tables/neutron-ml2_odl.xml:61(td)
msgid "(StrOpt) HTTP username for authentication"
msgstr ""
#: ./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:108(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:112(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:116(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:120(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 ""
#: ./doc/common/tables/neutron-ovn.xml:18(th)
msgid "[ovn]"
msgstr ""
#: ./doc/common/tables/neutron-ovn.xml:21(replaceable)
msgid "log"
msgstr ""
#: ./doc/common/tables/neutron-ovn.xml:22(td)
msgid "(StrOpt) The synchronization mode of OVN with Neutron DB. off - synchronization is off log - during neutron-server startup, check to see if OVN is in sync with the Neutron database. Log warnings for any inconsistencies found so that an admin can investigate repair - during neutron-server startup, automatically create resources found in Neutron but not in OVN. Also remove resources from OVN that are no longer in Neutron."
msgstr ""
#: ./doc/common/tables/neutron-ovn.xml:28(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:131(replaceable)
msgid "tcp:127.0.0.1:6640"
msgstr ""
#: ./doc/common/tables/neutron-ovn.xml:29(td) ./doc/common/tables/neutron-openvswitch_agent.xml:132(td)
msgid "(StrOpt) The connection string for the native OVSDB backend"
msgstr ""
#: ./doc/common/tables/neutron-ovn.xml:33(td)
msgid "(IntOpt) Timeout in seconds for the OVSDB connection transaction"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:7(caption)
msgid "Description of FUJITSU Converged Fabric Switch configuration options"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:18(th)
msgid "[fujitsu_cfab]"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:22(td)
msgid "(StrOpt) The address of the C-Fabric to telnet to."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:26(td)
msgid "(StrOpt) The C-Fabric password to use."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:30(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;vfab_id&gt; tuples specifying physical_network names and corresponding vfab ids."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:34(td)
msgid "(StrOpt) The prefix string for pprofile name."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:38(td)
msgid "(BoolOpt) Whether to save configuration."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:42(td)
msgid "(BoolOpt) Whether to share a C-Fabric pprofile among Neutron ports using the same VLAN ID."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_cfab.xml:46(td)
msgid "(StrOpt) The C-Fabric username to use."
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:7(caption)
msgid "Description of ML2 Brocade MLX ICX mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:18(th)
msgid "[ml2_brocade_fi_ni]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade_fi_ni.xml:22(td) ./doc/common/tables/neutron-l3_brocade_mlx.xml:45(td)
msgid "(StrOpt) Switches connected to the compute nodes"
msgstr ""
#: ./doc/common/tables/neutron-opencontrail.xml:7(caption)
msgid "Description of OpenContrail configuration options"
msgstr ""
#: ./doc/common/tables/neutron-opencontrail.xml:18(th)
msgid "[CONTRAIL]"
msgstr ""
#: ./doc/common/tables/neutron-opencontrail.xml:22(td)
msgid "(StrOpt) IP address to connect to opencontrail controller"
msgstr ""
#: ./doc/common/tables/neutron-opencontrail.xml:25(replaceable) ./doc/common/tables/neutron-nvsd.xml:36(replaceable) ./doc/common/tables/neutron-bagpipe.xml:25(replaceable)
msgid "8082"
msgstr ""
#: ./doc/common/tables/neutron-opencontrail.xml:26(td)
msgid "(IntOpt) Port to connect to opencontrail controller"
msgstr ""
#: ./doc/common/tables/ceilometer-alarm.xml:25(caption)
msgid "Description of alarm configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-alarm.xml:36(th)
msgid "[alarm]"
msgstr ""
#: ./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: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:44(td) ./doc/common/tables/aodh-common.xml:26(td)
msgid "(IntOpt) Period of evaluation cycle, should be &gt;= than configured pipeline interval for collection of underlying meters."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages."
msgstr ""
#: ./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:56(td) ./doc/common/tables/aodh-common.xml:70(td)
msgid "(BoolOpt) Record alarm change events."
msgstr ""
#: ./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: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: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: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: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: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:40(td)
msgid "(IntOpt) Default maximum volume size (in GB) for an instance."
msgstr ""
#: ./doc/common/tables/trove-quota.xml:43(replaceable) ./doc/common/tables/manila-quota.xml:59(replaceable) ./doc/common/tables/manila-quota.xml:67(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:44(td)
msgid "(IntOpt) Default maximum number of backups created by a tenant."
msgstr ""
#: ./doc/common/tables/trove-quota.xml:48(td)
msgid "(IntOpt) Default maximum number of instances per tenant."
msgstr ""
#: ./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:55(replaceable)
msgid "trove.quota.quota.DbQuotaDriver"
msgstr ""
#: ./doc/common/tables/trove-quota.xml:56(td) ./doc/common/tables/manila-quota.xml:48(td)
msgid "(StrOpt) Default driver to use for quota checks."
msgstr ""
#: ./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: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: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: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: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: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:25(caption)
msgid "Description of HP MSA volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-hpmsa.xml:40(td)
msgid "(StrOpt) HPMSA API interface protocol."
msgstr ""
#: ./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:56(td)
msgid "(BoolOpt) Whether to verify HPMSA array SSL certificate."
msgstr ""
#: ./doc/common/tables/cinder-hpmsa.xml:60(td)
msgid "(StrOpt) HPMSA array SSL certificate path."
msgstr ""
#: ./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: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: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: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: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: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: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: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/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: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: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: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:25(caption)
msgid "Description of Tintri volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-tintri.xml:39(replaceable)
msgid "v310"
msgstr ""
#: ./doc/common/tables/cinder-tintri.xml:40(td)
msgid "(StrOpt) API version for the storage system"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Password for the storage system"
msgstr ""
#: ./doc/common/tables/cinder-tintri.xml:52(td)
msgid "(StrOpt) User name for the storage system"
msgstr ""
#: ./doc/common/tables/swift-swift-swift-constraints.xml:8(literal)
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-quota.xml:43(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 ""
#: ./doc/common/tables/swift-swift-swift-constraints.xml:21(td)
msgid "The default (and maximum) number of items returned for an account listing request."
msgstr ""
#: ./doc/common/tables/swift-swift-swift-constraints.xml:25(td)
msgid "The default (and maximum) number of items returned for a container listing request."
msgstr ""
#: ./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: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: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:40(replaceable)
msgid "5368709122"
msgstr ""
#: ./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: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:57(replaceable) ./doc/common/tables/manila-share.xml:115(replaceable)
msgid "90"
msgstr ""
#: ./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: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: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: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: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: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: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:81(replaceable)
msgid "v0,v1,v2"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:8(literal)
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:43(replaceable) ./doc/common/tables/swift-account-server-app-account-server.xml:20(replaceable)
msgid "."
msgstr ""
#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:21(td) ./doc/common/tables/swift-object-server-app-object-server.xml:25(td) ./doc/common/tables/swift-container-server-app-container-server.xml:25(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:29(td) ./doc/common/tables/swift-account-server-app-account-server.xml:21(td)
msgid "Prefix to use when automatically creating accounts"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:25(td) ./doc/common/tables/swift-dispersion-dispersion.xml:37(td) ./doc/common/tables/swift-account-server-account-reaper.xml:21(td) ./doc/common/tables/swift-object-server-object-replicator.xml:21(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:21(td) ./doc/common/tables/swift-object-server-object-auditor.xml:25(td) ./doc/common/tables/swift-container-server-container-updater.xml:26(td) ./doc/common/tables/swift-object-server-object-updater.xml:21(td) ./doc/common/tables/swift-container-server-container-replicator.xml:21(td) ./doc/common/tables/swift-account-server-account-replicator.xml:21(td)
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: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-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 ""
#: ./doc/common/tables/swift-object-expirer-object-expirer.xml:37(td)
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: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: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: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: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: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:51(replaceable) ./doc/common/tables/manila-quota.xml:63(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: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:44(td)
msgid "(IntOpt) Maximum depth allowed when using nested stacks."
msgstr ""
#: ./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:51(replaceable) ./doc/common/tables/neutron-hyperv_agent.xml:29(replaceable) ./doc/common/tables/manila-zeromq.xml:47(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-generic.xml:127(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:52(td)
msgid "(IntOpt) Maximum number of stacks any one tenant may have active at one time."
msgstr ""
#: ./doc/common/tables/heat-quota.xml:55(replaceable)
msgid "524288"
msgstr ""
#: ./doc/common/tables/heat-quota.xml:56(td)
msgid "(IntOpt) Maximum raw byte size of any template."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:7(caption)
msgid "Description of HyperV agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:22(td)
msgid "(BoolOpt) Enables metrics collections for switch ports 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/neutron-hyperv_agent.xml:25(replaceable)
msgid "private"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:26(td)
msgid "(StrOpt) Private vswitch name used for local networks"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:30(td)
msgid "(IntOpt) Specifies the maximum number of retries to enable Hyper-V's port metrics collection. The agent will try to enable the feature once every polling_interval period for at most metrics_max_retries or until it succeedes."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:33(replaceable)
msgid "169.254.169.254"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:34(td)
msgid "(StrOpt) Specifies the address which will serve the metadata for the instance."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:38(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;vswitch&gt; where the physical networks can be expressed with wildcards, e.g.: .\"*:external\""
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:42(td) ./doc/common/tables/neutron-vmware.xml:61(td)
msgid "(IntOpt) The number of seconds the agent will wait between polling for local device changes."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:45(th)
msgid "[NVGRE]"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:49(td)
msgid "(BoolOpt) Enables Hyper-V NVGRE. Requires Windows Server 2012 or above."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:53(td)
msgid "(StrOpt) Specifies the tunnel IP which will be used and reported by this host for NVGRE networks."
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:57(td)
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: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: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: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:71(td)
msgid "(StrOpt) auth url for connecting to neutron in admin context"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:75(td)
msgid "(StrOpt) password for connecting to neutron in admin context"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:79(td)
msgid "(StrOpt) tenant name for connecting to neutron in admin context"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:83(td)
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: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 ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:87(td)
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: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:123(td)
msgid "(StrOpt) URL for connecting to neutron"
msgstr ""
#: ./doc/common/tables/neutron-hyperv_agent.xml:95(td)
msgid "(IntOpt) timeout value for connecting to neutron in seconds"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:7(caption)
msgid "Description of Cisco configuration options"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:18(th)
msgid "[cfg_agent]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:22(td)
msgid "(IntOpt) Time in seconds for connecting to a hosting device"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:25(replaceable)
msgid "neutron_fwaas.services.firewall.drivers.cisco.csr_firewall_svc_helper.CsrFirewallServiceHelper"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:26(td)
msgid "(StrOpt) Path of the firewall service helper class."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:30(td)
msgid "(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:33(replaceable)
msgid "networking_cisco.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:34(td)
msgid "(StrOpt) Path of the routing service helper class."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:38(td)
msgid "(IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:41(th)
msgid "[cisco_csr_ipsec]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:45(td)
msgid "(IntOpt) Status check interval for Cisco CSR IPSec connections"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:48(th)
msgid "[general]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:52(td)
msgid "(IntOpt) Time in seconds between renewed scheduling attempts of non-scheduled routers."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:56(td)
msgid "(IntOpt) Seconds of no status update until a cfg agent is considered down."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:59(replaceable)
msgid "mgmt_sec_grp"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:60(td)
msgid "(StrOpt) Default security group applied on management port. Default value is mgmt_sec_grp."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:64(td)
msgid "(BoolOpt) Ensure that Nova is running before attempting to create any VM."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:67(replaceable)
msgid "L3AdminTenant"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:68(td)
msgid "(StrOpt) Name of the L3 admin tenant."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:71(replaceable)
msgid "osn_mgmt_nw"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:72(td)
msgid "(StrOpt) Name of management network for device configuration. Default value is osn_mgmt_nw"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:75(replaceable)
msgid "/opt/stack/data/neutron/cisco/config_drive"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:76(td)
msgid "(StrOpt) Path to config drive files for service VM instances."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:79(replaceable)
msgid "/opt/stack/data/neutron/cisco/templates"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:80(td)
msgid "(StrOpt) Path to templates for hosting devices."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:83(th)
msgid "[hosting_devices]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:86(replaceable)
msgid "420"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:87(td)
msgid "(IntOpt) Booting time in seconds before a CSR1kv becomes operational."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:90(replaceable)
msgid "networking_cisco.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:91(td)
msgid "(StrOpt) Config agent driver for CSR1kv."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:94(replaceable)
msgid "csr1kv_cfg_template"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:95(td)
msgid "(StrOpt) CSR1kv configdrive template file."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:98(replaceable)
msgid "networking_cisco.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:99(td)
msgid "(StrOpt) Hosting device driver for CSR1kv."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:102(replaceable)
msgid "621"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:103(td)
msgid "(StrOpt) UUID of Nova flavor for CSR1kv."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:106(replaceable)
msgid "csr1kv_openstack_img"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:107(td)
msgid "(StrOpt) Name of Glance image for CSR1kv."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:110(replaceable)
msgid "cisco"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:111(td)
msgid "(StrOpt) Password to use for CSR1kv configurations."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:114(replaceable)
msgid "networking_cisco.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:115(td)
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 ""
#: ./doc/common/tables/neutron-cisco.xml:122(th) ./doc/common/tables/neutron-ml2_cisco.xml:147(th)
msgid "[ml2_cisco_n1kv]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:126(td)
msgid "(IntOpt) Maximum number of retry attempts for VSM REST API."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:129(th)
msgid "[n1kv]"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:132(replaceable)
msgid "osn_mgmt_pp"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:133(td)
msgid "(StrOpt) Name of N1kv port profile for management ports."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:136(replaceable)
msgid "osn_t1_np"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:137(td)
msgid "(StrOpt) Name of N1kv network profile for T1 networks (i.e., trunk networks for VXLAN segmented traffic)."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:140(replaceable)
msgid "osn_t1_pp"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:141(td)
msgid "(StrOpt) Name of N1kv port profile for T1 ports (i.e., ports carrying traffic from VXLAN segmented networks)."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:144(replaceable)
msgid "osn_t2_np"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:145(td)
msgid "(StrOpt) Name of N1kv network profile for T2 networks (i.e., trunk networks for VLAN segmented traffic)."
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:148(replaceable)
msgid "osn_t2_pp"
msgstr ""
#: ./doc/common/tables/neutron-cisco.xml:149(td)
msgid "(StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying traffic from VLAN segmented networks)."
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:8(literal)
msgid "[realm1]"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:8(filename) ./doc/common/tables/swift-container-sync-realms-realm2.xml:8(filename) ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml:8(filename)
msgid "container-sync-realms.conf"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:20(replaceable)
msgid "https://host1/v1/"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:24(replaceable)
msgid "https://host2/v1/"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:28(replaceable)
msgid "realm1key"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm1.xml:32(replaceable)
msgid "realm1key2"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:8(literal)
msgid "[dispersion]"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:8(filename)
msgid "dispersion.conf"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:20(replaceable)
msgid "testing"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:24(replaceable)
msgid "http://localhost:8080/auth/v1.0"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:25(td)
msgid "Endpoint for auth server, such as keystone"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:28(replaceable)
msgid "test:tester"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:29(td)
msgid "Default user for dispersion in this context"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:33(td)
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/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: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 ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:57(td)
msgid "Indicates whether endpoint for auth is public or internal"
msgstr ""
#: ./doc/common/tables/swift-dispersion-dispersion.xml:61(td)
msgid "Allow accessing insecure keystone server. The keystone's certificate will not be verified."
msgstr ""
#: ./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:36(th)
msgid "[mongodb]"
msgstr ""
#: ./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:43(replaceable)
msgid "trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy"
msgstr ""
#: ./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: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: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:51(replaceable)
msgid "trove.guestagent.strategies.backup.experimental.mongo_impl"
msgstr ""
#: ./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:55(replaceable)
msgid "MongoDump"
msgstr ""
#: ./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: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:63(replaceable)
msgid "27019"
msgstr ""
#: ./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: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: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:71(replaceable)
msgid "trove.common.strategies.cluster.experimental.mongodb.guestagent.MongoDbGuestAgentStrategy"
msgstr ""
#: ./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:75(replaceable)
msgid "admin, local, config"
msgstr ""
#: ./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:79(replaceable)
msgid "admin.os_admin, admin.root"
msgstr ""
#: ./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:83(replaceable)
msgid "27017"
msgstr ""
#: ./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:87(replaceable)
msgid "/var/lib/mongodb"
msgstr ""
#: ./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:92(td)
msgid "(IntOpt) The number of config servers to create per cluster."
msgstr ""
#: ./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: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:103(replaceable)
msgid "trove.guestagent.strategies.restore.experimental.mongo_impl"
msgstr ""
#: ./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: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:108(td)
msgid "(StrOpt) Root controller implementation for mongodb."
msgstr ""
#: ./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: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:115(replaceable)
msgid "2500, 27017"
msgstr ""
#: ./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: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: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:25(caption)
msgid "Description of disk partitioner configuration options"
msgstr ""
#: ./doc/common/tables/ironic-disk_partitioner.xml:36(th)
msgid "[disk_partitioner]"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of GlusterFS storage configuration options"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Base dir containing mount point for gluster share."
msgstr ""
#: ./doc/common/tables/cinder-storage_glusterfs.xml:44(td)
msgid "(StrOpt) GlusterFS share in &lt;hostname|ipv4addr|ipv6addr&gt;:&lt;gluster_vol_name&gt; format. Eg: 1.2.3.4:backup_vol"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Base dir containing mount points for gluster shares."
msgstr ""
#: ./doc/common/tables/cinder-storage_glusterfs.xml:51(replaceable)
msgid "/etc/cinder/glusterfs_shares"
msgstr ""
#: ./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:55(replaceable)
msgid "thin"
msgstr ""
#: ./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:25(caption)
msgid "Description of HyperV configuration options"
msgstr ""
#: ./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: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: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:56(td)
msgid "(BoolOpt) Required for live migration among hosts with different CPU features"
msgstr ""
#: ./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:64(td)
msgid "(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds."
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) Instance power state change event polling frequency."
msgstr ""
#: ./doc/common/tables/nova-hyperv.xml:75(replaceable)
msgid "qemu-img.exe"
msgstr ""
#: ./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: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: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:25(caption) ./doc/common/tables/nova-network.xml:25(caption)
msgid "Description of network configuration options"
msgstr ""
#: ./doc/common/tables/trove-network.xml:39(replaceable)
msgid "trove.network.nova.NovaNetwork"
msgstr ""
#: ./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: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/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:39(replaceable)
msgid "cinder.db"
msgstr ""
#: ./doc/common/tables/cinder-database.xml:40(td)
msgid "(StrOpt) Driver to use for database access"
msgstr ""
#: ./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:25(caption)
msgid "Description of scrubber configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of collector configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-collector.xml:36(th)
msgid "[collector]"
msgstr ""
#: ./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: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: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: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:55(replaceable)
msgid "4952"
msgstr ""
#: ./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:60(td)
msgid "(IntOpt) Number of workers for collector service. default value is 1."
msgstr ""
#: ./doc/common/tables/ceilometer-collector.xml:63(th)
msgid "[dispatcher_file]"
msgstr ""
#: ./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:71(td)
msgid "(StrOpt) Name and the location of the file to record meters."
msgstr ""
#: ./doc/common/tables/ceilometer-collector.xml:75(td)
msgid "(IntOpt) The max size of the file."
msgstr ""
#: ./doc/common/tables/cinder-violin.xml:25(caption)
msgid "Description of Violin volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-violin.xml:40(td)
msgid "(StrOpt) IP address or hostname of mg-a"
msgstr ""
#: ./doc/common/tables/cinder-violin.xml:44(td)
msgid "(StrOpt) IP address or hostname of mg-b"
msgstr ""
#: ./doc/common/tables/cinder-violin.xml:48(td)
msgid "(BoolOpt) Use igroups to manage targets and initiators"
msgstr ""
#: ./doc/common/tables/cinder-violin.xml:52(td)
msgid "(IntOpt) Global backend request timeout, in seconds."
msgstr ""
#: ./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: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:128(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:25(caption)
msgid "Description of trust configuration options"
msgstr ""
#: ./doc/common/tables/keystone-trust.xml:36(th)
msgid "[trust]"
msgstr ""
#: ./doc/common/tables/keystone-trust.xml:40(td)
msgid "(BoolOpt) Enable redelegation feature."
msgstr ""
#: ./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:48(td)
msgid "(BoolOpt) Delegation and impersonation features can be optionally disabled."
msgstr ""
#: ./doc/common/tables/keystone-trust.xml:52(td)
msgid "(IntOpt) Maximum depth of trust redelegation."
msgstr ""
#: ./doc/common/tables/neutron-policy.xml:22(td)
msgid "(BoolOpt) Allow overlapping IP support in Neutron"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:25(caption) ./doc/common/tables/keystone-ldap.xml:25(caption)
msgid "Description of LDAP configuration options"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:39(replaceable)
msgid "ou=hosts,dc=example,dc=org"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:40(td)
msgid "(StrOpt) Base DN for DNS entries in LDAP"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:44(td)
msgid "(StrOpt) Password for LDAP DNS"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:47(replaceable)
msgid "['dns.example.org']"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:48(td)
msgid "(MultiStrOpt) DNS Servers for LDAP DNS driver"
msgstr ""
#: ./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:71(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:52(td)
msgid "(StrOpt) Expiry interval (in seconds) for LDAP DNS driver Statement of Authority"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:55(replaceable)
msgid "hostmaster@example.org"
msgstr ""
#: ./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:59(replaceable) ./doc/common/tables/cinder-vmware.xml:67(replaceable)
msgid "7200"
msgstr ""
#: ./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: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:64(td)
msgid "(StrOpt) Refresh interval (in seconds) for LDAP DNS driver Statement of Authority"
msgstr ""
#: ./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:71(replaceable)
msgid "ldap://ldap.example.com:389"
msgstr ""
#: ./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:75(replaceable)
msgid "uid=admin,ou=people,dc=example,dc=org"
msgstr ""
#: ./doc/common/tables/nova-ldap.xml:76(td)
msgid "(StrOpt) User for LDAP DNS"
msgstr ""
#: ./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:39(replaceable)
msgid "cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/manila-zeromq.xml:48(td)
msgid "(IntOpt) Number of retries to find free port number before fail with ZMQBindError."
msgstr ""
#: ./doc/common/tables/manila-zeromq.xml:71(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/manila-zeromq.xml:72(td)
msgid "(IntOpt) Maximal port number for random ports range."
msgstr ""
#: ./doc/common/tables/manila-zeromq.xml:75(replaceable)
msgid "49152"
msgstr ""
#: ./doc/common/tables/manila-zeromq.xml:76(td)
msgid "(IntOpt) Minimal port number for random ports range."
msgstr ""
#: ./doc/common/tables/glance-elasticsearch.xml:7(caption)
msgid "Description of Elasticsearch configuration options"
msgstr ""
#: ./doc/common/tables/glance-elasticsearch.xml:18(th)
msgid "[elasticsearch]"
msgstr ""
#: ./doc/common/tables/glance-elasticsearch.xml:21(replaceable)
msgid "127.0.0.1:9200"
msgstr ""
#: ./doc/common/tables/glance-elasticsearch.xml:22(td)
msgid "(ListOpt) List of nodes where Elasticsearch instances are running. A single node should be defined as an IP address and port number."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:7(caption)
msgid "Description of LBaaS Embrane, Radware, NetScaler, HAproxy, Octavia plugin configuration options"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:34(td) ./doc/common/tables/neutron-l2gw.xml:69(td)
msgid "(IntOpt) Seconds between periodic task runs"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:41(replaceable)
msgid "/usr/lib/python/site-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:42(td)
msgid "(StrOpt) Jinja template file for haproxy configuration"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:45(th) ./doc/common/tables/neutron-lbaas_services.xml:134(th) ./doc/common/tables/neutron-lbaas_octavia.xml:18(th)
msgid "[octavia]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:48(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:137(replaceable) ./doc/common/tables/neutron-lbaas_octavia.xml:21(replaceable)
msgid "http://127.0.0.1:9876"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:49(td) ./doc/common/tables/neutron-lbaas_services.xml:138(td) ./doc/common/tables/neutron-lbaas_octavia.xml:22(td)
msgid "(StrOpt) URL of Octavia controller root"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:52(th)
msgid "[heleoslb]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:56(td) ./doc/common/tables/neutron-common.xml:255(td)
msgid "(StrOpt) ESM admin password."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:60(td) ./doc/common/tables/neutron-embrane.xml:22(td)
msgid "(StrOpt) ESM admin username."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:64(td) ./doc/common/tables/neutron-embrane.xml:26(td)
msgid "(BoolOpt) Define if the requests have run asynchronously or not"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:68(td)
msgid "(StrOpt) Dummy user traffic Security Zone id for LBs"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:72(td) ./doc/common/tables/neutron-embrane.xml:34(td)
msgid "(StrOpt) ESM management root address"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:76(td)
msgid "(StrOpt) In band Security Zone id for LBs"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:79(replaceable)
msgid "small"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:80(td)
msgid "(StrOpt) choose LB image flavor to use, accepted values: small, medium"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:84(td)
msgid "(StrOpt) Load Balancer image id (Embrane LB)"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:88(td)
msgid "(StrOpt) Management Security Zone id for LBs"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:92(td)
msgid "(StrOpt) Out of band Security Zone id for LBs"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:96(td) ./doc/common/tables/neutron-embrane.xml:50(td)
msgid "(StrOpt) Shared resource pool id"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:100(td)
msgid "(IntOpt) resource synchronization interval in seconds"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:103(th)
msgid "[netscaler_driver]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:107(td)
msgid "(StrOpt) Setting for option to enable synchronous operationsNetScaler Control Center Server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:111(td)
msgid "(StrOpt) Setting to enable/disable cleanup mode for NetScaler Control Center Server"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:115(td)
msgid "(StrOpt) Password to login to the NetScaler Control Center Server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:119(td)
msgid "(StrOpt) The URL to reach the NetScaler Control Center Server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:123(td)
msgid "(StrOpt) Username to login to the NetScaler Control Center Server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:126(replaceable)
msgid "True,300"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:127(td)
msgid "(StrOpt) Setting for member status collection fromNetScaler Control Center Server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:131(td)
msgid "(StrOpt) Setting for periodic task collection interval fromNetScaler Control Center Server.."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:142(td) ./doc/common/tables/neutron-lbaas_octavia.xml:26(td)
msgid "(IntOpt) Interval in seconds to poll octavia when an entity is created, updated, or deleted."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:146(td) ./doc/common/tables/neutron-lbaas_octavia.xml:30(td)
msgid "(IntOpt) Time to stop polling octavia when a status of an entity does not change."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:149(th)
msgid "[radware]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:152(replaceable)
msgid "setup_l2_l3"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:153(td)
msgid "(ListOpt) List of actions that are not pushed to the completion queue."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:157(td) ./doc/common/tables/neutron-lbaas_services.xml:240(td)
msgid "(StrOpt) IP address of secondary vDirect server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:160(replaceable)
msgid "{'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True}"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:161(td) ./doc/common/tables/neutron-lbaas_services.xml:304(td)
msgid "(DictOpt) Parameter for l2_l3 workflow constructor."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:164(replaceable)
msgid "{'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'}"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:165(td)
msgid "(DictOpt) Parameter for l2_l3 workflow setup."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:168(replaceable)
msgid "openstack_l2_l3"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:169(td)
msgid "(StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:172(replaceable)
msgid "BaseCreate"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:173(td)
msgid "(StrOpt) Name of the l4 workflow action. Default: BaseCreate."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:176(replaceable)
msgid "openstack_l4"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:177(td)
msgid "(StrOpt) Name of l4 workflow. Default: openstack_l4."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:180(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:243(replaceable)
msgid "VA"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:181(td) ./doc/common/tables/neutron-lbaas_services.xml:244(td)
msgid "(StrOpt) Service ADC type. Default: VA."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:185(td) ./doc/common/tables/neutron-lbaas_services.xml:248(td)
msgid "(StrOpt) Service ADC version."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:189(td) ./doc/common/tables/neutron-lbaas_services.xml:252(td)
msgid "(IntOpt) Size of service cache. Default: 20."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:193(td) ./doc/common/tables/neutron-lbaas_services.xml:256(td)
msgid "(IntOpt) Service compression throughput. Default: 100."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:197(td) ./doc/common/tables/neutron-lbaas_services.xml:260(td)
msgid "(BoolOpt) Enables or disables the Service HA pair. Default: False."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:201(td) ./doc/common/tables/neutron-lbaas_services.xml:264(td)
msgid "(IntOpt) A required VLAN for the interswitch link to use."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:205(td) ./doc/common/tables/neutron-lbaas_services.xml:268(td)
msgid "(ListOpt) Resource pool IDs."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:209(td) ./doc/common/tables/neutron-lbaas_services.xml:272(td)
msgid "(BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:213(td) ./doc/common/tables/neutron-lbaas_services.xml:276(td)
msgid "(IntOpt) Service SSL throughput. Default: 100."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:217(td) ./doc/common/tables/neutron-lbaas_services.xml:280(td)
msgid "(IntOpt) Service throughput. Default: 1000."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:221(td) ./doc/common/tables/neutron-lbaas_services.xml:288(td)
msgid "(StrOpt) IP address of vDirect server."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:224(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:291(replaceable)
msgid "radware"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:225(td) ./doc/common/tables/neutron-lbaas_services.xml:292(td)
msgid "(StrOpt) vDirect user password."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:228(replaceable) ./doc/common/tables/neutron-lbaas_services.xml:295(replaceable)
msgid "vDirect"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:229(td) ./doc/common/tables/neutron-lbaas_services.xml:296(td)
msgid "(StrOpt) vDirect user name."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:232(th)
msgid "[radwarev2]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:235(replaceable)
msgid "manage_l3"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:236(td)
msgid "(ListOpt) Name of child workflow templates used.Default: manage_l3"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:283(replaceable)
msgid "stats"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:284(td)
msgid "(StrOpt) Name of the workflow action for statistics. Default: stats."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:299(replaceable)
msgid "apply"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:300(td)
msgid "(StrOpt) Name of the workflow action. Default: apply."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:303(replaceable)
msgid "{'data_ip_address': '192.168.200.99', 'ha_network_name': 'HA-Network', 'ha_port': 2, 'allocate_ha_ips': True, 'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'data_port': 1, 'gateway': '192.168.200.1', 'twoleg_enabled': '_REPLACE_', 'data_ip_mask': '255.255.255.0'}"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:307(replaceable)
msgid "os_lb_v2"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:308(td)
msgid "(StrOpt) Name of the workflow template. Default: os_lb_v2."
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:311(th)
msgid "[radwarev2_debug]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:315(td)
msgid "(BoolOpt) Configule ADC with L3 parameters?"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:319(td)
msgid "(BoolOpt) Configule ADC with L4 parameters?"
msgstr ""
#: ./doc/common/tables/neutron-lbaas_services.xml:323(td)
msgid "(BoolOpt) Provision ADC service?"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vlan.xml:7(caption)
msgid "Description of ML2 VLAN configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vlan.xml:18(th)
msgid "[ml2_type_vlan]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vlan.xml:22(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt; 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:25(caption)
msgid "Description of HGST volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:39(replaceable)
msgid "Net 1 (IPv4)"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Should spaces be redundantly stored (1/0)"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:47(replaceable)
msgid "disk"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:48(td)
msgid "(StrOpt) Group to own created spaces"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:51(replaceable)
msgid "0600"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:52(td)
msgid "(StrOpt) UNIX mode for created spaces"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) User to own created spaces"
msgstr ""
#: ./doc/common/tables/cinder-hgst.xml:59(replaceable)
msgid "os:gbd0"
msgstr ""
#: ./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:25(caption)
msgid "Description of ceilometer clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_ceilometer.xml:36(th)
msgid "[clients_ceilometer]"
msgstr ""
#: ./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:43(replaceable)
msgid "ADMIN"
msgstr ""
#: ./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: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: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: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:79(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:56(td)
msgid "(IntOpt) Limit the sizes of user &amp; project ID/names."
msgstr ""
#: ./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:64(td)
msgid "(IntOpt) Similar to max_param_size, but provides an exception for token values."
msgstr ""
#: ./doc/common/tables/keystone-api.xml:67(replaceable)
msgid "9fe2ff9ee4384b1894a90878d3e92bab"
msgstr ""
#: ./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:71(replaceable)
msgid "_member_"
msgstr ""
#: ./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: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: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: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:87(th)
msgid "[endpoint_filter]"
msgstr ""
#: ./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:95(td)
msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists."
msgstr ""
#: ./doc/common/tables/keystone-api.xml:98(th)
msgid "[endpoint_policy]"
msgstr ""
#: ./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:106(td)
msgid "(BoolOpt) Enable endpoint_policy functionality."
msgstr ""
#: ./doc/common/tables/keystone-api.xml:109(th)
msgid "[eventlet_server]"
msgstr ""
#: ./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:117(td)
msgid "(IntOpt) The port number which the admin service listens on."
msgstr ""
#: ./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: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: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: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:132(replaceable) ./doc/common/tables/neutron-nsx.xml:80(replaceable)
msgid "5000"
msgstr ""
#: ./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: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: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: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: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: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:166(replaceable)
msgid "keystone-paste.ini"
msgstr ""
#: ./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:170(th)
msgid "[resource]"
msgstr ""
#: ./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:178(td)
msgid "(BoolOpt) Toggle for resource caching. This has no effect unless global caching is enabled."
msgstr ""
#: ./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:186(td)
msgid "(IntOpt) Maximum number of entities that will be returned in a resource collection."
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:8(literal)
msgid "[app-object-server]"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:20(replaceable)
msgid "Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest, X-Static-Large-Object"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:21(td)
msgid "Comma-separated list of headers that can be set in metadata of an object"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:29(td)
msgid "Allow non-public objects to stay in kernel's buffer cache"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:32(replaceable)
msgid "5242880"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:33(td)
msgid "Largest object size to keep in buffer cache"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:37(td)
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:47(replaceable) ./doc/common/tables/nova-scheduler.xml:91(replaceable) ./doc/common/tables/ceilometer-database.xml:70(replaceable)
msgid "512"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:41(td)
msgid "On PUT requests, sync file every n MB"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:45(td)
msgid "Set to restrict the number of concurrent incoming REPLICATION requests; set to 0 for unlimited"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:49(td)
msgid "If the value of failures / successes of REPLICATION subrequests exceeds this ratio, the overall REPLICATION request will be aborted"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:53(td)
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: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 ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:57(td)
msgid "Number of seconds to wait for an existing replication device lock before giving up."
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:61(td)
msgid "Restricts incoming REPLICATION requests to one per device, replication_currency above allowing. This can help control I/O to each device, but you may wish to set this to False to allow multiple REPLICATION requests (up to the above replication_concurrency setting) per device."
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:65(td) ./doc/common/tables/swift-container-server-app-container-server.xml:37(td) ./doc/common/tables/swift-account-server-app-account-server.xml:25(td)
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: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 ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:80(replaceable)
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: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 ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:85(td) ./doc/common/tables/swift-container-server-app-container-server.xml:57(td) ./doc/common/tables/swift-account-server-app-account-server.xml:45(td)
msgid "Whether or not to log requests"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:89(td)
msgid "If &gt; 0, Minimum time in seconds for a PUT or DELETE request to complete"
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:97(td)
msgid "Size of the per-disk thread pool used for performing disk I/O. The default of 0 means to not use a per-disk thread pool. It is recommended to keep this value small, as large values can result in high read latencies due to large queue depths. A good starting point is 4 threads per disk."
msgstr ""
#: ./doc/common/tables/swift-object-server-app-object-server.xml:100(replaceable)
msgid "egg:swift#object"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Admin password used to connect to Nova."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Admin tenant name used to connect to Nova."
msgstr ""
#: ./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:25(caption)
msgid "Description of waitcondition API configuration options"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) iSCSI initiator IQNs. (comma separated)"
msgstr ""
#: ./doc/common/tables/cinder-zfssa-iscsi.xml:44(td)
msgid "(StrOpt) iSCSI initiators configuration."
msgstr ""
#: ./doc/common/tables/cinder-zfssa-iscsi.xml:48(td)
msgid "(StrOpt) iSCSI initiator group."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) iSCSI initiator CHAP user (name)."
msgstr ""
#: ./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:60(td) ./doc/common/tables/cinder-zfssa-nfs.xml:76(td)
msgid "(StrOpt) Data compression."
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) Synchronous write bias."
msgstr ""
#: ./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:71(replaceable)
msgid "8k"
msgstr ""
#: ./doc/common/tables/cinder-zfssa-iscsi.xml:72(td)
msgid "(StrOpt) Block size."
msgstr ""
#: ./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:80(td) ./doc/common/tables/cinder-zfssa-nfs.xml:68(td)
msgid "(StrOpt) Project name."
msgstr ""
#: ./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:91(replaceable)
msgid "tgt-grp"
msgstr ""
#: ./doc/common/tables/cinder-zfssa-iscsi.xml:92(td)
msgid "(StrOpt) iSCSI target group name."
msgstr ""
#: ./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:100(td)
msgid "(StrOpt) Secret of the iSCSI target CHAP user."
msgstr ""
#: ./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:108(td)
msgid "(StrOpt) iSCSI target CHAP user (name)."
msgstr ""
#: ./doc/common/tables/nova-debug.xml:36(th)
msgid "[guestfs]"
msgstr ""
#: ./doc/common/tables/nova-debug.xml:40(td)
msgid "(BoolOpt) Enable guestfs debug"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:25(caption)
msgid "Description of BlockBridge EPS volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:40(td)
msgid "(StrOpt) IP address/hostname of Blockbridge API."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Blockbridge API password (for auth scheme 'password')"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:51(replaceable)
msgid "token"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:52(td)
msgid "(StrOpt) Blockbridge API authentication scheme (token or password)"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:56(td)
msgid "(StrOpt) Blockbridge API token (for auth scheme 'token')"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:60(td)
msgid "(StrOpt) Blockbridge API user (for auth scheme 'password')"
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:64(td)
msgid "(StrOpt) Default pool name if unspecified."
msgstr ""
#: ./doc/common/tables/cinder-blockbridge.xml:67(replaceable)
msgid "{'OpenStack': '+openstack'}"
msgstr ""
#: ./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:25(caption) ./doc/common/tables/manila-san.xml:25(caption)
msgid "Description of SAN configuration options"
msgstr ""
#: ./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:44(td) ./doc/common/tables/manila-hpe3par.xml:60(td) ./doc/common/tables/cinder-xiv.xml:44(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:52(td)
msgid "(StrOpt) IP address of SAN controller"
msgstr ""
#: ./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:52(td) ./doc/common/tables/manila-hpe3par.xml:64(td) ./doc/common/tables/cinder-xiv.xml:48(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:56(td)
msgid "(StrOpt) Username for SAN controller"
msgstr ""
#: ./doc/common/tables/cinder-san.xml:56(td) ./doc/common/tables/manila-hpe3par.xml:68(td) ./doc/common/tables/cinder-xiv.xml:52(td) ./doc/common/tables/cinder-prophetstor_dpl.xml:60(td)
msgid "(StrOpt) Password for SAN controller"
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) VNX secondary SP IP Address."
msgstr ""
#: ./doc/common/tables/cinder-san.xml:67(replaceable) ./doc/common/tables/manila-hpe3par.xml:71(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-gpfs.xml:67(replaceable)
msgid "22"
msgstr ""
#: ./doc/common/tables/cinder-san.xml:68(td)
msgid "(IntOpt) SSH port to use with SAN"
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) SSH connection timeout in seconds"
msgstr ""
#: ./doc/common/tables/cinder-san.xml:80(td)
msgid "(IntOpt) Maximum ssh connections in the pool"
msgstr ""
#: ./doc/common/tables/cinder-san.xml:84(td)
msgid "(IntOpt) Minimum ssh connections in the pool"
msgstr ""
#: ./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/neutron-ml2_gre.xml:7(caption)
msgid "Description of ML2 GRE configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_gre.xml:18(th)
msgid "[ml2_type_gre]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_gre.xml:22(td)
msgid "(ListOpt) Comma-separated list of &lt;tun_min&gt;:&lt;tun_max&gt; tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation"
msgstr ""
#: ./doc/common/tables/ironic-deploy.xml:25(caption)
msgid "Description of deploy configuration options"
msgstr ""
#: ./doc/common/tables/ironic-deploy.xml:36(th)
msgid "[deploy]"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Block size to use when writing to the nodes disk."
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) Number of iterations to be run for erasing devices."
msgstr ""
#: ./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:55(replaceable)
msgid "/httpboot"
msgstr ""
#: ./doc/common/tables/ironic-deploy.xml:56(td)
msgid "(StrOpt) ironic-conductor node's HTTP root path."
msgstr ""
#: ./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: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:25(caption) ./doc/common/tables/ironic-conductor.xml:25(caption)
msgid "Description of conductor configuration options"
msgstr ""
#: ./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: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:46(replaceable)
msgid "nova.conductor.manager.ConductorManager"
msgstr ""
#: ./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:50(replaceable)
msgid "conductor"
msgstr ""
#: ./doc/common/tables/nova-conductor.xml:51(td)
msgid "(StrOpt) The topic on which conductor nodes listen"
msgstr ""
#: ./doc/common/tables/nova-conductor.xml:55(td)
msgid "(BoolOpt) Perform nova-conductor operations locally"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:8(literal)
msgid "[container-sync]"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:21(td) ./doc/common/tables/swift-account-server-account-reaper.xml:25(td) ./doc/common/tables/swift-object-server-DEFAULT.xml:41(td) ./doc/common/tables/swift-container-server-app-container-server.xml:29(td) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:37(td) ./doc/common/tables/swift-container-server-container-updater.xml:30(td) ./doc/common/tables/swift-container-server-container-replicator.xml:25(td) ./doc/common/tables/swift-account-server-account-replicator.xml:25(td)
msgid "Connection timeout to external services"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:25(td)
msgid "Maximum amount of time to spend syncing each container"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:28(replaceable)
msgid "/etc/swift/internal-client.conf"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:48(replaceable)
msgid "container-sync"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:56(replaceable)
msgid "http://10.1.1.1:8888,http://10.1.1.2:8888"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-sync.xml:57(td)
msgid "If you need to use an HTTP proxy, set it here. Defaults to no proxy."
msgstr ""
#: ./doc/common/tables/trove-taskmanager.xml:25(caption)
msgid "Description of taskmanager configuration options"
msgstr ""
#: ./doc/common/tables/trove-taskmanager.xml:39(replaceable)
msgid "/etc/trove/cloudinit"
msgstr ""
#: ./doc/common/tables/trove-taskmanager.xml:40(td)
msgid "(StrOpt) Path to folder with cloudinit scripts."
msgstr ""
#: ./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: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:52(td)
msgid "(IntOpt) Seconds to wait between pushing events."
msgstr ""
#: ./doc/common/tables/trove-taskmanager.xml:56(td)
msgid "(StrOpt) Transformer for exists notifications."
msgstr ""
#: ./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:64(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize."
msgstr ""
#: ./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: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:72(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize revert."
msgstr ""
#: ./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:79(replaceable) ./doc/common/tables/trove-cluster.xml:39(replaceable) ./doc/common/tables/manila-generic.xml:103(replaceable) ./doc/common/tables/manila-generic.xml:107(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:80(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a state change."
msgstr ""
#: ./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: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:92(td)
msgid "(BoolOpt) Use Heat for provisioning."
msgstr ""
#: ./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:100(td)
msgid "(BoolOpt) Whether to provision a Cinder volume for the Nova instance."
msgstr ""
#: ./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: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:62(replaceable)
msgid "cells.intercell"
msgstr ""
#: ./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: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: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:25(caption)
msgid "Description of Zaqar configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-zaqar.xml:39(replaceable)
msgid "zaqar"
msgstr ""
#: ./doc/common/tables/ceilometer-zaqar.xml:40(td)
msgid "(StrOpt) Exchange name for Messaging service notifications."
msgstr ""
#: ./doc/common/tables/swift-account-server-account-reaper.xml:8(literal)
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: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 ""
#: ./doc/common/tables/swift-account-server-account-reaper.xml:29(td)
msgid "Normally, the reaper begins deleting account information for deleted accounts immediately; you can set this to delay its work however. The value is in seconds, 2592000 = 30 days, for example. bind to giving up worker can process simultaneously (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. By increasing the number of workers to a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests."
msgstr ""
#: ./doc/common/tables/swift-account-server-account-reaper.xml:48(replaceable)
msgid "account-reaper"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-account-server-account-reaper.xml:56(replaceable)
msgid "2592000"
msgstr ""
#: ./doc/common/tables/keystone-tokenless.xml:25(caption)
msgid "Description of Tokenless Authorization configuration options"
msgstr ""
#: ./doc/common/tables/keystone-tokenless.xml:36(th)
msgid "[tokenless_auth]"
msgstr ""
#: ./doc/common/tables/keystone-tokenless.xml:39(replaceable)
msgid "SSL_CLIENT_I_DN"
msgstr ""
#: ./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:43(replaceable)
msgid "x509"
msgstr ""
#: ./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: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: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: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:47(replaceable)
msgid "nova.compute.manager.ComputeManager"
msgstr ""
#: ./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: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:55(replaceable)
msgid "vcpu"
msgstr ""
#: ./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:59(replaceable)
msgid "nova.compute.stats.Stats"
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) Console proxy host to use to connect to instances on this host."
msgstr ""
#: ./doc/common/tables/nova-compute.xml:67(replaceable)
msgid "nova.console.manager.ConsoleProxyManager"
msgstr ""
#: ./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:71(replaceable)
msgid "m1.small"
msgstr ""
#: ./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:76(td)
msgid "(StrOpt) Default notification level for outgoing notifications"
msgstr ""
#: ./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:84(td)
msgid "(IntOpt) Number of seconds between instance network information cache updates"
msgstr ""
#: ./doc/common/tables/nova-compute.xml:87(replaceable)
msgid "2400"
msgstr ""
#: ./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:91(replaceable)
msgid "_base"
msgstr ""
#: ./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: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: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:104(td)
msgid "(BoolOpt) Generate periodic compute.instance.exists notifications"
msgstr ""
#: ./doc/common/tables/nova-compute.xml:107(replaceable) ./doc/common/tables/manila-share.xml:139(replaceable) ./doc/common/tables/cinder-storage.xml:151(replaceable)
msgid "month"
msgstr ""
#: ./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:111(replaceable)
msgid "$state_path/instances"
msgstr ""
#: ./doc/common/tables/nova-compute.xml:112(td)
msgid "(StrOpt) Where instances are stored on disk"
msgstr ""
#: ./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:120(td)
msgid "(IntOpt) The number of times to attempt to reap an instance's files."
msgstr ""
#: ./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:128(td)
msgid "(IntOpt) Interval in seconds for reclaiming deleted instances"
msgstr ""
#: ./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:136(td)
msgid "(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable."
msgstr ""
#: ./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:143(replaceable)
msgid "reap"
msgstr ""
#: ./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:148(td)
msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task."
msgstr ""
#: ./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: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: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: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: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: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:176(td)
msgid "(BoolOpt) Fail instance boot if vif plugging fails"
msgstr ""
#: ./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: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: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: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:47(replaceable)
msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter"
msgstr ""
#: ./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:51(replaceable) ./doc/common/tables/manila-scheduler.xml:51(replaceable)
msgid "CapacityWeigher"
msgstr ""
#: ./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:55(replaceable)
msgid "cinder.scheduler.filter_scheduler.FilterScheduler"
msgstr ""
#: ./doc/common/tables/cinder-scheduler.xml:56(td)
msgid "(StrOpt) Default scheduler driver to use"
msgstr ""
#: ./doc/common/tables/cinder-scheduler.xml:59(replaceable)
msgid "cinder.scheduler.host_manager.HostManager"
msgstr ""
#: ./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: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:67(replaceable)
msgid "cinder.scheduler.manager.SchedulerManager"
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) Maximum number of attempts to schedule an volume"
msgstr ""
#: ./doc/common/tables/cinder-scheduler.xml:75(replaceable)
msgid "cinder-scheduler"
msgstr ""
#: ./doc/common/tables/cinder-scheduler.xml:76(td)
msgid "(StrOpt) The topic that scheduler nodes listen on"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:39(replaceable)
msgid "cacert.pem"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:40(td)
msgid "(StrOpt) Filename of root CA"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:43(replaceable)
msgid "$state_path/CA"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:44(td)
msgid "(StrOpt) Where we keep our root CA"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:47(replaceable)
msgid "self.pem"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:48(td)
msgid "(StrOpt) SSL certificate file"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:51(replaceable)
msgid "nova.cert.manager.CertManager"
msgstr ""
#: ./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:55(replaceable)
msgid "cert"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:56(td)
msgid "(StrOpt) The topic cert nodes listen on"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:59(replaceable)
msgid "crl.pem"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:60(td)
msgid "(StrOpt) Filename of root Certificate Revocation List"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:63(replaceable)
msgid "private/cakey.pem"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:64(td)
msgid "(StrOpt) Filename of private key"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:67(replaceable)
msgid "$state_path/keys"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:68(td)
msgid "(StrOpt) Where we keep our keys"
msgstr ""
#: ./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:72(td)
msgid "(StrOpt) Subject for certificate for projects, %s for project, timestamp"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:80(td)
msgid "(StrOpt) SSL certificate of API server"
msgstr ""
#: ./doc/common/tables/nova-ca.xml:84(td)
msgid "(StrOpt) SSL private key of API server"
msgstr ""
#: ./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:91(replaceable)
msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s"
msgstr ""
#: ./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: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: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: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: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:36(th) ./doc/common/tables/keystone-cache.xml:91(th)
msgid "[memcache]"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:8(filename)
msgid "memcache.conf"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:20(replaceable)
msgid "0.3"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:21(td)
msgid "Timeout in seconds (float) for connection"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:24(replaceable)
msgid "2.0"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:25(td)
msgid "Timeout in seconds (float) for read and write"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:21(td)
msgid "Max number of connections to each memcached server per worker services"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:33(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:25(td)
msgid "Sets how memcache values are serialized and deserialized"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:36(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:28(replaceable)
msgid "127.0.0.1:11211"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:37(td) ./doc/common/tables/swift-proxy-server-filter-cache.xml:29(td)
msgid "Comma-separated list of memcached servers ip:port services"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:41(td)
msgid "Timeout in seconds (float) for pooled connection"
msgstr ""
#: ./doc/common/tables/swift-memcache-memcache.xml:45(td)
msgid "Number of servers to retry on failures getting a pooled connection"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:22(td)
msgid "(BoolOpt) Allow the usage of the bulk API"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:26(td)
msgid "(BoolOpt) Allow the usage of the pagination"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:30(td)
msgid "(BoolOpt) Allow the usage of the sorting"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:34(td)
msgid "(StrOpt) The path for API extensions"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-api.xml:38(td)
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: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: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 ""
#: ./doc/common/tables/neutron-api.xml:54(td)
msgid "(StrOpt) The maximum number of items returned in a single response, value was 'infinite' or negative integer means no limit"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:58(td)
msgid "(IntOpt) Number of seconds to keep retrying to listen"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:62(td)
msgid "(ListOpt) The service plugins Neutron will use"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:66(td) ./doc/common/tables/manila-common.xml:156(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:165(td) ./doc/common/tables/nova-api.xml:136(td)
msgid "(BoolOpt) If False, closes the client socket connection explicitly."
msgstr ""
#: ./doc/common/tables/neutron-api.xml:99(th) ./doc/common/tables/neutron-lbaas.xml:84(th)
msgid "[service_providers]"
msgstr ""
#: ./doc/common/tables/neutron-api.xml:103(td) ./doc/common/tables/neutron-lbaas.xml:88(td)
msgid "(MultiStrOpt) Defines providers for advanced services using the format: &lt;service_type&gt;:&lt;name&gt;:&lt;driver&gt;[:default]"
msgstr ""
#: ./doc/common/tables/nova-database.xml:39(replaceable)
msgid "nova.db"
msgstr ""
#: ./doc/common/tables/nova-database.xml:40(td)
msgid "(StrOpt) The driver to use for database access"
msgstr ""
#: ./doc/common/tables/nova-database.xml:43(th)
msgid "[api_database]"
msgstr ""
#: ./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:25(caption)
msgid "Description of trusted computing configuration options"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:36(th)
msgid "[trusted_computing]"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:39(replaceable)
msgid "/OpenAttestationWebServices/V1.0"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:40(td)
msgid "(StrOpt) Attestation web API URL"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:44(td)
msgid "(StrOpt) Attestation authorization blob - must change"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:48(td)
msgid "(IntOpt) Attestation status cache valid period length"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:52(td)
msgid "(BoolOpt) Disable SSL cert verification for Attestation service"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Attestation server port"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:60(td)
msgid "(StrOpt) Attestation server HTTP"
msgstr ""
#: ./doc/common/tables/nova-trustedcomputing.xml:64(td)
msgid "(StrOpt) Attestation server Cert file for Identity verification"
msgstr ""
#: ./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:39(replaceable)
msgid "3033"
msgstr ""
#: ./doc/common/tables/cinder-dellsc.xml:40(td)
msgid "(IntOpt) Dell API port"
msgstr ""
#: ./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:47(replaceable)
msgid "64702"
msgstr ""
#: ./doc/common/tables/cinder-dellsc.xml:48(td)
msgid "(IntOpt) Storage Center System Serial Number"
msgstr ""
#: ./doc/common/tables/cinder-dellsc.xml:52(td)
msgid "(BoolOpt) Enable HTTPS SC certificate verification."
msgstr ""
#: ./doc/common/tables/cinder-dellsc.xml:56(td)
msgid "(StrOpt) Name of the volume folder to use on the Storage Center"
msgstr ""
#: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml:8(filename) ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml:8(filename) ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:8(filename) ./doc/common/tables/swift-container-reconciler-DEFAULT.xml:8(filename) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:8(filename) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:8(filename) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:8(filename)
msgid "container-reconciler.conf"
msgstr ""
#: ./doc/common/tables/trove-logging.xml:51(replaceable)
msgid "-m 5"
msgstr ""
#: ./doc/common/tables/trove-logging.xml:52(td)
msgid "(StrOpt) Options to use when formatting a volume."
msgstr ""
#: ./doc/common/tables/trove-logging.xml:99(replaceable)
msgid "^private$"
msgstr ""
#: ./doc/common/tables/trove-logging.xml:100(td)
msgid "(StrOpt) Regular expression to match Trove network labels."
msgstr ""
#: ./doc/common/tables/cinder-quota.xml:40(td)
msgid "(IntOpt) Number of seconds between subsequent usage refreshes"
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) Number of volume backups allowed per project"
msgstr ""
#: ./doc/common/tables/cinder-quota.xml:52(td)
msgid "(IntOpt) Number of consistencygroups allowed per project"
msgstr ""
#: ./doc/common/tables/cinder-quota.xml:55(replaceable)
msgid "cinder.quota.DbQuotaDriver"
msgstr ""
#: ./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:60(td)
msgid "(IntOpt) Total amount of storage, in gigabytes, allowed for volumes and snapshots per project"
msgstr ""
#: ./doc/common/tables/cinder-quota.xml:64(td)
msgid "(IntOpt) Number of volume snapshots allowed per project"
msgstr ""
#: ./doc/common/tables/cinder-quota.xml:68(td)
msgid "(IntOpt) Number of volumes allowed per project"
msgstr ""
#: ./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:76(td)
msgid "(BoolOpt) Enables or disables use of default quota class with default quota."
msgstr ""
#: ./doc/common/tables/ironic-drac.xml:25(caption)
msgid "Description of DRAC configuration options"
msgstr ""
#: ./doc/common/tables/ironic-drac.xml:36(th)
msgid "[drac]"
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/swift-container-sync-realms-realm2.xml:8(literal)
msgid "[realm2]"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm2.xml:20(replaceable)
msgid "https://host3/v1/"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm2.xml:24(replaceable)
msgid "https://host4/v1/"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm2.xml:28(replaceable)
msgid "realm2key"
msgstr ""
#: ./doc/common/tables/swift-container-sync-realms-realm2.xml:32(replaceable)
msgid "realm2key2"
msgstr ""
#: ./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:39(replaceable) ./doc/common/tables/nova-common.xml:39(replaceable)
msgid "/usr/local/bin"
msgstr ""
#: ./doc/common/tables/ironic-common.xml:40(td)
msgid "(StrOpt) Directory where ironic binaries are installed."
msgstr ""
#: ./doc/common/tables/ironic-common.xml:43(replaceable)
msgid "pxe_ipmitool"
msgstr ""
#: ./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: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:80(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:56(td)
msgid "(BoolOpt) If True, convert backing images to \"raw\" disk image format."
msgstr ""
#: ./doc/common/tables/ironic-common.xml:59(replaceable)
msgid "$pybasedir/common/grub_conf.template"
msgstr ""
#: ./doc/common/tables/ironic-common.xml:60(td)
msgid "(StrOpt) Template file for grub configuration file."
msgstr ""
#: ./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: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: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:75(replaceable)
msgid "/usr/lib/syslinux/isolinux.bin"
msgstr ""
#: ./doc/common/tables/ironic-common.xml:76(td)
msgid "(StrOpt) Path to isolinux binary file."
msgstr ""
#: ./doc/common/tables/ironic-common.xml:79(replaceable)
msgid "$pybasedir/common/isolinux_config.template"
msgstr ""
#: ./doc/common/tables/ironic-common.xml:80(td)
msgid "(StrOpt) Template file for isolinux configuration file."
msgstr ""
#: ./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: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: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:92(td)
msgid "(BoolOpt) Run image downloads and raw format conversions in parallel."
msgstr ""
#: ./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:99(replaceable)
msgid "/usr/lib/python/site-packages/ironic"
msgstr ""
#: ./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:103(replaceable)
msgid "/etc/ironic/rootwrap.conf"
msgstr ""
#: ./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:107(replaceable) ./doc/common/tables/nova-common.xml:95(replaceable)
msgid "$pybasedir"
msgstr ""
#: ./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: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:112(td)
msgid "(StrOpt) Temporary working directory, default is Python temp dir."
msgstr ""
#: ./doc/common/tables/cinder-nimble.xml:25(caption)
msgid "Description of Nimble driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-nimble.xml:40(td)
msgid "(StrOpt) Nimble Controller pool name"
msgstr ""
#: ./doc/common/tables/cinder-nimble.xml:44(td)
msgid "(StrOpt) Nimble Subnet Label"
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:7(caption)
msgid "Description of Brocade Vyatta L3 plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:18(th)
msgid "[VROUTER]"
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:22(td)
msgid "(StrOpt) Nova VM flavor for instances of Vyatta vRouter."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:26(td)
msgid "(StrOpt) Nova image id for instances of Vyatta vRouter."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:30(td)
msgid "(StrOpt) Keystone URL."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:34(td)
msgid "(StrOpt) Vyatta vRouter management network id."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:38(td)
msgid "(IntOpt) Number of seconds between consecutive Nova queries when waiting for router instance status change."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:42(td)
msgid "(IntOpt) Number of seconds to wait for Nova to activate instance before setting resource to error state."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:46(td)
msgid "(StrOpt) Name of tenant admin user."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:50(td)
msgid "(StrOpt) Tenant admin password."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:54(td)
msgid "(StrOpt) UUID of tenant that holds Vyatta vRouter instances."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:58(td)
msgid "(IntOpt) Number of seconds to wait for Vyatta vRouter to boot before setting resource to error state."
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:61(replaceable)
msgid "vyatta:vyatta"
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:62(td)
msgid "(StrOpt) Vyatta vRouter login credentials"
msgstr ""
#: ./doc/common/tables/neutron-brocade_vyatta_l3.xml:66(td)
msgid "(IntOpt) Number of seconds between consecutive Vyatta vRouter queries when waiting for router instance boot."
msgstr ""
#: ./doc/common/tables/cinder-zoning_manager.xml:25(caption)
msgid "Description of zoning manager configuration options"
msgstr ""
#: ./doc/common/tables/cinder-zoning_manager.xml:39(replaceable)
msgid "cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:7(caption)
msgid "Description of Brocade MLX L3 plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:18(th)
msgid "[L3_BROCADE_MLX_EXAMPLE]"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:22(td)
msgid "(StrOpt) The IP address of the MLX switch"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:26(td)
msgid "(StrOpt) The SSH password of the switch"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:30(td)
msgid "(StrOpt) Allowed physical networks where VLAN can be configured on this switch"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:34(td)
msgid "(StrOpt) Ports to be tagged in the VLAN being configured on the switch"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:38(td)
msgid "(StrOpt) The SSH username of the switch"
msgstr ""
#: ./doc/common/tables/neutron-l3_brocade_mlx.xml:41(th)
msgid "[l3_brocade_mlx]"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:8(literal)
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:79(replaceable)
msgid "on"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:25(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:25(td)
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: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 ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:29(td)
msgid "By default handoff partitions will be removed when it has successfully replicated to all the canonical nodes. If set to an integer n, it will remove the partition if it is successfully replicated to n nodes. The default setting should not be changed, except for extremem situations. This uses what's set here, or what's set in the DEFAULT section, or 10 (though other sections use 3 as the final default)."
msgstr ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:33(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:29(td)
msgid "If set to True, partitions that are not supposed to be on the node will be replicated first. The default setting should not be changed, except for extreme situations."
msgstr ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:37(td) ./doc/common/tables/swift-object-server-object-reconstructor.xml:33(td)
msgid "Maximum duration for an HTTP request"
msgstr ""
#: ./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:60(replaceable)
msgid "object-replicator"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-replicator.xml:64(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:44(replaceable)
msgid "&lt;whatever's in the DEFAULT section or 10&gt;"
msgstr ""
#: ./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: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: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: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: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:112(replaceable)
msgid "rsync"
msgstr ""
#: ./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:25(caption) ./doc/common/tables/ceilometer-notification.xml:25(caption)
msgid "Description of notification configuration options"
msgstr ""
#: ./doc/common/tables/heat-notification.xml:40(td)
msgid "(StrOpt) Deprecated."
msgstr ""
#: ./doc/common/tables/glance-debug.xml:22(td) ./doc/common/tables/neutron-ml2_odl.xml:22(td)
msgid "(StrOpt) Enable eventlet backdoor. Acceptable values are 0, &lt;port&gt;, and &lt;start&gt;:&lt;end&gt;, where 0 results in listening on a random tcp port number; &lt;port&gt; results in listening on the specified port number (and not enabling backdoor if that port is in use); and &lt;start&gt;:&lt;end&gt; 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: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: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: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:59(replaceable)
msgid "['compute', 'central']"
msgstr ""
#: ./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:64(td)
msgid "(MultiChoicesOpt) List of pollsters (or wildcard templates) to be used while polling"
msgstr ""
#: ./doc/common/tables/ceilometer-common.xml:67(replaceable)
msgid "/etc/ceilometer/rootwrap.conf"
msgstr ""
#: ./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: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: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:79(th)
msgid "[compute]"
msgstr ""
#: ./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:86(th) ./doc/common/tables/aodh-coordination.xml:18(th)
msgid "[coordination]"
msgstr ""
#: ./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: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: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: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:108(th)
msgid "[meter]"
msgstr ""
#: ./doc/common/tables/ceilometer-common.xml:111(replaceable)
msgid "meters.yaml"
msgstr ""
#: ./doc/common/tables/ceilometer-common.xml:112(td)
msgid "(StrOpt) Configuration file for defining meter notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-common.xml:115(th)
msgid "[polling]"
msgstr ""
#: ./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:25(caption)
msgid "Description of NFS storage configuration options"
msgstr ""
#: ./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: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:48(td)
msgid "(StrOpt) Base dir containing mount points for nfs shares."
msgstr ""
#: ./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:55(replaceable)
msgid "/etc/cinder/nfs_shares"
msgstr ""
#: ./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: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: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: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:25(caption)
msgid "Description of Quota configuration options"
msgstr ""
#: ./doc/common/tables/manila-quota.xml:40(td)
msgid "(IntOpt) Number of seconds between subsequent usage refreshes."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:44(td)
msgid "(IntOpt) Maximum number of volume gigabytes to allow per host."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:47(replaceable)
msgid "manila.quota.DbQuotaDriver"
msgstr ""
#: ./doc/common/tables/manila-quota.xml:52(td)
msgid "(IntOpt) Number of share gigabytes allowed per project."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:56(td)
msgid "(IntOpt) Number of share-networks allowed per project."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:60(td)
msgid "(IntOpt) Number of shares allowed per project."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:64(td)
msgid "(IntOpt) Number of snapshot gigabytes allowed per project."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:68(td)
msgid "(IntOpt) Number of share snapshots allowed per project."
msgstr ""
#: ./doc/common/tables/manila-quota.xml:72(td)
msgid "(IntOpt) Number of seconds until a reservation expires."
msgstr ""
#: ./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:36(th)
msgid "[ephemeral_storage_encryption]"
msgstr ""
#: ./doc/common/tables/nova-ephemeral_storage_encryption.xml:39(replaceable)
msgid "aes-xts-plain64"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Whether to encrypt ephemeral storage"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Notification level for outgoing notifications"
msgstr ""
#: ./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:25(caption)
msgid "Description of NetApp E-Series driver configuration options"
msgstr ""
#: ./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: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: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: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: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: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: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: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:68(td)
msgid "(StrOpt) Password for the NetApp E-Series storage array."
msgstr ""
#: ./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: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: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: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: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:87(replaceable)
msgid "/devmgr/v2"
msgstr ""
#: ./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:25(caption)
msgid "Description of metadata configuration options"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:21(replaceable)
msgid "0x1"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:22(td)
msgid "(StrOpt) Iptables mangle mark used to mark metadata valid requests. This mark will be masked with 0xffff so that only the lower 16 bits will be used."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:26(td)
msgid "(IntOpt) Number of backlog requests to configure the metadata server socket with"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:29(replaceable)
msgid "9697"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:30(td)
msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:34(td)
msgid "(StrOpt) Group (gid or name) running metadata proxy after its initialization (if empty: agent effective group)."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:38(td) ./doc/common/tables/neutron-nsx.xml:134(td)
msgid "(StrOpt) Shared secret to sign instance-id request"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:41(replaceable)
msgid "$state_path/metadata_proxy"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:42(td)
msgid "(StrOpt) Location for Metadata Proxy UNIX domain socket."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:45(replaceable)
msgid "deduce"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:46(td)
msgid "(StrOpt) Metadata Proxy UNIX domain socket mode, 4 values allowed: 'deduce': deduce mode from metadata_proxy_user/group values, 'user': set metadata proxy socket mode to 0o644, to use when metadata_proxy_user is agent effective user or root, 'group': set metadata proxy socket mode to 0o664, to use when metadata_proxy_group is agent effective group or root, 'all': set metadata proxy socket mode to 0o666, to use otherwise."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:50(td)
msgid "(StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: agent effective user)."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:54(td)
msgid "(BoolOpt) Enable/Disable log watch by metadata proxy. It should be disabled when metadata_proxy_user/group is not allowed to read/write its log file and copytruncate logrotate option must be used if logrotate is enabled on metadata proxy log files. Option default value is deduced from metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent effective user id/name."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:58(td)
msgid "(IntOpt) Number of separate worker processes for metadata server (defaults to half of the number of CPUs)"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:62(td)
msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to nova metadata"
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:66(td)
msgid "(StrOpt) IP address used by Nova metadata server."
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-metadata.xml:70(td)
msgid "(IntOpt) TCP Port used by Nova metadata server."
msgstr ""
#: ./doc/common/tables/neutron-metadata.xml:74(td)
msgid "(StrOpt) Protocol to access nova metadata, http or https"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-reconstructor.xml:8(literal)
msgid "[object-reconstructor]"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-reconstructor.xml:56(replaceable)
msgid "object-reconstructor"
msgstr ""
#: ./doc/common/tables/trove-volume.xml:25(caption)
msgid "Description of volume configuration options"
msgstr ""
#: ./doc/common/tables/trove-volume.xml:39(replaceable)
msgid "vdb"
msgstr ""
#: ./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:47(replaceable)
msgid "volumev2"
msgstr ""
#: ./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:68(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a volume format."
msgstr ""
#: ./doc/common/tables/trove-volume.xml:71(replaceable)
msgid "ext3"
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a volume attach."
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:21(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:25(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:25(td)
msgid "Maximum number of allowed pending TCP connections"
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:25(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:25(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:29(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:29(td)
msgid "IP Address for server to bind to"
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:28(replaceable)
msgid "6000"
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:29(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:29(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:33(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:33(td)
msgid "Port for server to bind to"
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:33(td) ./doc/common/tables/swift-account-server-DEFAULT.xml:33(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:37(td)
msgid "Seconds to attempt bind before giving up"
msgstr ""
#: ./doc/common/tables/swift-object-server-DEFAULT.xml:37(td) ./doc/common/tables/swift-proxy-server-DEFAULT.xml:45(td)
msgid "Timeout to read one chunk from a client external services"
msgstr ""
#: ./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: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: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: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: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: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: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: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:146(td)
msgid "Size of chunks to read/write over the network"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-container-server-filter-recon.xml:8(literal) ./doc/common/tables/swift-account-server-filter-recon.xml:8(literal) ./doc/common/tables/swift-object-server-filter-recon.xml:8(literal)
msgid "[filter-recon]"
msgstr ""
#: ./doc/common/tables/swift-container-server-filter-recon.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-recon.xml:24(replaceable) ./doc/common/tables/swift-object-server-filter-recon.xml:28(replaceable)
msgid "egg:swift#recon"
msgstr ""
#: ./doc/common/tables/keystone-fernet_tokens.xml:25(caption)
msgid "Description of Fernet tokens configuration options"
msgstr ""
#: ./doc/common/tables/keystone-fernet_tokens.xml:36(th)
msgid "[fernet_tokens]"
msgstr ""
#: ./doc/common/tables/keystone-fernet_tokens.xml:39(replaceable)
msgid "/etc/keystone/fernet-keys/"
msgstr ""
#: ./doc/common/tables/keystone-fernet_tokens.xml:40(td)
msgid "(StrOpt) Directory containing Fernet token keys."
msgstr ""
#: ./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:25(caption)
msgid "Description of revoke configuration options"
msgstr ""
#: ./doc/common/tables/keystone-revoke.xml:36(th)
msgid "[revoke]"
msgstr ""
#: ./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: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: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: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:25(caption)
msgid "Description of MySQL database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_mysql.xml:36(th)
msgid "[mysql]"
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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: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:87(replaceable) ./doc/common/tables/trove-db_mariadb.xml:87(replaceable)
msgid "400"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/manila-hpe3par.xml:25(caption)
msgid "Description of HPE 3PAR Share Driver configuration options"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:40(td) ./doc/common/tables/cinder-hpe3par.xml:40(td)
msgid "(StrOpt) 3PAR WSAPI Server Url like https://&lt;3par ip&gt;:8080/api/v1"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:44(td) ./doc/common/tables/cinder-hpe3par.xml:52(td)
msgid "(BoolOpt) Enable HTTP debugging to 3PAR"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:47(replaceable) ./doc/common/tables/cinder-hpe3par.xml:43(replaceable)
msgid "OpenStack"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:48(td)
msgid "(StrOpt) The File Provisioning Group (FPG) to use"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:52(td)
msgid "(BoolOpt) Use one filestore per share"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:56(td) ./doc/common/tables/cinder-hpe3par.xml:64(td)
msgid "(StrOpt) 3PAR password for the user specified in hpe3par_username"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:72(td)
msgid "(PortOpt) SSH port to use with SAN"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:76(td)
msgid "(StrOpt) The IP address for shares not using a share server"
msgstr ""
#: ./doc/common/tables/manila-hpe3par.xml:80(td) ./doc/common/tables/cinder-hpe3par.xml:76(td)
msgid "(StrOpt) 3PAR username with the 'edit' role"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:8(literal)
msgid "[filter-container_sync]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:24(replaceable)
msgid "//REALM/CLUSTER"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml:28(replaceable)
msgid "egg:swift#container_sync"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-auditor.xml:8(literal)
msgid "[container-auditor]"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-auditor.xml:21(td)
msgid "Maximum containers audited per second. Should be tuned according to individual system specs. 0 is unlimited. mounted to prevent accidentally writing to the root device process simultaneously (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. By increasing the number of workers to a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests."
msgstr ""
#: ./doc/common/tables/swift-container-server-container-auditor.xml:40(replaceable)
msgid "container-auditor"
msgstr ""
#: ./doc/common/tables/glance-replicator.xml:25(caption)
msgid "Description of replicator configuration options"
msgstr ""
#: ./doc/common/tables/glance-replicator.xml:40(td)
msgid "(ListOpt) Arguments for the command"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Command to be given to replicator"
msgstr ""
#: ./doc/common/tables/glance-replicator.xml:51(replaceable)
msgid "created_at date deleted_at location updated_at"
msgstr ""
#: ./doc/common/tables/glance-replicator.xml:52(td)
msgid "(StrOpt) List of fields to not replicate."
msgstr ""
#: ./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:60(td)
msgid "(BoolOpt) Only replicate metadata, not images."
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:7(caption)
msgid "Description of DHCP agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:22(td)
msgid "(BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:25(replaceable)
msgid "neutron.agent.linux.dhcp.Dnsmasq"
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:26(td)
msgid "(StrOpt) The driver used to manage the DHCP server."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:30(td)
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:92(td)
msgid "(StrOpt) Override the default dnsmasq settings with this file"
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:38(td)
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:157(replaceable)
msgid "16777216"
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:42(td)
msgid "(IntOpt) Limit number of leases to prevent a denial-of-service."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:46(td)
msgid "(BoolOpt) Support Metadata requests on isolated networks."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:50(td)
msgid "(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True"
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:54(td)
msgid "(BoolOpt) Force to use DHCP to get Metadata on all networks."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:58(td)
msgid "(IntOpt) Number of threads to use during sync process."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:62(td)
msgid "(IntOpt) Interval to resync."
msgstr ""
#: ./doc/common/tables/neutron-dhcp_agent.xml:66(td)
msgid "(BoolOpt) Allow overlapping IP. This option is deprecated and will be removed in a future release."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:7(caption)
msgid "Description of Nec configuration options"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:18(th)
msgid "[OFC]"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:22(td)
msgid "(IntOpt) Maximum attempts per OFC API request. NEC plugin retries API request to OFC when OFC returns ServiceUnavailable (503). The value must be greater than 0."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:26(td)
msgid "(StrOpt) Location of certificate file."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:29(replaceable)
msgid "trema"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:30(td)
msgid "(StrOpt) Driver to use."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:34(td)
msgid "(BoolOpt) Enable packet filter."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:38(td)
msgid "(StrOpt) Host to connect to."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:42(td) ./doc/common/tables/nova-ec2.xml:84(td)
msgid "(BoolOpt) Disable SSL certificate verification."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:46(td)
msgid "(StrOpt) Location of key file."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:50(td)
msgid "(StrOpt) Base URL of OFC REST API. It is prepended to each API request."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:53(replaceable) ./doc/common/tables/neutron-pd_linux_agent.xml:29(replaceable)
msgid "8888"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:54(td)
msgid "(StrOpt) Port to connect to."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:58(td)
msgid "(BoolOpt) Support packet filter on OFC router interface."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:62(td)
msgid "(BoolOpt) Use SSL to connect."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:65(th)
msgid "[PROVIDER]"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:68(replaceable)
msgid "l3-agent"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:69(td)
msgid "(StrOpt) Default router provider to use."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:72(replaceable)
msgid "l3-agent, openflow"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:73(td)
msgid "(ListOpt) List of enabled router providers."
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:76(th) ./doc/common/tables/neutron-fwaas.xml:18(th)
msgid "[fwaas]"
msgstr ""
#: ./doc/common/tables/neutron-nec.xml:80(td)
msgid "(StrOpt) Name of the FWaaS Driver"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:7(caption)
msgid "Description of Embrane configuration options"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:18(th) ./doc/common/tables/neutron-common.xml:251(th)
msgid "[heleos]"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:30(td)
msgid "(StrOpt) Dummy user traffic Security Zone id"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:38(td)
msgid "(StrOpt) In band Security Zone id"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:42(td)
msgid "(StrOpt) Management Security Zone id"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:46(td)
msgid "(StrOpt) Out of band Security Zone id"
msgstr ""
#: ./doc/common/tables/neutron-embrane.xml:54(td)
msgid "(StrOpt) Router image id (Embrane FW/VPN)"
msgstr ""
#: ./doc/common/tables/cinder-storage_gpfs.xml:25(caption)
msgid "Description of GPFS storage configuration options"
msgstr ""
#: ./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: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: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: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: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:59(replaceable) ./doc/common/tables/neutron-openvswitch_agent.xml:95(replaceable)
msgid "system"
msgstr ""
#: ./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:25(caption)
msgid "Description of SPICE configuration options"
msgstr ""
#: ./doc/common/tables/nova-spice.xml:36(th)
msgid "[spice]"
msgstr ""
#: ./doc/common/tables/nova-spice.xml:40(td)
msgid "(BoolOpt) Enable spice guest agent support"
msgstr ""
#: ./doc/common/tables/nova-spice.xml:44(td)
msgid "(BoolOpt) Enable spice related features"
msgstr ""
#: ./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: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: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:55(replaceable)
msgid "6082"
msgstr ""
#: ./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:59(replaceable) ./doc/common/tables/nova-vnc.xml:89(replaceable)
msgid "en-us"
msgstr ""
#: ./doc/common/tables/nova-spice.xml:60(td)
msgid "(StrOpt) Keymap for spice"
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) The address to which proxy clients (like nova-spicehtml5proxy) should connect"
msgstr ""
#: ./doc/common/tables/trove-db_couchbase.xml:25(caption)
msgid "Description of Couchbase database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_couchbase.xml:36(th)
msgid "[couchbase]"
msgstr ""
#: ./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:47(replaceable)
msgid "CbBackup"
msgstr ""
#: ./doc/common/tables/trove-db_couchbase.xml:55(replaceable)
msgid "/var/lib/couchbase"
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) Root controller implementation for couchbase."
msgstr ""
#: ./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:87(th)
msgid "[couchdb]"
msgstr ""
#: ./doc/common/tables/trove-db_couchbase.xml:106(replaceable)
msgid "/var/lib/couchdb"
msgstr ""
#: ./doc/common/tables/trove-db_couchbase.xml:119(td)
msgid "(StrOpt) Root controller implementation for couchdb."
msgstr ""
#: ./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:126(replaceable)
msgid "5984"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:39(replaceable)
msgid "trove.common.remote.cinder_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:40(td)
msgid "(StrOpt) Client to send Cinder calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:43(replaceable)
msgid "trove.common.remote.dns_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:44(td)
msgid "(StrOpt) Client to send DNS calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:47(replaceable)
msgid "trove.common.remote.guest_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:48(td)
msgid "(StrOpt) Client to send Guest Agent calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:51(replaceable)
msgid "trove.common.remote.heat_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:52(td)
msgid "(StrOpt) Client to send Heat calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:55(replaceable)
msgid "trove.common.remote.neutron_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:56(td)
msgid "(StrOpt) Client to send Neutron calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:59(replaceable)
msgid "trove.common.remote.nova_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:60(td)
msgid "(StrOpt) Client to send Nova calls to."
msgstr ""
#: ./doc/common/tables/trove-clients.xml:63(replaceable)
msgid "trove.common.remote.swift_client"
msgstr ""
#: ./doc/common/tables/trove-clients.xml:64(td)
msgid "(StrOpt) Client to send Swift calls to."
msgstr ""
#: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:8(literal) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:8(literal)
msgid "[app-proxy-server]"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:136(replaceable) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:20(replaceable) ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml:20(replaceable)
msgid "egg:swift#proxy"
msgstr ""
#: ./doc/common/tables/keystone-memcache.xml:25(caption)
msgid "Description of memcache configuration options"
msgstr ""
#: ./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:40(td)
msgid "(ListOpt) Memcache servers in the format of \"host:port\"."
msgstr ""
#: ./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:91(replaceable)
msgid "InnoDB"
msgstr ""
#: ./doc/common/tables/ironic-database.xml:92(td)
msgid "(StrOpt) MySQL engine to use."
msgstr ""
#: ./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:25(caption)
msgid "Description of volumes configuration options"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Waiting time interval (seconds) between block device allocation retries on failures"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Block storage IP address of this host"
msgstr ""
#: ./doc/common/tables/nova-volumes.xml:51(replaceable)
msgid "nova.volume.cinder.API"
msgstr ""
#: ./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:56(td)
msgid "(IntOpt) Interval in seconds for gathering volume usages"
msgstr ""
#: ./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: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:66(replaceable)
msgid "volumev2:cinderv2:publicURL"
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./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:75(td)
msgid "(BoolOpt) Allow attach between instance and volume in different availability zones."
msgstr ""
#: ./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: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: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: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: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:106(td)
msgid "(BoolOpt) Force V1 volume utility class"
msgstr ""
#: ./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:114(td)
msgid "(IntOpt) Interval between volume attachment attempts, in seconds"
msgstr ""
#: ./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:121(td)
msgid "(StrOpt) Directory where the glusterfs volume is mounted on the compute node"
msgstr ""
#: ./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:129(td)
msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node"
msgstr ""
#: ./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:137(td)
msgid "(IntOpt) Number of times to rescan iSCSI target to find volume"
msgstr ""
#: ./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:145(td)
msgid "(ListOpt) Protocols listed here will be accessed directly from QEMU. Currently supported protocols: [gluster]"
msgstr ""
#: ./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:153(td)
msgid "(StrOpt) The RADOS client name for accessing rbd volumes"
msgstr ""
#: ./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:160(replaceable) ./doc/common/tables/cinder-scality.xml:43(replaceable)
msgid "$state_path/scality"
msgstr ""
#: ./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: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:169(td)
msgid "(StrOpt) Directory where the SMBFS shares are mounted on the compute node"
msgstr ""
#: ./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:176(td)
msgid "(IntOpt) Time to wait for a block device to be created"
msgstr ""
#: ./doc/common/tables/keystone-mapping.xml:25(caption)
msgid "Description of mapping configuration options"
msgstr ""
#: ./doc/common/tables/keystone-mapping.xml:36(th)
msgid "[identity_mapping]"
msgstr ""
#: ./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: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: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: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:25(caption)
msgid "Description of VPN configuration options"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:39(replaceable)
msgid "$pybasedir/nova/cloudpipe/bootscript.template"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:40(td)
msgid "(StrOpt) Template for cloudpipe instance boot script"
msgstr ""
#: ./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:47(replaceable)
msgid "255.255.255.0"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:48(td)
msgid "(StrOpt) Netmask to push into openvpn config"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:51(replaceable)
msgid "10.0.0.0"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:52(td)
msgid "(StrOpt) Network to push into openvpn config"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:55(replaceable)
msgid "m1.tiny"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:56(td)
msgid "(StrOpt) Flavor for vpn instances"
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) Public IP for the cloudpipe VPN servers"
msgstr ""
#: ./doc/common/tables/nova-vpn.xml:67(replaceable)
msgid "-vpn"
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) First Vpn port for private networks"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml:36(replaceable)
msgid "catch_errors"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:7(caption)
msgid "Description of ML2 Cisco mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:22(td)
msgid "(StrOpt) Prefix for APIC domain/names/profiles created"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:25(th)
msgid "[ml2_cisco]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:29(td)
msgid "(BoolOpt) Enable strict host key checks when connecting to Nexus switches"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:33(td)
msgid "(StrOpt) The physical network managed by the switches."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:37(td)
msgid "(BoolOpt) Prevent caching ssh connections to Nexus device"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:41(td)
msgid "(BoolOpt) To make Nexus configuration persistent"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:45(td)
msgid "(BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:49(td)
msgid "(BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:52(replaceable)
msgid "p-"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:53(td)
msgid "(StrOpt) VLAN Name prefix for provider vlans"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:57(td)
msgid "(BoolOpt) Distribute SVI interfaces over all switches"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:61(td)
msgid "(IntOpt) Periodic time to check switch connection. (0=disabled)"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:64(replaceable)
msgid "q-"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:65(td)
msgid "(StrOpt) VLAN Name prefix"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:69(td)
msgid "(BoolOpt) Create and delete Nexus switch VXLAN global settings; feature nv overlay, feature vn-segment-vlan-based, interface nve + source-interface loopback"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:72(th)
msgid "[ml2_cisco_apic]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:76(td)
msgid "(FloatOpt) Interval between agent poll for topology (in sec)"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:80(td)
msgid "(FloatOpt) Interval between agent status updates (in sec)"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:83(replaceable)
msgid "${apic_system_id}_app"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:84(td)
msgid "(StrOpt) Name for the app profile used for Openstack"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:87(replaceable)
msgid "${apic_system_id}"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:88(td)
msgid "(StrOpt) Name for the domain created on APIC"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:91(replaceable)
msgid "${apic_system_id}_entity_profile"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:92(td)
msgid "(StrOpt) Name of the entity profile to be created"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:95(replaceable)
msgid "${apic_system_id}_function_profile"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:96(td)
msgid "(StrOpt) Name of the function profile to be created"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:100(td)
msgid "(ListOpt) The uplink ports to check for ACI connectivity"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:104(td)
msgid "(ListOpt) An ordered list of host names or IP addresses of the APIC controller(s)."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:107(replaceable)
msgid "${apic_system_id}_lacp_profile"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:108(td)
msgid "(StrOpt) Name of the LACP profile to be created"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:111(replaceable)
msgid "use_name"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:112(td)
msgid "(StrOpt) Name mapping strategy to use: use_uuid | use_name"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:115(replaceable)
msgid "${apic_system_id}_node_profile"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:116(td)
msgid "(StrOpt) Name of the node profile to be created"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:120(td)
msgid "(StrOpt) Password for the APIC controller"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:124(td)
msgid "(IntOpt) Synchronization interval in seconds"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:128(td)
msgid "(BoolOpt) Use SSL to connect to the APIC controller"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:132(td)
msgid "(StrOpt) Username for the APIC controller"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:135(replaceable)
msgid "${apic_system_id}_vlan_ns"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:136(td)
msgid "(StrOpt) Name for the vlan namespace to be used for Openstack"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:139(replaceable)
msgid "2:4093"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:140(td)
msgid "(StrOpt) Range of VLAN's to be used for Openstack"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:144(td)
msgid "(ListOpt) The switch pairs for VPC connectivity"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:150(replaceable)
msgid "default-pp"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:151(td)
msgid "(StrOpt) Cisco Nexus1000V default policy profile."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:155(td)
msgid "(IntOpt) Number of threads to use to make HTTP requests."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:159(td)
msgid "(IntOpt) HTTP timeout, in seconds, for connections to the Cisco Nexus1000V VSMs."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:163(td)
msgid "(ListOpt) Comma Separated IP Addresses of the Cisco Nexus1000V VSMs."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:167(td)
msgid "(StrOpt) Password for all configured Cisco Nexus1000V VSMs."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:171(td)
msgid "(IntOpt) Cisco Nexus1000V policy profile polling duration in seconds."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:175(td)
msgid "(BoolOpt) Restrict the visibility of network profiles to the tenants."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:179(td)
msgid "(BoolOpt) Restrict the visibility of policy profiles to the tenants."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:183(td)
msgid "(IntOpt) Time interval between consecutive neutron-VSM syncs."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:187(td)
msgid "(StrOpt) Username for all configured Cisco Nexus1000V VSMs."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:190(th)
msgid "[ml2_cisco_ucsm]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:193(replaceable)
msgid "1137:0071, 8086:10c9"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:194(td)
msgid "(ListOpt) List of comma separated vendor_id:product_id of SR_IOV capable devices supported by this MD. This MD supports both VM-FEX and SR-IOV devices."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:198(td)
msgid "(ListOpt) List of comma separated Host:Service Profile tuples providing the Service Profile associated with each Host to be supported by this MD."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:202(td)
msgid "(StrOpt) Cisco UCS Manager IP address. This is a required field to communicate with a Cisco UCS Manager."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:206(td)
msgid "(StrOpt) Password for UCS Manager. This is a required field to communicate with a Cisco UCS Manager."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:210(td)
msgid "(StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:213(th)
msgid "[ml2_type_nexus_vxlan]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:217(td)
msgid "(ListOpt) List of multicast groups to be used for global VNIDsin the format - a:b,c,e:f."
msgstr ""
#: ./doc/common/tables/neutron-ml2_cisco.xml:221(td)
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:40(td) ./doc/common/tables/manila-generic.xml:56(td)
msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder."
msgstr ""
#: ./doc/common/tables/sahara-clients.xml:44(td)
msgid "(IntOpt) Version of the Cinder API to use."
msgstr ""
#: ./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: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:52(td)
msgid "(StrOpt) Endpoint type for cinder client requests"
msgstr ""
#: ./doc/common/tables/sahara-clients.xml:55(th)
msgid "[heat]"
msgstr ""
#: ./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:63(td)
msgid "(StrOpt) Location of ca certificates file to use for heat client requests."
msgstr ""
#: ./doc/common/tables/sahara-clients.xml:67(td)
msgid "(StrOpt) Endpoint type for heat client requests"
msgstr ""
#: ./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:74(td)
msgid "(BoolOpt) Allow to perform insecure SSL requests to keystone."
msgstr ""
#: ./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:82(td)
msgid "(StrOpt) Endpoint type for keystone client requests"
msgstr ""
#: ./doc/common/tables/sahara-clients.xml:85(th)
msgid "[manila]"
msgstr ""
#: ./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:93(td)
msgid "(IntOpt) Version of the manila API to use."
msgstr ""
#: ./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:104(td)
msgid "(BoolOpt) Allow to perform insecure SSL requests to neutron."
msgstr ""
#: ./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:112(td)
msgid "(StrOpt) Endpoint type for neutron client requests"
msgstr ""
#: ./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: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: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:127(td)
msgid "(StrOpt) Endpoint type for nova client requests"
msgstr ""
#: ./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:138(td)
msgid "(StrOpt) Location of ca certificates file to use for swift client requests."
msgstr ""
#: ./doc/common/tables/sahara-clients.xml:142(td)
msgid "(StrOpt) Endpoint type for swift client requests"
msgstr ""
#: ./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:55(replaceable) ./doc/common/tables/trove-debug.xml:43(replaceable)
msgid "disabled"
msgstr ""
#: ./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: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:60(td)
msgid "(StrOpt) Connection type to the IBM Storage Array"
msgstr ""
#: ./doc/common/tables/cinder-xiv.xml:63(replaceable)
msgid "xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy"
msgstr ""
#: ./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:25(caption)
msgid "Description of EC2 configuration options"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) The IP address of the EC2 API server"
msgstr ""
#: ./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:51(replaceable) ./doc/common/tables/nova-ec2.xml:59(replaceable)
msgid "8773"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) The path prefix used to call the ec2 API server"
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:60(td)
msgid "(IntOpt) The port of the EC2 API server"
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) The protocol to use when connecting to the EC2 API server"
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) Time in seconds before ec2 timestamp expires"
msgstr ""
#: ./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:87(replaceable)
msgid "http://localhost:5000/v2.0/ec2tokens"
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:88(td)
msgid "(StrOpt) URL to get token from ec2 request."
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:92(td)
msgid "(IntOpt) Number of failed auths before lockout."
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:96(td)
msgid "(IntOpt) Number of minutes to lockout if triggered."
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:100(td)
msgid "(IntOpt) Number of minutes for lockout window."
msgstr ""
#: ./doc/common/tables/nova-ec2.xml:104(td)
msgid "(ListOpt) List of region=fqdn pairs separated by commas"
msgstr ""
#: ./doc/common/tables/neutron-fwaas.xml:7(caption)
msgid "Description of Firewall-as-a-Service configuration options"
msgstr ""
#: ./doc/common/tables/neutron-fwaas.xml:22(td)
msgid "(BoolOpt) Enable FWaaS"
msgstr ""
#: ./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:36(th) ./doc/common/tables/cinder-keymgr.xml:36(th)
msgid "[keymgr]"
msgstr ""
#: ./doc/common/tables/nova-keymgr.xml:39(replaceable)
msgid "nova.keymgr.conf_key_mgr.ConfKeyManager"
msgstr ""
#: ./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:44(td) ./doc/common/tables/cinder-keymgr.xml:52(td)
msgid "(StrOpt) Fixed key returned by key manager, specified in hex"
msgstr ""
#: ./doc/common/tables/cinder-storpool.xml:7(caption)
msgid "Description of StorPool volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-storpool.xml:22(td)
msgid "(IntOpt) The default StorPool chain replication value. Used when creating a volume with no specified type if storpool_template is not set. Also used for calculating the apparent free space reported in the stats."
msgstr ""
#: ./doc/common/tables/cinder-storpool.xml:26(td)
msgid "(StrOpt) The StorPool template for volumes with no type."
msgstr ""
#: ./doc/common/tables/manila-glusterfs.xml:25(caption)
msgid "Description of GlusterFS Share Drivers configuration options"
msgstr ""
#: ./doc/common/tables/manila-glusterfs.xml:40(td)
msgid "(StrOpt) Remote Ganesha server node's IP address."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Remote Ganesha server node's username."
msgstr ""
#: ./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:55(replaceable)
msgid "Gluster"
msgstr ""
#: ./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:60(td)
msgid "(StrOpt) Path of Manila host's private SSH key file."
msgstr ""
#: ./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:68(td)
msgid "(ListOpt) List of GlusterFS servers that can be used to create shares. Each GlusterFS server should be of the form [remoteuser@]&lt;volserver&gt;, and they are assumed to belong to distinct Gluster clusters."
msgstr ""
#: ./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:76(td)
msgid "(StrOpt) Specifies the GlusterFS volume to be mounted on the Manila host. It is of the form [remoteuser@]&lt;volserver&gt;:&lt;volid&gt;."
msgstr ""
#: ./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:25(caption)
msgid "Description of periodic configuration options"
msgstr ""
#: ./doc/common/tables/nova-periodic.xml:40(td)
msgid "(BoolOpt) Enable periodic tasks"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-ml2_ofa.xml:7(caption)
msgid "Description of ML2 ofagent mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_ofa.xml:22(td) ./doc/common/tables/neutron-openvswitch_agent.xml:41(td)
msgid "(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel."
msgstr ""
#: ./doc/common/tables/neutron-ml2_ofa.xml:26(td)
msgid "(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath"
msgstr ""
#: ./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: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:47(replaceable)
msgid "6385"
msgstr ""
#: ./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: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/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:39(replaceable) ./doc/common/tables/cinder-netapp_7mode_nfs.xml:39(replaceable)
msgid "720"
msgstr ""
#: ./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: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: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: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: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: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: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 ""
#: ./doc/common/tables/cinder-hpelefthand.xml:25(caption)
msgid "Description of HPE LeftHand/StoreVirtual driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:40(td)
msgid "(StrOpt) HPE LeftHand WSAPI Server Url like https://&lt;LeftHand ip&gt;:8081/lhos"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:44(td)
msgid "(StrOpt) HPE LeftHand cluster name"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:48(td)
msgid "(BoolOpt) Enable HTTP debugging to LeftHand"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:52(td)
msgid "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:56(td)
msgid "(StrOpt) HPE LeftHand Super user password"
msgstr ""
#: ./doc/common/tables/cinder-hpelefthand.xml:60(td)
msgid "(StrOpt) HPE LeftHand Super user username"
msgstr ""
#: ./doc/common/tables/octavia.xml:7(caption)
msgid "Description of Octavia configuration options"
msgstr ""
#: ./doc/common/tables/octavia.xml:22(td) ./doc/common/tables/octavia.xml:26(td)
msgid "(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level)."
msgstr ""
#: ./doc/common/tables/octavia.xml:30(td)
msgid "(StrOpt) The host IP to bind to the api service to ."
msgstr ""
#: ./doc/common/tables/octavia.xml:33(replaceable)
msgid "9876"
msgstr ""
#: ./doc/common/tables/octavia.xml:34(td)
msgid "(IntOpt) The port to bind to the api service to."
msgstr ""
#: ./doc/common/tables/octavia.xml:37(replaceable)
msgid "simulated_handler"
msgstr ""
#: ./doc/common/tables/octavia.xml:38(td)
msgid "(StrOpt) The handler that the API communicates with."
msgstr ""
#: ./doc/common/tables/octavia.xml:41(replaceable)
msgid "hot_plug_plugin"
msgstr ""
#: ./doc/common/tables/octavia.xml:42(td)
msgid "(StrOpt) Name of the controller plugin to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:46(td)
msgid "(StrOpt) Region in Identity service catalog to use for communication with the OpenStack services."
msgstr ""
#: ./doc/common/tables/octavia.xml:50(td)
msgid "(StrOpt) Hostname to be used by the host machine for services running on it.The default value is the hostname of the host machine."
msgstr ""
#: ./doc/common/tables/octavia.xml:56(replaceable)
msgid "mysql+pymysql://root:pass@127.0.0.1:3306/octavia"
msgstr ""
#: ./doc/common/tables/octavia.xml:57(td)
msgid "(StrOpt) The SQLAlchemy connection string used to connect to the database."
msgstr ""
#: ./doc/common/tables/octavia.xml:60(th)
msgid "[health_manager]"
msgstr ""
#: ./doc/common/tables/octavia.xml:64(td)
msgid "(StrOpt) IP address the controller will listen on for heart beats from the amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:67(replaceable)
msgid "5555"
msgstr ""
#: ./doc/common/tables/octavia.xml:68(td)
msgid "(IntOpt) Port number the controller will listen on for heart beats from the amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:72(td)
msgid "(StrOpt) List of controller ip and port pairs for the heartbeat receivers. Example [127.0.0.1:5555, 127.0.0.1:5555]."
msgstr ""
#: ./doc/common/tables/octavia.xml:76(td)
msgid "(IntOpt) Number of threads performing amphora failovers."
msgstr ""
#: ./doc/common/tables/octavia.xml:80(td)
msgid "(IntOpt) Number of threads performing amphora status update."
msgstr ""
#: ./doc/common/tables/octavia.xml:84(td)
msgid "(IntOpt) Sleep time between sending hearthbeats from the amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:88(td)
msgid "(StrOpt) key used to authenticate the heartbeat message sent by the amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:92(td)
msgid "(IntOpt) Interval, in seconds, to wait before failing over an amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:96(td)
msgid "(IntOpt) Sleep time between health checks in seconds."
msgstr ""
#: ./doc/common/tables/octavia.xml:100(td)
msgid "(IntOpt) sets the value of the heartbeat recv buffer."
msgstr ""
#: ./doc/common/tables/octavia.xml:106(replaceable)
msgid "https://localhost:5000/v3"
msgstr ""
#: ./doc/common/tables/octavia.xml:110(replaceable) ./doc/common/tables/octavia.xml:312(replaceable)
msgid "octavia"
msgstr ""
#: ./doc/common/tables/octavia.xml:111(td)
msgid "(StrOpt) Keystone account username."
msgstr ""
#: ./doc/common/tables/octavia.xml:115(td)
msgid "(StrOpt) Keystone account password."
msgstr ""
#: ./doc/common/tables/octavia.xml:118(replaceable) ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:24(replaceable) ./doc/common/tables/manila-generic.xml:47(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/octavia.xml:119(td)
msgid "(StrOpt) Keystone service account tenant name to validate user tokens."
msgstr ""
#: ./doc/common/tables/octavia.xml:126(th)
msgid "[keystone_authtoken_v3]"
msgstr ""
#: ./doc/common/tables/octavia.xml:130(td)
msgid "(StrOpt) Admin user keystone authentication domain."
msgstr ""
#: ./doc/common/tables/octavia.xml:134(td)
msgid "(StrOpt) Admin project keystone authentication domain."
msgstr ""
#: ./doc/common/tables/octavia.xml:137(th) ./doc/common/tables/neutron-lbaas.xml:91(th) ./doc/common/tables/neutron-common.xml:240(th)
msgid "[certificates]"
msgstr ""
#: ./doc/common/tables/octavia.xml:140(replaceable)
msgid "octavia.certificates.generator.LocalCertGenerator"
msgstr ""
#: ./doc/common/tables/octavia.xml:141(td)
msgid "(StrOpt) Class name which generate certificates."
msgstr ""
#: ./doc/common/tables/octavia.xml:144(replaceable)
msgid "octavia.certificates.manager.LocalCertManager"
msgstr ""
#: ./doc/common/tables/octavia.xml:145(td)
msgid "(StrOpt) Class name of certificate manager."
msgstr ""
#: ./doc/common/tables/octavia.xml:148(replaceable)
msgid "/etc/ssl/certs/ssl-cert-snakeoil.pem"
msgstr ""
#: ./doc/common/tables/octavia.xml:149(td)
msgid "(StrOpt) Absolute path to the CA Certificate for signing. Defaults to env[OS_OCTAVIA_TLS_CA_CERT].Local Cert generator only."
msgstr ""
#: ./doc/common/tables/octavia.xml:152(replaceable)
msgid "/etc/ssl/private/ssl-cert-snakeoil.key"
msgstr ""
#: ./doc/common/tables/octavia.xml:153(td)
msgid "(StrOpt) Absolute path to the Private Key for signing. Defaults to env[OS_OCTAVIA_TLS_CA_KEY].Local Cert generator only."
msgstr ""
#: ./doc/common/tables/octavia.xml:157(td)
msgid "(StrOpt) Passphrase for the Private Key. Defaults to env[OS_OCTAVIA_CA_KEY_PASS] or None.Local Cert generator only."
msgstr ""
#: ./doc/common/tables/octavia.xml:161(td)
msgid "(StrOpt) Certificate signing digest. Defaults to env[OS_OCTAVIA_CA_SIGNING_DIGEST] or sha256.Local Cert generator only."
msgstr ""
#: ./doc/common/tables/octavia.xml:164(replaceable)
msgid "/var/lib/octavia/certificates/"
msgstr ""
#: ./doc/common/tables/octavia.xml:165(td)
msgid "(StrOpt) Absolute path to the certificate storage directory. Defaults to env[OS_OCTAVIA_TLS_STORAGE].Local Cert manager only."
msgstr ""
#: ./doc/common/tables/octavia.xml:168(th)
msgid "[octavia_network]"
msgstr ""
#: ./doc/common/tables/octavia.xml:172(td)
msgid "(StrOpt) Network to communicate with amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:176(td)
msgid "(IntOpt) The maximum attempts to retry an action with the networking service."
msgstr ""
#: ./doc/common/tables/octavia.xml:180(td)
msgid "(IntOpt) Seconds to wait before retrying an action with the networking service."
msgstr ""
#: ./doc/common/tables/octavia.xml:183(th)
msgid "[haproxy_amphora]"
msgstr ""
#: ./doc/common/tables/octavia.xml:186(replaceable)
msgid "/var/lib/octavia"
msgstr ""
#: ./doc/common/tables/octavia.xml:187(td)
msgid "(StrOpt) Base directory for amphora files on amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:190(replaceable)
msgid "/var/lib/octavia/certs"
msgstr ""
#: ./doc/common/tables/octavia.xml:191(td)
msgid "(StrOpt) Base directory for cert storage on amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:194(replaceable)
msgid "/var/lib/octavia/custom_template"
msgstr ""
#: ./doc/common/tables/octavia.xml:195(td)
msgid "(StrOpt) Custom haproxy template."
msgstr ""
#: ./doc/common/tables/octavia.xml:198(replaceable)
msgid "/logs"
msgstr ""
#: ./doc/common/tables/octavia.xml:199(td)
msgid "(StrOpt) Base director for log on amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:203(td) ./doc/common/tables/octavia.xml:207(td)
msgid "(IntOpt) Retry threshold for connecting to amphorae."
msgstr ""
#: ./doc/common/tables/octavia.xml:210(replaceable)
msgid "barbican_cert_manager"
msgstr ""
#: ./doc/common/tables/octavia.xml:211(td)
msgid "(StrOpt) Name of the cert manager to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:214(replaceable)
msgid "ubuntu"
msgstr ""
#: ./doc/common/tables/octavia.xml:215(td)
msgid "(StrOpt) Name of user for access to amphora,ssh driver only."
msgstr ""
#: ./doc/common/tables/octavia.xml:218(replaceable)
msgid "/opt/stack/.ssh/id_rsa"
msgstr ""
#: ./doc/common/tables/octavia.xml:219(td)
msgid "(StrOpt) Local absolute path to the private key loaded on amphora at boot,ssh driver only."
msgstr ""
#: ./doc/common/tables/octavia.xml:223(td)
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:91(replaceable)
msgid "9191"
msgstr ""
#: ./doc/common/tables/octavia.xml:227(td)
msgid "(IntOpt) The port to bind to.REST driver only."
msgstr ""
#: ./doc/common/tables/octavia.xml:230(replaceable)
msgid "/usr/sbin/haproxy"
msgstr ""
#: ./doc/common/tables/octavia.xml:231(td)
msgid "(StrOpt) The full path to haproxy."
msgstr ""
#: ./doc/common/tables/octavia.xml:235(td)
msgid "(IntOpt) The respawn count for haproxy's upstart script."
msgstr ""
#: ./doc/common/tables/octavia.xml:239(td)
msgid "(IntOpt) The respawn interval for haproxy's upstart script."
msgstr ""
#: ./doc/common/tables/octavia.xml:243(td)
msgid "(StrOpt) The directory to store haproxy cert files in."
msgstr ""
#: ./doc/common/tables/octavia.xml:246(th)
msgid "[controller_worker]"
msgstr ""
#: ./doc/common/tables/octavia.xml:250(td)
msgid "(IntOpt) Retry attempts to wait for Amphora to become active."
msgstr ""
#: ./doc/common/tables/octavia.xml:254(td)
msgid "(IntOpt) Seconds to wait for an Amphora to become active."
msgstr ""
#: ./doc/common/tables/octavia.xml:258(td)
msgid "(StrOpt) Nova instance flavor id for the Amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:262(td)
msgid "(StrOpt) Glance image id for the Amphora image to boot."
msgstr ""
#: ./doc/common/tables/octavia.xml:266(td)
msgid "(StrOpt) SSH key name used to boot the Amphora.REST driver/or debugging."
msgstr ""
#: ./doc/common/tables/octavia.xml:270(td)
msgid "(StrOpt) Network to attach to the Amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:274(td)
msgid "(StrOpt) List of security groups to attach to the Amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:277(replaceable)
msgid "/etc/octavia/certs/ca_01.pem"
msgstr ""
#: ./doc/common/tables/octavia.xml:278(td)
msgid "(StrOpt) Client CA for the amphora agent to use.REST driver only."
msgstr ""
#: ./doc/common/tables/octavia.xml:281(replaceable)
msgid "amphora_noop_driver"
msgstr ""
#: ./doc/common/tables/octavia.xml:282(td)
msgid "(StrOpt) Name of the amphora driver to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:285(replaceable)
msgid "compute_noop_driver"
msgstr ""
#: ./doc/common/tables/octavia.xml:286(td)
msgid "(StrOpt) Name of the compute driver to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:289(replaceable)
msgid "network_noop_driver"
msgstr ""
#: ./doc/common/tables/octavia.xml:290(td)
msgid "(StrOpt) Name of the network driver to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:293(replaceable)
msgid "local_cert_generator"
msgstr ""
#: ./doc/common/tables/octavia.xml:294(td)
msgid "(StrOpt) Name of the cert generator to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:297(th)
msgid "[task_flow]"
msgstr ""
#: ./doc/common/tables/octavia.xml:300(replaceable)
msgid "serial"
msgstr ""
#: ./doc/common/tables/octavia.xml:301(td)
msgid "(StrOpt) TaskFlow engine to use."
msgstr ""
#: ./doc/common/tables/octavia.xml:305(td)
msgid "(IntOpt) The maximum number of workers."
msgstr ""
#: ./doc/common/tables/octavia.xml:309(th)
msgid "[oslo_messaging_rabbi]"
msgstr ""
#: ./doc/common/tables/octavia.xml:313(td)
msgid "(StrOpt) RabbitMQ username."
msgstr ""
#: ./doc/common/tables/octavia.xml:317(td)
msgid "(StrOpt) RabbitMQ password."
msgstr ""
#: ./doc/common/tables/octavia.xml:321(td)
msgid "(IntOpt) RabbitMQ port."
msgstr ""
#: ./doc/common/tables/octavia.xml:324(replaceable)
msgid "localhost:5672"
msgstr ""
#: ./doc/common/tables/octavia.xml:325(td)
msgid "(StrOpt) RabbitMQ host."
msgstr ""
#: ./doc/common/tables/octavia.xml:328(th)
msgid "[oslo_messaging]"
msgstr ""
#: ./doc/common/tables/octavia.xml:332(td)
msgid "(IntOpt) Queue Consumer Thread Pool Size."
msgstr ""
#: ./doc/common/tables/octavia.xml:335(replaceable)
msgid "octavia_prov"
msgstr ""
#: ./doc/common/tables/octavia.xml:336(td)
msgid "(StrOpt) Topic (i.e. Queue) Name."
msgstr ""
#: ./doc/common/tables/octavia.xml:339(th)
msgid "[house_keeping]"
msgstr ""
#: ./doc/common/tables/octavia.xml:343(td)
msgid "(IntOpt) Interval in seconds to initiate spare amphora checks."
msgstr ""
#: ./doc/common/tables/octavia.xml:347(td)
msgid "(IntOpt) Number of spare amphorae."
msgstr ""
#: ./doc/common/tables/octavia.xml:351(td)
msgid "(IntOpt) Cleanup interval for Deleted amphora."
msgstr ""
#: ./doc/common/tables/octavia.xml:355(td)
msgid "(IntOpt) Amphora expiry age in seconds. Default is 1 week."
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:25(caption)
msgid "Description of TripleO configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:36(th)
msgid "[hardware]"
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:39(replaceable)
msgid "snmp.yaml"
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:40(td)
msgid "(StrOpt) Configuration file for defining hardware snmp meters."
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:43(replaceable)
msgid "ro_snmp_user"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) SNMPd password of all the nodes running in the cloud."
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:51(replaceable)
msgid "snmp://"
msgstr ""
#: ./doc/common/tables/ceilometer-tripleo.xml:52(td)
msgid "(StrOpt) URL scheme to use for hardware nodes."
msgstr ""
#: ./doc/common/tables/swift-internal-client-DEFAULT.xml:8(filename) ./doc/common/tables/swift-internal-client-filter-catch_errors.xml:8(filename) ./doc/common/tables/swift-internal-client-app-proxy-server.xml:8(filename) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:8(filename) ./doc/common/tables/swift-internal-client-pipeline-main.xml:8(filename) ./doc/common/tables/swift-internal-client-filter-cache.xml:8(filename)
msgid "internal-client.conf"
msgstr ""
#: ./doc/common/tables/neutron-l2_agent.xml:7(caption)
msgid "Description of L2 agent extension configuration options"
msgstr ""
#: ./doc/common/tables/neutron-l2_agent.xml:18(th) ./doc/common/tables/ironic-agent.xml:36(th)
msgid "[agent]"
msgstr ""
#: ./doc/common/tables/neutron-l2_agent.xml:22(td)
msgid "(ListOpt) Extensions list to use"
msgstr ""
#: ./doc/common/tables/cinder-huawei.xml:25(caption)
msgid "Description of Huawei storage driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-huawei.xml:39(replaceable)
msgid "/etc/cinder/cinder_huawei_conf.xml"
msgstr ""
#: ./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:25(caption)
msgid "Description of Auth options for Swift access for VM configuration options"
msgstr ""
#: ./doc/common/tables/sahara-object_store_access.xml:36(th)
msgid "[object_store_access]"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of filesystem configuration options"
msgstr ""
#: ./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: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: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: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 ""
#: ./doc/common/tables/swift-container-server-app-container-server.xml:8(literal)
msgid "[app-container-server]"
msgstr ""
#: ./doc/common/tables/swift-container-server-app-container-server.xml:21(td)
msgid "Enable/Disable object versioning feature"
msgstr ""
#: ./doc/common/tables/swift-container-server-app-container-server.xml:52(replaceable)
msgid "container-server"
msgstr ""
#: ./doc/common/tables/swift-container-server-app-container-server.xml:60(replaceable)
msgid "egg:swift#container"
msgstr ""
#: ./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:39(replaceable)
msgid "/opt/hds/hnas/cinder_iscsi_conf.xml"
msgstr ""
#: ./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:43(replaceable)
msgid "/opt/hds/hnas/cinder_nfs_conf.xml"
msgstr ""
#: ./doc/common/tables/cinder-hds-hnas.xml:44(td)
msgid "(StrOpt) Configuration file for HDS NFS cinder plugin"
msgstr ""
#: ./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:36(th)
msgid "[CISCO_FABRIC_EXAMPLE]"
msgstr ""
#: ./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: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:48(td) ./doc/common/tables/cinder-zoning_fabric.xml:48(td)
msgid "(IntOpt) Connecting port"
msgstr ""
#: ./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: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: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: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:68(td)
msgid "(StrOpt) VSAN of the Fabric"
msgstr ""
#: ./doc/common/tables/cinder-solidfire.xml:25(caption)
msgid "Description of SolidFire driver configuration options"
msgstr ""
#: ./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: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: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: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: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:56(td)
msgid "(BoolOpt) Set 512 byte emulation on volume creation;"
msgstr ""
#: ./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: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:67(replaceable)
msgid "openstack-vtemplate"
msgstr ""
#: ./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/keystone-os_inherit.xml:25(caption)
msgid "Description of os_inherit configuration options"
msgstr ""
#: ./doc/common/tables/keystone-os_inherit.xml:36(th)
msgid "[os_inherit]"
msgstr ""
#: ./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:25(caption)
msgid "Description of Dot Hill volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-dothill.xml:40(td)
msgid "(StrOpt) DotHill API interface protocol."
msgstr ""
#: ./doc/common/tables/cinder-dothill.xml:56(td)
msgid "(BoolOpt) Whether to verify DotHill array SSL certificate."
msgstr ""
#: ./doc/common/tables/cinder-dothill.xml:60(td)
msgid "(StrOpt) DotHill array SSL certificate path."
msgstr ""
#: ./doc/common/tables/trove-db_cassandra.xml:25(caption)
msgid "Description of Cassandra database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_cassandra.xml:36(th)
msgid "[cassandra]"
msgstr ""
#: ./doc/common/tables/trove-db_cassandra.xml:55(replaceable)
msgid "/var/lib/cassandra"
msgstr ""
#: ./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/swift-proxy-server-filter-gatekeeper.xml:8(literal)
msgid "[filter-gatekeeper]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:36(replaceable)
msgid "gatekeeper"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml:40(replaceable)
msgid "egg:swift#gatekeeper"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:7(caption)
msgid "Description of Midonet configuration options"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:18(th)
msgid "[MIDONET]"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:21(replaceable)
msgid "midonet.neutron.client.api.MidonetApiClient"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:22(td)
msgid "(StrOpt) MidoNet client used to access MidoNet data storage."
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:26(td)
msgid "(StrOpt) IP that the cluster service can be reached on"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:29(replaceable)
msgid "8088"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:30(td)
msgid "(StrOpt) Port that the cluster service can be reached on"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:33(replaceable)
msgid "http://localhost:8080/midonet-api"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:34(td)
msgid "(StrOpt) MidoNet API server URI."
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:37(replaceable)
msgid "passw0rd"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:38(td)
msgid "(StrOpt) MidoNet admin password."
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:41(replaceable)
msgid "77777777-7777-7777-7777-777777777777"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:42(td)
msgid "(StrOpt) ID of the project that MidoNet admin user belongs to."
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:45(replaceable) ./doc/common/tables/neutron-vmware.xml:80(replaceable)
msgid "vxlan"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:46(td)
msgid "(StrOpt) Tunnel protocol used by Midonet"
msgstr ""
#: ./doc/common/tables/neutron-midonet.xml:50(td)
msgid "(StrOpt) MidoNet admin username."
msgstr ""
#: ./doc/common/tables/heat-metadata_api.xml:25(caption)
msgid "Description of metadata API configuration options"
msgstr ""
#: ./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: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:44(td)
msgid "(BoolOpt) Enables or disables quota checking for tenant networks"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:48(td)
msgid "(IntOpt) Number of instance cores allowed per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:51(replaceable)
msgid "nova.quota.DbQuotaDriver"
msgstr ""
#: ./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:60(td)
msgid "(IntOpt) Number of floating IPs allowed per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:63(replaceable)
msgid "10240"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:64(td)
msgid "(IntOpt) Number of bytes allowed per injected file"
msgstr ""
#: ./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:68(td)
msgid "(IntOpt) Length of injected file path"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:72(td)
msgid "(IntOpt) Number of injected files allowed"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:76(td)
msgid "(IntOpt) Number of instances allowed per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:80(td)
msgid "(IntOpt) Number of key pairs per user"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:84(td)
msgid "(IntOpt) Number of metadata items allowed per instance"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:88(td)
msgid "(IntOpt) Number of private networks allowed per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:91(replaceable)
msgid "51200"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:92(td)
msgid "(IntOpt) Megabytes of instance RAM allowed per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:96(td)
msgid "(IntOpt) Number of security rules per security group"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:100(td)
msgid "(IntOpt) Number of security groups per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:104(td)
msgid "(IntOpt) Number of servers per server group"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:108(td)
msgid "(IntOpt) Number of server groups per project"
msgstr ""
#: ./doc/common/tables/nova-quota.xml:115(td)
msgid "(IntOpt) Seconds between bandwidth updates for cells."
msgstr ""
#: ./doc/common/tables/cinder-scality.xml:25(caption)
msgid "Description of Scality SOFS volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-scality.xml:47(replaceable)
msgid "cinder/volumes"
msgstr ""
#: ./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:25(caption)
msgid "Description of cell configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "hypervisor=xenserver;kvm, os=linux;windows"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Type of cell"
msgstr ""
#: ./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:56(td)
msgid "(IntOpt) Interval, in seconds, for getting fresh cell information from the database."
msgstr ""
#: ./doc/common/tables/nova-cells.xml:59(replaceable)
msgid "nova.cells.rpc_driver.CellsRPCDriver"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:60(td)
msgid "(StrOpt) Cells communication driver to use"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:64(td)
msgid "(BoolOpt) Enable cell functionality"
msgstr ""
#: ./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: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:75(replaceable)
msgid "nova.cells.manager.CellsManager"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:76(td)
msgid "(StrOpt) Manager for cells"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:80(td)
msgid "(IntOpt) Maximum number of hops for cells routing."
msgstr ""
#: ./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:87(replaceable) ./doc/common/tables/nova-scheduler.xml:189(replaceable)
msgid "-10000.0"
msgstr ""
#: ./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: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:139(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:92(td)
msgid "(StrOpt) Name of this cell"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:96(td)
msgid "(FloatOpt) Multiplier used to weigh offset weigher."
msgstr ""
#: ./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:103(replaceable)
msgid "cells"
msgstr ""
#: ./doc/common/tables/nova-cells.xml:104(td)
msgid "(StrOpt) The topic cells nodes listen on"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:21(td)
msgid "If set to 'true' authorized accounts that do not yet exist within the Swift cluster will be automatically created."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:25(td)
msgid "Whether account PUTs and DELETEs are even callable"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:33(td)
msgid "Chunk size to read from clients"
msgstr ""
#: ./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)
msgid "Error count to consider a node error limited"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:57(td)
msgid "If set to a positive value, trying to create a container when the account already has at least this maximum containers will result in a 403 Forbidden. Note: This is a soft limit, meaning a user might exceed the cap for recheck_account_existence before the 403s kick in."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:61(td)
msgid "is a comma separated list of account names that ignore the max_containers_per_account cap."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:73(td)
msgid "Chunk size to read from object servers"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:77(td)
msgid "Set object_post_as_copy = false to turn on fast posts where only the metadata changes are stored anew and the original data file is kept in place. This makes for quicker posts; but since the container metadata isn't updated in this mode, features like container sync won't be able to sync posts."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:88(replaceable)
msgid "r1z1=100, r1z2=200, r2=300"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:93(td)
msgid "Cache timeout in seconds to send memcached for account existence"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:97(td)
msgid "Cache timeout in seconds to send memcached for container existence"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:100(replaceable)
msgid "node_timeout"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:101(td)
msgid "Request timeout to external services for requests that, on failure, can be recovered from. For example, object GET. from a client external services"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:104(replaceable) ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:144(replaceable)
msgid "2 * replicas"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:105(td)
msgid "* replicas Set to the number of nodes to contact for a normal request. You can use '* replicas' at the end to have it use the number given times the number of replicas for the ring being used for the request. conf file for values will only be shown to the list of swift_owners. The exact default definition of a swift_owner is headers&gt; up to the auth system in use, but usually indicates administrative responsibilities. paste.deploy to use for auth. To use tempauth set to: `egg:swift#tempauth` each request"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:120(replaceable)
msgid "proxy-server"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:124(replaceable)
msgid "shuffle"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:128(replaceable)
msgid "x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-container-meta-temp-url-key, x-container-meta-temp-url-key-2, x-account-access-control"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:129(td)
msgid "These are the headers whose conf file for values will only be shown to the list of swift_owners. The exact default definition of a swift_owner is headers&gt; up to the auth system in use, but usually indicates administrative responsibilities. paste.deploy to use for auth. To use tempauth set to: `egg:swift#tempauth` each request"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:140(replaceable)
msgid "r1, r2"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:141(td)
msgid "This setting lets you trade data distribution for throughput. It makes the proxy server prefer local back-end servers for object PUT requests over non-local ones. Note that only object PUT requests are affected by the write_affinity setting; POST, GET, HEAD, DELETE, OPTIONS, and account/container PUT requests are not affected. The format is r&lt;N&gt; for region N or r&lt;N&gt;z&lt;M&gt; for region N, zone M. If this is set, then when handling an object PUT request, some number (see the write_affinity_node_count setting) of local backend servers will be tried before any nonlocal ones. Example: try to write to regions 1 and 2 before writing to any other nodes: write_affinity = r1, r2"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml:145(td)
msgid "This setting is only useful in conjunction with write_affinity; it governs how many local object servers will be tried before falling back to non-local ones. You can use '* replicas' at the end to have it use the number given times the number of replicas for the ring being used for the request: write_affinity_node_count = 2 * replicas"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:7(caption)
msgid "Description of Load-Balancer-as-a-Service configuration options"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:25(replaceable) ./doc/common/tables/neutron-lbaas.xml:41(replaceable)
msgid "neutron_lbaas.services.loadbalancer.agent_scheduler.ChanceScheduler"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:26(td) ./doc/common/tables/neutron-lbaas.xml:42(td)
msgid "(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:29(replaceable) ./doc/common/tables/neutron-lbaas.xml:37(replaceable)
msgid "neutron_lbaas.agent_scheduler.ChanceScheduler"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:30(td) ./doc/common/tables/neutron-lbaas.xml:38(td)
msgid "(StrOpt) Driver to use for scheduling to a default loadbalancer agent"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:45(th) ./doc/common/tables/neutron-lbaas.xml:102(th)
msgid "[service_auth]"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:48(replaceable) ./doc/common/tables/neutron-lbaas.xml:125(replaceable)
msgid "http://127.0.0.1:5000/v2.0"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:49(td) ./doc/common/tables/neutron-lbaas.xml:126(td)
msgid "(StrOpt) Authentication endpoint"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:53(td) ./doc/common/tables/neutron-lbaas.xml:114(td)
msgid "(StrOpt) The service admin tenant name"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:57(td) ./doc/common/tables/neutron-lbaas.xml:118(td)
msgid "(StrOpt) The service admin user name"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:61(td) ./doc/common/tables/neutron-lbaas.xml:106(td)
msgid "(StrOpt) The service admin password"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:65(td) ./doc/common/tables/neutron-lbaas.xml:122(td)
msgid "(StrOpt) The admin user domain name"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:69(td) ./doc/common/tables/neutron-lbaas.xml:110(td)
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:99(replaceable) ./doc/common/tables/neutron-ml2_arista.xml:33(replaceable)
msgid "RegionOne"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:73(td) ./doc/common/tables/neutron-lbaas.xml:134(td)
msgid "(StrOpt) The deployment region"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:76(replaceable) ./doc/common/tables/neutron-lbaas.xml:137(replaceable)
msgid "lbaas"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:77(td) ./doc/common/tables/neutron-lbaas.xml:138(td)
msgid "(StrOpt) The name of the service"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:81(td) ./doc/common/tables/neutron-lbaas.xml:130(td)
msgid "(StrOpt) The auth version used to authenticate"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:94(replaceable) ./doc/common/tables/neutron-common.xml:243(replaceable)
msgid "barbican"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:95(td) ./doc/common/tables/neutron-common.xml:244(td)
msgid "(StrOpt) Certificate Manager plugin. Defaults to barbican."
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:98(replaceable) ./doc/common/tables/neutron-common.xml:247(replaceable)
msgid "/var/lib/neutron-lbaas/certificates/"
msgstr ""
#: ./doc/common/tables/neutron-lbaas.xml:99(td) ./doc/common/tables/neutron-common.xml:248(td)
msgid "(StrOpt) Absolute path to the certificate storage directory. Defaults to env[OS_LBAAS_TLS_STORAGE]."
msgstr ""
#: ./doc/common/tables/cinder-drbd.xml:25(caption)
msgid "Description of DRBD configuration options"
msgstr ""
#: ./doc/common/tables/cinder-drbd.xml:40(td)
msgid "(StrOpt) Number of nodes that should replicate the data."
msgstr ""
#: ./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:36(th)
msgid "[service_types]"
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:39(replaceable)
msgid "image"
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:40(td)
msgid "(StrOpt) Glance service type."
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:43(replaceable)
msgid "energy"
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:44(td)
msgid "(StrOpt) Kwapi service type."
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:48(td)
msgid "(StrOpt) Neutron service type."
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:52(td)
msgid "(StrOpt) Nova service type."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Radosgw service type."
msgstr ""
#: ./doc/common/tables/ceilometer-service_types.xml:60(td)
msgid "(StrOpt) Swift service type."
msgstr ""
#: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml:8(literal)
msgid "[container-reconciler]"
msgstr ""
#: ./doc/common/tables/cinder-infortrend.xml:25(caption)
msgid "Description of Infortrend volume driver configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "/opt/bin/Infortrend/raidcmd_ESDS10.jar"
msgstr ""
#: ./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: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:52(td)
msgid "(StrOpt) Infortrend raid pool name list. It is separated with comma."
msgstr ""
#: ./doc/common/tables/cinder-infortrend.xml:55(replaceable)
msgid "full"
msgstr ""
#: ./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: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: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: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: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:25(caption)
msgid "Description of Rados gateway configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-rgw.xml:36(th)
msgid "[rgw_admin_credentials]"
msgstr ""
#: ./doc/common/tables/ceilometer-rgw.xml:40(td)
msgid "(StrOpt) Access key for Radosgw Admin."
msgstr ""
#: ./doc/common/tables/ceilometer-rgw.xml:44(td)
msgid "(StrOpt) Secret key for Radosgw Admin."
msgstr ""
#: ./doc/common/tables/ironic-dhcp.xml:25(caption)
msgid "Description of DHCP configuration options"
msgstr ""
#: ./doc/common/tables/ironic-dhcp.xml:36(th)
msgid "[dhcp]"
msgstr ""
#: ./doc/common/tables/ironic-dhcp.xml:39(replaceable) ./doc/common/tables/neutron-amqp.xml:21(replaceable) ./doc/common/tables/manila-generic.xml:139(replaceable) ./doc/common/tables/ceilometer-exchange.xml:75(replaceable)
msgid "neutron"
msgstr ""
#: ./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:25(caption)
msgid "Description of Huawei Share Driver configuration options"
msgstr ""
#: ./doc/common/tables/manila-huawei.xml:39(replaceable)
msgid "/etc/manila/manila_huawei_conf.xml"
msgstr ""
#: ./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:25(caption)
msgid "Description of Percona database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_percona.xml:36(th)
msgid "[percona]"
msgstr ""
#: ./doc/common/tables/trove-db_percona.xml:63(replaceable)
msgid "NETOU7897NNLOU"
msgstr ""
#: ./doc/common/tables/trove-db_percona.xml:64(td)
msgid "(StrOpt) Password for replication slave user."
msgstr ""
#: ./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: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:80(td)
msgid "(StrOpt) Root controller implementation for percona."
msgstr ""
#: ./doc/common/tables/trove-db_percona.xml:95(replaceable) ./doc/common/tables/trove-db_pxc.xml:115(replaceable)
msgid "450"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:8(literal) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:8(literal) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:8(literal) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:8(literal)
msgid "[filter-healthcheck]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml:24(replaceable) ./doc/common/tables/swift-object-server-filter-healthcheck.xml:24(replaceable) ./doc/common/tables/swift-account-server-filter-healthcheck.xml:24(replaceable) ./doc/common/tables/swift-container-server-filter-healthcheck.xml:24(replaceable)
msgid "egg:swift#healthcheck"
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:7(caption)
msgid "Description of ML2 configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:18(th)
msgid "[ml2]"
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:22(td)
msgid "(ListOpt) An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:26(td)
msgid "(StrOpt) Default network type for external networks when no provider attributes are specified. By default it is None, which means that if provider attributes are not specified while creating external networks then they will have the same type as tenant networks. Allowed values for external_network_type config option depend on the network type values configured in type_drivers config option."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:30(td)
msgid "(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:34(td)
msgid "(IntOpt) The maximum permissible size of an unfragmented packet travelling from and to addresses where encapsulated Neutron traffic is sent. If &lt;= 0, the path MTU is indeterminate."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:38(td)
msgid "(ListOpt) A list of mappings of physical networks to MTU values. The format of the mapping is &lt;physnet&gt;:&lt;mtu val&gt;. This mapping allows specifying a physical network MTU value that differs from the default segment_mtu value."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:42(td)
msgid "(IntOpt) The maximum permissible size of an unfragmented packet travelling a L2 network segment. If &lt;= 0, the segment MTU is indeterminate."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:46(td)
msgid "(ListOpt) Ordered list of network_types to allocate as tenant networks."
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:49(replaceable)
msgid "local, flat, vlan, gre, vxlan, geneve"
msgstr ""
#: ./doc/common/tables/neutron-ml2.xml:50(td)
msgid "(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace."
msgstr ""
#: ./doc/common/tables/neutron-ipv6_ra.xml:7(caption)
msgid "Description of IPv6 router advertisement configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ipv6_ra.xml:21(replaceable)
msgid "$state_path/ra"
msgstr ""
#: ./doc/common/tables/neutron-ipv6_ra.xml:22(td)
msgid "(StrOpt) Location to store IPv6 RA config files"
msgstr ""
#: ./doc/common/tables/trove-db_db2.xml:25(caption)
msgid "Description of DB2 database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_db2.xml:36(th)
msgid "[db2]"
msgstr ""
#: ./doc/common/tables/trove-db_db2.xml:55(replaceable)
msgid "PUBLIC, DB2INST1"
msgstr ""
#: ./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:59(replaceable)
msgid "/home/db2inst1/db2inst1"
msgstr ""
#: ./doc/common/tables/trove-db_db2.xml:72(td)
msgid "(StrOpt) Root controller implementation for db2."
msgstr ""
#: ./doc/common/tables/trove-db_db2.xml:79(replaceable)
msgid "50000"
msgstr ""
#: ./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: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: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:48(td)
msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to glance."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Default glance hostname or IP address."
msgstr ""
#: ./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: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:64(td)
msgid "(IntOpt) Default glance port."
msgstr ""
#: ./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: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: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: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:79(replaceable) ./doc/common/tables/ceilometer-exchange.xml:51(replaceable)
msgid "glance"
msgstr ""
#: ./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: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: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:91(replaceable)
msgid "1200"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of VirtualBox configuration options"
msgstr ""
#: ./doc/common/tables/ironic-virtualbox.xml:36(th)
msgid "[virtualbox]"
msgstr ""
#: ./doc/common/tables/ironic-virtualbox.xml:39(replaceable)
msgid "18083"
msgstr ""
#: ./doc/common/tables/ironic-virtualbox.xml:40(td)
msgid "(IntOpt) Port on which VirtualBox web service is listening."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:7(caption)
msgid "Description of VPNaaS libreSwan plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:18(th)
msgid "[libreswan]"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:21(replaceable)
msgid "1.5"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:22(td)
msgid "(FloatOpt) A factor to increase the retry interval for each retry"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:26(td)
msgid "(IntOpt) The maximum number of retries for checking for pluto daemon shutdown"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_libreswan.xml:30(td)
msgid "(IntOpt) Initial interval in seconds for checking if pluto daemon is shutdown"
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 versioned_writes proxy-logging proxy-server"
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:25(caption)
msgid "Description of HDFS Share Driver configuration options"
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:40(td)
msgid "(StrOpt) The IP of the HDFS namenode."
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:43(replaceable)
msgid "9000"
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:44(td)
msgid "(PortOpt) The port of HDFS namenode service."
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:48(td)
msgid "(StrOpt) HDFS namenode ssh login name."
msgstr ""
#: ./doc/common/tables/manila-hdfs.xml:52(td)
msgid "(PortOpt) HDFS namenode SSH port."
msgstr ""
#: ./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: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:25(caption)
msgid "Description of Pure Storage driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-pure.xml:40(td)
msgid "(StrOpt) REST API authorization token."
msgstr ""
#: ./doc/common/tables/neutron-ml2_sriov.xml:7(caption)
msgid "Description of ML2 ML2 SR-IOV driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_sriov.xml:18(th)
msgid "[ml2_sriov]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_sriov.xml:22(td)
msgid "(BoolOpt) SRIOV neutron agent is required for port binding. DEPRECATED: This option is deprecated in the Liberty release and will be removed in the Mitaka release. From Mitaka the agent will always be required."
msgstr ""
#: ./doc/common/tables/neutron-ml2_sriov.xml:25(replaceable)
msgid "15b3:1004, 8086:10ca"
msgstr ""
#: ./doc/common/tables/neutron-ml2_sriov.xml:26(td)
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:25(caption)
msgid "Description of agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:21(replaceable)
msgid "$state_path/external/pids"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:22(td)
msgid "(StrOpt) Location to store child pid files"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:26(td)
msgid "(IntOpt) MTU setting for device."
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:29(replaceable) ./doc/common/tables/neutron-pd_linux_agent.xml:25(replaceable)
msgid "dibbler"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:30(td)
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: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 ""
#: ./doc/common/tables/neutron-agent.xml:40(replaceable)
msgid "Open vSwitch agent"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:41(td)
msgid "(StrOpt) Selects the Agent Type reported"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:45(td)
msgid "(LengthStrOpt) Availability zone of this node"
msgstr ""
#: ./doc/common/tables/neutron-agent.xml:49(td) ./doc/common/tables/neutron-ml2_mlnx.xml:30(td) ./doc/common/tables/neutron-linuxbridge_agent.xml:26(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Maximum permissible number of items that could be returned by a request"
msgstr ""
#: ./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:59(replaceable)
msgid "glance.db.sqlalchemy.api"
msgstr ""
#: ./doc/common/tables/glance-common.xml:60(td)
msgid "(StrOpt) Python module path of data access API"
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) Maximum number of locations allowed on an image. Negative values evaluate to unlimited."
msgstr ""
#: ./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:80(td)
msgid "(IntOpt) Maximum number of properties allowed on an image. Negative values evaluate to unlimited."
msgstr ""
#: ./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: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: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:99(replaceable)
msgid "/etc/glance/metadefs/"
msgstr ""
#: ./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: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:107(replaceable)
msgid "roles"
msgstr ""
#: ./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: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: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: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:130(th)
msgid "[image_format]"
msgstr ""
#: ./doc/common/tables/glance-common.xml:133(replaceable)
msgid "ami, ari, aki, bare, ovf, ova"
msgstr ""
#: ./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:137(replaceable)
msgid "ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso"
msgstr ""
#: ./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:148(th)
msgid "[task]"
msgstr ""
#: ./doc/common/tables/glance-common.xml:151(replaceable)
msgid "taskflow"
msgstr ""
#: ./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:155(replaceable)
msgid "48"
msgstr ""
#: ./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: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: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:44(td)
msgid "(BoolOpt) Enable the preview Stack Abandon feature."
msgstr ""
#: ./doc/common/tables/heat-api.xml:48(td)
msgid "(BoolOpt) Enable the preview Stack Adopt feature."
msgstr ""
#: ./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:59(replaceable)
msgid "heat_stack_user"
msgstr ""
#: ./doc/common/tables/heat-api.xml:60(td)
msgid "(StrOpt) Keystone role for heat template-defined users."
msgstr ""
#: ./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: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: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: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:80(td)
msgid "(IntOpt) Number of heat-engine processes to fork and run."
msgstr ""
#: ./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:88(td)
msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)."
msgstr ""
#: ./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:96(td)
msgid "(StrOpt) Keystone password for stack_domain_admin user."
msgstr ""
#: ./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: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: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: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:115(th)
msgid "[auth_password]"
msgstr ""
#: ./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:123(td) ./doc/common/tables/heat-api.xml:154(td)
msgid "(BoolOpt) Allow orchestration of multiple clouds."
msgstr ""
#: ./doc/common/tables/heat-api.xml:126(th)
msgid "[ec2authtoken]"
msgstr ""
#: ./doc/common/tables/heat-api.xml:134(td)
msgid "(StrOpt) Authentication Endpoint URI."
msgstr ""
#: ./doc/common/tables/heat-api.xml:157(th)
msgid "[eventlet_opts]"
msgstr ""
#: ./doc/common/tables/heat-api.xml:168(th)
msgid "[heat_api]"
msgstr ""
#: ./doc/common/tables/heat-api.xml:179(replaceable)
msgid "8004"
msgstr ""
#: ./doc/common/tables/heat-api.xml:240(td)
msgid "(StrOpt) The API paste config file to use."
msgstr ""
#: ./doc/common/tables/heat-api.xml:244(td)
msgid "(StrOpt) The flavor to use."
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:25(caption)
msgid "Description of iRMC configuration options"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:36(th)
msgid "[irmc]"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Authentication method to be used for iRMC operations, either \"basic\" or \"digest\""
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:44(td)
msgid "(IntOpt) Timeout (in seconds) for iRMC operations"
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) IP of remote image server"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:55(replaceable)
msgid "share"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:56(td)
msgid "(StrOpt) share name of remote_image_server"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:59(replaceable)
msgid "/remote_image_share_root"
msgstr ""
#: ./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:63(replaceable)
msgid "CIFS"
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) Domain name of remote_image_user_name"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:72(td)
msgid "(StrOpt) User name of remote_image_server"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:76(td)
msgid "(StrOpt) Password of remote_image_user_name"
msgstr ""
#: ./doc/common/tables/ironic-irmc.xml:79(replaceable)
msgid "ipmitool"
msgstr ""
#: ./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:25(caption)
msgid "Description of XenAPI configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-xenapi.xml:36(th)
msgid "[xenapi]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) URL for connection to XenServer/Xen Cloud Platform."
msgstr ""
#: ./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: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:25(caption)
msgid "Description of IBM FlashSystem volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-flashsystem.xml:39(replaceable)
msgid "FC"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Default iSCSI Port ID of FlashSystem. (Default port is 0.)"
msgstr ""
#: ./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:52(td)
msgid "(BoolOpt) Connect with multipath (FC only).(Default is false.)"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Autoassigning floating IP to VM"
msgstr ""
#: ./doc/common/tables/nova-network.xml:48(td)
msgid "(IntOpt) Number of addresses reserved for vpn clients"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Name of network to use to set access IPs for instances"
msgstr ""
#: ./doc/common/tables/nova-network.xml:60(td)
msgid "(StrOpt) Default pool for floating IPs"
msgstr ""
#: ./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:67(replaceable) ./doc/common/tables/sahara-common.xml:127(replaceable)
msgid "novalocal"
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) Lifetime of a DHCP lease in seconds"
msgstr ""
#: ./doc/common/tables/nova-network.xml:75(replaceable)
msgid "$bindir/nova-dhcpbridge"
msgstr ""
#: ./doc/common/tables/nova-network.xml:76(td)
msgid "(StrOpt) Location of nova-dhcpbridge"
msgstr ""
#: ./doc/common/tables/nova-network.xml:79(replaceable)
msgid "['/etc/nova/nova-dhcpbridge.conf']"
msgstr ""
#: ./doc/common/tables/nova-network.xml:80(td)
msgid "(MultiStrOpt) Location of flagfiles for dhcpbridge"
msgstr ""
#: ./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:88(td)
msgid "(IntOpt) Number of seconds to wait between runs of updates to DNS entries."
msgstr ""
#: ./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:100(td)
msgid "(FloatOpt) Number of seconds to wait between ebtables retries."
msgstr ""
#: ./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:108(td)
msgid "(IntOpt) Seconds after which a deallocated IP is disassociated"
msgstr ""
#: ./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:116(td)
msgid "(StrOpt) FlatDhcp will bridge into this interface if set"
msgstr ""
#: ./doc/common/tables/nova-network.xml:120(td)
msgid "(StrOpt) Bridge for simple network instances"
msgstr ""
#: ./doc/common/tables/nova-network.xml:123(replaceable)
msgid "8.8.4.4"
msgstr ""
#: ./doc/common/tables/nova-network.xml:124(td)
msgid "(StrOpt) DNS server for simple network"
msgstr ""
#: ./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:128(td)
msgid "(StrOpt) Full class name for the DNS Manager for floating IPs"
msgstr ""
#: ./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: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:139(replaceable)
msgid "['all']"
msgstr ""
#: ./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:144(td)
msgid "(StrOpt) Default IPv4 gateway"
msgstr ""
#: ./doc/common/tables/nova-network.xml:147(replaceable)
msgid "$pybasedir/nova/virt/interfaces.template"
msgstr ""
#: ./doc/common/tables/nova-network.xml:148(td)
msgid "(StrOpt) Template file for injected network"
msgstr ""
#: ./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:156(td)
msgid "(StrOpt) Full class name for the DNS Manager for instance IPs"
msgstr ""
#: ./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:163(replaceable)
msgid "DROP"
msgstr ""
#: ./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: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:171(replaceable)
msgid "nova.network.l3.LinuxNetL3"
msgstr ""
#: ./doc/common/tables/nova-network.xml:172(td)
msgid "(StrOpt) Indicates underlying L3 management library"
msgstr ""
#: ./doc/common/tables/nova-network.xml:175(replaceable)
msgid "nova.network.linux_net.LinuxBridgeInterfaceDriver"
msgstr ""
#: ./doc/common/tables/nova-network.xml:176(td)
msgid "(StrOpt) Driver used to create ethernet devices."
msgstr ""
#: ./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: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:188(td)
msgid "(IntOpt) Number of times to retry network allocation on failures"
msgstr ""
#: ./doc/common/tables/nova-network.xml:191(replaceable)
msgid "nova.network.api.API"
msgstr ""
#: ./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: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:199(replaceable)
msgid "nova.network.linux_net"
msgstr ""
#: ./doc/common/tables/nova-network.xml:200(td)
msgid "(StrOpt) Driver to use for network creation"
msgstr ""
#: ./doc/common/tables/nova-network.xml:203(replaceable)
msgid "nova.network.manager.VlanManager"
msgstr ""
#: ./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:208(td)
msgid "(IntOpt) Number of addresses in each private subnet"
msgstr ""
#: ./doc/common/tables/nova-network.xml:212(td)
msgid "(StrOpt) The topic network nodes listen on"
msgstr ""
#: ./doc/common/tables/nova-network.xml:215(replaceable)
msgid "$state_path/networks"
msgstr ""
#: ./doc/common/tables/nova-network.xml:216(td)
msgid "(StrOpt) Location to keep network config files"
msgstr ""
#: ./doc/common/tables/nova-network.xml:220(td)
msgid "(IntOpt) Number of networks to support"
msgstr ""
#: ./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:227(replaceable) ./doc/common/tables/neutron-brocade.xml:21(replaceable)
msgid "eth0"
msgstr ""
#: ./doc/common/tables/nova-network.xml:228(td)
msgid "(StrOpt) Interface for public IP addresses"
msgstr ""
#: ./doc/common/tables/nova-network.xml:232(td)
msgid "(StrOpt) Public IP of network host"
msgstr ""
#: ./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:240(td)
msgid "(BoolOpt) Send gratuitous ARPs for HA setup"
msgstr ""
#: ./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: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: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: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: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:264(td)
msgid "(StrOpt) Control for checking for default networks"
msgstr ""
#: ./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:272(td)
msgid "(StrOpt) VLANs will bridge into this interface if set"
msgstr ""
#: ./doc/common/tables/nova-network.xml:276(td)
msgid "(IntOpt) First VLAN for private networks"
msgstr ""
#: ./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: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: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:289(replaceable)
msgid "vmnic0"
msgstr ""
#: ./doc/common/tables/nova-network.xml:290(td)
msgid "(StrOpt) Physical ethernet adapter name for vlan networking"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml:8(literal)
msgid "[filter-domain_remap]"
msgstr ""
#: ./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:29(td)
msgid "Reseller prefix"
msgstr ""
#: ./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: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: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:57(replaceable)
msgid "egg:swift#domain_remap"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-filter-cache.xml:8(literal) ./doc/common/tables/swift-proxy-server-filter-cache.xml:8(literal) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:8(literal) ./doc/common/tables/swift-internal-client-filter-cache.xml:8(literal)
msgid "[filter-cache]"
msgstr ""
#: ./doc/common/tables/swift-object-expirer-filter-cache.xml:20(replaceable) ./doc/common/tables/swift-proxy-server-filter-cache.xml:52(replaceable) ./doc/common/tables/swift-container-reconciler-filter-cache.xml:20(replaceable) ./doc/common/tables/swift-internal-client-filter-cache.xml:20(replaceable)
msgid "egg:swift#memcache"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-cache.xml:48(replaceable)
msgid "cache"
msgstr ""
#: ./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:39(replaceable)
msgid "$state_path/buckets"
msgstr ""
#: ./doc/common/tables/nova-s3.xml:40(td)
msgid "(StrOpt) Path to S3 buckets"
msgstr ""
#: ./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:47(replaceable) ./doc/common/tables/nova-s3.xml:71(replaceable)
msgid "notchecked"
msgstr ""
#: ./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: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:56(td)
msgid "(StrOpt) Hostname or IP for OpenStack to use when accessing the S3 api"
msgstr ""
#: ./doc/common/tables/nova-s3.xml:60(td)
msgid "(StrOpt) IP address for S3 API to listen"
msgstr ""
#: ./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:64(td)
msgid "(IntOpt) Port for S3 API to listen"
msgstr ""
#: ./doc/common/tables/nova-s3.xml:68(td)
msgid "(IntOpt) Port used when accessing the S3 api"
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:18(th)
msgid "[ML2_BROCADE_MLX_EXAMPLE]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:22(td) ./doc/common/tables/neutron-ml2_brocade.xml:53(td) ./doc/common/tables/neutron-brocade.xml:29(td)
msgid "(StrOpt) The address of the host to SSH to"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:25(replaceable)
msgid "NI"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:26(td)
msgid "(StrOpt) OS type of the device."
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:30(td) ./doc/common/tables/neutron-ml2_brocade.xml:65(td) ./doc/common/tables/neutron-brocade.xml:37(td)
msgid "(StrOpt) The SSH password to use"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:34(td) ./doc/common/tables/neutron-ml2_brocade.xml:69(td)
msgid "(StrOpt) Allowed physical networks"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:38(td)
msgid "(StrOpt) Ports"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:41(replaceable)
msgid "SSH"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:42(td)
msgid "(StrOpt) Protocol used to communicate with Switch"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:46(td) ./doc/common/tables/neutron-ml2_brocade.xml:77(td) ./doc/common/tables/neutron-brocade.xml:41(td)
msgid "(StrOpt) The SSH username to use"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:49(th)
msgid "[ml2_brocade]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:56(replaceable) ./doc/common/tables/neutron-brocade.xml:32(replaceable)
msgid "NOS"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:57(td)
msgid "(StrOpt) OS Type of the switch"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:60(replaceable)
msgid "4.0.0"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:61(td)
msgid "(StrOpt) OS Version number"
msgstr ""
#: ./doc/common/tables/neutron-ml2_brocade.xml:73(td)
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://&lt;DIR host&gt;/&lt;volume name&gt;"
msgstr ""
#: ./doc/common/tables/swift-account-server-DEFAULT.xml:28(replaceable)
msgid "6002"
msgstr ""
#: ./doc/common/tables/swift-account-server-DEFAULT.xml:37(td) ./doc/common/tables/swift-container-server-DEFAULT.xml:41(td)
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:25(caption)
msgid "Description of token configuration options"
msgstr ""
#: ./doc/common/tables/keystone-token.xml:36(th)
msgid "[token]"
msgstr ""
#: ./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: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: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: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: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: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:64(td)
msgid "(IntOpt) Amount of time a token should remain valid (in seconds)."
msgstr ""
#: ./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:71(replaceable)
msgid "uuid"
msgstr ""
#: ./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: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:40(td)
msgid "(StrOpt) The S3 query token access key."
msgstr ""
#: ./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:47(replaceable)
msgid "subdomain"
msgstr ""
#: ./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: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:56(td)
msgid "(BoolOpt) Enable the use of a proxy."
msgstr ""
#: ./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: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: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: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:76(td)
msgid "(StrOpt) Address or hostname for the proxy server."
msgstr ""
#: ./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: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:84(td)
msgid "(IntOpt) The port to use when connecting over a proxy."
msgstr ""
#: ./doc/common/tables/glance-s3.xml:88(td)
msgid "(StrOpt) The username to connect to the proxy."
msgstr ""
#: ./doc/common/tables/glance-s3.xml:92(td)
msgid "(StrOpt) The S3 query token secret key."
msgstr ""
#: ./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:25(caption) ./doc/common/tables/nova-neutron.xml:25(caption)
msgid "Description of neutron configuration options"
msgstr ""
#: ./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: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:48(td)
msgid "(IntOpt) Client retries in the case of a failed request."
msgstr ""
#: ./doc/common/tables/ironic-neutron.xml:51(replaceable)
msgid "http://$my_ip:9696"
msgstr ""
#: ./doc/common/tables/ironic-neutron.xml:52(td)
msgid "(StrOpt) URL for connecting to neutron."
msgstr ""
#: ./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:36(th)
msgid "[ldap]"
msgstr ""
#: ./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: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:48(td)
msgid "(IntOpt) End user auth connection lifetime in seconds."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:52(td)
msgid "(IntOpt) End user auth connection pool size."
msgstr ""
#: ./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: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:63(replaceable)
msgid "cn=dumb,dc=nonexistent"
msgstr ""
#: ./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:68(td)
msgid "(ListOpt) Additional attribute mappings for groups. Attribute mapping format is &lt;ldap_attr&gt;:&lt;user_attr&gt;, 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:72(td)
msgid "(BoolOpt) Allow group creation in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:76(td)
msgid "(BoolOpt) Allow group deletion in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:80(td)
msgid "(BoolOpt) Allow group update in LDAP backend."
msgstr ""
#: ./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:87(replaceable) ./doc/common/tables/keystone-ldap.xml:163(replaceable)
msgid "description"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:88(td)
msgid "(StrOpt) LDAP attribute mapped to group description."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:92(td)
msgid "(StrOpt) LDAP search filter for groups."
msgstr ""
#: ./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:96(td)
msgid "(StrOpt) LDAP attribute mapped to group id."
msgstr ""
#: ./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:100(td)
msgid "(StrOpt) LDAP attribute mapped to show group membership."
msgstr ""
#: ./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:104(td)
msgid "(StrOpt) LDAP attribute mapped to group name."
msgstr ""
#: ./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:108(td)
msgid "(StrOpt) LDAP objectclass for groups."
msgstr ""
#: ./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:116(td)
msgid "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging."
msgstr ""
#: ./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:124(td)
msgid "(IntOpt) Connection lifetime in seconds."
msgstr ""
#: ./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:131(replaceable)
msgid "0.1"
msgstr ""
#: ./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:136(td)
msgid "(IntOpt) Maximum count of reconnect trials."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:140(td)
msgid "(IntOpt) Connection pool size."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:144(td)
msgid "(ListOpt) Additional attribute mappings for projects. Attribute mapping format is &lt;ldap_attr&gt;:&lt;user_attr&gt;, 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:148(td)
msgid "(BoolOpt) Allow project creation in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:152(td)
msgid "(BoolOpt) Allow project deletion in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:156(td)
msgid "(BoolOpt) Allow project update in LDAP backend."
msgstr ""
#: ./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:164(td)
msgid "(StrOpt) LDAP attribute mapped to project description."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:167(replaceable)
msgid "businessCategory"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:168(td)
msgid "(StrOpt) LDAP attribute mapped to project domain_id."
msgstr ""
#: ./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:172(td)
msgid "(StrOpt) LDAP attribute mapped to project enabled."
msgstr ""
#: ./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:180(td)
msgid "(StrOpt) DN of the group entry to hold enabled projects when using enabled emulation."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:184(td)
msgid "(StrOpt) LDAP search filter for projects."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:188(td)
msgid "(StrOpt) LDAP attribute mapped to project id."
msgstr ""
#: ./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:196(td)
msgid "(StrOpt) LDAP attribute mapped to project name."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:200(td)
msgid "(StrOpt) LDAP objectclass for projects."
msgstr ""
#: ./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:207(replaceable)
msgid "one"
msgstr ""
#: ./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:212(td)
msgid "(ListOpt) Additional attribute mappings for roles. Attribute mapping format is &lt;ldap_attr&gt;:&lt;user_attr&gt;, 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:216(td)
msgid "(BoolOpt) Allow role creation in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:220(td)
msgid "(BoolOpt) Allow role deletion in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:224(td)
msgid "(BoolOpt) Allow role update in LDAP backend."
msgstr ""
#: ./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:232(td)
msgid "(StrOpt) LDAP search filter for roles."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:236(td)
msgid "(StrOpt) LDAP attribute mapped to role id."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:239(replaceable)
msgid "roleOccupant"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:240(td)
msgid "(StrOpt) LDAP attribute mapped to role membership."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:244(td)
msgid "(StrOpt) LDAP attribute mapped to role name."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:247(replaceable)
msgid "organizationalRole"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:248(td)
msgid "(StrOpt) LDAP objectclass for roles."
msgstr ""
#: ./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:255(replaceable)
msgid "cn=example,cn=com"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:256(td)
msgid "(StrOpt) LDAP server suffix"
msgstr ""
#: ./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:264(td)
msgid "(StrOpt) CA certificate file path for communicating with LDAP servers."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:267(replaceable)
msgid "demand"
msgstr ""
#: ./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:271(replaceable)
msgid "ldap://localhost"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:272(td)
msgid "(StrOpt) URL for connecting to the LDAP server."
msgstr ""
#: ./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: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:284(td)
msgid "(BoolOpt) Enable LDAP connection pooling."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:288(td)
msgid "(BoolOpt) Enable TLS for communicating with LDAP servers."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:292(td)
msgid "(StrOpt) User BindDN to query the LDAP server."
msgstr ""
#: ./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 &lt;ldap_attr&gt;:&lt;user_attr&gt;, 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:300(td)
msgid "(BoolOpt) Allow user creation in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:304(td)
msgid "(BoolOpt) Allow user deletion in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:308(td)
msgid "(BoolOpt) Allow user updates in LDAP backend."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:311(replaceable)
msgid "default_project_id"
msgstr ""
#: ./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:316(td)
msgid "(StrOpt) LDAP attribute mapped to default_project_id for users."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:320(td)
msgid "(StrOpt) LDAP attribute mapped to user enabled flag."
msgstr ""
#: ./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: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:332(td)
msgid "(StrOpt) DN of the group entry to hold enabled users when using enabled emulation."
msgstr ""
#: ./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: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:344(td)
msgid "(StrOpt) LDAP search filter for users."
msgstr ""
#: ./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:351(replaceable)
msgid "mail"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:352(td)
msgid "(StrOpt) LDAP attribute mapped to user email."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:355(replaceable)
msgid "sn"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:356(td)
msgid "(StrOpt) LDAP attribute mapped to user name."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:359(replaceable)
msgid "inetOrgPerson"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:360(td)
msgid "(StrOpt) LDAP objectclass for users."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:363(replaceable)
msgid "userPassword"
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:364(td)
msgid "(StrOpt) LDAP attribute mapped to password."
msgstr ""
#: ./doc/common/tables/keystone-ldap.xml:368(td)
msgid "(StrOpt) Search base for users. Defaults to the suffix value."
msgstr ""
#: ./doc/common/tables/swift-swift-swift-hash.xml:8(literal)
msgid "[swift-hash]"
msgstr ""
#: ./doc/common/tables/swift-swift-swift-hash.xml:20(replaceable) ./doc/common/tables/swift-swift-swift-hash.xml:31(replaceable)
msgid "changeme"
msgstr ""
#: ./doc/common/tables/swift-swift-swift-hash.xml:21(td)
msgid "A prefix 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/swift-swift-swift-hash.xml:32(td)
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: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:40(td)
msgid "(StrOpt) Host to connect to for remote debugger."
msgstr ""
#: ./doc/common/tables/keystone-debug.xml:44(td)
msgid "(IntOpt) Port to connect to for remote debugger."
msgstr ""
#: ./doc/common/tables/keystone-debug.xml:48(td)
msgid "(BoolOpt) Do not monkey-patch threading system modules."
msgstr ""
#: ./doc/common/tables/keystone-debug.xml:51(th)
msgid "[audit]"
msgstr ""
#: ./doc/common/tables/keystone-debug.xml:55(td)
msgid "(StrOpt) namespace prefix for generated id"
msgstr ""
#: ./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:39(replaceable)
msgid "per_user"
msgstr ""
#: ./doc/common/tables/cinder-backups_swift.xml:40(td)
msgid "(StrOpt) Swift authentication mechanism"
msgstr ""
#: ./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:47(replaceable) ./doc/common/tables/cinder-backups_nfs.xml:59(replaceable)
msgid "32768"
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) Location of the CA certificate file to use for swift client requests."
msgstr ""
#: ./doc/common/tables/cinder-backups_swift.xml:55(replaceable)
msgid "volumebackups"
msgstr ""
#: ./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: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:64(td)
msgid "(StrOpt) Swift key for authentication"
msgstr ""
#: ./doc/common/tables/cinder-backups_swift.xml:67(replaceable)
msgid "52428800"
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) The number of retries to make for Swift operations"
msgstr ""
#: ./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: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:84(td)
msgid "(StrOpt) The URL of the Swift endpoint"
msgstr ""
#: ./doc/common/tables/cinder-backups_swift.xml:88(td)
msgid "(StrOpt) Swift user name"
msgstr ""
#: ./doc/common/tables/cinder-backups_swift.xml:91(replaceable)
msgid "object-store:swift:publicURL"
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt; - Only used if backup_swift_url is unset"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vxlan.xml:7(caption)
msgid "Description of ML2 VXLN configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vxlan.xml:18(th)
msgid "[ml2_type_vxlan]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vxlan.xml:22(td)
msgid "(ListOpt) Comma-separated list of &lt;vni_min&gt;:&lt;vni_max&gt; tuples enumerating ranges of VXLAN VNI IDs that are available for tenant network allocation"
msgstr ""
#: ./doc/common/tables/neutron-ml2_vxlan.xml:26(td)
msgid "(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode."
msgstr ""
#: ./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:46(replaceable)
msgid "sqlite:///trove_test.sqlite"
msgstr ""
#: ./doc/common/tables/trove-database.xml:47(td)
msgid "(StrOpt) SQL Connection."
msgstr ""
#: ./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:55(td)
msgid "(BoolOpt) No help text available for this option."
msgstr ""
#: ./doc/common/tables/ironic-snmp.xml:25(caption)
msgid "Description of SNMP configuration options"
msgstr ""
#: ./doc/common/tables/ironic-snmp.xml:36(th)
msgid "[snmp]"
msgstr ""
#: ./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/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/manila-cors.xml:52(td) ./doc/common/tables/manila-cors.xml:79(td)
msgid "(ListOpt) Indicate whether this resource may be shared with the domain received in the requests \"origin\" header."
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:36(th)
msgid "[cimc]"
msgstr ""
#: ./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: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:47(th)
msgid "[cisco_ucs]"
msgstr ""
#: ./doc/common/tables/manila-common.xml:25(caption)
msgid "Description of Common configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "manila.compute.nova.API"
msgstr ""
#: ./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:48(td)
msgid "(BoolOpt) Services to be added to the available pool on create."
msgstr ""
#: ./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:55(replaceable) ./doc/common/tables/cinder-common.xml:127(replaceable)
msgid "20.0"
msgstr ""
#: ./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:64(td)
msgid "(BoolOpt) Whether to log monkey patching."
msgstr ""
#: ./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:72(td)
msgid "(StrOpt) IP address of this host."
msgstr ""
#: ./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:83(replaceable)
msgid "300.0"
msgstr ""
#: ./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:92(td)
msgid "(IntOpt) Seconds between nodes reporting state to datastore."
msgstr ""
#: ./doc/common/tables/manila-common.xml:96(td)
msgid "(IntOpt) The percentage of backend capacity reserved."
msgstr ""
#: ./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:107(replaceable)
msgid "$state_path/smb.conf"
msgstr ""
#: ./doc/common/tables/manila-common.xml:108(td)
msgid "(StrOpt) Path to smb config."
msgstr ""
#: ./doc/common/tables/manila-common.xml:116(td)
msgid "(IntOpt) Maximum database connection retries during startup. (setting -1 implies an infinite retry count)."
msgstr ""
#: ./doc/common/tables/manila-common.xml:123(replaceable) ./doc/common/tables/cinder-common.xml:211(replaceable)
msgid "clean.sqlite"
msgstr ""
#: ./doc/common/tables/manila-common.xml:124(td)
msgid "(StrOpt) File name of clean sqlite database."
msgstr ""
#: ./doc/common/tables/manila-common.xml:127(replaceable)
msgid "manila.sqlite"
msgstr ""
#: ./doc/common/tables/manila-common.xml:128(td)
msgid "(StrOpt) The filename to use with sqlite."
msgstr ""
#: ./doc/common/tables/manila-common.xml:132(td)
msgid "(BoolOpt) If passed, use synchronous mode for sqlite."
msgstr ""
#: ./doc/common/tables/manila-common.xml:135(replaceable)
msgid "/var/lib/manila"
msgstr ""
#: ./doc/common/tables/manila-common.xml:136(td)
msgid "(StrOpt) Top-level directory for maintaining manila's state."
msgstr ""
#: ./doc/common/tables/manila-common.xml:140(td)
msgid "(StrOpt) Availability zone of this node."
msgstr ""
#: ./doc/common/tables/manila-common.xml:144(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:148(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:152(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:160(td)
msgid "(IntOpt) Count of reservations until usage is refreshed."
msgstr ""
#: ./doc/common/tables/manila-common.xml:164(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:168(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:25(caption)
msgid "Description of cache configuration options"
msgstr ""
#: ./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:39(replaceable)
msgid "keystone.common.cache.noop"
msgstr ""
#: ./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: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: \"&lt;argname&gt;:&lt;value&gt;\"."
msgstr ""
#: ./doc/common/tables/keystone-cache.xml:47(replaceable)
msgid "cache.keystone"
msgstr ""
#: ./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: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:56(td)
msgid "(BoolOpt) Global toggle for all caching using the should_cache_fn mechanism."
msgstr ""
#: ./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: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: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: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: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: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: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: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: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: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: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: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 ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:8(literal)
msgid "[object-auditor]"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:20(replaceable)
msgid "10000000"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:21(td)
msgid "Maximum bytes audited per second. Should be tuned according to individual system specs. 0 is unlimited. mounted to prevent accidentally writing to the root device process simultaneously (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. By increasing the number of workers to a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests. 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. container server. For most cases, this should be `egg:swift#container`."
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:33(td)
msgid "Maximum files audited per second. Should be tuned according to individual system specs. 0 is unlimited."
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:48(replaceable)
msgid "object-auditor"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:53(td)
msgid "Frequency of status logs in seconds."
msgstr ""
#: ./doc/common/tables/swift-object-server-object-auditor.xml:65(td)
msgid "Maximum zero byte files audited per second."
msgstr ""
#: ./doc/common/tables/heat-loadbalancer.xml:25(caption)
msgid "Description of load balancer configuration options"
msgstr ""
#: ./doc/common/tables/heat-loadbalancer.xml:40(td)
msgid "(StrOpt) Custom template for the built-in loadbalancer nested stack."
msgstr ""
#: ./doc/common/tables/swift-account-server-account-auditor.xml:8(literal)
msgid "[account-auditor]"
msgstr ""
#: ./doc/common/tables/swift-account-server-account-auditor.xml:21(td)
msgid "Maximum accounts audited per second. Should be tuned according to individual system specs. 0 is unlimited."
msgstr ""
#: ./doc/common/tables/swift-account-server-account-auditor.xml:40(replaceable)
msgid "account-auditor"
msgstr ""
#: ./doc/common/tables/neutron-sriov.xml:7(caption)
msgid "Description of SR-IOV configuration options"
msgstr ""
#: ./doc/common/tables/neutron-sriov.xml:18(th)
msgid "[SRIOV_NIC]"
msgstr ""
#: ./doc/common/tables/neutron-sriov.xml:22(td)
msgid "(ListOpt) List of &lt;network_device&gt;:&lt;excluded_devices&gt; mapping network_device to the agent's node-specific list of virtual functions that should not be used for virtual networking. excluded_devices is a semicolon separated list of virtual functions (BDF format).to exclude from network_device. The network_device in the mapping should appear in the physical_device_mappings list."
msgstr ""
#: ./doc/common/tables/neutron-sriov.xml:26(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;network_device&gt; 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:40(td)
msgid "(StrOpt) API version to use for communicating with the ramdisk agent."
msgstr ""
#: ./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: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:47(replaceable)
msgid "$pybasedir/drivers/modules/agent_config.template"
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Maximum interval (in seconds) for agent heartbeats."
msgstr ""
#: ./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: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: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: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:43(replaceable)
msgid "image.localhost"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-container-server-DEFAULT.xml:32(replaceable)
msgid "6001"
msgstr ""
#: ./doc/common/tables/trove-cluster.xml:25(caption)
msgid "Description of cluster configuration options"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a cluster to become active."
msgstr ""
#: ./doc/common/tables/trove-cluster.xml:48(td)
msgid "(IntOpt) Page size for listing clusters."
msgstr ""
#: ./doc/common/tables/ceilometer-dispatcher_http.xml:25(caption)
msgid "Description of HTTP dispatcher configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-dispatcher_http.xml:36(th)
msgid "[dispatcher_http]"
msgstr ""
#: ./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: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: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:52(td)
msgid "(IntOpt) The max time in seconds to wait for a request to timeout."
msgstr ""
#: ./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:39(replaceable)
msgid "libvirt"
msgstr ""
#: ./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:43(replaceable) ./doc/common/tables/nova-libvirt.xml:198(replaceable)
msgid "kvm"
msgstr ""
#: ./doc/common/tables/ceilometer-inspector.xml:44(td)
msgid "(StrOpt) Libvirt domain type."
msgstr ""
#: ./doc/common/tables/ceilometer-inspector.xml:48(td)
msgid "(StrOpt) Override the default libvirt URI (which is dependent on libvirt_type)."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-dlo.xml:8(literal)
msgid "[filter-dlo]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-dlo.xml:25(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:37(td)
msgid "Rate limit the download of large object segments after this segment is downloaded."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-dlo.xml:29(td) ./doc/common/tables/swift-proxy-server-filter-slo.xml:41(td)
msgid "Rate limit large object downloads at this rate. contact for a normal request. You can use '* replicas' at the end to have it use the number given times the number of replicas for the ring being used for the request. paste.deploy to use for auth. To use tempauth set to: `egg:swift#tempauth` each request"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-dlo.xml:32(replaceable)
msgid "egg:swift#dlo"
msgstr ""
#: ./doc/common/tables/manila-rpc.xml:59(replaceable)
msgid "manila-share"
msgstr ""
#: ./doc/common/tables/manila-rpc.xml:60(td)
msgid "(StrOpt) The topic share nodes listen on."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:8(literal)
msgid "[filter-authtoken]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:32(replaceable)
msgid "http://keystonehost:5000/"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:36(replaceable)
msgid "swift.cache"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml:44(replaceable)
msgid "http://keystonehost:35357/"
msgstr ""
#: ./doc/common/tables/trove-db_redis.xml:25(caption)
msgid "Description of Redis database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_redis.xml:36(th)
msgid "[redis]"
msgstr ""
#: ./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:47(replaceable)
msgid "trove.guestagent.strategies.backup.experimental.redis_impl"
msgstr ""
#: ./doc/common/tables/trove-db_redis.xml:51(replaceable)
msgid "RedisBackup"
msgstr ""
#: ./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:67(replaceable)
msgid "/var/lib/redis"
msgstr ""
#: ./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:75(replaceable)
msgid "RedisSyncReplication"
msgstr ""
#: ./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:84(td)
msgid "(StrOpt) Root controller implementation for redis."
msgstr ""
#: ./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:91(replaceable)
msgid "6379, 16379"
msgstr ""
#: ./doc/common/tables/neutron-ml2_odl.xml:7(caption)
msgid "Description of ML2 OpenDaylight mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_odl.xml:38(td)
msgid "(BoolOpt) Some periodic tasks can be run in a separate process. Should we run them here?"
msgstr ""
#: ./doc/common/tables/neutron-ml2_odl.xml:41(th)
msgid "[ml2_odl]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_odl.xml:49(td)
msgid "(IntOpt) Tomcat session timeout in minutes."
msgstr ""
#: ./doc/common/tables/neutron-ml2_odl.xml:57(td)
msgid "(StrOpt) HTTP URL of OpenDaylight REST interface."
msgstr ""
#: ./doc/common/tables/cinder-emc.xml:25(caption)
msgid "Description of EMC configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "/etc/cinder/cinder_emc_config.xml"
msgstr ""
#: ./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: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:52(td)
msgid "(BoolOpt) Delete a LUN even if it is in Storage Groups."
msgstr ""
#: ./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:60(td)
msgid "(BoolOpt) Automatically register initiators. By default, the value is False."
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses."
msgstr ""
#: ./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:76(td)
msgid "(StrOpt) Naviseccli Path."
msgstr ""
#: ./doc/common/tables/cinder-emc.xml:79(replaceable)
msgid "global"
msgstr ""
#: ./doc/common/tables/cinder-emc.xml:80(td)
msgid "(StrOpt) VNX authentication scope type."
msgstr ""
#: ./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: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:92(td)
msgid "(IntOpt) Number of retries in case array is busy"
msgstr ""
#: ./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:100(td)
msgid "(StrOpt) XMS cluster id in multi-cluster environment"
msgstr ""
#: ./doc/common/tables/cinder-storage_ceph.xml:25(caption)
msgid "Description of Ceph storage configuration options"
msgstr ""
#: ./doc/common/tables/cinder-storage_ceph.xml:40(td)
msgid "(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value &lt; 0, no timeout is set and default librados value is used."
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) Number of retries if connection to ceph cluster failed."
msgstr ""
#: ./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:55(replaceable)
msgid "ceph"
msgstr ""
#: ./doc/common/tables/cinder-storage_ceph.xml:56(td)
msgid "(StrOpt) The name of ceph cluster"
msgstr ""
#: ./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: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:67(replaceable) ./doc/common/tables/nova-libvirt.xml:102(replaceable)
msgid "rbd"
msgstr ""
#: ./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:72(td)
msgid "(StrOpt) The libvirt uuid of the secret for the rbd_user volumes"
msgstr ""
#: ./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: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: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 ""
#: ./doc/common/tables/neutron-dvr.xml:7(caption)
msgid "Description of DVR configuration options"
msgstr ""
#: ./doc/common/tables/neutron-dvr.xml:21(replaceable)
msgid "fa:16:3f:00:00:00"
msgstr ""
#: ./doc/common/tables/neutron-dvr.xml:22(td)
msgid "(StrOpt) The base mac address used for unique DVR instances by Neutron. The first 3 octets will remain unchanged. If the 4th octet is not 00, it will also be used. The others will be randomly generated. The 'dvr_base_mac' *must* be different from 'base_mac' to avoid mixing them up with MAC's allocated for tenant ports. A 4 octet example would be dvr_base_mac = fa:16:3f:4f:00:00. The default is 3 octet"
msgstr ""
#: ./doc/common/tables/neutron-dvr.xml:26(td)
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:25(caption)
msgid "Description of guest agent configuration options"
msgstr ""
#: ./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: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:48(td)
msgid "(IntOpt) Time (in seconds) after which a guest is considered unreachable"
msgstr ""
#: ./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:56(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot."
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:59(replaceable)
msgid "/etc/trove/trove-guestagent.conf"
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) ID of the Guest Instance."
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:67(replaceable)
msgid "guest_info.conf"
msgstr ""
#: ./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:71(replaceable)
msgid "mysql, information_schema, performance_schema"
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:75(replaceable)
msgid "os_admin, root"
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:79(replaceable)
msgid "defaults,noatime"
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:80(td)
msgid "(StrOpt) Options to use when mounting a volume."
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:83(replaceable)
msgid "trove.guestagent.strategies.storage.swift"
msgstr ""
#: ./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:87(replaceable)
msgid "SwiftStorage"
msgstr ""
#: ./doc/common/tables/trove-guestagent.xml:88(td)
msgid "(StrOpt) Default strategy to store backups."
msgstr ""
#: ./doc/common/tables/manila-san.xml:40(td)
msgid "(IntOpt) Backend server SSH connection timeout."
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) Minimum number of connections in the SSH pool."
msgstr ""
#: ./doc/common/tables/swift-rsyncd-container.xml:8(literal)
msgid "[container]"
msgstr ""
#: ./doc/common/tables/swift-rsyncd-container.xml:20(replaceable)
msgid "/var/lock/container.lock"
msgstr ""
#: ./doc/common/tables/nova-configdrive.xml:25(caption)
msgid "Description of config drive configuration options"
msgstr ""
#: ./doc/common/tables/nova-configdrive.xml:39(replaceable)
msgid "iso9660"
msgstr ""
#: ./doc/common/tables/nova-configdrive.xml:40(td)
msgid "(StrOpt) Config drive format."
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) List of metadata versions to skip placing into the config drive"
msgstr ""
#: ./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:51(replaceable)
msgid "genisoimage"
msgstr ""
#: ./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: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:63(td)
msgid "(BoolOpt) Sets the admin password in the config drive image"
msgstr ""
#: ./doc/common/tables/manila-auth_token.xml:25(caption)
msgid "Description of Authorization Token configuration options"
msgstr ""
#: ./doc/common/tables/manila-auth_token.xml:72(td)
msgid "(Opt) Config Section from which to load plugin specific options"
msgstr ""
#: ./doc/common/tables/manila-auth_token.xml:76(td)
msgid "(Opt) Authentication type to load"
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:25(caption)
msgid "Description of Quobyte Share Driver configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "quobyte"
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:44(td)
msgid "(StrOpt) Password for Quobyte API server"
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) Username for Quobyte API server."
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:56(td)
msgid "(StrOpt) Default owning group for new volumes."
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:60(td)
msgid "(StrOpt) Default owning user for new volumes."
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:64(td)
msgid "(BoolOpt) Actually deletes shares (vs. unexport)"
msgstr ""
#: ./doc/common/tables/manila-quobyte.xml:67(replaceable)
msgid "BASE"
msgstr ""
#: ./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:25(caption)
msgid "Description of VNC configuration options"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:40(td)
msgid "(BoolOpt) Become a daemon (background process)"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:44(td)
msgid "(StrOpt) SSL key file (if separate from cert)"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:51(replaceable)
msgid "6080"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:56(td)
msgid "(BoolOpt) Record sessions to FILE.[session_number]"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:60(td)
msgid "(BoolOpt) Source is ipv6"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:64(td)
msgid "(BoolOpt) Disallow non-encrypted connections"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:67(replaceable)
msgid "/usr/share/spice-html5"
msgstr ""
#: ./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:74(replaceable) ./doc/common/tables/nova-xen.xml:55(replaceable)
msgid "5900"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:75(td)
msgid "(IntOpt) VNC starting port"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:79(td)
msgid "(IntOpt) Total number of VNC ports"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:82(th)
msgid "[vnc]"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:86(td)
msgid "(BoolOpt) Enable VNC related features"
msgstr ""
#: ./doc/common/tables/nova-vnc.xml:90(td)
msgid "(StrOpt) Keymap for VNC"
msgstr ""
#: ./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: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:98(td)
msgid "(StrOpt) IP address on which instance vncservers should listen"
msgstr ""
#: ./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:105(replaceable)
msgid "http://127.0.0.1:6081/console"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-l2gw.xml:7(caption)
msgid "Description of Layer 2 Gateway configuration options"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:21(replaceable)
msgid "Switch1"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:22(td)
msgid "(StrOpt) default_device_name of the l2 gateway"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:26(td)
msgid "(StrOpt) Unique identifier of the NSX L2 Gateway service which will be used by default for network gateways"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:30(td)
msgid "(StrOpt) Unique identifier of the NSX L3 Gateway service which will be used for implementing routers and floating IPs"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:33(replaceable)
msgid "networking_l2gw.services.l2gateway.ovsdb.data.L2GatewayOVSDBCallbacks"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:34(td)
msgid "(StrOpt) L2 gateway plugin callback class where theRPCs from the agent are going to get invoked"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:38(td)
msgid "(IntOpt) Number of l2 gateways allowed per tenant, -1 for unlimited"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:41(th)
msgid "[ovsdb]"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:45(td)
msgid "(BoolOpt) Set to True if ovsdb Manager manages the client"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:49(td)
msgid "(StrOpt) Trusted issuer CA cert"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:53(td)
msgid "(StrOpt) L2 gateway agent public certificate"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:57(td)
msgid "(StrOpt) L2 gateway agent private key"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:61(td)
msgid "(IntOpt) Maximum number of retries to open a socket with the OVSDB server"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:64(replaceable)
msgid "host1:127.0.0.1:6632"
msgstr ""
#: ./doc/common/tables/neutron-l2gw.xml:65(td)
msgid "(StrOpt) OVSDB server name:host/IP:port"
msgstr ""
#: ./doc/common/tables/swift-rsyncd-object.xml:8(literal)
msgid "[object]"
msgstr ""
#: ./doc/common/tables/swift-rsyncd-object.xml:20(replaceable)
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 ""
#: ./doc/common/tables/neutron-ml2_ale_omniswitch.xml:18(th)
msgid "[ml2_ale_omniswitch]"
msgstr ""
#: ./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: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:40(td)
msgid "(IntOpt) Number of times a VMware vSphere API may be retried."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) IP address of the VMware vSphere host."
msgstr ""
#: ./doc/common/tables/ceilometer-vmware.xml:52(td)
msgid "(StrOpt) Password of VMware vSphere."
msgstr ""
#: ./doc/common/tables/ceilometer-vmware.xml:56(td)
msgid "(IntOpt) Port of the VMware vSphere host."
msgstr ""
#: ./doc/common/tables/ceilometer-vmware.xml:60(td)
msgid "(StrOpt) Username of VMware vSphere."
msgstr ""
#: ./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:68(td)
msgid "(FloatOpt) Sleep time in seconds for polling an ongoing async task."
msgstr ""
#: ./doc/common/tables/ceilometer-vmware.xml:72(td)
msgid "(StrOpt) Optional vim service WSDL location e.g http://&lt;server&gt;/vimService.wsdl. Optional over-ride to default location for bug work-arounds."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:8(literal) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:8(literal)
msgid "[filter-proxy-logging]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:33(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:33(td)
msgid "If access_log_headers is True and access_log_headers_only is set only these headers are logged. Multiple headers can be defined as comma separated list like this: access_log_headers_only = Host, X-Object-Meta-Mtime"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:74(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:74(replaceable)
msgid "GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:78(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:78(replaceable)
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:151(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:82(replaceable)
msgid "16"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:83(td) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:83(td)
msgid "The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires. Set reveal_sensitive_prefix to the number of characters of the token that are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. Or, set to 0 to completely remove the token."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml:91(replaceable) ./doc/common/tables/swift-internal-client-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml:20(replaceable) ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml:91(replaceable)
msgid "egg:swift#proxy_logging"
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:25(caption)
msgid "Description of bare metal configuration options"
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:36(th)
msgid "[ironic]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Ironic keystone admin password."
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:48(td)
msgid "(StrOpt) Ironic keystone tenant name."
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:52(td)
msgid "(StrOpt) Keystone public API endpoint."
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:56(td)
msgid "(StrOpt) Ironic keystone admin name"
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:60(td)
msgid "(StrOpt) URL for Ironic API endpoint."
msgstr ""
#: ./doc/common/tables/nova-ironic.xml:64(td)
msgid "(IntOpt) How many retries when a request does conflict. If &lt;= 0, only try once, no retries."
msgstr ""
#: ./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:72(td)
msgid "(IntOpt) Version of Ironic API service endpoint."
msgstr ""
#: ./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:25(caption)
msgid "Description of registry configuration options"
msgstr ""
#: ./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: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: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: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:55(replaceable)
msgid "noauth"
msgstr ""
#: ./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: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: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: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: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: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: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: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:88(td)
msgid "(StrOpt) Address to find the registry server."
msgstr ""
#: ./doc/common/tables/glance-registry.xml:92(td)
msgid "(IntOpt) Port the registry server is listening on."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-bulk.xml:8(literal)
msgid "[filter-bulk]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-bulk.xml:40(replaceable)
msgid "egg:swift#bulk"
msgstr ""
#: ./doc/common/tables/neutron-ml2_flat.xml:7(caption)
msgid "Description of ML2 Flat mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_flat.xml:18(th)
msgid "[ml2_type_flat]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_flat.xml:22(td)
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:25(caption)
msgid "Description of ZFSSA Share Driver configuration options"
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:40(td)
msgid "(StrOpt) ZFSSA management authorized userpassword."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:44(td)
msgid "(StrOpt) ZFSSA management authorized username."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:48(td)
msgid "(StrOpt) IP address for data."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:52(td)
msgid "(StrOpt) ZFSSA management IP address."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:55(replaceable)
msgid "fletcher4"
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:56(td)
msgid "(StrOpt) Controls checksum used for data blocks."
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) Controls behavior when servicing synchronous writes."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:68(td)
msgid "(StrOpt) Location of project in ZFS/SA."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:72(td)
msgid "(StrOpt) Controls whether a share quota includes snapshot."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:76(td)
msgid "(StrOpt) Controls whether file ownership can be changed."
msgstr ""
#: ./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:84(td)
msgid "(StrOpt) ZFSSA storage pool name."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:88(td)
msgid "(StrOpt) ZFSSA project name."
msgstr ""
#: ./doc/common/tables/manila-zfssa.xml:92(td)
msgid "(StrOpt) REST connection timeout (in seconds)."
msgstr ""
#: ./doc/common/tables/manila-ca.xml:25(caption)
msgid "Description of Certificate Authority configuration options"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of IBM Storwise driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:43(replaceable)
msgid "iSCSI"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:44(td)
msgid "(StrOpt) Connection protocol (iSCSI/FC)"
msgstr ""
#: ./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:52(td)
msgid "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Enabled)"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:56(td)
msgid "(BoolOpt) Allows vdisk to multi host mapping"
msgstr ""
#: ./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: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: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:72(td)
msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:76(td)
msgid "(BoolOpt) Storage system compression option for volumes"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:80(td)
msgid "(BoolOpt) Enable Easy Tier for volumes"
msgstr ""
#: ./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:88(td)
msgid "(IntOpt) The I/O group in which to allocate volumes"
msgstr ""
#: ./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:96(td)
msgid "(IntOpt) Storage system threshold for volume capacity warnings (percentage)"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:99(replaceable)
msgid "volpool"
msgstr ""
#: ./doc/common/tables/cinder-storwize.xml:100(td)
msgid "(StrOpt) Storage system storage pool for volumes"
msgstr ""
#: ./doc/common/tables/ceilometer-swift.xml:39(replaceable)
msgid "AUTH_"
msgstr ""
#: ./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:25(caption)
msgid "Description of glance clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_glance.xml:36(th)
msgid "[clients_glance]"
msgstr ""
#: ./doc/common/tables/cinder-vzstorage.xml:25(caption)
msgid "Description of VidZapper Storage volume driver configuration options"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Base dir containing mount points for vzstorage shares."
msgstr ""
#: ./doc/common/tables/cinder-vzstorage.xml:47(replaceable)
msgid "/etc/cinder/vzstorage_shares"
msgstr ""
#: ./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: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: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:25(caption)
msgid "Description of iLO configuration options"
msgstr ""
#: ./doc/common/tables/ironic-ilo.xml:36(th)
msgid "[ilo]"
msgstr ""
#: ./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: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:48(td)
msgid "(IntOpt) Priority for reset_bios_to_default clean step."
msgstr ""
#: ./doc/common/tables/ironic-ilo.xml:52(td)
msgid "(IntOpt) Priority for reset_ilo clean step."
msgstr ""
#: ./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: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:64(td)
msgid "(IntOpt) Port to be used for iLO operations"
msgstr ""
#: ./doc/common/tables/ironic-ilo.xml:68(td)
msgid "(IntOpt) Timeout (in seconds) for iLO operations"
msgstr ""
#: ./doc/common/tables/ironic-ilo.xml:79(replaceable)
msgid "ironic_ilo_container"
msgstr ""
#: ./doc/common/tables/ironic-ilo.xml:80(td)
msgid "(StrOpt) The Swift iLO container to store data."
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/neutron-nova.xml:46(td)
msgid "(StrOpt) Name of nova region to use. Useful if keystone manages more than one region."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Pydev debug server host (localhost by default)."
msgstr ""
#: ./doc/common/tables/trove-debug.xml:52(td)
msgid "(IntOpt) Pydev debug server port (5678 by default)."
msgstr ""
#: ./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: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: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:25(caption)
msgid "Description of NFS backup driver configuration options"
msgstr ""
#: ./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: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:47(replaceable)
msgid "1999994880"
msgstr ""
#: ./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: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:56(td)
msgid "(StrOpt) Base dir containing mount point for NFS share."
msgstr ""
#: ./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:64(td)
msgid "(StrOpt) NFS share in hostname:path, ipv4addr:path, or \"[ipv6addr]:path\" format."
msgstr ""
#: ./doc/common/tables/heat-clients_heat.xml:25(caption)
msgid "Description of heat clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_heat.xml:36(th)
msgid "[clients_heat]"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-dvs.xml:7(caption)
msgid "Description of VMware DVS configuration options"
msgstr ""
#: ./doc/common/tables/neutron-dvs.xml:18(th)
msgid "[dvs]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Specify a CA bundle file to use in verifying the vCenter server certificate."
msgstr ""
#: ./doc/common/tables/neutron-dvs.xml:30(td)
msgid "(StrOpt) The name of the preconfigured DVS."
msgstr ""
#: ./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: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: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: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:112(td)
msgid "(FloatOpt) The interval used for polling of remote tasks."
msgstr ""
#: ./doc/common/tables/keystone-security.xml:25(caption)
msgid "Description of security configuration options"
msgstr ""
#: ./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:25(caption) ./doc/common/tables/keystone-domain.xml:25(caption)
msgid "Description of domain configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "Member"
msgstr ""
#: ./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: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:51(th)
msgid "[policy]"
msgstr ""
#: ./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:59(td)
msgid "(IntOpt) Maximum number of entities that will be returned in a policy collection."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:25(caption)
msgid "Description of Generic Share Driver configuration options"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:40(td) ./doc/common/tables/manila-compute.xml:40(td)
msgid "(StrOpt) Identity service URL."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:44(td)
msgid "(StrOpt) Cinder admin password."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:48(td)
msgid "(StrOpt) Cinder admin tenant name."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:52(td)
msgid "(StrOpt) Cinder admin username."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:60(td)
msgid "(StrOpt) Location of CA certificates file to use for cinder client requests."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:63(replaceable) ./doc/common/tables/glance-cinder.xml:47(replaceable)
msgid "volume:cinder:publicURL"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:64(td)
msgid "(StrOpt) Info to match when looking for cinder in the service catalog. Format is separated values of the form: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:68(td)
msgid "(BoolOpt) Allow attaching between instances and volumes in different availability zones."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:72(td)
msgid "(IntOpt) Number of cinderclient retries on failed HTTP calls."
msgstr ""
#: ./doc/common/tables/manila-generic.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-generic.xml:80(td)
msgid "(BoolOpt) Attach share server directly to share network. Used only with Neutron."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:84(td) ./doc/common/tables/manila-share.xml:56(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-generic.xml:87(replaceable)
msgid "manila.network.linux.interface.OVSInterfaceDriver"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:88(td)
msgid "(StrOpt) Vif driver. Used only with Neutron."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:91(replaceable) ./doc/common/tables/manila-generic.xml:147(replaceable)
msgid "manila-service"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:92(td)
msgid "(StrOpt) Keypair name that will be created and used for service instances."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:96(td)
msgid "(IntOpt) Maximum time to wait for attaching cinder volume."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:100(td)
msgid "(IntOpt) Maximum time in seconds to wait for creating service instance."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:104(td)
msgid "(IntOpt) Maximum time to wait for creating cinder volume."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:108(td)
msgid "(IntOpt) Maximum time to wait for extending cinder volume."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:112(td)
msgid "(StrOpt) Name of Open vSwitch bridge to use."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:115(replaceable)
msgid "~/.ssh/id_rsa"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:116(td)
msgid "(StrOpt) Path to host's private key."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:119(replaceable)
msgid "~/.ssh/id_rsa.pub"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:120(td)
msgid "(StrOpt) Path to hosts public key."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:123(replaceable)
msgid "manila-service-image"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:124(td)
msgid "(StrOpt) Name of image in Glance, that will be used for service instance creation."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:128(td)
msgid "(IntOpt) ID of flavor, that will be used for service instance creation."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:132(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-generic.xml:135(replaceable)
msgid "manila_service_instance_%s"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:136(td)
msgid "(StrOpt) Name of service instance."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:140(td)
msgid "(StrOpt) Allowed values are ['nova', 'neutron']."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:144(td)
msgid "(StrOpt) Password for service instance user."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:148(td)
msgid "(StrOpt) Security group name, that will be used for service instance creation."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:151(replaceable)
msgid "$share_mount_path/smb.conf"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:152(td)
msgid "(StrOpt) Path to SMB config in service instance."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:156(td)
msgid "(StrOpt) User in service instance that will be used for authentication."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:160(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-generic.xml:163(replaceable)
msgid "10.254.0.0/16"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:164(td)
msgid "(StrOpt) CIDR of manila service network. Used only with Neutron."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:167(replaceable)
msgid "28"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:168(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-generic.xml:171(replaceable)
msgid "manila_service_network"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:172(td)
msgid "(StrOpt) Name of manila service network. Used only with Neutron."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:175(replaceable)
msgid "CIFS=manila.share.drivers.generic.CIFSHelper, NFS=manila.share.drivers.generic.NFSHelper"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:176(td) ./doc/common/tables/manila-gpfs.xml:56(td)
msgid "(ListOpt) Specify list of share export helpers."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:179(replaceable)
msgid "/shares"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:180(td)
msgid "(StrOpt) Parent path in service instance where shares will be mounted."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:183(replaceable) ./doc/common/tables/ironic-pxe.xml:39(replaceable)
msgid "ext4"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:184(td)
msgid "(StrOpt) Filesystem type of the share volume."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:188(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-generic.xml:191(replaceable) ./doc/common/tables/manila-api.xml:95(replaceable)
msgid "manila-share-%s"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:192(td) ./doc/common/tables/manila-api.xml:96(td)
msgid "(StrOpt) Volume name template."
msgstr ""
#: ./doc/common/tables/manila-generic.xml:195(replaceable) ./doc/common/tables/manila-api.xml:99(replaceable)
msgid "manila-snapshot-%s"
msgstr ""
#: ./doc/common/tables/manila-generic.xml:196(td) ./doc/common/tables/manila-api.xml:100(td)
msgid "(StrOpt) Volume snapshot name template."
msgstr ""
#: ./doc/common/tables/nova-neutron.xml:40(td)
msgid "(StrOpt) Default tenant id when creating neutron networks"
msgstr ""
#: ./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: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: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: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: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: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: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:91(td)
msgid "(IntOpt) Number of seconds before querying neutron for extensions"
msgstr ""
#: ./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: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:111(td)
msgid "(StrOpt) Region name for connecting to neutron in admin context"
msgstr ""
#: ./doc/common/tables/nova-neutron.xml:115(td)
msgid "(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids."
msgstr ""
#: ./doc/common/tables/neutron-brocade.xml:7(caption)
msgid "Description of Brocade configuration options"
msgstr ""
#: ./doc/common/tables/neutron-brocade.xml:18(th)
msgid "[PHYSICAL_INTERFACE]"
msgstr ""
#: ./doc/common/tables/neutron-brocade.xml:22(td)
msgid "(StrOpt) The network interface to use when creating a port"
msgstr ""
#: ./doc/common/tables/neutron-brocade.xml:25(th)
msgid "[SWITCH]"
msgstr ""
#: ./doc/common/tables/neutron-brocade.xml:33(td)
msgid "(StrOpt) Currently unused"
msgstr ""
#: ./doc/common/tables/ironic-iboot.xml:25(caption)
msgid "Description of iBoot Web Power Switch configuration options"
msgstr ""
#: ./doc/common/tables/ironic-iboot.xml:36(th)
msgid "[iboot]"
msgstr ""
#: ./doc/common/tables/ironic-iboot.xml:40(td)
msgid "(IntOpt) Maximum retries for iBoot operations"
msgstr ""
#: ./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:25(caption)
msgid "Description of keystone clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_keystone.xml:36(th)
msgid "[clients_keystone]"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) The hostname/IP of the pydev process listening for debug connections"
msgstr ""
#: ./doc/common/tables/glance-testing.xml:43(replaceable)
msgid "5678"
msgstr ""
#: ./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/manila-ganesha.xml:25(caption)
msgid "Description of Ganesha configuration options"
msgstr ""
#: ./doc/common/tables/manila-ganesha.xml:39(replaceable)
msgid "/etc/ganesha"
msgstr ""
#: ./doc/common/tables/manila-ganesha.xml:40(td)
msgid "(StrOpt) Directory where Ganesha config files are stored."
msgstr ""
#: ./doc/common/tables/manila-ganesha.xml:43(replaceable)
msgid "$ganesha_config_dir/ganesha.conf"
msgstr ""
#: ./doc/common/tables/manila-ganesha.xml:44(td)
msgid "(StrOpt) Path to main Ganesha config file."
msgstr ""
#: ./doc/common/tables/manila-ganesha.xml:47(replaceable)
msgid "$state_path/manila-ganesha.db"
msgstr ""
#: ./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:51(replaceable)
msgid "$ganesha_config_dir/export.d"
msgstr ""
#: ./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:55(replaceable)
msgid "/etc/manila/ganesha-export-templ.d"
msgstr ""
#: ./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: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:64(td)
msgid "(StrOpt) Name of the ganesha nfs service."
msgstr ""
#: ./doc/common/tables/nova-quobyte.xml:44(td)
msgid "(StrOpt) Directory where the Quobyte volume is mounted on the compute node"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:8(literal)
msgid "[filter-name_check]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:20(replaceable)
msgid "'\"`&lt;&gt;"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:21(td)
msgid "Characters that are not allowed in a name"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:24(replaceable)
msgid "/\\./|/\\.\\./|/\\.$|/\\.\\.$"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:25(td)
msgid "Substrings to forbid, using regular expression syntax"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:29(td)
msgid "Maximum length of a name"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-name_check.xml:32(replaceable)
msgid "egg:swift#name_check"
msgstr ""
#: ./doc/common/tables/manila-share.xml:25(caption)
msgid "Description of Share configuration options"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Default share type to use."
msgstr ""
#: ./doc/common/tables/manila-share.xml:52(td)
msgid "(BoolOpt) Whether share servers will be deleted on deletion of the last share."
msgstr ""
#: ./doc/common/tables/manila-share.xml:60(td)
msgid "(BoolOpt) Whether to enable periodic hooks or not."
msgstr ""
#: ./doc/common/tables/manila-share.xml:64(td)
msgid "(BoolOpt) Whether to enable post hooks or not."
msgstr ""
#: ./doc/common/tables/manila-share.xml:68(td)
msgid "(BoolOpt) Whether to enable pre hooks or not."
msgstr ""
#: ./doc/common/tables/manila-share.xml:72(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:75(replaceable)
msgid "NFS, CIFS"
msgstr ""
#: ./doc/common/tables/manila-share.xml:76(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:84(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:88(td)
msgid "(IntOpt) Timeout for creating and deleting share instances when performing share migration (seconds)."
msgstr ""
#: ./doc/common/tables/manila-share.xml:92(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:95(replaceable)
msgid "lost+found"
msgstr ""
#: ./doc/common/tables/manila-share.xml:96(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:100(td)
msgid "(StrOpt) Backend IP in admin network to use for mounting shares during migration."
msgstr ""
#: ./doc/common/tables/manila-share.xml:104(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:108(td)
msgid "(BoolOpt) Specify whether read only access mode is supported in thisbackend."
msgstr ""
#: ./doc/common/tables/manila-share.xml:111(replaceable)
msgid "/tmp/"
msgstr ""
#: ./doc/common/tables/manila-share.xml:112(td)
msgid "(StrOpt) Temporary path to create and mount shares during migration."
msgstr ""
#: ./doc/common/tables/manila-share.xml:116(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:120(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:123(replaceable) ./doc/common/tables/neutron-common.xml:232(replaceable)
msgid "sudo"
msgstr ""
#: ./doc/common/tables/manila-share.xml:124(td)
msgid "(StrOpt) Deprecated: command to use for running commands as root."
msgstr ""
#: ./doc/common/tables/manila-share.xml:127(replaceable)
msgid "manila.share.manager.ShareManager"
msgstr ""
#: ./doc/common/tables/manila-share.xml:128(td)
msgid "(StrOpt) Full class name for the share manager."
msgstr ""
#: ./doc/common/tables/manila-share.xml:131(replaceable)
msgid "share-%s"
msgstr ""
#: ./doc/common/tables/manila-share.xml:132(td)
msgid "(StrOpt) Template string to be used to generate share names."
msgstr ""
#: ./doc/common/tables/manila-share.xml:135(replaceable)
msgid "share-snapshot-%s"
msgstr ""
#: ./doc/common/tables/manila-share.xml:136(td)
msgid "(StrOpt) Template string to be used to generate share snapshot names."
msgstr ""
#: ./doc/common/tables/manila-share.xml:140(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:144(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:148(td)
msgid "(BoolOpt) Whether to suppress pre hook errors (allow driver perform actions) or not."
msgstr ""
#: ./doc/common/tables/manila-share.xml:152(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:156(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:160(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 ""
#: ./doc/common/tables/neutron-scheduler.xml:22(td)
msgid "(BoolOpt) Allow auto scheduling networks to DHCP agent."
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:25(replaceable)
msgid "neutron.scheduler.dhcp_agent_scheduler.WeightScheduler"
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:26(td)
msgid "(StrOpt) Driver to use for scheduling network to DHCP agent"
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:30(td)
msgid "(BoolOpt) Allow auto scheduling of routers to L3 agent."
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:34(td)
msgid "(BoolOpt) Delete namespace after removing a router.This option is deprecated and will be removed in a future release."
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:37(replaceable)
msgid "neutron.scheduler.l3_agent_scheduler.LeastRoutersScheduler"
msgstr ""
#: ./doc/common/tables/neutron-scheduler.xml:38(td)
msgid "(StrOpt) Driver to use for scheduling router to a default L3 agent"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:7(caption)
msgid "Description of security groups configuration options"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:18(th)
msgid "[SECURITYGROUP]"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:22(td)
msgid "(BoolOpt) Enable defer_apply on security bridge."
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:26(td)
msgid "(BoolOpt) Use ipset to speed-up the iptables based security groups."
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:30(td)
msgid "(BoolOpt) Controls whether the neutron security group API is enabled in the server. It should be false when using no security groups or using the nova security group API."
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:34(td)
msgid "(StrOpt) Driver for security groups firewall in the L2 agent"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:37(replaceable)
msgid "networking_vsphere.drivers.ovs_firewall.OVSFirewallDriver"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:38(td)
msgid "(StrOpt) DriverManager implementation for OVS based Firewall."
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:41(replaceable)
msgid "br-sec"
msgstr ""
#: ./doc/common/tables/neutron-securitygroups.xml:42(td)
msgid "(StrOpt) &lt;security_bridge&gt;:&lt;phy_interface&gt;"
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:25(caption)
msgid "Description of serial console configuration options"
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:36(th)
msgid "[serial_console]"
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:39(replaceable)
msgid "ws://127.0.0.1:6083/"
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:40(td)
msgid "(StrOpt) Location of serial console proxy."
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:44(td)
msgid "(BoolOpt) Enable serial console related features"
msgstr ""
#: ./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:51(replaceable)
msgid "10000:20000"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) The address to which proxy clients (like nova-serialproxy) should connect"
msgstr ""
#: ./doc/common/tables/nova-serial_console.xml:63(replaceable)
msgid "6083"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:8(literal)
msgid "[filter-tempauth]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:27(replaceable)
msgid "/auth/"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:28(td)
msgid "The HTTP request path prefix for the auth service. Swift itself reserves anything beginning with the letter `v`."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:55(replaceable)
msgid "tempauth"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:60(td)
msgid "Scheme to return with storage urls: http, https, or default (chooses based on what the server is running as) This can be useful with an SSL load balancer in front of a non-SSL server."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:64(td)
msgid "The number of seconds a token is valid."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:67(replaceable)
msgid "egg:swift#tempauth"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:71(replaceable)
msgid "admin .admin .reseller_admin"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:75(replaceable)
msgid "testing2 .admin"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:79(replaceable)
msgid "testing5 service"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:83(replaceable)
msgid "testing .admin"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml:87(replaceable)
msgid "testing3"
msgstr ""
#: ./doc/common/tables/heat-clients_sahara.xml:25(caption)
msgid "Description of sahara clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_sahara.xml:36(th)
msgid "[clients_sahara]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:20(replaceable)
msgid "secret_admin_key"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:21(td)
msgid "to use for admin calls that are HMAC signed. Default is empty, which will disable admin calls to /info. the proxy server. For most cases, this should be `egg:swift#proxy`. request whenever it has to failover to a handoff node"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:40(replaceable)
msgid "/etc/swift/proxy.crt"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:41(td)
msgid "to the ssl .crt. This should be enabled for testing purposes only."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:49(td)
msgid "is a list of hosts that are included with any CORS request by default and returned with the Access-Control-Allow-Origin header in addition to what the container has set. to call to setup custom log handlers. for eventlet the proxy server. For most cases, this should be `egg:swift#proxy`. request whenever it has to failover to a handoff node"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:52(replaceable)
msgid "swift.valid_api_versions, container_quotas, tempurl"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:69(td)
msgid "Enables exposing configuration settings via HTTP GET /info."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:72(replaceable)
msgid "/etc/swift/proxy.key"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-DEFAULT.xml:73(td)
msgid "to the ssl .key. This should be enabled for testing purposes only."
msgstr ""
#: ./doc/common/tables/neutron-bigswitch.xml:7(caption)
msgid "Description of BigSwitch configuration options"
msgstr ""
#: ./doc/common/tables/manila-auth.xml:25(caption)
msgid "Description of Authorization configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of NetApp cDOT iSCSI driver configuration options"
msgstr ""
#: ./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:71(replaceable) ./doc/common/tables/cinder-netapp_7mode_iscsi.xml:63(replaceable)
msgid "1.2"
msgstr ""
#: ./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:59(replaceable)
msgid "cinder-volume"
msgstr ""
#: ./doc/common/tables/cinder-rpc.xml:60(td)
msgid "(StrOpt) The topic that volume nodes listen on"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) The separator used between the namespace and keys"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:47(replaceable)
msgid "RetryFilter, AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter"
msgstr ""
#: ./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:51(replaceable) ./doc/common/tables/nova-scheduler.xml:79(replaceable)
msgid "0.0"
msgstr ""
#: ./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:56(td)
msgid "(FloatOpt) Virtual disk to physical disk allocation ratio"
msgstr ""
#: ./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: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:64(td)
msgid "(ListOpt) Host reserved for specific images"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:68(td)
msgid "(ListOpt) Images to run on isolated host"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:72(td)
msgid "(IntOpt) Ignore hosts that have too many instances"
msgstr ""
#: ./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: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: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:88(td)
msgid "(IntOpt) Amount of disk in MB to reserve for the host"
msgstr ""
#: ./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:96(td)
msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:99(replaceable)
msgid "['nova.scheduler.filters.all_filters']"
msgstr ""
#: ./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:103(replaceable)
msgid "RetryFilter, AvailabilityZoneFilter, RamFilter, DiskFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:107(replaceable)
msgid "nova.scheduler.filter_scheduler.FilterScheduler"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:108(td)
msgid "(StrOpt) Default driver to use for the scheduler"
msgstr ""
#: ./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:115(replaceable)
msgid "nova.scheduler.host_manager.HostManager"
msgstr ""
#: ./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: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:131(replaceable)
msgid "nova.scheduler.manager.SchedulerManager"
msgstr ""
#: ./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:139(replaceable)
msgid "scheduler"
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:140(td)
msgid "(StrOpt) The topic scheduler nodes listen on"
msgstr ""
#: ./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:148(td)
msgid "(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters or not."
msgstr ""
#: ./doc/common/tables/nova-scheduler.xml:151(replaceable)
msgid "nova.scheduler.weights.all_weighers"
msgstr ""
#: ./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:162(replaceable)
msgid "nova.cells.filters.all_filters"
msgstr ""
#: ./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:167(td)
msgid "(IntOpt) How many retries when no cells are available."
msgstr ""
#: ./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:174(replaceable)
msgid "nova.cells.weights.all_weighers"
msgstr ""
#: ./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:178(th)
msgid "[metrics]"
msgstr ""
#: ./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:186(td)
msgid "(FloatOpt) Multiplier used for weighing metrics."
msgstr ""
#: ./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:194(td)
msgid "(ListOpt) How the metrics are going to be weighed. This should be in the form of \"&lt;name1&gt;=&lt;ratio1&gt;, &lt;name2&gt;=&lt;ratio2&gt;, ...\", where &lt;nameX&gt; is one of the metrics to be weighed, and &lt;ratioX&gt; 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 ""
#: ./doc/common/tables/swift-account-server-app-account-server.xml:8(literal)
msgid "[app-account-server]"
msgstr ""
#: ./doc/common/tables/swift-account-server-app-account-server.xml:40(replaceable)
msgid "account-server"
msgstr ""
#: ./doc/common/tables/swift-account-server-app-account-server.xml:48(replaceable)
msgid "egg:swift#account"
msgstr ""
#: ./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:25(caption)
msgid "Description of NetApp 7-Mode iSCSI driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-metering_agent.xml:7(caption)
msgid "Description of metering agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-metering_agent.xml:21(replaceable)
msgid "neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver"
msgstr ""
#: ./doc/common/tables/neutron-metering_agent.xml:22(td)
msgid "(StrOpt) Metering driver"
msgstr ""
#: ./doc/common/tables/neutron-metering_agent.xml:26(td)
msgid "(IntOpt) Interval between two metering measures"
msgstr ""
#: ./doc/common/tables/neutron-metering_agent.xml:33(td)
msgid "(FloatOpt) Seconds between nodes reporting state to server; should be less than agent_down_time, best if it is half or less than agent_down_time."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:7(caption)
msgid "Description of ML2 Freescale SDN mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:18(th)
msgid "[ml2_fslsdn]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:22(td)
msgid "(BoolOpt) If set, ignore any SSL validation issues."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:26(td)
msgid "(StrOpt) Auth strategy for connecting to neutron in admin context."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:29(replaceable)
msgid "http://127.0.0.1:5000/v2.0/"
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:30(td)
msgid "(StrOpt) CRD Auth URL."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:34(td)
msgid "(StrOpt) Location of ca certificates file to use for CRD client requests."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:38(td)
msgid "(StrOpt) CRD Service Password."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:42(td)
msgid "(StrOpt) Region name for connecting to CRD Service in admin context."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:46(td)
msgid "(StrOpt) CRD Tenant Name."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:49(replaceable)
msgid "http://127.0.0.1:9797"
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:50(td)
msgid "(StrOpt) URL for connecting to CRD service."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:54(td)
msgid "(IntOpt) Timeout value for connecting to CRD service in seconds."
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:57(replaceable)
msgid "crd"
msgstr ""
#: ./doc/common/tables/neutron-ml2_fslsdn.xml:58(td)
msgid "(StrOpt) CRD service Username."
msgstr ""
#: ./doc/common/tables/ironic-seamicro.xml:25(caption)
msgid "Description of SeaMicro configuration options"
msgstr ""
#: ./doc/common/tables/ironic-seamicro.xml:36(th)
msgid "[seamicro]"
msgstr ""
#: ./doc/common/tables/ironic-seamicro.xml:44(td)
msgid "(IntOpt) Maximum retries for SeaMicro operations"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored."
msgstr ""
#: ./doc/common/tables/cinder-prophetstor_dpl.xml:43(replaceable)
msgid "8357"
msgstr ""
#: ./doc/common/tables/cinder-prophetstor_dpl.xml:44(td)
msgid "(IntOpt) DPL port number."
msgstr ""
#: ./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: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:25(caption)
msgid "Description of NetApp Share Drivers configuration options"
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:39(replaceable) ./doc/common/tables/manila-netapp.xml:55(replaceable)
msgid "(.*)"
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:40(td)
msgid "(StrOpt) Pattern for searching available aggregates for provisioning."
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:43(replaceable)
msgid "os_%(net_allocation_id)s"
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:44(td)
msgid "(StrOpt) Logical interface (LIF) name template"
msgstr ""
#: ./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: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:60(td)
msgid "(StrOpt) Root volume name."
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) The hostname (or IP address) for the storage system."
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:72(td)
msgid "(PortOpt) 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: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: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: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:87(replaceable)
msgid "share_%(share_id)s"
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:88(td)
msgid "(StrOpt) NetApp volume name template."
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:91(replaceable)
msgid "os_%s"
msgstr ""
#: ./doc/common/tables/manila-netapp.xml:92(td)
msgid "(StrOpt) Name template to use for new Vserver."
msgstr ""
#: ./doc/common/tables/sahara-api.xml:47(th)
msgid "[retries]"
msgstr ""
#: ./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:55(td)
msgid "(IntOpt) Time between the retries to client (in seconds)."
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:43(replaceable)
msgid "event_pipeline.yaml"
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:44(td)
msgid "(StrOpt) Configuration file for event pipeline definition."
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:47(replaceable)
msgid "pipeline.yaml"
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:48(td)
msgid "(StrOpt) Configuration file for pipeline definition."
msgstr ""
#: ./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:56(td)
msgid "(BoolOpt) Refresh Event Pipeline configuration on-the-fly."
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:60(td)
msgid "(BoolOpt) Refresh Pipeline configuration on-the-fly."
msgstr ""
#: ./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:68(td)
msgid "(IntOpt) Limit on length of reserved metadata values."
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:71(replaceable)
msgid "metering."
msgstr ""
#: ./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:79(td)
msgid "(BoolOpt) Set True to redirect alarms URLs to aodh. Default autodetection by querying keystone."
msgstr ""
#: ./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:87(td)
msgid "(IntOpt) Default maximum number of items returned by API request."
msgstr ""
#: ./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:95(td)
msgid "(StrOpt) The listen IP for the ceilometer API server."
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:102(replaceable)
msgid "8777"
msgstr ""
#: ./doc/common/tables/ceilometer-api.xml:103(td)
msgid "(IntOpt) The port for the ceilometer API server."
msgstr ""
#: ./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:25(caption) ./doc/common/tables/glance-profiler.xml:25(caption)
msgid "Description of profiler configuration options"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:8(literal)
msgid "[filter-staticweb]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml:20(replaceable)
msgid "egg:swift#staticweb"
msgstr ""
#: ./doc/common/tables/trove-api.xml:40(td)
msgid "(ListOpt) Roles to add to an admin user."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) IP address the API server will listen on."
msgstr ""
#: ./doc/common/tables/trove-api.xml:51(replaceable)
msgid "8779"
msgstr ""
#: ./doc/common/tables/trove-api.xml:52(td)
msgid "(IntOpt) Port the API server will listen on."
msgstr ""
#: ./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:59(replaceable)
msgid "trove.db.sqlalchemy.api"
msgstr ""
#: ./doc/common/tables/trove-api.xml:60(td)
msgid "(StrOpt) API Implementation for Trove database access."
msgstr ""
#: ./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:68(td)
msgid "(IntOpt) Maximum number of HTTP 'DELETE' requests (per minute)."
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) Maximum number of management HTTP 'POST' requests (per minute)."
msgstr ""
#: ./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:84(td)
msgid "(IntOpt) Maximum number of HTTP 'PUT' requests (per minute)."
msgstr ""
#: ./doc/common/tables/trove-api.xml:87(replaceable)
msgid "/etc/trove/conf.d"
msgstr ""
#: ./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:92(td)
msgid "(IntOpt) Page size for listing instances."
msgstr ""
#: ./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:103(replaceable)
msgid "LOCAL_DEV"
msgstr ""
#: ./doc/common/tables/trove-api.xml:104(td)
msgid "(StrOpt) The region this service is located."
msgstr ""
#: ./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:115(replaceable)
msgid "http://0.0.0.0:5000/v2.0"
msgstr ""
#: ./doc/common/tables/trove-api.xml:116(td)
msgid "(StrOpt) Trove authentication URL."
msgstr ""
#: ./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:123(replaceable)
msgid "SecGroup"
msgstr ""
#: ./doc/common/tables/trove-api.xml:124(td)
msgid "(StrOpt) Prefix to use when creating Security Groups."
msgstr ""
#: ./doc/common/tables/trove-api.xml:127(replaceable)
msgid "0.0.0.0/0"
msgstr ""
#: ./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:132(td)
msgid "(BoolOpt) Whether Trove should add Security Groups on create."
msgstr ""
#: ./doc/common/tables/trove-api.xml:136(td)
msgid "(IntOpt) Page size for listing users."
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:7(caption)
msgid "Description of FWaaS vArmour plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:18(th)
msgid "[vArmour]"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:22(td)
msgid "(StrOpt) vArmour director ip"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:26(td)
msgid "(StrOpt) vArmour director port"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:29(replaceable) ./doc/common/tables/neutron-fwaas_varmour.xml:33(replaceable)
msgid "varmour"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:30(td)
msgid "(StrOpt) vArmour director password"
msgstr ""
#: ./doc/common/tables/neutron-fwaas_varmour.xml:34(td)
msgid "(StrOpt) vArmour director username"
msgstr ""
#: ./doc/common/tables/aodh-coordination.xml:7(caption)
msgid "Description of Coordination configuration options"
msgstr ""
#: ./doc/common/tables/swift-object-server-pipeline-main.xml:20(replaceable)
msgid "healthcheck recon object-server"
msgstr ""
#: ./doc/common/tables/glance-cinder.xml:25(caption)
msgid "Description of cinder configuration options"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Location of ca certicates file to use for cinder client requests."
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/nova-apiv3.xml:7(caption)
msgid "Description of API v3 configuration options"
msgstr ""
#: ./doc/common/tables/nova-apiv3.xml:18(th)
msgid "[osapi_v3]"
msgstr ""
#: ./doc/common/tables/nova-apiv3.xml:22(td)
msgid "(BoolOpt) Whether the V3 API is enabled or not"
msgstr ""
#: ./doc/common/tables/nova-apiv3.xml:26(td)
msgid "(ListOpt) A list of v3 API extensions to never load. Specify the extension aliases here."
msgstr ""
#: ./doc/common/tables/nova-apiv3.xml:30(td)
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:25(caption)
msgid "Description of keystone configuration options"
msgstr ""
#: ./doc/common/tables/ironic-keystone.xml:40(td)
msgid "(StrOpt) The region used for getting endpoints of OpenStackservices."
msgstr ""
#: ./doc/common/tables/swift-container-server-container-updater.xml:8(literal)
msgid "[container-updater]"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-updater.xml:21(td)
msgid "Seconds to suppress updating an account that has generated an error (timeout, not yet found, etc.)"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-updater.xml:49(replaceable)
msgid "container-updater"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-updater.xml:61(replaceable) ./doc/common/tables/swift-object-server-object-updater.xml:52(replaceable)
msgid "0.01"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-updater.xml:62(td) ./doc/common/tables/swift-object-server-object-updater.xml:53(td)
msgid "Time in seconds to wait between objects"
msgstr ""
#: ./doc/common/tables/cinder-hpe3par.xml:25(caption)
msgid "Description of HPE 3PAR Fibre Channel and iSCSI drivers configuration options"
msgstr ""
#: ./doc/common/tables/cinder-hpe3par.xml:44(td)
msgid "(ListOpt) List of the CPG(s) to use for volume creation"
msgstr ""
#: ./doc/common/tables/cinder-hpe3par.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-hpe3par.xml:56(td)
msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections."
msgstr ""
#: ./doc/common/tables/cinder-hpe3par.xml:60(td)
msgid "(ListOpt) List of target iSCSI addresses to use."
msgstr ""
#: ./doc/common/tables/cinder-hpe3par.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-hpe3par.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/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:44(td)
msgid "(IntOpt) Interval between checks of provision timeouts, in seconds."
msgstr ""
#: ./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: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:55(replaceable)
msgid "ironic_configdrive_container"
msgstr ""
#: ./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:60(td)
msgid "(BoolOpt) Whether to upload the config drive to Swift."
msgstr ""
#: ./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: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:72(td)
msgid "(IntOpt) Seconds between conductor heart beats."
msgstr ""
#: ./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:80(td)
msgid "(IntOpt) Timeout (seconds) for waiting for node inspection. 0 - unlimited."
msgstr ""
#: ./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:88(td)
msgid "(IntOpt) Seconds to sleep between node lock attempts."
msgstr ""
#: ./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: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:100(td)
msgid "(BoolOpt) Enable sending sensor data message via the notification bus"
msgstr ""
#: ./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: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: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:116(td)
msgid "(IntOpt) Interval between syncing the node power state to the database, in seconds."
msgstr ""
#: ./doc/common/tables/ironic-conductor.xml:120(td)
msgid "(IntOpt) The size of the workers greenthread pool."
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:25(caption)
msgid "Description of backups configuration options"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:39(replaceable)
msgid "cinder.backup.api.API"
msgstr ""
#: ./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:43(replaceable)
msgid "zlib"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:44(td)
msgid "(StrOpt) Compression algorithm (None to disable)"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:47(replaceable)
msgid "cinder.backup.drivers.swift"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:48(td)
msgid "(StrOpt) Driver to use for backups."
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:51(replaceable)
msgid "cinder.backup.manager.BackupManager"
msgstr ""
#: ./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: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:59(replaceable)
msgid "backup-%s"
msgstr ""
#: ./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: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:67(replaceable)
msgid "$state_path/backup"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:68(td)
msgid "(StrOpt) Path specifying where to store backups."
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) Interval, in seconds, between two progress notifications reporting the backup status"
msgstr ""
#: ./doc/common/tables/cinder-backups.xml:79(replaceable)
msgid "cinder-backup"
msgstr ""
#: ./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:83(replaceable) ./doc/common/tables/nova-api.xml:119(replaceable)
msgid "snapshot-%s"
msgstr ""
#: ./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:88(td)
msgid "(BoolOpt) Create volume from snapshot at the host where snapshot resides"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-updater.xml:8(literal)
msgid "[object-updater]"
msgstr ""
#: ./doc/common/tables/swift-object-server-object-updater.xml:40(replaceable)
msgid "object-updater"
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:25(caption)
msgid "Description of PostgreSQL database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:36(th)
msgid "[postgresql]"
msgstr ""
#: ./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:47(replaceable)
msgid "PgDump"
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:55(replaceable)
msgid "postgres"
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:59(replaceable)
msgid "os_admin, postgres, root"
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:63(replaceable)
msgid "/var/lib/postgresql"
msgstr ""
#: ./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:72(td)
msgid "(StrOpt) Root controller implementation for postgresql."
msgstr ""
#: ./doc/common/tables/trove-db_postgresql.xml:79(replaceable)
msgid "5432"
msgstr ""
#: ./doc/common/tables/swift-container-server-pipeline-main.xml:20(replaceable)
msgid "healthcheck recon container-server"
msgstr ""
#: ./doc/common/tables/heat-testing.xml:44(td)
msgid "(BoolOpt) If False do not trace SQL requests."
msgstr ""
#: ./doc/common/tables/heat-crypt.xml:25(caption)
msgid "Description of crypt configuration options"
msgstr ""
#: ./doc/common/tables/heat-crypt.xml:39(replaceable)
msgid "notgood but just long enough i t"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/swift-container-server-container-replicator.xml:8(literal)
msgid "[container-replicator]"
msgstr ""
#: ./doc/common/tables/swift-container-server-container-replicator.xml:44(replaceable)
msgid "container-replicator"
msgstr ""
#: ./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:57(td)
msgid "Limit number of items to get per diff"
msgstr ""
#: ./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: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:51(td) ./doc/common/tables/aodh-database.xml:26(td)
msgid "(IntOpt) Number of seconds that alarm histories are kept in the database for (&lt;= 0 means forever)."
msgstr ""
#: ./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 &lt;hostname&gt;_&lt;nodename&gt;."
msgstr ""
#: ./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:95(td)
msgid "(IntOpt) Number of seconds that events are kept in the database for (&lt;= 0 means forever)."
msgstr ""
#: ./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:119(td)
msgid "(IntOpt) Number of seconds that samples are kept in the database for (&lt;= 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 ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:8(filename)
msgid "drive-audit.conf"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:21(td)
msgid "Directory devices are mounted under"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:25(td)
msgid "Number of errors to find before a device is unmounted"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:36(replaceable)
msgid "/var/log/kern.*[!.][!g][!z]"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:37(td)
msgid "Location of the log file with globbing pattern to check against device errors locate device blocks with errors in the log file"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:53(td)
msgid "Number of minutes to look back in `/var/log/kern.log`"
msgstr ""
#: ./doc/common/tables/swift-drive-audit-drive-audit.xml:60(replaceable)
msgid "\\berror\\b.*\\b(dm-[0-9]{1,2}\\d?)\\b"
msgstr ""
#: ./doc/common/tables/trove-heat.xml:25(caption)
msgid "Description of Orchestration module configuration options"
msgstr ""
#: ./doc/common/tables/trove-heat.xml:43(replaceable)
msgid "orchestration"
msgstr ""
#: ./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:25(caption)
msgid "Description of Datera volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-datera.xml:39(replaceable)
msgid "7717"
msgstr ""
#: ./doc/common/tables/cinder-datera.xml:40(td)
msgid "(StrOpt) Datera API port."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Datera API version."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) The path to the client certificate for verification, if the driver supports it."
msgstr ""
#: ./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:25(caption)
msgid "Description of HP XP volume driver configuration options"
msgstr ""
#: ./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:44(td)
msgid "(ListOpt) Target port names of compute node for host group or iSCSI target"
msgstr ""
#: ./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: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:55(replaceable) ./doc/common/tables/cinder-hitachi-hbsd.xml:67(replaceable)
msgid "FULL"
msgstr ""
#: ./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:60(td)
msgid "(BoolOpt) Request for creating host group or iSCSI target"
msgstr ""
#: ./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:68(td)
msgid "(BoolOpt) Only discover a specific name of host group or iSCSI target"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:71(replaceable)
msgid "200, 201"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:72(td)
msgid "(ListOpt) Instance numbers for HORCM"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:75(replaceable)
msgid "meta_resource"
msgstr ""
#: ./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: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:84(td)
msgid "(StrOpt) Logical device range of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:88(td)
msgid "(StrOpt) Pool of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:92(td)
msgid "(StrOpt) Type of storage command line interface"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:96(td)
msgid "(StrOpt) ID of storage system"
msgstr ""
#: ./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:104(td)
msgid "(StrOpt) Thin pool of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hpxp.xml:108(td)
msgid "(BoolOpt) Request for FC Zone creating host group"
msgstr ""
#: ./doc/common/tables/nova-hypervisor.xml:25(caption)
msgid "Description of hypervisor configuration options"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Force backing images to raw format"
msgstr ""
#: ./doc/common/tables/nova-hypervisor.xml:48(td)
msgid "(StrOpt) VM image preallocation mode: \"none\" =&gt; no storage provisioning is done up front, \"space\" =&gt; storage is fully allocated at instance start"
msgstr ""
#: ./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:56(td)
msgid "(BoolOpt) Whether to use cow images"
msgstr ""
#: ./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:64(td)
msgid "(MultiStrOpt) Name of the mkfs commands for ephemeral device. The format is &lt;os_type&gt;=&lt;mkfs command&gt;"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas.xml:7(caption)
msgid "Description of VPN-as-a-Service configuration options"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas.xml:18(th)
msgid "[vpnagent]"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas.xml:21(replaceable)
msgid "['neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec.VyattaIPSecDriver']"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas.xml:22(td)
msgid "(MultiStrOpt) The vpn device drivers Neutron will use"
msgstr ""
#: ./doc/common/tables/keystone-identity.xml:25(caption)
msgid "Description of identity configuration options"
msgstr ""
#: ./doc/common/tables/keystone-identity.xml:36(th)
msgid "[identity]"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Toggle for identity caching. This has no effect unless global caching is enabled."
msgstr ""
#: ./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:51(replaceable)
msgid "/etc/keystone/domains"
msgstr ""
#: ./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: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: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: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:68(td)
msgid "(IntOpt) Maximum number of entities that will be returned in an identity collection."
msgstr ""
#: ./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:36(th) ./doc/common/tables/manual/keystone-saml-module.xml:16(th)
msgid "[auth]"
msgstr ""
#: ./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:43(replaceable)
msgid "external, password, token, oauth1"
msgstr ""
#: ./doc/common/tables/keystone-auth.xml:44(td)
msgid "(ListOpt) Allowed authentication methods."
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) Entrypoint for the password auth plugin module in the keystone.auth.password namespace."
msgstr ""
#: ./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:25(caption)
msgid "Description of IBM SONAS and Storwise V7000 volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-ibmnas.xml:39(replaceable)
msgid "v7ku"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) IP address or Hostname of NAS system."
msgstr ""
#: ./doc/common/tables/cinder-ibmnas.xml:48(td)
msgid "(StrOpt) User name to connect to NAS system."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Password to connect to NAS system."
msgstr ""
#: ./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: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: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: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:76(td)
msgid "(IntOpt) SSH port to use to connect to NAS system."
msgstr ""
#: ./doc/common/tables/heat-clients_neutron.xml:25(caption)
msgid "Description of neutron clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_neutron.xml:36(th)
msgid "[clients_neutron]"
msgstr ""
#: ./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: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: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:56(td)
msgid "(BoolOpt) Deploy the v1 OpenStack Images API."
msgstr ""
#: ./doc/common/tables/glance-api.xml:60(td)
msgid "(BoolOpt) Deploy the v1 OpenStack Registry API."
msgstr ""
#: ./doc/common/tables/glance-api.xml:64(td)
msgid "(BoolOpt) Deploy the v2 OpenStack Images API."
msgstr ""
#: ./doc/common/tables/glance-api.xml:68(td)
msgid "(BoolOpt) Deploy the v2 OpenStack Registry API."
msgstr ""
#: ./doc/common/tables/glance-api.xml:72(td)
msgid "(BoolOpt) Deploy the v3 OpenStack Objects API."
msgstr ""
#: ./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:79(replaceable)
msgid "1099511627776"
msgstr ""
#: ./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: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:87(replaceable)
msgid "location_order"
msgstr ""
#: ./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: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:96(td)
msgid "(IntOpt) Limits request ID length."
msgstr ""
#: ./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: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: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: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: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:126(replaceable)
msgid "file"
msgstr ""
#: ./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: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:134(replaceable)
msgid "file, http"
msgstr ""
#: ./doc/common/tables/glance-api.xml:135(td)
msgid "(ListOpt) List of stores enabled"
msgstr ""
#: ./doc/common/tables/glance-api.xml:153(td)
msgid "(StrOpt) Name of the paste configuration file."
msgstr ""
#: ./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:160(th)
msgid "[store_type_location_strategy]"
msgstr ""
#: ./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:25(caption)
msgid "Description of Gnocchi dispatcher configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:36(th)
msgid "[dispatcher_gnocchi]"
msgstr ""
#: ./doc/common/tables/ceilometer-dispatcher_gnocchi.xml:39(replaceable)
msgid "low"
msgstr ""
#: ./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: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:48(td)
msgid "(StrOpt) Gnocchi project used to filter out samples generated by Gnocchi service activity"
msgstr ""
#: ./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:55(replaceable)
msgid "gnocchi_resources.yaml"
msgstr ""
#: ./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: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:60(td) ./doc/common/tables/ceilometer-alarms.xml:40(td) ./doc/common/tables/aodh-common.xml:42(td)
msgid "(StrOpt) URL to Gnocchi."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:22(td)
msgid "(StrOpt) Admin password"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:26(td)
msgid "(StrOpt) Admin tenant name"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:30(td)
msgid "(StrOpt) Admin user"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-common.xml:34(td)
msgid "(IntOpt) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:38(td)
msgid "(IntOpt) Number of separate API worker processes for service. If not specified, the default is equal to the number of CPUs available for best performance."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:42(td)
msgid "(StrOpt) Certificate Authority public key (CA cert) file for ssl"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:46(td)
msgid "(BoolOpt) Turn off verification of the certificate for ssl"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:50(td)
msgid "(StrOpt) Authentication region"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:54(td)
msgid "(StrOpt) The type of authentication to use"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:58(td)
msgid "(StrOpt) Authentication URL"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:61(replaceable)
msgid "fa:16:3e:00:00:00"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:62(td)
msgid "(StrOpt) The base MAC address Neutron will use for VIFs"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:66(td)
msgid "(StrOpt) The host IP to bind to"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:69(replaceable)
msgid "9696"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:70(td)
msgid "(IntOpt) The port to bind to"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:74(td)
msgid "(StrOpt) The core plugin Neutron will use"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:78(td)
msgid "(StrOpt) Default IPv4 subnet-pool to be used for automatic subnet CIDR allocation"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:82(td)
msgid "(StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR allocation"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:90(td)
msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:94(td)
msgid "(IntOpt) Number of DHCP agents scheduled to host a tenant network. If this number is greater than 1, the scheduler automatically assigns multiple DHCP agents for a given tenant network, providing high availability for DHCP service."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:98(td)
msgid "(BoolOpt) Use broadcast in DHCP replies"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:101(replaceable)
msgid "$state_path/dhcp"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:102(td)
msgid "(StrOpt) Location to store DHCP server config files"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:106(td)
msgid "(BoolOpt) Delete namespace after removing a dhcp server.This option is deprecated and will be removed in a future release."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:109(replaceable) ./doc/common/tables/neutron-common.xml:121(replaceable) ./doc/common/tables/neutron-nsx.xml:107(replaceable)
msgid "openstacklocal"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:110(td)
msgid "(StrOpt) Domain to use for building the hostnames.This option is deprecated. It has been moved to neutron.conf as dns_domain. It will removed from here in a future release"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:114(td)
msgid "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite lease times."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:117(replaceable)
msgid "networks"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:118(td)
msgid "(StrOpt) Representing the resource type whose load is being reported by the agent. This can be \"networks\", \"subnets\" or \"ports\". When specified (Default is networks), the server will extract particular load sent as part of its agent configuration object from the agent report state, which is the number of resources being consumed, at every report_interval.dhcp_load_type can be used in combination with network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured to represent the choice for the resource being balanced. Example: dhcp_load_type=networks"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:126(td)
msgid "(BoolOpt) Agent starts with admin_state_up=False when enable_new_agents=False. In the case, user's resources will not be scheduled automatically to the agent until admin changes admin_state_up to True."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:130(td)
msgid "(BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:133(replaceable)
msgid "adminURL"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:134(td)
msgid "(StrOpt) Network service endpoint type to pull from the keystone catalog"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:138(td)
msgid "(StrOpt) Neutron endpoint URL, if not set will use endpoint from the keystone catalog along with endpoint_type"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:146(td)
msgid "(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate only if gateway is not a link local address. Deprecated, to be removed during the K release, at which point the check will be mandatory."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:150(td)
msgid "(StrOpt) Hostname to be used by the neutron server, agents and services running on this machine. All the agents and services running on this machine must use the same host value."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:158(td)
msgid "(BoolOpt) Force ip_lib calls to use the root helper"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:162(td)
msgid "(StrOpt) IPAM driver to use."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:166(td)
msgid "(IntOpt) How many times Neutron will retry MAC generation"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:170(td)
msgid "(IntOpt) Maximum number of allowed address pairs"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:174(td)
msgid "(IntOpt) Maximum number of DNS nameservers"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:178(td)
msgid "(IntOpt) Maximum number of fixed ips per port"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:182(td)
msgid "(IntOpt) Maximum number of host routes per subnet"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:198(td)
msgid "(IntOpt) Periodic interval at which the plugin checks for the monitoring L2 gateway agent"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:202(td)
msgid "(IntOpt) Interval between two metering reports"
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/neutron-common.xml:209(replaceable)
msgid "/var/lib/neutron"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:210(td)
msgid "(StrOpt) Where to store Neutron state files. This directory must be writable by the agent."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:214(td)
msgid "(BoolOpt) If True, then allow plugins that support it to create VLAN transparent networks."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:220(replaceable)
msgid "respawn"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:221(td)
msgid "(StrOpt) Action to be executed when a child process dies"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:225(td)
msgid "(IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:229(td)
msgid "(BoolOpt) Log agent heartbeats"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:233(td)
msgid "(StrOpt) Root helper application."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:237(td)
msgid "(StrOpt) Root helper daemon application to use when possible."
msgstr ""
#: ./doc/common/tables/neutron-common.xml:265(th)
msgid "[qos]"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:268(replaceable)
msgid "message_queue"
msgstr ""
#: ./doc/common/tables/neutron-common.xml:269(td)
msgid "(ListOpt) Drivers list to use to send the update notification"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:25(caption)
msgid "Description of Scheduler configuration options"
msgstr ""
#: ./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: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:47(replaceable)
msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter, ConsistencyGroupFilter"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:55(replaceable)
msgid "manila.scheduler.drivers.filter.FilterScheduler"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:56(td)
msgid "(StrOpt) Default scheduler driver to use."
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:59(replaceable)
msgid "manila.scheduler.host_manager.HostManager"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:60(td)
msgid "(StrOpt) The scheduler host manager class to use."
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:67(replaceable)
msgid "manila.scheduler.manager.SchedulerManager"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:68(td)
msgid "(StrOpt) Full class name for the scheduler manager."
msgstr ""
#: ./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:75(replaceable)
msgid "manila-scheduler"
msgstr ""
#: ./doc/common/tables/manila-scheduler.xml:76(td)
msgid "(StrOpt) The topic scheduler nodes listen on."
msgstr ""
#: ./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: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:25(caption)
msgid "Description of availability zones configuration options"
msgstr ""
#: ./doc/common/tables/nova-availabilityzones.xml:40(td)
msgid "(StrOpt) Default compute node availability_zone"
msgstr ""
#: ./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:47(replaceable)
msgid "internal"
msgstr ""
#: ./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:36(th)
msgid "[eventlet_server_ssl]"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Path of the CA cert file for SSL."
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:44(td)
msgid "(BoolOpt) Require client certificate."
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:47(replaceable)
msgid "/etc/keystone/ssl/certs/keystone.pem"
msgstr ""
#: ./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:52(td)
msgid "(BoolOpt) Toggle for SSL support on the Keystone eventlet servers."
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:55(replaceable)
msgid "/etc/keystone/ssl/private/keystonekey.pem"
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:56(td)
msgid "(StrOpt) Path of the keyfile for SSL."
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:59(th)
msgid "[signing]"
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:63(td)
msgid "(StrOpt) Path of the CA for token signing."
msgstr ""
#: ./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:67(td)
msgid "(StrOpt) Path of the CA key for token signing."
msgstr ""
#: ./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:71(td)
msgid "(StrOpt) Certificate subject (auto generated certificate) for token signing."
msgstr ""
#: ./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: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:78(replaceable) ./doc/common/tables/trove-db_vertica.xml:75(replaceable)
msgid "2048"
msgstr ""
#: ./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: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:83(td)
msgid "(StrOpt) Path of the keyfile for token signing."
msgstr ""
#: ./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:87(td)
msgid "(IntOpt) Days the token signing cert is valid for (auto generated certificate)."
msgstr ""
#: ./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:97(replaceable)
msgid "/C=US/ST=Unset/L=Unset/O=Unset/CN=localhost"
msgstr ""
#: ./doc/common/tables/keystone-ca.xml:98(td)
msgid "(StrOpt) SSL certificate subject (auto generated certificate)."
msgstr ""
#: ./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:106(td)
msgid "(IntOpt) Days the certificate is valid for once signed (auto generated certificate)."
msgstr ""
#: ./doc/common/tables/glance-gridfs.xml:25(caption)
msgid "Description of GridFS configuration options"
msgstr ""
#: ./doc/common/tables/glance-gridfs.xml:40(td)
msgid "(StrOpt) Database to use"
msgstr ""
#: ./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:25(caption)
msgid "Description of Percona XtraDB Cluster database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_pxc.xml:36(th)
msgid "[pxc]"
msgstr ""
#: ./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:63(replaceable)
msgid "trove.common.strategies.cluster.experimental.pxc.guestagent.PXCGuestAgentStrategy"
msgstr ""
#: ./doc/common/tables/trove-db_pxc.xml:67(replaceable)
msgid "os_admin, root, clusterrepuser"
msgstr ""
#: ./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:96(td)
msgid "(StrOpt) Root controller implementation for pxc."
msgstr ""
#: ./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:107(replaceable)
msgid "3306, 4444, 4567, 4568"
msgstr ""
#: ./doc/common/tables/nova-livemigration.xml:25(caption)
msgid "Description of live migration configuration options"
msgstr ""
#: ./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: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: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:54(replaceable)
msgid "800"
msgstr ""
#: ./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:58(replaceable) ./doc/common/tables/neutron-nsx.xml:148(replaceable)
msgid "500"
msgstr ""
#: ./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: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: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:70(replaceable)
msgid "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED"
msgstr ""
#: ./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:74(replaceable)
msgid "150"
msgstr ""
#: ./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:78(replaceable)
msgid "qemu+tcp://%s/system"
msgstr ""
#: ./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:40(td)
msgid "(BoolOpt) Allow to perform insecure SSL requests to ESX/VC."
msgstr ""
#: ./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:47(replaceable)
msgid "ha-datacenter"
msgstr ""
#: ./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: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: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 &lt;datacenter_path&gt;:&lt;datastore_name&gt;:&lt;optional_weight&gt;. 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: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:64(td)
msgid "(StrOpt) Password for authenticating with VMware ESX/VC server."
msgstr ""
#: ./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:71(replaceable)
msgid "/openstack_glance"
msgstr ""
#: ./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:76(td)
msgid "(IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC server."
msgstr ""
#: ./doc/common/tables/glance-taskflow.xml:25(caption)
msgid "Description of TaskFlow configuration options"
msgstr ""
#: ./doc/common/tables/glance-taskflow.xml:36(th)
msgid "[taskflow_executor]"
msgstr ""
#: ./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:43(replaceable)
msgid "parallel"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of MagnetoDB configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-magnetodb.xml:39(replaceable)
msgid "magnetodb"
msgstr ""
#: ./doc/common/tables/ceilometer-magnetodb.xml:40(td)
msgid "(StrOpt) Exchange name for Magnetodb notifications."
msgstr ""
#: ./doc/common/tables/glance-swift.xml:39(replaceable)
msgid "ref1"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) The address where the Swift authentication service is listening.(deprecated)"
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated)"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) Directory where nova binaries are installed"
msgstr ""
#: ./doc/common/tables/nova-common.xml:44(td)
msgid "(StrOpt) The topic compute nodes listen on"
msgstr ""
#: ./doc/common/tables/nova-common.xml:47(replaceable)
msgid "console"
msgstr ""
#: ./doc/common/tables/nova-common.xml:48(td)
msgid "(StrOpt) The topic console proxy nodes listen on"
msgstr ""
#: ./doc/common/tables/nova-common.xml:51(replaceable)
msgid "consoleauth"
msgstr ""
#: ./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: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:68(td) ./doc/common/tables/cinder-common.xml:144(td)
msgid "(StrOpt) IP address of this host"
msgstr ""
#: ./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: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:79(replaceable)
msgid "/usr/lib/python/site-packages/nova"
msgstr ""
#: ./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:84(td)
msgid "(IntOpt) Seconds between nodes reporting state to datastore"
msgstr ""
#: ./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:96(td)
msgid "(StrOpt) Top-level directory for maintaining nova's state"
msgstr ""
#: ./doc/common/tables/nova-common.xml:100(td)
msgid "(StrOpt) Explicitly specify the temporary working directory"
msgstr ""
#: ./doc/common/tables/nova-common.xml:114(th)
msgid "[workarounds]"
msgstr ""
#: ./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: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: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: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:25(caption)
msgid "Description of cinder clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_cinder.xml:36(th)
msgid "[clients_cinder]"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:7(caption)
msgid "Description of NVSD driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:22(td)
msgid "(StrOpt) integration bridge"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:25(th)
msgid "[nvsd]"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:29(td)
msgid "(StrOpt) NVSD Controller IP address"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:32(replaceable)
msgid "oc123"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:33(td)
msgid "(StrOpt) NVSD Controller password"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:37(td)
msgid "(IntOpt) NVSD Controller Port number"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:41(td)
msgid "(IntOpt) Number of login retries to NVSD controller"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:44(replaceable)
msgid "ocplugin"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:45(td)
msgid "(StrOpt) NVSD Controller username"
msgstr ""
#: ./doc/common/tables/neutron-nvsd.xml:49(td)
msgid "(IntOpt) NVSD controller REST API request timeout in seconds"
msgstr ""
#: ./doc/common/tables/keystone-role.xml:25(caption)
msgid "Description of role configuration options"
msgstr ""
#: ./doc/common/tables/keystone-role.xml:36(th)
msgid "[role]"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Toggle for role caching. This has no effect unless global caching is enabled."
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Maximum number of entities that will be returned in a role collection."
msgstr ""
#: ./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:36(th)
msgid "[hnas1]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Specify which EVS this backend is assigned to."
msgstr ""
#: ./doc/common/tables/manila-hds_hnas.xml:48(td)
msgid "(StrOpt) Specify IP for mounting shares."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) HNAS management interface IP for communication between Manila controller and HNAS."
msgstr ""
#: ./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: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:68(td)
msgid "(IntOpt) The time (in seconds) to wait for stalled HNAS jobs before aborting."
msgstr ""
#: ./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/manila-hds_hnas.xml:76(td)
msgid "(StrOpt) The backend name for a given driver implementation."
msgstr ""
#: ./doc/common/tables/manila-hds_hnas.xml:79(replaceable)
msgid "manila.share.drivers.generic.GenericShareDriver"
msgstr ""
#: ./doc/common/tables/manila-hds_hnas.xml:80(td)
msgid "(StrOpt) Driver to use for share creation."
msgstr ""
#: ./doc/common/tables/trove-upgrades.xml:25(caption)
msgid "Description of upgrades configuration options"
msgstr ""
#: ./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: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:44(td)
msgid "(StrOpt) Set a version cap for messages sent to guestagent services"
msgstr ""
#: ./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:44(replaceable)
msgid "account-replicator"
msgstr ""
#: ./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:36(th)
msgid "[event]"
msgstr ""
#: ./doc/common/tables/ceilometer-events.xml:39(replaceable)
msgid "event_definitions.yaml"
msgstr ""
#: ./doc/common/tables/ceilometer-events.xml:40(td)
msgid "(StrOpt) Configuration file for event definitions."
msgstr ""
#: ./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: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: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:55(td)
msgid "(BoolOpt) Acknowledge message when event persistence fails."
msgstr ""
#: ./doc/common/tables/ceilometer-events.xml:59(td)
msgid "(BoolOpt) Save event details."
msgstr ""
#: ./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:67(td)
msgid "(BoolOpt) Enable workload partitioning, allowing multiple notification agents to be run simultaneously."
msgstr ""
#: ./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: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: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: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:59(td)
msgid "(StrOpt) Default glance hostname or IP address"
msgstr ""
#: ./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:67(td) ./doc/common/tables/cinder-images.xml:76(td)
msgid "(IntOpt) Default glance port"
msgstr ""
#: ./doc/common/tables/nova-glance.xml:74(th)
msgid "[image_file_url]"
msgstr ""
#: ./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:&lt;list entry name&gt; sections"
msgstr ""
#: ./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:40(td)
msgid "(BoolOpt) Whether to allow force delete."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:44(td)
msgid "(StrOpt) Protection domain id."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:48(td)
msgid "(StrOpt) Protection domain name."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:52(td)
msgid "(StrOpt) REST server port."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:56(td)
msgid "(BoolOpt) Whether to round volume capacity."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:60(td)
msgid "(StrOpt) Server certificate path."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:64(td)
msgid "(StrOpt) Storage pool id."
msgstr ""
#: ./doc/common/tables/cinder-emc_sio.xml:72(td)
msgid "(StrOpt) Storage pools."
msgstr ""
#: ./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:80(td)
msgid "(BoolOpt) Whether to verify server certificate."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:7(caption)
msgid "Description of VPNaaS strongSwan plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:18(th)
msgid "[openswan]"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:21(replaceable)
msgid "/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.conf.template"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:22(td)
msgid "(StrOpt) Template file for ipsec configuration"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:25(replaceable)
msgid "/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.secret.template"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_openswan.xml:26(td)
msgid "(StrOpt) Template file for ipsec secret configuration"
msgstr ""
#: ./doc/common/tables/heat-cloudwatch_api.xml:25(caption)
msgid "Description of CloudWatch API configuration options"
msgstr ""
#: ./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:47(th)
msgid "[heat_api_cloudwatch]"
msgstr ""
#: ./doc/common/tables/heat-cloudwatch_api.xml:58(replaceable)
msgid "8003"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-ml2_arista.xml:7(caption)
msgid "Description of ML2 Arista mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:18(th)
msgid "[ml2_arista]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:22(td)
msgid "(StrOpt) Arista EOS IP address. This is required field. If not set, all communications to Arista EOS will fail."
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:26(td)
msgid "(StrOpt) Password for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail."
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:30(td)
msgid "(StrOpt) Username for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail."
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:34(td)
msgid "(StrOpt) Defines Region Name that is assigned to this OpenStack Controller. This is useful when multiple OpenStack/Neutron controllers are managing the same Arista HW clusters. Note that this name must match with the region name registered (or known) to keystone service. Authentication with Keysotne is performed by EOS. This is optional. If not set, a value of \"RegionOne\" is assumed."
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:38(td)
msgid "(IntOpt) Sync interval in seconds between Neutron plugin and EOS. This interval defines how often the synchronization is performed. This is an optional field. If not set, a value of 180 seconds is assumed."
msgstr ""
#: ./doc/common/tables/neutron-ml2_arista.xml:42(td)
msgid "(BoolOpt) Defines if hostnames are sent to Arista EOS as FQDNs (\"node1.domain.com\") or as short names (\"node1\"). This is optional. If not set, a value of \"True\" is assumed."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-formpost.xml:8(literal)
msgid "[filter-formpost]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-formpost.xml:20(replaceable)
msgid "egg:swift#formpost"
msgstr ""
#: ./doc/common/tables/cinder-zoning_fabric.xml:25(caption)
msgid "Description of zoning fabrics configuration options"
msgstr ""
#: ./doc/common/tables/cinder-zoning_fabric.xml:36(th)
msgid "[BRCD_FABRIC_EXAMPLE]"
msgstr ""
#: ./doc/common/tables/cinder-zoning_fabric.xml:56(td)
msgid "(StrOpt) Principal switch WWN of the fabric"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Enables or disables rate limit of the API."
msgstr ""
#: ./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:52(td)
msgid "(StrOpt) Backend override of host value."
msgstr ""
#: ./doc/common/tables/cinder-api.xml:55(replaceable)
msgid "525600"
msgstr ""
#: ./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:60(td)
msgid "(BoolOpt) DEPRECATED: Deploy v1 of the Cinder API."
msgstr ""
#: ./doc/common/tables/cinder-api.xml:64(td)
msgid "(BoolOpt) Deploy v2 of the Cinder API."
msgstr ""
#: ./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:72(td)
msgid "(BoolOpt) Force LUN creation even if the full threshold of pool is reached."
msgstr ""
#: ./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: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:88(td)
msgid "(IntOpt) Max size for body of a request"
msgstr ""
#: ./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: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:99(replaceable)
msgid "['cinder.api.contrib.standard_extensions']"
msgstr ""
#: ./doc/common/tables/cinder-api.xml:100(td)
msgid "(MultiStrOpt) osapi volume extension to load"
msgstr ""
#: ./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:107(replaceable)
msgid "8776"
msgstr ""
#: ./doc/common/tables/cinder-api.xml:108(td)
msgid "(IntOpt) Port on which OpenStack Volume API listens"
msgstr ""
#: ./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:120(td)
msgid "(IntOpt) Max size allowed per volume, in gigabytes"
msgstr ""
#: ./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:131(replaceable)
msgid "name, status, metadata, availability_zone"
msgstr ""
#: ./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:135(replaceable)
msgid "cinder.transfer.api.API"
msgstr ""
#: ./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:139(replaceable)
msgid "cinder.volume.api.API"
msgstr ""
#: ./doc/common/tables/cinder-api.xml:143(replaceable)
msgid "volume-%s"
msgstr ""
#: ./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:148(td)
msgid "(FloatOpt) Multiplier used for weighing volume number. Negative numbers mean to spread vs stack."
msgstr ""
#: ./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:156(td)
msgid "(IntOpt) The number of characters in the salt."
msgstr ""
#: ./doc/common/tables/trove-db_mariadb.xml:25(caption)
msgid "Description of MariaDB database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_mariadb.xml:36(th)
msgid "[mariadb]"
msgstr ""
#: ./doc/common/tables/trove-db_mariadb.xml:59(replaceable)
msgid "trove.guestagent.strategies.replication.mysql_binlog"
msgstr ""
#: ./doc/common/tables/trove-db_mariadb.xml:63(replaceable)
msgid "MysqlBinlogReplication"
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:25(caption)
msgid "Description of SAML configuration options"
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:36(th)
msgid "[saml]"
msgstr ""
#: ./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: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:48(td)
msgid "(StrOpt) Company of contact person."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:52(td)
msgid "(StrOpt) Email address of contact person."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:56(td)
msgid "(StrOpt) Given name of contact person"
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:60(td)
msgid "(StrOpt) Surname of contact person."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:64(td)
msgid "(StrOpt) Telephone number of contact person."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:67(replaceable)
msgid "other"
msgstr ""
#: ./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: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:75(replaceable)
msgid "en"
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:76(td)
msgid "(StrOpt) Language used by the organization."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:79(replaceable)
msgid "/etc/keystone/saml2_idp_metadata.xml"
msgstr ""
#: ./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:84(td)
msgid "(StrOpt) Organization name to be displayed."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:88(td)
msgid "(StrOpt) Organization name the installation belongs to."
msgstr ""
#: ./doc/common/tables/keystone-saml.xml:92(td)
msgid "(StrOpt) URL of the organization."
msgstr ""
#: ./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: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:103(replaceable)
msgid "ss:mem:"
msgstr ""
#: ./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:107(replaceable)
msgid "xmlsec1"
msgstr ""
#: ./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:36(th)
msgid "[console]"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Time (in seconds) to wait for the console subprocess to start."
msgstr ""
#: ./doc/common/tables/ironic-console.xml:47(replaceable)
msgid "shellinaboxd"
msgstr ""
#: ./doc/common/tables/ironic-console.xml:48(td)
msgid "(StrOpt) Path to serial console terminal program"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Directory for holding terminal pid files. If not specified, the temporary directory will be used."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:7(caption)
msgid "Description of Open vSwitch agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:22(td)
msgid "(StrOpt) Name of Open vSwitch bridge to use"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:30(td)
msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:37(td)
msgid "(BoolOpt) Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:45(td)
msgid "(BoolOpt) Reset flow table on start. Setting this to True will cause brief traffic interruption."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:49(td)
msgid "(BoolOpt) Make the l2 agent run in DVR mode."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:53(td)
msgid "(BoolOpt) Use ML2 l2population mechanism driver to learn remote MAC and IPs and improve tunnel scalability."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:57(td)
msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:61(td)
msgid "(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:65(td)
msgid "(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. For LinuxBridge, this requires ebtables. For OVS, it requires a version that supports matching ARP headers."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:69(td)
msgid "(IntOpt) Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If value is set to 0, rpc timeout won't be changed"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:73(td) ./doc/common/tables/neutron-vmware.xml:77(td)
msgid "(BoolOpt) Set or un-set the tunnel header checksum on outgoing IP packet carrying GRE/VXLAN tunnel."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:77(td)
msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:81(td)
msgid "(IntOpt) MTU size of veth interfaces"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:84(replaceable) ./doc/common/tables/neutron-vmware.xml:88(replaceable)
msgid "4789"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:85(td) ./doc/common/tables/neutron-vmware.xml:89(td)
msgid "(IntOpt) The UDP port to use for VXLAN tunnels."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:88(th)
msgid "[OVS]"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:92(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;bridge&gt;. Deprecated for ofagent."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:96(td)
msgid "(StrOpt) OVS datapath to use."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:99(replaceable)
msgid "patch-tun"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:100(td)
msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:104(td) ./doc/common/tables/neutron-sdnve.xml:42(td)
msgid "(StrOpt) Integration bridge to use."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:108(td)
msgid "(IPOpt) Local IP address of tunnel endpoint."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:112(td)
msgid "(IntOpt) Timeout in seconds to wait for the local switch connecting the controller. Used only for 'native' driver."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:115(replaceable)
msgid "ovs-ofctl"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:116(td)
msgid "(StrOpt) OpenFlow interface to use."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:120(td)
msgid "(IPOpt) Address to listen on for OpenFlow connections. Used only for 'native' driver."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:123(replaceable)
msgid "6633"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:124(td)
msgid "(IntOpt) Port to listen on for OpenFlow connections. Used only for 'native' driver."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:128(td)
msgid "(IntOpt) Timeout in seconds to wait for a single OpenFlow request. Used only for 'native' driver."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:135(replaceable)
msgid "vsctl"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:136(td)
msgid "(StrOpt) The interface for interacting with the OVSDB"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:139(replaceable)
msgid "patch-int"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:140(td)
msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:143(replaceable) ./doc/common/tables/neutron-vmware.xml:72(replaceable)
msgid "br-tun"
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:144(td)
msgid "(StrOpt) Tunnel bridge to use."
msgstr ""
#: ./doc/common/tables/neutron-openvswitch_agent.xml:148(td)
msgid "(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges."
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:25(caption)
msgid "Description of storage configuration options"
msgstr ""
#: ./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: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:51(replaceable) ./doc/common/tables/cinder-storage.xml:83(replaceable)
msgid "tgtadm"
msgstr ""
#: ./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:55(replaceable)
msgid "fileio"
msgstr ""
#: ./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:60(td)
msgid "(StrOpt) The IP address that the iSCSI daemon is listening on"
msgstr ""
#: ./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: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:75(replaceable) ./doc/common/tables/cinder-storage.xml:95(replaceable)
msgid "iqn.2010-10.org.openstack:"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:76(td)
msgid "(StrOpt) Prefix for iSCSI volumes"
msgstr ""
#: ./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:84(td)
msgid "(StrOpt) The name of the iSER target user-land tool to use"
msgstr ""
#: ./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:92(td)
msgid "(IntOpt) The port that the iSER daemon is listening on"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:96(td)
msgid "(StrOpt) Prefix for iSER volumes"
msgstr ""
#: ./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:104(td)
msgid "(IntOpt) The maximum number of times to rescan iSER targetto find volume"
msgstr ""
#: ./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:112(td)
msgid "(StrOpt) The backend name for a given driver implementation"
msgstr ""
#: ./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:116(td)
msgid "(StrOpt) Method used to wipe old volumes"
msgstr ""
#: ./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:124(td) ./doc/common/tables/nova-libvirt.xml:207(td)
msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 =&gt; all"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:127(replaceable)
msgid "cinder-volume-copy"
msgstr ""
#: ./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:132(td)
msgid "(IntOpt) The upper limit of bandwidth of volume copy. 0 =&gt; unlimited"
msgstr ""
#: ./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:139(replaceable)
msgid "cinder.volume.drivers.lvm.LVMVolumeDriver"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:140(td)
msgid "(StrOpt) Driver to use for volume creation"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:143(replaceable)
msgid "cinder.volume.manager.VolumeManager"
msgstr ""
#: ./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:148(td)
msgid "(BoolOpt) Offload pending volume delete during volume service startup"
msgstr ""
#: ./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:155(replaceable)
msgid "$state_path/volumes"
msgstr ""
#: ./doc/common/tables/cinder-storage.xml:156(td)
msgid "(StrOpt) Volume configuration file storage directory"
msgstr ""
#: ./doc/common/tables/cinder-block-device.xml:25(caption)
msgid "Description of block device configuration options"
msgstr ""
#: ./doc/common/tables/cinder-block-device.xml:40(td)
msgid "(ListOpt) List of all available devices"
msgstr ""
#: ./doc/common/tables/manila-compute.xml:44(td)
msgid "(StrOpt) Nova admin password."
msgstr ""
#: ./doc/common/tables/manila-compute.xml:48(td)
msgid "(StrOpt) Nova admin tenant name."
msgstr ""
#: ./doc/common/tables/manila-compute.xml:52(td)
msgid "(StrOpt) Nova admin username."
msgstr ""
#: ./doc/common/tables/manila-compute.xml:59(replaceable)
msgid "2.10"
msgstr ""
#: ./doc/common/tables/manila-compute.xml:60(td)
msgid "(StrOpt) Version of Nova API to be used."
msgstr ""
#: ./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:67(replaceable)
msgid "compute:nova:adminURL"
msgstr ""
#: ./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:71(replaceable)
msgid "compute:nova:publicURL"
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./doc/common/tables/manila-compute.xml:76(td)
msgid "(StrOpt) Region name of this node."
msgstr ""
#: ./doc/common/tables/neutron-pd_linux_agent.xml:7(caption)
msgid "Description of IPv6 Prefix Delegation driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-pd_linux_agent.xml:21(replaceable)
msgid "$state_path/pd"
msgstr ""
#: ./doc/common/tables/neutron-pd_linux_agent.xml:22(td)
msgid "(StrOpt) Location to store IPv6 PD files."
msgstr ""
#: ./doc/common/tables/neutron-pd_linux_agent.xml:26(td)
msgid "(StrOpt) Service to handle DHCPv6 Prefix delegation."
msgstr ""
#: ./doc/common/tables/neutron-pd_linux_agent.xml:30(td)
msgid "(StrOpt) A decimal value as Vendor's Registered Private Enterprise Number as required by RFC3315 DUID-EN."
msgstr ""
#: ./doc/common/tables/neutron-onos.xml:7(caption)
msgid "Description of Open Networking Operating System (ONOS) configuration options"
msgstr ""
#: ./doc/common/tables/neutron-onos.xml:18(th)
msgid "[onos]"
msgstr ""
#: ./doc/common/tables/neutron-onos.xml:22(td)
msgid "(StrOpt) Password for authentication."
msgstr ""
#: ./doc/common/tables/neutron-onos.xml:26(td)
msgid "(StrOpt) ONOS ReST interface URL"
msgstr ""
#: ./doc/common/tables/neutron-onos.xml:30(td)
msgid "(StrOpt) Username for authentication."
msgstr ""
#: ./doc/common/tables/heat-clients_swift.xml:25(caption)
msgid "Description of swift clients configuration options"
msgstr ""
#: ./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 "(PortOpt) 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:39(replaceable)
msgid "trove.conductor.manager.Manager"
msgstr ""
#: ./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:43(replaceable)
msgid "trove-conductor"
msgstr ""
#: ./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: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:56(td)
msgid "(DictOpt) Unique ID to tag notification events."
msgstr ""
#: ./doc/common/tables/neutron-ml2_geneve.xml:7(caption)
msgid "Description of ML2 Geneve type driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_geneve.xml:18(th)
msgid "[ml2_type_geneve]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_geneve.xml:22(td)
msgid "(IntOpt) Geneve encapsulation header size is dynamic, this value is used to calculate the maximum MTU for the driver.this is the sum of the sizes of the outer ETH + IP + UDP + GENEVE header sizes"
msgstr ""
#: ./doc/common/tables/neutron-ml2_geneve.xml:26(td)
msgid "(ListOpt) Comma-separated list of &lt;vni_min&gt;:&lt;vni_max&gt; tuples enumerating ranges of Geneve VNI IDs that are available for tenant network allocation"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:8(literal)
msgid "[filter-container-quotas]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml:20(replaceable)
msgid "egg:swift#container_quotas"
msgstr ""
#: ./doc/common/tables/cinder-images.xml:25(caption)
msgid "Description of images configuration options"
msgstr ""
#: ./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:47(replaceable)
msgid "$glance_host:$glance_port"
msgstr ""
#: ./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: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:56(td)
msgid "(IntOpt) Version of the glance API to use"
msgstr ""
#: ./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: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:64(td)
msgid "(ListOpt) Default core properties of image"
msgstr ""
#: ./doc/common/tables/cinder-images.xml:68(td)
msgid "(StrOpt) Default glance host name or IP"
msgstr ""
#: ./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: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:83(replaceable)
msgid "$state_path/conversion"
msgstr ""
#: ./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: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: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:96(td)
msgid "(BoolOpt) Enable the image volume cache for this backend."
msgstr ""
#: ./doc/common/tables/cinder-images.xml:100(td)
msgid "(IntOpt) Max number of entries allowed in the image volume cache. 0 =&gt; unlimited."
msgstr ""
#: ./doc/common/tables/cinder-images.xml:104(td)
msgid "(IntOpt) Max size of the image volume cache for this backend in GB. 0 =&gt; unlimited."
msgstr ""
#: ./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:39(replaceable)
msgid "cinder.keymgr.conf_key_mgr.ConfKeyManager"
msgstr ""
#: ./doc/common/tables/cinder-keymgr.xml:43(replaceable)
msgid "http://localhost:9311/v1"
msgstr ""
#: ./doc/common/tables/cinder-keymgr.xml:44(td)
msgid "(StrOpt) Url for encryption service."
msgstr ""
#: ./doc/common/tables/cinder-keymgr.xml:47(replaceable)
msgid "http://localhost:5000/v3"
msgstr ""
#: ./doc/common/tables/cinder-keymgr.xml:48(td)
msgid "(StrOpt) Authentication url for encryption service."
msgstr ""
#: ./doc/common/tables/nova-xvpvncproxy.xml:25(caption)
msgid "Description of XCP VNC proxy configuration options"
msgstr ""
#: ./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:43(replaceable)
msgid "6081"
msgstr ""
#: ./doc/common/tables/nova-xvpvncproxy.xml:44(td)
msgid "(IntOpt) Port that the XCP VNC proxy should bind to"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:7(caption)
msgid "Description of FUJITSU Software ServerView Infrastructure Manager configuration options"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:18(th)
msgid "[fujitsu_ism]"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:21(replaceable)
msgid "furukawa-ism"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:22(td)
msgid "(StrOpt) The IP address or hostname of the ISM."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:25(replaceable)
msgid "/etc/neutron/plugins/ml2/fujitsu/server.crt"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:26(td)
msgid "(StrOpt) The certification authority for ISM."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:30(td)
msgid "(StrOpt) The ISM password to use."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:33(replaceable)
msgid "25566"
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:34(td)
msgid "(StrOpt) The port number of the ISM."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:38(td)
msgid "(StrOpt) The API timeout value for ISM."
msgstr ""
#: ./doc/common/tables/neutron-fujitsu_ism.xml:42(td)
msgid "(StrOpt) The ISM username to use."
msgstr ""
#: ./doc/common/tables/manila-qpid.xml:25(caption)
msgid "Description of QPID configuration options"
msgstr ""
#: ./doc/common/tables/nova-policy.xml:40(td)
msgid "(BoolOpt) Permit instance snapshot operations."
msgstr ""
#: ./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: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: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: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: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:63(replaceable)
msgid "12"
msgstr ""
#: ./doc/common/tables/nova-policy.xml:64(td)
msgid "(IntOpt) Length of generated instance admin passwords"
msgstr ""
#: ./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: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 ""
#: ./doc/common/tables/neutron-l3_arista.xml:7(caption)
msgid "Description of Arista layer-3 service plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:18(th)
msgid "[l3_arista]"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:22(td)
msgid "(IntOpt) Sync interval in seconds between L3 Service plugin and EOS. This interval defines how often the synchronization is performed. This is an optional field. If not set, a value of 180 seconds is assumed"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:26(td)
msgid "(BoolOpt) This flag is used indicate if Arista Switches are configured in MLAG mode. If yes, all L3 config is pushed to both the switches automatically. If this flag is set to True, ensure to specify IP addresses of both switches. This is optional. If not set, a value of \"False\" is assumed."
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:30(td)
msgid "(StrOpt) Arista EOS IP address. This is required field. If not set, all communications to Arista EOS will fail"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:34(td)
msgid "(StrOpt) Password for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:38(td)
msgid "(StrOpt) Username for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:42(td)
msgid "(StrOpt) Arista EOS IP address for second Switch MLAGed with the first one. This an optional field, however, if mlag_config flag is set, then this is required. If not set, all communications to Arista EOS will fail"
msgstr ""
#: ./doc/common/tables/neutron-l3_arista.xml:46(td)
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/manila-amqp.xml:52(td)
msgid "(StrOpt) A URL representing the messaging driver to use for notifications. If not set, we fall back to the same configuration used for RPC."
msgstr ""
#: ./doc/common/tables/ironic-ssh.xml:25(caption)
msgid "Description of SSH configuration options"
msgstr ""
#: ./doc/common/tables/ironic-ssh.xml:36(th)
msgid "[ssh]"
msgstr ""
#: ./doc/common/tables/ironic-ssh.xml:39(replaceable)
msgid "qemu:///system"
msgstr ""
#: ./doc/common/tables/ironic-ssh.xml:40(td)
msgid "(StrOpt) libvirt URI"
msgstr ""
#: ./doc/common/tables/nova-authentication.xml:25(caption)
msgid "Description of authentication configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of Samba volume driver configuration options"
msgstr ""
#: ./doc/common/tables/cinder-smbfs.xml:39(replaceable)
msgid "qcow2"
msgstr ""
#: ./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:43(replaceable)
msgid "noperm,file_mode=0775,dir_mode=0775"
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Base dir containing mount points for smbfs shares."
msgstr ""
#: ./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:55(replaceable)
msgid "/etc/cinder/smbfs_shares"
msgstr ""
#: ./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: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:43(replaceable)
msgid "CFN_SIGNAL"
msgstr ""
#: ./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:47(replaceable)
msgid "POLL_SERVER_CFN"
msgstr ""
#: ./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:51(replaceable)
msgid "trusts"
msgstr ""
#: ./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:55(replaceable)
msgid "/etc/heat/environment.d"
msgstr ""
#: ./doc/common/tables/heat-common.xml:56(td)
msgid "(StrOpt) The directory to search for environment files."
msgstr ""
#: ./doc/common/tables/heat-common.xml:59(replaceable)
msgid "240"
msgstr ""
#: ./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: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: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:75(replaceable)
msgid "heat.common.heat_keystoneclient.KeystoneClientV3"
msgstr ""
#: ./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:91(replaceable)
msgid "/usr/lib64/heat, /usr/lib/heat, /usr/local/lib/heat, /usr/local/lib64/heat"
msgstr ""
#: ./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:106(replaceable)
msgid "dogpile.cache.null"
msgstr ""
#: ./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:114(replaceable)
msgid "cache.oslo"
msgstr ""
#: ./doc/common/tables/heat-common.xml:123(td)
msgid "(BoolOpt) Global toggle for caching."
msgstr ""
#: ./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: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: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: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: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:158(th)
msgid "[constraint_validation_cache]"
msgstr ""
#: ./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: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:169(th)
msgid "[revision]"
msgstr ""
#: ./doc/common/tables/heat-common.xml:172(replaceable)
msgid "unknown"
msgstr ""
#: ./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:25(caption)
msgid "Description of Scality REST Block storage driver configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of flagmappings configuration options"
msgstr ""
#: ./doc/common/tables/glance-imagecache.xml:40(td)
msgid "(BoolOpt) Turn on/off delayed delete."
msgstr ""
#: ./doc/common/tables/glance-imagecache.xml:44(td)
msgid "(StrOpt) Base directory that the Image Cache uses."
msgstr ""
#: ./doc/common/tables/glance-imagecache.xml:47(replaceable)
msgid "sqlite"
msgstr ""
#: ./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:51(replaceable)
msgid "10737418240"
msgstr ""
#: ./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:55(replaceable)
msgid "cache.db"
msgstr ""
#: ./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: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: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:68(td)
msgid "(IntOpt) The amount of time in seconds to delay before performing a delete."
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-2.xml:8(literal)
msgid "[storage-policy-2]"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-2.xml:32(replaceable)
msgid "jerasure_rs_vand"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-2.xml:36(replaceable)
msgid "deepfreeze10-4"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-2.xml:40(replaceable)
msgid "erasure_coding"
msgstr ""
#: ./doc/common/tables/cinder-scst.xml:25(caption)
msgid "Description of SCST volume driver configuration options"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Certain ISCSI targets have predefined target names, SCST target driver uses this name."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-slo.xml:8(literal)
msgid "[filter-slo]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-slo.xml:28(replaceable)
msgid "2097152"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-slo.xml:44(replaceable)
msgid "egg:swift#slo"
msgstr ""
#: ./doc/common/tables/keystone-catalog.xml:25(caption)
msgid "Description of catalog configuration options"
msgstr ""
#: ./doc/common/tables/keystone-catalog.xml:36(th)
msgid "[catalog]"
msgstr ""
#: ./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:44(td)
msgid "(BoolOpt) Toggle for catalog caching. This has no effect unless global caching is enabled."
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Maximum number of entities that will be returned in a catalog collection."
msgstr ""
#: ./doc/common/tables/keystone-catalog.xml:55(replaceable)
msgid "default_catalog.templates"
msgstr ""
#: ./doc/common/tables/keystone-catalog.xml:56(td)
msgid "(StrOpt) Catalog template file name for use with the template catalog backend."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:7(caption)
msgid "Description of SDN-VE configuration options"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:18(th)
msgid "[SDNVE]"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:21(replaceable)
msgid "/one/nb/v2/"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:22(td)
msgid "(StrOpt) Base URL for SDN-VE controller REST API."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:26(td)
msgid "(ListOpt) List of IP addresses of SDN-VE controller(s)."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:29(replaceable)
msgid "OVERLAY"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:30(td)
msgid "(StrOpt) Tenant type: OVERLAY (default) or OF."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:33(replaceable) ./doc/common/tables/trove-common.xml:63(replaceable)
msgid "json"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:34(td)
msgid "(StrOpt) SDN-VE request/response format."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:37(replaceable)
msgid "sdnve_info_string"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:38(td)
msgid "(StrOpt) SDN-VE RPC subject."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:46(td)
msgid "(ListOpt) List of &lt;physical_network_name&gt;:&lt;interface_name&gt; mappings."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:49(replaceable)
msgid "SDNVE-OF"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:50(td)
msgid "(StrOpt) The string in tenant description that indicates the tenant is a OF tenant."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:54(td)
msgid "(BoolOpt) Indicating if controller is out of band or not."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:57(replaceable)
msgid "SDNVE-OVERLAY"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:58(td)
msgid "(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:62(td)
msgid "(StrOpt) SDN-VE administrator password."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:66(td)
msgid "(StrOpt) SDN-VE controller port number."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:70(td)
msgid "(BoolOpt) Whether to reset the integration bridge before use."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:74(td)
msgid "(BoolOpt) Whether to use a fake controller."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:78(td)
msgid "(StrOpt) SDN-VE administrator user ID."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:81(th)
msgid "[SDNVE_AGENT]"
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:85(td)
msgid "(IntOpt) Agent polling interval if necessary."
msgstr ""
#: ./doc/common/tables/neutron-sdnve.xml:89(td)
msgid "(BoolOpt) Whether to use rpc."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:7(caption)
msgid "Description of ML2 BaGpipe BGP driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:18(th)
msgid "[ml2_bagpipe]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:21(replaceable) ./doc/common/tables/neutron-ml2_bagpipe.xml:28(replaceable)
msgid "64512"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:22(td)
msgid "(IntOpt) Autonomous System number"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:25(th)
msgid "[ml2_type_route_target]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:29(td)
msgid "(IntOpt) Route Target Autonomous System number."
msgstr ""
#: ./doc/common/tables/neutron-ml2_bagpipe.xml:33(td)
msgid "(ListOpt) Comma-separated list of &lt;rt_nn_min&gt;:&lt;rt_nn_max&gt; tuples enumerating ranges of Route Target number that are available for tenant network allocation"
msgstr ""
#: ./doc/common/tables/ceilometer-rpc.xml:39(replaceable)
msgid "['database']"
msgstr ""
#: ./doc/common/tables/ceilometer-rpc.xml:40(td)
msgid "(MultiStrOpt) Dispatcher to process data."
msgstr ""
#: ./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:148(th)
msgid "[publisher]"
msgstr ""
#: ./doc/common/tables/ceilometer-rpc.xml:151(replaceable)
msgid "change this for valid signing"
msgstr ""
#: ./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:155(th)
msgid "[publisher_notifier]"
msgstr ""
#: ./doc/common/tables/ceilometer-rpc.xml:158(replaceable)
msgid "event"
msgstr ""
#: ./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:162(replaceable) ./doc/common/tables/ceilometer-rpc.xml:173(replaceable)
msgid "metering"
msgstr ""
#: ./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:166(replaceable)
msgid "messagingv2"
msgstr ""
#: ./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:170(th)
msgid "[publisher_rpc]"
msgstr ""
#: ./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:25(caption)
msgid "Description of PCI configuration options"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of Dell EqualLogic volume driver configuration options"
msgstr ""
#: ./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: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:48(td)
msgid "(IntOpt) Maximum retry count for reconnection. Default is 5."
msgstr ""
#: ./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:55(replaceable)
msgid "group-0"
msgstr ""
#: ./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:60(td)
msgid "(StrOpt) Pool in which volumes will be created. Defaults to \"default\"."
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:7(caption)
msgid "Description of VPNaaS IPsec plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:18(th)
msgid "[ipsec]"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:21(replaceable)
msgid "$state_path/ipsec"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:22(td)
msgid "(StrOpt) Location to store ipsec server config files"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:26(td)
msgid "(BoolOpt) Enable detail logging for ipsec pluto process. If the flag set to True, the detailed logging will be written into config_base_dir/&lt;pid&gt;/logs."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_ipsec.xml:30(td)
msgid "(IntOpt) Interval for checking ipsec status"
msgstr ""
#: ./doc/common/tables/glance-sheepdog.xml:25(caption)
msgid "Description of Sheepdog configuration options"
msgstr ""
#: ./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:25(caption)
msgid "Description of client backends configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_backends.xml:39(replaceable)
msgid "heat.engine.clients.OpenStackClients"
msgstr ""
#: ./doc/common/tables/heat-clients_backends.xml:40(td)
msgid "(StrOpt) Fully qualified class name to use as a client backend."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:8(literal)
msgid "[filter-tempurl]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:21(td)
msgid "Headers allowed as exceptions to incoming_remove_headers. Simply a whitespace delimited list of header names and names can optionally end with '*' to indicate a prefix match."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:26(replaceable)
msgid "x-timestamp"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:27(td)
msgid "Headers to remove from incoming requests. Simply a whitespace delimited list of header names and names can optionally end with '*' to indicate a prefix match."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:31(replaceable)
msgid "GET HEAD PUT POST DELETE"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:32(td)
msgid "HTTP methods allowed with Temporary URLs"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:35(replaceable)
msgid "x-object-meta-public-*"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:36(td)
msgid "Headers allowed as exceptions to outgoing_allow_headers. Simply a whitespace delimited list of header names and names can optionally end with '*' to indicate a prefix match."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:40(replaceable)
msgid "x-object-meta-*"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:41(td)
msgid "Headers to remove from outgoing responses. Simply a whitespace delimited list of header names and names can optionally end with '*' to indicate a prefix match."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml:46(replaceable)
msgid "egg:swift#tempurl"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:7(caption)
msgid "Description of Mellanox ML2 mechanism driver configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:18(th)
msgid "[ESWITCH]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:22(td)
msgid "(IntOpt) backoff rate multiplier for waiting period between retries for request to daemon, i.e. value of 2 will double the request timeout each retry"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:25(replaceable)
msgid "tcp://127.0.0.1:60001"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:26(td)
msgid "(StrOpt) eswitch daemon end point"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:33(replaceable)
msgid "3000"
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:34(td)
msgid "(IntOpt) The number of milliseconds the agent will wait for response on request to daemon."
msgstr ""
#: ./doc/common/tables/neutron-ml2_mlnx.xml:38(td)
msgid "(IntOpt) The number of retries the agent will send request to daemon before giving up"
msgstr ""
#: ./doc/common/tables/swift-object-server-filter-recon.xml:24(replaceable)
msgid "/var/lock"
msgstr ""
#: ./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:39(replaceable)
msgid "nova.cells.scheduler.CellsScheduler"
msgstr ""
#: ./doc/common/tables/nova-upgrade_levels.xml:40(td)
msgid "(StrOpt) Cells scheduler to use"
msgstr ""
#: ./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:51(td)
msgid "(StrOpt) Set a version cap for messages sent to cert services"
msgstr ""
#: ./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:63(td)
msgid "(StrOpt) Set a version cap for messages sent to console services"
msgstr ""
#: ./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:71(td)
msgid "(StrOpt) Set a version cap for messages sent between cells services"
msgstr ""
#: ./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:79(td)
msgid "(StrOpt) Set a version cap for messages sent to scheduler services"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:7(caption)
msgid "Description of VPNaaS Openswan plug-in configuration options"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:18(th)
msgid "[strongswan]"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:21(replaceable)
msgid "/etc/strongswan.d"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:22(td)
msgid "(StrOpt) The area where default StrongSwan configuration files are located."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:25(replaceable)
msgid "/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:26(td)
msgid "(StrOpt) Template file for ipsec configuration."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:29(replaceable)
msgid "/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:30(td)
msgid "(StrOpt) Template file for ipsec secret configuration."
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:33(replaceable)
msgid "/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template"
msgstr ""
#: ./doc/common/tables/neutron-vpnaas_strongswan.xml:34(td)
msgid "(StrOpt) Template file for strongswan configuration."
msgstr ""
#: ./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:40(td)
msgid "(BoolOpt) Add CHAP user"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:48(td)
msgid "(StrOpt) iSCSI authentication method"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:51(replaceable)
msgid "HBSD-CHAP-password"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:52(td)
msgid "(StrOpt) iSCSI authentication password"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:55(replaceable)
msgid "HBSD-CHAP-user"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:56(td)
msgid "(StrOpt) iSCSI authentication username"
msgstr ""
#: ./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:72(td)
msgid "(StrOpt) Range of group number"
msgstr ""
#: ./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:83(replaceable)
msgid "200,201"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:84(td)
msgid "(StrOpt) Instance numbers for HORCM"
msgstr ""
#: ./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: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:100(td)
msgid "(StrOpt) Range of logical device of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:104(td)
msgid "(IntOpt) Pool ID of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:108(td)
msgid "(StrOpt) Serial number of storage system"
msgstr ""
#: ./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:116(td)
msgid "(IntOpt) Thin pool ID of storage system"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:120(td)
msgid "(StrOpt) Name of an array unit"
msgstr ""
#: ./doc/common/tables/cinder-hitachi-hbsd.xml:124(td)
msgid "(BoolOpt) Request for FC Zone creating HostGroup"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Password for specified CHAP account name."
msgstr ""
#: ./doc/common/tables/cinder-common.xml:48(td)
msgid "(StrOpt) CHAP user name."
msgstr ""
#: ./doc/common/tables/cinder-common.xml:51(replaceable)
msgid "/etc/chelsio-iscsi/chiscsi.conf"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:52(td)
msgid "(StrOpt) Chiscsi (CXT) global defaults configuration file"
msgstr ""
#: ./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: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:67(replaceable)
msgid "cinder.compute.nova.API"
msgstr ""
#: ./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:71(replaceable)
msgid "cinder.consistencygroup.api.API"
msgstr ""
#: ./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: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:80(td)
msgid "(StrOpt) Default volume type to use"
msgstr ""
#: ./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: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: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: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: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: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: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:115(replaceable)
msgid "/etc/iet/ietd.conf"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:116(td)
msgid "(StrOpt) IET configuration file"
msgstr ""
#: ./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: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: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:136(td)
msgid "(BoolOpt) Enable monkey patching"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:148(td)
msgid "(BoolOpt) Whether snapshots count against gigabyte quota"
msgstr ""
#: ./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:156(td)
msgid "(StrOpt) Auth URL associated with the OpenStack privileged account."
msgstr ""
#: ./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:164(td)
msgid "(StrOpt) Password associated with the OpenStack privileged account."
msgstr ""
#: ./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: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:176(td)
msgid "(IntOpt) Interval, in seconds, between running periodic tasks"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:179(replaceable)
msgid "cinder.replication.api.API"
msgstr ""
#: ./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: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:188(td)
msgid "(IntOpt) Interval, in seconds, between nodes reporting state to datastore"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:192(td)
msgid "(IntOpt) Global backend request timeout, in seconds"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:196(td)
msgid "(IntOpt) The percentage of backend capacity is reserved"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:199(replaceable)
msgid "/etc/cinder/rootwrap.conf"
msgstr ""
#: ./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:208(td)
msgid "(IntOpt) Maximum time since last check-in for a service to be considered up"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:212(td)
msgid "(StrOpt) File name of clean sqlite db"
msgstr ""
#: ./doc/common/tables/cinder-common.xml:215(replaceable)
msgid "$state_path/ssh_known_hosts"
msgstr ""
#: ./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: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:223(replaceable)
msgid "/var/lib/cinder"
msgstr ""
#: ./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:228(td)
msgid "(StrOpt) Availability zone of this node"
msgstr ""
#: ./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:252(td)
msgid "(IntOpt) Count of reservations until usage is refreshed"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) File name for the paste.deploy config for manila-api."
msgstr ""
#: ./doc/common/tables/manila-api.xml:44(td)
msgid "(BoolOpt) Whether to rate limit the API."
msgstr ""
#: ./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: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: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:64(td)
msgid "(StrOpt) Base URL to be presented to users in links to the Share API"
msgstr ""
#: ./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:71(replaceable)
msgid "['manila.api.contrib.standard_extensions']"
msgstr ""
#: ./doc/common/tables/manila-api.xml:72(td)
msgid "(MultiStrOpt) The osapi share extension to load."
msgstr ""
#: ./doc/common/tables/manila-api.xml:75(replaceable)
msgid "::"
msgstr ""
#: ./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:79(replaceable)
msgid "8786"
msgstr ""
#: ./doc/common/tables/manila-api.xml:80(td)
msgid "(PortOpt) Port for OpenStack Share API to listen on."
msgstr ""
#: ./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:87(replaceable)
msgid "manila.share.api.API"
msgstr ""
#: ./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:91(replaceable)
msgid "manila.volume.cinder.API"
msgstr ""
#: ./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/neutron-vmware.xml:21(replaceable)
msgid "FortyGigE1/0/1"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:22(td)
msgid "(StrOpt) default_interface_name of the l2 gateway"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:25(th)
msgid "[OVSVAPP]"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:28(replaceable)
msgid "networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:29(td)
msgid "(StrOpt) OVSvApp Agent implementation."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:33(td)
msgid "(ListOpt) Bridge mappings."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:37(td)
msgid "(IntOpt) Do not fragment."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:41(td)
msgid "(BoolOpt) To monitor the OVSvApp Agents."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:45(td)
msgid "(StrOpt) Integration Bridge."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:49(td)
msgid "(StrOpt) Local IP address of VXLAN tunnel endpoint."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:53(td)
msgid "(StrOpt) IP address for monitoring OVS Status."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:56(replaceable)
msgid "networking_vsphere.drivers.manager.VcenterManager"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:57(td)
msgid "(StrOpt) Driver Manager implementation for NetworkDriver."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:65(td)
msgid "(IntOpt) Seconds between nodes reporting state to server."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:68(replaceable)
msgid "vlan"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:69(td)
msgid "(StrOpt) Network type for tenant networks"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:73(td)
msgid "(StrOpt) Tunnel Bridge for tunneling."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:81(td)
msgid "(ListOpt) Tunnel network types supported by the OVSvApp Agent."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:84(replaceable)
msgid "1500"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:85(td)
msgid "(IntOpt) MTU size of veth interfaces."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:92(th)
msgid "[VMWARE]"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:96(td)
msgid "(BoolOpt) Enable SSL certificate check for vCenter."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:100(td)
msgid "(StrOpt) Certificate chain path containing cacert of vCenters."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:103(replaceable)
msgid "['']"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:104(td)
msgid "(MultiStrOpt) vCenter cluster to DVS mapping."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:108(td)
msgid "(StrOpt) ESX host name where this OVSvApp is hosted."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:112(td)
msgid "(BoolOpt) Set host into maintenance mode."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:116(td)
msgid "(IntOpt) Customized https_port for vCenter communication."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:120(td)
msgid "(StrOpt) Number of retries while connecting to vcenter server."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:124(td)
msgid "(StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted"
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:128(td)
msgid "(StrOpt) vCenter server IP."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:132(td)
msgid "(StrOpt) vCenter server password."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:136(td)
msgid "(StrOpt) vCenter server user name."
msgstr ""
#: ./doc/common/tables/neutron-vmware.xml:140(td)
msgid "(StrOpt) vCenter server wsdl location."
msgstr ""
#: ./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: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: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: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:25(caption)
msgid "Description of alarms configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-alarms.xml:36(th)
msgid "[alarms]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) The name of the domain to which the admin user belongs."
msgstr ""
#: ./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: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:55(replaceable)
msgid "24"
msgstr ""
#: ./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:59(replaceable)
msgid "70"
msgstr ""
#: ./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:63(replaceable)
msgid "etc/sahara/compute.topology"
msgstr ""
#: ./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:67(replaceable)
msgid "pool.ntp.org"
msgstr ""
#: ./doc/common/tables/sahara-common.xml:68(td)
msgid "(StrOpt) Default ntp server for time sync"
msgstr ""
#: ./doc/common/tables/sahara-common.xml:72(td)
msgid "(BoolOpt) Disables event log feature."
msgstr ""
#: ./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: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:84(td)
msgid "(BoolOpt) Enables sending notifications to Ceilometer"
msgstr ""
#: ./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:96(td)
msgid "(ListOpt) List of tags to be used during operating with stack."
msgstr ""
#: ./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:100(td)
msgid "(StrOpt) An engine which will be used to provision infrastructure for Hadoop cluster."
msgstr ""
#: ./doc/common/tables/sahara-common.xml:103(replaceable)
msgid "5120"
msgstr ""
#: ./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: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:112(td)
msgid "(StrOpt) Postfix for storing jobs in hdfs. Will be added to '/user/&lt;hdfs user&gt;/' path."
msgstr ""
#: ./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: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:132(td)
msgid "(StrOpt) Region name used to get services endpoints."
msgstr ""
#: ./doc/common/tables/sahara-common.xml:136(td)
msgid "(BoolOpt) Enable periodic tasks."
msgstr ""
#: ./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:144(td)
msgid "(IntOpt) Max interval size between periodic tasks execution in seconds."
msgstr ""
#: ./doc/common/tables/sahara-common.xml:147(replaceable)
msgid "vanilla, hdp, spark, cdh"
msgstr ""
#: ./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: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:156(td)
msgid "(StrOpt) A method for Sahara to execute commands on VMs."
msgstr ""
#: ./doc/common/tables/sahara-common.xml:159(replaceable)
msgid "sudo sahara-rootwrap /etc/sahara/rootwrap.conf"
msgstr ""
#: ./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:163(replaceable)
msgid "etc/sahara/swift.topology"
msgstr ""
#: ./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: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: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: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: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:184(td)
msgid "(BoolOpt) Use Neutron Networking (False indicates the use of Nova networking)."
msgstr ""
#: ./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:195(td)
msgid "(BoolOpt) Perform sahara-conductor operations locally."
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) The IP address for the metadata API server"
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) The port on which the metadata API will listen."
msgstr ""
#: ./doc/common/tables/nova-metadata.xml:55(replaceable)
msgid "nova.api.manager.MetadataManager"
msgstr ""
#: ./doc/common/tables/nova-metadata.xml:56(td)
msgid "(StrOpt) OpenStack metadata service manager"
msgstr ""
#: ./doc/common/tables/nova-metadata.xml:60(td)
msgid "(IntOpt) The port for the metadata API port"
msgstr ""
#: ./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:67(replaceable)
msgid "nova.api.metadata.vendordata_json.JsonFileVendorData"
msgstr ""
#: ./doc/common/tables/nova-metadata.xml:68(td)
msgid "(StrOpt) Driver to use for vendor data"
msgstr ""
#: ./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:25(caption)
msgid "Description of IPv6 configuration options"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:39(replaceable)
msgid "fd00::/48"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:40(td)
msgid "(StrOpt) Fixed IPv6 address block"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:44(td)
msgid "(StrOpt) Default IPv6 gateway"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:47(replaceable)
msgid "rfc2462"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:48(td)
msgid "(StrOpt) Backend to use for IPv6 generation"
msgstr ""
#: ./doc/common/tables/nova-ipv6.xml:52(td)
msgid "(BoolOpt) Use IPv6"
msgstr ""
#: ./doc/common/tables/glance-rpc.xml:39(replaceable)
msgid "glance.common.exception, exceptions"
msgstr ""
#: ./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:36(th)
msgid "[domain_config]"
msgstr ""
#: ./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: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: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:40(td)
msgid "(BoolOpt) Allow to perform insecure SSL requests to nova"
msgstr ""
#: ./doc/common/tables/cinder-compute.xml:47(replaceable)
msgid "compute:Compute Service:adminURL"
msgstr ""
#: ./doc/common/tables/cinder-compute.xml:51(replaceable)
msgid "compute:Compute Service:publicURL"
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./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:60(td)
msgid "(StrOpt) Override service catalog lookup with template for nova endpoint e.g. http://localhost:8774/v2/%(project_id)s"
msgstr ""
#: ./doc/common/tables/aodh-database.xml:22(td)
msgid "(StrOpt) The connection string used to connect to the alarm database - rather use ${database.connection}"
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:25(caption)
msgid "Description of PXE configuration options"
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:36(th)
msgid "[pxe]"
msgstr ""
#: ./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:43(replaceable)
msgid "cciss/c0d0,sda,hda,vda"
msgstr ""
#: ./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:47(replaceable)
msgid "20480"
msgstr ""
#: ./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:51(replaceable)
msgid "10080"
msgstr ""
#: ./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:55(replaceable)
msgid "/var/lib/ironic/images/"
msgstr ""
#: ./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:59(replaceable)
msgid "/var/lib/ironic/master_images"
msgstr ""
#: ./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:63(replaceable)
msgid "$pybasedir/drivers/modules/boot.ipxe"
msgstr ""
#: ./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:68(td)
msgid "(BoolOpt) Enable iPXE boot."
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:72(td)
msgid "(StrOpt) Additional append parameters for baremetal PXE boot."
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:75(replaceable)
msgid "pxelinux.0"
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:76(td)
msgid "(StrOpt) Bootfile DHCP parameter."
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:79(replaceable)
msgid "$pybasedir/drivers/modules/pxe_config.template"
msgstr ""
#: ./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:83(replaceable)
msgid "/tftpboot/master_images"
msgstr ""
#: ./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:87(replaceable)
msgid "/tftpboot"
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:88(td)
msgid "(StrOpt) ironic-conductor node's TFTP root path."
msgstr ""
#: ./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:95(replaceable)
msgid "elilo.efi"
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:96(td)
msgid "(StrOpt) Bootfile DHCP parameter for UEFI boot mode."
msgstr ""
#: ./doc/common/tables/ironic-pxe.xml:99(replaceable)
msgid "$pybasedir/drivers/modules/elilo_efi_pxe_config.template"
msgstr ""
#: ./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:25(caption)
msgid "Description of credential configuration options"
msgstr ""
#: ./doc/common/tables/keystone-credential.xml:36(th)
msgid "[credential]"
msgstr ""
#: ./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:25(caption)
msgid "Description of Barbican configuration options"
msgstr ""
#: ./doc/common/tables/nova-barbican.xml:36(th)
msgid "[barbican]"
msgstr ""
#: ./doc/common/tables/nova-barbican.xml:43(replaceable)
msgid "key-manager:barbican:public"
msgstr ""
#: ./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: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;"
msgstr ""
#: ./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:25(caption)
msgid "Description of assignment configuration options"
msgstr ""
#: ./doc/common/tables/keystone-assignment.xml:36(th)
msgid "[assignment]"
msgstr ""
#: ./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:25(caption)
msgid "Description of trove clients configuration options"
msgstr ""
#: ./doc/common/tables/heat-clients_trove.xml:36(th)
msgid "[clients_trove]"
msgstr ""
#: ./doc/common/tables/cinder-xio.xml:25(caption)
msgid "Description of X-IO volume driver configuration options"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) Number on retries to get completion status after issuing a command to ISE."
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Raid level for ISE volumes."
msgstr ""
#: ./doc/common/tables/cinder-xio.xml:56(td)
msgid "(IntOpt) Interval (secs) between retries."
msgstr ""
#: ./doc/common/tables/cinder-xio.xml:60(td)
msgid "(IntOpt) Default storage pool for volumes."
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:7(caption)
msgid "Description of Linux Bridge agent configuration options"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:18(th)
msgid "[LINUX_BRIDGE]"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:22(td)
msgid "(ListOpt) List of &lt;physical_network&gt;:&lt;physical_bridge&gt;"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:29(th)
msgid "[VXLAN]"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:33(td)
msgid "(BoolOpt) Enable VXLAN on the agent. Can be enabled when agent is managed by ml2 plugin using linuxbridge mechanism driver"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:37(td)
msgid "(BoolOpt) Extension to use alongside ml2 plugin's l2population mechanism driver. It enables the plugin to populate VXLAN forwarding table."
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:41(td)
msgid "(IPOpt) Local IP address of the VXLAN endpoints."
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:45(td)
msgid "(IntOpt) TOS for vxlan interface protocol packets."
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:49(td)
msgid "(IntOpt) TTL for vxlan interface protocol packets."
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:52(replaceable)
msgid "224.0.0.1"
msgstr ""
#: ./doc/common/tables/neutron-linuxbridge_agent.xml:53(td)
msgid "(StrOpt) Multicast group(s) for vxlan interface. A range of group addresses may be specified by using CIDR notation. To reserve a unique group for each possible (24-bit) VNI, use a /8 such as 239.0.0.0/8. This setting must be the same on all the agents."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:7(caption)
msgid "Description of quotas configuration options"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:22(td)
msgid "(IntOpt) Maximum number of routes"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:25(th)
msgid "[QUOTAS]"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:29(td)
msgid "(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:32(replaceable)
msgid "neutron.db.quota.driver.DbQuotaDriver"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:37(td)
msgid "(IntOpt) Number of firewalls allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:41(td)
msgid "(IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:45(td)
msgid "(IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:49(td)
msgid "(IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:53(td) ./doc/common/tables/neutron-quotas.xml:57(td)
msgid "(IntOpt) Number of health monitors allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:60(replaceable)
msgid "network, subnet, port"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:61(td)
msgid "(ListOpt) Resource name(s) that are supported in quota features. This option is now deprecated for removal."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:65(td)
msgid "(IntOpt) Number of Loadbalancer Listeners allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:69(td)
msgid "(IntOpt) Number of LoadBalancers allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:73(td)
msgid "(IntOpt) Number of pool members allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:77(td)
msgid "(IntOpt) Number of networks allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:81(td)
msgid "(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:85(td)
msgid "(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited"
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:89(td)
msgid "(IntOpt) Number of pools allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:93(td)
msgid "(IntOpt) Number of ports allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:97(td)
msgid "(IntOpt) Default number of RBAC entries allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:101(td)
msgid "(IntOpt) Number of routers allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:105(td)
msgid "(IntOpt) Number of security groups allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:109(td)
msgid "(IntOpt) Number of security rules allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:113(td)
msgid "(IntOpt) Number of subnets allowed per tenant, A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:117(td)
msgid "(IntOpt) Number of vips allowed per tenant. A negative value means unlimited."
msgstr ""
#: ./doc/common/tables/neutron-quotas.xml:121(td)
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:25(caption)
msgid "Description of exchange configuration options"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:40(td)
msgid "(StrOpt) Exchange name for ceilometer notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:44(td)
msgid "(StrOpt) Exchange name for Cinder notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:47(replaceable)
msgid "central"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:48(td)
msgid "(StrOpt) Exchange name for DNS notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:52(td)
msgid "(StrOpt) Exchange name for Glance notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:56(td)
msgid "(StrOpt) Exchange name for Heat notifications"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:59(replaceable)
msgid "['nova', 'glance', 'neutron', 'cinder']"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:60(td)
msgid "(MultiStrOpt) Exchanges name to listen for notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:63(replaceable)
msgid "ironic"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:64(td)
msgid "(StrOpt) Exchange name for Ironic notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:68(td)
msgid "(StrOpt) Exchange name for Keystone notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:71(replaceable)
msgid "magnum"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:72(td)
msgid "(StrOpt) Exchange name for Magnum notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:76(td)
msgid "(StrOpt) Exchange name for Neutron notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:80(td)
msgid "(StrOpt) Exchange name for Nova notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:83(replaceable)
msgid "sahara"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:84(td)
msgid "(StrOpt) Exchange name for Data Processing notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:88(td)
msgid "(StrOpt) Source for samples emitted on this instance."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:92(td)
msgid "(StrOpt) Exchange name for Swift notifications."
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:95(replaceable)
msgid "trove"
msgstr ""
#: ./doc/common/tables/ceilometer-exchange.xml:96(td)
msgid "(StrOpt) Exchange name for DBaaS notifications."
msgstr ""
#: ./doc/common/tables/ironic-inspector.xml:36(th)
msgid "[inspector]"
msgstr ""
#: ./doc/common/tables/ironic-inspector.xml:40(td)
msgid "(BoolOpt) whether to enable inspection using ironic-inspector"
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) period (in seconds) to check status of nodes on inspection"
msgstr ""
#: ./doc/common/tables/cinder-cloudbyte.xml:25(caption)
msgid "Description of CloudByte volume driver configuration options"
msgstr ""
#: ./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: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:44(td)
msgid "(DictOpt) These values will be used for CloudByte storage's addQos API call."
msgstr ""
#: ./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: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: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: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: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: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:71(replaceable)
msgid "{'compression': 'off', 'deduplication': 'off', 'blocklength': '512B', 'sync': 'always', 'protocoltype': 'ISCSI', 'recordsize': '16k'}"
msgstr ""
#: ./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: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: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:52(td)
msgid "(StrOpt) Name of a VMware Cluster ComputeResource."
msgstr ""
#: ./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:84(td)
msgid "(StrOpt) Name of Integration Bridge"
msgstr ""
#: ./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:96(td)
msgid "(BoolOpt) The PBM status."
msgstr ""
#: ./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:116(td)
msgid "(BoolOpt) Whether to use linked clone"
msgstr ""
#: ./doc/common/tables/nova-vmware.xml:120(td)
msgid "(StrOpt) Optional VIM Service WSDL Location e.g http://&lt;server&gt;/vimService.wsdl. Optional over-ride to default location for bug work-arounds"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:7(caption)
msgid "Description of BaGpipe BGP configuration options"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:18(th)
msgid "[BAGPIPE]"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:22(td)
msgid "(StrOpt) BGP component REST service IP address."
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:26(td)
msgid "(IntOpt) BGP component REST service IP port."
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:29(replaceable)
msgid "br-mpls"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:30(td)
msgid "(StrOpt) OVS MPLS bridge to use"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:33(replaceable)
msgid "patch-from-tun"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:34(td)
msgid "(StrOpt) OVS Peer patch port in MPLS bridge to tunnel bridge (traffic from tunnel bridge)"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:37(replaceable)
msgid "patch-to-tun"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:38(td)
msgid "(StrOpt) OVS Peer patch port in MPLS bridge to tunnel bridge(traffic to tunnel bridge)"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:42(td)
msgid "(IntOpt) The number of seconds the BGP component client will wait between polling for restart detection."
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:45(replaceable)
msgid "patch-from-mpls"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:46(td)
msgid "(StrOpt) OVS Peer patch port in tunnel bridge to MPLS bridge (traffic from MPLS bridge)"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:49(replaceable)
msgid "patch-to-mpls"
msgstr ""
#: ./doc/common/tables/neutron-bagpipe.xml:50(td)
msgid "(StrOpt) OVS Peer patch port in tunnel bridge to MPLS bridge(traffic to MPLS bridge)"
msgstr ""
#: ./doc/common/tables/trove-db_vertica.xml:25(caption)
msgid "Description of Vertica database configuration options"
msgstr ""
#: ./doc/common/tables/trove-db_vertica.xml:36(th)
msgid "[vertica]"
msgstr ""
#: ./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:56(td)
msgid "(IntOpt) Number of members in Vertica cluster."
msgstr ""
#: ./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:71(replaceable)
msgid "/var/lib/vertica"
msgstr ""
#: ./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:87(replaceable)
msgid "trove.extensions.vertica.service.VerticaRootController"
msgstr ""
#: ./doc/common/tables/trove-db_vertica.xml:88(td)
msgid "(StrOpt) Root controller implementation for Vertica."
msgstr ""
#: ./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:95(replaceable)
msgid "5433, 5434, 22, 5444, 5450, 4803"
msgstr ""
#: ./doc/common/tables/trove-db_vertica.xml:99(replaceable)
msgid "5433, 4803, 4804, 6453"
msgstr ""
#: ./doc/common/tables/manila-emc.xml:25(caption)
msgid "Description of EMC Share Drivers configuration options"
msgstr ""
#: ./doc/common/tables/manila-emc.xml:40(td)
msgid "(StrOpt) User name for the EMC server."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:44(td)
msgid "(StrOpt) Password for the EMC server."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:48(td)
msgid "(StrOpt) EMC pool name."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) EMC server hostname or IP address."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:59(replaceable)
msgid "server_2"
msgstr ""
#: ./doc/common/tables/manila-emc.xml:60(td)
msgid "(StrOpt) Container of share servers."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:64(td)
msgid "(PortOpt) Port number for the EMC server."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:68(td)
msgid "(BoolOpt) Use secure connection to server."
msgstr ""
#: ./doc/common/tables/manila-emc.xml:72(td)
msgid "(StrOpt) Share backend."
msgstr ""
#: ./doc/common/tables/neutron-ml2_l2pop.xml:7(caption)
msgid "Description of ML2 L2 population configuration options"
msgstr ""
#: ./doc/common/tables/neutron-ml2_l2pop.xml:18(th)
msgid "[l2pop]"
msgstr ""
#: ./doc/common/tables/neutron-ml2_l2pop.xml:22(td)
msgid "(IntOpt) Delay within which agent is expected to update existing ports whent it restarts"
msgstr ""
#: ./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:39(replaceable) ./doc/common/tables/cinder-zfssa-nfs.xml:43(replaceable)
msgid "os-cinder-cache"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Name of ZFSSA project where cache volumes are stored."
msgstr ""
#: ./doc/common/tables/cinder-zfssa-nfs.xml:48(td)
msgid "(StrOpt) Data path IP address"
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) HTTPS port number"
msgstr ""
#: ./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:67(replaceable)
msgid "NFSProject"
msgstr ""
#: ./doc/common/tables/cinder-zfssa-nfs.xml:71(replaceable)
msgid "nfs_share"
msgstr ""
#: ./doc/common/tables/cinder-zfssa-nfs.xml:72(td)
msgid "(StrOpt) Share name."
msgstr ""
#: ./doc/common/tables/cinder-zfssa-nfs.xml:80(td)
msgid "(StrOpt) Synchronous write bias-latency, throughput."
msgstr ""
#: ./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: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-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:48(td)
msgid "(MultiStrOpt) Name of a vCenter compute cluster where volumes should be created."
msgstr ""
#: ./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:56(td)
msgid "(StrOpt) Password for authenticating with VMware ESX/vCenter server."
msgstr ""
#: ./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: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:68(td)
msgid "(IntOpt) Timeout in seconds for VMDK volume transfer between Cinder and Glance."
msgstr ""
#: ./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: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: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:84(td)
msgid "(StrOpt) Directory where virtual disks are stored during volume backup and restore."
msgstr ""
#: ./doc/common/tables/cinder-vmware.xml:87(replaceable)
msgid "Volumes"
msgstr ""
#: ./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/&lt;project_folder&gt;\", where project_folder is of format \"Project (&lt;volume_project_id&gt;)\"."
msgstr ""
#: ./doc/common/tables/cinder-vmware.xml:92(td)
msgid "(StrOpt) Optional VIM service WSDL Location e.g http://&lt;server&gt;/vimService.wsdl. Optional over-ride to default location for bug work-arounds."
msgstr ""
#: ./doc/common/tables/manila-logging.xml:25(caption)
msgid "Description of Logging configuration options"
msgstr ""
#: ./doc/common/tables/manila-logging.xml:52(td)
msgid "(BoolOpt) Whether to make exception message format errors fatal."
msgstr ""
#: ./doc/common/tables/manila-logging.xml:99(replaceable)
msgid "%(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s"
msgstr ""
#: ./doc/common/tables/manila-logging.xml:100(td)
msgid "(StrOpt) Format string for user_identity field of the logging_context_format_string"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:25(caption)
msgid "Description of Libvirt configuration options"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:40(td)
msgid "(BoolOpt) Should unused base images be removed?"
msgstr ""
#: ./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: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:51(td)
msgid "(StrOpt) Migration flags to be set for block migration"
msgstr ""
#: ./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:59(td)
msgid "(IntOpt) How frequently to checksum base images"
msgstr ""
#: ./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: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: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: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: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: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: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: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:94(replaceable)
msgid "$instances_path/$image_cache_subdirectory_name/%(image)s.info"
msgstr ""
#: ./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:99(td)
msgid "(StrOpt) Path to the ceph configuration file to use"
msgstr ""
#: ./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: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: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:115(td)
msgid "(BoolOpt) Inject the ssh public key at boot time"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:118(replaceable)
msgid "-2"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:119(td)
msgid "(IntOpt) The partition to inject to : -2 =&gt; disable, -1 =&gt; inspect (libguestfs only), 0 =&gt; not partitioned, &gt;0 =&gt; partition number"
msgstr ""
#: ./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: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 &lt;transport_name&gt;.&lt;hwaddress&gt; where &lt;transport_name&gt; is one of (be2iscsi, bnx2i, cxgb3i, cxgb4i, qla4xxx, ocs) and &lt;hwaddress&gt; 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:131(td)
msgid "(BoolOpt) Use multipath connection of the iSCSI volume"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:135(td)
msgid "(BoolOpt) Use multipath connection of the iSER volume"
msgstr ""
#: ./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: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:147(td)
msgid "(IntOpt) Unused resized base images younger than this will not be removed"
msgstr ""
#: ./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:155(td)
msgid "(StrOpt) Rescue aki image"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:159(td)
msgid "(StrOpt) Rescue ari image"
msgstr ""
#: ./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:167(td)
msgid "(BoolOpt) Compress snapshot images when possible. This currently applies exclusively to qcow2 images"
msgstr ""
#: ./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:174(replaceable)
msgid "$instances_path/snapshots"
msgstr ""
#: ./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:179(td)
msgid "(BoolOpt) Create sparse logical volumes (with virtualsize) if this flag is set to True."
msgstr ""
#: ./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: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:191(td)
msgid "(BoolOpt) Sync virtual and real mouse cursors in Windows VMs"
msgstr ""
#: ./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:199(td)
msgid "(StrOpt) Libvirt domain type"
msgstr ""
#: ./doc/common/tables/nova-libvirt.xml:203(td)
msgid "(StrOpt) Method used to wipe old volumes."
msgstr ""
#: ./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:48(td)
msgid "(StrOpt) Private key file to use when starting API server securely."
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:7(caption)
msgid "Description of PLUMgrid configuration options"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:18(th)
msgid "[plumgriddirector]"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:22(td)
msgid "(StrOpt) PLUMgrid Director server to connect to"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:26(td)
msgid "(IntOpt) PLUMgrid Director server port to connect to"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:30(td)
msgid "(BoolOpt) Distributed locking is enabled or disabled"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:33(replaceable)
msgid "networking_plumgrid.neutron.plugins.drivers.plumlib.Plumlib"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:34(td)
msgid "(StrOpt) PLUMgrid Driver"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:38(td)
msgid "(StrOpt) PLUMgrid Director admin password"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:42(td)
msgid "(IntOpt) PLUMgrid Director server timeout"
msgstr ""
#: ./doc/common/tables/neutron-plumgrid.xml:46(td)
msgid "(StrOpt) PLUMgrid Director admin username"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:25(caption)
msgid "Description of Xen configuration options"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:39(replaceable)
msgid "nova.console.xvp.XVPConsoleProxy"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:40(td)
msgid "(StrOpt) Driver to use for the console proxy"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:43(replaceable)
msgid "/etc/xvp.conf"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:44(td)
msgid "(StrOpt) Generated XVP conf file"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:47(replaceable)
msgid "$pybasedir/nova/console/xvp.conf.template"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:48(td)
msgid "(StrOpt) XVP conf template"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:51(replaceable)
msgid "/var/log/xvp.log"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:52(td)
msgid "(StrOpt) XVP log file"
msgstr ""
#: ./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:59(replaceable)
msgid "/var/run/xvp.pid"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:60(td)
msgid "(StrOpt) XVP master process pid file"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:64(td)
msgid "(BoolOpt) Stub calls to compute worker for tests"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:70(replaceable)
msgid "/usr/lib/xen/boot/hvmloader"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:71(td)
msgid "(StrOpt) Location where the Xen hvmloader is kept"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:77(replaceable)
msgid "usr/sbin/xe-update-networking"
msgstr ""
#: ./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:82(td)
msgid "(IntOpt) Number of seconds to wait for agent reply to resetnetwork request"
msgstr ""
#: ./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:90(td)
msgid "(IntOpt) Number of seconds to wait for agent to be fully operational"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:93(replaceable)
msgid "all"
msgstr ""
#: ./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:98(td)
msgid "(BoolOpt) Ensure compute service is running on host XenAPI connects to."
msgstr ""
#: ./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: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: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: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:117(replaceable)
msgid "linux"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:118(td)
msgid "(StrOpt) Default OS type"
msgstr ""
#: ./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: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:129(replaceable)
msgid "nova.virt.xenapi.image.glance.GlanceStore"
msgstr ""
#: ./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: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:138(td)
msgid "(StrOpt) URL to the iPXE boot menu"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:141(replaceable)
msgid "mkisofs"
msgstr ""
#: ./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:149(replaceable)
msgid "iqn.2010-10.org.openstack"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:150(td)
msgid "(StrOpt) IQN Prefix"
msgstr ""
#: ./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:162(td)
msgid "(IntOpt) Maximum number of retries to unplug VBD. if &lt;=0, should try once and no retry"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:165(replaceable)
msgid "xapi1"
msgstr ""
#: ./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:173(replaceable)
msgid "sd"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:174(td)
msgid "(StrOpt) Specify prefix to remap VBD dev to (ex. /dev/xvdb -&gt; /dev/sdb)"
msgstr ""
#: ./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: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:185(replaceable)
msgid "/var/run/sr-mount"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:186(td)
msgid "(StrOpt) Base path to the storage repository"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:189(replaceable)
msgid "default-sr:true"
msgstr ""
#: ./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:194(td)
msgid "(StrOpt) The iSCSI Target Host"
msgstr ""
#: ./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: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: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:210(td)
msgid "(StrOpt) Whether or not to download images via Bit Torrent."
msgstr ""
#: ./doc/common/tables/nova-xen.xml:213(replaceable)
msgid "6891"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:214(td)
msgid "(IntOpt) End of port range to listen on"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:217(replaceable)
msgid "6881"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:218(td)
msgid "(IntOpt) Beginning of port range to listen on"
msgstr ""
#: ./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: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:230(td)
msgid "(FloatOpt) Probability that peer will become a seeder. (1.0 = 100%)"
msgstr ""
#: ./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: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:242(td)
msgid "(BoolOpt) To use for hosts with different CPUs"
msgstr ""
#: ./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: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:253(replaceable)
msgid "nova.virt.xenapi.vif.XenAPIBridgeDriver"
msgstr ""
#: ./doc/common/tables/nova-xen.xml:254(td)
msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs."
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-1.xml:8(literal)
msgid "[storage-policy-1]"
msgstr ""
#: ./doc/common/tables/swift-swift-storage-policy-1.xml:20(replaceable)
msgid "silver"
msgstr ""
#: ./doc/common/tables/nova-zookeeper.xml:25(caption)
msgid "Description of Zookeeper configuration options"
msgstr ""
#: ./doc/common/tables/nova-zookeeper.xml:36(th)
msgid "[zookeeper]"
msgstr ""
#: ./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:43(replaceable)
msgid "4000"
msgstr ""
#: ./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:47(replaceable)
msgid "/servicegroups"
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Number of seconds to wait until retrying to join the session"
msgstr ""
#: ./doc/common/tables/sahara-database.xml:39(replaceable)
msgid "sahara.db"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/neutron-nsx.xml:7(caption)
msgid "Description of VMware NSX configuration options"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:22(td)
msgid "(IntOpt) Reconnect connection to nsx if not used within this amount of time."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:26(td)
msgid "(StrOpt) Unique identifier of the Service Cluster which will be used by logical services like dhcp and metadata"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:30(td)
msgid "(StrOpt) This is uuid of the default NSX Transport zone that will be used for creating tunneled isolated \"Neutron\" networks. It needs to be created in NSX before starting Neutron with the nsx plugin."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:34(td)
msgid "(IntOpt) Time before aborting a request"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:38(td)
msgid "(ListOpt) Lists the NSX controllers in this cluster"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:41(replaceable)
msgid "breth0"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:42(td)
msgid "(StrOpt) Name of the interface on a L2 Gateway transport nodewhich should be used by default when setting up a network connection"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:46(td)
msgid "(StrOpt) Class path for the L2 gateway backend driver"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:50(td)
msgid "(StrOpt) Password for NSX controllers in this cluster"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:54(td)
msgid "(StrOpt) User name for NSX controllers in this cluster"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:58(td)
msgid "(IntOpt) Number of times a redirect should be followed"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:62(td)
msgid "(IntOpt) Number of time a request should be retried"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:65(th)
msgid "[NSX]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:68(replaceable)
msgid "agent"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:69(td)
msgid "(StrOpt) The mode used to implement DHCP/metadata services."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:73(td)
msgid "(IntOpt) Maximum concurrent connections to each NSX controller."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:76(replaceable)
msgid "stt"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:77(td)
msgid "(StrOpt) The default network tranport type to use (stt, gre, bridge, ipsec_gre, or ipsec_stt)"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:81(td)
msgid "(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 5000)"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:85(td)
msgid "(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 256)"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:88(replaceable)
msgid "access_network"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:89(td)
msgid "(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:93(td)
msgid "(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:97(td)
msgid "(StrOpt) The default option leverages service nodes to perform packet replication though one could set to this to 'source' to perform replication locally. This is useful if one does not want to deploy a service node(s). It must be set to 'service' for leveraging distributed routers."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:100(th)
msgid "[NSX_DHCP]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:103(replaceable)
msgid "43200"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:104(td)
msgid "(IntOpt) Default DHCP lease time"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:112(td)
msgid "(ListOpt) Comma separated list of additional domain name servers"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:115(th)
msgid "[NSX_LSN]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:119(td)
msgid "(BoolOpt) Pull LSN information from NSX in case it is missing from the local data store. This is useful to rebuild the local store in case of server recovery."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:122(th)
msgid "[NSX_METADATA]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:126(td)
msgid "(StrOpt) IP address used by Metadata server."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:130(td)
msgid "(IntOpt) TCP Port used by Metadata server."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:137(th)
msgid "[NSX_SYNC]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:141(td)
msgid "(BoolOpt) Always read operational status from backend on show operations. Enabling this option might slow down the system."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:145(td)
msgid "(IntOpt) Maximum value for the additional random delay in seconds between runs of the state synchronization task"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:149(td)
msgid "(IntOpt) Minimum number of resources to be retrieved from NSX during state synchronization"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:153(td)
msgid "(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NSX. It must not exceed state_sync_interval"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:157(td)
msgid "(IntOpt) Interval in seconds between runs of the state synchronization task. Set it to 0 to disable it"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:160(th)
msgid "[nsx_v3]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:164(td)
msgid "(StrOpt) Specify a CA bundle file to use in verifying the NSX Manager server certificate."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:168(td)
msgid "(StrOpt) Default bridge cluster identifier for L2 gateway. This needs to be created in NSX before using the L2 gateway service plugin."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:172(td)
msgid "(StrOpt) Default edge cluster identifier"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:176(td)
msgid "(StrOpt) This is the UUID of the default NSX overlay transport zone that will be used for creating tunneled isolated Neutron networks. It needs to be created in NSX before starting Neutron with the NSX plugin."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:180(td)
msgid "(StrOpt) Default tier0 router identifier"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:184(td)
msgid "(StrOpt) This is the UUID of the default NSX VLAN transport zone that will be used for bridging between Neutron networks. It needs to be created in NSX before starting Neutron with the NSX plugin."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:188(td)
msgid "(BoolOpt) If true, the NSX Manager 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/neutron-nsx.xml:192(td)
msgid "(StrOpt) IP address of the NSX manager"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:196(td)
msgid "(StrOpt) Password for the NSX manager"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:200(td)
msgid "(StrOpt) User name for the NSX manager"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:204(td)
msgid "(IntOpt) Maximum number of times to retry API request"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:207(th)
msgid "[nsxv]"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:210(replaceable)
msgid "service:large:4:10, service:compact:4:10, vdr:large:4:10"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:211(td)
msgid "(ListOpt) Defines edge pool using the format: &lt;edge_type&gt;:[edge_size]:&lt;min_edges&gt;:&lt;max_edges&gt;.edge_type: service,vdr. edge_size: compact, large, xlarge, quadlarge and default is large."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:215(td)
msgid "(StrOpt) Specify a CA bundle file to use in verifying the NSXv server certificate."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:219(td)
msgid "(ListOpt) Parameter listing the IDs of the clusters which are used by OpenStack."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:223(td)
msgid "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:227(td) ./doc/common/tables/neutron-nsx.xml:231(td)
msgid "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:235(td)
msgid "(IntOpt) DHCP default lease time."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:239(td)
msgid "(StrOpt) DVS ID for VLANs"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:243(td)
msgid "(StrOpt) Password to configure for Edge appliance login"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:247(td)
msgid "(StrOpt) Username to configure for Edge appliance login"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:251(td)
msgid "(BoolOpt) Enable HA for NSX Edges"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:254(replaceable)
msgid "compact"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:255(td)
msgid "(StrOpt) Edge appliance size to be used for creating exclusive router. Valid values: ['compact', 'large', 'xlarge', 'quadlarge']. This edge_appliance_size will be picked up if --router-size parameter is not specified while doing neutron router-create"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:259(td)
msgid "(StrOpt) Network ID for physical network connectivity"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:263(td)
msgid "(BoolOpt) If true, the NSXv 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/neutron-nsx.xml:267(td)
msgid "(StrOpt) A URL to a locking mechanism coordinator"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:271(td)
msgid "(StrOpt) uri for vsm"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:275(td)
msgid "(IntOpt) Maximum number of sub interfaces supported per vnic in edge."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:279(td)
msgid "(BoolOpt) If True, the server instance will attempt to initialize the metadata infrastructure"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:283(td)
msgid "(StrOpt) Shared secret to sign metadata requests"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:287(td)
msgid "(StrOpt) Management network default gateway for metadata proxy"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:291(td)
msgid "(StrOpt) Network ID for management network connectivity"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:295(td)
msgid "(ListOpt) Management network IP address for metadata proxy"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:299(td)
msgid "(StrOpt) Management network netmask for metadata proxy"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:303(td)
msgid "(ListOpt) IP addresses used by Nova metadata service"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:307(td)
msgid "(IntOpt) TCP Port used by Nova metadata server"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:311(td)
msgid "(StrOpt) Password for vsm"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:315(td)
msgid "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:319(td)
msgid "(IntOpt) Maximum number of API retries on endpoint."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:323(td)
msgid "(BoolOpt) If True then plugin will use NSXV spoofguard component for port-security feature."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:326(replaceable)
msgid "2000"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:327(td)
msgid "(IntOpt) Task status check interval"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:330(replaceable)
msgid "shared, distributed, exclusive"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:331(td)
msgid "(ListOpt) Ordered list of router_types to allocate as tenant routers."
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:335(td)
msgid "(StrOpt) User name for vsm"
msgstr ""
#: ./doc/common/tables/neutron-nsx.xml:339(td)
msgid "(StrOpt) Network scope ID for VXLAN virtual wires"
msgstr ""
#: ./doc/common/tables/trove-swift.xml:48(td)
msgid "(StrOpt) URL ending in AUTH_."
msgstr ""
#: ./doc/common/tables/keystone-kvs.xml:25(caption)
msgid "Description of KVS configuration options"
msgstr ""
#: ./doc/common/tables/keystone-kvs.xml:36(th)
msgid "[kvs]"
msgstr ""
#: ./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:43(replaceable)
msgid "keystone.kvs"
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) Default lock timeout (in seconds) for distributed locking."
msgstr ""
#: ./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:25(caption)
msgid "Description of backup configuration options"
msgstr ""
#: ./doc/common/tables/trove-backup.xml:39(replaceable)
msgid "default_aes_cbc_key"
msgstr ""
#: ./doc/common/tables/trove-backup.xml:40(td)
msgid "(StrOpt) Default OpenSSL aes_cbc key."
msgstr ""
#: ./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:47(replaceable)
msgid "trove.guestagent.backup.backup_types.InnoBackupEx"
msgstr ""
#: ./doc/common/tables/trove-backup.xml:48(td)
msgid "(StrOpt) Runner to use for backups."
msgstr ""
#: ./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:55(replaceable)
msgid "2147483648"
msgstr ""
#: ./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:59(replaceable)
msgid "database_backups"
msgstr ""
#: ./doc/common/tables/trove-backup.xml:60(td)
msgid "(StrOpt) Swift container to put backups in."
msgstr ""
#: ./doc/common/tables/trove-backup.xml:64(td)
msgid "(BoolOpt) Compress backups using gzip."
msgstr ""
#: ./doc/common/tables/trove-backup.xml:68(td)
msgid "(BoolOpt) Encrypt backups using OpenSSL."
msgstr ""
#: ./doc/common/tables/trove-backup.xml:72(td)
msgid "(BoolOpt) Send backup files over snet."
msgstr ""
#: ./doc/common/tables/trove-backup.xml:76(td)
msgid "(IntOpt) Page size for listing backups."
msgstr ""
#: ./doc/common/tables/swift-rsyncd-account.xml:8(literal)
msgid "[account]"
msgstr ""
#: ./doc/common/tables/swift-rsyncd-account.xml:20(replaceable)
msgid "/var/lock/account.lock"
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:22(td)
msgid "(BoolOpt) Send notification to nova when port data (fixed_ips/floatingip) changes so nova can update its cache."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:26(td)
msgid "(BoolOpt) Send notification to nova when port status changes"
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:30(td)
msgid "(StrOpt) Authorization URL for connecting to nova in admin context. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:34(td)
msgid "(StrOpt) Password for connection to nova in admin context. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:38(td)
msgid "(StrOpt) The uuid of the admin nova tenant. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:42(td)
msgid "(StrOpt) The name of the admin nova tenant. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:46(td)
msgid "(StrOpt) Username for connecting to nova in admin context. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:50(td)
msgid "(StrOpt) Client certificate for nova metadata api server."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:54(td)
msgid "(StrOpt) Private key of client certificate."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:57(replaceable)
msgid "http://127.0.0.1:8774/v2"
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:58(td)
msgid "(StrOpt) URL for connection to nova. Deprecated in favour of an auth plugin in [nova]."
msgstr ""
#: ./doc/common/tables/neutron-compute.xml:62(td)
msgid "(IntOpt) Number of seconds between sending events to nova if there are any events to send."
msgstr ""
#: ./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:36(th)
msgid "[timeouts]"
msgstr ""
#: ./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: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:44(td)
msgid "(IntOpt) Wait for instances to become active, in seconds"
msgstr ""
#: ./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:52(td)
msgid "(IntOpt) Timeout for detaching volumes from instance, in seconds"
msgstr ""
#: ./doc/common/tables/sahara-timeouts.xml:56(td)
msgid "(IntOpt) Assign IPs timeout, in seconds"
msgstr ""
#: ./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:64(td)
msgid "(IntOpt) Wait for instance accessibility, in seconds"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:8(literal)
msgid "[filter-cname_lookup]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:21(td)
msgid "Because CNAMES can be recursive, specifies the number of levels through which to search."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:40(replaceable)
msgid "cname_lookup"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml:49(replaceable)
msgid "egg:swift#cname_lookup"
msgstr ""
#: ./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:40(td)
msgid "(BoolOpt) Enable or Disable compression for backups"
msgstr ""
#: ./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:47(replaceable)
msgid "backup"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of OAuth configuration options"
msgstr ""
#: ./doc/common/tables/keystone-oauth.xml:36(th)
msgid "[oauth1]"
msgstr ""
#: ./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:44(td)
msgid "(StrOpt) Entrypoint for hte OAuth backend driver in the keystone.oauth1 namespace."
msgstr ""
#: ./doc/common/tables/keystone-oauth.xml:47(replaceable)
msgid "28800"
msgstr ""
#: ./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:40(td)
msgid "(StrOpt) File name for the paste.deploy config for nova-api"
msgstr ""
#: ./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:55(replaceable)
msgid "ec2, osapi_compute, metadata"
msgstr ""
#: ./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:60(td)
msgid "(ListOpt) A list of APIs with enabled SSL"
msgstr ""
#: ./doc/common/tables/nova-api.xml:63(replaceable)
msgid "instance-%08x"
msgstr ""
#: ./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:71(replaceable)
msgid "%(name)s-%(count)d"
msgstr ""
#: ./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:75(replaceable)
msgid "cache_in_nova, bittorrent"
msgstr ""
#: ./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:79(replaceable)
msgid "nokernel"
msgstr ""
#: ./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: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:87(replaceable)
msgid "['nova.api.openstack.compute.legacy_v2.contrib.standard_extensions']"
msgstr ""
#: ./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: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:96(td)
msgid "(StrOpt) The IP address on which the OpenStack API will listen."
msgstr ""
#: ./doc/common/tables/nova-api.xml:99(replaceable)
msgid "8774"
msgstr ""
#: ./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: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:107(replaceable)
msgid "building"
msgstr ""
#: ./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:115(replaceable)
msgid "db"
msgstr ""
#: ./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:132(td)
msgid "(IntOpt) Size of the pool of greenthreads used by wsgi"
msgstr ""
#: ./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: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:25(caption)
msgid "Description of RDP configuration options"
msgstr ""
#: ./doc/common/tables/nova-rdp.xml:36(th)
msgid "[rdp]"
msgstr ""
#: ./doc/common/tables/nova-rdp.xml:40(td)
msgid "(BoolOpt) Enable RDP related features"
msgstr ""
#: ./doc/common/tables/nova-rdp.xml:43(replaceable)
msgid "http://127.0.0.1:6083/"
msgstr ""
#: ./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 ""
#: ./doc/common/tables/aodh-common.xml:30(td)
msgid "(IntOpt) TTL of event alarm caches, in seconds. Set to 0 to disable caching."
msgstr ""
#: ./doc/common/tables/aodh-common.xml:33(replaceable)
msgid "alarm.all"
msgstr ""
#: ./doc/common/tables/aodh-common.xml:34(td)
msgid "(StrOpt) The topic that aodh uses for event alarm evaluation."
msgstr ""
#: ./doc/common/tables/aodh-common.xml:58(td)
msgid "(IntOpt) Number of workers for notification service. A single notification agent is enabled by default."
msgstr ""
#: ./doc/common/tables/aodh-common.xml:62(td)
msgid "(StrOpt) The topic that aodh uses for alarm notifier messages."
msgstr ""
#: ./doc/common/tables/trove-common.xml:40(td)
msgid "(IntOpt) Page size for listing configurations."
msgstr ""
#: ./doc/common/tables/trove-common.xml:44(td)
msgid "(IntOpt) Page size for listing databases."
msgstr ""
#: ./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: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:55(replaceable)
msgid "36"
msgstr ""
#: ./doc/common/tables/trove-common.xml:56(td)
msgid "(IntOpt) Character length of generated passwords."
msgstr ""
#: ./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:68(td)
msgid "(StrOpt) Host to listen for RPC messages."
msgstr ""
#: ./doc/common/tables/trove-common.xml:75(replaceable)
msgid "/usr/lib/python/site-packages/trove"
msgstr ""
#: ./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: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:83(replaceable)
msgid "taskmanager"
msgstr ""
#: ./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:87(replaceable)
msgid "/etc/trove/templates/"
msgstr ""
#: ./doc/common/tables/trove-common.xml:88(td)
msgid "(StrOpt) Path which leads to datastore templates."
msgstr ""
#: ./doc/common/tables/trove-common.xml:92(td)
msgid "(IntOpt) Maximum time (in seconds) to wait for a service to become alive."
msgstr ""
#: ./doc/common/tables/aodh-auth.xml:42(td)
msgid "(StrOpt) The domain id of the user project"
msgstr ""
#: ./doc/common/tables/aodh-auth.xml:46(td)
msgid "(StrOpt) The user project name"
msgstr ""
#: ./doc/common/tables/aodh-auth.xml:62(td)
msgid "(StrOpt) The domain id of the user"
msgstr ""
#: ./doc/common/tables/aodh-auth.xml:65(replaceable)
msgid "aodh"
msgstr ""
#: ./doc/common/tables/cinder-lvm.xml:25(caption)
msgid "Description of LVM configuration options"
msgstr ""
#: ./doc/common/tables/cinder-lvm.xml:39(replaceable)
msgid "/etc/cinder/lvm.conf"
msgstr ""
#: ./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:44(td)
msgid "(IntOpt) If &gt;0, create LVs with multiple mirrors. Note that this requires lvm_mirrors + 2 PVs with available space"
msgstr ""
#: ./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:51(replaceable)
msgid "cinder-volumes"
msgstr ""
#: ./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:25(caption)
msgid "Description of WinRM configuration options"
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:39(replaceable)
msgid "~/.ssl/key.pem"
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:40(td)
msgid "(StrOpt) Path to the x509 certificate key."
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:43(replaceable)
msgid "~/.ssl/cert.pem"
msgstr ""
#: ./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:48(td)
msgid "(IntOpt) WinRM connection timeout."
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:52(td)
msgid "(IntOpt) WinRM operation timeout."
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:56(td)
msgid "(IntOpt) WinRM retry count."
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:60(td)
msgid "(IntOpt) WinRM retry interval in seconds"
msgstr ""
#: ./doc/common/tables/manila-winrm.xml:64(td)
msgid "(BoolOpt) Use x509 certificates in order to authenticate to theservice instance."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:8(literal)
msgid "[filter-ratelimit]"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:20(replaceable)
msgid "c,d"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:21(td)
msgid "Comma separated lists of account names that will not be allowed. Returns a 497 response. r: for containers of size x, limit requests per second to r. Will limit PUT, DELETE, and POST requests to /a/c/o. container_listing_ratelimit_x = r: for containers of size x, limit listing requests per second to r. Will limit GET requests to /a/c."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:25(td)
msgid "If set, will limit PUT and DELETE requests to /account_name/container_name. Number is in requests per second."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:28(replaceable)
msgid "a,b"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:29(td)
msgid "Comma separated lists of account names that will not be rate limited."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:33(td)
msgid "Represents how accurate the proxy servers' system clocks are with each other. 1000 means that all the proxies' clock are accurate to each other within 1 millisecond. No ratelimit should be higher than the clock accuracy."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:61(td)
msgid "To allow visibility into rate limiting set this value &gt; 0 and all sleeps greater than the number will be logged."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:65(td)
msgid "App will immediately return a 498 response if the necessary sleep time ever exceeds the given max_sleep_time_seconds."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:69(td)
msgid "Number of seconds the rate counter can drop and be allowed to catch up (at a faster than listed rate). A larger number will result in larger spikes in rate but better average accuracy."
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:88(replaceable)
msgid "ratelimit"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:92(replaceable)
msgid "egg:swift#ratelimit"
msgstr ""
#: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml:96(replaceable)
msgid "r"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:5(caption)
msgid "Description of extra specs options for NetApp Unified Driver with Clustered Data ONTAP"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:11(th)
msgid "Extra spec"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:12(th)
msgid "Type"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:18(literal)
msgid "netapp_raid_type"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:19(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:24(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:29(td)
msgid "String"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:20(literal)
msgid "raid4, raid_dp"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:20(td)
msgid "Limit the candidate volume list based on one of the following raid types: <placeholder-1/>."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:23(literal)
msgid "netapp_disk_type"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:25(literal)
msgid "ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, XATA, XSAS, or SSD."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:25(td)
msgid "Limit the candidate volume list based on one of the following disk types: <placeholder-1/>"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:28(literal)
msgid "netapp:qos_policy_group"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:28(para)
msgid "Please note that this extra spec has a colon (<literal>:</literal>) in its name because it is used by the driver to assign the QoS policy group to the OpenStack Block Storage volume after it has been provisioned."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:30(td)
msgid "Specify the name of a QoS policy group, which defines measurable Service Level Objectives, that should be applied to the OpenStack Block Storage volume at the time of volume creation. Ensure that the QoS policy group object within Data ONTAP should be defined before an OpenStack Block Storage volume is created, and that the QoS policy group is not associated with the destination FlexVol volume."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:33(literal)
msgid "netapp_mirrored"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:34(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:39(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:44(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:49(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:54(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:59(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:64(td) ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:69(td)
msgid "Boolean"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:35(td)
msgid "Limit the candidate volume list to only the ones that are mirrored on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:38(literal)
msgid "netapp_unmirrored"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:38(para)
msgid "In the Juno release, these negative-assertion extra specs are formally deprecated by the NetApp unified driver. Instead of using the deprecated negative-assertion extra specs (for example, <placeholder-1/>) with a value of <literal>true</literal>, use the corresponding positive-assertion extra spec (for example, <placeholder-2/>) with a value of <literal>false</literal>."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:40(td)
msgid "Limit the candidate volume list to only the ones that are not mirrored on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:43(literal)
msgid "netapp_dedup"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:45(td)
msgid "Limit the candidate volume list to only the ones that have deduplication enabled on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:48(literal)
msgid "netapp_nodedup"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:50(td)
msgid "Limit the candidate volume list to only the ones that have deduplication disabled on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:53(literal)
msgid "netapp_compression"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:55(td)
msgid "Limit the candidate volume list to only the ones that have compression enabled on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:58(literal)
msgid "netapp_nocompression"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:60(td)
msgid "Limit the candidate volume list to only the ones that have compression disabled on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:63(literal)
msgid "netapp_thin_provisioned"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:65(td)
msgid "Limit the candidate volume list to only the ones that support thin provisioning on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:68(literal)
msgid "netapp_thick_provisioned"
msgstr ""
#: ./doc/common/tables/manual/cinder-netapp_cdot_extraspecs.xml:70(td)
msgid "Limit the candidate volume list to only the ones that support thick provisioning on the storage controller."
msgstr ""
#: ./doc/common/tables/manual/keystone-saml-module.xml:19(replaceable)
msgid "keystone.auth.plugins.mapped.Mapped"
msgstr ""
#: ./doc/common/tables/manual/keystone-saml-module.xml:20(td)
msgid "(StrOpt) The saml2 auth plugin module."
msgstr ""
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
#: ./doc/common/tables/manual/keystone-saml-module.xml:0(None)
msgid "translator-credits"
msgstr ""