# # Translators: # Alfred , 2015 # lyndon zhang , 2014 # hamo , 2012 # johnwoo_lee , 2015 # openstack , 2013 # Tom Fifield , 2013-2015 # Ying Chun Guo , 2014 # topshare , 2012 msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" "POT-Creation-Date: 2015-04-10 21:19+0000\n" "PO-Revision-Date: 2015-04-10 21:17+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_getstart_dashboard.xml16(None) msgid "" "@@image: 'figures/horizon-screenshot.jpg'; " "md5=9471047adf0d93713be7f54b9db2b53c" msgstr "@@image: 'figures/horizon-screenshot.jpg'; md5=9471047adf0d93713be7f54b9db2b53c" #: ./doc/common/section_getstart_dashboard.xml7(title) msgid "OpenStack dashboard" msgstr "OpenStack仪表盘" #: ./doc/common/section_getstart_dashboard.xml8(para) msgid "" "The OpenStack dashboard is a modular Django web application that " "provides a graphical interface to OpenStack services." msgstr "OpenStack仪表盘基于 Django web 应用程序 ,为OpenStack服务提供图形化用户界面。" #: ./doc/common/section_getstart_dashboard.xml20(para) msgid "" "The dashboard is usually deployed through mod_wsgi in Apache. You " "can modify the dashboard code to make it suitable for different sites." msgstr "OpenStack仪表盘通常是部署在Apache web服务器的模块 mod_wsgi下,用户可以修改它的代码以满足不同的站点需求。 " #: ./doc/common/section_getstart_dashboard.xml24(para) msgid "" "From a network architecture point of view, this service must be accessible " "to customers and the public API for each OpenStack service. To use the " "administrator functionality for other services, it must also connect to " "Admin API endpoints, which should not be accessible by customers." msgstr "从网络架构的角度来看,此服务必须为最终用户可访问,且需要为所有其他的OpenStack服务公开API。如果要使用其他服务的管理功能,则必须可访问到 Admin API的入口,还得保证不能被最终用户访问到。" #: ./doc/common/section_dashboard-configure-http.xml7(title) msgid "Configure the dashboard for HTTP" msgstr "为HTTP配置仪表盘" #: ./doc/common/section_dashboard-configure-http.xml9(para) msgid "" "You can configure the dashboard for a simple HTTP deployment. The standard " "installation uses a non-encrypted HTTP channel." msgstr "用户可以为一个简单的HTTP的部署配置仪表盘。标准的安装使用的是没有加密的HTTP。" #: ./doc/common/section_dashboard-configure-http.xml13(para) msgid "" "Specify the host for your OpenStack Identity Service endpoint in the " "/etc/openstack-dashboard/local_settings.py file with " "the OPENSTACK_HOST setting." msgstr "指定OpenStack认证服务入口点的主机设置在配置文件 /etc/openstack-dashboard/local_settings.py中,设置项为 OPENSTACK_HOST" #: ./doc/common/section_dashboard-configure-http.xml18(para) msgid "The following example shows this setting:" msgstr "以下例子即显示了上面的设置:" #: ./doc/common/section_dashboard-configure-http.xml20(para) msgid "" "The service catalog configuration in the Identity Service determines whether" " a service appears in the dashboard. For the full listing, see Horizon" " Settings and Configuration." msgstr "在认证服务中配置服务目录可决定那个服务可以在仪表盘中显现。关于完整的参考,请访问 Horizon 设置和配置." #: ./doc/common/section_dashboard-configure-http.xml29(para) msgid "Restart Apache http server. For Ubuntu/Debian/SUSE:" msgstr "重启Apache http服务,在Ubuntu/Debian/SUSE下:" #: ./doc/common/section_dashboard-configure-http.xml31(para) msgid "or for Fedora/RHEL/CentOS:" msgstr "在 Fedora/RHEL/CentOS下:" #: ./doc/common/section_dashboard-configure-http.xml33(para) msgid "Next, restart memcached:" msgstr "接下来,重启 memcached:" #: ./doc/common/section_keystone-concepts-user-management.xml7(title) msgid "User management" msgstr "用户管理" #: ./doc/common/section_keystone-concepts-user-management.xml8(para) msgid "The main components of Identity user management are:" msgstr "认证用户管理主要的组件有:" #: ./doc/common/section_keystone-concepts-user-management.xml11(para) msgid "" "User. Represents a human user. Has " "associated information such as user name, password, and email. This example " "creates a user named alice:" msgstr "用户.就表示现实中的你、我、他。相关信息如用户名、密码以及电子邮箱。此例中是创建了一个名为alice的用户:" #: ./doc/common/section_keystone-concepts-user-management.xml18(para) msgid "" "Project. A tenant, group, or " "organization. When you make requests to OpenStack services, you must specify" " a project. For example, if you query the Compute service for a list of " "running instances, you get a list of all running instances in the project " "that you specified in your query. This example creates a project named " "acme:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml29(para) msgid "" "Domain. Defines administrative boundaries" " for the management of Identity entities. A domain may represent an " "individual, company, or operator-owned space. It is used for exposing " "administrative activities directly to the system users." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml34(para) msgid "" "A domain is a collection of projects and users. Users may be given a " "domain's administrator role. A domain administrator may create projects, " "users, and groups within a domain and assign roles to users and groups." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml38(para) msgid "This example creates a domain named emea:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml43(para) msgid "" "Role. Captures the operations that a user" " can perform in a given tenant." msgstr "角色,在给定的租户中用户可以操作的权限范围。" #: ./doc/common/section_keystone-concepts-user-management.xml45(para) msgid "This example creates a role named compute-user:" msgstr "此例子中创建了一个名称为 compute-user的角色:" #: ./doc/common/section_keystone-concepts-user-management.xml49(para) msgid "" "Individual services, such as Compute and the Image Service, assign meaning " "to roles. In the Identity Service, a role is simply a name." msgstr "根据不同的服务,角色的表现也不尽相同,如计算和镜像服务,角色就意味着赋予某些用户,再如认证服务,角色仅仅是个名称而已。" #: ./doc/common/section_keystone-concepts-user-management.xml56(para) msgid "" "The Identity Service assigns a tenant and a role to a user. You might assign" " the compute-user role to the alice " "user in the acme tenant:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml79(para) msgid "" "A user can have different roles in different tenants. For example, Alice " "might also have the admin role in the " "Cyberdyne tenant. A user can also have multiple roles in " "the same tenant." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml83(para) msgid "" "The " "/etc/[SERVICE_CODENAME]/policy.json" " file controls the tasks that users can perform for a given service. For " "example, /etc/nova/policy.json specifies the access " "policy for the Compute service, /etc/glance/policy.json" " specifies the access policy for the Image Service, and " "/etc/keystone/policy.json specifies the access policy " "for the Identity Service." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml93(para) msgid "" "The default policy.json files in the Compute, Identity," " and Image Service recognize only the admin role: all " "operations that do not require the admin role are " "accessible by any user that has any role in a tenant." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml98(para) msgid "" "If you wish to restrict users from performing operations in, say, the " "Compute service, you need to create a role in the Identity Service and then " "modify /etc/nova/policy.json so that this role is " "required for Compute operations." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml104(para) msgid "" "For example, this line in /etc/nova/policy.json " "specifies that there are no restrictions on which users can create volumes: " "if the user has any role in a tenant, they can create volumes in that " "tenant." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml110(para) msgid "" "To restrict creation of volumes to users who had the compute-" "user role in a particular tenant, you would add \"role" ":compute-user\", like so:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml115(para) msgid "" "To restrict all Compute service requests to require this role, the resulting" " file would look like:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml7(title) msgid "Manage Compute service quotas" msgstr "管理计算服务配额" #: ./doc/common/section_cli_nova_quotas.xml8(para) msgid "" "As an administrative user, you can use the commands, which " "are provided by the python-novaclient package, to update " "the Compute service quotas for a specific tenant or tenant user, as well as " "update the quota defaults for a new tenant." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml13(caption) msgid "Compute quota descriptions" msgstr "计算配额描述" #: ./doc/common/section_cli_nova_quotas.xml18(th) msgid "Quota name" msgstr "配额名称" #: ./doc/common/section_cli_nova_quotas.xml21(th) #: ./doc/common/section_cli_nova_customize_flavors.xml52(td) #: ./doc/common/section_cli_overview.xml43(th) #: ./doc/common/section_cli_install.xml30(th) #: ./doc/common/ch_getstart.xml32(th) #: ./doc/common/tables/ceilometer-database.xml13(th) #: ./doc/common/tables/neutron-openvswitch_agent.xml13(th) #: ./doc/common/tables/heat-clients.xml13(th) #: ./doc/common/tables/cinder-solidfire.xml13(th) #: ./doc/common/tables/neutron-rpc.xml13(th) #: ./doc/common/tables/trove-db_percona.xml13(th) #: ./doc/common/tables/nova-periodic.xml13(th) #: ./doc/common/tables/ironic-redis.xml13(th) #: ./doc/common/tables/keystone-auth.xml13(th) #: ./doc/common/tables/keystone-policy.xml13(th) #: ./doc/common/tables/glance-auth_token.xml13(th) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml13(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml13(th) #: ./doc/common/tables/cinder-nimble.xml13(th) #: ./doc/common/tables/keystone-testing.xml13(th) #: ./doc/common/tables/swift-container-server-container-sync.xml15(th) #: ./doc/common/tables/ironic-seamicro.xml13(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml15(th) #: ./doc/common/tables/ceilometer-zaqar.xml13(th) #: ./doc/common/tables/cinder-flashsystem.xml13(th) #: ./doc/common/tables/neutron-amqp.xml13(th) #: ./doc/common/tables/cinder-qpid.xml13(th) #: ./doc/common/tables/cinder-zoning_fabric.xml13(th) #: ./doc/common/tables/ceilometer-redis.xml13(th) #: ./doc/common/tables/cinder-storage_ceph.xml13(th) #: ./doc/common/tables/ceilometer-vmware.xml13(th) #: ./doc/common/tables/neutron-cisco.xml13(th) #: ./doc/common/tables/nova-testing.xml13(th) #: ./doc/common/tables/nova-metadata.xml13(th) #: ./doc/common/tables/heat-clients_nova.xml13(th) #: ./doc/common/tables/cinder-hp3par.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml15(th) #: ./doc/common/tables/glance-ca.xml13(th) #: ./doc/common/tables/neutron-scheduler.xml13(th) #: ./doc/common/tables/glance-rbd.xml13(th) #: ./doc/common/tables/cinder-fusionio.xml13(th) #: ./doc/common/tables/cinder-storage_xen.xml13(th) #: ./doc/common/tables/ceilometer-common.xml13(th) #: ./doc/common/tables/cinder-pure.xml13(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml15(th) #: ./doc/common/tables/cinder-database.xml13(th) #: ./doc/common/tables/ceilometer-logging.xml13(th) #: ./doc/common/tables/heat-common.xml13(th) #: ./doc/common/tables/nova-ipv6.xml13(th) #: ./doc/common/tables/sahara-zeromq.xml13(th) #: ./doc/common/tables/ironic-rabbitmq.xml13(th) #: ./doc/common/tables/nova-vnc.xml13(th) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml13(th) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml15(th) #: ./doc/common/tables/trove-qpid.xml13(th) #: ./doc/common/tables/cinder-xio.xml13(th) #: ./doc/common/tables/keystone-api.xml13(th) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml15(th) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml13(th) #: ./doc/common/tables/nova-ironic.xml13(th) #: ./doc/common/tables/ceilometer-dispatcher_http.xml13(th) #: ./doc/common/tables/swift-container-server-container-auditor.xml15(th) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml15(th) #: ./doc/common/tables/glance-rpc.xml13(th) #: ./doc/common/tables/neutron-policy.xml13(th) #: ./doc/common/tables/glance-database.xml13(th) #: ./doc/common/tables/nova-spice.xml13(th) #: ./doc/common/tables/heat-clients_heat.xml13(th) #: ./doc/common/tables/nova-xen.xml13(th) #: ./doc/common/tables/trove-amqp.xml13(th) #: ./doc/common/tables/keystone-common.xml13(th) #: ./doc/common/tables/ceilometer-auth_token.xml13(th) #: ./doc/common/tables/ironic-swift.xml13(th) #: ./doc/common/tables/nova-rabbitmq.xml13(th) #: ./doc/common/tables/sahara-database.xml13(th) #: ./doc/common/tables/neutron-ml2_cisco.xml13(th) #: ./doc/common/tables/nova-policy.xml13(th) #: ./doc/common/tables/keystone-identity.xml13(th) #: ./doc/common/tables/cinder-cloudbyte.xml13(th) #: ./doc/common/tables/ceilometer-inspector.xml13(th) #: ./doc/common/tables/cinder-scheduler.xml13(th) #: ./doc/common/tables/trove-db_cassandra.xml13(th) #: ./doc/common/tables/ceilometer-concurrency.xml13(th) #: ./doc/common/tables/neutron-logging.xml13(th) #: ./doc/common/tables/nova-availabilityzones.xml13(th) #: ./doc/common/tables/keystone-catalog.xml13(th) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml13(th) #: ./doc/common/tables/neutron-ml2_fslsdn.xml13(th) #: ./doc/common/tables/neutron-rootwrap.xml13(th) #: ./doc/common/tables/cinder-auth.xml13(th) #: ./doc/common/tables/swift-swift-swift-constraints.xml15(th) #: ./doc/common/tables/heat-qpid.xml13(th) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml15(th) #: ./doc/common/tables/cinder-rabbitmq.xml13(th) #: ./doc/common/tables/nova-zookeeper.xml13(th) #: ./doc/common/tables/keystone-ca.xml13(th) #: ./doc/common/tables/ironic-agent.xml13(th) #: ./doc/common/tables/nova-keymgr.xml13(th) #: ./doc/common/tables/neutron-auth_token.xml13(th) #: ./doc/common/tables/swift-swift-storage-policy-0.xml15(th) #: ./doc/common/tables/ironic-ca.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml15(th) #: ./doc/common/tables/cinder-testing.xml13(th) #: ./doc/common/tables/nova-ldap.xml13(th) #: ./doc/common/tables/cinder-hitachi-hbsd.xml13(th) #: ./doc/common/tables/sahara-ca.xml13(th) #: ./doc/common/tables/swift-container-server-filter-recon.xml15(th) #: ./doc/common/tables/sahara-debug.xml13(th) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml15(th) #: ./doc/common/tables/ceilometer-auth.xml13(th) #: ./doc/common/tables/cinder-quota.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml15(th) #: ./doc/common/tables/keystone-os_inherit.xml13(th) #: ./doc/common/tables/ironic-rpc.xml13(th) #: ./doc/common/tables/neutron-sdnve.xml13(th) #: ./doc/common/tables/nova-compute.xml13(th) #: ./doc/common/tables/sahara-rootwrap.xml13(th) #: ./doc/common/tables/nova-scheduler.xml13(th) #: ./doc/common/tables/cinder-backups_ceph.xml13(th) #: ./doc/common/tables/ironic-amqp.xml13(th) #: ./doc/common/tables/cinder-dellsc.xml13(th) #: ./doc/common/tables/nova-vmware.xml13(th) #: ./doc/common/tables/heat-cfn_api.xml13(th) #: ./doc/common/tables/neutron-vmware.xml13(th) #: ./doc/common/tables/nova-rdp.xml13(th) #: ./doc/common/tables/trove-ca.xml13(th) #: ./doc/common/tables/nova-quobyte.xml13(th) #: ./doc/common/tables/keystone-role.xml13(th) #: ./doc/common/tables/keystone-assignment.xml13(th) #: ./doc/common/tables/cinder-zfssa.xml13(th) #: ./doc/common/tables/nova-zeromq.xml13(th) #: ./doc/common/tables/cinder-storage.xml13(th) #: ./doc/common/tables/glance-registry.xml13(th) #: ./doc/common/tables/swift-swift-storage-policy-1.xml15(th) #: ./doc/common/tables/neutron-embrane.xml13(th) #: ./doc/common/tables/cinder-debug.xml13(th) #: ./doc/common/tables/heat-quota.xml13(th) #: ./doc/common/tables/trove-network.xml13(th) #: ./doc/common/tables/cinder-srb.xml13(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/nova-common.xml13(th) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml15(th) #: ./doc/common/tables/nova-volumes.xml13(th) #: ./doc/common/tables/neutron-redis.xml13(th) #: ./doc/common/tables/trove-db_mysql.xml13(th) #: ./doc/common/tables/neutron-dvr.xml13(th) #: ./doc/common/tables/heat-zeromq.xml13(th) #: ./doc/common/tables/heat-amqp.xml13(th) #: ./doc/common/tables/cinder-violin.xml13(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml13(th) #: ./doc/common/tables/cinder-logging.xml13(th) #: ./doc/common/tables/nova-redis.xml13(th) #: ./doc/common/tables/swift-container-server-DEFAULT.xml15(th) #: ./doc/common/tables/neutron-l3_agent.xml13(th) #: ./doc/common/tables/swift-container-server-pipeline-main.xml15(th) #: ./doc/common/tables/glance-policy.xml13(th) #: ./doc/common/tables/nova-neutron.xml13(th) #: ./doc/common/tables/cinder-zeromq.xml13(th) #: ./doc/common/tables/sahara-redis.xml13(th) #: ./doc/common/tables/cinder-backups.xml13(th) #: ./doc/common/tables/cinder-keymgr.xml13(th) #: ./doc/common/tables/ceilometer-cells.xml13(th) #: ./doc/common/tables/keystone-ldap.xml13(th) #: ./doc/common/tables/trove-db_postgresql.xml13(th) #: ./doc/common/tables/glance-vmware.xml13(th) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml15(th) #: ./doc/common/tables/ceilometer-xenapi.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml15(th) #: ./doc/common/tables/cinder-zoning.xml13(th) #: ./doc/common/tables/ironic-disk_partitioner.xml13(th) #: ./doc/common/tables/cinder-scst.xml13(th) #: ./doc/common/tables/heat-notification.xml13(th) #: ./doc/common/tables/ironic-neutron.xml13(th) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/nova-vpn.xml13(th) #: ./doc/common/tables/neutron-vpn.xml13(th) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml15(th) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml15(th) #: ./doc/common/tables/trove-common.xml13(th) #: ./doc/common/tables/trove-api.xml13(th) #: ./doc/common/tables/cinder-zadara.xml13(th) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/nova-conductor.xml13(th) #: ./doc/common/tables/ironic-auth_token.xml13(th) #: ./doc/common/tables/swift-object-server-app-object-server.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml15(th) #: ./doc/common/tables/nova-livemigration.xml13(th) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml15(th) #: ./doc/common/tables/heat-rabbitmq.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml15(th) #: ./doc/common/tables/keystone-amqp.xml13(th) #: ./doc/common/tables/keystone-rpc.xml13(th) #: ./doc/common/tables/swift-object-server-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-zones.xml13(th) #: ./doc/common/tables/ironic-keystone.xml13(th) #: ./doc/common/tables/cinder-scality.xml13(th) #: ./doc/common/tables/cinder-amqp.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml15(th) #: ./doc/common/tables/neutron-agent.xml13(th) #: ./doc/common/tables/cinder-emc.xml13(th) #: ./doc/common/tables/cinder-vmware.xml13(th) #: ./doc/common/tables/ceilometer-zeromq.xml13(th) #: ./doc/common/tables/neutron-ml2_flat.xml13(th) #: ./doc/common/tables/heat-metadata_api.xml13(th) #: ./doc/common/tables/trove-rabbitmq.xml13(th) #: ./doc/common/tables/ironic-glance.xml13(th) #: ./doc/common/tables/nova-upgrade_levels.xml13(th) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml13(th) #: ./doc/common/tables/neutron-ml2_ofa.xml13(th) #: ./doc/common/tables/nova-barbican.xml13(th) #: ./doc/common/tables/glance-api.xml13(th) #: ./doc/common/tables/heat-waitcondition_api.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml15(th) #: ./doc/common/tables/swift-rsyncd-container.xml15(th) #: ./doc/common/tables/cinder-storwize.xml13(th) #: ./doc/common/tables/cinder-hplefthand.xml13(th) #: ./doc/common/tables/ironic-ilo.xml13(th) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml15(th) #: ./doc/common/tables/sahara-auth_token.xml13(th) #: ./doc/common/tables/neutron-ipv6_ra.xml13(th) #: ./doc/common/tables/glance-s3.xml13(th) #: ./doc/common/tables/nova-rootwrap.xml13(th) #: ./doc/common/tables/heat-loadbalancer.xml13(th) #: ./doc/common/tables/ceilometer-api.xml13(th) #: ./doc/common/tables/ceilometer-exchange.xml13(th) #: ./doc/common/tables/cinder-lvm.xml13(th) #: ./doc/common/tables/trove-dns.xml13(th) #: ./doc/common/tables/sahara-amqp.xml13(th) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml15(th) #: ./doc/common/tables/nova-cells.xml13(th) #: ./doc/common/tables/trove-volume.xml13(th) #: ./doc/common/tables/heat-auth_token.xml13(th) #: ./doc/common/tables/neutron-quotas.xml13(th) #: ./doc/common/tables/nova-auth_token.xml13(th) #: ./doc/common/tables/cinder-storage_nfs.xml13(th) #: ./doc/common/tables/cinder-quobyte.xml13(th) #: ./doc/common/tables/cinder-hds-hnas.xml13(th) #: ./doc/common/tables/heat-api.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml15(th) #: ./doc/common/tables/heat-clients_ceilometer.xml13(th) #: ./doc/common/tables/neutron-ryu.xml13(th) #: ./doc/common/tables/glance-logging.xml13(th) #: ./doc/common/tables/swift-rsyncd-account.xml15(th) #: ./doc/common/tables/neutron-metering_agent.xml13(th) #: ./doc/common/tables/neutron-zeromq.xml13(th) #: ./doc/common/tables/heat-clients_glance.xml13(th) #: ./doc/common/tables/cinder-storage_glusterfs.xml13(th) #: ./doc/common/tables/cinder-common.xml13(th) #: ./doc/common/tables/glance-swift.xml13(th) #: ./doc/common/tables/trove-quota.xml13(th) #: ./doc/common/tables/trove-clients.xml13(th) #: ./doc/common/tables/cinder-auth_token.xml13(th) #: ./doc/common/tables/ceilometer-alarm.xml13(th) #: ./doc/common/tables/sahara-clients.xml13(th) #: ./doc/common/tables/ironic-compute.xml13(th) #: ./doc/common/tables/ceilometer-events.xml13(th) #: ./doc/common/tables/heat-testing.xml13(th) #: ./doc/common/tables/ironic-qpid.xml13(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml13(th) #: ./doc/common/tables/cinder-xiv.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml15(th) #: ./doc/common/tables/neutron-sriov.xml13(th) #: ./doc/common/tables/ironic-ssh.xml13(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml13(th) #: ./doc/common/tables/nova-glance.xml13(th) #: ./doc/common/tables/neutron-database.xml13(th) #: ./doc/common/tables/keystone-auth_token.xml13(th) #: ./doc/common/tables/nova-s3.xml13(th) #: ./doc/common/tables/nova-serial_console.xml13(th) #: ./doc/common/tables/ironic-api.xml13(th) #: ./doc/common/tables/nova-pci.xml13(th) #: ./doc/common/tables/swift-account-server-filter-recon.xml15(th) #: ./doc/common/tables/ceilometer-magnetodb.xml13(th) #: ./doc/common/tables/heat-clients_cinder.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml15(th) #: ./doc/common/tables/sahara-testing.xml13(th) #: ./doc/common/tables/keystone-revoke.xml13(th) #: ./doc/common/tables/sahara-common.xml13(th) #: ./doc/common/tables/cinder-api.xml13(th) #: ./doc/common/tables/ceilometer-rootwrap.xml13(th) #: ./doc/common/tables/ironic-virtualbox.xml13(th) #: ./doc/common/tables/keystone-saml.xml13(th) #: ./doc/common/tables/trove-db_couchbase.xml13(th) #: ./doc/common/tables/heat-clients_trove.xml13(th) #: ./doc/common/tables/swift-account-server-account-replicator.xml15(th) #: ./doc/common/tables/ironic-scheduler.xml13(th) #: ./doc/common/tables/trove-testing.xml13(th) #: ./doc/common/tables/neutron-plumgrid.xml13(th) #: ./doc/common/tables/trove-heat.xml13(th) #: ./doc/common/tables/glance-sheepdog.xml13(th) #: ./doc/common/tables/ironic-upgrades.xml13(th) #: ./doc/common/tables/keystone-mapping.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml15(th) #: ./doc/common/tables/cinder-zfssa-nfs.xml13(th) #: ./doc/common/tables/cinder-windows.xml13(th) #: ./doc/common/tables/cinder-san-solaris.xml13(th) #: ./doc/common/tables/neutron-nuage.xml13(th) #: ./doc/common/tables/keystone-rabbitmq.xml13(th) #: ./doc/common/tables/keystone-zeromq.xml13(th) #: ./doc/common/tables/ceilometer-notification.xml13(th) #: ./doc/common/tables/glance-zeromq.xml13(th) #: ./doc/common/tables/ironic-database.xml13(th) #: ./doc/common/tables/neutron-bigswitch.xml13(th) #: ./doc/common/tables/neutron-cfg_agent.xml13(th) #: ./doc/common/tables/ceilometer-rpc.xml13(th) #: ./doc/common/tables/cinder-redis.xml13(th) #: ./doc/common/tables/swift-container-server-container-updater.xml15(th) #: ./doc/common/tables/ironic-ipmi.xml13(th) #: ./doc/common/tables/trove-db_mongodb.xml13(th) #: ./doc/common/tables/ironic-snmp.xml13(th) #: ./doc/common/tables/swift-object-server-object-replicator.xml15(th) #: ./doc/common/tables/glance-filesystem.xml13(th) #: ./doc/common/tables/trove-rpc.xml13(th) #: ./doc/common/tables/ceilometer-swift.xml13(th) #: ./doc/common/tables/trove-backup.xml13(th) #: ./doc/common/tables/glance-debug.xml13(th) #: ./doc/common/tables/nova-network.xml13(th) #: ./doc/common/tables/glance-redis.xml13(th) #: ./doc/common/tables/cinder-smbfs.xml13(th) #: ./doc/common/tables/cinder-prophetstor_dpl.xml13(th) #: ./doc/common/tables/nova-ca.xml13(th) #: ./doc/common/tables/neutron-l3_arista.xml13(th) #: ./doc/common/tables/neutron-dhcp_agent.xml13(th) #: ./doc/common/tables/ceilometer-collector.xml13(th) #: ./doc/common/tables/cinder-hds-hus.xml13(th) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml13(th) #: ./doc/common/tables/swift-swift-swift-hash.xml15(th) #: ./doc/common/tables/neutron-ml2_gre.xml13(th) #: ./doc/common/tables/neutron-varmour.xml13(th) #: ./doc/common/tables/heat-debug.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml15(th) #: ./doc/common/tables/trove-guestagent.xml13(th) #: ./doc/common/tables/ironic-irmc.xml13(th) #: ./doc/common/tables/nova-qpid.xml13(th) #: ./doc/common/tables/sahara-rpc.xml13(th) #: ./doc/common/tables/neutron-lbaas_radware.xml13(th) #: ./doc/common/tables/neutron-ml2_sriov.xml13(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml13(th) #: ./doc/common/tables/cinder-ibmnas.xml13(th) #: ./doc/common/tables/glance-amqp.xml13(th) #: ./doc/common/tables/neutron-embrane_lb.xml13(th) #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml13(th) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml15(th) #: ./doc/common/tables/sahara-logging.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml15(th) #: ./doc/common/tables/neutron-testing.xml13(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml15(th) #: ./doc/common/tables/swift-memcache-memcache.xml15(th) #: ./doc/common/tables/neutron-ca.xml13(th) #: ./doc/common/tables/ceilometer-debug.xml13(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml15(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml15(th) #: ./doc/common/tables/trove-compute.xml13(th) #: ./doc/common/tables/ironic-policy.xml13(th) #: ./doc/common/tables/sahara-rabbitmq.xml13(th) #: ./doc/common/tables/ironic-rootwrap.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml15(th) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml15(th) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml15(th) #: ./doc/common/tables/trove-db_redis.xml13(th) #: ./doc/common/tables/cinder-rpc.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml15(th) #: ./doc/common/tables/cinder-hpmsa.xml13(th) #: ./doc/common/tables/nova-apiv3.xml13(th) #: ./doc/common/tables/keystone-oauth.xml13(th) #: ./doc/common/tables/cinder-storage_gpfs.xml13(th) #: ./doc/common/tables/neutron-ml2_vlan.xml13(th) #: ./doc/common/tables/cinder-storpool.xml13(th) #: ./doc/common/tables/swift-object-server-object-auditor.xml15(th) #: ./doc/common/tables/trove-zeromq.xml13(th) #: ./doc/common/tables/neutron-lbaas.xml13(th) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml15(th) #: ./doc/common/tables/cinder-backups_swift.xml13(th) #: ./doc/common/tables/trove-database.xml13(th) #: ./doc/common/tables/ironic-common.xml13(th) #: ./doc/common/tables/swift-container-server-app-container-server.xml15(th) #: ./doc/common/tables/nova-authentication.xml13(th) #: ./doc/common/tables/neutron-nvsd.xml13(th) #: ./doc/common/tables/ceilometer-compute.xml13(th) #: ./doc/common/tables/cinder-ca.xml13(th) #: ./doc/common/tables/swift-account-server-pipeline-main.xml15(th) #: ./doc/common/tables/ironic-zeromq.xml13(th) #: ./doc/common/tables/glance-gridfs.xml13(th) #: ./doc/common/tables/neutron-hyperv_agent.xml13(th) #: ./doc/common/tables/ceilometer-tripleo.xml13(th) #: ./doc/common/tables/keystone-federation.xml13(th) #: ./doc/common/tables/glance-taskflow.xml13(th) #: ./doc/common/tables/ceilometer-service_types.xml13(th) #: ./doc/common/tables/cinder-eqlx.xml13(th) #: ./doc/common/tables/heat-redis.xml13(th) #: ./doc/common/tables/nova-ec2.xml13(th) #: ./doc/common/tables/keystone-credential.xml13(th) #: ./doc/common/tables/cinder-block-device.xml13(th) #: ./doc/common/tables/ironic-conductor.xml13(th) #: ./doc/common/tables/ironic-testing.xml13(th) #: ./doc/common/tables/neutron-metadata.xml13(th) #: ./doc/common/tables/neutron-lbaas_netscaler.xml13(th) #: ./doc/common/tables/nova-fping.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml15(th) #: ./doc/common/tables/ironic-auth.xml13(th) #: ./doc/common/tables/trove-cluster.xml13(th) #: ./doc/common/tables/swift-container-server-container-replicator.xml15(th) #: ./doc/common/tables/neutron-debug.xml13(th) #: ./doc/common/tables/sahara-qpid.xml13(th) #: ./doc/common/tables/neutron-ml2_ncs.xml13(th) #: ./doc/common/tables/neutron-ml2_arista.xml13(th) #: ./doc/common/tables/nova-trustedcomputing.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml15(th) #: ./doc/common/tables/nova-amqp.xml13(th) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml15(th) #: ./doc/common/tables/neutron-compute.xml13(th) #: ./doc/common/tables/glance-imagecache.xml13(th) #: ./doc/common/tables/neutron-ml2_brocade.xml13(th) #: ./doc/common/tables/swift-account-server-account-auditor.xml15(th) #: ./doc/common/tables/cinder-nas.xml13(th) #: ./doc/common/tables/ironic-cells.xml13(th) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml13(th) #: ./doc/common/tables/heat-clients_swift.xml13(th) #: ./doc/common/tables/keystone-logging.xml13(th) #: ./doc/common/tables/neutron-brocade.xml13(th) #: ./doc/common/tables/neutron-ml2_odl.xml13(th) #: ./doc/common/tables/swift-object-server-filter-recon.xml15(th) #: ./doc/common/tables/heat-rpc.xml13(th) #: ./doc/common/tables/trove-taskmanager.xml13(th) #: ./doc/common/tables/heat-cloudwatch_api.xml13(th) #: ./doc/common/tables/cinder-images.xml13(th) #: ./doc/common/tables/cinder-huawei.xml13(th) #: ./doc/common/tables/nova-console.xml13(th) #: ./doc/common/tables/cinder-profiler.xml13(th) #: ./doc/common/tables/neutron-fwaas.xml13(th) #: ./doc/common/tables/cinder-nexenta_nfs.xml13(th) #: ./doc/common/tables/nova-database.xml13(th) #: ./doc/common/tables/nova-quota.xml13(th) #: ./doc/common/tables/heat-logging.xml13(th) #: ./doc/common/tables/ironic-pxe.xml13(th) #: ./doc/common/tables/trove-redis.xml13(th) #: ./doc/common/tables/keystone-stats.xml13(th) #: ./doc/common/tables/heat-crypt.xml13(th) #: ./doc/common/tables/neutron-midonet.xml13(th) #: ./doc/common/tables/cinder-coraid.xml13(th) #: ./doc/common/tables/cinder-compute.xml13(th) #: ./doc/common/tables/ironic-debug.xml13(th) #: ./doc/common/tables/ironic-console.xml13(th) #: ./doc/common/tables/swift-rsyncd-object.xml15(th) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml15(th) #: ./doc/common/tables/ironic-logging.xml13(th) #: ./doc/common/tables/nova-baremetal.xml13(th) #: ./doc/common/tables/neutron-qpid.xml13(th) #: ./doc/common/tables/nova-rpc.xml13(th) #: ./doc/common/tables/cinder-zoning_manager_cisco.xml13(th) #: ./doc/common/tables/cinder-backups_tsm.xml13(th) #: ./doc/common/tables/cinder-san.xml13(th) #: ./doc/common/tables/nova-logging.xml13(th) #: ./doc/common/tables/ceilometer-alarms.xml13(th) #: ./doc/common/tables/neutron-nec.xml13(th) #: ./doc/common/tables/keystone-security.xml13(th) #: ./doc/common/tables/heat-clients_neutron.xml13(th) #: ./doc/common/tables/nova-api.xml13(th) #: ./doc/common/tables/neutron-opencontrail.xml13(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml13(th) #: ./doc/common/tables/sahara-domain.xml13(th) #: ./doc/common/tables/trove-auth_token.xml13(th) #: ./doc/common/tables/keystone-trust.xml13(th) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml15(th) #: ./doc/common/tables/glance-cinder.xml13(th) #: ./doc/common/tables/swift-object-server-object-updater.xml15(th) #: ./doc/common/tables/glance-common.xml13(th) #: ./doc/common/tables/neutron-ml2_vxlan.xml13(th) #: ./doc/common/tables/swift-dispersion-dispersion.xml15(th) #: ./doc/common/tables/swift-account-server-DEFAULT.xml15(th) #: ./doc/common/tables/ironic-amt.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml15(th) #: ./doc/common/tables/trove-nova.xml13(th) #: ./doc/common/tables/neutron-meta.xml13(th) #: ./doc/common/tables/neutron-rabbitmq.xml13(th) #: ./doc/common/tables/keystone-ec2.xml13(th) #: ./doc/common/tables/heat-clients_keystone.xml13(th) #: ./doc/common/tables/ceilometer-testing.xml13(th) #: ./doc/common/tables/neutron-api.xml13(th) #: ./doc/common/tables/trove-logging.xml13(th) #: ./doc/common/tables/keystone-kvs.xml13(th) #: ./doc/common/tables/keystone-redis.xml13(th) #: ./doc/common/tables/nova-xvpnvncproxy.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml15(th) #: ./doc/common/tables/swift-account-server-account-reaper.xml15(th) #: ./doc/common/tables/nova-hyperv.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml15(th) #: ./doc/common/tables/heat-clients_backends.xml13(th) #: ./doc/common/tables/glance-testing.xml13(th) #: ./doc/common/tables/neutron-common.xml13(th) #: ./doc/common/tables/nova-hypervisor.xml13(th) #: ./doc/common/tables/cinder-openvstorage.xml13(th) #: ./doc/common/tables/keystone-qpid.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml15(th) #: ./doc/common/tables/ironic-deploy.xml13(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml15(th) #: ./doc/common/tables/keystone-cache.xml13(th) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml13(th) #: ./doc/common/tables/nova-configdrive.xml13(th) #: ./doc/common/tables/keystone-token.xml13(th) #: ./doc/common/tables/ceilometer-qpid.xml13(th) #: ./doc/common/tables/cinder-datera.xml13(th) #: ./doc/common/tables/ceilometer-ipmi.xml13(th) #: ./doc/common/tables/ironic-ssl.xml13(th) #: ./doc/common/tables/cinder-drbd.xml13(th) #: ./doc/common/tables/heat-database.xml13(th) #: ./doc/common/tables/ceilometer-rabbitmq.xml13(th) #: ./doc/common/tables/neutron-ml2.xml13(th) #: ./doc/common/tables/keystone-database.xml13(th) #: ./doc/common/tables/glance-profiler.xml13(th) #: ./doc/common/tables/keystone-memcache.xml13(th) #: ./doc/common/tables/trove-debug.xml13(th) #: ./doc/common/tables/trove-swift.xml13(th) #: ./doc/common/tables/nova-tilera.xml13(th) #: ./doc/common/tables/nova-libvirt.xml13(th) #: ./doc/common/tables/trove-upgrades.xml13(th) #: ./doc/common/tables/neutron-mlnx.xml13(th) #: ./doc/common/tables/cinder-zoning_manager.xml13(th) #: ./doc/common/tables/ceilometer-amqp.xml13(th) #: ./doc/common/tables/ceilometer-glance.xml13(th) #: ./doc/common/tables/ironic-dhcp.xml13(th) #: ./doc/common/tables/neutron-securitygroups.xml13(th) #: ./doc/common/tables/keystone-debug.xml13(th) #: ./doc/common/tables/nova-debug.xml13(th) #: ./doc/common/tables/cinder-rootwrap.xml13(th) #: ./doc/common/tables/cinder-nexenta_iscsi.xml13(th) msgid "Description" msgstr "描述" #: ./doc/common/section_cli_nova_quotas.xml30(systemitem) msgid "cores" msgstr "核" #: ./doc/common/section_cli_nova_quotas.xml34(para) msgid "Number of instance cores (VCPUs) allowed per tenant." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml42(systemitem) msgid "fixed-ips" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml46(para) msgid "" "Number of fixed IP addresses allowed per tenant. This number must be equal " "to or greater than the number of allowed instances." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml56(systemitem) msgid "floating-ips" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml60(para) msgid "Number of floating IP addresses allowed per tenant." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml68(systemitem) msgid "injected-file-content-bytes" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml72(para) msgid "Number of content bytes allowed per injected file." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml80(systemitem) msgid "injected-file-path-bytes" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml84(para) msgid "Length of injected file path." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml92(systemitem) msgid "injected-files" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml96(para) msgid "Number of injected files allowed per tenant." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml105(systemitem) msgid "instances" msgstr "实例" #: ./doc/common/section_cli_nova_quotas.xml109(para) msgid "Number of instances allowed per tenant." msgstr "每租户允许的实例数量" #: ./doc/common/section_cli_nova_quotas.xml117(systemitem) msgid "key-pairs" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml121(para) msgid "Number of key pairs allowed per user." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml129(systemitem) msgid "metadata-items" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml133(para) msgid "Number of metadata items allowed per instance." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml141(systemitem) msgid "ram" msgstr "内存" #: ./doc/common/section_cli_nova_quotas.xml145(para) msgid "Megabytes of instance ram allowed per tenant." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml153(systemitem) msgid "security-groups" msgstr "安全组" #: ./doc/common/section_cli_nova_quotas.xml157(para) msgid "Number of security groups per tenant." msgstr "每个租户的安全组数量" #: ./doc/common/section_cli_nova_quotas.xml165(systemitem) msgid "security-group-rules" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml169(para) msgid "Number of rules per security group." msgstr "" #: ./doc/common/section_cli_nova_quotas.xml178(title) msgid "View and update Compute quotas for a tenant (project)" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml180(title) msgid "To view and update default quota values" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml182(para) msgid "List all default quotas for all tenants, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml184(para) #: ./doc/common/section_cli_nova_quotas.xml208(para) #: ./doc/common/section_cli_nova_quotas.xml222(para) #: ./doc/common/section_cli_nova_quotas.xml250(para) #: ./doc/common/section_cli_nova_quotas.xml293(para) #: ./doc/common/section_cli_nova_quotas.xml325(para) #: ./doc/common/section_objectstorage-ringbuilder.xml83(para) #: ./doc/common/section_keystone_certificates-for-pki.xml195(para) #: ./doc/common/section_cli_nova_boot_from_volume.xml188(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml335(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml379(para) msgid "For example:" msgstr "例如:" #: ./doc/common/section_cli_nova_quotas.xml205(para) msgid "Update a default value for a new tenant, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml207(replaceable) msgid "key" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml207(replaceable) msgid "value" msgstr "值" #: ./doc/common/section_cli_nova_quotas.xml214(title) msgid "To view quota values for an existing tenant (project)" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml215(para) msgid "Place the tenant ID in a usable variable, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml216(replaceable) #: ./doc/common/section_cli_nova_quotas.xml245(replaceable) #: ./doc/common/section_cli_nova_quotas.xml287(replaceable) #: ./doc/common/section_cli_nova_quotas.xml357(replaceable) msgid "tenantName" msgstr "租户名称" #: ./doc/common/section_cli_nova_quotas.xml219(para) msgid "List the currently set quota values for a tenant, as follows:" msgstr "如下列出当前租户的配额值:" #: ./doc/common/section_cli_nova_quotas.xml243(title) msgid "To update quota values for an existing tenant (project)" msgstr "为现有的租户(项目)更新配额值" #: ./doc/common/section_cli_nova_quotas.xml244(para) msgid "Obtain the tenant ID, as follows:" msgstr "获取租户ID如下:" #: ./doc/common/section_cli_nova_quotas.xml248(para) #: ./doc/common/section_cli_nova_quotas.xml323(para) msgid "Update a particular quota value, as follows:" msgstr "如下更新特别的配额值:" #: ./doc/common/section_cli_nova_quotas.xml249(replaceable) #: ./doc/common/section_cli_nova_quotas.xml324(replaceable) msgid "quotaName" msgstr "配额名称" #: ./doc/common/section_cli_nova_quotas.xml249(replaceable) #: ./doc/common/section_cli_nova_quotas.xml324(replaceable) msgid "quotaValue" msgstr "配额值" #: ./doc/common/section_cli_nova_quotas.xml249(replaceable) msgid "tenantID" msgstr "租户ID" #: ./doc/common/section_cli_nova_quotas.xml271(para) #: ./doc/common/section_cli_nova_quotas.xml346(para) msgid "To view a list of options for the command, run:" msgstr "查看命令所有属性 , 运行:" #: ./doc/common/section_cli_nova_quotas.xml279(title) msgid "View and update Compute quotas for a tenant user" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml281(title) msgid "To view quota values for a tenant user" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml282(para) #: ./doc/common/section_cli_nova_quotas.xml316(para) msgid "Place the user ID in a usable variable, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml283(replaceable) #: ./doc/common/section_cli_nova_quotas.xml317(replaceable) #: ./doc/common/section_cli_nova_quotas.xml320(replaceable) msgid "userName" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml286(para) #: ./doc/common/section_cli_nova_quotas.xml319(para) msgid "Place the user's tenant ID in a usable variable, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml290(para) msgid "List the currently set quota values for a tenant user, as follows:" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml315(title) msgid "To update quota values for a tenant user" msgstr "" #: ./doc/common/section_cli_nova_quotas.xml353(title) msgid "To display the current quota usage for a tenant user" msgstr "显示租户用户的当前配额使用量" #: ./doc/common/section_cli_nova_quotas.xml355(para) msgid "" "Use to get a list of the current quota values and the " "current quota usage." msgstr "" #: ./doc/common/section_user-data.xml7(title) msgid "Configure instances at boot" msgstr "在启动时配置实例" #: ./doc/common/section_user-data.xml8(para) msgid "" "When you boot instances in an OpenStack cloud, you can use user data or " "cloud-init to automatically configure instances at boot " "time. You might want to install some packages, start services, or manage " "your instance by using a Puppet or Chef server." msgstr "" #: ./doc/common/section_user-data.xml14(title) msgid "User data" msgstr "用户数据" #: ./doc/common/section_user-data.xml15(para) msgid "" "User data is the mechanism by which a user can pass information contained in" " a local file to an instance at launch time. The typical use case is to pass" " something like a shell script or a configuration file as user data." msgstr "" #: ./doc/common/section_user-data.xml20(para) msgid "" "User data is sent using the --user-data " "/path/to/filename option when calling " ". This example creates a text file and sends its contents as" " user data to the instance:" msgstr "" #: ./doc/common/section_user-data.xml27(para) msgid "" "The instance can get user data by querying the metadata service through " "either the OpenStack metadata API or the EC2 compatibility API:" msgstr "" #: ./doc/common/section_user-data.xml35(para) msgid "" "The Compute service treats user data as a blob. While the previous example " "uses a text file, user data can be in any format." msgstr "" #: ./doc/common/section_user-data.xml39(para) msgid "For more information, see ." msgstr "" #: ./doc/common/section_user-data.xml43(package) msgid "cloud-init" msgstr "cloud-init" #: ./doc/common/section_user-data.xml44(para) msgid "" "To do something useful with the user data, you must configure the virtual " "machine image to run a service on boot that gets user data from the metadata" " service and takes some action based on the contents of the data. The " "cloud-init package does exactly this. This package is " "compatible with the Compute metadata service and the Compute configuration " "drive." msgstr "" #: ./doc/common/section_user-data.xml52(para) msgid "" "The cloud-init package supports multiple cloud providers." " You can use the same virtual machine image in different clouds without " "modification. The cloud-init package is an open source " "project and the source code is available on Launchpad. It is maintained " "by Canonical, the company that runs the Ubuntu project. All Ubuntu cloud " "images come pre-installed with cloud-init. However, " "cloud-init is not designed to be Ubuntu-specific and has " "been successfully ported to several other platforms including Fedora." msgstr "" #: ./doc/common/section_user-data.xml67(para) msgid "" "Even if you do not use user data to configure instance behavior at boot " "time, install cloud-init on images that you create " "because this package provides useful functionality. For example, the " "cloud-init package enables you to copy the public key to " "an account (the ubuntu account by default on Ubuntu " "instances, the ec2-user by default in Fedora instances)." msgstr "" #: ./doc/common/section_user-data.xml76(para) msgid "" "If you do not have cloud-init installed, you must " "manually configure your image to get the public key from the metadata " "service on boot and copy it to the appropriate account." msgstr "" #: ./doc/common/section_user-data.xml82(title) msgid "cloud-init supported formats and documentation" msgstr "" #: ./doc/common/section_user-data.xml84(para) msgid "" "Look at the cloud-initdoc/userdata.txt file the " "examples directory and the " "Ubuntu community " "documentation for details about how to use cloud-" "init. Some basic examples are provided here." msgstr "" #: ./doc/common/section_user-data.xml94(para) msgid "" "cloud-init supports several input formats for user data. " "Two commonly used formats are:" msgstr "" #: ./doc/common/section_user-data.xml99(para) msgid "Shell scripts (starts with #!)" msgstr "" #: ./doc/common/section_user-data.xml103(para) msgid "Cloud config files (starts with #cloud-config)" msgstr "" #: ./doc/common/section_user-data.xml109(title) msgid "Run a shell script on boot" msgstr "" #: ./doc/common/section_user-data.xml110(para) msgid "" "Assuming you have cloud-init installed, the simplest way " "to configure an instance on boot is to pass a shell script as user data. The" " shell file must begin with #! in order for cloud-init to recognize it as a shell script. This example shows " "a script that creates a clouduser account:" msgstr "" #: ./doc/common/section_user-data.xml119(para) msgid "" "Sending a shell script as user data has a similar effect to writing an " "/etc/rc.local script: it executes very late in the boot" " sequence as root." msgstr "" #: ./doc/common/section_user-data.xml124(title) msgid "Cloud-config format" msgstr "" #: ./doc/common/section_user-data.xml125(para) msgid "" "cloud-init supports a YAML-based config format that " "allows the user to configure a large number of options on a system. User " "data that begins with #cloud-config will be interpreted " "by cloud-init as cloud-config format." msgstr "" #: ./doc/common/section_user-data.xml133(title) msgid "Example: Set the host name" msgstr "" #: ./doc/common/section_user-data.xml134(para) msgid "" "This cloud-init user data example sets the hostname and " "the FQDN, as well as updating /etc/hosts on the " "instance:" msgstr "" #: ./doc/common/section_user-data.xml146(title) msgid "Example: Configure instances with Puppet" msgstr "" #: ./doc/common/section_user-data.xml147(para) msgid "" "This cloud-init user data example, based on doc/examples" "/cloud-config-puppet.txt, would configure the instance to contact a " "Puppet server at puppetmaster.example.org and verify its identity by using a" " certificate." msgstr "" #: ./doc/common/section_user-data.xml175(title) msgid "Example: Configure instances with Chef" msgstr "" #: ./doc/common/section_user-data.xml176(para) msgid "" "This cloud-init user data example, based on doc/examples" "/cloud-config/chef.txt and intended for use in an Ubuntu image, adds " "the Chef apt repository, installs Chef, connects to a Chef server at " "https://chefserver.example.com/organizations/myorg/, and " "installs Apache:" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_getstart_conceptual_arch.xml17(None) msgid "" "@@image: 'figures/openstack_havana_conceptual_arch.png'; " "md5=96e1d5492d4c865fc9145710bb294a91" msgstr "@@image: 'figures/openstack_havana_conceptual_arch.png'; md5=96e1d5492d4c865fc9145710bb294a91" #: ./doc/common/section_getstart_conceptual_arch.xml7(title) msgid "Conceptual architecture" msgstr "概念架构" #: ./doc/common/section_getstart_conceptual_arch.xml8(para) msgid "" "The following diagram shows the relationships among the OpenStack services:" msgstr "下面示意图解释了OpenStack服务之间的关系:" #: ./doc/common/section_getstart_conceptual_arch.xml12(title) msgid "OpenStack conceptual architecture" msgstr "OpenStack概念架构" #: ./doc/common/section_keystone-concepts-service-management.xml7(title) msgid "Service management" msgstr "服务管理" #: ./doc/common/section_keystone-concepts-service-management.xml8(para) msgid "" "The Identity Service provides identity, token, catalog, and policy services." " It consists of:" msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml13(para) msgid "" "keystone Web Server Gateway Interface (WSGI) " "service. Can be run in a WSGI-capable web server such as Apache" " httpd to provide the Identity Service. The service and administrative APIs " "are run as separate instances of the WSGI service." msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml21(para) msgid "" "Identity Service functions. Each has a pluggable back end that allows " "different ways to use the particular service. Most support standard back " "ends like LDAP or SQL." msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml27(para) msgid "" "keystone-all. Starts both the " "service and administrative APIs in a single process. Using federation with " "keystone-all is not supported. keystone-all is deprecated in favor of the " "WSGI service." msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml34(para) msgid "" "The Identity Service also maintains a user that corresponds to each service," " such as, a user named nova for the Compute service, " "and a special service tenant called service." msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml39(para) msgid "" "For information about how to create services and endpoints, see the OpenStack Admin User " "Guide." msgstr "" #: ./doc/common/section_cli_nova_images.xml7(title) msgid "Manage images with the nova client" msgstr "" #: ./doc/common/section_cli_nova_images.xml8(para) msgid "" "You can use the nova client to list images, set and delete image metadata, " "delete images, and take a snapshot of a running instance to create an image." msgstr "" #: ./doc/common/section_cli_nova_images.xml11(para) msgid "" "The safest approach is to shut down the instance before you take a snapshot." msgstr "" #: ./doc/common/section_cli_nova_images.xml13(para) #: ./doc/common/section_cli_nova_images.xml129(para) msgid "" "You cannot create a snapshot from an instance that has an attached volume. " "Detach the volume, create the image, and re-mount the volume." msgstr "" #: ./doc/common/section_cli_nova_images.xml17(title) msgid "To create an image" msgstr "" #: ./doc/common/section_cli_nova_images.xml19(para) #: ./doc/common/section_cli_nova_manage_images.xml21(para) msgid "Write any buffered data to disk." msgstr "" #: ./doc/common/section_cli_nova_images.xml20(para) msgid "" "For more information, see the Taking Snapshots in the " "OpenStack Operations Guide." msgstr "" #: ./doc/common/section_cli_nova_images.xml27(para) msgid "To create the image, list instances to get the server ID:" msgstr "" #: ./doc/common/section_cli_nova_images.xml35(para) msgid "" "In this example, the server is named myCirrosServer. Use " "this server to create a snapshot, as follows: The command " "creates a qemu snapshot and automatically uploads the image to your " "repository. Only the tenant that creates the image has access to it." msgstr "" #: ./doc/common/section_cli_nova_images.xml44(para) #: ./doc/common/section_cli_nova_manage_images.xml67(para) msgid "Get details for your image to check its status:" msgstr "" #: ./doc/common/section_cli_nova_images.xml46(replaceable) msgid "IMAGE" msgstr "" #: ./doc/common/section_cli_nova_images.xml80(para) #: ./doc/common/section_cli_nova_manage_images.xml103(para) msgid "" "The image status changes from SAVING to " "ACTIVE. Only the tenant who creates the image has access " "to it." msgstr "" #: ./doc/common/section_cli_nova_images.xml87(title) msgid "To launch an instance from your image" msgstr "" #: ./doc/common/section_cli_nova_images.xml90(para) msgid "" "To launch an instance from your image, include the image ID and flavor ID, " "as follows:" msgstr "" #: ./doc/common/section_cli_nova_images.xml126(title) #: ./doc/common/section_cli_glance_manage_images.xml413(title) msgid "Troubleshoot image creation" msgstr "" #: ./doc/common/section_cli_nova_images.xml134(para) msgid "" "Make sure the version of qemu you are using is version 0.14 or greater. " "Older versions of qemu result in an \"unknown option -s\"" " error message in the nova-compute.log." msgstr "" #: ./doc/common/section_cli_nova_images.xml141(para) #: ./doc/common/section_cli_glance_manage_images.xml423(para) msgid "" "Examine the /var/log/nova-api.log and " "/var/log/nova-compute.log log files for error messages." msgstr "" #: ./doc/common/section_dochistory.xml7(title) msgid "Document change history" msgstr "" #: ./doc/common/section_dochistory.xml9(para) msgid "This version of the guide replaces and obsoletes all earlier versions." msgstr "此版本的向导完全取代旧版本的,且所有旧版本的在此版本中不再生效。" #: ./doc/common/section_dochistory.xml11(para) msgid "The following table describes the most recent changes:" msgstr "下面表格描述的是近期的改动:" #: ./doc/common/section_cli_neutron_manage_networks.xml7(title) msgid "Create and manage networks" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml8(para) msgid "Before you run commands, set the following environment variables:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml15(title) msgid "Create networks" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml18(para) msgid "List the extensions of the system:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml34(para) msgid "Create a network:" msgstr "创建一个网络:" #: ./doc/common/section_cli_neutron_manage_networks.xml53(para) msgid "Some fields of the created network are invisible to non-admin users." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml58(para) msgid "Create a network with specified provider network type:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml77(para) msgid "" "Just as shown previously, the unknown option --provider:network-" "type is used to create a local provider " "network." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml85(title) msgid "Create subnets" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml88(para) msgid "Create a subnet:" msgstr "创建一个子网:" #: ./doc/common/section_cli_neutron_manage_networks.xml106(para) msgid "" "The command has the following positional and optional " "parameters:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml111(para) msgid "The name or ID of the network to which the subnet belongs." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml113(para) msgid "" "In this example, net1 is a positional argument that " "specifies the network name." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml118(para) msgid "The CIDR of the subnet." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml119(para) msgid "" "In this example, 192.168.2.0/24 is a positional argument " "that specifies the CIDR." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml125(para) msgid "The subnet name, which is optional." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml127(para) msgid "" "In this example, --name subnet1 specifies the name of the" " subnet." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml132(para) msgid "" "For information and examples on more advanced use of neutron's " "subnet subcommand, see the Cloud Administrator Guide." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml138(title) msgid "Create routers" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml141(para) msgid "Create a router:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml142(replaceable) msgid "router1" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml154(para) msgid "" "Take note of the unique router identifier returned, this will be required in" " subsequent steps." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml158(para) msgid "Link the router to the external provider network:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml159(replaceable) #: ./doc/common/section_cli_neutron_manage_networks.xml166(replaceable) msgid "ROUTER" msgstr "路由" #: ./doc/common/section_cli_neutron_manage_networks.xml159(replaceable) msgid "NETWORK" msgstr "网络" #: ./doc/common/section_cli_neutron_manage_networks.xml160(para) msgid "" "Replace ROUTER with the unique identifier of the " "router, replace NETWORK with the unique " "identifier of the external provider network." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml165(para) msgid "Link the router to the subnet:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml166(replaceable) msgid "SUBNET" msgstr "子网" #: ./doc/common/section_cli_neutron_manage_networks.xml167(para) msgid "" "Replace ROUTER with the unique identifier of the " "router, replace SUBNET with the unique identifier" " of the subnet." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml174(title) msgid "Create ports" msgstr "创建端口" #: ./doc/common/section_cli_neutron_manage_networks.xml177(para) msgid "Create a port with specified IP address:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml196(para) msgid "" "In the previous command, net1 is the network name, which " "is a positional argument. --fixed-ip " "ip_address=192.168.2.40 is an option, which specifies the port's " "fixed IP address we wanted." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml203(para) msgid "" "When creating a port, you can specify any unallocated IP in the subnet even " "if the address is not in a pre-defined pool of allocated IP addresses (set " "by your cloud provider)." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml210(para) msgid "Create a port without specified IP address:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml231(para) msgid "" "Note that the system allocates one IP address if you do not specify an IP " "address in the command." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml236(para) msgid "Query ports with specified fixed IP addresses:" msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml245(para) msgid "" "--fixed-ips ip_address=192.168.2.2 " "ip_address=192.168.2.40 is one unknown option." msgstr "" #: ./doc/common/section_cli_neutron_manage_networks.xml248(para) msgid "" "How to find unknown options? The unknown " "options can be easily found by watching the output of " "create_xxx or show_xxx command. For " "example, in the port creation command, we see the fixed_ips fields, which " "can be used as an unknown option." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-arch.xml23(None) msgid "" "@@image: '../common/figures/objectstorage-arch.png'; " "md5=90f6c7cf3947d7987eeb55d657cdc927" msgstr "@@image: '../common/figures/objectstorage-arch.png'; md5=90f6c7cf3947d7987eeb55d657cdc927" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-arch.xml60(None) msgid "" "@@image: '../common/figures/objectstorage-nodes.png'; " "md5=2aa7eb3bddcf6826f33469920dc2a9c3" msgstr "@@image: '../common/figures/objectstorage-nodes.png'; md5=2aa7eb3bddcf6826f33469920dc2a9c3" #: ./doc/common/section_objectstorage-arch.xml11(title) msgid "Cluster architecture" msgstr "" #: ./doc/common/section_objectstorage-arch.xml13(title) msgid "Access tier" msgstr "" #: ./doc/common/section_objectstorage-arch.xml14(para) msgid "" "Large-scale deployments segment off an access tier, which is considered the " "Object Storage system's central hub. The access tier fields the incoming API" " requests from clients and moves data in and out of the system. This tier " "consists of front-end load balancers, ssl-terminators, and authentication " "services. It runs the (distributed) brain of the Object Storage system: the " "proxy server processes." msgstr "" #: ./doc/common/section_objectstorage-arch.xml20(title) msgid "Object Storage architecture" msgstr "" #: ./doc/common/section_objectstorage-arch.xml27(para) msgid "" "Because access servers are collocated in their own tier, you can scale out " "read/write access regardless of the storage capacity. For example, if a " "cluster is on the public Internet, requires SSL termination, and has a high " "demand for data access, you can provision many access servers. However, if " "the cluster is on a private network and used primarily for archival " "purposes, you need fewer access servers." msgstr "" #: ./doc/common/section_objectstorage-arch.xml32(para) msgid "" "Since this is an HTTP addressable storage service, you may incorporate a " "load balancer into the access tier." msgstr "" #: ./doc/common/section_objectstorage-arch.xml34(para) msgid "" "Typically, the tier consists of a collection of 1U servers. These machines " "use a moderate amount of RAM and are network I/O intensive. Since these " "systems field each incoming API request, you should provision them with two " "high-throughput (10GbE) interfaces - one for the incoming \"front-end\" " "requests and the other for the \"back-end\" access to the object storage " "nodes to put and fetch data." msgstr "" #: ./doc/common/section_objectstorage-arch.xml40(title) #: ./doc/common/section_objectstorage-arch.xml69(title) msgid "Factors to consider" msgstr "" #: ./doc/common/section_objectstorage-arch.xml41(para) msgid "" "For most publicly facing deployments as well as private deployments " "available across a wide-reaching corporate network, you use SSL to encrypt " "traffic to the client. SSL adds significant processing load to establish " "sessions between clients, which is why you have to provision more capacity " "in the access layer. SSL may not be required for private deployments on " "trusted networks." msgstr "" #: ./doc/common/section_objectstorage-arch.xml49(title) msgid "Storage nodes" msgstr "" #: ./doc/common/section_objectstorage-arch.xml50(para) msgid "" "In most configurations, each of the five zones should have an equal amount " "of storage capacity. Storage nodes use a reasonable amount of memory and " "CPU. Metadata needs to be readily available to return objects quickly. The " "object stores run services not only to field incoming requests from the " "access tier, but to also run replicators, auditors, and reapers. You can " "provision object stores provisioned with single gigabit or 10 gigabit " "network interface depending on the expected workload and desired " "performance." msgstr "" #: ./doc/common/section_objectstorage-arch.xml57(title) #: ./doc/common/section_objectstorage-characteristics.xml46(title) #: ./doc/common/section_storage-concepts.xml22(td) msgid "Object Storage (swift)" msgstr "" #: ./doc/common/section_objectstorage-arch.xml64(para) msgid "" "Currently, a 2TB or 3TB SATA disk delivers good performance for the price. " "You can use desktop-grade drives if you have responsive remote hands in the " "datacenter and enterprise-grade drives if you don't." msgstr "" #: ./doc/common/section_objectstorage-arch.xml70(para) msgid "" "You should keep in mind the desired I/O performance for single-threaded " "requests . This system does not use RAID, so a single disk handles each " "request for an object. Disk performance impacts single-threaded response " "rates." msgstr "" #: ./doc/common/section_objectstorage-arch.xml73(para) msgid "" "To achieve apparent higher throughput, the object storage system is designed" " to handle concurrent uploads/downloads. The network I/O capacity (1GbE, " "bonded 1GbE pair, or 10GbE) should match your desired concurrent throughput " "needs for reads and writes." msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml7(title) msgid "keystone command-line client example usage" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml8(para) msgid "" "Before you can use keystone client commands, you must download and source an" " OpenStack RC file. For information, see the OpenStack Admin User" " Guide." msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml11(para) msgid "The keystone command-line client uses the following syntax:" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml13(replaceable) msgid "PARAMETER" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml13(replaceable) msgid "COMMAND" msgstr "命令" #: ./doc/common/section_cli_keystone_example_usage.xml13(replaceable) msgid "ARGUMENT" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml14(para) msgid "" "For example, you can run the and commands," " as follows:" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml23(replaceable) #: ./doc/common/section_cli_keystone_example_usage.xml24(replaceable) msgid "token" msgstr "token" #: ./doc/common/section_cli_keystone_example_usage.xml23(replaceable) #: ./doc/common/section_cli_keystone_example_usage.xml24(replaceable) msgid "endpoint" msgstr "" #: ./doc/common/section_cli_keystone_example_usage.xml32(replaceable) msgid "id" msgstr "id" #: ./doc/common/section_cli_keystone_example_usage.xml35(para) msgid "" "For information about using the keystone client commands to create and " "manage users, roles, and projects, see the OpenStack Admin User " "Guide." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml7(title) msgid "Troubleshoot the Identity service" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml8(para) msgid "" "To troubleshoot the Identity service, review the logs in the " "/var/log/keystone/keystone.log file." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml11(para) msgid "" "Use the /etc/keystone/logging.conf file to configure " "the location of log files." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml14(para) msgid "" "The logs show the components that have come in to the WSGI request, and " "ideally show an error that explains why an authorization request failed. If " "you do not see the request in the logs, run keystone with " "--debug parameter. Pass the " "--debug parameter before the command parameters." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml21(title) msgid "Debug PKI middleware" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml22(para) msgid "" "If you receive an Invalid OpenStack Identity Credentials " "message when you talk to an OpenStack service, it might be caused by the " "changeover from UUID tokens to PKI tokens in the Grizzly release. Learn how " "to troubleshoot this error." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml27(para) msgid "" "The PKI-based token validation scheme relies on certificates from Identity " "that are fetched through HTTP and stored in a local directory. The location " "for this directory is specified by the signing_dir " "configuration option. In your services configuration file, look for a " "section like this:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml36(replaceable) #: ./doc/common/section_identity-troubleshooting.xml37(replaceable) #: ./doc/common/section_config_format.xml30(replaceable) msgid "controller" msgstr "控制器" #: ./doc/common/section_identity-troubleshooting.xml40(para) msgid "" "If your service lacks this stanza, the keystoneclient/middleware/auth_token.py" " file specifies the defaults. If no value is specified for this directory, " "it defaults" " to a secure temporary directory. Initialization code for the service" " checks that the directory exists and is writable. If it does not exist, the" " code tries to create it. If this fails, the service fails to start. " "However, it often succeeds but problems occur later." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml52(para) msgid "" "The first thing to check is that the signing_dir does, in" " fact, exist. If it does, check for the presence of the certificate files " "inside there:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml63(para) msgid "" "This directory contains two certificates and the token revocation list. If " "these files are not present, your service cannot fetch them from Identity. " "To troubleshoot, try to talk to Identity to make sure it correctly serves " "files, as follows:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml69(para) msgid "This command fetches the signing certificate:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml80(para) msgid "Note the expiration dates of the certificate:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml83(para) msgid "" "The token revocation list is updated once a minute, but the certificates are" " not. One possible problem is that the certificates are the wrong files or " "garbage. You can remove these files and run another command against your " "server: They are fetched on demand." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml88(para) msgid "" "The Identity service log should show the access of the certificate files. " "You might have to turn up your logging levels. Set debug = " "True and verbose = True in your Identity " "configuration file and restart the Identity server." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml97(para) msgid "" "If the files do not appear in your directory after this, it is likely one of" " the following issues:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml101(para) msgid "" "Your service is configured incorrectly and cannot talk to Identity. Check " "the auth_port and auth_host values and" " make sure that you can talk to that service through cURL, as shown " "previously." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml109(para) msgid "" "Your signing directory is not writable. Use the command to " "change its permissions so that the service (POSIX) user can write to it. " "Verify the change through and commands." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml117(para) msgid "The SELinux policy is denying access to the directory." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml121(para) msgid "" "SELinux troubles often occur when you use Fedora/RHEL-based packages and you" " choose configuration options that do not match the standard policy. Run the" " command. If that makes a difference, you should relabel " "the directory. If you are using a sub-directory of the " "/var/cache/ directory, run the following command:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml130(para) msgid "" "If you are not using a /var/cache sub-directory, you " "should. Modify the signing_dir configuration option for " "your service and restart." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml134(para) msgid "" "Set back to setenforce enforcing to confirm that your " "changes solve the problem." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml136(para) msgid "" "If your certificates are fetched on demand, the PKI validation is working " "properly. Most likely, the token from Identity is not valid for the " "operation you are attempting to perform, and your user needs a different " "role for the operation." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml143(title) msgid "Debug signing key file errors" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml144(para) msgid "" "If an error occurs when the signing key file opens, it is possible that the " "person who ran the command to generate certificates and " "keys did not use the correct user. When you run the " "command, Identity generates a set of certificates and keys in " "/etc/keystone/ssl*, which is owned by root:root." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml153(para) msgid "" "This can present a problem when you run the Identity daemon under the " "keystone user account (nologin) when you try to run PKI. Unless you run the " " command against the files keystone:keystone or run the " " command with the --keystone-user and" " --keystone-group parameters, you get an error, as " "follows:" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml171(title) msgid "Flush expired tokens from the token database table" msgstr "" #: ./doc/common/section_identity-troubleshooting.xml173(para) msgid "" "As you generate tokens, the token database table on the Identity server " "grows. To clear the token table, an administrative user must run the " " command to flush the tokens. When you flush tokens, expired" " tokens are deleted and traceability is eliminated." msgstr "" #: ./doc/common/section_identity-troubleshooting.xml179(para) msgid "" "Use to schedule this command to run frequently based on " "your workload. For large workloads, running it every minute is recommended." msgstr "" #: ./doc/common/section_getstart_trove.xml7(title) msgid "Database service overview" msgstr "数据库服务概览" #: ./doc/common/section_getstart_trove.xml8(para) msgid "" "The Database service provides scalable and reliable cloud provisioning " "functionality for both relational and non-relational database engines. Users" " can quickly and easily use database features without the burden of handling" " complex administrative tasks. Cloud users and database administrators can " "provision and manage multiple database instances as needed." msgstr "数据库服务提供可扩展性和可靠的云部署关系型和非关系性数据库引擎的功能。用户可以快速和轻松使用数据库的特性而无须掌控复杂的管理任务,云用户和数据库管理员可以按需部署和管理多个数据库实例。" #: ./doc/common/section_getstart_trove.xml14(para) msgid "" "The Database service provides resource isolation at high performance levels," " and automates complex administrative tasks such as deployment, " "configuration, patching, backups, restores, and monitoring." msgstr "数据库服务在高性能层次上提供了资源的隔离,以及自动化了复杂的管理任务,诸如部署、配置、打补丁、备份、恢复以及监控。" #: ./doc/common/section_getstart_trove.xml18(title) msgid "Process flow example" msgstr "流程实例" #: ./doc/common/section_getstart_trove.xml19(para) msgid "This example is a high-level process flow for using Database services:" msgstr "此例子是一个为使用数据库服务的高级别的流程:" #: ./doc/common/section_getstart_trove.xml23(para) msgid "" "The OpenStack Administrator configures the basic infrastructure using the " "following steps:" msgstr "OpenStack管理员使用下面的步骤来配置基本的基础设施:" #: ./doc/common/section_getstart_trove.xml27(para) msgid "Install the Database service." msgstr "安装数据库服务。" #: ./doc/common/section_getstart_trove.xml30(para) msgid "" "Create an image for each type of database. For example, one for MySQL and " "one for MongoDB." msgstr "为每种类型的数据库制作各自的镜像。例如,一个是MySQL,一个是MongoDB。" #: ./doc/common/section_getstart_trove.xml34(para) msgid "" "Use the command to import images and offer them to tenants." msgstr "使用命令来导入镜像以及为租户提供出去。" #: ./doc/common/section_getstart_trove.xml40(para) msgid "" "The OpenStack end user deploys the Database service using the following " "steps:" msgstr "OpenStack最终用户使用下列步骤部署数据库服务:" #: ./doc/common/section_getstart_trove.xml44(para) msgid "Create a Database service instance using the command." msgstr "使用命令 来创建一个数据库服务的实例。" #: ./doc/common/section_getstart_trove.xml49(para) msgid "" "Use the command to get the ID of the instance, followed by " "the command to get the IP address of it." msgstr "使用命令获得实例的ID,下面命令是获得此实例的IP地址。" #: ./doc/common/section_getstart_trove.xml54(para) msgid "" "Access the Database service instance using typical database access commands." " For example, with MySQL:" msgstr "访问数据库服务实例使用普通的数据库访问命令即可。例如,对于MySQL来说:" #: ./doc/common/section_getstart_trove.xml56(replaceable) msgid "TROVE_IP_ADDRESS" msgstr "TROVE_IP_ADDRESS" #: ./doc/common/section_getstart_trove.xml61(para) msgid "The Database service includes the following components:" msgstr "数据库服务包含下列组件:" #: ./doc/common/section_getstart_trove.xml64(term) msgid "python-troveclient command-line client" msgstr "python-troveclient 命令行客户端" #: ./doc/common/section_getstart_trove.xml65(para) msgid "A CLI that communicates with the trove-api component." msgstr "一个和组件 trove-api通信的命令行工具。" #: ./doc/common/section_getstart_trove.xml69(term) msgid "trove-api component" msgstr "trove-api 组件" #: ./doc/common/section_getstart_trove.xml70(para) msgid "" "Provides an OpenStack-native RESTful API that supports JSON to provision and" " manage Trove instances." msgstr "提供OpenStack本地的RESTful API,支持JSON格式的部署和管理Trove实例。" #: ./doc/common/section_getstart_trove.xml74(term) msgid "trove-conductor service" msgstr "trove-conductor 服务" #: ./doc/common/section_getstart_trove.xml75(para) msgid "" "Runs on the host, and receives messages from guest instances that want to " "update information on the host." msgstr "运行在主机上,接收来自guest实例的消息,然后将之更新在主机上。" #: ./doc/common/section_getstart_trove.xml79(term) msgid "trove-taskmanager service" msgstr "trove-taskmanager 服务" #: ./doc/common/section_getstart_trove.xml80(para) msgid "" "Instruments the complex system flows that support provisioning instances, " "managing the lifecycle of instances, and performing operations on instances." msgstr "能够支持部署实例,管理实例的生命周期,以及对实例的日常操作等复杂系统流的服务。" #: ./doc/common/section_getstart_trove.xml85(term) msgid "trove-guestagent service" msgstr "trove-guestagent 服务" #: ./doc/common/section_getstart_trove.xml86(para) msgid "" "Runs within the guest instance. Manages and performs operations on the " "database itself." msgstr "运行在guest实例内部,管理和执行数据库自身的操作。" #: ./doc/common/section_keystone_db_sync.xml7(title) msgid "Migrate the Identity Service database" msgstr "" #: ./doc/common/section_keystone_db_sync.xml8(para) msgid "" "Between revisions of the Identity Service project, you might need to " "complete SQL migrations. The Identity Service project uses SQLAlchemy-" "migrate (see http://code.google.com/p/sqlalchemy-migrate/) to migrate " "the SQL database between revisions. For core components, the source code " "stores migrations in a central repository under a " "keystone/common/sql/migrate_repo directory." msgstr "" #: ./doc/common/section_keystone_db_sync.xml18(para) msgid "" "Extensions to the Identity Service might also require SQL migrations. The " "directory keystone/contrib/example in the keystone " "repository contains a sample extension migration." msgstr "" #: ./doc/common/section_keystone_db_sync.xml24(title) msgid "To set up a migration for an extension" msgstr "" #: ./doc/common/section_keystone_db_sync.xml26(para) msgid "" "Create a directory structure where my_extension is the " "name of the extension, as follows: " "keystone/contrib/my_extension/migrate_repo/versions/." msgstr "" #: ./doc/common/section_keystone_db_sync.xml32(para) msgid "" "Create empty __init__.py files in the " "migrate_repo and versions " "subdirectories." msgstr "" #: ./doc/common/section_keystone_db_sync.xml38(para) msgid "" "Create a migrate.cfg configuration file in the " "migrate_repo subdirectory, which conforms to a " "key/value .ini file format." msgstr "" #: ./doc/common/section_keystone_db_sync.xml42(para) msgid "An example configuration file:" msgstr "" #: ./doc/common/section_keystone_db_sync.xml50(title) msgid "To test a migration for a specific extension" msgstr "" #: ./doc/common/section_keystone_db_sync.xml51(para) msgid "" "You can use the command with the " "--extension parameter for both the " "and commands. Ensure that the required configuration files " "exist before completing these steps." msgstr "" #: ./doc/common/section_keystone_db_sync.xml58(para) msgid "Test your migrations with an example extension:" msgstr "" #: ./doc/common/section_keystone_db_sync.xml63(para) msgid "Migrate to version 1:" msgstr "" #: ./doc/common/section_keystone_db_sync.xml67(para) msgid "Migrate back to version 0:" msgstr "" #: ./doc/common/section_keystone_db_sync.xml71(para) msgid "Check the version:" msgstr "" #: ./doc/common/section_support-compute.xml7(title) msgid "Troubleshoot Compute" msgstr "" #: ./doc/common/section_support-compute.xml8(para) msgid "" "Common problems for Compute typically involve misconfigured networking or " "credentials that are not sourced properly in the environment. Also, most " "flat networking configurations do not enable or " " from a compute node to the instances that run on that node." " Another common problem is trying to run 32-bit images on a 64-bit compute " "node. This section shows you how to troubleshoot Compute." msgstr "" #: ./doc/common/section_support-compute.xml17(title) msgid "Compute service logging" msgstr "" #: ./doc/common/section_support-compute.xml18(para) msgid "" "Compute stores a log file for each service in " "/var/log/nova. For example, nova-" "compute.log is the log for the nova-compute service. You can set the following options to " "format log strings for the nova.log module in the " "nova.conf file:" msgstr "" #: ./doc/common/section_support-compute.xml27(literal) msgid "logging_context_format_string" msgstr "logging_context_format_string" #: ./doc/common/section_support-compute.xml30(literal) msgid "logging_default_format_string" msgstr "logging_default_format_string" #: ./doc/common/section_support-compute.xml33(para) msgid "" "If the log level is set to debug, you can also specify " "logging_debug_format_suffix to append extra formatting. " "For information about what variables are available for the formatter see: " "http://docs.python.org/library/logging.html#formatter." msgstr "" #: ./doc/common/section_support-compute.xml40(para) msgid "" "You have two options for logging for OpenStack Compute based on " "configuration settings. In nova.conf, include the " "logfile option to enable logging. Alternatively you can " "set use_syslog = 1 so that the nova daemon logs to " "syslog." msgstr "" #: ./doc/common/section_support-compute.xml48(title) msgid "Guru Meditation reports" msgstr "" #: ./doc/common/section_support-compute.xml49(para) msgid "" "A Guru Meditation report is sent by the Compute Service upon receipt of the " "SIGUSR1 signal. This report is a general-purpose " "error report, including a complete report of the service's current state, " "and is sent to stderr." msgstr "" #: ./doc/common/section_support-compute.xml53(para) msgid "" "For example, if you redirect error output to nova-api-" "err.log using , resulting in the process ID 8675," " you can then run:" msgstr "" #: ./doc/common/section_support-compute.xml57(para) msgid "" "This command triggers the Guru Meditation report to be printed to " "/var/log/nova/nova-api-err.log." msgstr "" #: ./doc/common/section_support-compute.xml62(para) msgid "" "Package: Displays information about the package to which the process " "belongs, including version information." msgstr "" #: ./doc/common/section_support-compute.xml69(para) msgid "" "Threads: Displays stack traces and thread IDs for each of the threads within" " the process." msgstr "" #: ./doc/common/section_support-compute.xml74(para) msgid "" "Green Threads: Displays stack traces for each of the green threads within " "the process (green threads do not have thread IDs)." msgstr "" #: ./doc/common/section_support-compute.xml81(para) msgid "" "Configuration: Lists all configuration options currently accessible through " "the CONF object for the current process." msgstr "" #: ./doc/common/section_support-compute.xml59(para) msgid "The report has the following sections: " msgstr "" #: ./doc/common/section_support-compute.xml88(para) msgid "" "For more information, see Guru " "Meditation Reports." msgstr "" #: ./doc/common/section_support-compute.xml93(title) msgid "Common errors and fixes for Compute" msgstr "" #: ./doc/common/section_support-compute.xml94(para) msgid "" "The ask.openstack.org site " "offers a place to ask and answer questions, and you can also mark questions " "as frequently asked questions. This section describes some errors people " "have posted previously. Bugs are constantly being fixed, so online resources" " are a great way to get the most up-to-date errors and fixes." msgstr "" #: ./doc/common/section_support-compute.xml102(title) msgid "Credential errors, 401, and 403 forbidden errors" msgstr "" #: ./doc/common/section_support-compute.xml109(para) msgid "" "Manual method. Get get the " "novarc file from the project ZIP file, save existing " "credentials in case of override. and manually source the " "novarc file." msgstr "" #: ./doc/common/section_support-compute.xml119(para) msgid "" "Script method. Generates " "novarc from the project ZIP file and sources it for " "you." msgstr "" #: ./doc/common/section_support-compute.xml104(para) msgid "" "Missing credentials cause a " "403forbidden error. To resolve" " this issue, use one of these methods:" msgstr "" #: ./doc/common/section_support-compute.xml126(para) msgid "" "When you run nova-api the first " "time, it generates the certificate authority information, including " "openssl.cnf. If you start the CA services before this, " "you might not be able to create your ZIP file. Restart the services. When " "your CA information is available, create your ZIP file." msgstr "" #: ./doc/common/section_support-compute.xml134(para) msgid "" "Also, check your HTTP proxy settings to see whether they cause problems with" " novarc creation." msgstr "" #: ./doc/common/section_support-compute.xml139(title) msgid "Instance errors" msgstr "实例错误" #: ./doc/common/section_support-compute.xml140(para) msgid "" "Sometimes a particular instance shows pending or you " "cannot SSH to it. Sometimes the image itself is the problem. For example, " "when you use flat manager networking, you do not have a DHCP server and " "certain images do not support interface injection; you cannot connect to " "them. The fix for this problem is to use an image that does support this " "method, such as Ubuntu, which obtains an IP address correctly with " "FlatManager network settings." msgstr "" #: ./doc/common/section_support-compute.xml150(para) msgid "" "To troubleshoot other possible problems with an instance, such as an " "instance that stays in a spawning state, check the directory for the " "particular instance under /var/lib/nova/instances on " "the nova-compute host and make " "sure that these files are present:" msgstr "" #: ./doc/common/section_support-compute.xml159(filename) msgid "libvirt.xml" msgstr "libvirt.xml" #: ./doc/common/section_support-compute.xml162(filename) msgid "disk" msgstr "磁盘" #: ./doc/common/section_support-compute.xml165(filename) msgid "disk-raw" msgstr "" #: ./doc/common/section_support-compute.xml168(filename) msgid "kernel" msgstr "内核" #: ./doc/common/section_support-compute.xml171(filename) msgid "ramdisk" msgstr "" #: ./doc/common/section_support-compute.xml174(para) msgid "After the instance starts, console.log" msgstr "" #: ./doc/common/section_support-compute.xml178(para) msgid "" "If any files are missing, empty, or very small, the nova-compute service did not successfully " "download the images from the Image Service." msgstr "" #: ./doc/common/section_support-compute.xml183(para) msgid "" "Also check nova-compute.log for exceptions. Sometimes " "they do not appear in the console output." msgstr "" #: ./doc/common/section_support-compute.xml186(para) msgid "" "Next, check the log file for the instance in the " "/var/log/libvirt/qemu directory to see if it exists and" " has any useful error messages in it." msgstr "" #: ./doc/common/section_support-compute.xml190(para) msgid "" "Finally, from the /var/lib/nova/instances directory for" " the instance, see if this command returns an error:" msgstr "" #: ./doc/common/section_support-compute.xml197(title) msgid "Empty log output for Linux instances" msgstr "Linux实例的日志输出为空" #: ./doc/common/section_support-compute.xml198(para) msgid "" "You can view the log output of running instances from either the " "Log tab of the dashboard or the output of " ". In some cases, the log output of a running Linux instance " "will be empty or only display a single character (for example, the " "? character)." msgstr "" #: ./doc/common/section_support-compute.xml205(para) msgid "" "This occurs when the Compute service attempts to retrieve the log output of " "the instance via a serial console while the instance itself is not " "configured to send output to the console. To rectify this, append the " "following parameters to kernel arguments specified in the instance's boot " "loader:" msgstr "" #: ./doc/common/section_support-compute.xml212(para) msgid "" "Upon rebooting, the instance will be configured to send output to the " "Compute service." msgstr "" #: ./doc/common/section_support-compute.xml217(title) msgid "Reset the state of an instance" msgstr "重置实例的状态" #: ./doc/common/section_support-compute.xml218(para) msgid "" "If an instance remains in an intermediate state, such as " "deleting, you can use the command to " "manually reset the state of an instance to an error state. You can then " "delete the instance. For example:" msgstr "" #: ./doc/common/section_support-compute.xml225(para) msgid "" "You can also use the --active parameter to force the " "instance back to an active state instead of an error state. For example:" msgstr "" #: ./doc/common/section_support-compute.xml231(title) msgid "Injection problems" msgstr "注入问题" #: ./doc/common/section_support-compute.xml232(para) msgid "" "If instances do not boot or boot slowly, investigate file injection as a " "cause." msgstr "" #: ./doc/common/section_support-compute.xml234(para) msgid "" "To disable injection in libvirt, set the following in " "nova.conf:" msgstr "" #: ./doc/common/section_support-compute.xml239(para) msgid "" "If you have not enabled the configuration drive and you want to make user-" "specified files available from the metadata server for to improve " "performance and avoid boot failure if injection fails, you must disable " "injection." msgstr "" #: ./doc/common/section_support-compute.xml247(title) msgid "Disable live snapshotting" msgstr "禁用在线快照" #: ./doc/common/section_support-compute.xml248(para) msgid "" "If you use libvirt version 1.2.2, you may experience " "problems with live snapshots creation. Occasionally, libvirt of the " "specified version fails to perform the live snapshotting under load that " "presupposes a concurrent creation of multiple snapshots." msgstr "" #: ./doc/common/section_support-compute.xml255(para) msgid "" "To effectively disable the libvirt live snapshotting, until the problem is " "resolved, configure the option. You can turn off the live " "snapshotting mechanism by setting up its value to True in" " the [workarounds] section of the " "nova.conf configuration file:" msgstr "" #: ./doc/common/section_getstart_telemetry.xml7(title) msgid "Telemetry module" msgstr "Telemetry模块" #: ./doc/common/section_getstart_telemetry.xml8(para) msgid "The Telemetry module performs the following functions:" msgstr " Telemetry 模块表现有如下功能:" #: ./doc/common/section_getstart_telemetry.xml12(para) msgid "Efficiently polls metering data related to OpenStack services." msgstr "相关OpenStack服务的有效调查计量数据。" #: ./doc/common/section_getstart_telemetry.xml16(para) msgid "" "Collects event and metering data by monitoring notifications sent from " "services." msgstr "通过监测通知收集来自各个服务发送的事件和计量数据。" #: ./doc/common/section_getstart_telemetry.xml20(para) msgid "" "Publishes collected data to various targets including data stores and " "message queues." msgstr "发布收集来的数据到多个目标,包括数据存储和消息队列。" #: ./doc/common/section_getstart_telemetry.xml24(para) msgid "Creates alarms when collected data breaks defined rules." msgstr "当收集的数据超越预订的规则时可创建警告。" #: ./doc/common/section_getstart_telemetry.xml28(para) msgid "The Telemetry module consists of the following components:" msgstr "Telemetry 模块通常包含下面组件:" #: ./doc/common/section_getstart_telemetry.xml31(term) msgid "" "A compute agent (ceilometer-agent-" "compute)" msgstr "一个计算服务代理 (ceilometer-agent-compute)" #: ./doc/common/section_getstart_telemetry.xml33(para) msgid "" "Runs on each compute node and polls for resource utilization statistics. " "There may be other types of agents in the future, but for now our focus is " "creating the compute agent." msgstr "运行在每个计算节点中,推送资源的使用状态,也许在未来会有其他类型的代理,但是目前来说社区专注于创建计算节点代理。" #: ./doc/common/section_getstart_telemetry.xml38(term) msgid "" "A central agent (ceilometer-agent-" "central)" msgstr "中心代理 (ceilometer-agent-central)" #: ./doc/common/section_getstart_telemetry.xml40(para) msgid "" "Runs on a central management server to poll for resource utilization " "statistics for resources not tied to instances or compute nodes. Multiple " "agents can be started to scale service horizontally." msgstr "运行在中心管理服务器以推送资源使用状态,既不捆绑到实例也不在计算节点。代理可启动多个以横向扩展它的服务。" #: ./doc/common/section_getstart_telemetry.xml45(term) msgid "" "A notification agent (ceilometer-agent-" "notification)" msgstr "通知代理 (ceilometer-agent-notification)" #: ./doc/common/section_getstart_telemetry.xml47(para) msgid "" "Runs on a central management server(s) and consumes messages from the " "message queue(s) to build event and metering data." msgstr "运行在中心管理服务器(s)中,获取来自消息队列(s)的消息去构建事件和计量数据。" #: ./doc/common/section_getstart_telemetry.xml51(term) msgid "" "A collector (ceilometer-" "collector)" msgstr "收集者 (ceilometer-collector)" #: ./doc/common/section_getstart_telemetry.xml53(para) msgid "" "Runs on central management server(s) and dispatches collected telemetry data" " to a data store or external consumer without modification." msgstr "运行在中心管理服务器(s),分发收集的telemetry数据到数据存储或者外部的消费者,但不会做任何的改动。" #: ./doc/common/section_getstart_telemetry.xml58(term) msgid "" "An alarm evaluator (ceilometer-alarm-" "evaluator)" msgstr "警告评估 (ceilometer-alarm-evaluator)" #: ./doc/common/section_getstart_telemetry.xml60(para) msgid "" "Runs on one or more central management servers to determine when alarms fire" " due to the associated statistic trend crossing a threshold over a sliding " "time window." msgstr "运行在一个或多个中心管理服务器,当警告发生是由于相关联的统计趋势超过阈值以上的滑动时间窗口,然后作出决定。" #: ./doc/common/section_getstart_telemetry.xml64(term) msgid "" "An alarm notifier (ceilometer-alarm-" "notifier)" msgstr "警告通知 (ceilometer-alarm-notifier)" #: ./doc/common/section_getstart_telemetry.xml66(para) msgid "" "Runs on one or more central management servers to allow alarms to be set " "based on the threshold evaluation for a collection of samples." msgstr "运行在一个或多个中心管理服务器,允许警告为一组收集的实例基于评估阀值来设置。" #: ./doc/common/section_getstart_telemetry.xml71(term) msgid "An API server (ceilometer-api)" msgstr "API服务 (ceilometer-api)" #: ./doc/common/section_getstart_telemetry.xml73(para) msgid "" "Runs on one or more central management servers to provide data access from " "the data store." msgstr "运行在一个或多个中心管理服务器,提供从数据存储的数据访问。" #: ./doc/common/section_getstart_telemetry.xml77(para) msgid "" "These services communicate by using the OpenStack messaging bus. Only the " "collector and API server have access to the data store." msgstr "这些服务使用OpenStack消息总线来通信,只有收集者和API服务可以访问数据存储。" #: ./doc/common/section_cli_cinder_read-only-volumes.xml7(title) msgid "Set a volume to read-only access" msgstr "设置卷为只读访问" #: ./doc/common/section_cli_cinder_read-only-volumes.xml8(para) msgid "" "To give multiple users shared, secure access to the same data, you can set a" " volume to read-only access." msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml10(para) msgid "Run the following command to set a volume to read-only access:" msgstr "运行下面命令以设置卷为只读访问:" #: ./doc/common/section_cli_cinder_read-only-volumes.xml12(replaceable) msgid "VOLUME" msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml12(replaceable) msgid "BOOLEAN" msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml13(para) msgid "" "VOLUME is the ID of the target volume and " "BOOLEAN is a flag that enables read-only or " "read/write access to the volume." msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml16(para) msgid "The following values for BOOLEAN are valid:" msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml20(para) msgid "" "true. Sets the read-only flag in the volume. When you " "attach the volume to an instance, the instance checks for this flag to " "determine whether to restrict volume access to read-only." msgstr "" #: ./doc/common/section_cli_cinder_read-only-volumes.xml26(para) msgid "false. Sets the volume to read/write access." msgstr "" #: ./doc/common/section_compute-configure-ec2.xml7(title) msgid "Configure the EC2 API" msgstr "" #: ./doc/common/section_compute-configure-ec2.xml8(para) msgid "" "You can set options in the nova.conf 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.xml12(para) msgid "" "To customize these options for OpenStack EC2 API, use the configuration " "option settings documented in ." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml7(title) msgid "Set up credentials for the keystone client" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml8(para) msgid "" "You can configure the python-keystoneclient with admin " "credentials with either an authentication token or a user name and password." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml13(title) msgid "To configure the keystone client with an authentication token" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml16(para) msgid "" "Export your keystone endpoint to the OS_SERVICE_ENDPOINT " "environment variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml22(para) msgid "" "Export the administrator service token to the " "OS_SERVICE_TOKEN environment variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml27(para) #: ./doc/common/section_cli_keystone_credentials.xml80(para) #: ./doc/common/section_cli_keystone_credentials.xml126(para) msgid "" "Alternatively, you can specify these parameters on any keystone client " "command:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml31(para) msgid "" "--os-endpoint " "SERVICE_ENDPOINT. An endpoint to use " "instead of the one in the service catalog. Defaults to " "env[OS_SERVICE_ENDPOINT]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml40(para) msgid "" "--os-token SERVICE_TOKEN. " "An existing token to use instead of the one generated by authentication. " "Defaults to env[OS_SERVICE_TOKEN]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml53(title) msgid "To configure the keystone client with a user name and password" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml56(para) msgid "" "Export the administrator user name to the OS_USERNAME " "environment variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml62(para) msgid "" "Export the administrator password to the OS_PASSWORD " "environment variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml68(para) msgid "" "Export the tenant name to the OS_TENANT_NAME environment " "variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml74(para) msgid "" "Export the URL of the keystone auth server, for example " "http://localhost:5000/v2.0, to the OS_AUTH_URL" " environment variable:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml84(para) msgid "" "--os-username OS_USERNAME. " "Name used for authentication with the Identity Service. Defaults to " "env[OS_USERNAME]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml92(para) msgid "" "--os-password OS_PASSWORD. " "Password used for authentication with the Identity Service. Defaults to " "env[OS_PASSWORD]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml100(para) msgid "" "--os-tenant_name " "OS_TENANT_NAME. Tenant for which to " "request authentication. Defaults to env[OS_TENANT_NAME]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml108(para) msgid "" "--os-auth_url OS_AUTH_URL. The" " Identity Service endpoint to use for authentication. Defaults to " "env[OS_AUTH_URL]." msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml120(title) msgid "" "To configure the keystone client to verify the TLS (HTTPS) server " "certificate" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml122(para) msgid "" "Define the OS_CACERT environment variable to set the " "location for the CA trust store (PEM formatted) for this client:" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml124(replaceable) #: ./doc/common/section_cli_openrc.xml94(replaceable) msgid "/path/to/cacertFile" msgstr "" #: ./doc/common/section_cli_keystone_credentials.xml128(para) msgid "" "--os-cacert OS_CACERT. CA " "bundle file to use in verifying a TLS (HTTPS) server certificate. Defaults " "to env[OS_CACERT]." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_compute-configure-vnc.xml64(None) msgid "" "@@image: '../common/figures/novnc/SCH_5009_V00_NUAC-VNC_OpenStack.png'; " "md5=182dc38019a220c851e1c94aa50f4565" msgstr "@@image: '../common/figures/novnc/SCH_5009_V00_NUAC-VNC_OpenStack.png'; md5=182dc38019a220c851e1c94aa50f4565" #: ./doc/common/section_compute-configure-vnc.xml7(title) msgid "VNC console proxy" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml8(para) msgid "" "The VNC proxy is an OpenStack component that enables compute service users " "to access their instances through VNC clients." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml11(para) msgid "The VNC console connection works as follows:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml14(para) msgid "" "A user connects to the API and gets an access_url such " "as, http://ip:port/?token=xyz." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml20(para) msgid "The user pastes the URL in a browser or uses it as a client parameter." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml24(para) msgid "The browser or client connects to the proxy." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml27(para) msgid "" "The proxy talks to nova-" "consoleauth to authorize the token for the user, and maps the " "token to the private host and port of the VNC server " "for an instance." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml32(para) msgid "" "The compute host specifies the address that the proxy should use to connect " "through the nova.conf file option, . In" " this way, the VNC proxy works as a bridge between the public network and " "private host network." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml40(para) msgid "" "The proxy initiates the connection to VNC server and continues to proxy " "until the session ends." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml44(para) msgid "" "The proxy also tunnels the VNC protocol over WebSockets so that the " "noVNC client can talk to VNC servers. In general, " "the VNC proxy:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml49(para) msgid "" "Bridges between the public network where the clients live and the private " "network where VNC servers live." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml53(para) msgid "Mediates token authentication." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml56(para) msgid "" "Transparently deals with hypervisor-specific connection details to provide a" " uniform client experience." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml59(title) msgid "noVNC process" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml72(title) msgid "About nova-consoleauth" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml74(para) msgid "" "Both client proxies leverage a shared service to manage token authentication" " called nova-consoleauth. This " "service must be running for either proxy to work. Many proxies of either " "type can be run against a single nova-" "consoleauth service in a cluster configuration." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml81(para) msgid "" "Do not confuse the nova-" "consoleauth shared service with nova-" "console, which is a XenAPI-specific service that most recent VNC " "proxy architectures do not use." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml88(title) msgid "Typical deployment" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml89(para) msgid "A typical deployment has the following components:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml92(para) msgid "" "A nova-consoleauth process. " "Typically runs on the controller host." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml97(para) msgid "" "One or more nova-novncproxy " "services. Supports browser-based noVNC clients. For simple deployments, this" " service typically runs on the same machine as nova-api because it operates as a proxy between the public " "network and the private compute host network." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml106(para) msgid "" "One or more nova-xvpvncproxy services. Supports the " "special Java client discussed here. For simple deployments, this service " "typically runs on the same machine as nova-" "api because it acts as a proxy between the public network and " "the private compute host network." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml115(para) msgid "" "One or more compute hosts. These compute hosts must have correctly " "configured options, as follows." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml121(title) msgid "VNC configuration options" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml122(para) msgid "To customize the VNC console, use the following configuration options:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml125(para) msgid "" "To support live migration, you cannot " "specify a specific IP address for vncserver_listen, " "because that IP address does not exist on the destination host." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml135(para) msgid "" "The vncserver_proxyclient_address defaults to " "127.0.0.1, which is the address of the compute host that " "Compute instructs proxies to use when connecting to instance servers." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml140(para) msgid "For all-in-one XenServer domU deployments, set this to 169.254.0.1." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml141(para) msgid "" "For multi-host XenServer domU deployments, set to a dom0 management IP on " "the same network as the proxies." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml143(para) msgid "" "For multi-host libvirt deployments, set to a host management IP on the same " "network as the proxies." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml151(title) msgid "nova-novncproxy (noVNC)" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml153(para) msgid "" "You must install the noVNC package, which contains the " "nova-novncproxy service. As root," " run the following command:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml157(para) msgid "The service starts automatically on installation." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml158(para) msgid "To restart the service, run:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml160(para) msgid "" "The configuration option parameter should point to your " "nova.conf file, which includes the message queue server" " address and credentials." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml163(para) msgid "" "By default, nova-novncproxy binds" " on 0.0.0.0:6080." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml166(para) msgid "" "To connect the service to your Compute deployment, add the following " "configuration options to your nova.conf file:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml170(para) msgid "vncserver_listen=0.0.0.0" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml173(para) msgid "" "Specifies the address on which the VNC service should bind. Make sure it is " "assigned one of the compute node interfaces. This address is the one used by" " your domain file." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml179(para) msgid "" "To use live migration, use the 0.0.0.0 address." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml184(para) msgid "" "vncserver_proxyclient_address=127.0.0.1" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml187(para) msgid "" "The address of the compute host that Compute instructs proxies to use when " "connecting to instance vncservers." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml194(title) msgid "Frequently asked questions about VNC access to virtual machines" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml200(literal) msgid "nova-xvpvncproxy" msgstr "nova-xvpvncproxy" #: ./doc/common/section_compute-configure-vnc.xml201(systemitem) msgid "nova-novncproxy" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml199(emphasis) msgid "" "Q: What is the difference between and ?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml203(para) msgid "" "A: nova-xvpvncproxy, which ships with OpenStack Compute, " "is a proxy that supports a simple Java client. nova-novncproxy uses noVNC to provide VNC support through a " "web browser." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml209(emphasis) msgid "" "Q: I want VNC support in the OpenStack dashboard. What services do I need?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml211(para) msgid "" "A: You need nova-novncproxy, " "nova-consoleauth, and correctly " "configured compute hosts." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml217(emphasis) msgid "" "Q: When I use or click on the VNC tab of the OpenStack " "dashboard, it hangs. Why?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml219(para) msgid "" "A: Make sure you are running nova-" "consoleauth (in addition to nova-" "novncproxy). The proxies rely on nova-consoleauth to validate tokens, and waits for a reply " "from them until a timeout is reached." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml228(emphasis) msgid "" "Q: My VNC proxy worked fine during my all-in-one test, but now it doesn't " "work on multi host. Why?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml231(para) msgid "" "A: The default options work for an all-in-one install, but changes must be " "made on your compute hosts once you start to build a cluster. As an example," " suppose you have two servers:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml237(para) msgid "" "Your nova-compute configuration " "file must set the following values:" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml249(para) msgid "" "novncproxy_base_url and " "xvpvncproxy_base_url use a public IP; this is the URL " "that is ultimately returned to clients, which generally do not have access " "to your private network. Your PROXYSERVER must be able to reach " "vncserver_proxyclient_address, because that is the " "address over which the VNC connection is proxied." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml261(emphasis) msgid "Q: My noVNC does not work with recent versions of web browsers. Why?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml264(para) msgid "" "A: Make sure you have installed python-numpy, which is " "required to support a newer version of the WebSocket protocol (HyBi-07+)." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml271(emphasis) msgid "" "Q: How do I adjust the dimensions of the VNC window image in the OpenStack " "dashboard?" msgstr "" #: ./doc/common/section_compute-configure-vnc.xml274(para) msgid "" "A: These values are hard-coded in a Django HTML template. To alter them, " "edit the _detail_vnc.html template file. The location " "of this file varies based on Linux distribution. On Ubuntu 14.04, the file " "is at " "/usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html." msgstr "" #: ./doc/common/section_compute-configure-vnc.xml280(para) msgid "Modify the and options, as follows:" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_dashboard_launch_instances_from_image.xml107(None) msgid "" "@@image: 'figures/launch_instances.png'; " "md5=8a7e6864bce97f6478db572daf3ef5de" msgstr "@@image: 'figures/launch_instances.png'; md5=8a7e6864bce97f6478db572daf3ef5de" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_dashboard_launch_instances_from_image.xml165(None) msgid "@@image: 'figures/instances.png'; md5=6b0f5cb3009d447334ff8b5c5b2cd121" msgstr "@@image: 'figures/instances.png'; md5=6b0f5cb3009d447334ff8b5c5b2cd121" #: ./doc/common/section_dashboard_launch_instances_from_image.xml7(title) msgid "Launch an instance from an image" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml9(para) msgid "Instances are virtual machines that run inside the cloud." msgstr "实例是运行在云中的虚拟机" #: ./doc/common/section_dashboard_launch_instances_from_image.xml11(para) msgid "" "You can launch an instance directly from one of the available OpenStack " "images. The OpenStack Image Service provides a pool of images that are " "accessible to members of different projects. When you launch an instance " "from an image, OpenStack creates a local copy of the image on the respective" " compute node where the instance is started." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml17(para) msgid "" "Alternatively, you can launch an instance from an image that you have copied" " to a persistent volume." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml19(para) msgid "To launch an instance, specify the following parameters:" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml23(para) msgid "" "The instance source, which is an image or snapshot. " "Alternatively, you can boot from a volume, which is block storage, to which " "you've copied an image or snapshot." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml29(para) msgid "" "The image or snapshot, which " "represents the operating system." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml34(para) msgid "A name for your instance." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml38(para) msgid "" "The flavor for your instance, which " "defines the compute, memory, and storage capacity of nova computing " "instances. A flavor is an available hardware configuration for a server. It " "defines the size of a virtual server that can be launched." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml46(para) msgid "" "Access and security credentials, which include one or both of the following " "credentials:" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml50(para) msgid "" "A keypair for your instance, which are " "SSH credentials that are injected into images when they are launched. For " "this to work, the image must contain the cloud-init " "package. Create at least one keypair for each project. If you already have " "generated a keypair with an external tool, you can import it into OpenStack." " You can use the keypair for multiple instances that belong to that project." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml63(para) msgid "" "A security group, which defines which " "incoming network traffic is forwarded to instances. Security groups hold a " "set of firewall policies, known as security group " "rules." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml74(para) msgid "" "If needed, you can assign a floating (public) IP " "address to a running instance and attach a block storage device, " "or volume, for persistent storage." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml81(title) msgid "To launch an instance:" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml83(para) msgid "Log in to the OpenStack dashboard." msgstr "登录OpenStack 图形界面。" #: ./doc/common/section_dashboard_launch_instances_from_image.xml86(para) msgid "" "If you are a member of multiple projects, select a project from the drop-" "down list at the top of the Project tab." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml91(para) msgid "Click the Images & Snapshot category." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml93(para) msgid "" "The dashboard shows the images that have been uploaded to OpenStack Image " "Service and are available for this project." msgstr "仪表盘显示已经上传到OpenStack镜像服务并可供项目使用的镜像" #: ./doc/common/section_dashboard_launch_instances_from_image.xml101(title) msgid "OpenStack dashboard - Launch Instances window" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml98(para) msgid "" "Select an image and click Launch. The " "Launch Image window appears: " msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml113(para) msgid "Specify the following parameters:" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml117(para) msgid "Enter an instance name to assign to the virtual machine." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml121(para) msgid "" "From the Flavor drop-down list, select the size of the " "virtual machine to launch." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml126(para) msgid "Optionally, select a keypair." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml127(para) msgid "" "In case an image uses a static root password or a static key set (neither is" " recommended), you do not need to provide a keypair on starting the " "instance." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml133(para) msgid "" "In Instance Count, enter the number of virtual machines" " to launch from this image." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml138(para) msgid "" "Assign the instance to the default security group. If you added rules to " "this group, the instance implements these rules." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml151(para) msgid "" "Click Launch Instance. The instance is launched on " "any of the compute nodes in the cloud." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml156(para) msgid "" "After you have launched an instance, switch to the Instances &" " Volumes category to view the instance name, its (private or " "public) IP address, size, status, task, and power state." msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml161(title) msgid "OpenStack dashboard - Instances" msgstr "" #: ./doc/common/section_dashboard_launch_instances_from_image.xml169(para) msgid "" "If you did not provide a keypair on starting and have not touched security " "groups or rules so far, by default the instance can only be accessed from " "inside the cloud through VNC at this point. Even pinging the instance is not" " possible." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml7(title) msgid "Integrate Identity with LDAP" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml8(para) msgid "" "The Openstack Identity Service supports integration with existing LDAP " "directories for authentication and authorization services." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml11(para) msgid "" "When the Openstack Identity service is configured to use LDAP back ends, you" " can split authentication (using the identity feature) " "and authorization (using the assignment feature)." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml16(para) msgid "" "The identity feature enables administrators to manage users and groups by " "each domain or the Openstack Identity Service entirely." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml18(para) msgid "" "The Assignments feature enables administrators to manage project role " "authorization using the Openstack Identity service SQL database, while " "providing user authentication through the LDAP directory." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml23(para) msgid "" "For OpenStack Identity service to access LDAP servers, you must enable the " " boolean value for SELinux on the Openstack Identity server." " To enable and make the option persistent across reboots:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml29(para) msgid "" "Identity configuration is split into two separate back ends: identity (back " "end for users and groups) and assignments (back end for domains, projects, " "roles, role assignments). To configure identity, set options in the " "/etc/keystone/keystone.conf file. See for identity back end " "configuration examples and for assignment back end configuration examples. " "Modify these examples as needed." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml39(para) msgid "" "Multiple back ends are supported. You can integrate the Openstack Identity " "service with a single LDAP server (configure both identity and assignments " "to LDAP, or set identity and assignments back end with SQL or LDAP), or " "multiple back ends using domain-specific configuration files." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml45(title) msgid "To define the destination LDAP server" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml46(para) msgid "" "Define the destination LDAP server in the keystone.conf" " file:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml57(para) msgid "Configure if you set to true." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml62(title) #: ./doc/common/section_keystone_config_ldap-identity.xml164(title) #: ./doc/common/section_keystone_config_ldap-assignments.xml79(title) msgid "Additional LDAP integration settings" msgstr "外挂LDAP集成设置" #: ./doc/common/section_keystone_config_ldap.xml63(para) msgid "" "Set these options in the /etc/keystone/keystone.conf " "file for a single LDAP server, or " "/etc/keystone/domains/keystone.DOMAIN_NAME.conf" " files for multiple back ends." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml70(term) msgid "Query option" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml72(para) msgid "" "Use to control the scope level of data presented (search " "only the first level or search an entire sub-tree) through LDAP." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml76(para) msgid "" "Use to control the maximum results per page. A value of " "zero disables paging." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml78(para) msgid "" "Use to control the LDAP dereferencing option for queries." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml80(para) msgid "" "Use to override the system's default referral chasing " "behavior for queries." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml90(term) msgid "Debug" msgstr "调试" #: ./doc/common/section_keystone_config_ldap.xml92(para) msgid "" "Use to set the LDAP debugging level for LDAP calls. A value" " of zero means that debugging is not enabled." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml97(para) msgid "" "This value is a bitmask, consult your LDAP documentation for possible " "values." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml102(term) msgid "Connection pooling" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml104(para) msgid "" "Use to enable LDAP connection pooling. Configure connection" " pool size, maximum retry, reconnect trials, timeout (-1 indicates " "indefinite wait) and lifetime in seconds." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml118(term) msgid "Connection pooling for end user authentication" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml120(para) msgid "" "Use to enable LDAP connection pooling for end user " "authentication. Configure connection pool size and lifetime in seconds." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml130(para) msgid "" "When you have finished configuration, restart the Openstack Identity " "service:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml132(para) #: ./doc/common/section_keystone_config_ldap-identity.xml64(para) #: ./doc/common/section_keystone_config_ldap-identity.xml159(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml74(para) msgid "" "During service restart, authentication and authorization are unavailable." msgstr "" #: ./doc/common/app_support.xml8(title) msgid "Community support" msgstr "社区支持" #: ./doc/common/app_support.xml9(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 "以下可用的资源是帮助用户运行和使用OpenStack。OpenStack社区会经常性的改进和增加OpenStack的主要特性,如果用户有问题,请不要在提问题方面犹豫。使用下面列出的资源,以获得OpenStack社区的支持,也能得到一些安装/使用时一些解决问题的思路和方法。" #: ./doc/common/app_support.xml16(title) msgid "Documentation" msgstr "文档" #: ./doc/common/app_support.xml17(para) msgid "" "For the available OpenStack documentation, see docs.openstack.org." msgstr "关于OpenStack文档,请访问 docs.openstack.org。" #: ./doc/common/app_support.xml20(para) ./doc/common/app_support.xml354(para) #: ./doc/common/ch_getstart.xml223(para) msgid "" "To provide feedback on documentation, join and use the openstack-" "docs@lists.openstack.org mailing list at OpenStack Documentation Mailing List, or report a " "bug." msgstr "为文档提供反馈,请使用openstack-docs@lists.openstack.org加入OpenStack 文档邮件列表,或者报告 bug." #: ./doc/common/app_support.xml27(para) msgid "" "The following books explain how to install an OpenStack cloud and its " "associated components:" msgstr "以下书籍解释了如何安装一个基于OpenStack云及其相关的组件" #: ./doc/common/app_support.xml34(citetitle) msgid "" "Installation Guide for openSUSE 13.1 and SUSE Linux Enterprise Server 11 SP3" msgstr "基于openSUSE 13.1 或 SUSE Linux Enterprise Server 11 SP3的安装向导" #: ./doc/common/app_support.xml42(citetitle) msgid "" "Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 20" msgstr "基于Red Hat Enterprise Linux 7, CentOS 7, 以及 Fedora 20的安装向导" #: ./doc/common/app_support.xml51(citetitle) msgid "Installation Guide for Ubuntu 14.04" msgstr "基于Ubuntu 14.04的安装向导" #: ./doc/common/app_support.xml56(para) msgid "" "The following books explain how to configure and run an OpenStack cloud:" msgstr "以下书籍解释了如何配置和运行一个基于OpenStack的云:" #: ./doc/common/app_support.xml62(citetitle) msgid "Architecture Design Guide" msgstr "架构设计指南" #: ./doc/common/app_support.xml69(citetitle) msgid "Cloud Administrator Guide" msgstr "云计算平台管理员手册" #: ./doc/common/app_support.xml75(citetitle) msgid "Configuration Reference" msgstr "配置参考手册" #: ./doc/common/app_support.xml81(citetitle) msgid "Operations Guide" msgstr "实战指南" #: ./doc/common/app_support.xml87(citetitle) msgid "High Availability Guide" msgstr "高可用指南" #: ./doc/common/app_support.xml93(citetitle) msgid "Security Guide" msgstr "安全指南" #: ./doc/common/app_support.xml99(citetitle) msgid "Virtual Machine Image Guide" msgstr "虚拟机镜像指南" #: ./doc/common/app_support.xml103(para) msgid "" "The following books explain how to use the OpenStack dashboard and command-" "line clients:" msgstr "以下书籍解释了如何使用OpenStack图形界面和命令行客户端:" #: ./doc/common/app_support.xml110(citetitle) msgid "API Quick Start" msgstr "应用程序接口快速入门" #: ./doc/common/app_support.xml117(citetitle) msgid "End User Guide" msgstr "用户指南" #: ./doc/common/app_support.xml124(citetitle) msgid "Admin User Guide" msgstr "管理员手册" #: ./doc/common/app_support.xml131(citetitle) msgid "Command-Line Interface Reference" msgstr "命令行参考" #: ./doc/common/app_support.xml135(para) msgid "" "The following documentation provides reference and guidance information for " "the OpenStack APIs:" msgstr "下面文档提供了OpenStack 应用程序接口的参考和向导:" #: ./doc/common/app_support.xml141(link) msgid "OpenStack API Complete Reference (HTML)" msgstr "OpenStack应用程序接口完全参考(HTML)" #: ./doc/common/app_support.xml147(link) msgid "API Complete Reference (PDF)" msgstr "OpenStack应用程序接口完全参考(PDF)" #: ./doc/common/app_support.xml150(para) msgid "" "The Training Guides offer " "software training for cloud administration and management." msgstr " 培训指南提供了针对云管理的软件培训信息。" #: ./doc/common/app_support.xml157(title) msgid "ask.openstack.org" msgstr "问答论坛" #: ./doc/common/app_support.xml158(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 ask.openstack.org site to ask " "questions and get answers. When you visit the http://ask.openstack.org 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 "用户在部署或测试OpenStack的过程中,难免会遇到一些问题,诸如如何完成特定的任务,或一些特性无法正常的运行,于是可能想问,其他人是否也遇到相同的问题?或者期待牛人帮助解决.那么请访问 ask.openstack.org来提问并获得答案。当作为用户的你访问 ask.openstack.org时,请先浏览下近期已经提问的问题,看下你遇到的问题是否已经得到解决。如果没有,再去提交新的提问。请确保提交清晰、简洁的题目,尽可能提供详细的细节描述。将命令行的输出或者trace输出粘贴出来,如果是截图请贴链接,以及其他任何有用的信息。" #: ./doc/common/app_support.xml175(title) msgid "OpenStack mailing lists" msgstr "OpenStack 邮件列表" #: ./doc/common/app_support.xml176(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 http://lists.openstack.org/cgi-" "bin/mailman/listinfo/openstack. You might be interested in the other " "mailing lists for specific projects or development, which you can find on the wiki. A " "description of all mailing lists is available at http://wiki.openstack.org/MailingLists." msgstr "到OpenStack的邮件列表中寻求答案,将问题或出问题的场景提交到邮件列表,亦是不错的方法之一。用户可以从中学习,或者帮助他人解决和自己遇到的类似问题。订阅或查看归档请访问http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack。也许用户对OpenStack其他项目或者开发感兴趣,OpenStack所有的邮件列表可以访问:维基百科页面,这里也有对各邮件列表详细的介绍。" #: ./doc/common/app_support.xml192(title) msgid "The OpenStack wiki" msgstr "OpenStack 维基百科" #: ./doc/common/app_support.xml193(para) msgid "" "The OpenStack wiki 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 nova, 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 "OpenStack 维基百科 有着大量的条目,这样带来的问题就是查找信息有点困难,或者说一些页面非常的深。幸运的是,维基百科的搜索可以解决,它支持不仅仅是标题,还支持内容检索。如果用户查找特定的信息,比如网络或者是计算服务,用户得到的结果是非常多的相关项。由于看到的是最后的页面,所以要经常查阅历史。用户可以在OpenStack维基百科页面的右上角看到搜索框。" #: ./doc/common/app_support.xml204(title) msgid "The Launchpad Bugs area" msgstr "Launchpad的Bug区" #: ./doc/common/app_support.xml205(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 " "https://launchpad.net/+login. " "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 "OpenStack社区的价值之一就是通过用户创建和测试能够反馈问题。要提交bug,用户首先需要一个Launchpad的帐号,请访问 这里。登录后,用户可以查看已经提交的bug列表,也可以在Launchpad的Bug区提交自己遇到的bug。使用搜索可以查找特定的已经被报告的bug,或者已经修复的bug。当然在提交之前,请确认是否其他人已经提交过了,以免重复。" #: ./doc/common/app_support.xml213(para) msgid "Some tips:" msgstr "一些小贴士:" #: ./doc/common/app_support.xml216(para) msgid "Give a clear, concise summary." msgstr "提供清晰、简洁的语法。" #: ./doc/common/app_support.xml219(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 "尽可能提供详细的细节描述。将命令行的输出或者trace输出粘贴出来,如果是截图请贴链接,以及其他任何有用的信息。" #: ./doc/common/app_support.xml225(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, \"Juno " "release\" vs git commit bc79c3ecc55929bac585d04a03475b72e06a3208." msgstr "确保包含了软件和包的版本信息,尤其是使用的正在开发中的分支,诸如\"Juno release\" vs git commit bc79c3ecc55929bac585d04a03475b72e06a3208,这样的描述。" #: ./doc/common/app_support.xml232(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 "任何特别的部署信息都是有用的。例如用户使用的是Ubuntu 14.04,或者多节点安装。" #: ./doc/common/app_support.xml237(para) msgid "The following Launchpad Bugs areas are available:" msgstr "以下列出Launchpad Bug区:" #: ./doc/common/app_support.xml243(link) msgid "Bugs: OpenStack Block Storage (cinder)" msgstr "Bugs: OpenStack 块存储 (cinder)" #: ./doc/common/app_support.xml249(link) msgid "Bugs: OpenStack Compute (nova)" msgstr "Bugs: OpenStack 计算 (nova)" #: ./doc/common/app_support.xml254(link) msgid "Bugs: OpenStack Dashboard (horizon)" msgstr "Bugs: OpenStack 仪表盘 (horizon)" #: ./doc/common/app_support.xml260(link) msgid "Bugs: OpenStack Identity (keystone)" msgstr "Bugs: OpenStack 认证 (keystone)" #: ./doc/common/app_support.xml266(link) msgid "Bugs: OpenStack Image Service (glance)" msgstr "Bugs: OpenStack 镜像服务 (glance)" #: ./doc/common/app_support.xml272(link) msgid "Bugs: OpenStack Networking (neutron)" msgstr "Bugs: OpenStack 网络 (neutron)" #: ./doc/common/app_support.xml278(link) msgid "Bugs: OpenStack Object Storage (swift)" msgstr "Bugs: OpenStack 对象存储 (swift)" #: ./doc/common/app_support.xml285(link) msgid "Bugs: Bare Metal (ironic)" msgstr "Bugs: 裸金属 (ironic)" #: ./doc/common/app_support.xml290(link) msgid "Bugs: Data Processing Service (sahara)" msgstr "Bugs: 数据处理服务 (sahara)" #: ./doc/common/app_support.xml296(link) msgid "Bugs: Database Service (trove)" msgstr "Bugs: 数据库服务 (trove)" #: ./doc/common/app_support.xml301(link) msgid "Bugs: Orchestration (heat)" msgstr "Bugs: 编排 (heat)" #: ./doc/common/app_support.xml306(link) msgid "Bugs: Telemetry (ceilometer)" msgstr "Bugs: 计量 (ceilometer)" #: ./doc/common/app_support.xml311(link) msgid "Bugs: Queue Service (marconi)" msgstr "Bugs: 队列服务 (marconi)" #: ./doc/common/app_support.xml317(link) msgid "Bugs: OpenStack API Documentation (developer.openstack.org)" msgstr "Bugs: OpenStack 应用程序接口文档 (developer.openstack.org)" #: ./doc/common/app_support.xml323(link) msgid "Bugs: OpenStack Documentation (docs.openstack.org)" msgstr "Bugs: OpenStack 文档 (docs.openstack.org)" #: ./doc/common/app_support.xml329(title) msgid "The OpenStack IRC channel" msgstr "The OpenStack 在线聊天室频道" #: ./doc/common/app_support.xml330(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 https://webchat.freenode.net/. " "You can also use Colloquy (Mac OS X, http://colloquy.info/), mIRC (Windows," " http://www.mirc.com/), 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 http://paste.openstack.org. 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 " "#openstack on irc.freenode.net. You " "can find a list of all OpenStack IRC channels at https://wiki.openstack.org/wiki/IRC." msgstr "" #: ./doc/common/app_support.xml353(title) msgid "Documentation feedback" msgstr "文档反馈" #: ./doc/common/app_support.xml360(title) msgid "OpenStack distribution packages" msgstr "OpenStack分发包" #: ./doc/common/app_support.xml361(para) msgid "" "The following Linux distributions provide community-supported packages for " "OpenStack:" msgstr "以下是Linux发行版针对OpenStack的社区支持:" #: ./doc/common/app_support.xml365(emphasis) msgid "Debian:" msgstr "Debian:" #: ./doc/common/app_support.xml368(link) msgid "http://wiki.debian.org/OpenStack" msgstr "Debian官方维基百科的OpenStack板块" #: ./doc/common/app_support.xml371(emphasis) msgid "CentOS, Fedora, and Red Hat Enterprise Linux:" msgstr "CentOS, Fedora, 以及 Red Hat Enterprise Linux:" #: ./doc/common/app_support.xml374(link) msgid "http://openstack.redhat.com/" msgstr "红帽的RDO社区" #: ./doc/common/app_support.xml377(emphasis) msgid "openSUSE and SUSE Linux Enterprise Server:" msgstr "openSUSE 和 SUSE Linux Enterprise Server:" #: ./doc/common/app_support.xml381(link) msgid "http://en.opensuse.org/Portal:OpenStack" msgstr "openSUSE的关于OpenStack的板块" #: ./doc/common/app_support.xml384(emphasis) msgid "Ubuntu:" msgstr "Ubuntu:" #: ./doc/common/app_support.xml387(link) msgid "https://wiki.ubuntu.com/ServerTeam/CloudArchive" msgstr "ubuntu官方服务器团队之OpenStack云" #: ./doc/common/section_objectstorage-troubleshoot.xml7(title) msgid "Troubleshoot Object Storage" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml8(para) msgid "" "For Object Storage, everything is logged in " "/var/log/syslog (or messages on some distros). Several " "settings enable further customization of logging, such as " "log_name, log_facility, and " "log_level, within the object server configuration files." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml12(title) msgid "Drive failure" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml13(para) msgid "" "In the event that a drive has failed, the first step is to make sure the " "drive is unmounted. This will make it easier for Object Storage to work " "around the failure until it has been resolved. If the drive is going to be " "replaced immediately, then it is just best to replace the drive, format it, " "remount it, and let replication fill it up." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml17(para) msgid "" "If the drive can't be replaced immediately, then it is best to leave it " "unmounted, and remove the drive from the ring. This will allow all the " "replicas that were on that drive to be replicated elsewhere until the drive " "is replaced. Once the drive is replaced, it can be re-added to the ring." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml21(para) msgid "" "You can look at error messages in /var/log/kern.log for" " hints of drive failure." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml24(title) msgid "Server failure" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml25(para) msgid "" "If a server is having hardware issues, it is a good idea to make sure the " "Object Storage services are not running. This will allow Object Storage to " "work around the failure while you troubleshoot." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml28(para) msgid "" "If the server just needs a reboot, or a small amount of work that should " "only last a couple of hours, then it is probably best to let Object Storage " "work around the failure and get the machine fixed and back online. When the " "machine comes back online, replication will make sure that anything that is " "missing during the downtime will get updated." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml33(para) msgid "" "If the server has more serious issues, then it is probably best to remove " "all of the server's devices from the ring. Once the server has been repaired" " and is back online, the server's devices can be added back into the ring. " "It is important that the devices are reformatted before putting them back " "into the ring as it is likely to be responsible for a different set of " "partitions than before." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml41(title) msgid "Detect failed drives" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml42(para) msgid "" "It has been our experience that when a drive is about to fail, error " "messages will spew into /var/log/kern.log. There is a script called swift-" "drive-audit that can be run via cron to watch for bad drives. If errors are " "detected, it will unmount the bad drive, so that Object Storage can work " "around it. The script takes a configuration file with the following " "settings:" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml48(para) msgid "" "This script has only been tested on Ubuntu 10.04, so if you are using a " "different distro or OS, some care should be taken before using in " "production." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml53(title) msgid "Emergency recovery of ring builder files" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml54(para) msgid "" "You should always keep a backup of swift ring builder files. However, if an " "emergency occurs, this procedure may assist in returning your cluster to an " "operational state." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml57(para) msgid "" "Using existing swift tools, there is no way to recover a builder file from a" " ring.gz file. However, if you have a knowledge of " "Python, it is possible to construct a builder file that is pretty close to " "the one you have lost. The following is what you will need to do." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml62(para) msgid "" "This procedure is a last-resort for emergency circumstances. It requires " "knowledge of the swift python code and may not succeed." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml65(para) msgid "First, load the ring and a new ringbuilder object in a Python REPL:" msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml68(para) msgid "Now, start copying the data we have in the ring into the builder." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml86(para) msgid "" "This is the extent of the recoverable fields. For " "min_part_hours you'll either have to remember what the " "value you used was, or just make up a new one." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml91(para) msgid "" "Next, validate the builder. If this raises an exception, check your previous" " code. When it validates, you're ready to save the builder and create a new " "account.builder." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml95(para) msgid "Save the builder." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml100(para) msgid "" "You should now have a file called 'account.builder' in the current working " "directory. Next, run swift-ring-builder account.builder " "write_ring and compare the new account.ring.gz to the " "account.ring.gz that you started from. They probably won't be byte-for-byte " "identical, but if you load them up in a REPL and their " "_replica2part2dev_id and devs " "attributes are the same (or nearly so), then you're in good shape." msgstr "" #: ./doc/common/section_objectstorage-troubleshoot.xml107(para) msgid "" "Next, repeat the procedure for container.ring.gz and " "object.ring.gz, and you might get usable builder files." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml7(title) msgid "Account reaper" msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml8(para) msgid "" "In the background, the account reaper removes data from the deleted " "accounts." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml9(para) msgid "" "A reseller marks an account for deletion by issuing a DELETE " "request on the account's storage URL. This action sets the " "status column of the account_stat table in the account database" " and replicas to DELETED, marking the account's data for " "deletion." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml17(para) msgid "" "It's on the developers' to-do list to write a utility that performs this " "task, preferably through a REST call." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml12(para) msgid "" "Typically, a specific retention time or undelete are not provided. However, " "you can set a delay_reaping value in the [account-" "reaper] section of the account-server.conf to delay the actual " "deletion of data. At this time, to undelete you have to update the account " "database replicas directly, setting the status column to an empty string and" " updating the put_timestamp to be greater than the delete_timestamp. " "" msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml20(para) msgid "" "The account reaper runs on each account server and scans the server " "occasionally for account databases marked for deletion. It only fires up on " "the accounts for which the server is the primary node, so that multiple " "account servers aren't trying to do it simultaneously. Using multiple " "servers to delete one account might improve the deletion speed but requires " "coordination to avoid duplication. Speed really is not a big concern with " "data deletion, and large accounts aren't deleted often." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml26(para) msgid "" "Deleting an account is simple. For each account container, all objects are " "deleted and then the container is deleted. Deletion requests that fail will " "not stop the overall process but will cause the overall process to fail " "eventually (for example, if an object delete times out, you will not be able" " to delete the container or the account). The account reaper keeps trying to" " delete an account until it is empty, at which point the database reclaim " "process within the db_replicator will remove the database files." msgstr "" #: ./doc/common/section_objectstorage-account-reaper.xml32(para) msgid "" "A persistent error state may prevent the deletion of an object or container." " If this happens, you will see a message such as \"Account " "<name> has not been reaped since <date>\" in the log. You" " can control when this is logged with the reap_warn_after value" " in the [account-reaper] section of the account-server.conf " "file. The default value is 30 days." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml11(title) #: ./doc/common/section_dashboard_access.xml304(guilabel) msgid "Flavors" msgstr "云主机类型" #: ./doc/common/section_cli_nova_customize_flavors.xml12(para) msgid "" "Admin users can use the commands to customize and manage " "flavors. To see the available flavor-related commands, run:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml28(para) msgid "" "Configuration rights can be delegated to additional users by redefining the " "access controls for in " "/etc/nova/policy.json on the nova-api server." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml37(para) msgid "" "To modify an existing flavor in the dashboard, you must delete the flavor " "and create a modified one with the same name." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml43(para) msgid "Flavors define these elements:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml45(caption) msgid "Identity Service configuration file sections" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml51(td) msgid "Element" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml57(literal) msgid "Name" msgstr "名称" #: ./doc/common/section_cli_nova_customize_flavors.xml59(replaceable) msgid "XX" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml59(replaceable) msgid "SIZE_NAME" msgstr "SIZE_NAME" #: ./doc/common/section_cli_nova_customize_flavors.xml58(td) msgid "" "A descriptive name. . is typically not " "required, though some third party tools may rely on it." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml64(literal) msgid "Memory_MB" msgstr "Memory_MB" #: ./doc/common/section_cli_nova_customize_flavors.xml65(td) msgid "Virtual machine memory in megabytes." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml68(literal) msgid "Disk" msgstr "磁盘" #: ./doc/common/section_cli_nova_customize_flavors.xml69(td) msgid "" "Virtual root disk size in gigabytes. This is an ephemeral disk that the base" " image is copied into. When booting from a persistent volume it is not used." " The \"0\" size is a special case which uses the native base image size as " "the size of the ephemeral root volume." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml77(literal) msgid "Ephemeral" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml78(td) msgid "" "Specifies the size of a secondary ephemeral data disk. This is an empty, " "unformatted disk and exists only for the life of the instance." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml83(literal) msgid "Swap" msgstr "Swap" #: ./doc/common/section_cli_nova_customize_flavors.xml84(td) msgid "Optional swap space allocation for the instance." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml88(literal) msgid "VCPUs" msgstr "虚拟内核" #: ./doc/common/section_cli_nova_customize_flavors.xml89(td) msgid "Number of virtual CPUs presented to the instance." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml93(literal) msgid "RXTX_Factor" msgstr "RXTX_Factor" #: ./doc/common/section_cli_nova_customize_flavors.xml94(td) msgid "" "Optional property allows created servers to have a different bandwidth cap " "than that defined in the network they are attached to. This factor is " "multiplied by the rxtx_base property of the network. Default value is 1.0. " "That is, the same as attached network. This parameter is only available for " "Xen or NSX based systems." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml101(literal) msgid "Is_Public" msgstr "Is_Public" #: ./doc/common/section_cli_nova_customize_flavors.xml102(td) msgid "" "Boolean value, whether flavor is available to all users or private to the " "tenant it was created in. Defaults to True." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml107(literal) msgid "extra_specs" msgstr "extra_specs" #: ./doc/common/section_cli_nova_customize_flavors.xml108(para) msgid "" "Key and value pairs that define on which compute nodes a flavor can run. " "These pairs must match corresponding pairs on the compute nodes. Use to " "implement special resources, such as flavors that run on only compute nodes " "with GPU hardware." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml117(para) msgid "" "Flavor customization can be limited by the hypervisor in use. For example " "the libvirt driver enables quotas on CPUs available" " to a VM, disk tuning, bandwidth I/O, watchdog behavior, random number " "generator device control, and instance VIF traffic control." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml124(term) msgid "CPU limits" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml126(para) msgid "" "You can configure the CPU limits with control parameters with the " " client. For example, to configure the I/O limit, use:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml132(para) msgid "" "Use these optional parameters to control weight shares, enforcement " "intervals for runtime quotas, and a quota for maximum allowed bandwidth:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml137(para) msgid "" ". Specifies the proportional weighted share for the domain. " "If this element is omitted, the service defaults to the OS provided " "defaults. There is no unit for the value; it is a relative measure based on " "the setting of other VMs. For example, a VM configured with value 2048 gets " "twice as much CPU time as a VM configured with value 1024." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml148(para) msgid "" ". Specifies the enforcement interval (unit: microseconds) " "for QEMU and LXC hypervisors. Within a period, each VCPU of the domain is " "not allowed to consume more than the quota worth of runtime. The value " "should be in range [1000, 1000000]. A period with value 0" " means no value." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml158(para) msgid "" ". Specifies the upper limit for VMware machine CPU " "allocation in MHz. This parameter ensures that a machine never uses more " "than the defined amount of CPU time. It can be used to enforce a limit on " "the machine's CPU performance." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml163(para) msgid "" ". Specifies the guaranteed minimum CPU reservation in MHz " "for VMware. This means that if needed, the machine will definitely get " "allocated the reserved amount of CPU cycles." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml168(para) msgid "" ". Specifies the maximum allowed bandwidth (unit: " "microseconds). A domain with a negative-value quota indicates that the " "domain has infinite bandwidth, which means that it is not bandwidth " "controlled. The value should be in range [1000, " "18446744073709551] or less than 0. A quota with value 0 means no " "value. You can use this feature to ensure that all vCPUs run at the same " "speed. For example:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml181(para) msgid "" "In this example, the instance of m1.low_cpu can only " "consume a maximum of 50% CPU of a physical CPU computing capability." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml191(term) msgid "Disk tuning" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml193(para) msgid "" "Using disk I/O quotas, you can set maximum disk write to 10 MB per second " "for a VM user. For example:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml197(para) msgid "The disk I/O options are:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml200(para) msgid "disk_read_bytes_sec" msgstr "disk_read_bytes_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml203(para) msgid "disk_read_iops_sec" msgstr "disk_read_iops_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml206(para) msgid "disk_write_bytes_sec" msgstr "disk_write_bytes_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml209(para) msgid "disk_write_iops_sec" msgstr "disk_write_iops_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml212(para) msgid "disk_total_bytes_sec" msgstr "disk_total_bytes_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml215(para) msgid "disk_total_iops_sec" msgstr "disk_total_iops_sec" #: ./doc/common/section_cli_nova_customize_flavors.xml221(term) msgid "Bandwidth I/O" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml223(para) msgid "The vif I/O options are:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml226(para) msgid "vif_inbound_ average" msgstr "vif_inbound_ average" #: ./doc/common/section_cli_nova_customize_flavors.xml229(para) msgid "vif_inbound_burst" msgstr "vif_inbound_burst" #: ./doc/common/section_cli_nova_customize_flavors.xml232(para) msgid "vif_inbound_peak" msgstr "vif_inbound_peak" #: ./doc/common/section_cli_nova_customize_flavors.xml235(para) msgid "vif_outbound_ average" msgstr "vif_outbound_ average" #: ./doc/common/section_cli_nova_customize_flavors.xml238(para) msgid "vif_outbound_burst" msgstr "vif_outbound_burst" #: ./doc/common/section_cli_nova_customize_flavors.xml241(para) msgid "vif_outbound_peak" msgstr "vif_outbound_peak" #: ./doc/common/section_cli_nova_customize_flavors.xml244(para) msgid "" "Incoming and outgoing traffic can be shaped independently. The bandwidth " "element can have at most, one inbound and at most, one outbound child " "element. If you leave any of these child elements out, no quality of service" " (QoS) is applied on that traffic direction. So, if you want to shape only " "the network's incoming traffic, use inbound only (and vice versa). Each " "element has one mandatory attribute average, which specifies the average bit" " rate on the interface being shaped." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml255(para) msgid "" "There are also two optional attributes (integer): , which " "specifies the maximum rate at which a bridge can send data " "(kilobytes/second), and , the amount of bytes that can be " "burst at peak speed (kilobytes). The rate is shared equally within domains " "connected to the network." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml262(para) msgid "" "The following example configures a bandwidth limit for instance network " "traffic:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml269(term) msgid "Watchdog behavior" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml271(para) msgid "" "For the libvirt driver, you can enable and set the " "behavior of a virtual hardware watchdog device for each flavor. Watchdog " "devices keep an eye on the guest server, and carry out the configured " "action, if the server hangs. The watchdog uses the i6300esb device " "(emulating a PCI Intel 6300ESB). If hw:watchdog_action is" " not specified, the watchdog is disabled." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml280(para) msgid "To set the behavior, use:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml281(replaceable) #: ./doc/common/section_cli_nova_customize_flavors.xml321(replaceable) #: ./doc/common/section_cli_nova_customize_flavors.xml322(replaceable) #: ./doc/common/section_cli_nova_customize_flavors.xml323(replaceable) msgid "FLAVOR-NAME" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml281(replaceable) msgid "ACTION" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml282(para) msgid "Valid ACTION values are:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml286(para) msgid "disabled(default) The device is not attached." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml290(para) msgid "resetForcefully reset the guest." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml294(para) msgid "poweroffForcefully power off the guest." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml298(para) msgid "pausePause the guest." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml302(para) msgid "" "noneOnly enable the watchdog; do nothing if the server " "hangs." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml308(para) msgid "" "Watchdog behavior set using a specific image's properties will override " "behavior set using flavors." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml315(term) msgid "Random-number generator" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml317(para) msgid "" "If a random-number generator device has been added to the instance through " "its image properties, the device can be enabled and configured using:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml322(replaceable) msgid "RATE-BYTES" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml323(replaceable) msgid "RATE-PERIOD" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml324(para) #: ./doc/common/section_keystone_config_ldap-hardening.xml84(para) msgid "Where:" msgstr "地点:" #: ./doc/common/section_cli_nova_customize_flavors.xml327(para) msgid "" "RATE-BYTES(Integer) Allowed amount of bytes that " "the guest can read from the host's entropy per period." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml333(para) msgid "" "RATE-PERIOD(Integer) Duration of the read period " "in seconds." msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml341(term) msgid "Project private flavors" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml343(para) msgid "" "Flavors can also be assigned to particular projects. By default, a flavor is" " public and available to all projects. Private flavors are only accessible " "to those on the access list and are invisible to other projects. To create " "and assign a private flavor to a project, run these commands:" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml7(title) msgid "Configure tenant-specific image locations with Object Storage" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml15(para) msgid "The tenant who owns the image" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml18(para) msgid "" "Tenants that are defined in and that have admin-level " "accounts" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml9(para) msgid "" "For some deployers, it is not ideal to store all images in one place to " "enable all tenants and users to access them. You can configure the Image " "Service to store image data in tenant-specific image locations. Then, only " "the following tenants can use the Image Service to access the created " "image:" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml24(title) msgid "To configure tenant-specific image locations" msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml26(para) msgid "" "Configure swift as your in the glance-" "api.conf file." msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml34(para) msgid "" ". Set to True to enable tenant-specific " "storage locations. Default is False." msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml40(para) msgid "" ". Specify a list of tenant IDs that can grant read and write" " access to all Object Storage containers that are created by the Image " "Service." msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml31(para) msgid "" "Set these configuration options in the glance-api.conf " "file: " msgstr "" #: ./doc/common/section_objectstorage_tenant-specific-image-storage.xml49(para) msgid "" "With this configuration, images are stored in an Object Storage service " "(swift) endpoint that is pulled from the service catalog for the " "authenticated user." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml7(title) msgid "Ring-builder" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml8(para) msgid "" "Use the swift-ring-builder utility to build and manage rings. This utility " "assigns partitions to devices and writes an optimized Python structure to a " "gzipped, serialized file on disk for transmission to the servers. The server" " processes occasionally check the modification time of the file and reload " "in-memory copies of the ring structure as needed. If you use a slightly " "older version of the ring, one of the three replicas for a partition subset " "will be incorrect because of the way the ring-builder manages changes to the" " ring. You can work around this issue." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml18(para) msgid "" "The ring-builder also keeps its own builder file with the ring information " "and additional data required to build future rings. It is very important to " "keep multiple backup copies of these builder files. One option is to copy " "the builder files out to every server while copying the ring files " "themselves. Another is to upload the builder files into the cluster itself. " "If you lose the builder file, you have to create a new ring from scratch. " "Nearly all partitions would be assigned to different devices and, therefore," " nearly all of the stored data would have to be replicated to new locations." " So, recovery from a builder file loss is possible, but data would be " "unreachable for an extended time." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml31(title) msgid "Ring data structure" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml32(para) msgid "" "The ring data structure consists of three top level fields: a list of " "devices in the cluster, a list of lists of device ids indicating partition " "to device assignments, and an integer indicating the number of bits to shift" " an MD5 hash to calculate the partition for the hash." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml39(title) msgid "Partition assignment list" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml40(para) msgid "" "This is a list of array('H') of devices ids. The " "outermost list contains an array('H') for each replica. " "Each array('H') has a length equal to the partition count" " for the ring. Each integer in the array('H') is an index" " into the above list of devices. The partition list is known internally to " "the Ring class as _replica2part2dev_id." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml49(para) msgid "" "So, to create a list of device dictionaries assigned to a partition, the " "Python code would look like: " msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml53(para) msgid "" "That code is a little simplistic because it does not account for the removal" " of duplicate devices. If a ring has more replicas than devices, a partition" " will have more than one replica on a device." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml57(para) msgid "" "array('H') is used for memory conservation as there may " "be millions of partitions." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml62(title) msgid "Replica counts" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml63(para) msgid "" "To support the gradual change in replica counts, a ring can have a real " "number of replicas and is not restricted to an integer number of replicas." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml66(para) msgid "" "A fractional replica count is for the whole ring and not for individual " "partitions. It indicates the average number of replicas for each partition. " "For example, a replica count of 3.2 means that 20 percent of partitions have" " four replicas and 80 percent have three replicas." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml71(para) msgid "The replica count is adjustable." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml72(para) msgid "Example:" msgstr "例子:" #: ./doc/common/section_objectstorage-ringbuilder.xml75(para) msgid "" "You must rebalance the replica ring in globally distributed clusters. " "Operators of these clusters generally want an equal number of replicas and " "regions. Therefore, when an operator adds or removes a region, the operator " "adds or removes a replica. Removing unneeded replicas saves on the cost of " "disks." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml81(para) msgid "" "You can gradually increase the replica count at a rate that does not " "adversely affect cluster performance." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml91(para) msgid "" "Changes take effect after the ring is rebalanced. Therefore, if you intend " "to change from 3 replicas to 3.01 but you accidentally type " "2.01, no data is lost." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml96(replaceable) msgid "X.builder" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml95(para) msgid "" "Additionally, can now take a decimal argument for the " "number of replicas." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml101(title) msgid "Partition shift value" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml102(para) msgid "" "The partition shift value is known internally to the Ring class as " "_part_shift. This value is used to shift an MD5 hash to " "calculate the partition where the data for that hash should reside. Only the" " top four bytes of the hash is used in this process. For example, to compute" " the partition for the /account/container/object path, " "the Python code might look like the following code: " msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml113(para) msgid "" "For a ring generated with part_power P, the partition shift value is " "32 - P." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml117(title) msgid "Build the ring" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml118(para) msgid "The ring builder process includes these high-level steps:" msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml122(para) msgid "" "The utility calculates the number of partitions to assign to each device " "based on the weight of the device. For example, for a partition at the power" " of 20, the ring has 1,048,576 partitions. One thousand devices of equal " "weight each want 1,048.576 partitions. The devices are sorted by the number " "of partitions they desire and kept in order throughout the initialization " "process." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml132(para) msgid "" "Each device is also assigned a random tiebreaker value that is used when two" " devices desire the same number of partitions. This tiebreaker is not stored" " on disk anywhere, and so two different rings created with the same " "parameters will have different partition assignments. For repeatable " "partition assignments, RingBuilder.rebalance() takes an " "optional seed value that seeds the Python pseudo-random number generator." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml146(para) msgid "" "The ring builder assigns each partition replica to the device that requires " "most partitions at that point while keeping it as far away as possible from " "other replicas. The ring builder prefers to assign a replica to a device in " "a region that does not already have a replica. If no such region is " "available, the ring builder searches for a device in a different zone, or on" " a different server. If it does not find one, it looks for a device with no " "replicas. Finally, if all options are exhausted, the ring builder assigns " "the replica to the device that has the fewest replicas already assigned." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml160(para) msgid "" "The ring builder assigns multiple replicas to one device only if the ring " "has fewer devices than it has replicas." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml166(para) msgid "" "When building a new ring from an old ring, the ring builder recalculates the" " desired number of partitions that each device wants." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml175(para) msgid "" "The ring builder unassigns any assigned partitions from any removed devices " "and adds these partitions to the gathered list." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml181(para) msgid "" "The ring builder unassigns any partition replicas that can be spread out for" " better durability and adds these partitions to the gathered list." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml188(para) msgid "" "The ring builder unassigns random partitions from any devices that have more" " partitions than they need and adds these partitions to the gathered list." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml171(para) msgid "" "The ring builder unassigns partitions and gathers these partitions for " "reassignment, as follows: " msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml198(para) msgid "" "The ring builder reassigns the gathered partitions to devices by using a " "similar method to the one described previously." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml203(para) msgid "" "When the ring builder reassigns a replica to a partition, the ring builder " "records the time of the reassignment. The ring builder uses this value when " "it gathers partitions for reassignment so that no partition is moved twice " "in a configurable amount of time. The RingBuilder class knows this " "configurable amount of time as min_part_hours. The ring " "builder ignores this restriction for replicas of partitions on removed " "devices because removal of a device happens on device failure only, and " "reassignment is the only choice." msgstr "" #: ./doc/common/section_objectstorage-ringbuilder.xml217(para) msgid "" "Theses steps do not always perfectly rebalance a ring due to the random " "nature of gathering partitions for reassignment. To help reach a more " "balanced ring, the rebalance process is repeated until near perfect (less " "than 1 percent off) or when the balance does not improve by at least 1 " "percent (indicating we probably cannot get perfect balance due to wildly " "imbalanced zones or too many partitions recently moved)." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml8(title) msgid "Configure the Identity Service with SSL" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml9(para) msgid "You can configure the Identity Service to support two-way SSL." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml11(para) msgid "You must obtain the x509 certificates externally and configure them." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml13(para) msgid "" "The Identity Service provides a set of sample certificates in the examples/pki/certs and examples/pki/private directories:" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml19(title) msgid "Certificate types" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml21(term) #: ./doc/common/tables/nova-ca.xml21(replaceable) msgid "cacert.pem" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml23(para) msgid "Certificate Authority chain to validate against." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml28(term) msgid "ssl_cert.pem" msgstr "ssl_cert.pem" #: ./doc/common/section_keystone-ssl-config.xml30(para) msgid "Public certificate for Identity Service server." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml35(term) msgid "middleware.pem" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml37(para) msgid "Public and private certificate for Identity Service middleware/client." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml42(term) msgid "cakey.pem" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml44(para) msgid "Private key for the CA." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml48(term) msgid "ssl_key.pem" msgstr "ssl_key.pem" #: ./doc/common/section_keystone-ssl-config.xml50(para) msgid "Private key for the Identity Service server." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml56(para) msgid "" "You can choose names for these certificates. You can also combine the " "public/private keys in the same file, if you wish. These certificates are " "provided as an example." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml62(title) msgid "Client authentication with keystone-all" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml63(para) msgid "" "When running keystone-all, the server can be configured to enable SSL with " "client authentication using the following instructions. Modify the " "[eventlet_server_ssl] section in the " "etc/keystone.conf file. The following SSL configuration" " example uses the included sample certificates:" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml77(title) msgid "Options" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml79(para) msgid "enable. True enables SSL. Default is False." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml83(para) msgid "" "certfile. Path to the Identity Service public certificate" " file." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml87(para) msgid "" "keyfile. Path to the Identity Service private certificate" " file. If you include the private key in the certfile, you can omit the " "keyfile." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml93(para) msgid "ca_certs. Path to the CA trust chain." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml97(para) msgid "" "cert_required. Requires client certificate. Default is " "False." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml101(para) msgid "" "When running the Identity Service as a WSGI service in a web server such as " "Apache httpd, this configuration is done in the web server instead. In this " "case the options in the [eventlet_server_ssl] section are" " ignored." msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml7(title) msgid "Use Identity Service API v3 instead of API v2.0" msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml8(para) msgid "" "Use the following parameters in combination on any keystone command to " "specify which version of the API to use:" msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml13(para) msgid "" "--os-endpoint. The endpoint to use instead of the one" " in the service catalog. Defaults to env[OS_SERVICE_ENDPOINT]." msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml17(para) msgid "" "The keystone client detects the version of the API from " "this parameter." msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml21(para) msgid "" "--os-auth_url. The Identity Service endpoint to use " "for authentication. Defaults to env[OS_AUTH_URL]." msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml27(para) msgid "" "--os-identity-api-version. The Identity Service API " "version. Defaults to env[OS_IDENTITY_API_VERSION] or " "2.0." msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml33(para) msgid "For example, use the following parameters to use API v3:" msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml35(parameter) #: ./doc/common/section_cli_keystone_apiv3.xml37(parameter) msgid "--os-auth_url" msgstr "--os-auth_url" #: ./doc/common/section_cli_keystone_apiv3.xml35(parameter) #: ./doc/common/section_cli_keystone_apiv3.xml37(parameter) msgid "--os-identity-api-version" msgstr "" #: ./doc/common/section_cli_keystone_apiv3.xml36(para) msgid "Use the following parameters to use API v2.0:" msgstr "" #: ./doc/common/section_conventions.xml5(title) msgid "Conventions" msgstr "约定" #: ./doc/common/section_conventions.xml6(para) msgid "The OpenStack documentation uses several typesetting conventions." msgstr "OpenStack文档使用了多种排版约定。" #: ./doc/common/section_conventions.xml8(title) msgid "Notices" msgstr "声明" #: ./doc/common/section_conventions.xml9(para) msgid "Notices take these forms:" msgstr "以下形式的标志为注意项" #: ./doc/common/section_conventions.xml11(para) msgid "A handy tip or reminder." msgstr "便签或提醒" #: ./doc/common/section_conventions.xml14(para) msgid "Something you must be aware of before proceeding." msgstr "提醒用户进一步操作之前必须谨慎" #: ./doc/common/section_conventions.xml17(para) msgid "Critical information about the risk of data loss or security issues." msgstr "关于有丢失数据的风险或安全漏洞的危险信息提示" #: ./doc/common/section_conventions.xml22(title) msgid "Command prompts" msgstr "命令行提示符" #: ./doc/common/section_conventions.xml25(emphasis) #: ./doc/common/section_conventions.xml33(emphasis) msgid " prompt" msgstr " 提示符" #: ./doc/common/section_conventions.xml27(para) msgid "" "Any user, including the root user, can run commands that " "are prefixed with the prompt." msgstr " 提示符表示任意用户,包括 root用户,都可以运行的命令。" #: ./doc/common/section_conventions.xml35(para) msgid "" "The root user must run commands that are prefixed with " "the prompt. You can also prefix these commands with the " " command, if available, to run them." msgstr " 提示符表明命令仅为 root可以执行。当然,用户如果可以使用命令的话,也可以运行此提示符后面的命令。" #: ./doc/common/section_cli_glance_manage_images.xml8(title) msgid "Manage images" msgstr "管理镜像" #: ./doc/common/section_cli_glance_manage_images.xml9(para) msgid "" "The cloud operator assigns roles to users. Roles determine who can upload " "and manage images. The operator might restrict image upload and management " "to only cloud administrators or operators." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml13(para) msgid "" "You can upload images through the client or the Image " "Service API. Besides, you can use the client for the image " "management. The latter provides mechanisms to list and delete images, set " "and delete image metadata, and create images of a running instance of " "snapshot and backup types." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml17(para) msgid "After you upload an image, you cannot change it." msgstr "一旦用户上传了镜像,用户就无法更改它了。" #: ./doc/common/section_cli_glance_manage_images.xml18(para) msgid "" "For details about image creation, see the Virtual " "Machine Image Guide." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml23(title) msgid "List or get details for images (glance)" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml24(para) msgid "" "To get a list of images and to then get further details about a single " "image, use and ." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml76(para) msgid "" "When viewing a list of images, you can also use to filter " "the list, as follows:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml82(para) msgid "" "To store location metadata for images, which enables direct file access for " "a client, update the /etc/glance/glance.conf file with " "the following statements:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml89(code) msgid "show_multiple_locations = True" msgstr "show_multiple_locations = True" #: ./doc/common/section_cli_glance_manage_images.xml92(para) msgid "" "filesystem_store_metadata_file = " "filePath, where " "filePath points to a JSON file that defines the " "mount point for OpenStack images on your system and a unique ID. For " "example: " msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml104(para) msgid "" "After you restart the Image Service, you can use the following syntax to " "view the image's location information:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml105(replaceable) msgid "imageID" msgstr "imageID" #: ./doc/common/section_cli_glance_manage_images.xml106(para) msgid "" "For example, using the image ID shown above, you would issue the command as " "follows:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml111(title) msgid "Create or update an image (glance)" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml112(para) msgid "To create an image, use :" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml113(replaceable) #: ./doc/common/section_cli_glance_manage_images.xml116(replaceable) msgid "imageName" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml114(para) msgid "To update an image by name or ID, use :" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml118(para) msgid "" "The following table lists the optional arguments that you can use with the " " and commands to modify image properties. " "For more information, refer to Image Service chapter in the OpenStack Command-Line Interface " "Reference." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml128(parameter) msgid "--name NAME" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml131(para) msgid "The name of the image." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml136(parameter) msgid "--disk-format DISK_FORMAT" msgstr "--disk-format DISK_FORMAT" #: ./doc/common/section_cli_glance_manage_images.xml139(para) msgid "" "The disk format of the image. Acceptable formats are ami, ari, aki, vhd, " "vmdk, raw, qcow2, vdi, and iso." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml145(parameter) msgid "--container-format CONTAINER_FORMAT" msgstr "--container-format CONTAINER_FORMAT" #: ./doc/common/section_cli_glance_manage_images.xml148(para) msgid "" "The container format of the image. Acceptable formats are ami, ari, aki, " "bare, and ovf." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml154(parameter) msgid "--owner TENANT_ID" msgstr "--owner TENANT_ID" #: ./doc/common/section_cli_glance_manage_images.xml157(para) msgid "The tenant who should own the image." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml162(parameter) msgid "--size SIZE" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml165(para) msgid "The size of image data, in bytes." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml170(parameter) msgid "--min-disk DISK_GB" msgstr "--min-disk DISK_GB" #: ./doc/common/section_cli_glance_manage_images.xml173(para) msgid "The minimum size of the disk needed to boot the image, in gigabytes." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml179(parameter) msgid "--min-ram DISK_RAM" msgstr "--min-ram DISK_RAM" #: ./doc/common/section_cli_glance_manage_images.xml182(para) msgid "The minimum amount of RAM needed to boot the image, in megabytes." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml187(parameter) msgid "--location IMAGE_URL" msgstr "--location IMAGE_URL" #: ./doc/common/section_cli_glance_manage_images.xml190(para) msgid "" "The URL where the data for this image resides. For example, if the image " "data is stored in swift, you could specify " "swift://account:key@example.com/container/obj." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml197(parameter) msgid "--file FILE" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml200(para) msgid "" "Local file that contains the disk image to be uploaded during the update. " "Alternatively, you can pass images to the client through stdin." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml206(parameter) msgid "--checksum CHECKSUM" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml209(para) msgid "Hash of image data to use for verification." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml214(parameter) msgid "--copy-from IMAGE_URL" msgstr "--copy-from IMAGE_URL" #: ./doc/common/section_cli_glance_manage_images.xml217(para) msgid "" "Similar to --location in usage, but indicates that " "the image server should immediately copy the data and store it in its " "configured image store." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml224(parameter) msgid "--is-public [True|False]" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml227(para) msgid "Makes an image accessible for all the tenants (admin-only by default)." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml233(parameter) msgid "--is-protected [True|False]" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml236(para) msgid "Prevents an image from being deleted." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml241(parameter) msgid "--property KEY=VALUE" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml244(para) msgid "" "Arbitrary property to associate with image. This option can be used multiple" " times." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml250(parameter) msgid "--purge-props" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml253(para) msgid "" "Deletes all image properties that are not explicitly set in the update " "request. Otherwise, those properties not referenced are preserved." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml259(parameter) msgid "--human-readable" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml262(para) msgid "Prints the image size in a human-friendly format." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml266(para) msgid "" "The following example shows the command that you would use to upload a " "CentOS 6.3 image in qcow2 format and configure it for public access:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml270(para) msgid "" "The following example shows how to update an existing image with a " "properties that describe the disk bus, the CD-ROM bus, and the VIF model:" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml277(para) msgid "" "Currently the libvirt virtualization tool determines the disk, CD-ROM, and " "VIF device models based on the configured hypervisor type " "(libvirt_type in " "/etc/nova/nova.conf). For the sake of optimal " "performance, libvirt defaults to using virtio for both disk and VIF (NIC) " "models. The disadvantage of this approach is that it is not possible to run " "operating systems that lack virtio drivers, for example, BSD, Solaris, and " "older versions of Linux and Windows." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml283(para) msgid "" "If you specify a disk or CD-ROM bus model that is not supported, see . If you specify a VIF model that is not supported, " "the instance fails to launch. See ." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml287(para) msgid "" "The valid model values depend on the libvirt_type " "setting, as shown in the following tables." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml290(caption) msgid "Disk and CD-ROM bus model values" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml295(th) #: ./doc/common/section_cli_glance_manage_images.xml339(th) msgid "libvirt_type setting" msgstr "libvirt_type setting" #: ./doc/common/section_cli_glance_manage_images.xml296(th) #: ./doc/common/section_cli_glance_manage_images.xml340(th) msgid "Supported model values" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml301(td) #: ./doc/common/section_cli_glance_manage_images.xml345(td) msgid "qemu or kvm" msgstr "qemu 或 kvm" #: ./doc/common/section_cli_glance_manage_images.xml306(para) #: ./doc/common/section_cli_glance_manage_images.xml323(para) msgid "ide" msgstr "ide" #: ./doc/common/section_cli_glance_manage_images.xml309(para) msgid "scsi" msgstr "scsi" #: ./doc/common/section_cli_glance_manage_images.xml312(para) #: ./doc/common/section_cli_glance_manage_images.xml362(para) msgid "virtio" msgstr "virtio" #: ./doc/common/section_cli_glance_manage_images.xml319(td) #: ./doc/common/section_cli_glance_manage_images.xml326(para) #: ./doc/common/section_cli_glance_manage_images.xml369(td) msgid "xen" msgstr "xen" #: ./doc/common/section_cli_glance_manage_images.xml334(caption) msgid "VIF model values" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml350(para) #: ./doc/common/section_cli_glance_manage_images.xml373(para) msgid "e1000" msgstr "e1000" #: ./doc/common/section_cli_glance_manage_images.xml353(para) #: ./doc/common/section_cli_glance_manage_images.xml379(para) msgid "ne2k_pci" msgstr "ne2k_pci" #: ./doc/common/section_cli_glance_manage_images.xml356(para) #: ./doc/common/section_cli_glance_manage_images.xml382(para) msgid "pcnet" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml359(para) #: ./doc/common/section_cli_glance_manage_images.xml385(para) msgid "rtl8139" msgstr "rtl8139" #: ./doc/common/section_cli_glance_manage_images.xml376(para) msgid "netfront" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml391(td) msgid "vmware" msgstr "vmware" #: ./doc/common/section_cli_glance_manage_images.xml396(para) msgid "VirtualE1000" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml399(para) msgid "VirtualPCNet32" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml402(para) msgid "VirtualVmxnet" msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml414(para) msgid "" "If you encounter problems in creating an image in Image Service or Compute, " "the following information may help you troubleshoot the creation process." msgstr "" #: ./doc/common/section_cli_glance_manage_images.xml418(para) msgid "" "Ensure that the version of qemu you are using is version 0.14 or later. " "Earlier versions of qemu result in an unknown option -s " "error message in the nova-compute.log file." msgstr "" #: ./doc/common/section_keystone-external-auth.xml8(title) msgid "External authentication with Identity" msgstr "" #: ./doc/common/section_keystone-external-auth.xml9(para) msgid "" "When Identity runs in apache-httpd, you can use external " "authentication methods that differ from the authentication provided by the " "identity store back end. For example, you can use an SQL identity back end " "together with X.509 authentication, Kerberos, and so on instead of using the" " user name and password combination." msgstr "" #: ./doc/common/section_keystone-external-auth.xml16(title) msgid "Use HTTPD authentication" msgstr "" #: ./doc/common/section_keystone-external-auth.xml17(para) msgid "" "Web servers, like Apache HTTP, support many methods of authentication. " "Identity can allow the web server to perform the authentication. The web " "server then passes the authenticated user to Identity by using the " "REMOTE_USER environment variable. This user must already " "exist in the Identity back end to get a token from the controller. To use " "this method, Identity should run on apache-httpd." msgstr "" #: ./doc/common/section_keystone-external-auth.xml28(title) msgid "Use X.509" msgstr "" #: ./doc/common/section_keystone-external-auth.xml29(para) msgid "" "The following Apache configuration snippet authenticates the user based on a" " valid X.509 certificate from a known CA:" msgstr "" #: ./doc/common/section_getstart_object-storage.xml7(title) msgid "OpenStack Object Storage" msgstr "OpenStack对象存储" #: ./doc/common/section_getstart_object-storage.xml8(para) msgid "" "The OpenStack Object Storage is a multi-tenant object storage system. It is " "highly scalable and can manage large amounts of unstructured data at low " "cost through a RESTful HTTP API." msgstr "OpenStack对象存储是一个多租户的对象存储系统,它支持大规模扩展,可以以低成本来管理大型的非结构化数据,通过RESTful HTTP 应用程序接口。" #: ./doc/common/section_getstart_object-storage.xml11(para) #: ./doc/common/section_getstart_networking.xml13(para) msgid "It includes the following components:" msgstr "它包含下列组件:" #: ./doc/common/section_getstart_object-storage.xml13(term) msgid "" "Proxy servers (swift-proxy-" "server)" msgstr "代理服务器 (swift-proxy-server)" #: ./doc/common/section_getstart_object-storage.xml15(para) msgid "" "Accepts OpenStack Object Storage API and raw HTTP requests to upload files, " "modify metadata, and create containers. It also serves file or container " "listings to web browsers. To improve performance, the proxy server can use " "an optional cache that is usually deployed with memcache." msgstr "接收OpenStack对象存储API和纯粹的HTTP请求以上传文件,更改元数据,以及创建容器。它可服务于在web浏览器下显示文件和容器列表。为了改进性能,代理服务可以使用可选的缓存,通常部署的是memcache。" #: ./doc/common/section_getstart_object-storage.xml22(term) msgid "" "Account servers (swift-account-" "server)" msgstr "账户服务 (swift-account-server)" #: ./doc/common/section_getstart_object-storage.xml24(para) msgid "Manages accounts defined with Object Storage." msgstr "管理由对象存储定义的账户。" #: ./doc/common/section_getstart_object-storage.xml28(term) msgid "" "Container servers (swift-container-" "server)" msgstr "容器服务 (swift-container-server)" #: ./doc/common/section_getstart_object-storage.xml30(para) msgid "Manages the mapping of containers or folders, within Object Storage." msgstr "管理容器或文件夹的映射,对象存储内部。" #: ./doc/common/section_getstart_object-storage.xml34(term) msgid "" "Object servers (swift-object-" "server)" msgstr "对象服务 (swift-object-server)" #: ./doc/common/section_getstart_object-storage.xml36(para) msgid "Manages actual objects,such as files, on the storage nodes." msgstr "在存储节点管理实际的对象,诸如文件。" #: ./doc/common/section_getstart_object-storage.xml40(term) msgid "Various periodic processes" msgstr "各种定期进程" #: ./doc/common/section_getstart_object-storage.xml41(para) msgid "" "Performs housekeeping tasks on the large data store. The replication " "services ensure consistency and availability through the cluster. Other " "periodic processes include auditors, updaters, and reapers." msgstr "为了驾驭大型数据存储的任务,复制服务需要在集群内确保一致性和可用性,其他定期进程有审计,更新和reaper。" #: ./doc/common/section_getstart_object-storage.xml47(term) msgid "WSGI middleware" msgstr "WSGI中间件" #: ./doc/common/section_getstart_object-storage.xml48(para) msgid "Handles authentication and is usually OpenStack Identity." msgstr "掌控认证,使用OpenStack认证服务。" #: ./doc/common/section_dashboard-configure-https.xml7(title) msgid "Configure the dashboard for HTTPS" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml8(para) #: ./doc/common/section_dashboard-configure.xml11(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-https.xml13(para) msgid "" "This example uses the http://openstack.example.com " "domain. Use a domain that fits your current setup." msgstr "" #: ./doc/common/section_dashboard-configure-https.xml17(para) msgid "" "In the /etc/openstack-dashboard/local_settings.py file," " update the following options:" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml24(para) msgid "To enable HTTPS, the USE_SSL = True option is required." msgstr "" #: ./doc/common/section_dashboard-configure-https.xml26(para) msgid "" "The other options require that HTTPS is enabled; these options defend " "against cross-site scripting." msgstr "" #: ./doc/common/section_dashboard-configure-https.xml31(para) msgid "" "Edit the /etc/apache2/conf.d/openstack-dashboard.conf " "file as shown in :" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml36(title) msgid "Before" msgstr "前于" #: ./doc/common/section_dashboard-configure-https.xml50(title) msgid "After" msgstr "后于" #: ./doc/common/section_dashboard-configure-https.xml92(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.xml99(para) msgid "Restart the Apache HTTP server." msgstr "" #: ./doc/common/section_dashboard-configure-https.xml100(para) msgid "For Debian, Ubuntu, or SUSE distributions:" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml102(para) msgid "For Fedora, RHEL, or CentOS distributions:" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml106(para) msgid "Restart memcached:" msgstr "" #: ./doc/common/section_dashboard-configure-https.xml109(para) msgid "" "If you try to access the dashboard through HTTP, the browser redirects you " "to the HTTPS page." msgstr "" #: ./doc/common/section_cli_nova_volumes.xml7(title) msgid "Manage Volumes" msgstr "" #: ./doc/common/section_cli_nova_volumes.xml8(para) msgid "" "Depending on the setup of your cloud provider, they may give you an endpoint" " to use to manage volumes, or there may be an extension under the covers. In" " either case, you can use the CLI to manage volumes:" msgstr "" #: ./doc/common/section_cli_nova_volumes.xml25(para) msgid "For example, to list IDs and names of Compute volumes, run:" msgstr "" #: ./doc/common/section_compute-configure-console.xml7(title) msgid "Configure remote console access" msgstr "" #. #: ./doc/common/section_compute-configure-console.xml9(para) msgid "" "To provide a remote console or remote desktop access to guest virtual " "machines, use VNC or SPICE HTML5 through either the OpenStack dashboard or " "the command line. Best practice is to select one or the other to run." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-characteristics.xml49(None) msgid "" "@@image: '../common/figures/objectstorage.png'; " "md5=e26e374ace84070f5fed24e73adcd562" msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml7(title) msgid "Object Storage characteristics" msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml8(para) msgid "The key characteristics of Object Storage are that:" msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml11(para) msgid "All objects stored in Object Storage have a URL." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml14(para) msgid "" "All objects stored are replicated 3✕ in as-unique-as-possible zones, which " "can be defined as a group of drives, a node, a rack, and so on." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml18(para) msgid "All objects have their own metadata." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml21(para) msgid "" "Developers interact with the object storage system through a RESTful HTTP " "API." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml25(para) msgid "Object data can be located anywhere in the cluster." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml28(para) msgid "" "The cluster scales by adding additional nodes without sacrificing " "performance, which allows a more cost-effective linear storage expansion " "than fork-lift upgrades." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml33(para) msgid "Data doesn't have to be migrate to an entirely new storage system." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml36(para) msgid "New nodes can be added to the cluster without downtime." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml39(para) msgid "Failed nodes and disks can be swapped out without downtime." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml42(para) msgid "" "It runs on industry-standard hardware, such as Dell, HP, and Supermicro." msgstr "" #: ./doc/common/section_objectstorage-characteristics.xml53(para) msgid "" "Developers can either write directly to the Swift API or use one of the many" " client libraries that exist for all of the popular programming languages, " "such as Java, Python, Ruby, and C#. Amazon S3 and RackSpace Cloud Files " "users should be very familiar with Object Storage. Users new to object " "storage systems will have to adjust to a different approach and mindset than" " those required for a traditional filesystem." msgstr "" #: ./doc/common/section_cli_nova_metadata.xml8(title) msgid "Insert metadata during launch" msgstr "在启动时插入元数据" #: ./doc/common/section_cli_nova_metadata.xml9(para) msgid "" "When booting a server, you can also add metadata, so that you can more " "easily identify it amongst your ever-growing elastic cloud. Use the " "--meta option with a key=value pair, where you can make " "up the string for both the key and the value. For example, you could add a " "description and also the creator of the server. " msgstr "" #: ./doc/common/section_cli_nova_metadata.xml17(para) msgid "" "When viewing the server information, you can see the metadata included on " "the metadata line: " msgstr "" #: ./doc/common/section_cli_overview.xml7(title) #: ./doc/common/section_dashboard_access.xml105(guilabel) #: ./doc/common/section_dashboard_access.xml229(guilabel) msgid "Overview" msgstr "概览" #: ./doc/common/section_cli_overview.xml8(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 "每一个OpenStack的子项目都会提供一个命令行的客户端,使用户可以通过易用的命令来访问相对应项目的API。例如,计算服务提供的nova命令行客户端(python-novaclient)" #: ./doc/common/section_cli_overview.xml13(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.xml19(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.xml24(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 " "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.xml30(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.xml33(caption) msgid "OpenStack services and clients" msgstr "" #: ./doc/common/section_cli_overview.xml40(th) #: ./doc/common/ch_getstart.xml30(th) #: ./doc/common/section_keystone-concepts.xml88(term) msgid "Service" msgstr "服务" #: ./doc/common/section_cli_overview.xml41(th) msgid "Client" msgstr "" #: ./doc/common/section_cli_overview.xml42(th) msgid "Package" msgstr "" #: ./doc/common/section_cli_overview.xml48(td) #: ./doc/common/ch_getstart.xml102(glossterm) msgid "Block Storage" msgstr "块存储" #: ./doc/common/section_cli_overview.xml50(package) msgid "python-cinderclient" msgstr "python-cinderclient" #: ./doc/common/section_cli_overview.xml51(td) msgid "Create and manage volumes." msgstr "" #: ./doc/common/section_cli_overview.xml54(td) #: ./doc/common/section_dashboard_access.xml100(guilabel) #: ./doc/common/ch_getstart.xml53(glossterm) msgid "Compute" msgstr "Compute" #: ./doc/common/section_cli_overview.xml56(package) msgid "python-novaclient" msgstr "python-novaclient" #: ./doc/common/section_cli_overview.xml57(td) msgid "Create and manage images, instances, and flavors." msgstr "" #: ./doc/common/section_cli_overview.xml60(td) #: ./doc/common/ch_getstart.xml174(glossterm) msgid "Database Service" msgstr "数据库" #: ./doc/common/section_cli_overview.xml62(package) msgid "python-troveclient" msgstr "" #: ./doc/common/section_cli_overview.xml63(td) msgid "Create and manage databases." msgstr "" #: ./doc/common/section_cli_overview.xml66(td) msgid "Identity" msgstr "Identity" #: ./doc/common/section_cli_overview.xml68(package) #: ./doc/common/section_cli_overview.xml114(package) msgid "python-openstackclient" msgstr "" #: ./doc/common/section_cli_overview.xml69(td) msgid "Create and manage users, tenants, roles, endpoints, and credentials." msgstr "" #: ./doc/common/section_cli_overview.xml72(td) #: ./doc/common/ch_getstart.xml129(glossterm) msgid "Image Service" msgstr "镜像服务" #: ./doc/common/section_cli_overview.xml74(package) msgid "python-glanceclient" msgstr "" #: ./doc/common/section_cli_overview.xml75(td) msgid "Create and manage images." msgstr "" #: ./doc/common/section_cli_overview.xml78(td) #: ./doc/common/ch_getstart.xml67(glossterm) msgid "Networking" msgstr "网络" #: ./doc/common/section_cli_overview.xml80(package) msgid "python-neutronclient" msgstr "" #: ./doc/common/section_cli_overview.xml81(td) msgid "" "Configure networks for guest servers. This client was previously called " "." msgstr "" #: ./doc/common/section_cli_overview.xml85(td) #: ./doc/common/ch_getstart.xml84(glossterm) msgid "Object Storage" msgstr "Object Storage" #: ./doc/common/section_cli_overview.xml87(package) msgid "python-swiftclient" msgstr "" #: ./doc/common/section_cli_overview.xml88(td) msgid "" "Gather statistics, list items, update metadata, and upload, download, and " "delete files stored by the Object Storage service. Gain access to an Object " "Storage installation for ad hoc processing." msgstr "" #: ./doc/common/section_cli_overview.xml93(td) #: ./doc/common/section_dashboard_access.xml192(guilabel) #: ./doc/common/ch_getstart.xml159(glossterm) msgid "Orchestration" msgstr "编配" #: ./doc/common/section_cli_overview.xml95(package) msgid "python-heatclient" msgstr "" #: ./doc/common/section_cli_overview.xml96(td) msgid "" "Launch stacks from templates, view details of running stacks including " "events and resources, and update and delete stacks." msgstr "" #: ./doc/common/section_cli_overview.xml100(td) #: ./doc/common/ch_getstart.xml144(glossterm) msgid "Telemetry" msgstr "Telemetry" #: ./doc/common/section_cli_overview.xml102(package) msgid "python-ceilometerclient" msgstr "" #: ./doc/common/section_cli_overview.xml103(td) msgid "Create and collect measurements across OpenStack." msgstr "" #: ./doc/common/section_cli_overview.xml106(td) msgid "Data Processing" msgstr "数据处理" #: ./doc/common/section_cli_overview.xml108(package) msgid "python-saharaclient" msgstr "" #: ./doc/common/section_cli_overview.xml109(td) msgid "Creates and manages Hadoop clusters on OpenStack." msgstr "" #: ./doc/common/section_cli_overview.xml112(td) msgid "Common client" msgstr "" #: ./doc/common/section_cli_overview.xml115(td) msgid "Common client for the OpenStack project." msgstr "" #: ./doc/common/section_cli_overview.xml119(para) msgid "" "For client installation instructions, see Install the OpenStack command-line " "clients. For information about the OpenStack RC file, see Download and source the OpenStack RC " "file." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_getstart_logical_arch.xml40(None) msgid "" "@@image: 'figures/openstack-arch-havana-logical-v1.jpg'; " "md5=e7acaaee72722626b045eda3fae81841" msgstr "@@image: 'figures/openstack-arch-havana-logical-v1.jpg'; md5=e7acaaee72722626b045eda3fae81841" #: ./doc/common/section_getstart_logical_arch.xml7(title) #: ./doc/common/section_getstart_logical_arch.xml35(title) msgid "Logical architecture" msgstr "逻辑架构" #: ./doc/common/section_getstart_logical_arch.xml8(para) msgid "" "To design, deploy, and configure OpenStack, administrators must understand " "the logical architecture." msgstr "为了设计、部署和配置OpenStack,管理员必须理解逻辑架构。" #: ./doc/common/section_getstart_logical_arch.xml9(para) msgid "OpenStack modules are one of the following types:" msgstr "OpenStack的模块一定是下列类型中的一种:" #: ./doc/common/section_getstart_logical_arch.xml11(term) msgid "Daemon" msgstr "守护进程" #: ./doc/common/section_getstart_logical_arch.xml13(para) msgid "" "Runs as a background process. On Linux platforms, a daemon is usually " "installed as a service." msgstr "运行在后台的进程。在Linux平台中,一个守护进程通常被安装为一个服务。" #: ./doc/common/section_getstart_logical_arch.xml17(term) msgid "Script" msgstr "脚本" #: ./doc/common/section_getstart_logical_arch.xml19(para) msgid "" "Installs a virtual environment and runs tests. For example, the " "run_tests.sh script installs a virtual environment and runs " "unit tests on a service." msgstr "安装一个虚拟环境并且运行测试,例如,脚本run_tests.sh安装一个虚拟环境且在一个服务中运行单元测试。" #: ./doc/common/section_getstart_logical_arch.xml23(term) msgid "Command-line interface (CLI)" msgstr "命令行接口(CLI)" #: ./doc/common/section_getstart_logical_arch.xml25(para) msgid "" "Enables users to submit API calls to OpenStack services through easy-to-use " "commands." msgstr "让用户可通过简单易用的命令向OpenStack服务发出API调用请求。" #: ./doc/common/section_getstart_logical_arch.xml31(para) msgid "" "The following diagram shows the most common, but not the only, architecture " "for an OpenStack cloud:" msgstr "下面示意图展示了多数通常情况下,但不是唯一,OpenStack云的架构:" #: ./doc/common/section_getstart_logical_arch.xml44(para) msgid "" "As in , end users can interact through the " "dashboard, CLIs, and APIs. All services authenticate through a common " "Identity Service and individual services interact with each other through " "public APIs, except where privileged administrator commands are necessary." msgstr "正如,最终用户可通过仪表盘、命令行以及API来和OpenStack交互,所有服务的认证均通过共用的认证服务,各个服务通过彼此的公开API来交互,除了一些个管理员命令需要特别的授权之外。" #: ./doc/common/section_cli_neutron-quotas.xml7(title) msgid "Manage Networking service quotas" msgstr "管理网络服务配额" #: ./doc/common/section_cli_neutron-quotas.xml8(para) msgid "" "A quota limits the number of available resources. A default quota might be " "enforced for all tenants. When you try to create more resources than the " "quota allows, an error occurs:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml13(para) msgid "" "Per-tenant quota configuration is also supported by the quota extension API." " See Per-tenant quota " "configuration for details." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml17(title) msgid "Basic quota configuration" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml18(para) msgid "" "In the Networking default quota mechanism, all tenants have the same quota " "values, such as the number of resources that a tenant can create." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml21(para) msgid "" "The quota value is defined in the OpenStack Networking " "neutron.conf configuration file. To disable quotas for " "a specific resource, such as network, subnet, or port, remove a " "corresponding item from . This example shows the default " "quota values:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml42(para) msgid "" "OpenStack Networking also supports quotas for L3 resources: router and " "floating IP. Add these lines to the quotas section in the" " neutron.conf file." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml53(para) #: ./doc/common/section_cli_neutron-quotas.xml68(para) msgid "The option does not affect these quotas." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml56(para) msgid "" "OpenStack Networking also supports quotas for security group resources: " "number of security groups and the number of rules for each security group. " "Add these lines to the quotas section in the " "neutron.conf file:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml73(title) msgid "Configure per-tenant quotas" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml74(para) msgid "" "OpenStack Networking also supports per-tenant quota limit by quota extension" " API." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml78(para) msgid ". Deletes defined quotas for a specified tenant." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml82(para) msgid ". Lists defined quotas for all tenants." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml86(para) msgid ". Shows quotas for a specified tenant." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml90(para) msgid ". Updates quotas for a specified tenant." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml76(para) msgid "" "Use these commands to manage per-tenant quotas:Only users " "with the admin role can change a quota value. By default," " the default set of quotas are enforced for all tenants, so no " " command exists." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml99(title) msgid "Configure Networking to show per-tenant quotas" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml100(para) msgid "" "Set the quota_driver option in the " "neutron.conf file:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml103(para) msgid "" "When you set this option, the output for Networking commands shows " "quotas." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml107(title) msgid "List Networking extensions" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml108(para) msgid "To list the Networking extensions, run this command:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml111(para) msgid "" "The command shows the quotas extension, which provides " "per-tenant quota management support:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml129(title) msgid "Show information for the quotas extension" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml130(para) msgid "" "To show information for the quotas extension, run this " "command:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml144(para) msgid "" "Only some plug-ins support per-tenant quotas. Specifically, Open vSwitch, " "Linux Bridge, and VMware NSX support them, but new versions of other plug-" "ins might bring additional functionality. See the documentation for each " "plug-in." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml152(title) msgid "List tenants who have per-tenant quota support" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml153(para) msgid "" "The command lists tenants for which the per-tenant quota is" " enabled. The command does not list tenants with default quota support. You " "must be an administrative user to run this command:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml166(title) msgid "Show per-tenant quota values" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml167(para) msgid "" "The reports the current set of quota limits for the " "specified tenant. Non-administrative users can run this command without the " "--tenant_id parameter. If per-tenant quota limits are" " not enabled for the tenant, the command shows the default set of quotas:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml183(para) msgid "" "The following command shows the command output for a non-administrative " "user:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml197(title) msgid "Update quota values for a specified tenant" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml198(para) msgid "" "Use the command to update a quota for a specified tenant:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml210(para) msgid "You can update quotas for multiple resources through one command:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml222(para) msgid "" "To update the limits for an L3 resource such as, router or floating IP, you " "must define new values for the quotas after the -- " "directive." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml225(para) msgid "" "This example updates the limit of the number of floating IPs for the " "specified tenant:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml237(para) msgid "" "You can update the limits of multiple resources by including L2 resources " "and L3 resource through one command." msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml252(title) msgid "Delete per-tenant quota values" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml253(para) msgid "To clear per-tenant quota limits, use the command:" msgstr "" #: ./doc/common/section_cli_neutron-quotas.xml257(para) msgid "" "After you run this command, you can see that quota values for the tenant are" " reset to the default values:" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml11(title) msgid "Host aggregates" msgstr "主机聚合" #: ./doc/common/section_cli_nova_host_aggregates.xml12(para) msgid "" "Host aggregates are a mechanism to further partition an availability zone; " "while availability zones are visible to users, host aggregates are only " "visible to administrators. Host Aggregates provide a mechanism to allow " "administrators to assign key-value pairs to groups of machines. Each node " "can have multiple aggregates, each aggregate can have multiple key-value " "pairs, and the same key-value pair can be assigned to multiple aggregates. " "This information can be used in the scheduler to enable advanced scheduling," " to set up hypervisor resource pools or to define logical groups for " "migration." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml24(title) msgid "Command-line interface" msgstr "命令行接口" #: ./doc/common/section_cli_nova_host_aggregates.xml31(para) msgid "Print a list of all aggregates." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml36(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml112(replaceable) msgid "<name>" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml37(replaceable) msgid "<availability-zone>" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml39(para) msgid "" "Create a new aggregate named <name> in " "availability zone <availability-zone>. " "Returns the ID of the newly created aggregate. Hosts can be made available " "to multiple availability zones, but administrators should be careful when " "adding the host to a different host aggregate within the same availability " "zone and pay attention when using the and " "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.xml61(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml69(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml77(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml88(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml99(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml111(replaceable) msgid "<id>" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml63(para) msgid "Delete an aggregate with id <id>." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml71(para) msgid "" "Show details of the aggregate with id <id>." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml78(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml89(replaceable) msgid "<host>" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml80(para) msgid "" "Add host with name <host> to aggregate with" " id <id>." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml91(para) msgid "" "Remove the host with name <host> from the " "aggregate with id <id>." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml100(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml101(replaceable) msgid "<key=value>" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml104(para) msgid "" "Add or update metadata (key-value pairs) associated with the aggregate with " "id <id>." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml113(replaceable) msgid "<availability_zone>" msgstr "<availability_zone>" #: ./doc/common/section_cli_nova_host_aggregates.xml115(para) msgid "Update the name and availability zone (optional) for the aggregate." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml122(para) msgid "List all hosts by service." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml129(para) msgid "Put/resume host into/from maintenance." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml25(para) msgid "" "The command-line tool supports the following aggregate-" "related commands. " msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml135(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 admin role or the appropriate " "privileges, these errors occur:" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml147(title) msgid "Configure scheduler to support host aggregates" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml148(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.xml155(para) msgid "" "To configure the scheduler to support host aggregates, the " "scheduler_default_filters configuration option must " "contain the AggregateInstanceExtraSpecsFilter in addition" " to the other filters used by the scheduler. Add the following line to " "/etc/nova/nova.conf on the host that runs the " "nova-scheduler service to enable " "host aggregates filtering, as well as the other filters that are typically " "enabled:" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml169(title) msgid "Example: Specify compute hosts with SSDs" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml170(para) msgid "" "This example configures the Compute service to enable users to request nodes" " that have solid-state drives (SSDs). You create a fast-" "io host aggregate in the nova availability zone" " and you add the ssd=true key-value pair to the " "aggregate. Then, you add the node1, and " "node2 compute nodes to it." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml205(para) msgid "" "Use the command to create the " "ssd.large flavor called with an ID of 6, 8GB of " "RAM, 80GB root disk, and four vCPUs." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/section_cli_nova_host_aggregates.xml220(replaceable) msgid "ssd.large" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/tables/ironic-ilo.xml29(replaceable) msgid "6" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/tables/keystone-api.xml65(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml40(replaceable) msgid "8192" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) msgid "80" msgstr "80" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml45(replaceable) #: ./doc/common/tables/neutron-cisco.xml68(replaceable) #: ./doc/common/tables/heat-conf-changes.xml305(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml44(replaceable) #: ./doc/common/tables/swift-rsyncd-container.xml24(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml148(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml148(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml25(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml41(replaceable) msgid "4" msgstr "4" #: ./doc/common/section_cli_nova_host_aggregates.xml214(para) msgid "" "Once the flavor is created, specify one or more key-value pairs that match " "the key-value pairs on the host aggregates. In this case, that is the " "ssd=true key-value pair. Setting a key-value pair" " on a flavor is done using the command." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml220(replaceable) msgid "ssd=true" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml221(para) msgid "" "Once it is set, you should see the extra_specs property " "of the ssd.large flavor populated with a key of " "ssd and a corresponding value of true." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml242(para) msgid "" "Now, when a user requests an instance with the ssd.large " "flavor, the scheduler only considers hosts with the " "ssd=true key-value pair. In this example, these are " "node1 and node2." msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml250(title) msgid "XenServer hypervisor pools to support live migration" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml252(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_objectstorage-replication.xml7(title) #: ./doc/common/section_objectstorage-components.xml195(title) msgid "Replication" msgstr "重复" #: ./doc/common/section_objectstorage-replication.xml8(para) msgid "" "Because each replica in Object Storage functions independently and clients " "generally require only a simple majority of nodes to respond to consider an " "operation successful, transient failures like network partitions can quickly" " cause replicas to diverge. These differences are eventually reconciled by " "asynchronous, peer-to-peer replicator processes. The replicator processes " "traverse their local file systems and concurrently perform operations in a " "manner that balances load across physical disks." msgstr "" #: ./doc/common/section_objectstorage-replication.xml17(para) msgid "" "Replication uses a push model, with records and files generally only being " "copied from local to remote replicas. This is important because data on the " "node might not belong there (as in the case of hand offs and ring changes), " "and a replicator cannot know which data it should pull in from elsewhere in " "the cluster. Any node that contains data must ensure that data gets to where" " it belongs. The ring handles replica placement." msgstr "" #: ./doc/common/section_objectstorage-replication.xml25(para) msgid "" "To replicate deletions in addition to creations, every deleted record or " "file in the system is marked by a tombstone. The replication process cleans " "up tombstones after a time period known as the consistency window. This window defines the " "duration of the replication and how long transient failure can remove a node" " from the cluster. Tombstone cleanup must be tied to replication to reach " "replica convergence." msgstr "" #: ./doc/common/section_objectstorage-replication.xml33(para) msgid "" "If a replicator detects that a remote drive has failed, the replicator uses " "the get_more_nodes interface for the ring to choose an " "alternate node with which to synchronize. The replicator can maintain " "desired levels of replication during disk failures, though some replicas " "might not be in an immediately usable location." msgstr "" #: ./doc/common/section_objectstorage-replication.xml40(para) msgid "" "The replicator does not maintain desired levels of replication when failures" " such as entire node failures occur; most failures are transient." msgstr "" #: ./doc/common/section_objectstorage-replication.xml44(para) msgid "The main replication types are:" msgstr "" #: ./doc/common/section_objectstorage-replication.xml47(para) msgid "" "Database replication. Replicates " "containers and objects." msgstr "" #: ./doc/common/section_objectstorage-replication.xml52(para) msgid "" "Object replication. Replicates object " "data." msgstr "" #: ./doc/common/section_objectstorage-replication.xml57(title) msgid "Database replication" msgstr "" #: ./doc/common/section_objectstorage-replication.xml58(para) msgid "" "Database replication completes a low-cost hash comparison to determine " "whether two replicas already match. Normally, this check can quickly verify " "that most databases in the system are already synchronized. If the hashes " "differ, the replicator synchronizes the databases by sharing records added " "since the last synchronization point." msgstr "" #: ./doc/common/section_objectstorage-replication.xml65(para) msgid "" "This synchronization point is a high water mark that notes the last record " "at which two databases were known to be synchronized, and is stored in each " "database as a tuple of the remote database ID and record ID. Database IDs " "are unique across all replicas of the database, and record IDs are " "monotonically increasing integers. After all new records are pushed to the " "remote database, the entire synchronization table of the local database is " "pushed, so the remote database can guarantee that it is synchronized with " "everything with which the local database was previously synchronized." msgstr "" #: ./doc/common/section_objectstorage-replication.xml76(para) msgid "" "If a replica is missing, the whole local database file is transmitted to the" " peer by using rsync(1) and is assigned a new unique ID." msgstr "" #: ./doc/common/section_objectstorage-replication.xml79(para) msgid "" "In practice, database replication can process hundreds of databases per " "concurrency setting per second (up to the number of available CPUs or disks)" " and is bound by the number of database transactions that must be performed." msgstr "" #: ./doc/common/section_objectstorage-replication.xml86(title) msgid "Object replication" msgstr "" #: ./doc/common/section_objectstorage-replication.xml87(para) msgid "" "The initial implementation of object replication performed an rsync to push " "data from a local partition to all remote servers where it was expected to " "reside. While this worked at small scale, replication times skyrocketed once" " directory structures could no longer be held in RAM. This scheme was " "modified to save a hash of the contents for each suffix directory to a per-" "partition hashes file. The hash for a suffix directory is no longer valid " "when the contents of that suffix directory is modified." msgstr "" #: ./doc/common/section_objectstorage-replication.xml96(para) msgid "" "The object replication process reads in hash files and calculates any " "invalidated hashes. Then, it transmits the hashes to each remote server that" " should hold the partition, and only suffix directories with differing " "hashes on the remote server are rsynced. After pushing files to the remote " "server, the replication process notifies it to recalculate hashes for the " "rsynced suffix directories." msgstr "" #: ./doc/common/section_objectstorage-replication.xml104(para) msgid "" "The number of uncached directories that object replication must traverse, " "usually as a result of invalidated suffix directory hashes, impedes " "performance. To provide acceptable replication speeds, object replication is" " designed to invalidate around 2 percent of the hash space on a normal node " "each day." msgstr "" #: ./doc/common/section_getstart_networking.xml7(title) msgid "OpenStack Networking" msgstr "OpenStack 网络" #: ./doc/common/section_getstart_networking.xml8(para) msgid "" "OpenStack Networking allows you to create and attach interface devices " "managed by other OpenStack services to networks. Plug-ins can be implemented" " to accommodate different networking equipment and software, providing " "flexibility to OpenStack architecture and deployment." msgstr "OpenStack网络允许用户为了创建和挂接网卡设备而由其他OpenStack服务来管理并连接。插件机制可实现容纳不同的网络设备和软件,为OpenStack架构和部署提供灵活的机制。" #: ./doc/common/section_getstart_networking.xml16(systemitem) msgid "neutron-server" msgstr "neutron-server" #: ./doc/common/section_getstart_networking.xml17(para) msgid "" "Accepts and routes API requests to the appropriate OpenStack Networking " "plug-in for action." msgstr "接收和路由API请求到合适的OpenStack网络插件,以达到预想的目的。" #: ./doc/common/section_getstart_networking.xml21(term) msgid "OpenStack Networking plug-ins and agents" msgstr "OpenStack网络插件和代理" #: ./doc/common/section_getstart_networking.xml22(para) msgid "" "Plugs and unplugs ports, creates networks or subnets, and provides IP " "addressing. These plug-ins and agents differ depending on the vendor and " "technologies used in the particular cloud. OpenStack Networking ships with " "plug-ins and agents for Cisco virtual and physical switches, NEC OpenFlow " "products, Open vSwitch, Linux bridging, and the VMware NSX product." msgstr "插拔端口,创建网络和子网,以及提供IP地址,这些插件和代理依赖于供应商和技术而不同,OpenStack网络基于插件和代理为Cisco 虚拟和物理交换机、NEC OpenFlow产品,Open vSwitch,Linux bridging以及VMware NSX 产品穿线搭桥。" #: ./doc/common/section_getstart_networking.xml28(para) msgid "" "The common agents are L3 (layer 3), DHCP (dynamic host IP addressing), and a" " plug-in agent." msgstr "常见的代理L3(3层),DHCP(动态主机IP地址),以及插件代理。" #: ./doc/common/section_getstart_networking.xml32(term) #: ./doc/common/section_getstart_block-storage.xml45(term) msgid "Messaging queue" msgstr "消息队列" #: ./doc/common/section_getstart_networking.xml33(para) msgid "" "Used by most OpenStack Networking installations to route information between" " the neutron-server and various agents, as well as a database to store " "networking state for particular plug-ins." msgstr "用于在neutron-server和各种代理之间路由信息,也会为各种插件将网络状态存储到数据库中。" #: ./doc/common/section_getstart_networking.xml39(para) msgid "" "OpenStack Networking mainly interacts with OpenStack Compute to provide " "networks and connectivity for its instances." msgstr "OpenStack网络主要和OpenStack计算交互,以提供网络连接到它的实例。" #: ./doc/common/section_cli_nova_evacuate.xml7(title) msgid "Evacuate instances" msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml8(para) msgid "" "If a cloud compute node fails due to a hardware malfunction or another " "reason, you can evacuate instances to make them available again. You can " "optionally include the target host on the command. If you " "omit the host, the scheduler determines the target host." msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml12(para) msgid "" "To preserve user data on server disk, you must configure shared storage on " "the target host. Also, you must validate that the current VM host is down; " "otherwise, the evacuation fails with an error." msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml17(para) msgid "" "To list hosts and find a different host for the evacuated instance, run:" msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml21(para) msgid "" "Evacuate the instance. You can pass the instance password to the command by " "using the --password <pwd> option. If you do not " "specify a password, one is generated and printed after the command finishes " "successfully. The following command evacuates a server without shared " "storage from a host that is down to the specified " "host_b:" msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml26(replaceable) #: ./doc/common/section_cli_nova_evacuate.xml42(replaceable) msgid "evacuated_server_name" msgstr "evacuated_server_name" #: ./doc/common/section_cli_nova_evacuate.xml26(replaceable) #: ./doc/common/section_cli_nova_evacuate.xml42(replaceable) msgid "host_b" msgstr "host_b" #: ./doc/common/section_cli_nova_evacuate.xml27(para) msgid "" "The instance is booted from a new disk, but preserves its configuration " "including its ID, name, uid, IP address, and so on. The command returns a " "password:" msgstr "" #: ./doc/common/section_cli_nova_evacuate.xml36(para) msgid "" "To preserve the user disk data on the evacuated server, deploy OpenStack " "Compute with a shared file system. To configure your system, see Configure migrations " "in OpenStack Cloud Administrator Guide. In the " "following example, the password remains unchanged:" msgstr "" #: ./doc/common/section_compute-configure-spice.xml7(title) msgid "SPICE console" msgstr "" #: ./doc/common/section_compute-configure-spice.xml8(para) msgid "" "OpenStack Compute supports VNC consoles to guests. The VNC protocol is " "fairly limited, lacking support for multiple monitors, bi-directional audio," " reliable cut-and-paste, video streaming and more. SPICE is a new protocol " "that aims to address the limitations in VNC and provide good remote desktop " "support." msgstr "" #: ./doc/common/section_compute-configure-spice.xml13(para) msgid "" "SPICE support in OpenStack Compute shares a similar architecture to the VNC " "implementation. The OpenStack dashboard uses a SPICE-HTML5 widget in its " "console tab that communicates to the nova-" "spicehtml5proxy service by using SPICE-over-websockets. The " "nova-spicehtml5proxy service " "communicates directly with the hypervisor process by using SPICE." msgstr "" #: ./doc/common/section_compute-configure-spice.xml20(para) msgid "" "VNC must be explicitly disabled to get access to the SPICE console. Set the " " option to False in the " "[DEFAULT] section to disable the VNC console." msgstr "" #: ./doc/common/section_compute-configure-spice.xml23(para) msgid "" "Use the following options to configure SPICE as the console for OpenStack " "Compute:" msgstr "" #: ./doc/common/section_getstart_sahara.xml7(title) msgid "Data processing service" msgstr "数据处理服务" #: ./doc/common/section_getstart_sahara.xml8(para) msgid "" "The Data processing service for OpenStack (sahara) aims to provide users " "with a simple means to provision data processing (Hadoop, Spark) clusters by" " specifying several parameters like Hadoop version, cluster topology, node " "hardware details and a few more. After a user fills in all the parameters, " "the Data processing service deploys the cluster in a few minutes. Sahara " "also provides a means to scale already provisioned clusters by " "adding/removing worker nodes on demand." msgstr "OpenStack(sahara)的数据处理服务旨在为用户提供一个简单的部署数据处理(Hadoop,Spark)集群,仅通过提供一些简单的参数如Hadoop版本,集群的拓扑,节点硬件系统就可搞定。当用户填写了所有的参数后,sahara花几分钟就可将集群部署完成。Sahara还提供了为已有的集群扩展,按需添加/删除工作节点。" #: ./doc/common/section_getstart_sahara.xml19(para) msgid "" "Fast provisioning of Hadoop clusters on OpenStack for development and QA." msgstr "为开发和测试环境提供在OpenStack中快速的部署Hadoop集群。" #: ./doc/common/section_getstart_sahara.xml21(para) msgid "" "Utilization of unused compute power from general purpose OpenStack IaaS " "cloud." msgstr "在一个通用型OpenStack IaaS云中充分利用其未使用的计算能力。" #: ./doc/common/section_getstart_sahara.xml23(para) msgid "Analytics-as-a-Service for ad-hoc or bursty analytic workloads." msgstr "为ad-hoc或突破分析负载提供分析即服务。" #: ./doc/common/section_getstart_sahara.xml17(para) msgid "The solution addresses the following use cases: " msgstr "解决方案可交付如下使用场景: " #: ./doc/common/section_getstart_sahara.xml31(para) msgid "Designed as an OpenStack component." msgstr "基于OpenStack组件设计。" #: ./doc/common/section_getstart_sahara.xml32(para) msgid "" "Managed through REST API with UI available as part of OpenStack dashboard." msgstr "通过REST API来管理,其界面已经是OpenStack web界面的一部分,目前已可用。" #: ./doc/common/section_getstart_sahara.xml36(para) msgid "Pluggable system of Hadoop installation engines." msgstr "Hadoop安装引擎的可插拔系统。" #: ./doc/common/section_getstart_sahara.xml38(para) msgid "" "Integration with vendor specific management tools, such as Apache Ambari or " "Cloudera Management Console." msgstr "集成了供应商特别的管理工具,诸如Apache Ambari或Cloudera 管理终端。" #: ./doc/common/section_getstart_sahara.xml34(para) msgid "Support for different Hadoop distributions: " msgstr "支持不同的Hadoop发行版:" #: ./doc/common/section_getstart_sahara.xml42(para) msgid "" "Predefined templates of Hadoop configurations with the ability to modify " "parameters." msgstr "对Haddop配置模板的预定义,拥有可修改参数的能力。" #: ./doc/common/section_getstart_sahara.xml44(para) msgid "User-friendly UI for ad-hoc analytics queries based on Hive or Pig." msgstr "基于Hive或Pig为ad-hoc分析查询提供友好的用户界面。" #: ./doc/common/section_getstart_sahara.xml29(para) msgid "Key features are: " msgstr "关键特性有:" #: ./doc/common/section_getstart_block-storage.xml7(title) msgid "OpenStack Block Storage" msgstr "OpenStack块存储" #: ./doc/common/section_getstart_block-storage.xml8(para) msgid "" "The OpenStack Block Storage service (cinder) adds persistent storage to a " "virtual machine. Block Storage provides an infrastructure for managing " "volumes, and interacts with OpenStack Compute to provide volumes for " "instances. The service also enables management of volume snapshots, and " "volume types." msgstr "OpenStack块存储服务(cinder)为虚拟机添加持久的存储,块存储提供一个基础设施为了管理卷,以及和OpenStack计算服务交互,为实例提供卷。此服务也会激活管理卷的快照和卷类型的功能。" #: ./doc/common/section_getstart_block-storage.xml14(para) msgid "The Block Storage service consists of the following components:" msgstr "块存储服务通常包含下列组件:" #: ./doc/common/section_getstart_block-storage.xml18(systemitem) msgid "cinder-api" msgstr "cinder-api" #: ./doc/common/section_getstart_block-storage.xml19(para) msgid "" "Accepts API requests, and routes them to the cinder-volume for action." msgstr "接收API请求,然后将之路由到cinder-volume这里执行。" #: ./doc/common/section_getstart_block-storage.xml24(systemitem) #: ./doc/common/tables/cinder-rpc.xml49(replaceable) msgid "cinder-volume" msgstr "cinder-volume" #: ./doc/common/section_getstart_block-storage.xml25(para) msgid "" "Interacts directly with the Block Storage service, and processes such as the" " cinder-scheduler. It also " "interacts with these processes through a message queue. The cinder-volume service responds to read and write requests sent" " to the Block Storage service to maintain state. It can interact with a " "variety of storage providers through a driver architecture." msgstr "直接和块存储的服务交互,以及诸如 cinder-scheduler这样的流程交互,它和这些流程交互是通过消息队列。cinder-volume 服务响应那些发送到块存储服务的读写请求以维护状态,它可以可多个存储供应商通过driver架构作交互。" #: ./doc/common/section_getstart_block-storage.xml37(term) msgid "cinder-scheduler daemon" msgstr "cinder-scheduler守护进程" #: ./doc/common/section_getstart_block-storage.xml39(para) msgid "" "Selects the optimal storage provider node on which to create the volume. A " "similar component to the nova-" "scheduler." msgstr "选择最佳的存储节点来创建卷,和它类似的组件是nova-scheduler。" #: ./doc/common/section_getstart_block-storage.xml46(para) msgid "Routes information between the Block Storage processes." msgstr "在块存储的进程之间路由信息。" #: ./doc/common/section_dashboard-configure-vnc-window.xml7(title) msgid "Change the size of the dashboard VNC window" msgstr "更改界面VNC窗口的大小" #: ./doc/common/section_dashboard-configure-vnc-window.xml8(para) msgid "" "The _detail_vnc.html file defines the size of the VNC " "window. To change the window size, edit this file." msgstr "" #: ./doc/common/section_dashboard-configure-vnc-window.xml13(para) msgid "" "Edit " "/usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html." msgstr "编辑文件/usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html." #: ./doc/common/section_dashboard-configure-vnc-window.xml17(para) msgid "" "Modify the width and height " "parameters, as follows:" msgstr "" #: ./doc/common/section_using-vnc-console.xml7(title) msgid "Use the VNC console" msgstr "使用VNC终端" #: ./doc/common/section_using-vnc-console.xml8(para) msgid "" "To interact through the VNC console, you can use a VNC client directly, a " "special Java client, or a web browser. For information about how to " "configure the console, see ." msgstr "" #: ./doc/common/section_using-vnc-console.xml16(title) msgid "Get an access URL" msgstr "" #: ./doc/common/section_using-vnc-console.xml17(para) msgid "" "The Compute service enables you to create access_urls through the os-" "consoles extension. Support for accessing this URL is provided by the nova " "client:" msgstr "" #: ./doc/common/section_using-vnc-console.xml20(replaceable) #: ./doc/common/section_using-vnc-console.xml26(replaceable) #: ./doc/common/section_using-vnc-console.xml53(replaceable) #: ./doc/common/section_using-vnc-console.xml66(replaceable) msgid "[server_id]" msgstr "[server_id]" #: ./doc/common/section_using-vnc-console.xml20(replaceable) msgid "[novnc|xvpvnc]" msgstr "" #: ./doc/common/section_using-vnc-console.xml21(para) msgid "" "Specify 'novnc' to get a URL suitable for pasting into a " "web browser." msgstr "" #: ./doc/common/section_using-vnc-console.xml23(para) msgid "" "Specify 'xvpvnc' for a URL suitable for pasting into the " "Java client." msgstr "" #: ./doc/common/section_using-vnc-console.xml25(para) msgid "To request a web browser URL:" msgstr "" #: ./doc/common/section_using-vnc-console.xml29(title) msgid "Access a VNC console with a Java client" msgstr "" #: ./doc/common/section_using-vnc-console.xml30(para) msgid "" "To enable support for the OpenStack Java VNC client in compute, run the " "nova-xvpvncproxy service." msgstr "" #: ./doc/common/section_using-vnc-console.xml35(para) msgid "" "xvpvncproxy_port=[port] - port" " to bind (defaults to 6081)" msgstr "" #: ./doc/common/section_using-vnc-console.xml39(para) msgid "" "xvpvncproxy_host=[host] - host" " to bind (defaults to 0.0.0.0)" msgstr "" #: ./doc/common/section_using-vnc-console.xml43(para) msgid "" "As a client, you need a special Java client, which is a slightly modified " "version of TightVNC that supports our token auth:" msgstr "" #: ./doc/common/section_using-vnc-console.xml49(para) msgid "" "To create a session, request an access URL by using . Then, " "run the client as follows." msgstr "" #: ./doc/common/section_using-vnc-console.xml52(para) msgid "To get an access URL:" msgstr "" #: ./doc/common/section_using-vnc-console.xml54(para) msgid "To run the client:" msgstr "" #: ./doc/common/section_using-vnc-console.xml55(replaceable) msgid "[access_url]" msgstr "[access_url]" #: ./doc/common/section_using-vnc-console.xml60(title) msgid "Access a VNC console with a web browser" msgstr "" #: ./doc/common/section_using-vnc-console.xml62(para) msgid "" "Retrieving an access_url for a web browser is similar to the flow for the " "Java client." msgstr "" #: ./doc/common/section_using-vnc-console.xml64(para) msgid "To get the access URL, run the following command:" msgstr "" #: ./doc/common/section_using-vnc-console.xml67(para) msgid "Paste the URL into your web browser." msgstr "" #: ./doc/common/section_using-vnc-console.xml69(para) msgid "" "Additionally, you can use the OpenStack dashboard, known as horizon, to " "access browser-based VNC consoles for instances." msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml7(title) msgid "Add keypair" msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml8(para) msgid "" "Create at least one keypair for each project. If you have generated a " "keypair with an external tool, you can import it into OpenStack. The keypair" " can be used for multiple instances that belong to a project." msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml14(para) msgid "Create a key." msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml15(para) msgid "" "To create a mykey key that you can associate with " "instances, run the following command:" msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml18(para) msgid "" "Save the mykey.pem file to a secure location. It " "enables root access to any instances with which the mykey" " key is associated." msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml23(para) msgid "Alternatively, you can import a keypair." msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml24(para) msgid "" "To import an existing public key, mykey.pub, and " "associate it with the mykey key, run the following " "command:" msgstr "" #: ./doc/common/section_cli_nova_sshkeys.xml29(para) msgid "" "You must have the matching private key to access instances that are " "associated with this key." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml7(title) msgid "Secure the OpenStack Identity service connection to an LDAP back end" msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml9(para) msgid "" "The Identity service supports the use of TLS to encrypt LDAP traffic. Before" " configuring this, you must first verify where your certificate authority " "file is located. For more information, see ." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml13(para) msgid "Once you verify the location of your certificate authority file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml16(title) msgid "Configuring TLS encryption on LDAP traffic" msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml18(para) msgid "" "Open the /etc/keystone/keystone.conf configuration " "file." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml24(para) msgid "Find the [ldap] section." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml27(para) msgid "" "In the [ldap] section, set the use_tls" " configuration key to True. Doing so will enable TLS." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml32(para) msgid "" "Configure the Identity service to use your certificate authorities file. To " "do so, set the tls_cacertfile configuration key in the " "ldap section to the certificate authorities file's path." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml38(para) msgid "" "You can also set the tls_cacertdir (also in the " "ldap section) to the directory where all certificate " "authorities files are kept. If both tls_cacertfile and " "tls_cacertdir are set, then the latter will be ignored." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml47(para) msgid "" "Specify what client certificate checks to perform on incoming TLS sessions " "from the LDAP server. To do so, set the tls_req_cert " "configuration key in the [ldap] section to " "demand, allow, or " "never:" msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml54(para) msgid "" "demand: a certificate will always be requested from the " "LDAP server. The session will be terminated if no certificate is provided, " "or if the certificate provided cannot be verified against the existing " "certificate authorities file." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml61(para) msgid "" "allow: a certificate will always be requested from the " "LDAP server. The session will proceed as normal even if a certificate is not" " provided. If a certificate is provided but it cannot be verified against " "the existing certificate authorities file, the certificate will be ignored " "and the session will proceed as normal." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml68(para) msgid "never: a certificate will never be requested." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml73(para) msgid "" "On distributions that include openstack-config, " "you can configure TLS encryption on LDAP traffic by running the following " "commands instead:" msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml81(replaceable) msgid "CA_FILE" msgstr "CA_FILE" #: ./doc/common/section_keystone_config_ldap-hardening.xml83(replaceable) msgid "CERT_BEHAVIOR" msgstr "CERT_BEHAVIOR" #: ./doc/common/section_keystone_config_ldap-hardening.xml86(para) msgid "" "CA_FILE is the absolute path to the certificate " "authorities file that should be used to encrypt LDAP traffic." msgstr "" #: ./doc/common/section_keystone_config_ldap-hardening.xml89(para) msgid "" "CERT_BEHAVIOR: specifies what client certificate " "checks to perform on an incoming TLS session from the LDAP server " "(demand, allow, or " "never)." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml8(title) msgid "Certificates for PKI" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml9(para) msgid "" "PKI stands for Public Key Infrastructure. Tokens are documents, " "cryptographically signed using the X509 standard. In order to work correctly" " token generation requires a public/private key pair. The public key must be" " signed in an X509 certificate, and the certificate used to sign it must be " "available as a Certificate Authority (CA) certificate. These files can be " "generated either using the utility, or externally " "generated. The files need to be in the locations specified by the top level " "Identity Service configuration file keystone.conf as " "specified in the above section. Additionally, the private key should only be" " readable by the system user that will run the Identity Service." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml24(para) msgid "" "The certificates can be world readable, but the private key cannot be. The " "private key should only be readable by the account that is going to sign " "tokens. When generating files with the command, your best " "option is to run as the pki user. If you run as root, you " "can append --keystone-user and --keystone-" "group parameters to set the user name and group keystone is " "going to run under." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml35(para) msgid "" "The values that specify where to read the certificates are under the " "[signing] section of the configuration file. The " "configuration values are:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml40(para) msgid "" "certfile - Location of certificate used to verify tokens." " Default is /etc/keystone/ssl/certs/signing_cert.pem." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml46(para) msgid "" "keyfile - Location of private key used to sign tokens. " "Default is /etc/keystone/ssl/private/signing_key.pem." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml52(para) msgid "" "ca_certs - Location of certificate for the authority that" " issued the above certificate. Default is " "/etc/keystone/ssl/certs/ca.pem." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml59(para) msgid "" "ca_key - Location of the private key used by the CA. " "Default is /etc/keystone/ssl/private/cakey.pem." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml66(para) msgid "key_size - Default is 2048." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml71(para) msgid "valid_days - Default is 3650." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml76(para) msgid "" "cert_subject - Certificate subject (auto generated " "certificate) for token signing. Default is " "/C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml83(para) msgid "" "When generating certificates with the command, the " "ca_key, key_size, and " "valid_days configuration options are used." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml88(para) msgid "" "If the command is not used to generate certificates, or you" " are providing your own certificates, these values do not need to be set." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml92(para) msgid "" "If provider=keystone.token.providers.uuid.Provider in the" " [token] section of the keystone configuration, a typical" " token looks like 53f7f6ef0cc344b5be706bcc8b1479e1. If " "provider=keystone.token.providers.pki.Provider, a typical" " token is a much longer string, such as:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml127(title) msgid "Sign certificate issued by external CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml128(para) msgid "" "You can use a signing certificate issued by an external CA instead of " "generated by . However, a certificate issued by an external " "CA must satisfy the following conditions:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml135(para) msgid "" "all certificate and key files must be in Privacy Enhanced Mail (PEM) format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml139(para) msgid "private key files must not be protected by a password" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml143(para) msgid "" "When using a signing certificate issued by an external CA, you do not need " "to specify key_size, valid_days, and " "ca_password as they will be ignored." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml149(para) msgid "" "The basic workflow for using a signing certificate issued by an external CA " "involves:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml153(para) msgid "Request Signing Certificate from External CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml157(para) msgid "Convert certificate and private key to PEM if needed" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml161(para) msgid "Install External Signing Certificate" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml166(title) msgid "Request a signing certificate from an external CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml168(para) msgid "" "One way to request a signing certificate from an external CA is to first " "generate a PKCS #10 Certificate Request Syntax (CRS) using OpenSSL CLI." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml171(para) msgid "" "Create a certificate request configuration file. For example, create the " "cert_req.conf file, as follows:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml191(para) msgid "" "Then generate a CRS with OpenSSL CLI. Do not " "encrypt the generated private key. Must use the -nodes option." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml198(para) msgid "" "If everything is successful, you should end up with " "signing_cert_req.pem and " "signing_key.pem. Send " "signing_cert_req.pem to your CA to request a token " "signing certificate and make sure to ask the certificate to be in PEM " "format. Also, make sure your trusted CA certificate chain is also in PEM " "format." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml208(title) msgid "Install an external signing certificate" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml209(para) msgid "Assuming you have the following already:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml212(para) msgid "" "signing_cert.pem - (Keystone token) signing certificate" " in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml217(para) msgid "" "signing_key.pem - corresponding (non-encrypted) private" " key in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml223(para) msgid "" "cacert.pem - trust CA certificate chain in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml228(para) msgid "Copy the above to your certificate directory. For example:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml236(para) msgid "Make sure the certificate directory is only accessible by root." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml240(para) msgid "" "The procedure of copying the key and cert files may be improved if done " "after first running since this command also creates other " "needed files, such as the index.txt and " "serial files." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml246(para) msgid "" "Also, when copying the necessary files to a different server for replicating" " the functionality, the entire directory of files is needed, not just the " "key and cert files." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml251(para) msgid "" "If your certificate directory path is different from the default " "/etc/keystone/ssl/certs, make sure it is reflected in " "the [signing] section of the configuration file." msgstr "" #: ./doc/common/section_about-object-storage.xml7(title) #: ./doc/common/section_objectstorage-intro.xml7(title) msgid "Introduction to Object Storage" msgstr "Object存储介绍" #: ./doc/common/section_about-object-storage.xml8(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.xml15(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.xml27(para) msgid "" "For more information, review the key concepts in the developer documentation" " at docs.openstack.org/developer/swift/." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml11(title) msgid "Launch an instance from a volume" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml12(para) msgid "You can boot instances from a volume instead of an image." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml13(para) msgid "" "To complete these tasks, use these parameters on the nova " "command:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml21(th) msgid "Task" msgstr "任务" #: ./doc/common/section_cli_nova_boot_from_volume.xml22(th) msgid "nova boot parameter" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml23(th) msgid "See" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml28(td) msgid "Boot an instance from an image and attach a non-bootable volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml30(parameter) #: ./doc/common/section_cli_nova_boot_from_volume.xml36(parameter) #: ./doc/common/section_cli_nova_boot_from_volume.xml42(parameter) msgid "--block-device" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml34(td) msgid "Create a volume from an image and boot an instance from that volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml40(td) msgid "Boot from an existing source image, volume, or snapshot." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml46(td) msgid "Attach a swap disk to an instance." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml48(parameter) msgid "--swap" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml52(td) msgid "Attach an ephemeral disk to an instance." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml53(parameter) msgid "--ephemeral" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml59(para) msgid "" "To attach a volume to a running instance, see ." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml63(title) msgid "Boot instance from image and attach non-bootable volume" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml65(para) msgid "" "Create a non-bootable volume and attach that volume to an instance that you " "boot from an image." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml67(para) msgid "" "To create a non-bootable volume, do not create it from an image. The volume " "must be entirely empty with no partition table and no file system." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml72(para) msgid "Create a non-bootable volume:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml99(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml168(para) msgid "List volumes:" msgstr "列出卷:" #: ./doc/common/section_cli_nova_boot_from_volume.xml108(para) msgid "" "Boot an instance from an image and attach the empty volume to the instance:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml150(title) msgid "Create volume from image and boot instance" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml151(para) msgid "" "You can create a volume from an existing image, volume, or snapshot. This " "procedure shows you how to create a volume from an image, and use the volume" " to boot an instance." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml156(para) msgid "List the available images:" msgstr "列出可用镜像:" #: ./doc/common/section_cli_nova_boot_from_volume.xml166(para) msgid "Note the ID of the image that you want to use to create a volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml170(para) msgid "List the available flavors:" msgstr "列出可用的模板:" #: ./doc/common/section_cli_nova_boot_from_volume.xml181(para) msgid "Note the ID of the flavor that you want to use to create a volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml185(para) msgid "" "To create a bootable volume from an image and launch an instance from this " "volume, use the --block-device parameter." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml327(replaceable) msgid "FLAVOR" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml203(replaceable) msgid "SOURCE" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml215(replaceable) msgid "ID" msgstr "ID" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml222(replaceable) msgid "DEST" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml231(replaceable) msgid "SIZE" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) msgid "PRESERVE" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml248(replaceable) msgid "INDEX" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml189(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml327(replaceable) msgid "NAME" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml190(para) msgid "The parameters are:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml193(para) msgid "" "--flavorFLAVOR. The flavor" " ID or name." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml198(para) msgid "" "--block-device " "source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml203(emphasis) msgid "source=" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml205(para) msgid "" "The type of object used to create the block device. Valid values are " "volume, snapshot, " "image, and blank." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml215(emphasis) msgid "id=" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml217(para) msgid "The ID of the source object." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml222(emphasis) msgid "dest=" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml224(para) msgid "" "The type of the target virtual device. Valid values are " "volume and local." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml231(emphasis) msgid "size=" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml233(para) msgid "The size of the volume that is created." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml238(emphasis) msgid "shutdown={preserve|remove}" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml240(para) msgid "" "What to do with the volume when the instance is deleted. " "preserve does not delete the volume. " "remove deletes the volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml248(emphasis) msgid "bootindex=" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml250(para) msgid "" "Orders the boot disks. Use 0 to boot from this volume." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml258(para) msgid "NAME. The name for the server." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml264(para) msgid "" "Create a bootable volume from an image, before the instance boots. The " "volume is not deleted when the instance is terminated:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml305(para) msgid "" "List volumes to see the bootable volume and its attached " "myInstanceFromVolume instance:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml318(title) msgid "Attach swap or ephemeral disk to an instance" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml319(para) msgid "" "Use the nova --swap parameter to " "attach a swap disk on boot or the nova " "--ephemeral parameter to attach an " "ephemeral disk on boot. When you terminate the instance, both disks are " "deleted." msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml325(para) msgid "Boot an instance with a 512MB swap disk and 2GB ephemeral disk:" msgstr "" #: ./doc/common/section_cli_nova_boot_from_volume.xml327(replaceable) msgid "IMAGE_ID" msgstr "IMAGE_ID" #: ./doc/common/section_cli_nova_boot_from_volume.xml329(para) msgid "" "The flavor defines the maximum swap and ephemeral disk size. You cannot " "exceed these maximum values." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_dashboard_access.xml89(None) msgid "" "@@image: 'figures/dashboard-project-tab.png'; " "md5=5b192a3d34c9285dbacd875395b8e4cc" msgstr "@@image: 'figures/dashboard-project-tab.png'; md5=5b192a3d34c9285dbacd875395b8e4cc" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_dashboard_access.xml214(None) msgid "" "@@image: 'figures/dashboard-admin-tab.png'; " "md5=039358c76c549d7d423da5b8aa826435" msgstr "@@image: 'figures/dashboard-admin-tab.png'; md5=039358c76c549d7d423da5b8aa826435" #: ./doc/common/section_dashboard_access.xml12(title) msgid "Log in to the dashboard" msgstr "" #: ./doc/common/section_dashboard_access.xml13(para) msgid "" "The dashboard is available on the node with the nova-" "dashboard server role." msgstr "" #: ./doc/common/section_dashboard_access.xml17(para) msgid "" "Ask the cloud operator for the host name or public IP address from which you" " can access the dashboard, and for your user name and password." msgstr "" #: ./doc/common/section_dashboard_access.xml22(para) msgid "Open a web browser that has JavaScript and cookies enabled." msgstr "" #: ./doc/common/section_dashboard_access.xml25(para) msgid "" "To use the Virtual Network Computing (VNC) client for the dashboard, your " "browser must support HTML5 Canvas and HTML5 WebSockets. The VNC client is " "based on noVNC. For details, see noVNC: HTML5 " "VNC Client. For a list of supported browsers, see Browser " "support." msgstr "" #: ./doc/common/section_dashboard_access.xml38(para) msgid "" "In the address bar, enter the host name or IP address for the dashboard." msgstr "" #: ./doc/common/section_dashboard_access.xml40(replaceable) msgid "ipAddressOrHostName" msgstr "" #: ./doc/common/section_dashboard_access.xml42(para) msgid "" "If a certificate warning appears when you try to access the URL for the " "first time, a self-signed certificate is in use, which is not considered " "trustworthy by default. Verify the certificate or add an exception in the " "browser to bypass the warning." msgstr "" #: ./doc/common/section_dashboard_access.xml51(para) msgid "" "On the Log In page, enter your user name and password, " "and click Sign In." msgstr "" #: ./doc/common/section_dashboard_access.xml54(para) msgid "" "The top of the window displays your user name. You can also access " "Settings or sign out of the dashboard." msgstr "" #: ./doc/common/section_dashboard_access.xml61(para) msgid "" "If you are logged in as an end user, the Project tab is displayed." msgstr "" #: ./doc/common/section_dashboard_access.xml65(para) msgid "" "If you are logged in as an administrator, the Project tab and Admin tab are displayed." msgstr "" #: ./doc/common/section_dashboard_access.xml57(para) msgid "" "The visible tabs and functions in the dashboard depend on the access " "permissions, or roles, of the user you " "are logged in as." msgstr "" #: ./doc/common/section_dashboard_access.xml75(title) msgid "OpenStack dashboardProject tab" msgstr "" #: ./doc/common/section_dashboard_access.xml76(para) msgid "" "Projects are organizational units in the cloud, and are also known as " "tenants or accounts. Each user is a member of one or more projects. Within a" " project, a user creates and manages instances." msgstr "" #: ./doc/common/section_dashboard_access.xml80(para) msgid "" "From the Project tab, you can view and manage the " "resources in a selected project, including instances and images. You select " "the project from the CURRENT PROJECT list at the top of" " the tab." msgstr "" #: ./doc/common/section_dashboard_access.xml85(title) msgid "Project tab" msgstr "" #: ./doc/common/section_dashboard_access.xml93(para) msgid "" "From the Project tab, you can access the following " "tabs:" msgstr "" #: ./doc/common/section_dashboard_access.xml100(th) #: ./doc/common/section_dashboard_access.xml170(th) #: ./doc/common/section_dashboard_access.xml185(th) #: ./doc/common/section_dashboard_access.xml192(th) #: ./doc/common/section_dashboard_access.xml224(th) #: ./doc/common/section_dashboard_access.xml350(th) msgid " tab" msgstr "" #: ./doc/common/section_dashboard_access.xml106(para) msgid "View reports for the project." msgstr "" #: ./doc/common/section_dashboard_access.xml109(guilabel) #: ./doc/common/section_dashboard_access.xml292(guilabel) msgid "Instances" msgstr "实例" #: ./doc/common/section_dashboard_access.xml110(para) msgid "" "View, launch, create a snapshot from, stop, pause, or reboot instances, or " "connect to them through VNC." msgstr "" #: ./doc/common/section_dashboard_access.xml114(guilabel) #: ./doc/common/section_dashboard_access.xml119(guilabel) #: ./doc/common/section_dashboard_access.xml299(guilabel) msgid "Volumes" msgstr "云硬盘" #: ./doc/common/section_dashboard_access.xml115(para) #: ./doc/common/section_dashboard_access.xml141(para) msgid "Use the following tabs to complete these tasks:" msgstr "" #: ./doc/common/section_dashboard_access.xml121(para) msgid "View, create, edit, and delete volumes." msgstr "" #: ./doc/common/section_dashboard_access.xml125(guilabel) msgid "Volume Snapshots" msgstr "云硬盘快照" #: ./doc/common/section_dashboard_access.xml127(para) msgid "View, create, edit, and delete volume snapshots." msgstr "" #: ./doc/common/section_dashboard_access.xml133(guilabel) #: ./doc/common/section_dashboard_access.xml309(guilabel) msgid "Images" msgstr "镜像" #: ./doc/common/section_dashboard_access.xml134(para) msgid "" "View images and instance snapshots created by project users, plus any images" " that are publicly available. Create, edit, and delete images, and launch " "instances from images and snapshots." msgstr "" #: ./doc/common/section_dashboard_access.xml140(guilabel) msgid "Access & Security" msgstr "访问 & 安全" #: ./doc/common/section_dashboard_access.xml144(guilabel) msgid "Security Groups" msgstr "安全组" #: ./doc/common/section_dashboard_access.xml145(para) msgid "" "View, create, edit, and delete security groups and security group rules." msgstr "" #: ./doc/common/section_dashboard_access.xml150(guilabel) msgid "Key Pairs" msgstr "密钥对" #: ./doc/common/section_dashboard_access.xml151(para) msgid "View, create, edit, import, and delete key pairs." msgstr "" #: ./doc/common/section_dashboard_access.xml156(guilabel) msgid "Floating IPs" msgstr "浮动IP" #: ./doc/common/section_dashboard_access.xml158(para) msgid "Allocate an IP address to or release it from a project." msgstr "" #: ./doc/common/section_dashboard_access.xml163(guilabel) msgid "API Access" msgstr "访问API" #: ./doc/common/section_dashboard_access.xml164(para) msgid "View API endpoints." msgstr "" #: ./doc/common/section_dashboard_access.xml170(guilabel) msgid "Network" msgstr "网络" #: ./doc/common/section_dashboard_access.xml173(guilabel) msgid "Network Topology" msgstr "网络拓扑" #: ./doc/common/section_dashboard_access.xml174(para) msgid "View the network topology." msgstr "" #: ./doc/common/section_dashboard_access.xml177(guilabel) #: ./doc/common/section_dashboard_access.xml314(guilabel) msgid "Networks" msgstr "网络" #: ./doc/common/section_dashboard_access.xml178(para) msgid "Create and manage public and private networks." msgstr "" #: ./doc/common/section_dashboard_access.xml181(guilabel) #: ./doc/common/section_dashboard_access.xml318(guilabel) msgid "Routers" msgstr "路由" #: ./doc/common/section_dashboard_access.xml182(para) msgid "Create and manage subnets." msgstr "" #: ./doc/common/section_dashboard_access.xml185(guilabel) msgid "Object Store" msgstr "对象存储" #: ./doc/common/section_dashboard_access.xml188(guilabel) msgid "Containers" msgstr "容器" #: ./doc/common/section_dashboard_access.xml189(para) msgid "Create and manage containers and objects." msgstr "" #: ./doc/common/section_dashboard_access.xml195(guilabel) msgid "Stacks" msgstr "栈" #: ./doc/common/section_dashboard_access.xml196(para) msgid "Use the REST API to orchestrate multiple composite cloud applications." msgstr "" #: ./doc/common/section_dashboard_access.xml203(title) msgid "OpenStack dashboardAdmin tab" msgstr "" #: ./doc/common/section_dashboard_access.xml204(para) msgid "" "Administrative users can use the Admin tab to view " "usage and to manage instances, volumes, flavors, images, projects, users, " "services, and quotas." msgstr "" #: ./doc/common/section_dashboard_access.xml209(title) msgid "Admin tab" msgstr "" #: ./doc/common/section_dashboard_access.xml218(para) msgid "Access the following categories to complete these tasks:" msgstr "" #: ./doc/common/section_dashboard_access.xml224(guilabel) msgid "System Panel" msgstr "系统面板" #: ./doc/common/section_dashboard_access.xml230(para) msgid "View basic reports." msgstr "" #: ./doc/common/section_dashboard_access.xml233(guilabel) msgid "Resource Usage" msgstr "资源使用情况" #: ./doc/common/section_dashboard_access.xml234(para) msgid "Use the following tabs to view the following usages:" msgstr "" #: ./doc/common/section_dashboard_access.xml269(guilabel) msgid "Daily Report" msgstr "日报" #: ./doc/common/section_dashboard_access.xml271(para) msgid "View the daily report." msgstr "" #: ./doc/common/section_dashboard_access.xml275(guilabel) msgid "Stats" msgstr "统计数据" #: ./doc/common/section_dashboard_access.xml277(para) msgid "View the statistics of all resources." msgstr "" #: ./doc/common/section_dashboard_access.xml283(guilabel) msgid "Hypervisors" msgstr "虚拟机管理器" #: ./doc/common/section_dashboard_access.xml284(para) msgid "View the hypervisor summary." msgstr "" #: ./doc/common/section_dashboard_access.xml287(guilabel) msgid "Host Aggregates" msgstr "主机集合" #: ./doc/common/section_dashboard_access.xml288(para) msgid "" "View, create, and edit host aggregates. View the list of availability zones." msgstr "" #: ./doc/common/section_dashboard_access.xml293(para) msgid "" "View, pause, resume, suspend, migrate, soft or hard reboot, and delete " "running instances that belong to users of some, but not all, projects. Also," " view the log for an instance or access an instance through VNC." msgstr "" #: ./doc/common/section_dashboard_access.xml300(para) msgid "View, create, edit, and delete volumes and volume types." msgstr "" #: ./doc/common/section_dashboard_access.xml305(para) msgid "" "View, create, edit, view extra specifications for, and delete flavors. A " "flavor is size of an instance." msgstr "" #: ./doc/common/section_dashboard_access.xml310(para) msgid "View, create, edit properties for, and delete custom images." msgstr "" #: ./doc/common/section_dashboard_access.xml315(para) msgid "View, create, edit properties for, and delete networks." msgstr "" #: ./doc/common/section_dashboard_access.xml319(para) msgid "View, create, edit properties for, and delete routers." msgstr "" #: ./doc/common/section_dashboard_access.xml322(guilabel) msgid "System Info" msgstr "系统信息" #: ./doc/common/section_dashboard_access.xml323(para) msgid "Use the following tabs to view the service information:" msgstr "" #: ./doc/common/section_dashboard_access.xml326(guilabel) msgid "Services" msgstr "服务" #: ./doc/common/section_dashboard_access.xml327(para) msgid "View a list of the services." msgstr "" #: ./doc/common/section_dashboard_access.xml331(guilabel) msgid "Compute Services" msgstr "计算服务" #: ./doc/common/section_dashboard_access.xml332(para) msgid "View a list of all Compute services." msgstr "" #: ./doc/common/section_dashboard_access.xml336(guilabel) msgid "Network Agents" msgstr "网络代理" #: ./doc/common/section_dashboard_access.xml337(para) msgid "View the network agents." msgstr "" #: ./doc/common/section_dashboard_access.xml341(guilabel) msgid "Default Quotas" msgstr "默认配额" #: ./doc/common/section_dashboard_access.xml342(para) msgid "" "View default quota values. Quotas are hard-coded in OpenStack Compute and " "define the maximum allowable size and number of resources." msgstr "" #: ./doc/common/section_dashboard_access.xml350(guilabel) msgid "Identity Panel" msgstr "认证面板" #: ./doc/common/section_dashboard_access.xml358(guilabel) #: ./doc/common/section_getstart_compute.xml261(para) msgid "Projects" msgstr "项目" #: ./doc/common/section_dashboard_access.xml359(para) msgid "View, create, assign users to, remove users from, and delete projects." msgstr "" #: ./doc/common/section_dashboard_access.xml363(guilabel) msgid "Users" msgstr "用户" #: ./doc/common/section_dashboard_access.xml364(para) msgid "View, create, enable, disable, and delete users." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml7(title) msgid "Show usage statistics for hosts and instances" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml8(para) msgid "" "You can show basic statistics on resource usage for hosts and instances." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml11(para) msgid "" "For more sophisticated monitoring, see the ceilometer project. You can" " also use tools, such as Ganglia " "or Graphite, to gather " "more detailed data." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml21(title) msgid "Show host usage statistics" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml22(para) msgid "" "The following examples show the host usage statistics for a host called " "devstack." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml26(para) msgid "List the hosts and the nova-related services that run on them:" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml38(para) msgid "" "Get a summary of resource usage of all of the instances running on the host:" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml50(para) msgid "" "The cpu column shows the sum of the virtual CPUs for " "instances running on the host." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml52(para) msgid "" "The memory_mb column shows the sum of the memory (in MB) " "allocated to the instances that run on the host." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml55(para) msgid "" "The disk_gb column shows the sum of the root and " "ephemeral disk sizes (in GB) of the instances that run on the host." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml58(para) msgid "" "The row that has the value used_now in the " "PROJECT column shows the sum of the resources allocated " "to the instances that run on the host, plus the resources allocated to the " "virtual machine of the host itself." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml63(para) msgid "" "The row that has the value used_max row in the " "PROJECT column shows the sum of the resources allocated " "to the instances that run on the host." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml69(para) msgid "" "These values are computed by using information about the flavors of the " "instances that run on the hosts. This command does not query the CPU usage, " "memory usage, or hard disk usage of the physical host." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml76(title) msgid "Show instance usage statistics" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml78(para) msgid "Get CPU, memory, I/O, and network statistics for an instance." msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml80(para) msgid "List instances:" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml88(para) msgid "Get diagnostic statistics:" msgstr "" #: ./doc/common/section_cli_nova_usage_statistics.xml109(para) msgid "Get summary statistics for each tenant:" msgstr "" #: ./doc/common/section_cli_openrc.xml8(title) msgid "Set environment variables using the OpenStack RC file" msgstr "" #: ./doc/common/section_cli_openrc.xml10(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" " openrc.sh file. If your " "OpenStack installation provides it, you can download the file from the " "OpenStack dashboard as an administrative user or any other user. " "This project-specific environment file contains the credentials that all " "OpenStack services use." msgstr "" #: ./doc/common/section_cli_openrc.xml19(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.xml24(para) msgid "" "Defining environment variables using an environment file is not a common " "practice on Microsoft Windows. Environment variables are usually defined in " "the Advanced tab of the System Properties dialog box." msgstr "" #: ./doc/common/section_cli_openrc.xml30(title) msgid "Download and source the OpenStack RC file" msgstr "" #: ./doc/common/section_cli_openrc.xml33(para) msgid "" "Log in to the OpenStack dashboard, choose the project for which you want to " "download the OpenStack RC file, and click Access & " "Security." msgstr "" #: ./doc/common/section_cli_openrc.xml39(para) msgid "" "On the API Access tab, click Download OpenStack RC " "File and save the file. The filename will be of the form " "PROJECT-openrc.sh where " "PROJECT is the name of the project for which you " "downloaded the file." msgstr "" #: ./doc/common/section_cli_openrc.xml48(para) msgid "" "Copy the PROJECT-openrc.sh " "file to the computer from which you want to run OpenStack commands." msgstr "" #: ./doc/common/section_cli_openrc.xml52(para) msgid "" "For example, copy the file to the computer from which you want to upload an " "image with a client command." msgstr "" #: ./doc/common/section_cli_openrc.xml58(para) msgid "" "On any shell from which you want to run OpenStack commands, source the " "PROJECT-openrc.sh file for " "the respective project." msgstr "" #: ./doc/common/section_cli_openrc.xml62(para) msgid "" "In the following example, the demo-openrc.sh file is " "sourced for the demo project:" msgstr "" #: ./doc/common/section_cli_openrc.xml68(para) msgid "" "When you are prompted for an OpenStack password, enter the password for the " "user who downloaded the " "PROJECT-openrc.sh file." msgstr "" #: ./doc/common/section_cli_openrc.xml76(title) msgid "Create and source the OpenStack RC file" msgstr "" #: ./doc/common/section_cli_openrc.xml77(para) msgid "" "Alternatively, you can create the " "PROJECT-openrc.sh file from " "scratch, if for some reason you cannot download the file from the dashboard." msgstr "" #: ./doc/common/section_cli_openrc.xml83(para) msgid "" "In a text editor, create a file named " "PROJECT-openrc.sh file and " "add the following authentication information:" msgstr "" #: ./doc/common/section_cli_openrc.xml87(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml41(replaceable) msgid "username" msgstr "用户名" #: ./doc/common/section_cli_openrc.xml88(replaceable) #: ./doc/common/tables/heat-common.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_fslsdn.xml37(replaceable) #: ./doc/common/tables/nova-ldap.xml25(replaceable) #: ./doc/common/tables/heat-conf-changes.xml294(td) #: ./doc/common/tables/neutron-plumgrid.xml33(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml20(replaceable) #: ./doc/common/tables/ceilometer-tripleo.xml25(replaceable) #: ./doc/common/tables/cinder-eqlx.xml25(replaceable) #: ./doc/common/tables/neutron-ml2_brocade.xml33(replaceable) #: ./doc/common/tables/cinder-coraid.xml33(replaceable) #: ./doc/common/tables/cinder-backups_tsm.xml25(replaceable) msgid "password" msgstr "密码" #: ./doc/common/section_cli_openrc.xml89(replaceable) msgid "projectName" msgstr "" #: ./doc/common/section_cli_openrc.xml90(replaceable) msgid "https://identityHost:portNumber/v2.0" msgstr "" #: ./doc/common/section_cli_openrc.xml92(replaceable) msgid "tenantIDString" msgstr "" #: ./doc/common/section_cli_openrc.xml93(replaceable) msgid "regionName" msgstr "" #: ./doc/common/section_cli_openrc.xml97(para) msgid "" "On any shell from which you want to run OpenStack commands, source the " "PROJECT-openrc.sh file for " "the respective project. In this example, you source the admin-" "openrc.sh file for the admin project:" msgstr "" #: ./doc/common/section_cli_openrc.xml109(para) msgid "" "You are not prompted for the password with this method. The password lives " "in clear text format in the " "PROJECT-openrc.sh file. " "Restrict the permissions on this file to avoid security problems. You can " "also remove the OS_PASSWORD variable from the file, and " "use the --password parameter with OpenStack client " "commands instead." msgstr "" #: ./doc/common/section_cli_openrc.xml120(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.xml128(title) msgid "Override environment variable values" msgstr "" #: ./doc/common/section_cli_openrc.xml129(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 " " output of the various client commands. For example, you can" " override the setting in the " "PROJECT-openrc.sh file by " "specifying a password on a command, as follows:" msgstr "" #: ./doc/common/section_cli_openrc.xml137(replaceable) msgid "PASSWORD" msgstr "密码" #: ./doc/common/section_cli_openrc.xml138(para) msgid "Where PASSWORD is your password." msgstr "" #: ./doc/common/section_cli_openrc.xml139(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.xml143(para) msgid "" "For example, when you specify your password using the command-line client " "with the --os-password argument, anyone with access " "to your computer can view it in plain text with the ps " "field." msgstr "" #: ./doc/common/section_cli_openrc.xml147(para) msgid "" "To avoid storing the password in plain text, you can prompt for the " "OpenStack password interactively." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml43(None) msgid "" "@@image: '../common/figures/objectstorage-buildingblocks.png'; " "md5=ed79466c8464513dbeaf1e0954280e5e" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml89(None) msgid "" "@@image: '../common/figures/objectstorage-ring.png'; " "md5=a94e26734cec6980c3684d9e824eac2d" msgstr "@@image: '../common/figures/objectstorage-ring.png'; md5=a94e26734cec6980c3684d9e824eac2d" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml129(None) msgid "" "@@image: '../common/figures/objectstorage-zones.png'; " "md5=1b1dc0abe6ea0c516f22ce399deb75ed" msgstr "@@image: '../common/figures/objectstorage-zones.png'; md5=1b1dc0abe6ea0c516f22ce399deb75ed" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml147(None) msgid "" "@@image: '../common/figures/objectstorage-accountscontainers.png'; " "md5=4b15e5a202db5bde53c9b369058aeab8" msgstr "@@image: '../common/figures/objectstorage-accountscontainers.png'; md5=4b15e5a202db5bde53c9b369058aeab8" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml172(None) msgid "" "@@image: '../common/figures/objectstorage-partitions.png'; " "md5=2c161c2e92d6fefc8140ec86e79e9492" msgstr "@@image: '../common/figures/objectstorage-partitions.png'; md5=2c161c2e92d6fefc8140ec86e79e9492" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml198(None) msgid "" "@@image: '../common/figures/objectstorage-replication.png'; " "md5=9d55594d7f445764569ab04d8d4373b2" msgstr "@@image: '../common/figures/objectstorage-replication.png'; md5=9d55594d7f445764569ab04d8d4373b2" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_objectstorage-components.xml225(None) msgid "" "@@image: '../common/figures/objectstorage-usecase.png'; " "md5=07480e7175b383171173775fb96d70d7" msgstr "@@image: '../common/figures/objectstorage-usecase.png'; md5=07480e7175b383171173775fb96d70d7" #: ./doc/common/section_objectstorage-components.xml7(title) msgid "Components" msgstr "组件" #: ./doc/common/section_objectstorage-components.xml8(para) msgid "" "The components that enable Object Storage to deliver high availability, high" " durability, and high concurrency are:" msgstr "" #: ./doc/common/section_objectstorage-components.xml12(para) msgid "" "Proxy servers. Handle all of the incoming" " API requests." msgstr "" #: ./doc/common/section_objectstorage-components.xml16(para) msgid "" "Rings. Map logical names of data to " "locations on particular disks." msgstr "" #: ./doc/common/section_objectstorage-components.xml20(para) msgid "" "Zones. Isolate data from other zones. A " "failure in one zone doesn't impact the rest of the cluster because data is " "replicated across zones." msgstr "" #: ./doc/common/section_objectstorage-components.xml25(para) msgid "" "Accounts and containers. Each account and" " container are individual databases that are distributed across the cluster." " An account database contains the list of containers in that account. A " "container database contains the list of objects in that container." msgstr "" #: ./doc/common/section_objectstorage-components.xml31(para) msgid "Objects. The data itself." msgstr "" #: ./doc/common/section_objectstorage-components.xml34(para) msgid "" "Partitions. A partition stores objects, " "account databases, and container databases and helps manage locations where " "data lives in the cluster." msgstr "" #: ./doc/common/section_objectstorage-components.xml40(title) msgid "Object Storage building blocks" msgstr "" #: ./doc/common/section_objectstorage-components.xml48(title) msgid "Proxy servers" msgstr "" #: ./doc/common/section_objectstorage-components.xml49(para) msgid "" "Proxy servers are the public face of Object Storage and handle all of the " "incoming API requests. Once a proxy server receives a request, it determines" " the storage node based on the object's URL, for example, " "https://swift.example.com/v1/account/container/object. Proxy servers also " "coordinate responses, handle failures, and coordinate timestamps." msgstr "" #: ./doc/common/section_objectstorage-components.xml54(para) msgid "" "Proxy servers use a shared-nothing architecture and can be scaled as needed " "based on projected workloads. A minimum of two proxy servers should be " "deployed for redundancy. If one proxy server fails, the others take over." msgstr "" #: ./doc/common/section_objectstorage-components.xml57(para) msgid "" "For more information concerning proxy server configuration, please see the " "Configuration Reference." msgstr "" #: ./doc/common/section_objectstorage-components.xml62(title) msgid "Rings" msgstr "" #: ./doc/common/section_objectstorage-components.xml63(para) msgid "" "A ring represents a mapping between the names of entities stored on disk and" " their physical locations. There are separate rings for accounts, " "containers, and objects. When other components need to perform any operation" " on an object, container, or account, they need to interact with the " "appropriate ring to determine their location in the cluster." msgstr "" #: ./doc/common/section_objectstorage-components.xml68(para) msgid "" "The ring maintains this mapping using zones, devices, partitions, and " "replicas. Each partition in the ring is replicated, by default, three times " "across the cluster, and partition locations are stored in the mapping " "maintained by the ring. The ring is also responsible for determining which " "devices are used for handoff in failure scenarios." msgstr "" #: ./doc/common/section_objectstorage-components.xml73(para) msgid "" "Data can be isolated into zones in the ring. Each partition replica is " "guaranteed to reside in a different zone. A zone could represent a drive, a " "server, a cabinet, a switch, or even a data center." msgstr "" #: ./doc/common/section_objectstorage-components.xml76(para) msgid "" "The partitions of the ring are equally divided among all of the devices in " "the Object Storage installation. When partitions need to be moved around " "(for example, if a device is added to the cluster), the ring ensures that a " "minimum number of partitions are moved at a time, and only one replica of a " "partition is moved at a time." msgstr "" #: ./doc/common/section_objectstorage-components.xml80(para) msgid "" "You can use weights to balance the distribution of partitions on drives " "across the cluster. This can be useful, for example, when differently sized " "drives are used in a cluster." msgstr "" #: ./doc/common/section_objectstorage-components.xml83(para) msgid "" "The ring is used by the proxy server and several background processes (like " "replication)." msgstr "" #: ./doc/common/section_objectstorage-components.xml86(title) msgid "The ring" msgstr "" #: ./doc/common/section_objectstorage-components.xml93(para) msgid "" "These rings are externally managed, in that the server processes themselves " "do not modify the rings, they are instead given new rings modified by other " "tools." msgstr "" #: ./doc/common/section_objectstorage-components.xml95(para) msgid "" "The ring uses a configurable number of bits from an MD5 hash for a path as a" " partition index that designates a device. The number of bits kept from the " "hash is known as the partition power, and 2 to the partition power indicates" " the partition count. Partitioning the full MD5 hash ring allows other parts" " of the cluster to work in batches of items at once which ends up either " "more efficient or at least less complex than working with each item " "separately or the entire cluster all at once." msgstr "" #: ./doc/common/section_objectstorage-components.xml104(para) msgid "" "Another configurable value is the replica count, which indicates how many of" " the partition-device assignments make up a single ring. For a given " "partition number, each replica's device will not be in the same zone as any " "other replica's device. Zones can be used to group devices based on physical" " locations, power separations, network separations, or any other attribute " "that would improve the availability of multiple replicas at the same time." msgstr "" #: ./doc/common/section_objectstorage-components.xml112(title) #: ./doc/common/section_objectstorage-components.xml126(title) msgid "Zones" msgstr "" #: ./doc/common/section_objectstorage-components.xml113(para) msgid "" "Object Storage allows configuring zones in order to isolate failure " "boundaries. Each data replica resides in a separate zone, if possible. At " "the smallest level, a zone could be a single drive or a grouping of a few " "drives. If there were five object storage servers, then each server would " "represent its own zone. Larger deployments would have an entire rack (or " "multiple racks) of object servers, each representing a zone. The goal of " "zones is to allow the cluster to tolerate significant outages of storage " "servers without losing all replicas of the data." msgstr "" #: ./doc/common/section_objectstorage-components.xml120(para) msgid "" "As mentioned earlier, everything in Object Storage is stored, by default, " "three times. Swift will place each replica \"as-uniquely-as-possible\" to " "ensure both high availability and high durability. This means that when " "chosing a replica location, Object Storage chooses a server in an unused " "zone before an unused server in a zone that already has a replica of the " "data." msgstr "" #: ./doc/common/section_objectstorage-components.xml133(para) msgid "" "When a disk fails, replica data is automatically distributed to the other " "zones to ensure there are three copies of the data." msgstr "" #: ./doc/common/section_objectstorage-components.xml137(title) #: ./doc/common/section_objectstorage-components.xml144(title) msgid "Accounts and containers" msgstr "" #: ./doc/common/section_objectstorage-components.xml138(para) msgid "" "Each account and container is an individual SQLite database that is " "distributed across the cluster. An account database contains the list of " "containers in that account. A container database contains the list of " "objects in that container." msgstr "" #: ./doc/common/section_objectstorage-components.xml151(para) msgid "" "To keep track of object data locations, each account in the system has a " "database that references all of its containers, and each container database " "references each object." msgstr "" #: ./doc/common/section_objectstorage-components.xml156(title) #: ./doc/common/section_objectstorage-components.xml169(title) msgid "Partitions" msgstr "" #: ./doc/common/section_objectstorage-components.xml157(para) msgid "" "A partition is a collection of stored data, including account databases, " "container databases, and objects. Partitions are core to the replication " "system." msgstr "" #: ./doc/common/section_objectstorage-components.xml159(para) msgid "" "Think of a partition as a bin moving throughout a fulfillment center " "warehouse. Individual orders get thrown into the bin. The system treats that" " bin as a cohesive entity as it moves throughout the system. A bin is easier" " to deal with than many little things. It makes for fewer moving parts " "throughout the system." msgstr "" #: ./doc/common/section_objectstorage-components.xml163(para) msgid "" "System replicators and object uploads/downloads operate on partitions. As " "the system scales up, its behavior continues to be predictable because the " "number of partitions is a fixed number." msgstr "" #: ./doc/common/section_objectstorage-components.xml166(para) msgid "" "Implementing a partition is conceptually simple, a partition is just a " "directory sitting on a disk with a corresponding hash table of what it " "contains." msgstr "" #: ./doc/common/section_objectstorage-components.xml178(title) msgid "Replicators" msgstr "" #: ./doc/common/section_objectstorage-components.xml179(para) msgid "" "In order to ensure that there are three copies of the data everywhere, " "replicators continuously examine each partition. For each local partition, " "the replicator compares it against the replicated copies in the other zones " "to see if there are any differences." msgstr "" #: ./doc/common/section_objectstorage-components.xml183(para) msgid "" "The replicator knows if replication needs to take place by examining hashes." " A hash file is created for each partition, which contains hashes of each " "directory in the partition. Each of the three hash files is compared. For a " "given partition, the hash files for each of the partition's copies are " "compared. If the hashes are different, then it is time to replicate, and the" " directory that needs to be replicated is copied over." msgstr "" #: ./doc/common/section_objectstorage-components.xml189(para) msgid "" "This is where partitions come in handy. With fewer things in the system, " "larger chunks of data are transferred around (rather than lots of little TCP" " connections, which is inefficient) and there is a consistent number of " "hashes to compare." msgstr "" #: ./doc/common/section_objectstorage-components.xml192(para) msgid "" "The cluster eventually has a consistent behavior where the newest data has a" " priority." msgstr "" #: ./doc/common/section_objectstorage-components.xml202(para) msgid "" "If a zone goes down, one of the nodes containing a replica notices and " "proactively copies data to a handoff location." msgstr "" #: ./doc/common/section_objectstorage-components.xml206(title) msgid "Use cases" msgstr "" #: ./doc/common/section_objectstorage-components.xml207(para) msgid "" "The following sections show use cases for object uploads and downloads and " "introduce the components." msgstr "" #: ./doc/common/section_objectstorage-components.xml209(title) msgid "Upload" msgstr "上传" #: ./doc/common/section_objectstorage-components.xml210(para) msgid "" "A client uses the REST API to make a HTTP request to PUT an object into an " "existing container. The cluster receives the request. First, the system must" " figure out where the data is going to go. To do this, the account name, " "container name, and object name are all used to determine the partition " "where this object should live." msgstr "" #: ./doc/common/section_objectstorage-components.xml214(para) msgid "" "Then a lookup in the ring figures out which storage nodes contain the " "partitions in question." msgstr "" #: ./doc/common/section_objectstorage-components.xml216(para) msgid "" "The data is then sent to each storage node where it is placed in the " "appropriate partition. At least two of the three writes must be successful " "before the client is notified that the upload was successful." msgstr "" #: ./doc/common/section_objectstorage-components.xml219(para) msgid "" "Next, the container database is updated asynchronously to reflect that there" " is a new object in it." msgstr "" #: ./doc/common/section_objectstorage-components.xml222(title) msgid "Object Storage in use" msgstr "" #: ./doc/common/section_objectstorage-components.xml231(title) msgid "Download" msgstr "下载" #: ./doc/common/section_objectstorage-components.xml232(para) msgid "" "A request comes in for an account/container/object. Using the same " "consistent hashing, the partition name is generated. A lookup in the ring " "reveals which storage nodes contain that partition. A request is made to one" " of the storage nodes to fetch the object and, if that fails, requests are " "made to the other nodes." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml12(title) msgid "Manage volumes" msgstr "管理卷" #: ./doc/common/section_cli_cinder_manage_volumes.xml13(para) msgid "" "A volume is a detachable block storage device, similar to a USB hard drive. " "You can attach a volume to only one instance. To create and manage volumes, " "you use a combination of and client " "commands." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml17(title) msgid "Migrate a volume" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml18(para) msgid "" "As an administrator, you can migrate a volume with its data from one " "location to another in a manner that is transparent to users and workloads. " "You can migrate only detached volumes with no snapshots." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml22(para) msgid "Possible use cases for data migration include:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml25(para) msgid "" "Bring down a physical storage device for maintenance without disrupting " "workloads." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml29(para) msgid "Modify the properties of a volume." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml32(para) msgid "Free up space in a thinly-provisioned back end." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml36(para) msgid "" "Migrate a volume with the command, as shown in the " "following example:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml37(replaceable) #: ./doc/common/section_cli_cinder_manage_volumes.xml266(replaceable) msgid "volumeID" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml37(replaceable) msgid "destinationHost" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml37(replaceable) msgid "True|False" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml38(para) msgid "" "In this example, --force-host-copy True forces the " "generic host-based migration mechanism and bypasses any driver " "optimizations." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml41(para) msgid "" "If the volume is in use or has snapshots, the specified host destination " "cannot accept the volume. If the user is not an administrator, the migration" " fails." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml46(title) msgid "Create a volume" msgstr "新建卷" #: ./doc/common/section_cli_cinder_manage_volumes.xml47(para) msgid "This example creates a my-new-volume volume based on an image." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml50(para) msgid "" "List images, and note the ID of the image that you want to use for your " "volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml63(para) msgid "" "List the availability zones, and note the ID of the availability zone in " "which you want to create your volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml73(para) msgid "" "Create a volume with 8GB of space, and specify the availability zone and " "image:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml95(para) msgid "" "To verify that your volume was created successfully, list the available " "volumes:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml104(para) msgid "" "If your volume was created successfully, its status is " "available. If its status is error, you" " might have exceeded your quota." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml112(title) msgid "Attach a volume to an instance" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml115(para) msgid "" "Attach your volume to a server, specifying the server ID and the volume ID:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml125(para) msgid "Note the ID of your volume." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml128(para) msgid "Show information for your volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml130(para) msgid "" "The output shows that the volume is attached to the server with ID 84c6e57d-a6b1-44b6-81eb-fcb36afd31b5, is in the nova availability" " zone, and is bootable." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml157(title) msgid "Resize a volume" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml160(para) msgid "To resize your volume, you must first detach it from the server." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml162(para) msgid "" "To detach the volume from your server, pass the server ID and volume ID to " "the following command:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml164(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml183(para) msgid "The command does not return any output." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml176(para) msgid "Note that the volume is now available." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml179(para) msgid "" "Resize the volume by passing the volume ID and the new size (a value greater" " than the old one) as parameters:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml189(title) msgid "Delete a volume" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml192(para) msgid "To delete your volume, you must first detach it from the server." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml194(para) msgid "" "To detach the volume from your server and check for the list of existing " "volumes, see steps 1 and 2 in ." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml198(para) msgid "Delete the volume using either the volume name or ID:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml200(para) msgid "The delete command does not return any output." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml204(para) msgid "" "List the volumes again, and note that the status of your volume is " "deleting:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml214(para) msgid "" "When the volume is fully deleted, it disappears from the list of volumes:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml226(title) msgid "Transfer a volume" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml227(para) msgid "" "You can transfer a volume from one owner to another by using the " " commands. The volume donor, or original owner, creates a " "transfer request and sends the created transfer ID and authorization key to " "the volume recipient. The volume recipient, or new owner, accepts the " "transfer by using the ID and key." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml235(para) msgid "" "The procedure for volume transfer is intended for tenants (both the volume " "donor and recipient) within the same cloud." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml237(para) msgid "Use cases include:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml240(para) msgid "" "Create a custom bootable volume or a volume with a large data set and " "transfer it to a customer." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml243(para) msgid "" "For bulk import of data to the cloud, the data ingress system creates a new " "Block Storage volume, copies data from the physical device, and transfers " "device ownership to the end user." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml250(title) msgid "Create a volume transfer request" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml253(para) msgid "While logged in as the volume donor, list the available volumes:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml263(para) msgid "" "As the volume donor, request a volume transfer authorization code for a " "specific volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml267(para) msgid "" "The volume must be in an available state or the request " "will be denied. If the transfer request is valid in the database (that is, " "it has not expired or been deleted), the volume is placed in an " "awaiting transfer state. For example:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml271(para) msgid "" "The output shows the volume transfer ID in the id row and" " the authorization key." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml283(para) msgid "" "Optionally, you can specify a name for the transfer by using the --display-name displayName parameter." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml292(replaceable) msgid "VOLUME_ID" msgstr "VOLUME_ID" #: ./doc/common/section_cli_cinder_manage_volumes.xml294(replaceable) msgid "TRANSFER_ID" msgstr "TRANSFER_ID" #: ./doc/common/section_cli_cinder_manage_volumes.xml290(para) msgid "" "While the auth_key property is visible in the output of " ", it will not be available in subsequent " "commands." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml299(para) msgid "" "Send the volume transfer ID and authorization key to the new owner (for " "example, by email)." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml304(para) msgid "View pending transfers:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml313(para) msgid "" "After the volume recipient, or new owner, accepts the transfer, you can see " "that the transfer is no longer available:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml325(title) msgid "Accept a volume transfer request" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml328(para) msgid "" "As the volume recipient, you must first obtain the transfer ID and " "authorization key from the original owner." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml333(para) msgid "Accept the request:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml334(replaceable) #: ./doc/common/section_cli_cinder_manage_volumes.xml378(replaceable) msgid "transferID" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml334(replaceable) msgid "authKey" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml345(para) msgid "" "If you do not have a sufficient quota for the transfer, the transfer is " "refused." msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml353(title) msgid "Delete a volume transfer" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml357(para) msgid "List available volumes and their statuses:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml368(para) msgid "Find the matching transfer ID:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml377(para) msgid "Delete the volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml383(para) msgid "" "Verify that transfer list is now empty and that the volume is again " "available for transfer:" msgstr "" #: ./doc/common/section_getstart_compute.xml7(title) msgid "OpenStack Compute" msgstr "OpenStack 计算服务" #: ./doc/common/section_getstart_compute.xml8(para) msgid "" "Use OpenStack Compute to host and manage cloud computing systems. OpenStack " "Compute is a major part of an Infrastructure-as-a-Service (IaaS) system. The" " main modules are implemented in Python." msgstr "使用OpenStack计算服务来托管和管理云计算系统。OpenStack计算服务是基础设施即服务(IaaS)系统的主要部分,模块主要由Python实现。" #: ./doc/common/section_getstart_compute.xml12(para) msgid "" "OpenStack Compute interacts with OpenStack Identity for authentication, " "OpenStack Image Service for disk and server images, and OpenStack dashboard " "for the user and administrative interface. Image access is limited by " "projects, and by users; quotas are limited per project (the number of " "instances, for example). OpenStack Compute can scale horizontally on " "standard hardware, and download images to launch instances." msgstr "OpenStack计算服务的认证由和OpenStack认证服务交互来完成,磁盘和服务器镜像由OpenStack镜像服务交互来完成,以及OpenStack仪表盘是为用户和管理员提供的操作界面。镜像的访问通过项目和用户来限制,配额由每个项目来限制(例如,实例数量)。OpenStack计算通过标准的硬件来做横向扩展,下载镜像以启动实例。" #: ./doc/common/section_getstart_compute.xml19(para) msgid "" "OpenStack Compute consists of the following areas and their components:" msgstr "OpenStack计算服务由下列组件所构成:" #: ./doc/common/section_getstart_compute.xml22(title) msgid "API" msgstr "应用程序接口" #: ./doc/common/section_getstart_compute.xml24(term) msgid "nova-api service" msgstr "nova-api service" #: ./doc/common/section_getstart_compute.xml27(para) msgid "" "Accepts and responds to end user compute API calls. The service supports the" " OpenStack Compute API, the Amazon EC2 API, and a special Admin API for " "privileged users to perform administrative actions. It enforces some " "policies and initiates most orchestration activities, such as running an " "instance." msgstr "接收和响应来自最终用户的计算API请求。此服务支持OpenStack计算服务API,Amazon EC2 API,以及特殊的管理API用于赋予用户做一些管理的操作。它会强制实施一些规则,发起多数的编排活动,例如运行一个实例。" #: ./doc/common/section_getstart_compute.xml36(term) msgid "nova-api-metadata service" msgstr "nova-api-metadata service" #: ./doc/common/section_getstart_compute.xml39(para) msgid "" "Accepts metadata requests from instances. The nova-api-metadata service is generally used when you run in " "multi-host mode with nova-network" " installations. For details, see Metadata " "service in the OpenStack Cloud Administrator " "Guide." msgstr "接收来自实例的元数据请求。 nova-api-metadata服务通常用于当用户运行在nova-network环境下的多主机模式。详细情形,访问 OpenStack云管理员指南Metadata service一节。" #: ./doc/common/section_getstart_compute.xml47(para) msgid "" "On Debian systems, it is included in the nova-" "api package, and can be selected through " "debconf." msgstr "在Debian系统中,它包含在nova-api包中,可通过 debconf来选择。" #: ./doc/common/section_getstart_compute.xml54(title) msgid "Compute core" msgstr "计算服务核心" #: ./doc/common/section_getstart_compute.xml56(term) msgid "nova-compute service" msgstr "nova-compute service" #: ./doc/common/section_getstart_compute.xml59(para) msgid "" "A worker daemon that creates and terminates virtual machine instances " "through hypervisor APIs. For example:" msgstr "一个持续工作的守护进程,通过Hypervior的API来创建和销毁虚拟机实例。例如:" #: ./doc/common/section_getstart_compute.xml64(para) msgid "XenAPI for XenServer/XCP" msgstr "XenServer/XCP 的 XenAPI" #: ./doc/common/section_getstart_compute.xml67(para) msgid "libvirt for KVM or QEMU" msgstr "KVM 或 QEMU 的 libvirt" #: ./doc/common/section_getstart_compute.xml70(para) msgid "VMwareAPI for VMware" msgstr "VMware 的 VMwareAPI" #: ./doc/common/section_getstart_compute.xml73(para) msgid "" "Processing is fairly complex. Basically, the daemon accepts actions from the" " queue and performs a series of system commands such as launching a KVM " "instance and updating its state in the database." msgstr "过程是蛮复杂的。最为基本的,守护进程同意了来自队列的动作请求,转换为一系列的系统命令如启动一个KVM实例,然后,到数据库中更新它的状态。" #: ./doc/common/section_getstart_compute.xml80(term) msgid "nova-scheduler service" msgstr "nova-scheduler service" #: ./doc/common/section_getstart_compute.xml83(para) msgid "" "Takes a virtual machine instance request from the queue and determines on " "which compute server host it runs." msgstr "拿到一个来自队列请求虚拟机实例,然后决定那台计算服务器主机来运行它。" #: ./doc/common/section_getstart_compute.xml88(term) msgid "nova-conductor module" msgstr "nova-conductor 模块" #: ./doc/common/section_getstart_compute.xml91(para) msgid "" "Mediates interactions between the nova-" "compute service and the database. It eliminates direct accesses" " to the cloud database made by the nova-" "compute service. The nova-" "conductor module scales horizontally. However, do not deploy it" " on nodes where the nova-compute " "service runs. For more information, see A new Nova service: nova-conductor." msgstr "调解nova-compute 服务和数据库之间的互动。它消除了由nova-compute直接访问云数据库, nova-conductor可横向的扩展,请不要将它部署到运行nova-compute服务所在的节点,更多信息,请参考一个全新的Nova服务:nova-conductor。" #: ./doc/common/section_getstart_compute.xml105(term) msgid "nova-cert module" msgstr "nova-cert 模块" #: ./doc/common/section_getstart_compute.xml108(para) msgid "" "A server daemon that serves the Nova Cert service for X509 certificates. " "Used to generate certificates for . Only needed for the EC2 " "API." msgstr "一个服务器的守护进程,为X509证书服务的Nova Cert 服务,用于为生成证书,仅用于EC2 API。" #: ./doc/common/section_getstart_compute.xml116(title) msgid "Networking for VMs" msgstr "虚拟机网络" #: ./doc/common/section_getstart_compute.xml118(term) msgid "nova-network worker daemon" msgstr "nova-network 守护进程" #: ./doc/common/section_getstart_compute.xml121(para) msgid "" "Similar to the nova-compute " "service, accepts networking tasks from the queue and manipulates the " "network. Performs tasks such as setting up bridging interfaces or changing " "IPtables rules." msgstr "和 nova-compute服务类似,从队列接收网络任务然后操作网络,执行的任务诸如设置网桥或更改IPtables规则。" #: ./doc/common/section_getstart_compute.xml131(title) msgid "Console interface" msgstr "终端接口" #: ./doc/common/section_getstart_compute.xml133(term) msgid "nova-consoleauth daemon" msgstr "nova-consoleauth 守护进程" #: ./doc/common/section_getstart_compute.xml136(para) msgid "" "Authorizes tokens for users that console proxies provide. See nova-novncproxy and nova-xvpnvcproxy. This service must be " "running for console proxies to work. You can run proxies of either type " "against a single nova-consoleauth" " service in a cluster configuration. For information, see About nova-consoleauth." msgstr "" #: ./doc/common/section_getstart_compute.xml149(term) msgid "nova-novncproxy daemon" msgstr "nova-novncproxy 守护进程" #: ./doc/common/section_getstart_compute.xml152(para) msgid "" "Provides a proxy for accessing running instances through a VNC connection. " "Supports browser-based novnc clients." msgstr "提供一个代理,用于访问正在运行的实例,通过VNC协议,支持基于浏览器的novnc客户端。" #: ./doc/common/section_getstart_compute.xml158(term) msgid "nova-spicehtml5proxy daemon" msgstr "nova-spicehtml5proxy 守护进程" #: ./doc/common/section_getstart_compute.xml161(para) msgid "" "Provides a proxy for accessing running instances through a SPICE connection." " Supports browser-based HTML5 client." msgstr "提供一个代理,用于访问正在运行的实例,通过 SPICE 协议,支持基于浏览器的 HTML5 客户端。" #: ./doc/common/section_getstart_compute.xml167(term) msgid "nova-xvpnvncproxy daemon" msgstr "nova-xvpnvncproxy 守护进程" #: ./doc/common/section_getstart_compute.xml170(para) msgid "" "Provides a proxy for accessing running instances through a VNC connection. " "Supports an OpenStack-specific Java client." msgstr "提供一个代理,用于访问正在运行的实例,通过VNC协议,支持OpenStack特定的Java客户端。" #: ./doc/common/section_getstart_compute.xml176(term) msgid "nova-cert daemon" msgstr "nova-cert 守护进程" #: ./doc/common/section_getstart_compute.xml179(para) msgid "x509 certificates." msgstr "X509 证书。" #: ./doc/common/section_getstart_compute.xml183(para) msgid "" "In Debian, a unique nova-consoleproxy package provides " "the nova-novncproxy, nova-" "spicehtml5proxy, and nova-xvpvncproxy packages." " To select packages, edit the /etc/default/nova-" "consoleproxy file or use the debconf " "interface. You can also manually edit the /etc/default/nova-" "consoleproxy file, and stop and start the console daemons." msgstr "在Debian中,一个独特的包nova-consoleproxy ,提供了包含nova-novncproxy, nova-spicehtml5proxy, and nova-xvpvncproxy三个包,欲选择相应的包,编辑文件/etc/default/nova-consoleproxy或者使用debconf接口。用户也可以手动编辑文件/etc/default/nova-consoleproxy ,以及启动和停止终端守护进程。" #: ./doc/common/section_getstart_compute.xml194(title) msgid "Image management (EC2 scenario)" msgstr "镜像管理(EC2 场景)" #: ./doc/common/section_getstart_compute.xml196(term) msgid "nova-objectstore daemon" msgstr "nova-objectstore 守护进程" #: ./doc/common/section_getstart_compute.xml199(para) msgid "" "An S3 interface for registering images with the OpenStack Image Service. " "Used primarily for installations that must support euca2ools. The euca2ools " "tools talk to nova-objectstore in" " S3 language, and nova-objectstore translates S3 requests into " "Image Service requests." msgstr "一个S3接口,用于注册镜像,使用的是OpenStack 镜像服务,这个是由euca2ools来支持的,euca2ools使用 S3 语言来和nova-objectstore通话,然后, nova-objectstore将之翻译向镜像服务发出请求。" #: ./doc/common/section_getstart_compute.xml209(term) msgid "euca2ools client" msgstr "euca2ools 客户端" #: ./doc/common/section_getstart_compute.xml211(para) msgid "" "A set of command-line interpreter commands for managing cloud resources. " "Although it is not an OpenStack module, you can configure nova-api to support this EC2 interface. For " "more information, see the Eucalyptus" " 3.4 Documentation." msgstr "一组交互式的命令行工具,用于管理云的资源,尽管其并非OpenStack的模块,用户可以配置nova-api 以支持EC2接口。更多信息,请参考Eucalyptus 3.4 文档" #: ./doc/common/section_getstart_compute.xml222(title) #: ./doc/common/section_storage-concepts.xml88(title) msgid "Command-line clients and other interfaces" msgstr "命令行客户端和其他接口" #: ./doc/common/section_getstart_compute.xml224(term) msgid "nova client" msgstr "nova 客户端" #: ./doc/common/section_getstart_compute.xml226(para) msgid "" "Enables users to submit commands as a tenant administrator or end user." msgstr "用于用户作为租户管理员或最终用户来提交命令。" #: ./doc/common/section_getstart_compute.xml232(title) msgid "Other components" msgstr "其他组件" #: ./doc/common/section_getstart_compute.xml234(term) msgid "The queue" msgstr "队列" #: ./doc/common/section_getstart_compute.xml236(para) msgid "" "A central hub for passing messages between daemons. Usually implemented with" " RabbitMQ, but can be " "implemented with an AMQP message queue, such as Apache Qpid or Zero MQ." msgstr "在守护进程之间的一个中心化的枢纽,用来传送消息。通常由RabbitMQ来实现,但是也可以是其他支持AMQP消息队列协议的软件实现,如 Apache Qpid 或 Zero MQ。" #: ./doc/common/section_getstart_compute.xml246(term) msgid "SQL database" msgstr "SQL数据库" #: ./doc/common/section_getstart_compute.xml248(para) msgid "" "Stores most build-time and run-time states for a cloud infrastructure, " "including:" msgstr "存储构建时和运行时的状态,为云基础设施,包括有:" #: ./doc/common/section_getstart_compute.xml252(para) msgid "Available instance types" msgstr "可用实例类型" #: ./doc/common/section_getstart_compute.xml255(para) msgid "Instances in use" msgstr "使用中的实例" #: ./doc/common/section_getstart_compute.xml258(para) msgid "Available networks" msgstr "可用网络" #: ./doc/common/section_getstart_compute.xml264(para) msgid "" "Theoretically, OpenStack Compute can support any database that SQL-Alchemy " "supports. Common databases are SQLite3 for test and development work, MySQL," " and PostgreSQL." msgstr "理论上,OpenStack计算可以支持任何和SQL-Alchemy所支持的后端数据库,通常使用SQLite3来做测试可开发工作,MySQL和PostgreSQL 作生产环境。" #: ./doc/common/section_keystone_config_ldap-identity.xml8(title) msgid "Integrate identity back end with LDAP" msgstr "将LDAP当作后端认证的集成" #: ./doc/common/section_keystone_config_ldap-identity.xml9(para) msgid "" "The identity back end contains information for users, groups, and group " "member lists. Integrating the identity back end with LDAP allows " "administrators to use users and groups in LDAP." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml13(para) msgid "" "For OpenStack Identity Service to access LDAP servers, you must define the " "destination LDAP server in the keystone.conf file. For " "more information, see ." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml19(title) msgid "Integrating an identity back end with LDAP" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml21(para) msgid "" "Enable the LDAP identity driver in the keystone.conf " "file. This allows LDAP as an identity back end:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml29(para) msgid "" "Create the organizational units (OU) in the LDAP directory, and define the " "corresponding location in the keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml39(para) #: ./doc/common/section_keystone_config_ldap-identity.xml135(para) msgid "" "These schema attributes are extensible for compatibility with various " "schemas. For example, this entry maps to the person" " attribute in Active Directory:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml48(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml58(para) msgid "" "A read-only implementation is recommended for LDAP integration. These " "permissions are applied to object types in the " "keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml62(para) #: ./doc/common/section_keystone_config_ldap-identity.xml157(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml72(para) msgid "Restart the OpenStack Identity service:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml69(title) msgid "Integrating identity with multiple back ends" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml71(para) msgid "" "Set the following options in the " "/etc/keystone/keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml75(para) msgid "Enable the LDAP driver:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml81(para) msgid "Enable domain-specific drivers:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml89(para) msgid "Restart the service:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml93(para) msgid "" "List the domains using the dashboard, or the OpenStackClient CLI. Refer to " "the Command List for a list of OpenStackClient " "commands." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml98(para) msgid "Create domains using OpenStack dashboard, or the OpenStackClient CLI." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml102(para) msgid "" "For each domain, create a domain-specific configuration file in the " "/etc/keystone/domains directory. Use the file naming " "convention " "keystone.DOMAIN_NAME.conf, " "where DOMAIN_NAME is the domain name assigned in " "the previous step." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml107(para) msgid "" "The options set in the " "/etc/keystone/domains/keystone.DOMAIN_NAME.conf" " file will override options in the " "/etc/keystone/keystone.conf file." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml113(para) msgid "" "Define the destination LDAP server in the " "/etc/keystone/domains/keystone.DOMAIN_NAME.conf" " file. For example:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml124(para) msgid "" "Create the organizational units (OU) in the LDAP directories, and define " "their corresponding locations in the " "/etc/keystone/domains/keystone.DOMAIN_NAME.conf" " file. For example:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml143(para) msgid "" "A read-only implementation is recommended for LDAP integration. These " "permissions are applied to object types in the " "/etc/keystone/domains/keystone.DOMAIN_NAME.conf" " file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml165(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml80(para) msgid "" "Set these options in the /etc/keystone/keystone.conf " "file for a single LDAP server, or /etc/keystone/domains/keystone. " "DOMAIN_NAME.conf files for multiple " "back ends." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml174(term) #: ./doc/common/section_keystone_config_ldap-assignments.xml89(term) msgid "Filters" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml176(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml91(para) msgid "Use filters to control the scope of data presented through LDAP." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml184(term) msgid "Identity attribute mapping" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml186(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml102(para) msgid "" "Mask account status values (include any additional attribute mappings) for " "compatibility with various directory services. Superfluous accounts are " "filtered with user_filter." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml191(para) #: ./doc/common/section_keystone_config_ldap-assignments.xml106(para) msgid "Setting attribute ignore to list of attributes stripped off on update." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml193(para) msgid "" "For example, you can mask Active Directory account status attributes in the " "keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml219(term) #: ./doc/common/section_keystone_config_ldap-assignments.xml126(term) msgid "Enabled emulation" msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml221(para) msgid "" "An alternative method to determine if a user is enabled or not is by " "checking if that user is a member of the emulation group." msgstr "" #: ./doc/common/section_keystone_config_ldap-identity.xml224(para) msgid "" "Use DN of the group entry to hold enabled user when using enabled emulation." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml4(title) msgid "Create an image (nova)" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml6(para) msgid "" "You can use the client to create an image of a running " "instance." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml9(para) msgid "" "Use to create a snapshot, and to backup an" " instance. Both commands result in a snapshot creation, though the backuping" " operation provides a mechanism for the automatic rotation of the snapshots." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml16(title) msgid "Create a snapshot" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml17(para) msgid "" "To minimize the potential for data loss and ensure that you create an " "accurate image, you should shut down the instance before you take a " "snapshot." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml22(para) msgid "" "For more information, see Taking Snapshots in the " "OpenStack Operations Guide." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml29(para) msgid "List instances to get the server name:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml37(para) msgid "" "In this example, the instance is named myCirrosServer." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml41(para) msgid "Use this instance to create a snapshot:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml43(para) msgid "" "The command creates a snapshot and automatically uploads the image to your " "repository." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml47(para) msgid "" "For snapshots that you create from an instance that was booted from a " "volume:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml51(para) msgid "" "The snapshot is based on the volume that is attached to the instance through" " the Block Storage service." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml55(para) msgid "No data is uploaded to the Image Service." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml58(para) msgid "" "You can find information about the snapshot in the properties of the image." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml109(para) msgid "" "To launch an instance from your image, include the image ID and flavor ID, " "as in the following example:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml146(title) msgid "Create a backup" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml148(para) msgid "" "The command creates a backup of an instance. It takes " "several positional arguments. Apart from the name or ID of a source " "instance, and the name of the resulting back-up image, it requires the " "backup-type argument with the possible values " "daily or weekly, and the " "rotation argument. The rotation number is an integer " "standing for the number of back-up images (associated with a single " "instance) to keep around. If this number exceeds the rotation threshold, the" " excess backups are deleted automatically." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml161(para) msgid "" "To create a back-up type snapshot of the myCirrosServer " "instance, pass the following command:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml166(para) msgid "" "On the execution of the command above, OpenStack Compute sorts all the " "images of a daily back-up type by the created_at " "attribute, leaves the latest one, and discards other back-up images form the" " list, thereby ensuring automatic rotation of the backups." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml172(para) msgid "" "As well as a snapshot, a back-up type image is accessible only for the " "tenant it is created under." msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml179(para) msgid "Ensure that the back-up image is created:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml189(para) msgid "Get details for your image by passing the command:" msgstr "" #: ./doc/common/section_cli_nova_manage_images.xml194(para) msgid "" "Use the command to launch an instance from the backup " "image:" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml7(title) msgid "Groups" msgstr "组" #: ./doc/common/section_keystone-concepts-group-management.xml8(para) msgid "" "A group is a collection of users. Administrators can create groups and add " "users to them. Then, rather than assign a role to each user individually, " "assign a role to the group. Every group is in a domain. Groups were " "introduced with the Identity API v3." msgstr "" #. TODO: eventually remove the last sentence, when v3 is #. commonplace #: ./doc/common/section_keystone-concepts-group-management.xml15(para) msgid "Identity API V3 provides the following group-related operations:" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml19(para) msgid "Create a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml22(para) msgid "Delete a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml25(para) msgid "Update a group (change its name or description)" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml29(para) msgid "Add a user to a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml32(para) msgid "Remove a user from a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml35(para) msgid "List group members" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml38(para) msgid "List groups for a user" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml41(para) msgid "Assign a role on a tenant to a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml44(para) msgid "Assign a role on a domain to a group" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml47(para) msgid "Query role assignments to groups" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml51(para) msgid "" "The Identity service server might not allow all operations. For example, if " "using the Identity server with the LDAP Identity back end and group updates " "are disabled, then a request to create, delete, or update a group fails." msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml57(para) msgid "Here are a couple of examples:" msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml60(para) msgid "" "Group A is granted Role A on Tenant A. If User A is a member of Group A, " "when User A gets a token scoped to Tenant A, the token also includes Role A." msgstr "" #: ./doc/common/section_keystone-concepts-group-management.xml66(para) msgid "" "Group B is granted Role B on Domain B. If User B is a member of Domain B, if" " User B gets a token scoped to Domain B, the token also includes Role B." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml7(title) msgid "Integrate assignment back end with LDAP" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml8(para) msgid "" "When you configure the OpenStack Identity service to use LDAP servers, you " "can split authentication and authorization using the " "assignment feature. Integrating the assignment back end" " with LDAP allows administrators to use projects (tenant), roles, domains, " "and role assignments in LDAP." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml15(para) msgid "Using LDAP as an assignment back end is not recommended." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml18(para) msgid "" "The OpenStack Identity service does not support domain-specific assignment " "back ends." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml22(para) msgid "" "For OpenStack Identity assignments to access LDAP servers, you must define " "the destination LDAP server in the keystone.conf file. " "For more information, see ." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml28(title) msgid "Integrating assignment back ends with LDAP" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml30(para) msgid "" "Enable the assignment driver. In the [assignment] " "section, set the driver configuration key to " "keystone.assignment.backends.sql.Assignment:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml39(para) msgid "" "Create the organizational units (OU) in the LDAP directory, and define their" " corresponding location in the keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml49(para) msgid "" "These schema attributes are extensible for compatibility with various " "schemas. For example, this entry maps to the " "groupOfNames attribute in Active Directory:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml96(para) msgid "Filtering method" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml100(term) msgid "Assignment attribute mapping" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml128(para) msgid "" "An alternative method to determine if a project is enabled or not is to " "check if that project is a member of the emulation group." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml131(para) msgid "" "Use DN of the group entry to hold enabled projects when using enabled " "emulation." msgstr "" #: ./doc/common/section_cli_install.xml8(title) msgid "Install the OpenStack command-line clients" msgstr "" #: ./doc/common/section_cli_install.xml9(para) msgid "" "Install the prerequisite software and the Python package for each OpenStack " "client." msgstr "" #: ./doc/common/section_cli_install.xml12(title) msgid "Install the prerequisite software" msgstr "" #: ./doc/common/section_cli_install.xml13(para) msgid "" "Most Linux distributions include packaged versions of the command-line " "clients that you can install directly, see ." msgstr "" #: ./doc/common/section_cli_install.xml17(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.xml24(caption) msgid "Prerequisite software" msgstr "" #: ./doc/common/section_cli_install.xml29(th) msgid "Prerequisite" msgstr "" #: ./doc/common/section_cli_install.xml36(para) msgid "Python 2.6 or later" msgstr "" #: ./doc/common/section_cli_install.xml39(para) msgid "Interpreter for the Python programming language." msgstr "" #: ./doc/common/section_cli_install.xml45(para) msgid "setuptools package" msgstr "" #: ./doc/common/section_cli_install.xml48(para) msgid "Installed by default on Mac OS X." msgstr "" #: ./doc/common/section_cli_install.xml49(para) msgid "" "Many Linux distributions provide packages to make " "setuptools easy to install. Search your package manager " "for setuptools to find an installation package. If you " "cannot find one, download the setuptools package directly" " from http://pypi.python.org/pypi/setuptools." msgstr "" #: ./doc/common/section_cli_install.xml57(para) msgid "" "The recommended way to install setuptools on Microsoft " "Windows is to follow the documentation provided on the setuptools " "website. Another option is to use the unofficial binary installer " "maintained by Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools)." msgstr "" #: ./doc/common/section_cli_install.xml70(package) msgid "pip" msgstr "" #: ./doc/common/section_cli_install.xml70(td) msgid " package" msgstr "软件包" #: ./doc/common/section_cli_install.xml72(para) msgid "" "To install the clients on a Linux, Mac OS X, or Microsoft Windows system, " "use pip. It is easy to use, ensures that you get the " "latest version of the clients from the Python Package Index, and lets you " "update or remove the packages later on." msgstr "" #: ./doc/common/section_cli_install.xml81(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.xml84(para) msgid "" "Install pip through the package manager for your system:" msgstr "" #: ./doc/common/section_cli_install.xml87(title) msgid "MacOS" msgstr "" #: ./doc/common/section_cli_install.xml91(title) msgid "Microsoft Windows" msgstr "" #: ./doc/common/section_cli_install.xml92(para) msgid "" "Ensure that the C:\\Python27\\Scripts directory is " "defined in the PATH environment variable, and use the " " command from the setuptools package: " "Another option is to use the unofficial binary installer " "provided by Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip)." msgstr "" #: ./doc/common/section_cli_install.xml109(title) msgid "Ubuntu and Debian" msgstr "" #: ./doc/common/section_cli_install.xml114(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.xml120(title) msgid "Red Hat Enterprise Linux, CentOS, or Fedora" msgstr "" #: ./doc/common/section_cli_install.xml121(para) msgid "" "A packaged version enables you to use yum to install the " "package: There are also packaged versions of the clients " "available in RDO that " "enable yum to install the clients as described in ." msgstr "" #: ./doc/common/section_cli_install.xml133(title) msgid "SUSE Linux Enterprise Linux 11" msgstr "" #: ./doc/common/section_cli_install.xml134(para) msgid "" "A packaged version available in the " "Open Build Service enables you to use or zypper to" " install the package. First, add the Open Build Service repository: " " Then install pip and use it to manage " "client installation: There are also packaged versions of " "the clients available that enable zypper to install the " "clients as described in ." msgstr "" #: ./doc/common/section_cli_install.xml149(title) msgid "openSUSE" msgstr "openSUSE" #: ./doc/common/section_cli_install.xml150(para) msgid "" "You can install pip and use it to manage client " "installation: There are also packaged versions of the " "clients available that enable zypper to install the " "clients as described in " msgstr "" #: ./doc/common/section_cli_install.xml165(title) msgid "Install the clients" msgstr "安装客户端" #: ./doc/common/section_cli_install.xml166(para) msgid "" "When following the instructions in this section, replace " "PROJECT with the lowercase name of the client to " "install, such as . Repeat for each client. The following " "values are valid:" msgstr "" #: ./doc/common/section_cli_install.xml173(para) msgid "ceilometer - Telemetry API" msgstr "" #: ./doc/common/section_cli_install.xml177(para) msgid "cinder - Block Storage API and extensions" msgstr "" #: ./doc/common/section_cli_install.xml181(para) msgid "glance - Image Service API" msgstr "" #: ./doc/common/section_cli_install.xml185(para) msgid "heat - Orchestration API" msgstr "" #: ./doc/common/section_cli_install.xml189(para) msgid "neutron - Networking API" msgstr "" #: ./doc/common/section_cli_install.xml193(para) msgid "nova - Compute API and extensions" msgstr "" #: ./doc/common/section_cli_install.xml197(para) msgid "sahara - Database Processing API" msgstr "" #: ./doc/common/section_cli_install.xml201(para) msgid "swift - Object Storage API" msgstr "" #: ./doc/common/section_cli_install.xml205(para) msgid "trove - Database Service API" msgstr "" #: ./doc/common/section_cli_install.xml209(para) msgid "" "openstack - Common OpenStack client supporting multiple " "services" msgstr "" #: ./doc/common/section_cli_install.xml219(para) msgid "keystone - Identity service API and extensions" msgstr "" #: ./doc/common/section_cli_install.xml214(para) msgid "" "The following CLIs are deprecated in favor of openstack, " "the Common OpenStack client supporting multiple services: " msgstr "" #: ./doc/common/section_cli_install.xml225(para) msgid "" "The following example shows the command for installing the nova client with " "." msgstr "" #: ./doc/common/section_cli_install.xml229(title) msgid "Installing with pip" msgstr "" #: ./doc/common/section_cli_install.xml230(para) msgid "" "Use pip 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 Python Package Index. Also, " "pip enables you to update or remove a package." msgstr "" #: ./doc/common/section_cli_install.xml237(para) msgid "Install each client separately by using the following command:" msgstr "" #: ./doc/common/section_cli_install.xml240(para) msgid "For Mac OS X or Linux:" msgstr "" #: ./doc/common/section_cli_install.xml241(replaceable) #: ./doc/common/section_cli_install.xml243(replaceable) #: ./doc/common/section_cli_install.xml255(replaceable) #: ./doc/common/section_cli_install.xml259(replaceable) #: ./doc/common/section_cli_install.xml266(replaceable) #: ./doc/common/section_cli_install.xml275(replaceable) #: ./doc/common/section_cli_install.xml278(replaceable) #: ./doc/common/section_cli_version.xml10(replaceable) msgid "PROJECT" msgstr "工程" #: ./doc/common/section_cli_install.xml242(para) msgid "For Microsoft Windows:" msgstr "" #: ./doc/common/section_cli_install.xml247(title) msgid "Installing from packages" msgstr "" #: ./doc/common/section_cli_install.xml248(para) msgid "" "RDO, openSUSE and SUSE Linux Enterprise have client packages that can be " "installed without pip." msgstr "" #: ./doc/common/section_cli_install.xml250(para) msgid "" "On Red Hat Enterprise Linux, CentOS, or Fedora, use to " "install the clients from the packaged versions available in RDO: " msgstr "" #: ./doc/common/section_cli_install.xml256(para) msgid "" "For openSUSE, use zypper to install the clients from the " "distribution packages Service: " msgstr "" #: ./doc/common/section_cli_install.xml260(para) msgid "" "For SUSE Linux Enterprise Server, use zypper to install " "the clients from the distribution packages in the Open Build Service. First," " add the Open Build Service repository: Then you can " "install the packages: " msgstr "" #: ./doc/common/section_cli_install.xml271(title) msgid "Upgrade or remove clients" msgstr "" #: ./doc/common/section_cli_install.xml272(para) msgid "" "To upgrade a client, add the --upgrade option to the " " command:" msgstr "" #: ./doc/common/section_cli_install.xml276(para) msgid "To remove the a client, run the command:" msgstr "" #: ./doc/common/section_cli_install.xml281(title) msgid "What's next" msgstr "" #: ./doc/common/section_cli_install.xml282(para) msgid "" "Before you can run client commands, you must create and source the " "PROJECT-openrc.sh file to " "set environment variables. See ." msgstr "" #: ./doc/common/section_cli_help.xml7(title) msgid "Get help for client commands" msgstr "" #: ./doc/common/section_cli_help.xml8(para) msgid "" "To get usage information, including a list of commands with descriptions, " "for a client, run the following command:" msgstr "" #: ./doc/common/section_cli_help.xml10(replaceable) #: ./doc/common/section_cli_help.xml60(replaceable) msgid "CLIENT_NAME" msgstr "CLIENT_NAME" #: ./doc/common/section_cli_help.xml11(para) msgid "" "For example, to get help information for the swift client, run the following" " command:" msgstr "" #: ./doc/common/section_cli_help.xml55(para) msgid "" "Depending on your credentials, you might not have permission to use every " "command." msgstr "" #: ./doc/common/section_cli_help.xml58(para) msgid "" "After the command, you can enter a command name to get help" " for that command, as follows:" msgstr "" #: ./doc/common/section_cli_help.xml60(replaceable) msgid "COMMAND_NAME" msgstr "COMMAND_NAME" #: ./doc/common/section_cli_help.xml61(para) msgid "" "For example, to get help for the glance command, enter the " "following command:" msgstr "" #: ./doc/common/section_cli_help.xml65(para) msgid "" "The command returns a description of the command and its positional and " "optional arguments:" msgstr "" #: ./doc/common/section_objectstorage-intro.xml8(para) msgid "" "OpenStack Object Storage (code-named swift) is open source software for " "creating redundant, scalable data storage using clusters of standardized " "servers to store petabytes of accessible data. It is a long-term storage " "system for large amounts of static data that can be retrieved, leveraged, " "and updated. Object Storage uses a distributed architecture with no central " "point of control, providing greater scalability, redundancy, and permanence." " Objects are written to multiple hardware devices, with the OpenStack " "software responsible for ensuring data replication and integrity across the " "cluster. Storage clusters scale horizontally by adding new nodes. Should a " "node fail, OpenStack works to replicate its content from other active nodes." " Because OpenStack uses software logic to ensure data replication and " "distribution across different devices, inexpensive commodity hard drives and" " servers can be used in lieu of more expensive equipment." msgstr "" #: ./doc/common/section_objectstorage-intro.xml19(para) msgid "" "Object Storage is ideal for cost effective, scale-out storage. It provides a" " fully distributed, API-accessible storage platform that can be integrated " "directly into applications or used for backup, archiving, and data " "retention." msgstr "" #: ./doc/common/section_config_format.xml9(title) msgid "Configuration file format" msgstr "" #: ./doc/common/section_config_format.xml11(para) msgid "" "OpenStack uses the INI file format for configuration " "files. An INI file is a simple text file that specifies options as " "key=value pairs, grouped into sections. The " "DEFAULT section contains most of the configuration " "options. Lines starting with a hash sign (#) are comment " "lines. For example:" msgstr "" #: ./doc/common/section_config_format.xml30(replaceable) msgid "KEYSTONE_DBPASS" msgstr "KEYSTONE_DBPASS" #: ./doc/common/section_config_format.xml33(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.xml40(term) msgid "boolean value" msgstr "" #: ./doc/common/section_config_format.xml42(para) msgid "" "Enables or disables an option. The allowed values are " "true and false." msgstr "" #: ./doc/common/section_config_format.xml52(term) msgid "floating point value" msgstr "" #: ./doc/common/section_config_format.xml54(para) msgid "" "A floating point number like 0.25 or " "1000." msgstr "" #: ./doc/common/section_config_format.xml63(term) msgid "integer value" msgstr "" #: ./doc/common/section_config_format.xml65(para) msgid "" "An integer number is a number without fractional components, like " "0 or 42." msgstr "" #: ./doc/common/section_config_format.xml75(term) msgid "list value" msgstr "" #: ./doc/common/section_config_format.xml77(para) msgid "" "Represents values of other types, separated by commas. As an example, the " "following sets to a list containing the four elements " "oslo.messaging.exceptions, " "nova.exception, cinder.exception, and " "exceptions:" msgstr "" #: ./doc/common/section_config_format.xml93(term) msgid "multi valued" msgstr "" #: ./doc/common/section_config_format.xml95(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.xml106(term) msgid "string value" msgstr "" #: ./doc/common/section_config_format.xml108(para) msgid "Strings can be optionally enclosed with single or double quotes." msgstr "" #: ./doc/common/section_config_format.xml128(title) msgid "Sections" msgstr "" #: ./doc/common/section_config_format.xml135(literal) #: ./doc/common/tables/ceilometer-database.xml18(th) #: ./doc/common/tables/neutron-openvswitch_agent.xml18(th) #: ./doc/common/tables/heat-clients.xml18(th) #: ./doc/common/tables/cinder-solidfire.xml18(th) #: ./doc/common/tables/neutron-rpc.xml18(th) #: ./doc/common/tables/nova-periodic.xml18(th) #: ./doc/common/tables/keystone-policy.xml18(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml18(th) #: ./doc/common/tables/cinder-nimble.xml18(th) #: ./doc/common/tables/keystone-testing.xml18(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml8(literal) #: ./doc/common/tables/ceilometer-zaqar.xml18(th) #: ./doc/common/tables/cinder-flashsystem.xml18(th) #: ./doc/common/tables/neutron-amqp.xml18(th) #: ./doc/common/tables/cinder-qpid.xml18(th) #: ./doc/common/tables/cinder-storage_ceph.xml18(th) #: ./doc/common/tables/nova-testing.xml18(th) #: ./doc/common/tables/nova-metadata.xml18(th) #: ./doc/common/tables/cinder-hp3par.xml18(th) #: ./doc/common/tables/glance-ca.xml18(th) #: ./doc/common/tables/neutron-scheduler.xml18(th) #: ./doc/common/tables/cinder-fusionio.xml18(th) #: ./doc/common/tables/cinder-storage_xen.xml18(th) #: ./doc/common/tables/ceilometer-common.xml18(th) #: ./doc/common/tables/cinder-pure.xml18(th) #: ./doc/common/tables/cinder-database.xml18(th) #: ./doc/common/tables/ceilometer-logging.xml18(th) #: ./doc/common/tables/heat-common.xml18(th) #: ./doc/common/tables/nova-ipv6.xml18(th) #: ./doc/common/tables/sahara-zeromq.xml18(th) #: ./doc/common/tables/ironic-rabbitmq.xml18(th) #: ./doc/common/tables/nova-vnc.xml18(th) #: ./doc/common/tables/trove-qpid.xml18(th) #: ./doc/common/tables/cinder-xio.xml18(th) #: ./doc/common/tables/keystone-api.xml18(th) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml8(literal) #: ./doc/common/tables/glance-rpc.xml18(th) #: ./doc/common/tables/neutron-policy.xml18(th) #: ./doc/common/tables/glance-database.xml18(th) #: ./doc/common/tables/nova-xen.xml18(th) #: ./doc/common/tables/trove-amqp.xml18(th) #: ./doc/common/tables/keystone-common.xml18(th) #: ./doc/common/tables/nova-rabbitmq.xml18(th) #: ./doc/common/tables/sahara-database.xml18(th) #: ./doc/common/tables/neutron-ml2_cisco.xml18(th) #: ./doc/common/tables/nova-policy.xml18(th) #: ./doc/common/tables/cinder-cloudbyte.xml18(th) #: ./doc/common/tables/ceilometer-inspector.xml18(th) #: ./doc/common/tables/cinder-scheduler.xml18(th) #: ./doc/common/tables/neutron-logging.xml18(th) #: ./doc/common/tables/nova-availabilityzones.xml18(th) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml18(th) #: ./doc/common/tables/neutron-rootwrap.xml18(th) #: ./doc/common/tables/cinder-auth.xml18(th) #: ./doc/common/tables/heat-qpid.xml18(th) #: ./doc/common/tables/cinder-rabbitmq.xml18(th) #: ./doc/common/tables/cinder-testing.xml18(th) #: ./doc/common/tables/nova-ldap.xml18(th) #: ./doc/common/tables/cinder-hitachi-hbsd.xml18(th) #: ./doc/common/tables/sahara-debug.xml18(th) #: ./doc/common/tables/cinder-quota.xml18(th) #: ./doc/common/tables/ironic-rpc.xml18(th) #: ./doc/common/tables/nova-compute.xml18(th) #: ./doc/common/tables/sahara-rootwrap.xml18(th) #: ./doc/common/tables/nova-scheduler.xml18(th) #: ./doc/common/tables/cinder-backups_ceph.xml18(th) #: ./doc/common/tables/ironic-amqp.xml18(th) #: ./doc/common/tables/cinder-dellsc.xml18(th) #: ./doc/common/tables/heat-cfn_api.xml18(th) #: ./doc/common/tables/neutron-vmware.xml18(th) #: ./doc/common/tables/cinder-zfssa.xml18(th) #: ./doc/common/tables/nova-zeromq.xml18(th) #: ./doc/common/tables/cinder-storage.xml18(th) #: ./doc/common/tables/glance-registry.xml18(th) #: ./doc/common/tables/cinder-debug.xml18(th) #: ./doc/common/tables/heat-quota.xml18(th) #: ./doc/common/tables/trove-network.xml18(th) #: ./doc/common/tables/cinder-srb.xml18(th) #: ./doc/common/tables/nova-common.xml18(th) #: ./doc/common/tables/nova-volumes.xml18(th) #: ./doc/common/tables/neutron-dvr.xml18(th) #: ./doc/common/tables/heat-zeromq.xml18(th) #: ./doc/common/tables/heat-amqp.xml18(th) #: ./doc/common/tables/cinder-violin.xml18(th) #: ./doc/common/tables/cinder-logging.xml18(th) #: ./doc/common/tables/swift-container-server-DEFAULT.xml8(literal) #: ./doc/common/tables/neutron-l3_agent.xml18(th) #: ./doc/common/tables/glance-policy.xml18(th) #: ./doc/common/tables/nova-neutron.xml18(th) #: ./doc/common/tables/cinder-zeromq.xml18(th) #: ./doc/common/tables/cinder-backups.xml18(th) #: ./doc/common/tables/cinder-zoning.xml18(th) #: ./doc/common/tables/cinder-scst.xml18(th) #: ./doc/common/tables/heat-notification.xml18(th) #: ./doc/common/tables/nova-vpn.xml18(th) #: ./doc/common/tables/trove-common.xml18(th) #: ./doc/common/tables/trove-api.xml18(th) #: ./doc/common/tables/cinder-zadara.xml18(th) #: ./doc/common/tables/nova-conductor.xml18(th) #: ./doc/common/tables/nova-livemigration.xml18(th) #: ./doc/common/tables/heat-rabbitmq.xml18(th) #: ./doc/common/tables/keystone-amqp.xml18(th) #: ./doc/common/tables/keystone-rpc.xml18(th) #: ./doc/common/tables/swift-object-server-DEFAULT.xml8(literal) #: ./doc/common/tables/cinder-zones.xml18(th) #: ./doc/common/tables/cinder-scality.xml18(th) #: ./doc/common/tables/cinder-amqp.xml18(th) #: ./doc/common/tables/neutron-agent.xml18(th) #: ./doc/common/tables/cinder-emc.xml18(th) #: ./doc/common/tables/cinder-vmware.xml18(th) #: ./doc/common/tables/ceilometer-zeromq.xml18(th) #: ./doc/common/tables/heat-metadata_api.xml18(th) #: ./doc/common/tables/trove-rabbitmq.xml18(th) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml18(th) #: ./doc/common/tables/neutron-ml2_ofa.xml18(th) #: ./doc/common/tables/glance-api.xml18(th) #: ./doc/common/tables/heat-waitcondition_api.xml18(th) #: ./doc/common/tables/cinder-storwize.xml18(th) #: ./doc/common/tables/cinder-hplefthand.xml18(th) #: ./doc/common/tables/neutron-ipv6_ra.xml18(th) #: ./doc/common/tables/nova-rootwrap.xml18(th) #: ./doc/common/tables/heat-loadbalancer.xml18(th) #: ./doc/common/tables/ceilometer-api.xml18(th) #: ./doc/common/tables/ceilometer-exchange.xml18(th) #: ./doc/common/tables/cinder-lvm.xml18(th) #: ./doc/common/tables/trove-dns.xml18(th) #: ./doc/common/tables/sahara-amqp.xml18(th) #: ./doc/common/tables/trove-volume.xml18(th) #: ./doc/common/tables/neutron-quotas.xml18(th) #: ./doc/common/tables/cinder-storage_nfs.xml18(th) #: ./doc/common/tables/cinder-quobyte.xml18(th) #: ./doc/common/tables/cinder-hds-hnas.xml18(th) #: ./doc/common/tables/heat-api.xml18(th) #: ./doc/common/tables/neutron-ryu.xml18(th) #: ./doc/common/tables/glance-logging.xml18(th) #: ./doc/common/tables/neutron-metering_agent.xml18(th) #: ./doc/common/tables/neutron-zeromq.xml18(th) #: ./doc/common/tables/cinder-storage_glusterfs.xml18(th) #: ./doc/common/tables/cinder-common.xml18(th) #: ./doc/common/tables/glance-swift.xml18(th) #: ./doc/common/tables/trove-quota.xml18(th) #: ./doc/common/tables/trove-clients.xml18(th) #: ./doc/common/tables/ironic-compute.xml18(th) #: ./doc/common/tables/heat-testing.xml18(th) #: ./doc/common/tables/ironic-qpid.xml18(th) #: ./doc/common/tables/cinder-xiv.xml18(th) #: ./doc/common/tables/nova-glance.xml18(th) #: ./doc/common/tables/nova-s3.xml18(th) #: ./doc/common/tables/nova-pci.xml18(th) #: ./doc/common/tables/ceilometer-magnetodb.xml18(th) #: ./doc/common/tables/sahara-testing.xml18(th) #: ./doc/common/tables/sahara-common.xml18(th) #: ./doc/common/tables/cinder-api.xml18(th) #: ./doc/common/tables/ceilometer-rootwrap.xml18(th) #: ./doc/common/tables/ironic-scheduler.xml18(th) #: ./doc/common/tables/trove-testing.xml18(th) #: ./doc/common/tables/trove-heat.xml18(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/cinder-zfssa-nfs.xml18(th) #: ./doc/common/tables/cinder-windows.xml18(th) #: ./doc/common/tables/cinder-san-solaris.xml18(th) #: ./doc/common/tables/keystone-rabbitmq.xml18(th) #: ./doc/common/tables/keystone-zeromq.xml18(th) #: ./doc/common/tables/glance-zeromq.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml18(th) #: ./doc/common/tables/trove-rpc.xml18(th) #: ./doc/common/tables/ceilometer-swift.xml18(th) #: ./doc/common/tables/trove-backup.xml18(th) #: ./doc/common/tables/glance-debug.xml18(th) #: ./doc/common/tables/nova-network.xml18(th) #: ./doc/common/tables/cinder-smbfs.xml18(th) #: ./doc/common/tables/cinder-prophetstor_dpl.xml18(th) #: ./doc/common/tables/nova-ca.xml18(th) #: ./doc/common/tables/neutron-dhcp_agent.xml18(th) #: ./doc/common/tables/ceilometer-collector.xml18(th) #: ./doc/common/tables/cinder-hds-hus.xml18(th) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml18(th) #: ./doc/common/tables/heat-debug.xml18(th) #: ./doc/common/tables/trove-guestagent.xml18(th) #: ./doc/common/tables/nova-qpid.xml18(th) #: ./doc/common/tables/sahara-rpc.xml18(th) #: ./doc/common/tables/cinder-ibmnas.xml18(th) #: ./doc/common/tables/glance-amqp.xml18(th) #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml18(th) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/sahara-logging.xml18(th) #: ./doc/common/tables/neutron-testing.xml18(th) #: ./doc/common/tables/neutron-ca.xml18(th) #: ./doc/common/tables/ceilometer-debug.xml18(th) #: ./doc/common/tables/trove-compute.xml18(th) #: ./doc/common/tables/ironic-policy.xml18(th) #: ./doc/common/tables/sahara-rabbitmq.xml18(th) #: ./doc/common/tables/ironic-rootwrap.xml18(th) #: ./doc/common/tables/cinder-rpc.xml18(th) #: ./doc/common/tables/cinder-hpmsa.xml18(th) #: ./doc/common/tables/cinder-storage_gpfs.xml18(th) #: ./doc/common/tables/cinder-storpool.xml18(th) #: ./doc/common/tables/trove-zeromq.xml18(th) #: ./doc/common/tables/neutron-lbaas.xml18(th) #: ./doc/common/tables/cinder-backups_swift.xml18(th) #: ./doc/common/tables/trove-database.xml18(th) #: ./doc/common/tables/ironic-common.xml18(th) #: ./doc/common/tables/nova-authentication.xml18(th) #: ./doc/common/tables/ceilometer-compute.xml18(th) #: ./doc/common/tables/cinder-ca.xml18(th) #: ./doc/common/tables/ironic-zeromq.xml18(th) #: ./doc/common/tables/cinder-eqlx.xml18(th) #: ./doc/common/tables/nova-ec2.xml18(th) #: ./doc/common/tables/cinder-block-device.xml18(th) #: ./doc/common/tables/ironic-testing.xml18(th) #: ./doc/common/tables/neutron-metadata.xml18(th) #: ./doc/common/tables/nova-fping.xml18(th) #: ./doc/common/tables/ironic-auth.xml18(th) #: ./doc/common/tables/trove-cluster.xml18(th) #: ./doc/common/tables/neutron-debug.xml18(th) #: ./doc/common/tables/sahara-qpid.xml18(th) #: ./doc/common/tables/nova-amqp.xml18(th) #: ./doc/common/tables/neutron-compute.xml18(th) #: ./doc/common/tables/glance-imagecache.xml18(th) #: ./doc/common/tables/cinder-nas.xml18(th) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml18(th) #: ./doc/common/tables/keystone-logging.xml18(th) #: ./doc/common/tables/heat-rpc.xml18(th) #: ./doc/common/tables/trove-taskmanager.xml18(th) #: ./doc/common/tables/heat-cloudwatch_api.xml18(th) #: ./doc/common/tables/cinder-images.xml18(th) #: ./doc/common/tables/cinder-huawei.xml18(th) #: ./doc/common/tables/nova-console.xml18(th) #: ./doc/common/tables/cinder-nexenta_nfs.xml18(th) #: ./doc/common/tables/nova-database.xml18(th) #: ./doc/common/tables/nova-quota.xml18(th) #: ./doc/common/tables/heat-logging.xml18(th) #: ./doc/common/tables/heat-crypt.xml18(th) #: ./doc/common/tables/cinder-coraid.xml18(th) #: ./doc/common/tables/cinder-compute.xml18(th) #: ./doc/common/tables/ironic-debug.xml18(th) #: ./doc/common/tables/ironic-logging.xml18(th) #: ./doc/common/tables/neutron-qpid.xml18(th) #: ./doc/common/tables/nova-rpc.xml18(th) #: ./doc/common/tables/cinder-backups_tsm.xml18(th) #: ./doc/common/tables/cinder-san.xml18(th) #: ./doc/common/tables/nova-logging.xml18(th) #: ./doc/common/tables/keystone-security.xml18(th) #: ./doc/common/tables/nova-api.xml18(th) #: ./doc/common/tables/sahara-domain.xml18(th) #: ./doc/common/tables/glance-common.xml18(th) #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/trove-nova.xml18(th) #: ./doc/common/tables/neutron-rabbitmq.xml18(th) #: ./doc/common/tables/ceilometer-testing.xml18(th) #: ./doc/common/tables/neutron-api.xml18(th) #: ./doc/common/tables/trove-logging.xml18(th) #: ./doc/common/tables/nova-xvpnvncproxy.xml18(th) #: ./doc/common/tables/heat-clients_backends.xml18(th) #: ./doc/common/tables/glance-testing.xml18(th) #: ./doc/common/tables/neutron-common.xml18(th) #: ./doc/common/tables/nova-hypervisor.xml18(th) #: ./doc/common/tables/cinder-openvstorage.xml18(th) #: ./doc/common/tables/keystone-qpid.xml18(th) #: ./doc/common/tables/nova-configdrive.xml18(th) #: ./doc/common/tables/cinder-datera.xml18(th) #: ./doc/common/tables/ironic-ssl.xml18(th) #: ./doc/common/tables/cinder-drbd.xml18(th) #: ./doc/common/tables/trove-debug.xml18(th) #: ./doc/common/tables/trove-swift.xml18(th) #: ./doc/common/tables/nova-libvirt.xml18(th) #: ./doc/common/tables/ceilometer-amqp.xml18(th) #: ./doc/common/tables/ceilometer-glance.xml18(th) #: ./doc/common/tables/keystone-debug.xml18(th) #: ./doc/common/tables/nova-debug.xml18(th) #: ./doc/common/tables/cinder-rootwrap.xml18(th) #: ./doc/common/tables/cinder-nexenta_iscsi.xml18(th) msgid "[DEFAULT]" msgstr "" #: ./doc/common/section_config_format.xml137(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.xml146(literal) #: ./doc/common/tables/ceilometer-database.xml25(th) #: ./doc/common/tables/cinder-database.xml25(th) #: ./doc/common/tables/glance-database.xml25(th) #: ./doc/common/tables/sahara-database.xml25(th) #: ./doc/common/tables/neutron-database.xml18(th) #: ./doc/common/tables/ironic-database.xml18(th) #: ./doc/common/tables/nova-database.xml25(th) #: ./doc/common/tables/heat-database.xml18(th) #: ./doc/common/tables/keystone-database.xml18(th) msgid "[database]" msgstr "[database]" #: ./doc/common/section_config_format.xml148(para) msgid "" "Configuration options for the database that stores the state of the " "OpenStack service." msgstr "" #: ./doc/common/section_config_format.xml129(para) msgid "" "Configuration options are grouped by section. Most configuration files " "support at least the following sections: " msgstr "" #: ./doc/common/section_config_format.xml159(title) msgid "Substitution" msgstr "" #: ./doc/common/section_config_format.xml161(para) msgid "" "The configuration file supports variable substitution. After you set a " "configuration option, it can be referenced in later configuration values " "when you precede it with a $, like " "$OPTION." msgstr "" #: ./doc/common/section_config_format.xml168(para) msgid "" "The following example uses the values of rabbit_host and " "rabbit_port to define the value of the " "rabbit_hosts option, in this case as " "controller:5672." msgstr "" #: ./doc/common/section_config_format.xml186(para) msgid "" "To avoid substitution, use $$, it is replaced by a single" " $. For example, if your LDAP DNS password is " "$xkj432, specify it, as follows: " msgstr "" #: ./doc/common/section_config_format.xml192(para) msgid "" "The code uses the Python " "string.Template.safe_substitute() method to implement " "variable substitution. For more details on how variable substitution is " "resolved, see http://docs.python.org/2/library/string.html#template-" "strings and PEP 292." msgstr "" #: ./doc/common/section_config_format.xml205(title) msgid "Whitespace" msgstr "" #: ./doc/common/section_config_format.xml206(para) msgid "" "To include whitespace in a configuration value, use a quoted string. For " "example:" msgstr "" #: ./doc/common/section_config_format.xml212(title) msgid "Define an alternate location for a config file" msgstr "" #: ./doc/common/section_config_format.xml213(para) msgid "" "Most services and the and the command-line clients load the" " configuration file. To define an alternate location for the configuration " "file, pass the --config-file " "CONFIG_FILE parameter when you start " "a service or call a command." msgstr "" #: ./doc/common/section_getstart_image.xml7(title) msgid "OpenStack Image Service" msgstr "OpenStack镜像服务" #: ./doc/common/section_getstart_image.xml8(para) msgid "" "The OpenStack Image Service is central to Infrastructure-as-a-Service (IaaS)" " as shown in . It accepts API " "requests for disk or server images, and image metadata from end users or " "OpenStack Compute components. It also supports the storage of disk or server" " images on various repository types, including OpenStack Object Storage." msgstr "正如在 所展现的那样,OpenStack镜像服务是基础设施服务(IaaS)的中心,它接收请求磁盘或镜像的API、来自最终用户的或OpenStack计算服务组件的镜像元数据。它支持在各种仓库类型存放磁盘或服务器镜像,仓库类型包括OpenStack对象存储。" #: ./doc/common/section_getstart_image.xml14(para) msgid "" "A number of periodic processes run on the OpenStack Image Service to support" " caching. Replication services ensure consistency and availability through " "the cluster. Other periodic processes include auditors, updaters, and " "reapers." msgstr "多种定期的进程运行在OpenStack镜像服务之上以支持缓存。复制服务通过集群确保一致性和可用性,其他的定期的进程包括审计、更性和回收。" #: ./doc/common/section_getstart_image.xml18(para) msgid "The OpenStack Image Service includes the following components:" msgstr "OpenStack镜像服务包括下面组件:" #: ./doc/common/section_getstart_image.xml22(systemitem) msgid "glance-api" msgstr "glance-api" #: ./doc/common/section_getstart_image.xml23(para) msgid "Accepts Image API calls for image discovery, retrieval, and storage." msgstr "接收镜像API的调用,诸如镜像发现、恢复、存储。" #: ./doc/common/section_getstart_image.xml27(systemitem) msgid "glance-registry" msgstr "glance-registry" #: ./doc/common/section_getstart_image.xml28(para) msgid "" "Stores, processes, and retrieves metadata about images. Metadata includes " "items such as size and type." msgstr "存储、处理和恢复镜像的元数据,元数据包括项诸如大小和类型。" #: ./doc/common/section_getstart_image.xml30(title) msgid "Security note" msgstr "安全须知" #: ./doc/common/section_getstart_image.xml31(para) msgid "" "The registry is a private internal service meant for use by OpenStack Image " "Service. Do not disclose it to users." msgstr "registry是一个私有的内部服务,这意味着仅为OpenStack镜像服务所使用。不要将之开放给用户。" #: ./doc/common/section_getstart_image.xml37(term) msgid "Database" msgstr "数据库" #: ./doc/common/section_getstart_image.xml38(para) msgid "" "Stores image metadata and you can choose your database depending on your " "preference. Most deployments use MySQL or SQLite." msgstr "存放镜像元数据,用户是可以依据个人喜好选择数据库的,多数的部署使用MySQL或SQLite。" #: ./doc/common/section_getstart_image.xml43(term) msgid "Storage repository for image files" msgstr "镜像文件的存储仓库" #: ./doc/common/section_getstart_image.xml44(para) msgid "" "Various repository types are supported including normal file systems, Object" " Storage, RADOS block devices, HTTP, and Amazon S3. Note that some " "repositories will only support read-only usage." msgstr "支持多种类型的仓库,它们有普通文件系统、对象存储、RADOS块设备、HTTP、以及亚马逊S3。记住,其中一些仓库仅支持只读方式使用。" #: ./doc/common/ch_getstart.xml7(title) msgid "Get started with OpenStack" msgstr "开始使用OpenStack" #: ./doc/common/ch_getstart.xml8(para) msgid "" "The OpenStack project is an open source cloud computing platform for all " "types of clouds, which aims to be simple to implement, massively scalable, " "and feature rich. Developers and cloud computing technologists from around " "the world create the OpenStack project." msgstr "OpenStack项目是一个适用各种类型云的开源云计算平台,它的目标是:简单的实现,大规模扩展,丰富的功能。来自全世界各地的开发者和云计算技术专家们创建了OpenStack项目。" #: ./doc/common/ch_getstart.xml13(para) msgid "" "OpenStack provides an Infrastructure-as-a-Service " "(IaaS) solution through a set of interrelated " "services. Each service offers an application programming interface " "(API) that facilitates this integration. Depending on" " your needs, you can install some or all services." msgstr "OpenStack通过一系列相关联的服务提供了基础设施及服务(IaaS) 解决方案。每个服务对外提供应用程序接口(API)便于轻松集。取决于用户的需求,用户可以选择安装部分服务,也可以选择安装全部服务。" #: ./doc/common/ch_getstart.xml21(para) msgid "" "The following table describes the OpenStack services that make up the " "OpenStack architecture:" msgstr "以下表格描述了OpenStack架构的OpenStack服务:" #: ./doc/common/ch_getstart.xml24(caption) #: ./doc/common/ch_getstart.xml201(title) msgid "OpenStack services" msgstr "OpenStack 服务" #: ./doc/common/ch_getstart.xml31(th) msgid "Project name" msgstr "项目名称" #: ./doc/common/ch_getstart.xml39(glossterm) msgid "Dashboard" msgstr "Dashboard" #: ./doc/common/ch_getstart.xml43(glossterm) msgid "Horizon" msgstr "控制面板" #: ./doc/common/ch_getstart.xml45(td) msgid "" "Provides a web-based self-service portal to interact with underlying " "OpenStack services, such as launching an instance, assigning IP addresses " "and configuring access controls." msgstr "提供了一个基于web的自服务门户,与OpenStack底层服务交互,诸如启动一个实例,分配IP地址以及配置访问控制。" #: ./doc/common/ch_getstart.xml57(glossterm) msgid "Nova" msgstr "Nova" #: ./doc/common/ch_getstart.xml59(td) msgid "" "Manages the lifecycle of compute instances in an OpenStack environment. " "Responsibilities include spawning, scheduling and decommissioning of virtual" " machines on demand." msgstr "在OpenStack环境中计算实例的生命周期管理。按需响应包括生成、调度、回收虚拟机等操作。" #: ./doc/common/ch_getstart.xml71(glossterm) msgid "Neutron" msgstr "Neutron" #: ./doc/common/ch_getstart.xml73(td) msgid "" "Enables Network-Connectivity-as-a-Service for other OpenStack services, such" " as OpenStack Compute. Provides an API for users to define networks and the " "attachments into them. Has a pluggable architecture that supports many " "popular networking vendors and technologies." msgstr "确保为其它OpenStack服务提供网络连接即服务,比如OpenStack计算。为用户提供API定义网络和使用。基于插件的架构其支持众多的网络提供商和技术。" #: ./doc/common/ch_getstart.xml80(th) msgid "Storage" msgstr "存储" #: ./doc/common/ch_getstart.xml88(glossterm) msgid "Swift" msgstr "Swift" #: ./doc/common/ch_getstart.xml91(glossterm) msgid "RESTful" msgstr "RESTful" #: ./doc/common/ch_getstart.xml90(td) msgid "" "Stores and retrieves arbitrary unstructured data objects via a " ", HTTP based API. It is highly fault tolerant with its data " "replication and scale-out architecture. Its implementation is not like a " "file server with mountable directories. In this case, it writes objects and " "files to multiple drives, ensuring the data is replicated across a server " "cluster." msgstr "通过一个 ,基于HTTP的应用程序接口存储和任意检索的非结构化数据对象。它拥有高容错机制,基于数据复制和可扩展架构。它的实现并像是一个文件服务器需要挂载目录。在此种方式下,它写入对象和文件到多个硬盘中,以确保数据是在集群内跨服务器的多份复制。" #: ./doc/common/ch_getstart.xml106(glossterm) msgid "Cinder" msgstr "Cinder" #: ./doc/common/ch_getstart.xml108(td) msgid "" "Provides persistent block storage to running instances. Its pluggable driver" " architecture facilitates the creation and management of block storage " "devices." msgstr "为运行实例而提供的持久性块存储。它的可插拔驱动架构的功能有助于创建和管理块存储设备。" #: ./doc/common/ch_getstart.xml112(th) msgid "Shared services" msgstr "共享服务" #: ./doc/common/ch_getstart.xml116(glossterm) msgid "Identity service" msgstr "认证服务" #: ./doc/common/ch_getstart.xml120(glossterm) msgid "Keystone" msgstr "Keystone" #: ./doc/common/ch_getstart.xml122(td) msgid "" "Provides an authentication and authorization service for other OpenStack " "services. Provides a catalog of endpoints for all OpenStack services." msgstr "为其他OpenStack服务提供认证和授权服务,为所有的OpenStack服务提供一个端点目录。" #: ./doc/common/ch_getstart.xml133(glossterm) msgid "Glance" msgstr "Glance" #: ./doc/common/ch_getstart.xml135(td) msgid "" "Stores and retrieves virtual machine disk images. OpenStack Compute makes " "use of this during instance provisioning." msgstr "存储和检索虚拟机磁盘镜像,OpenStack计算会在实例部署时使用此服务。" #: ./doc/common/ch_getstart.xml148(glossterm) msgid "Ceilometer" msgstr "Ceilometer" #: ./doc/common/ch_getstart.xml150(td) msgid "" "Monitors and meters the OpenStack cloud for billing, benchmarking, " "scalability, and statistical purposes." msgstr "为OpenStack云的计费、基准、扩展性以及统计等目的提供监测和计量。" #: ./doc/common/ch_getstart.xml155(th) msgid "Higher-level services" msgstr "高层次服务" #: ./doc/common/ch_getstart.xml162(glossterm) msgid "Heat" msgstr "Heat" #: ./doc/common/ch_getstart.xml166(glossterm) msgid "HOT" msgstr "HOT" #: ./doc/common/ch_getstart.xml164(td) msgid "" "Orchestrates multiple composite cloud applications by using either the " "native template format or the AWS CloudFormation template " "format, through both an OpenStack-native REST API and a CloudFormation-" "compatible Query API." msgstr "既可以使用本地模板格式,亦可使用AWS CloudFormation模板格式,来编排多个综合的云应用,通过OpenStack本地REST API或者是CloudFormation相兼容的队列API。" #: ./doc/common/ch_getstart.xml178(glossterm) msgid "Trove" msgstr "Trove" #: ./doc/common/ch_getstart.xml180(td) msgid "" "Provides scalable and reliable Cloud Database-as-a-Service functionality for" " both relational and non-relational database engines." msgstr "提供可扩展和稳定的云数据库即服务的功能,可同时支持关系性和非关系性数据库引擎。" #: ./doc/common/ch_getstart.xml186(glossterm) msgid "Data Processing Service" msgstr "" #: ./doc/common/ch_getstart.xml189(glossterm) msgid "Sahara" msgstr "" #: ./doc/common/ch_getstart.xml191(td) msgid "" "Provides capabilties to provision and scale Hadoop clusters in OpenStack by " "specifying parameters like Hadoop version, cluster topology and nodes " "hardware details." msgstr "" #: ./doc/common/ch_getstart.xml202(para) msgid "This section describes OpenStack services in detail." msgstr "此章描述了OpenStack服务的细节。" #: ./doc/common/ch_getstart.xml222(title) msgid "Feedback" msgstr "反馈" #: ./doc/common/section_fibrechannel.xml7(title) msgid "Fibre Channel support in Compute" msgstr "计算服务对光纤的支持" #: ./doc/common/section_fibrechannel.xml8(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.xml11(para) msgid "" "In the Grizzly release, Fibre Channel supported only the KVM hypervisor." msgstr "" #: ./doc/common/section_fibrechannel.xml13(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.xml17(title) msgid "KVM host requirements" msgstr "要求KVM主机" #: ./doc/common/section_fibrechannel.xml18(para) msgid "You must install these packages on the KVM host:" msgstr "" #: ./doc/common/section_fibrechannel.xml21(para) msgid "" "sysfsutils - Nova uses the systool " "application in this package." msgstr "" #: ./doc/common/section_fibrechannel.xml27(para) msgid "" "sg3-utils or sg3_utils - Nova uses the" " sg_scan and sginfo applications." msgstr "" #: ./doc/common/section_fibrechannel.xml33(para) msgid "Installing the multipath-tools package is optional." msgstr "" #: ./doc/common/section_fibrechannel.xml37(title) msgid "Install required packages" msgstr "安装需要的软件包" #: ./doc/common/section_fibrechannel.xml38(para) msgid "Use these commands to install the system packages:" msgstr "使用这些命令来安装系统软件包:" #: ./doc/common/section_fibrechannel.xml42(para) msgid "For systems running openSUSE or SUSE Linux Enterprise Server:" msgstr "运行openSUSE或SUSE Linux企业版的系统:" #: ./doc/common/section_fibrechannel.xml47(para) msgid "For systems running Red Hat:" msgstr "运行Red Hat的系统:" #: ./doc/common/section_fibrechannel.xml51(para) msgid "For systems running Ubuntu:" msgstr "运行Ubuntu的系统:" #: ./doc/common/section_dashboard_customizing.xml7(title) msgid "Customize the dashboard" msgstr "定制GUI界面" #: ./doc/common/section_dashboard_customizing.xml8(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.xml10(para) msgid "" "The OpenStack dashboard by default on Ubuntu installs the openstack-dashboard-ubuntu-theme package." msgstr "" #: ./doc/common/section_dashboard_customizing.xml11(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.xml15(para) msgid "" "This guide focuses on the local_settings.py file, " "stored in /openstack-" "dashboard/openstack_dashboard/local/." msgstr "" #: ./doc/common/section_dashboard_customizing.xml17(para) msgid "" "This guide is adapted from How To Custom Brand " "The OpenStack \"Horizon\" Dashboard." msgstr "" #: ./doc/common/section_dashboard_customizing.xml21(para) msgid "Site colors" msgstr "站点颜色" #: ./doc/common/section_dashboard_customizing.xml24(para) msgid "Logo" msgstr "Logo" #: ./doc/common/section_dashboard_customizing.xml27(para) #: ./doc/common/section_dashboard_customizing.xml158(title) #: ./doc/common/section_dashboard_customizing.xml172(title) msgid "HTML title" msgstr "HTML 标题" #: ./doc/common/section_dashboard_customizing.xml30(para) msgid "Site branding link" msgstr "站点品牌链接" #: ./doc/common/section_dashboard_customizing.xml33(para) #: ./doc/common/section_dashboard_customizing.xml182(title) msgid "Help URL" msgstr "帮助URL" #: ./doc/common/section_dashboard_customizing.xml18(para) msgid "The following can easily be customized: " msgstr "" #: ./doc/common/section_dashboard_customizing.xml65(title) msgid "Logo and site colors" msgstr "" #: ./doc/common/section_dashboard_customizing.xml70(para) msgid "Login screen: 365 x 50" msgstr "" #: ./doc/common/section_dashboard_customizing.xml73(para) msgid "Logged in banner: 216 x 35" msgstr "" #: ./doc/common/section_dashboard_customizing.xml67(para) msgid "" "Create two logo files, png format, with transparent backgrounds using the " "following sizes: " msgstr "" #: ./doc/common/section_dashboard_customizing.xml79(para) msgid "" "Upload your new images to the following location: /usr/share" "/openstack-dashboard/openstack_dashboard/static/dashboard/img/" msgstr "" #: ./doc/common/section_dashboard_customizing.xml84(para) msgid "" "Create a CSS style sheet in the following directory: /usr/share" "/openstack-dashboard/openstack_dashboard/static/dashboard/css/" msgstr "" #: ./doc/common/section_dashboard_customizing.xml90(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.xml128(para) msgid "" "Open the following HTML template in an editor of your choice: " "/usr/share/openstack-" "dashboard/openstack_dashboard/templates/_stylesheets.html" msgstr "" #: ./doc/common/section_dashboard_customizing.xml133(para) msgid "" "Add a line to include your newly created style sheet. For example " "custom.css file:" msgstr "" #: ./doc/common/section_dashboard_customizing.xml138(emphasis) msgid "" "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' " "rel='stylesheet' />" msgstr "" #: ./doc/common/section_dashboard_customizing.xml142(title) msgid "Restart Apache:" msgstr "重启 Apache:" #: ./doc/common/section_dashboard_customizing.xml143(para) #: ./doc/common/section_dashboard_sessions.xml181(para) msgid "On Ubuntu: " msgstr "Ubuntu中:" #: ./doc/common/section_dashboard_customizing.xml146(para) msgid "On Fedora, RHEL, CentOS: " msgstr "Fedora, RHEL, CentOS中: " #: ./doc/common/section_dashboard_customizing.xml149(para) #: ./doc/common/section_dashboard_sessions.xml188(para) msgid "On openSUSE: " msgstr "openSUSE中: " #: ./doc/common/section_dashboard_customizing.xml154(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.xml160(para) msgid "" "Set the HTML title, which appears at the top of the browser window, by " "adding the following line to local_settings.py: " "" msgstr "" #: ./doc/common/section_dashboard_customizing.xml168(para) #: ./doc/common/section_dashboard_customizing.xml178(para) #: ./doc/common/section_dashboard_customizing.xml188(para) msgid "Restart Apache for this change to take effect." msgstr "" #: ./doc/common/section_dashboard_customizing.xml174(para) msgid "" "The logo also acts as a hyperlink. The default behavior is to redirect to " "horizon:user_home. To change this, add the following " "attribute to local_settings.py" msgstr "" #: ./doc/common/section_dashboard_customizing.xml184(para) msgid "" "By default the help URL points to http://docs.openstack.org. Change " "this by editing the following arritbute to the URL of your choice in " "local_settings.py" msgstr "" #: ./doc/common/section_compute_config-api.xml7(title) msgid "Configure the Compute API" msgstr "配置计算API" #: ./doc/common/section_compute_config-api.xml8(para) msgid "" "The Compute API, run by the nova-" "api 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.xml14(title) msgid "Configure Compute API password handling" msgstr "" #: ./doc/common/section_compute_config-api.xml15(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.xml20(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.xml28(para) msgid "" "To prevent this confusion, use the 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.xml35(title) msgid "Configure Compute API rate limiting" msgstr "" #: ./doc/common/section_compute_config-api.xml36(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.xml40(para) msgid "" "When API rate limits are exceeded, HTTP requests return an error with a " "status code of 403Forbidden." msgstr "" #: ./doc/common/section_compute_config-api.xml43(para) msgid "Rate limiting is not available for the EC2 API." msgstr "" #: ./doc/common/section_compute_config-api.xml46(title) msgid "Define limits" msgstr "定义限制条件" #: ./doc/common/section_compute_config-api.xml47(para) msgid "To define limits, set these values:" msgstr "" #: ./doc/common/section_compute_config-api.xml50(para) msgid "" "The HTTP method used in the API call, " "typically one of GET, PUT, POST, or DELETE." msgstr "" #: ./doc/common/section_compute_config-api.xml55(para) msgid "" "A human readable URI that is used as a " "friendly description of where the limit is applied." msgstr "" #: ./doc/common/section_compute_config-api.xml60(para) msgid "" "A regular expression. The limit is " "applied to all URIs that match the regular expression and HTTP method." msgstr "" #: ./doc/common/section_compute_config-api.xml66(para) msgid "" "A limit value that specifies the maximum" " count of units before the limit takes effect." msgstr "" #: ./doc/common/section_compute_config-api.xml71(para) msgid "" "An interval 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.xml77(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.xml81(title) msgid "Default limits" msgstr "" #: ./doc/common/section_compute_config-api.xml82(para) msgid "" "Normally, you install OpenStack Compute with the following limits enabled:" msgstr "" #: ./doc/common/section_compute_config-api.xml85(caption) msgid "Default API rate limits" msgstr "" #: ./doc/common/section_compute_config-api.xml88(th) #: ./doc/common/section_compute_config-api.xml159(para) msgid "HTTP method" msgstr "" #: ./doc/common/section_compute_config-api.xml89(th) msgid "API URI" msgstr "" #: ./doc/common/section_compute_config-api.xml90(th) msgid "API regular expression" msgstr "" #: ./doc/common/section_compute_config-api.xml91(th) msgid "Limit" msgstr "限制" #: ./doc/common/section_compute_config-api.xml96(td) #: ./doc/common/section_compute_config-api.xml102(td) msgid "POST" msgstr "" #: ./doc/common/section_compute_config-api.xml97(td) #: ./doc/common/section_compute_config-api.xml109(td) #: ./doc/common/section_compute_config-api.xml121(td) msgid "any URI (*)" msgstr "" #: ./doc/common/section_compute_config-api.xml98(td) #: ./doc/common/section_compute_config-api.xml110(td) #: ./doc/common/section_compute_config-api.xml122(td) msgid ".*" msgstr "" #: ./doc/common/section_compute_config-api.xml99(td) #: ./doc/common/section_compute_config-api.xml105(td) #: ./doc/common/section_compute_config-api.xml111(td) #: ./doc/common/section_compute_config-api.xml117(td) #: ./doc/common/section_compute_config-api.xml123(td) msgid "120 per minute" msgstr "" #: ./doc/common/section_compute_config-api.xml103(td) msgid "/servers" msgstr "" #: ./doc/common/section_compute_config-api.xml104(td) msgid "^/servers" msgstr "" #: ./doc/common/section_compute_config-api.xml108(td) msgid "PUT" msgstr "PUT" #: ./doc/common/section_compute_config-api.xml114(td) #: ./doc/common/section_compute_config-api.xml126(td) msgid "GET" msgstr "GET" #: ./doc/common/section_compute_config-api.xml115(td) msgid "*changes-since*" msgstr "" #: ./doc/common/section_compute_config-api.xml116(td) msgid ".*changes-since.*" msgstr "" #: ./doc/common/section_compute_config-api.xml120(td) msgid "DELETE" msgstr "DELETE" #: ./doc/common/section_compute_config-api.xml127(td) msgid "*/os-fping" msgstr "" #: ./doc/common/section_compute_config-api.xml128(td) msgid "^/os-fping" msgstr "" #: ./doc/common/section_compute_config-api.xml129(td) msgid "12 per minute" msgstr "" #: ./doc/common/section_compute_config-api.xml135(title) msgid "Configure and change limits" msgstr "" #: ./doc/common/section_compute_config-api.xml136(para) msgid "" "As part of the WSGI pipeline, the etc/nova/api-" "paste.ini file defines the actual limits." msgstr "" #: ./doc/common/section_compute_config-api.xml139(para) msgid "" "To enable limits, include the ' filter in the API pipeline " "specification. If the 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.xml153(para) msgid "" "To modify the limits, add a limits specification to the " "[filter:ratelimit] section of the file. Specify the " "limits in this order:" msgstr "" #: ./doc/common/section_compute_config-api.xml162(para) msgid "friendly URI" msgstr "" #: ./doc/common/section_compute_config-api.xml165(para) msgid "regex" msgstr "" #: ./doc/common/section_compute_config-api.xml168(para) msgid "limit" msgstr "" #: ./doc/common/section_compute_config-api.xml171(para) msgid "interval" msgstr "" #: ./doc/common/section_compute_config-api.xml174(para) msgid "The following example shows the default rate-limiting values:" msgstr "" #: ./doc/common/section_compute_config-api.xml181(title) msgid "Configuration reference" msgstr "" #: ./doc/common/section_compute_config-api.xml182(para) msgid "" "The Compute API configuration options are documented in ." msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml9(title) msgid "Inject files into instances" msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml10(para) msgid "" "You can inject local files into the instance file system when you launch an " "instance." msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml12(para) msgid "" "Use the --file dst-path=src-path parameter on the " "nova command." msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml14(para) msgid "You can inject up to five files." msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml15(para) msgid "" "For example, you might inject the " "special_authorized_keysfile file into the instance " "rather than using the regular ssh key injection." msgstr "" #: ./doc/common/section_cli_nova_fileinjection.xml18(para) msgid "Run the following command:" msgstr "运行如下命令:" #: ./doc/common/ch_preface.xml7(title) msgid "Preface" msgstr "前言" #: ./doc/common/section_dashboard-configure.xml7(title) msgid "Configure the dashboard" msgstr "配置GUI界面" #: ./doc/common/section_dashboard-configure.xml9(para) msgid "You can configure the dashboard for a simple HTTP deployment." msgstr "" #: ./doc/common/section_dashboard-configure.xml15(para) msgid "Also, you can configure the size of the VNC window in the dashboard." msgstr "" #: ./doc/common/section_storage-concepts.xml11(title) msgid "Storage concepts" msgstr "存储概念" #: ./doc/common/section_storage-concepts.xml12(para) msgid "The OpenStack stack uses the following storage types:" msgstr "OpenStack堆栈使用下列存储类型:" #: ./doc/common/section_storage-concepts.xml14(caption) msgid "Storage types" msgstr "存储类型" #: ./doc/common/section_storage-concepts.xml20(td) msgid "On-instance / ephemeral" msgstr "On-instance / ephemeral" #: ./doc/common/section_storage-concepts.xml21(td) msgid "Block storage (cinder)" msgstr "块存储 (cinder)" #: ./doc/common/section_storage-concepts.xml27(td) msgid "Runs operating systems and provides scratch space" msgstr "运行在操作系统中,且提供scratch空间" #: ./doc/common/section_storage-concepts.xml28(td) msgid "" "Used for adding additional persistent storage to a virtual machine (VM)" msgstr "用于给虚拟机(VM)添加额外的持久存储" #: ./doc/common/section_storage-concepts.xml30(td) msgid "Used for storing virtual machine images and data" msgstr "用于存放虚拟机镜像和数据" #: ./doc/common/section_storage-concepts.xml33(td) msgid "Persists until VM is terminated" msgstr "随着VM的销毁而消失" #: ./doc/common/section_storage-concepts.xml34(td) #: ./doc/common/section_storage-concepts.xml35(td) msgid "Persists until deleted" msgstr "除非人工删除,否则一直存在" #: ./doc/common/section_storage-concepts.xml38(td) #: ./doc/common/section_storage-concepts.xml39(td) msgid "Access associated with a VM" msgstr "访问和VM想关联" #: ./doc/common/section_storage-concepts.xml40(td) msgid "Available from anywhere" msgstr "对任何地方都可用" #: ./doc/common/section_storage-concepts.xml43(td) msgid "Implemented as a filesystem underlying OpenStack Compute" msgstr "在OpenStack计算服务下实现的文件系统" #: ./doc/common/section_storage-concepts.xml45(td) msgid "" "Mounted via OpenStack Block Storage controlled protocol (for example, iSCSI)" msgstr "通过OpenStack块存储控制协议(例如,iSCSI)来挂载" #: ./doc/common/section_storage-concepts.xml47(td) msgid "REST API" msgstr "REST API" #: ./doc/common/section_storage-concepts.xml50(td) msgid "Administrator configures size setting, based on flavors" msgstr "系统管理员配置大小,基于flavor" #: ./doc/common/section_storage-concepts.xml52(td) msgid "Sizings based on need" msgstr "大小根据需要而定" #: ./doc/common/section_storage-concepts.xml53(td) msgid "Easily scalable for future growth" msgstr "针对于未来的增长,可轻松扩展" #: ./doc/common/section_storage-concepts.xml56(td) msgid "Example: 10GB first disk, 30GB/core second disk" msgstr "举例:10GB 第一块磁盘,30GB 第二块磁盘" #: ./doc/common/section_storage-concepts.xml57(td) msgid "Example: 1TB \"extra hard drive\"" msgstr "举例:1TB “扩展硬盘”" #: ./doc/common/section_storage-concepts.xml58(td) msgid "Example: 10s of TBs of data set storage" msgstr "举例:10倍的TB数据单元存储" #: ./doc/common/section_storage-concepts.xml65(para) msgid "" "You cannot use OpenStack Object Storage like a traditional hard " "drive. The Object Storage relaxes some of the constraints of a " "POSIX-style file system to get other gains. You can access the objects " "through an API which uses HTTP. Subsequently you don't have to provide " "atomic operations (that is, relying on eventual consistency), you can scale " "a storage system easily and avoid a central point of failure." msgstr "用户不可以想传统的硬盘那样使用OpenStack对象存储。对象存储相对POSIX标准的文件系统放宽了一些约束以获得其他的功能,用户可通过使用HTTP的应用程序接口来访问对象,但是用户不能做一些原子操作(因为最终一致性的原因),用户可以很容易的扩展存储系统以及避免中心节点的失败。" #: ./doc/common/section_storage-concepts.xml74(para) msgid "" "The OpenStack Image Service is used to manage the virtual machine " "images in an OpenStack cluster, not store them. It provides an " "abstraction to different methods for storage - a bridge to the storage, not " "the storage itself." msgstr "OpenStack镜像服务在OpenStack的集群是用来管理虚拟机镜像的,而非实际存储它们。它为存储提供了不同的抽象方法--一个连向存储的桥,而不是存储本身。" #: ./doc/common/section_storage-concepts.xml81(para) msgid "" "The OpenStack Object Storage can function on its own. " "The Object Storage (swift) product can be used independently of the Compute " "(nova) product." msgstr "OpenStack对象存储用于独立的功能。 对象存储(swift)可独立于计算(Nova)产品之外对外提供服务。" #: ./doc/common/section_storage-concepts.xml63(para) msgid "You should note that:" msgstr "用户须知:" #: ./doc/common/section_storage-concepts.xml90(term) msgid "swift client" msgstr "swift 客户端" #: ./doc/common/section_storage-concepts.xml92(para) msgid "" "Enables users to submit commands to the REST API through a command-line " "client authorized as either a admin user, reseller user, or swift user." msgstr "用户可以通过此命令行客户端来向REST API提交命令,授权的用户角色可以是管理员用户,经销商用户,或者是swift用户。" #: ./doc/common/section_storage-concepts.xml98(term) msgid "swift-init" msgstr "swift-init" #: ./doc/common/section_storage-concepts.xml99(para) msgid "" "Script that initializes the building of the ring file, takes daemon names as" " parameter and offers commands. Documented in http://docs.openstack.org/developer/swift/admin_guide.html" "#managing-services." msgstr "用于构建ring文件的初始化脚本,参数是守护进程的名字,详细文档请访问:http://docs.openstack.org/developer/swift/admin_guide.html#managing-services." #: ./doc/common/section_storage-concepts.xml105(term) msgid "swift-recon" msgstr "swift-recon" #: ./doc/common/section_storage-concepts.xml109(term) msgid "swift-ring-builder" msgstr "swift-ring-builder" #: ./doc/common/section_storage-concepts.xml110(para) msgid "" "Storage ring build and rebalance utility. Documented in http://docs.openstack.org/developer/swift/admin_guide.html" "#managing-the-rings." msgstr "存储ring的构建和重新平衡的工具,详细文档 http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings。" #: ./doc/common/section_cli_nova_secgroups.xml7(title) msgid "Add security group and rules" msgstr "添加安全组和规则" #: ./doc/common/section_cli_nova_secgroups.xml8(para) msgid "" "The following procedure shows you how to add security groups and add rules " "to the default security group." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml11(title) msgid "Add or delete a security group" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml12(para) msgid "Use the command to add security groups." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml14(para) msgid "" "The following example shows how to create the secure1 " "security group:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml22(para) msgid "" "After you create the security group, you can view it in the security group " "list:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml31(para) msgid "" "Use the command to delete security groups. You cannot " "delete the default security group. The default security group has these " "initial settings:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml37(para) msgid "" "All the traffic originated by the instances (outbound traffic) is allowed" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml41(para) msgid "All the traffic destined to instances (inbound traffic) is denied" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml45(para) msgid "All the instances inside the group are allowed to talk to each other" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml50(para) msgid "" "You can add extra rules into the default security group for handling the " "egress traffic. Rules are ingress only at this time." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml54(para) msgid "" "The following example deletes the secure1 group. When you" " view the security group list, it no longer appears:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml66(title) msgid "Modify security group rules" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml70(para) msgid "You cannot change the default outbound behavior." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml67(para) msgid "" "The security group rules control the incoming traffic that can access the " "instances in the group, while all outbound traffic is automatically allowed." " Every security group rule is a policy that allows you to " "specify inbound connections that can access the instance by source address, " "destination port, and IP protocol (TCP, UDP or ICMP). Currently, you cannot " "manage IPv6 and other protocols through the security rules, making them " "permitted by default. To manage such protocols, you can deploy a firewall in" " front of your OpenStack cloud to control other types of traffic. The " "command requires the following arguments for both TCP and UDP rules:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml85(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml125(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml210(emphasis) msgid "<secgroup>" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml87(para) #: ./doc/common/section_cli_nova_secgroups.xml127(para) #: ./doc/common/section_cli_nova_secgroups.xml212(para) msgid "ID of security group." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml92(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml132(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml217(emphasis) msgid "<ip_proto>" msgstr "<ip_proto>" #: ./doc/common/section_cli_nova_secgroups.xml94(para) #: ./doc/common/section_cli_nova_secgroups.xml219(para) msgid "IP protocol (icmp, tcp, udp)." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml99(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml224(emphasis) msgid "<from_port>" msgstr "<from_port>" #: ./doc/common/section_cli_nova_secgroups.xml101(para) #: ./doc/common/section_cli_nova_secgroups.xml226(para) msgid "Port at start of range." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml106(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml231(emphasis) msgid "<to_port>" msgstr "<to_port>" #: ./doc/common/section_cli_nova_secgroups.xml108(para) #: ./doc/common/section_cli_nova_secgroups.xml233(para) msgid "Port at end of range." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml113(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml153(emphasis) #: ./doc/common/section_cli_nova_secgroups.xml238(emphasis) msgid "<cidr>" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml115(para) #: ./doc/common/section_cli_nova_secgroups.xml240(para) msgid "CIDR for address range." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml119(para) msgid "" "For ICMP rules, instead of specifying a begin and end port, you specify the " "allowed ICMP code and ICMP type:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml134(para) msgid "IP protocol (with icmp specified)." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml139(emphasis) msgid "<ICMP_code>" msgstr "<ICMP_code>" #: ./doc/common/section_cli_nova_secgroups.xml141(para) msgid "The ICMP code." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml146(emphasis) msgid "<ICMP_type>" msgstr "<ICMP_type>" #: ./doc/common/section_cli_nova_secgroups.xml148(para) msgid "The ICMP type." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml155(para) msgid "CIDR for the source address range." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml160(para) msgid "" "Entering -1 for both code and type indicates that all " "ICMP codes and types are allowed." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml165(title) msgid "The CIDR notation" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml166(para) msgid "" "That notation allows you to specify a base IP address and a suffix that " "designates the number of significant bits in the IP address used to identify" " the network. For example, by specifying a " "88.170.60.32/27, you specify " "88.170.60.32 as the base " "IP and 27 as the suffix. Because you use an IPv4 format, only 5 bits" " are available for the host part (32 minus 27). The " "0.0.0.0/0 notation means you allow the entire IPv4 range," " which allows all addresses." msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml180(para) msgid "" "For example, to allow any IP address to access a web server running on one " "of your instances inside the default security group:" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml189(para) msgid "" "To allow any IP address to ping an instance inside the default security " "group (Code 0, Type 8 for the ECHO request):" msgstr "" #: ./doc/common/section_cli_nova_secgroups.xml205(para) msgid "" "To delete a rule, you must specify exactly the same arguments that you used " "to create it:" msgstr "" #: ./doc/common/section_cli_version.xml7(title) msgid "Discover the version number for a client" msgstr "" #: ./doc/common/section_cli_version.xml8(para) msgid "Run the following command to discover the version number for a client:" msgstr "" #: ./doc/common/section_cli_version.xml11(para) msgid "" "For example, to see the version number for the client, run " "the following command:" msgstr "" #: ./doc/common/section_cli_version.xml15(para) msgid "The version number (2.15.0 in the example) is returned." msgstr "" #: ./doc/common/section_getstart_orchestration.xml7(title) msgid "Orchestration module concepts" msgstr "Orchestration模块概念" #: ./doc/common/section_getstart_orchestration.xml8(para) msgid "" "The Orchestration module provides a template-based orchestration for " "describing a cloud application, by running OpenStack API calls to generate " "running cloud applications. The software integrates other core components of" " OpenStack into a one-file template system. The templates allow you to " "create most OpenStack resource types, such as instances, floating IPs, " "volumes, security groups and users. It also provides advanced functionality," " such as instance high availability, instance auto-scaling, and nested " "stacks. This enables OpenStack core projects to receive a larger user base." msgstr "Orchestration模块提供了一个基于模板的orchestration,用于描述云的应用,通过运行的OpenStack API调用生成运行的云应用。软件和OpenStack其他核心组件集成为一个单一文件的模板系统。模板允许用户创建大多数的OpenStack资源类型,诸如实例,floating IP,卷,安全组,用户等,它也提供高级功能,诸如实例高可用,实例自动扩展,以及嵌套的OpenStack,这给OpenStack的核心项目带来了大量的用户基础。" #: ./doc/common/section_getstart_orchestration.xml18(para) msgid "" "The service enables deployers to integrate with the Orchestration module " "directly or through custom plug-ins." msgstr "服务鼓励部署者去直接集成Orchestration模块,或者通过自定义插件实现。" #: ./doc/common/section_getstart_orchestration.xml20(para) msgid "The Orchestration module consists of the following components:" msgstr "Orchestration模块通常包含下面的组件:" #: ./doc/common/section_getstart_orchestration.xml24(term) msgid "heat command-line client" msgstr "heat 命令行客户端" #: ./doc/common/section_getstart_orchestration.xml25(para) msgid "" "A CLI that communicates with the heat-api to run AWS CloudFormation APIs. " "End developers can directly use the Orchestration REST API." msgstr "一个命令行工具,和heat-api通信,以运行AWS CloudFormation API,最终开发者可以直接使用Orchestration REST API。" #: ./doc/common/section_getstart_orchestration.xml30(term) msgid "heat-api component" msgstr "heat-api 组件" #: ./doc/common/section_getstart_orchestration.xml30(para) msgid "" "An OpenStack-native REST API that processes API requests by sending them to " "the heat-engine over Remote Procedure Call (RPC)." msgstr "一个OpenStack本地 REST API ,发送API请求到heat-engine,通过远程过程调用(RPC)。" #: ./doc/common/section_getstart_orchestration.xml36(term) msgid "heat-api-cfn component" msgstr "heat-api-cfn 组件" #: ./doc/common/section_getstart_orchestration.xml36(para) msgid "" "An AWS Query API that is compatible with AWS CloudFormation. It processes " "API requests by sending them to the heat-engine over RPC." msgstr "AWS 队列API,和AWS CloudFormation兼容,发送API请求到heat-engine,通过远程过程调用。" #: ./doc/common/section_getstart_orchestration.xml42(code) msgid "heat-engine" msgstr "heat-engine" #: ./doc/common/section_getstart_orchestration.xml43(para) msgid "" "Orchestrates the launching of templates and provides events back to the API " "consumer." msgstr "启动模板和提供给API消费者回馈事件。" #: ./doc/common/ch_using_openstack_overview.xml7(title) msgid "" "How can I useadminister an OpenStack cloud?" msgstr "" #: ./doc/common/ch_using_openstack_overview.xml11(para) msgid "" "As an OpenStack cloud end user, you can provision your own resources within " "the limits set by administrators." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml13(para) msgid "" "As an OpenStack cloud administrative user, you can manage tenants, known as " "projects, users, services, " "images, flavors, and quotas." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml16(para) msgid "" "The examples in this guide show you how to perform tasks by using the " "following methods:" msgstr "" #: ./doc/common/ch_using_openstack_overview.xml20(para) msgid "" "OpenStack dashboard. Use this web-based graphical interface, code named " "horizon, to " "view, create, and manage resources and " "services." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml26(para) msgid "" "OpenStack command-line clients. Each core OpenStack project has a command-" "line client that you can use to run simple commands to view, create, and " "manage resources and services in a " "cloud and automate tasks by using scripts." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml32(para) msgid "You can modify these examples for your specific use cases." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml33(para) msgid "" "In addition to these ways of interacting with a cloud, you can access the " "OpenStack APIs directly or indirectly through cURL commands or open SDKs. You can " "automate access or build tools to manage resources and services by using the" " native OpenStack APIs or the EC2 compatibility API." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml37(para) msgid "" "To use the OpenStack APIs, it helps to be familiar with HTTP/1.1, RESTful " "web services, the OpenStack services, and JSON or XML data serialization " "formats." msgstr "" #: ./doc/common/ch_using_openstack_overview.xml40(title) msgid "Who should read this book?" msgstr "谁应该读本书?" #: ./doc/common/ch_using_openstack_overview.xml41(para) msgid "" "This book is written for anyone who uses virtual machines and cloud " "resources to develop software or perform research. You should have years of " "experience with Linux-based tool sets and be comfortable using both GUI and " "CLI based tools. While this book includes some information about using " "Python to create and manage cloud resources, Python knowledge is not a pre-" "requisite for reading this book." msgstr "本书是为任何使用虚拟机或云资源来开发软件或相关研究的人们,读者最好有多年的使用Linux工具集的经验且可熟练使用GUI和CLI工具。尽管本书包含了一些使用Python来创建和管理云资源的信息,但是读本书是不要对Python有要求的。" #: ./doc/common/ch_using_openstack_overview.xml46(para) msgid "" "This book is written for administrators who maintain and secure an OpenStack" " cloud installation to serve end users' needs. You should have years of " "experience with Linux-based tools for system administration. You should also" " be familiar with OpenStack basics, such as managing projects and users, " "troubleshooting, performing backup and recovery, and monitoring. For more " "information, see the OpenStack Operations " "Guide." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for #. you. #. It doesn't matter what you translate it to: it's not used at all. #: ./doc/common/section_keystone-concepts.xml136(None) #: ./doc/common/section_keystone-concepts.xml141(None) msgid "" "@@image: 'figures/SCH_5002_V00_NUAC-Keystone.png'; " "md5=bfa6cd8fd74466fad390264690bd8923" msgstr "@@image: 'figures/SCH_5002_V00_NUAC-Keystone.png'; md5=bfa6cd8fd74466fad390264690bd8923" #: ./doc/common/section_keystone-concepts.xml8(title) msgid "OpenStack Identity concepts" msgstr "OpenStack的身份概念" #: ./doc/common/section_keystone-concepts.xml9(para) msgid "" "The OpenStackIdentity Service performs the following " "functions:" msgstr "OpenStack Identity Service 实现下列功能:" #: ./doc/common/section_keystone-concepts.xml13(para) msgid "Tracking users and their permissions." msgstr "追踪用户及他们的权限。" #: ./doc/common/section_keystone-concepts.xml16(para) msgid "Providing a catalog of available services with their API endpoints." msgstr "基于API端点提供可用的服务目录。" #: ./doc/common/section_keystone-concepts.xml20(para) msgid "" "When installing OpenStack Identity service, you must register each service " "in your OpenStack installation. Identity service can then track which " "OpenStack services are installed, and where they are located on the network." msgstr "当安装OpenStack身份服务,用户必须将之注册到其OpenStack安装环境的每个服务。身份服务才可以追踪那些OpenStack服务已经安装,以及在网络中定位它们。" #: ./doc/common/section_keystone-concepts.xml24(para) msgid "" "To understand OpenStack Identity, you must understand the following " "concepts:" msgstr "欲理解OpenStack的身份,须先理解以下概念:" #: ./doc/common/section_keystone-concepts.xml28(term) msgid "User" msgstr "用户" #: ./doc/common/section_keystone-concepts.xml30(para) msgid "" "Digital representation of a person, system, or service who uses OpenStack " "cloud services. The Identity service validates that incoming requests are " "made by the user who claims to be making the call. Users have a login and " "may be assigned tokens to access resources. Users can be directly assigned " "to a particular tenant and behave as if they are contained in that tenant." msgstr "那些使用OpenStack云服务的人或系统或服务的数字表示。身份认证服务会验证那些生成调用的用户发过来的请求,用户登录且被赋予令牌以访问资源,用户可以直接被分配到特别的租户和行为,如果他们是被包含在租户中的。" #: ./doc/common/section_keystone-concepts.xml41(term) msgid "Credentials" msgstr "凭证" #: ./doc/common/section_keystone-concepts.xml43(para) msgid "" "Data that confirms the user's identity. For example: user name and password," " user name and API key, or an authentication token provided by the Identity " "Service." msgstr "用户身份的确认数据,例如,用户名和密码,用户名和API密钥,或者是一个有身份服务提供的授权令牌。" #: ./doc/common/section_keystone-concepts.xml50(term) msgid "Authentication" msgstr "认证" #: ./doc/common/section_keystone-concepts.xml52(para) msgid "" "The process of confirming the identity of a user. OpenStack Identity " "confirms an incoming request by validating a set of credentials supplied by " "the user." msgstr "确认用户身份的流程,OpenStack身份服务确认过来的请求,即验证由用户提供的凭证。" #: ./doc/common/section_keystone-concepts.xml56(para) msgid "" "These credentials are initially a user name and password, or a user name and" " API key. When user credentials are validated, OpenStack Identity issues an " "authentication token which the user provides in subsequent requests." msgstr "这些凭证通常是用户名和密码,或者是用户名和API密钥。当用户的凭证被验证通过,OpenStack身份服务给他一个认证令牌,令牌可以为用户提供随后的请求。" #: ./doc/common/section_keystone-concepts.xml64(term) msgid "Token" msgstr "令牌" #: ./doc/common/section_keystone-concepts.xml66(para) msgid "" "An alpha-numeric string of text used to access OpenStack APIs and resources." " A token may be revoked at any time and is valid for a finite duration." msgstr "一个字母数字混合的文本字符串,用户访问OpenStack API和资源,令牌可以随时撤销,以及有一定的时间期限。" #: ./doc/common/section_keystone-concepts.xml70(para) msgid "" "While OpenStack Identity supports token-based authentication in this " "release, the intention is to support additional protocols in the future. Its" " main purpose is to be an integration service, and not aspire to be a full-" "fledged identity store and management solution." msgstr "在此版本OpenStack身份服务支持了基于令牌的认证,这意味着会在将来支持更多的协议,它的主要目的是集成服务,而不希望成为一个完整的身份存储和管理解决方案。" #: ./doc/common/section_keystone-concepts.xml79(term) msgid "Tenant" msgstr "租户" #: ./doc/common/section_keystone-concepts.xml81(para) msgid "" "A container used to group or isolate resources. Tenants also group or " "isolate identity objects. Depending on the service operator, a tenant may " "map to a customer, account, organization, or project." msgstr "用于组成或隔离资源的容器,租户会组成或隔离身份对象,这取决于服务的运维人员,一个租户会映射到一个客户,一个账户,一个组织或一个项目。" #: ./doc/common/section_keystone-concepts.xml90(para) msgid "" "An OpenStack service, such as Compute (nova), Object Storage (swift), or " "Image Service (glance). It provides one or more endpoints in which users can" " access resources and perform operations." msgstr "一个OpenStack服务,诸如计算服务(nova),对象服务(swift),或镜像服务(glance)。它提供一个或多个端点来让用户可以访问资源和执行操作。" #: ./doc/common/section_keystone-concepts.xml97(term) msgid "Endpoint" msgstr "端点" #: ./doc/common/section_keystone-concepts.xml99(para) msgid "" "A network-accessible address where you access a service, usually a URL " "address. If you are using an extension for templates, an endpoint template " "can be created, which represents the templates of all the consumable " "services that are available across the regions." msgstr "一个当用户访问服务时用到的可访问的网络地址,通常是一个URL地址。如果用户为模板而使用扩展,一个端点可以被创建,它表示模板是为所有可用的跨region的可消费的服务。" #: ./doc/common/section_keystone-concepts.xml107(term) msgid "Role" msgstr "角色" #: ./doc/common/section_keystone-concepts.xml109(para) msgid "" "A personality with a defined set of user rights and privileges to perform a " "specific set of operations." msgstr "定义了一组用户权限的用户,可赋予其执行某些特定的操作。" #: ./doc/common/section_keystone-concepts.xml111(para) msgid "" "In the Identity service, a token that is issued to a user includes the list " "of roles. Services that are being called by that user determine how they " "interpret the set of roles a user has and to which operations or resources " "each role grants access." msgstr "在身份服务中,一个令牌所携带用户信息包含了角色列表。服务在被调用是会看用户是什么样的角色,这个角色赋予的权限能够操作什么资源。" #: ./doc/common/section_keystone-concepts.xml119(term) msgid "Keystone Client" msgstr "Keystone客户端" #: ./doc/common/section_keystone-concepts.xml121(para) msgid "" "A command line interface for the OpenStack Identity API. For example, users " "can run the and commands to register " "services in their OpenStack installations." msgstr "为OpenStack身份API提供的一组命令行接口。例如,用户可以运行命令在他们的OpenStack环境中去注册服务。" #: ./doc/common/section_keystone-concepts.xml130(para) msgid "The following diagram shows the OpenStack Identity process flow:" msgstr "下面示意图展示了OpenStack身份认证流程:" #: ./doc/common/section_objectstorage-features.xml7(title) msgid "Features and benefits" msgstr "特性和好处" #: ./doc/common/section_objectstorage-features.xml12(th) msgid "Features" msgstr "特性" #: ./doc/common/section_objectstorage-features.xml13(th) msgid "Benefits" msgstr "好处" #: ./doc/common/section_objectstorage-features.xml18(emphasis) msgid "Leverages commodity hardware" msgstr "利用旧硬件" #: ./doc/common/section_objectstorage-features.xml19(td) msgid "No lock-in, lower price/GB." msgstr "没有厂商锁定,低价个/GB." #: ./doc/common/section_objectstorage-features.xml22(emphasis) msgid "HDD/node failure agnostic" msgstr "" #: ./doc/common/section_objectstorage-features.xml23(td) msgid "Self-healing, reliable, data redundancy protects from failures." msgstr "" #: ./doc/common/section_objectstorage-features.xml27(emphasis) msgid "Unlimited storage" msgstr "无限的存储" #: ./doc/common/section_objectstorage-features.xml28(td) msgid "" "Large and flat namespace, highly scalable read/write access, able to serve " "content directly from storage system." msgstr "" #: ./doc/common/section_objectstorage-features.xml32(emphasis) msgid "Multi-dimensional scalability" msgstr "" #: ./doc/common/section_objectstorage-features.xml34(td) msgid "" "Scale-out architecture: Scale vertically and horizontally-distributed " "storage. Backs up and archives large amounts of data with linear " "performance." msgstr "" #: ./doc/common/section_objectstorage-features.xml39(emphasis) msgid "Account/container/object structure" msgstr "" #: ./doc/common/section_objectstorage-features.xml40(td) msgid "" "No nesting, not a traditional file system: Optimized for scale, it scales to" " multiple petabytes and billions of objects." msgstr "" #: ./doc/common/section_objectstorage-features.xml45(emphasis) msgid "Built-in replication 3✕ + data redundancy (compared with 2✕ on RAID)" msgstr "" #: ./doc/common/section_objectstorage-features.xml48(td) msgid "" "A configurable number of accounts, containers and object copies for high " "availability." msgstr "" #: ./doc/common/section_objectstorage-features.xml52(emphasis) msgid "Easily add capacity (unlike RAID resize)" msgstr "轻松扩容(不像RAID重置大小)" #: ./doc/common/section_objectstorage-features.xml54(td) msgid "Elastic data scaling with ease" msgstr "" #: ./doc/common/section_objectstorage-features.xml57(emphasis) msgid "No central database" msgstr "无中心数据库" #: ./doc/common/section_objectstorage-features.xml58(td) msgid "Higher performance, no bottlenecks" msgstr "高性能,无瓶颈" #: ./doc/common/section_objectstorage-features.xml61(emphasis) msgid "RAID not required" msgstr "无须RAID" #: ./doc/common/section_objectstorage-features.xml62(td) msgid "Handle many small, random reads and writes efficiently" msgstr "" #: ./doc/common/section_objectstorage-features.xml65(emphasis) msgid "Built-in management utilities" msgstr "" #: ./doc/common/section_objectstorage-features.xml66(td) msgid "" "Account management: Create, add, verify, and delete users; Container " "management: Upload, download, and verify; Monitoring: Capacity, host, " "network, log trawling, and cluster health." msgstr "" #: ./doc/common/section_objectstorage-features.xml72(emphasis) msgid "Drive auditing" msgstr "" #: ./doc/common/section_objectstorage-features.xml73(td) msgid "Detect drive failures preempting data corruption" msgstr "" #: ./doc/common/section_objectstorage-features.xml76(emphasis) msgid "Expiring objects" msgstr "" #: ./doc/common/section_objectstorage-features.xml77(td) msgid "" "Users can set an expiration time or a TTL on an object to control access" msgstr "" #: ./doc/common/section_objectstorage-features.xml81(emphasis) msgid "Direct object access" msgstr "直接对象访问" #: ./doc/common/section_objectstorage-features.xml82(td) msgid "Enable direct browser access to content, such as for a control panel" msgstr "" #: ./doc/common/section_objectstorage-features.xml86(emphasis) msgid "Realtime visibility into client requests" msgstr "" #: ./doc/common/section_objectstorage-features.xml88(td) msgid "Know what users are requesting." msgstr "" #: ./doc/common/section_objectstorage-features.xml91(emphasis) msgid "Supports S3 API" msgstr "支持S3 API" #: ./doc/common/section_objectstorage-features.xml92(td) msgid "Utilize tools that were designed for the popular S3 API." msgstr "" #: ./doc/common/section_objectstorage-features.xml96(emphasis) msgid "Restrict containers per account" msgstr "" #: ./doc/common/section_objectstorage-features.xml98(td) msgid "Limit access to control usage by user." msgstr "" #: ./doc/common/section_objectstorage-features.xml101(emphasis) msgid "Support for NetApp, Nexenta, SolidFire" msgstr "支持 NetApp, Nexenta, SolidFire" #: ./doc/common/section_objectstorage-features.xml103(td) msgid "Unified support for block volumes using a variety of storage systems." msgstr "" #: ./doc/common/section_objectstorage-features.xml107(emphasis) msgid "Snapshot and backup API for block volumes" msgstr "" #: ./doc/common/section_objectstorage-features.xml109(td) msgid "Data protection and recovery for VM data." msgstr "" #: ./doc/common/section_objectstorage-features.xml112(emphasis) msgid "Standalone volume API available" msgstr "" #: ./doc/common/section_objectstorage-features.xml114(td) msgid "Separate endpoint and API for integration with other compute systems." msgstr "" #: ./doc/common/section_objectstorage-features.xml118(emphasis) msgid "Integration with Compute" msgstr "和计算集成" #: ./doc/common/section_objectstorage-features.xml120(td) msgid "" "Fully integrated with Compute for attaching block volumes and reporting on " "usage." msgstr "" #: ./doc/common/section_dashboard_sessions.xml7(title) msgid "Set up session storage for the dashboard" msgstr "" #: ./doc/common/section_dashboard_sessions.xml8(para) msgid "" "The dashboard uses Django " "sessions framework to handle user session data. However, you can use " "any available session back end. You customize the session back end through " "the SESSION_ENGINE setting in your " "local_settings file (on Fedora/RHEL/CentOS: " "/etc/openstack-dashboard/local_settings, on Ubuntu and Debian: " "/etc/openstack-dashboard/local_settings.py and on " "openSUSE: /srv/www/openstack-" "dashboard/openstack_dashboard/local/local_settings.py)." msgstr "" #: ./doc/common/section_dashboard_sessions.xml19(para) msgid "" "The following sections describe the pros and cons of each option as it " "pertains to deploying the dashboard." msgstr "" #: ./doc/common/section_dashboard_sessions.xml22(title) msgid "Local memory cache" msgstr "本地内存缓存" #: ./doc/common/section_dashboard_sessions.xml23(para) msgid "" "Local memory storage is the quickest and easiest session back end to set up," " as it has no external dependencies whatsoever. It has the following " "significant drawbacks:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml29(para) msgid "No shared storage across processes or workers." msgstr "" #: ./doc/common/section_dashboard_sessions.xml33(para) msgid "No persistence after a process terminates." msgstr "" #: ./doc/common/section_dashboard_sessions.xml37(para) msgid "" "The local memory back end is enabled as the default for Horizon solely " "because it has no dependencies. It is not recommended for production use, or" " even for serious development work. Enabled by:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml50(title) msgid "Key-value stores" msgstr "键-值存储" #: ./doc/common/section_dashboard_sessions.xml51(para) msgid "" "You can use applications such as Memcached or Redis for external caching. " "These applications offer persistence and shared storage and are useful for " "small-scale deployments and/or development." msgstr "" #: ./doc/common/section_dashboard_sessions.xml56(title) msgid "Memcached" msgstr "Memcached" #: ./doc/common/section_dashboard_sessions.xml57(para) msgid "" "Memcached is a high-performance and distributed memory object caching system" " providing in-memory key-value store for small chunks of arbitrary data." msgstr "" #: ./doc/common/section_dashboard_sessions.xml59(para) #: ./doc/common/section_dashboard_sessions.xml81(para) msgid "Requirements:" msgstr "需求:" #: ./doc/common/section_dashboard_sessions.xml62(para) msgid "Memcached service running and accessible." msgstr "Memcached 服务运行中且可被访问。" #: ./doc/common/section_dashboard_sessions.xml65(para) msgid "Python module python-memcached installed." msgstr "Python 模块 python-memcached 已经安装。" #: ./doc/common/section_dashboard_sessions.xml68(para) #: ./doc/common/section_dashboard_sessions.xml90(para) msgid "Enabled by:" msgstr "激活者:" #: ./doc/common/section_dashboard_sessions.xml78(title) msgid "Redis" msgstr "Redis" #: ./doc/common/section_dashboard_sessions.xml79(para) msgid "" "Redis is an open source, BSD licensed, advanced key-value store. It is often" " referred to as a data structure server." msgstr "Redis是一款开源项目,基于BSD许可证,用于高级的健-值存储。It is often referred to as a data structure server." #: ./doc/common/section_dashboard_sessions.xml84(para) msgid "Redis service running and accessible." msgstr "Redia服务运行中且可被访问。" #: ./doc/common/section_dashboard_sessions.xml87(para) msgid "" "Python modules redis and django-redis " "installed." msgstr "Python 模块 redis 以及 django-redis 已经安装。" #: ./doc/common/section_dashboard_sessions.xml104(title) msgid "Initialize and configure the database" msgstr "初始化和配置数据库" #: ./doc/common/section_dashboard_sessions.xml105(para) msgid "" "Database-backed sessions are scalable, persistent, and can be made high-" "concurrency and highly-available." msgstr "后端的数据库会话保持一致性、扩展性,且要做到高并发和高可用。" #: ./doc/common/section_dashboard_sessions.xml107(para) msgid "" "However, database-backed sessions are one of the slower session storages and" " incur a high overhead under heavy usage. Proper configuration of your " "database deployment can also be a substantial undertaking and is far beyond " "the scope of this documentation." msgstr "" #: ./doc/common/section_dashboard_sessions.xml114(para) msgid "Start the mysql command-line client:" msgstr "启动mysql命令行客户端:" #: ./doc/common/section_dashboard_sessions.xml118(para) msgid "Enter the MySQL root user's password when prompted." msgstr "按照提示输入MySQL root用户的密码。" #: ./doc/common/section_dashboard_sessions.xml122(para) msgid "To configure the MySQL database, create the dash database:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml127(para) msgid "" "Create a MySQL user for the newly created dash database that has full " "control of the database. Replace DASH_DBPASS with" " a password for the new user:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml131(replaceable) #: ./doc/common/section_dashboard_sessions.xml132(replaceable) #: ./doc/common/section_dashboard_sessions.xml152(replaceable) msgid "DASH_DBPASS" msgstr "DASH_DBPASS" #: ./doc/common/section_dashboard_sessions.xml135(para) msgid "Enter quit at the mysql> prompt to exit MySQL." msgstr "在mysql>提示符下输入quit,退出MySQL。" #: ./doc/common/section_dashboard_sessions.xml139(para) msgid "" "In the local_settings file (on Fedora/RHEL/CentOS: " " /etc/openstack-dashboard/local_settings, on " "Ubuntu/Debian: /etc/openstack-" "dashboard/local_settings.py and on openSUSE: /srv/www" "/openstack-" "dashboard/openstack_dashboard/local/local_settings.py), change " "these options:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml159(para) msgid "" "After configuring the local_settings as shown, you can " "run the command to populate this newly created database." msgstr "" #: ./doc/common/section_dashboard_sessions.xml164(para) msgid "" "Note on openSUSE the path is /srv/www/openstack-" "dashboard/manage.py." msgstr "" #: ./doc/common/section_dashboard_sessions.xml166(para) msgid "As a result, the following output is returned:" msgstr "结果返回下面的输出:" #: ./doc/common/section_dashboard_sessions.xml174(para) msgid "" "To avoid a warning when you restart Apache on Ubuntu, create a " "blackhole directory in the dashboard directory, as " "follows:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml180(title) msgid "Restart and refresh Apache" msgstr "重启和刷新Apache" #: ./doc/common/section_dashboard_sessions.xml184(para) msgid "On Fedora/RHEL/CentOS: " msgstr "在 Fedora/RHEL/CentOS 下: " #: ./doc/common/section_dashboard_sessions.xml193(para) msgid "" "On Ubuntu, restart the nova-api " "service to ensure that the API server can connect to the dashboard without " "error:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml201(title) msgid "Cached database" msgstr "缓存数据库" #: ./doc/common/section_dashboard_sessions.xml202(para) msgid "" "To mitigate the performance issues of database queries, you can use the " "Django session back end, which utilizes both your database " "and caching infrastructure to perform write-through caching and efficient " "retrieval." msgstr "" #: ./doc/common/section_dashboard_sessions.xml207(para) msgid "" "Enable this hybrid setting by configuring both your database and cache, as " "discussed previously. Then, set the following value:" msgstr "" #: ./doc/common/section_dashboard_sessions.xml213(title) msgid "Cookies" msgstr "Cookies" #: ./doc/common/section_dashboard_sessions.xml214(para) msgid "" "If you use Django 1.4 or later, the back end avoids server " "load and scaling problems." msgstr "" #: ./doc/common/section_dashboard_sessions.xml216(para) msgid "" "This back end stores session data in a cookie, which is stored by the user's" " browser. The back end uses a cryptographic signing technique to ensure " "session data is not tampered with during transport. This is not the same as " "encryption; session data is still readable by an attacker." msgstr "" #: ./doc/common/section_dashboard_sessions.xml222(para) msgid "" "The pros of this engine are that it requires no additional dependencies or " "infrastructure overhead, and it scales indefinitely as long as the quantity " "of session data being stored fits into a normal cookie." msgstr "" #: ./doc/common/section_dashboard_sessions.xml226(para) msgid "" "The biggest downside is that it places session data into storage on the " "user's machine and transports it over the wire. It also limits the quantity " "of session data that can be stored." msgstr "" #: ./doc/common/section_dashboard_sessions.xml230(para) msgid "" "See the Django cookie-based sessions documentation." msgstr "" #: ./doc/common/section_kvm_enable.xml7(title) msgid "Enable KVM" msgstr "激活 KVM" #: ./doc/common/section_kvm_enable.xml8(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 root user." msgstr "" #: ./doc/common/section_kvm_enable.xml13(title) msgid "For x86 based systems" msgstr "针对基于x86系统" #: ./doc/common/section_kvm_enable.xml16(para) msgid "" "To determine whether the svm or vmx " "CPU extensions are present, run this command:" msgstr "" #: ./doc/common/section_kvm_enable.xml20(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.xml24(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.xml29(para) msgid "" "The BIOS for each manufacturer is different. If you must enable " "virtualization in the BIOS, look for an option containing the words " "virtualization, VT, " "VMX, or SVM." msgstr "" #: ./doc/common/section_kvm_enable.xml37(para) msgid "" "To list the loaded kernel modules and verify that the kvm" " modules are loaded, run this command:" msgstr "" #: ./doc/common/section_kvm_enable.xml41(para) msgid "" "If the output includes kvm_intel or " "kvm_amd, the kvm hardware " "virtualization modules are loaded and your kernel meets the module " "requirements for OpenStack Compute." msgstr "" #: ./doc/common/section_kvm_enable.xml48(para) msgid "" "If the output does not show that the kvm module is " "loaded, run this command to load it:" msgstr "" #: ./doc/common/section_kvm_enable.xml52(para) msgid "Run the command for your CPU. For Intel, run this command:" msgstr "根据你的CPU运行命令,对于Intel来说,运行下面命令:" #: ./doc/common/section_kvm_enable.xml55(para) msgid "For AMD, run this command:" msgstr "对于AMD,运行下面命令:" #: ./doc/common/section_kvm_enable.xml57(para) #: ./doc/common/section_kvm_enable.xml140(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.xml60(para) msgid "" "If the kernel modules do not load automatically, use the procedures listed " "in these subsections." msgstr "" #: ./doc/common/section_kvm_enable.xml64(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.xml69(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.xml75(para) msgid "" "If KVM acceleration is not supported, configure Compute to use a different " "hypervisor, such as QEMU or Xen." msgstr "" #: ./doc/common/section_kvm_enable.xml81(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.xml85(title) msgid "Intel-based processors" msgstr "基于Intel的处理器" #: ./doc/common/section_kvm_enable.xml86(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.xml90(para) msgid "" "Add these lines to the /etc/modules file so that these " "modules load on reboot:" msgstr "" #: ./doc/common/section_kvm_enable.xml96(title) msgid "AMD-based processors" msgstr "" #: ./doc/common/section_kvm_enable.xml97(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.xml101(para) msgid "" "Add these lines to /etc/modules file so that these " "modules load on reboot:" msgstr "" #: ./doc/common/section_kvm_enable.xml109(title) msgid "For POWER based systems" msgstr "" #: ./doc/common/section_kvm_enable.xml110(para) msgid "KVM as a hypervisor is supported on POWER system's PowerNV platform." msgstr "" #: ./doc/common/section_kvm_enable.xml114(para) msgid "" "To determine if your POWER platform supports KVM based virtualization run " "the following command:" msgstr "" #: ./doc/common/section_kvm_enable.xml118(para) msgid "" "If the previous command generates the following output, then CPU supports " "KVM based virtualization" msgstr "" #: ./doc/common/section_kvm_enable.xml121(para) msgid "" "If no output is displayed, then your POWER platform does not support KVM " "based hardware virtualization." msgstr "" #: ./doc/common/section_kvm_enable.xml125(para) msgid "" "To list the loaded kernel modules and verify that the kvm" " modules are loaded, run the following command:" msgstr "" #: ./doc/common/section_kvm_enable.xml129(para) msgid "" "If the output includes kvm_hv, the " "kvm hardware virtualization modules are loaded and " "your kernel meets the module requirements for OpenStack Compute." msgstr "" #: ./doc/common/section_kvm_enable.xml134(para) msgid "" "If the output does not show that the kvm module is " "loaded, run the following command to load it:" msgstr "" #: ./doc/common/section_kvm_enable.xml138(para) msgid "For PowerNV platform, run the following command:" msgstr "" #: ./doc/common/tables/ceilometer-database.xml7(caption) #: ./doc/common/tables/cinder-database.xml7(caption) #: ./doc/common/tables/glance-database.xml7(caption) #: ./doc/common/tables/sahara-database.xml7(caption) #: ./doc/common/tables/neutron-database.xml7(caption) #: ./doc/common/tables/ironic-database.xml7(caption) #: ./doc/common/tables/trove-database.xml7(caption) #: ./doc/common/tables/nova-database.xml7(caption) #: ./doc/common/tables/heat-database.xml7(caption) #: ./doc/common/tables/keystone-database.xml7(caption) msgid "Description of database configuration options" msgstr "" #: ./doc/common/tables/ceilometer-database.xml12(th) #: ./doc/common/tables/neutron-openvswitch_agent.xml12(th) #: ./doc/common/tables/heat-clients.xml12(th) #: ./doc/common/tables/cinder-solidfire.xml12(th) #: ./doc/common/tables/neutron-rpc.xml12(th) #: ./doc/common/tables/trove-db_percona.xml12(th) #: ./doc/common/tables/nova-periodic.xml12(th) #: ./doc/common/tables/ironic-redis.xml12(th) #: ./doc/common/tables/keystone-auth.xml12(th) #: ./doc/common/tables/keystone-policy.xml12(th) #: ./doc/common/tables/glance-auth_token.xml12(th) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml12(th) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml12(th) #: ./doc/common/tables/cinder-nimble.xml12(th) #: ./doc/common/tables/keystone-testing.xml12(th) #: ./doc/common/tables/swift-container-server-container-sync.xml14(th) #: ./doc/common/tables/ironic-seamicro.xml12(th) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml14(th) #: ./doc/common/tables/ceilometer-zaqar.xml12(th) #: ./doc/common/tables/cinder-flashsystem.xml12(th) #: ./doc/common/tables/neutron-amqp.xml12(th) #: ./doc/common/tables/cinder-qpid.xml12(th) #: ./doc/common/tables/cinder-zoning_fabric.xml12(th) #: ./doc/common/tables/ceilometer-redis.xml12(th) #: ./doc/common/tables/cinder-storage_ceph.xml12(th) #: ./doc/common/tables/ceilometer-vmware.xml12(th) #: ./doc/common/tables/neutron-cisco.xml12(th) #: ./doc/common/tables/nova-testing.xml12(th) #: ./doc/common/tables/nova-metadata.xml12(th) #: ./doc/common/tables/heat-clients_nova.xml12(th) #: ./doc/common/tables/cinder-hp3par.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml14(th) #: ./doc/common/tables/glance-ca.xml12(th) #: ./doc/common/tables/neutron-scheduler.xml12(th) #: ./doc/common/tables/glance-rbd.xml12(th) #: ./doc/common/tables/cinder-fusionio.xml12(th) #: ./doc/common/tables/cinder-storage_xen.xml12(th) #: ./doc/common/tables/ceilometer-common.xml12(th) #: ./doc/common/tables/cinder-pure.xml12(th) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml14(th) #: ./doc/common/tables/cinder-database.xml12(th) #: ./doc/common/tables/ceilometer-logging.xml12(th) #: ./doc/common/tables/heat-common.xml12(th) #: ./doc/common/tables/nova-ipv6.xml12(th) #: ./doc/common/tables/sahara-zeromq.xml12(th) #: ./doc/common/tables/ironic-rabbitmq.xml12(th) #: ./doc/common/tables/nova-vnc.xml12(th) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml14(th) #: ./doc/common/tables/trove-qpid.xml12(th) #: ./doc/common/tables/cinder-xio.xml12(th) #: ./doc/common/tables/keystone-api.xml12(th) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml14(th) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml12(th) #: ./doc/common/tables/nova-ironic.xml12(th) #: ./doc/common/tables/ceilometer-dispatcher_http.xml12(th) #: ./doc/common/tables/swift-container-server-container-auditor.xml14(th) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml14(th) #: ./doc/common/tables/glance-rpc.xml12(th) #: ./doc/common/tables/neutron-policy.xml12(th) #: ./doc/common/tables/glance-database.xml12(th) #: ./doc/common/tables/nova-spice.xml12(th) #: ./doc/common/tables/heat-clients_heat.xml12(th) #: ./doc/common/tables/nova-xen.xml12(th) #: ./doc/common/tables/trove-amqp.xml12(th) #: ./doc/common/tables/keystone-common.xml12(th) #: ./doc/common/tables/ceilometer-auth_token.xml12(th) #: ./doc/common/tables/ironic-swift.xml12(th) #: ./doc/common/tables/nova-rabbitmq.xml12(th) #: ./doc/common/tables/sahara-database.xml12(th) #: ./doc/common/tables/neutron-ml2_cisco.xml12(th) #: ./doc/common/tables/nova-policy.xml12(th) #: ./doc/common/tables/keystone-identity.xml12(th) #: ./doc/common/tables/cinder-cloudbyte.xml12(th) #: ./doc/common/tables/ceilometer-inspector.xml12(th) #: ./doc/common/tables/cinder-scheduler.xml12(th) #: ./doc/common/tables/trove-db_cassandra.xml12(th) #: ./doc/common/tables/ceilometer-concurrency.xml12(th) #: ./doc/common/tables/neutron-logging.xml12(th) #: ./doc/common/tables/nova-availabilityzones.xml12(th) #: ./doc/common/tables/keystone-catalog.xml12(th) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml12(th) #: ./doc/common/tables/neutron-ml2_fslsdn.xml12(th) #: ./doc/common/tables/neutron-rootwrap.xml12(th) #: ./doc/common/tables/cinder-auth.xml12(th) #: ./doc/common/tables/swift-swift-swift-constraints.xml14(th) #: ./doc/common/tables/heat-qpid.xml12(th) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml14(th) #: ./doc/common/tables/cinder-rabbitmq.xml12(th) #: ./doc/common/tables/nova-zookeeper.xml12(th) #: ./doc/common/tables/keystone-ca.xml12(th) #: ./doc/common/tables/ironic-agent.xml12(th) #: ./doc/common/tables/nova-keymgr.xml12(th) #: ./doc/common/tables/neutron-auth_token.xml12(th) #: ./doc/common/tables/swift-swift-storage-policy-0.xml14(th) #: ./doc/common/tables/ironic-ca.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml14(th) #: ./doc/common/tables/cinder-testing.xml12(th) #: ./doc/common/tables/nova-ldap.xml12(th) #: ./doc/common/tables/cinder-hitachi-hbsd.xml12(th) #: ./doc/common/tables/sahara-ca.xml12(th) #: ./doc/common/tables/swift-container-server-filter-recon.xml14(th) #: ./doc/common/tables/sahara-debug.xml12(th) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml14(th) #: ./doc/common/tables/ceilometer-auth.xml12(th) #: ./doc/common/tables/cinder-quota.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml14(th) #: ./doc/common/tables/keystone-os_inherit.xml12(th) #: ./doc/common/tables/ironic-rpc.xml12(th) #: ./doc/common/tables/neutron-sdnve.xml12(th) #: ./doc/common/tables/nova-compute.xml12(th) #: ./doc/common/tables/sahara-rootwrap.xml12(th) #: ./doc/common/tables/nova-scheduler.xml12(th) #: ./doc/common/tables/cinder-backups_ceph.xml12(th) #: ./doc/common/tables/ironic-amqp.xml12(th) #: ./doc/common/tables/cinder-dellsc.xml12(th) #: ./doc/common/tables/nova-vmware.xml12(th) #: ./doc/common/tables/heat-cfn_api.xml12(th) #: ./doc/common/tables/neutron-vmware.xml12(th) #: ./doc/common/tables/nova-rdp.xml12(th) #: ./doc/common/tables/trove-ca.xml12(th) #: ./doc/common/tables/nova-quobyte.xml12(th) #: ./doc/common/tables/keystone-role.xml12(th) #: ./doc/common/tables/keystone-assignment.xml12(th) #: ./doc/common/tables/cinder-zfssa.xml12(th) #: ./doc/common/tables/nova-zeromq.xml12(th) #: ./doc/common/tables/cinder-storage.xml12(th) #: ./doc/common/tables/glance-registry.xml12(th) #: ./doc/common/tables/swift-swift-storage-policy-1.xml14(th) #: ./doc/common/tables/neutron-embrane.xml12(th) #: ./doc/common/tables/cinder-debug.xml12(th) #: ./doc/common/tables/heat-quota.xml12(th) #: ./doc/common/tables/trove-network.xml12(th) #: ./doc/common/tables/cinder-srb.xml12(th) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/nova-common.xml12(th) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml14(th) #: ./doc/common/tables/nova-volumes.xml12(th) #: ./doc/common/tables/neutron-redis.xml12(th) #: ./doc/common/tables/trove-db_mysql.xml12(th) #: ./doc/common/tables/neutron-dvr.xml12(th) #: ./doc/common/tables/heat-zeromq.xml12(th) #: ./doc/common/tables/heat-amqp.xml12(th) #: ./doc/common/tables/cinder-violin.xml12(th) #: ./doc/common/tables/neutron-linuxbridge_agent.xml12(th) #: ./doc/common/tables/cinder-logging.xml12(th) #: ./doc/common/tables/nova-redis.xml12(th) #: ./doc/common/tables/swift-container-server-DEFAULT.xml14(th) #: ./doc/common/tables/neutron-l3_agent.xml12(th) #: ./doc/common/tables/swift-container-server-pipeline-main.xml14(th) #: ./doc/common/tables/glance-policy.xml12(th) #: ./doc/common/tables/nova-neutron.xml12(th) #: ./doc/common/tables/cinder-zeromq.xml12(th) #: ./doc/common/tables/sahara-redis.xml12(th) #: ./doc/common/tables/cinder-backups.xml12(th) #: ./doc/common/tables/cinder-keymgr.xml12(th) #: ./doc/common/tables/ceilometer-cells.xml12(th) #: ./doc/common/tables/keystone-ldap.xml12(th) #: ./doc/common/tables/trove-db_postgresql.xml12(th) #: ./doc/common/tables/glance-vmware.xml12(th) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml14(th) #: ./doc/common/tables/ceilometer-xenapi.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml14(th) #: ./doc/common/tables/cinder-zoning.xml12(th) #: ./doc/common/tables/ironic-disk_partitioner.xml12(th) #: ./doc/common/tables/cinder-scst.xml12(th) #: ./doc/common/tables/heat-notification.xml12(th) #: ./doc/common/tables/ironic-neutron.xml12(th) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/nova-vpn.xml12(th) #: ./doc/common/tables/neutron-vpn.xml12(th) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml14(th) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml14(th) #: ./doc/common/tables/trove-common.xml12(th) #: ./doc/common/tables/trove-api.xml12(th) #: ./doc/common/tables/cinder-zadara.xml12(th) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/nova-conductor.xml12(th) #: ./doc/common/tables/ironic-auth_token.xml12(th) #: ./doc/common/tables/swift-object-server-app-object-server.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml14(th) #: ./doc/common/tables/nova-livemigration.xml12(th) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml14(th) #: ./doc/common/tables/heat-rabbitmq.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml14(th) #: ./doc/common/tables/keystone-amqp.xml12(th) #: ./doc/common/tables/keystone-rpc.xml12(th) #: ./doc/common/tables/swift-object-server-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-zones.xml12(th) #: ./doc/common/tables/ironic-keystone.xml12(th) #: ./doc/common/tables/cinder-scality.xml12(th) #: ./doc/common/tables/cinder-amqp.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml14(th) #: ./doc/common/tables/neutron-agent.xml12(th) #: ./doc/common/tables/cinder-emc.xml12(th) #: ./doc/common/tables/cinder-vmware.xml12(th) #: ./doc/common/tables/ceilometer-zeromq.xml12(th) #: ./doc/common/tables/neutron-ml2_flat.xml12(th) #: ./doc/common/tables/heat-metadata_api.xml12(th) #: ./doc/common/tables/trove-rabbitmq.xml12(th) #: ./doc/common/tables/ironic-glance.xml12(th) #: ./doc/common/tables/nova-upgrade_levels.xml12(th) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml12(th) #: ./doc/common/tables/neutron-ml2_ofa.xml12(th) #: ./doc/common/tables/nova-barbican.xml12(th) #: ./doc/common/tables/glance-api.xml12(th) #: ./doc/common/tables/heat-waitcondition_api.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml14(th) #: ./doc/common/tables/swift-rsyncd-container.xml14(th) #: ./doc/common/tables/cinder-storwize.xml12(th) #: ./doc/common/tables/cinder-hplefthand.xml12(th) #: ./doc/common/tables/ironic-ilo.xml12(th) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml14(th) #: ./doc/common/tables/sahara-auth_token.xml12(th) #: ./doc/common/tables/neutron-ipv6_ra.xml12(th) #: ./doc/common/tables/glance-s3.xml12(th) #: ./doc/common/tables/nova-rootwrap.xml12(th) #: ./doc/common/tables/heat-loadbalancer.xml12(th) #: ./doc/common/tables/ceilometer-api.xml12(th) #: ./doc/common/tables/ceilometer-exchange.xml12(th) #: ./doc/common/tables/cinder-lvm.xml12(th) #: ./doc/common/tables/trove-dns.xml12(th) #: ./doc/common/tables/sahara-amqp.xml12(th) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml14(th) #: ./doc/common/tables/nova-cells.xml12(th) #: ./doc/common/tables/trove-volume.xml12(th) #: ./doc/common/tables/heat-auth_token.xml12(th) #: ./doc/common/tables/neutron-quotas.xml12(th) #: ./doc/common/tables/nova-auth_token.xml12(th) #: ./doc/common/tables/cinder-storage_nfs.xml12(th) #: ./doc/common/tables/cinder-quobyte.xml12(th) #: ./doc/common/tables/cinder-hds-hnas.xml12(th) #: ./doc/common/tables/heat-api.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml14(th) #: ./doc/common/tables/heat-clients_ceilometer.xml12(th) #: ./doc/common/tables/neutron-ryu.xml12(th) #: ./doc/common/tables/glance-logging.xml12(th) #: ./doc/common/tables/swift-rsyncd-account.xml14(th) #: ./doc/common/tables/neutron-metering_agent.xml12(th) #: ./doc/common/tables/neutron-zeromq.xml12(th) #: ./doc/common/tables/heat-clients_glance.xml12(th) #: ./doc/common/tables/cinder-storage_glusterfs.xml12(th) #: ./doc/common/tables/cinder-common.xml12(th) #: ./doc/common/tables/glance-swift.xml12(th) #: ./doc/common/tables/trove-quota.xml12(th) #: ./doc/common/tables/trove-clients.xml12(th) #: ./doc/common/tables/cinder-auth_token.xml12(th) #: ./doc/common/tables/ceilometer-alarm.xml12(th) #: ./doc/common/tables/sahara-clients.xml12(th) #: ./doc/common/tables/ironic-compute.xml12(th) #: ./doc/common/tables/ceilometer-events.xml12(th) #: ./doc/common/tables/heat-testing.xml12(th) #: ./doc/common/tables/ironic-qpid.xml12(th) #: ./doc/common/tables/neutron-lbaas_haproxy.xml12(th) #: ./doc/common/tables/cinder-xiv.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml14(th) #: ./doc/common/tables/neutron-sriov.xml12(th) #: ./doc/common/tables/ironic-ssh.xml12(th) #: ./doc/common/tables/neutron-ml2_bigswitch.xml12(th) #: ./doc/common/tables/nova-glance.xml12(th) #: ./doc/common/tables/neutron-database.xml12(th) #: ./doc/common/tables/keystone-auth_token.xml12(th) #: ./doc/common/tables/nova-s3.xml12(th) #: ./doc/common/tables/nova-serial_console.xml12(th) #: ./doc/common/tables/ironic-api.xml12(th) #: ./doc/common/tables/nova-pci.xml12(th) #: ./doc/common/tables/swift-account-server-filter-recon.xml14(th) #: ./doc/common/tables/ceilometer-magnetodb.xml12(th) #: ./doc/common/tables/heat-clients_cinder.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml14(th) #: ./doc/common/tables/sahara-testing.xml12(th) #: ./doc/common/tables/keystone-revoke.xml12(th) #: ./doc/common/tables/sahara-common.xml12(th) #: ./doc/common/tables/cinder-api.xml12(th) #: ./doc/common/tables/ceilometer-rootwrap.xml12(th) #: ./doc/common/tables/ironic-virtualbox.xml12(th) #: ./doc/common/tables/keystone-saml.xml12(th) #: ./doc/common/tables/trove-db_couchbase.xml12(th) #: ./doc/common/tables/heat-clients_trove.xml12(th) #: ./doc/common/tables/swift-account-server-account-replicator.xml14(th) #: ./doc/common/tables/ironic-scheduler.xml12(th) #: ./doc/common/tables/trove-testing.xml12(th) #: ./doc/common/tables/neutron-plumgrid.xml12(th) #: ./doc/common/tables/trove-heat.xml12(th) #: ./doc/common/tables/glance-sheepdog.xml12(th) #: ./doc/common/tables/ironic-upgrades.xml12(th) #: ./doc/common/tables/keystone-mapping.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml14(th) #: ./doc/common/tables/cinder-zfssa-nfs.xml12(th) #: ./doc/common/tables/cinder-windows.xml12(th) #: ./doc/common/tables/cinder-san-solaris.xml12(th) #: ./doc/common/tables/neutron-nuage.xml12(th) #: ./doc/common/tables/keystone-rabbitmq.xml12(th) #: ./doc/common/tables/keystone-zeromq.xml12(th) #: ./doc/common/tables/ceilometer-notification.xml12(th) #: ./doc/common/tables/glance-zeromq.xml12(th) #: ./doc/common/tables/ironic-database.xml12(th) #: ./doc/common/tables/neutron-bigswitch.xml12(th) #: ./doc/common/tables/neutron-cfg_agent.xml12(th) #: ./doc/common/tables/ceilometer-rpc.xml12(th) #: ./doc/common/tables/cinder-redis.xml12(th) #: ./doc/common/tables/swift-container-server-container-updater.xml14(th) #: ./doc/common/tables/ironic-ipmi.xml12(th) #: ./doc/common/tables/trove-db_mongodb.xml12(th) #: ./doc/common/tables/ironic-snmp.xml12(th) #: ./doc/common/tables/swift-object-server-object-replicator.xml14(th) #: ./doc/common/tables/glance-filesystem.xml12(th) #: ./doc/common/tables/trove-rpc.xml12(th) #: ./doc/common/tables/ceilometer-swift.xml12(th) #: ./doc/common/tables/trove-backup.xml12(th) #: ./doc/common/tables/glance-debug.xml12(th) #: ./doc/common/tables/nova-network.xml12(th) #: ./doc/common/tables/glance-redis.xml12(th) #: ./doc/common/tables/cinder-smbfs.xml12(th) #: ./doc/common/tables/cinder-prophetstor_dpl.xml12(th) #: ./doc/common/tables/nova-ca.xml12(th) #: ./doc/common/tables/neutron-l3_arista.xml12(th) #: ./doc/common/tables/neutron-dhcp_agent.xml12(th) #: ./doc/common/tables/ceilometer-collector.xml12(th) #: ./doc/common/tables/cinder-hds-hus.xml12(th) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml12(th) #: ./doc/common/tables/swift-swift-swift-hash.xml14(th) #: ./doc/common/tables/neutron-ml2_gre.xml12(th) #: ./doc/common/tables/neutron-varmour.xml12(th) #: ./doc/common/tables/heat-debug.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml14(th) #: ./doc/common/tables/trove-guestagent.xml12(th) #: ./doc/common/tables/ironic-irmc.xml12(th) #: ./doc/common/tables/nova-qpid.xml12(th) #: ./doc/common/tables/sahara-rpc.xml12(th) #: ./doc/common/tables/neutron-lbaas_radware.xml12(th) #: ./doc/common/tables/neutron-ml2_sriov.xml12(th) #: ./doc/common/tables/neutron-ml2_l2pop.xml12(th) #: ./doc/common/tables/cinder-ibmnas.xml12(th) #: ./doc/common/tables/glance-amqp.xml12(th) #: ./doc/common/tables/neutron-embrane_lb.xml12(th) #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml12(th) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml14(th) #: ./doc/common/tables/sahara-logging.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml14(th) #: ./doc/common/tables/neutron-testing.xml12(th) #: ./doc/common/tables/swift-object-server-pipeline-main.xml14(th) #: ./doc/common/tables/swift-memcache-memcache.xml14(th) #: ./doc/common/tables/neutron-ca.xml12(th) #: ./doc/common/tables/ceilometer-debug.xml12(th) #: ./doc/common/tables/swift-account-server-app-account-server.xml14(th) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml14(th) #: ./doc/common/tables/trove-compute.xml12(th) #: ./doc/common/tables/ironic-policy.xml12(th) #: ./doc/common/tables/sahara-rabbitmq.xml12(th) #: ./doc/common/tables/ironic-rootwrap.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml14(th) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml14(th) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml14(th) #: ./doc/common/tables/trove-db_redis.xml12(th) #: ./doc/common/tables/cinder-rpc.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml14(th) #: ./doc/common/tables/cinder-hpmsa.xml12(th) #: ./doc/common/tables/nova-apiv3.xml12(th) #: ./doc/common/tables/keystone-oauth.xml12(th) #: ./doc/common/tables/cinder-storage_gpfs.xml12(th) #: ./doc/common/tables/neutron-ml2_vlan.xml12(th) #: ./doc/common/tables/cinder-storpool.xml12(th) #: ./doc/common/tables/swift-object-server-object-auditor.xml14(th) #: ./doc/common/tables/trove-zeromq.xml12(th) #: ./doc/common/tables/neutron-lbaas.xml12(th) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml14(th) #: ./doc/common/tables/cinder-backups_swift.xml12(th) #: ./doc/common/tables/trove-database.xml12(th) #: ./doc/common/tables/ironic-common.xml12(th) #: ./doc/common/tables/swift-container-server-app-container-server.xml14(th) #: ./doc/common/tables/nova-authentication.xml12(th) #: ./doc/common/tables/neutron-nvsd.xml12(th) #: ./doc/common/tables/ceilometer-compute.xml12(th) #: ./doc/common/tables/cinder-ca.xml12(th) #: ./doc/common/tables/swift-account-server-pipeline-main.xml14(th) #: ./doc/common/tables/ironic-zeromq.xml12(th) #: ./doc/common/tables/glance-gridfs.xml12(th) #: ./doc/common/tables/neutron-hyperv_agent.xml12(th) #: ./doc/common/tables/ceilometer-tripleo.xml12(th) #: ./doc/common/tables/keystone-federation.xml12(th) #: ./doc/common/tables/glance-taskflow.xml12(th) #: ./doc/common/tables/ceilometer-service_types.xml12(th) #: ./doc/common/tables/cinder-eqlx.xml12(th) #: ./doc/common/tables/heat-redis.xml12(th) #: ./doc/common/tables/nova-ec2.xml12(th) #: ./doc/common/tables/keystone-credential.xml12(th) #: ./doc/common/tables/cinder-block-device.xml12(th) #: ./doc/common/tables/ironic-conductor.xml12(th) #: ./doc/common/tables/ironic-testing.xml12(th) #: ./doc/common/tables/neutron-metadata.xml12(th) #: ./doc/common/tables/neutron-lbaas_netscaler.xml12(th) #: ./doc/common/tables/nova-fping.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml14(th) #: ./doc/common/tables/ironic-auth.xml12(th) #: ./doc/common/tables/trove-cluster.xml12(th) #: ./doc/common/tables/swift-container-server-container-replicator.xml14(th) #: ./doc/common/tables/neutron-debug.xml12(th) #: ./doc/common/tables/sahara-qpid.xml12(th) #: ./doc/common/tables/neutron-ml2_ncs.xml12(th) #: ./doc/common/tables/neutron-ml2_arista.xml12(th) #: ./doc/common/tables/nova-trustedcomputing.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml14(th) #: ./doc/common/tables/nova-amqp.xml12(th) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml14(th) #: ./doc/common/tables/neutron-compute.xml12(th) #: ./doc/common/tables/glance-imagecache.xml12(th) #: ./doc/common/tables/neutron-ml2_brocade.xml12(th) #: ./doc/common/tables/swift-account-server-account-auditor.xml14(th) #: ./doc/common/tables/cinder-nas.xml12(th) #: ./doc/common/tables/ironic-cells.xml12(th) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml12(th) #: ./doc/common/tables/heat-clients_swift.xml12(th) #: ./doc/common/tables/keystone-logging.xml12(th) #: ./doc/common/tables/neutron-brocade.xml12(th) #: ./doc/common/tables/neutron-ml2_odl.xml12(th) #: ./doc/common/tables/swift-object-server-filter-recon.xml14(th) #: ./doc/common/tables/heat-rpc.xml12(th) #: ./doc/common/tables/trove-taskmanager.xml12(th) #: ./doc/common/tables/heat-cloudwatch_api.xml12(th) #: ./doc/common/tables/cinder-images.xml12(th) #: ./doc/common/tables/cinder-huawei.xml12(th) #: ./doc/common/tables/nova-console.xml12(th) #: ./doc/common/tables/cinder-profiler.xml12(th) #: ./doc/common/tables/neutron-fwaas.xml12(th) #: ./doc/common/tables/cinder-nexenta_nfs.xml12(th) #: ./doc/common/tables/nova-database.xml12(th) #: ./doc/common/tables/nova-quota.xml12(th) #: ./doc/common/tables/heat-logging.xml12(th) #: ./doc/common/tables/ironic-pxe.xml12(th) #: ./doc/common/tables/trove-redis.xml12(th) #: ./doc/common/tables/keystone-stats.xml12(th) #: ./doc/common/tables/heat-crypt.xml12(th) #: ./doc/common/tables/neutron-midonet.xml12(th) #: ./doc/common/tables/cinder-coraid.xml12(th) #: ./doc/common/tables/cinder-compute.xml12(th) #: ./doc/common/tables/ironic-debug.xml12(th) #: ./doc/common/tables/ironic-console.xml12(th) #: ./doc/common/tables/swift-rsyncd-object.xml14(th) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml14(th) #: ./doc/common/tables/ironic-logging.xml12(th) #: ./doc/common/tables/nova-baremetal.xml12(th) #: ./doc/common/tables/neutron-qpid.xml12(th) #: ./doc/common/tables/nova-rpc.xml12(th) #: ./doc/common/tables/cinder-zoning_manager_cisco.xml12(th) #: ./doc/common/tables/cinder-backups_tsm.xml12(th) #: ./doc/common/tables/cinder-san.xml12(th) #: ./doc/common/tables/nova-logging.xml12(th) #: ./doc/common/tables/ceilometer-alarms.xml12(th) #: ./doc/common/tables/neutron-nec.xml12(th) #: ./doc/common/tables/keystone-security.xml12(th) #: ./doc/common/tables/heat-clients_neutron.xml12(th) #: ./doc/common/tables/nova-api.xml12(th) #: ./doc/common/tables/neutron-opencontrail.xml12(th) #: ./doc/common/tables/neutron-ml2_mlnx.xml12(th) #: ./doc/common/tables/sahara-domain.xml12(th) #: ./doc/common/tables/trove-auth_token.xml12(th) #: ./doc/common/tables/keystone-trust.xml12(th) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml14(th) #: ./doc/common/tables/glance-cinder.xml12(th) #: ./doc/common/tables/swift-object-server-object-updater.xml14(th) #: ./doc/common/tables/glance-common.xml12(th) #: ./doc/common/tables/neutron-ml2_vxlan.xml12(th) #: ./doc/common/tables/swift-dispersion-dispersion.xml14(th) #: ./doc/common/tables/swift-account-server-DEFAULT.xml14(th) #: ./doc/common/tables/ironic-amt.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml14(th) #: ./doc/common/tables/trove-nova.xml12(th) #: ./doc/common/tables/neutron-meta.xml12(th) #: ./doc/common/tables/neutron-rabbitmq.xml12(th) #: ./doc/common/tables/keystone-ec2.xml12(th) #: ./doc/common/tables/heat-clients_keystone.xml12(th) #: ./doc/common/tables/ceilometer-testing.xml12(th) #: ./doc/common/tables/neutron-api.xml12(th) #: ./doc/common/tables/trove-logging.xml12(th) #: ./doc/common/tables/keystone-kvs.xml12(th) #: ./doc/common/tables/keystone-redis.xml12(th) #: ./doc/common/tables/nova-xvpnvncproxy.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml14(th) #: ./doc/common/tables/swift-account-server-account-reaper.xml14(th) #: ./doc/common/tables/nova-hyperv.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml14(th) #: ./doc/common/tables/heat-clients_backends.xml12(th) #: ./doc/common/tables/glance-testing.xml12(th) #: ./doc/common/tables/neutron-common.xml12(th) #: ./doc/common/tables/nova-hypervisor.xml12(th) #: ./doc/common/tables/cinder-openvstorage.xml12(th) #: ./doc/common/tables/keystone-qpid.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml14(th) #: ./doc/common/tables/ironic-deploy.xml12(th) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml14(th) #: ./doc/common/tables/keystone-cache.xml12(th) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml12(th) #: ./doc/common/tables/nova-configdrive.xml12(th) #: ./doc/common/tables/keystone-token.xml12(th) #: ./doc/common/tables/ceilometer-qpid.xml12(th) #: ./doc/common/tables/cinder-datera.xml12(th) #: ./doc/common/tables/ceilometer-ipmi.xml12(th) #: ./doc/common/tables/ironic-ssl.xml12(th) #: ./doc/common/tables/cinder-drbd.xml12(th) #: ./doc/common/tables/heat-database.xml12(th) #: ./doc/common/tables/ceilometer-rabbitmq.xml12(th) #: ./doc/common/tables/neutron-ml2.xml12(th) #: ./doc/common/tables/keystone-database.xml12(th) #: ./doc/common/tables/glance-profiler.xml12(th) #: ./doc/common/tables/keystone-memcache.xml12(th) #: ./doc/common/tables/trove-debug.xml12(th) #: ./doc/common/tables/trove-swift.xml12(th) #: ./doc/common/tables/nova-tilera.xml12(th) #: ./doc/common/tables/nova-libvirt.xml12(th) #: ./doc/common/tables/trove-upgrades.xml12(th) #: ./doc/common/tables/neutron-mlnx.xml12(th) #: ./doc/common/tables/cinder-zoning_manager.xml12(th) #: ./doc/common/tables/ceilometer-amqp.xml12(th) #: ./doc/common/tables/ceilometer-glance.xml12(th) #: ./doc/common/tables/ironic-dhcp.xml12(th) #: ./doc/common/tables/neutron-securitygroups.xml12(th) #: ./doc/common/tables/keystone-debug.xml12(th) #: ./doc/common/tables/nova-debug.xml12(th) #: ./doc/common/tables/cinder-rootwrap.xml12(th) #: ./doc/common/tables/cinder-nexenta_iscsi.xml12(th) msgid "Configuration option = Default value" msgstr "" #: ./doc/common/tables/ceilometer-database.xml21(replaceable) #: ./doc/common/tables/ceilometer-database.xml28(replaceable) #: ./doc/common/tables/ceilometer-database.xml36(replaceable) #: ./doc/common/tables/ceilometer-database.xml68(replaceable) #: ./doc/common/tables/ceilometer-database.xml80(replaceable) #: ./doc/common/tables/ceilometer-database.xml84(replaceable) #: ./doc/common/tables/ceilometer-database.xml92(replaceable) #: ./doc/common/tables/ceilometer-database.xml112(replaceable) #: ./doc/common/tables/ceilometer-database.xml120(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml68(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml98(replaceable) #: ./doc/common/tables/heat-clients.xml21(replaceable) #: ./doc/common/tables/heat-clients.xml28(replaceable) #: ./doc/common/tables/heat-clients.xml32(replaceable) #: ./doc/common/tables/heat-clients.xml44(replaceable) #: ./doc/common/tables/cinder-solidfire.xml21(replaceable) #: ./doc/common/tables/neutron-rpc.xml67(replaceable) #: ./doc/common/tables/neutron-rpc.xml82(replaceable) #: ./doc/common/tables/neutron-rpc.xml110(replaceable) #: ./doc/common/tables/ironic-redis.xml25(replaceable) #: ./doc/common/tables/keystone-policy.xml40(replaceable) #: ./doc/common/tables/glance-auth_token.xml21(replaceable) #: ./doc/common/tables/glance-auth_token.xml29(replaceable) #: ./doc/common/tables/glance-auth_token.xml33(replaceable) #: ./doc/common/tables/glance-auth_token.xml45(replaceable) #: ./doc/common/tables/glance-auth_token.xml57(replaceable) #: ./doc/common/tables/glance-auth_token.xml61(replaceable) #: ./doc/common/tables/glance-auth_token.xml65(replaceable) #: ./doc/common/tables/glance-auth_token.xml69(replaceable) #: ./doc/common/tables/glance-auth_token.xml73(replaceable) #: ./doc/common/tables/glance-auth_token.xml77(replaceable) #: ./doc/common/tables/glance-auth_token.xml97(replaceable) #: ./doc/common/tables/glance-auth_token.xml105(replaceable) #: ./doc/common/tables/glance-auth_token.xml117(replaceable) #: ./doc/common/tables/glance-auth_token.xml141(replaceable) #: ./doc/common/tables/glance-auth_token.xml145(replaceable) #: ./doc/common/tables/glance-auth_token.xml157(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml25(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml29(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml33(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml45(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml49(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml53(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml37(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml41(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml49(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml57(replaceable) #: ./doc/common/tables/neutron-amqp.xml41(replaceable) #: ./doc/common/tables/cinder-zoning_fabric.xml37(replaceable) #: ./doc/common/tables/cinder-zoning_fabric.xml45(replaceable) #: ./doc/common/tables/ceilometer-redis.xml25(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml41(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml49(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml53(replaceable) #: ./doc/common/tables/ceilometer-vmware.xml45(replaceable) #: ./doc/common/tables/nova-metadata.xml41(replaceable) #: ./doc/common/tables/nova-metadata.xml49(replaceable) #: ./doc/common/tables/heat-clients_nova.xml21(replaceable) #: ./doc/common/tables/heat-clients_nova.xml25(replaceable) #: ./doc/common/tables/heat-clients_nova.xml29(replaceable) #: ./doc/common/tables/heat-clients_nova.xml37(replaceable) #: ./doc/common/tables/heat-clients_nova.xml41(replaceable) #: ./doc/common/tables/glance-ca.xml21(replaceable) #: ./doc/common/tables/glance-ca.xml25(replaceable) #: ./doc/common/tables/glance-ca.xml29(replaceable) #: ./doc/common/tables/glance-rbd.xml33(replaceable) #: ./doc/common/tables/ceilometer-common.xml29(replaceable) #: ./doc/common/tables/ceilometer-common.xml67(replaceable) #: ./doc/common/tables/ceilometer-common.xml82(replaceable) #: ./doc/common/tables/ceilometer-common.xml89(replaceable) #: ./doc/common/tables/cinder-pure.xml21(replaceable) #: ./doc/common/tables/cinder-database.xml32(replaceable) #: ./doc/common/tables/cinder-database.xml64(replaceable) #: ./doc/common/tables/cinder-database.xml68(replaceable) #: ./doc/common/tables/cinder-database.xml84(replaceable) #: ./doc/common/tables/cinder-database.xml92(replaceable) #: ./doc/common/tables/ceilometer-logging.xml41(replaceable) #: ./doc/common/tables/ceilometer-logging.xml49(replaceable) #: ./doc/common/tables/ceilometer-logging.xml53(replaceable) #: ./doc/common/tables/ceilometer-logging.xml57(replaceable) #: ./doc/common/tables/heat-common.xml53(replaceable) #: ./doc/common/tables/heat-common.xml68(replaceable) #: ./doc/common/tables/nova-ipv6.xml25(replaceable) #: ./doc/common/tables/sahara-zeromq.xml45(replaceable) #: ./doc/common/tables/nova-vnc.xml25(replaceable) #: ./doc/common/tables/keystone-api.xml25(replaceable) #: ./doc/common/tables/keystone-api.xml37(replaceable) #: ./doc/common/tables/keystone-api.xml49(replaceable) #: ./doc/common/tables/keystone-api.xml81(replaceable) #: ./doc/common/tables/keystone-api.xml89(replaceable) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml41(replaceable) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml49(replaceable) #: ./doc/common/tables/nova-ironic.xml21(replaceable) #: ./doc/common/tables/nova-ironic.xml25(replaceable) #: ./doc/common/tables/nova-ironic.xml29(replaceable) #: ./doc/common/tables/nova-ironic.xml33(replaceable) #: ./doc/common/tables/nova-ironic.xml37(replaceable) #: ./doc/common/tables/nova-ironic.xml41(replaceable) #: ./doc/common/tables/nova-ironic.xml57(replaceable) #: ./doc/common/tables/ceilometer-dispatcher_http.xml25(replaceable) #: ./doc/common/tables/glance-rpc.xml56(replaceable) #: ./doc/common/tables/glance-rpc.xml71(replaceable) #: ./doc/common/tables/glance-rpc.xml99(replaceable) #: ./doc/common/tables/glance-database.xml32(replaceable) #: ./doc/common/tables/glance-database.xml64(replaceable) #: ./doc/common/tables/glance-database.xml68(replaceable) #: ./doc/common/tables/glance-database.xml84(replaceable) #: ./doc/common/tables/glance-database.xml92(replaceable) #: ./doc/common/tables/heat-clients_heat.xml21(replaceable) #: ./doc/common/tables/heat-clients_heat.xml25(replaceable) #: ./doc/common/tables/heat-clients_heat.xml29(replaceable) #: ./doc/common/tables/heat-clients_heat.xml33(replaceable) #: ./doc/common/tables/heat-clients_heat.xml37(replaceable) #: ./doc/common/tables/nova-xen.xml87(replaceable) #: ./doc/common/tables/nova-xen.xml91(replaceable) #: ./doc/common/tables/nova-xen.xml107(replaceable) #: ./doc/common/tables/nova-xen.xml119(replaceable) #: ./doc/common/tables/nova-xen.xml127(replaceable) #: ./doc/common/tables/nova-xen.xml175(replaceable) #: ./doc/common/tables/nova-xen.xml183(replaceable) #: ./doc/common/tables/trove-amqp.xml53(replaceable) #: ./doc/common/tables/keystone-common.xml21(replaceable) #: ./doc/common/tables/keystone-common.xml28(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml21(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml33(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml45(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml57(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml61(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml65(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml69(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml73(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml77(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml97(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml105(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml117(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml141(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml145(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml157(replaceable) #: ./doc/common/tables/sahara-database.xml32(replaceable) #: ./doc/common/tables/sahara-database.xml64(replaceable) #: ./doc/common/tables/sahara-database.xml68(replaceable) #: ./doc/common/tables/sahara-database.xml84(replaceable) #: ./doc/common/tables/sahara-database.xml92(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml72(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml84(replaceable) #: ./doc/common/tables/keystone-identity.xml37(replaceable) #: ./doc/common/tables/cinder-cloudbyte.xml21(replaceable) #: ./doc/common/tables/cinder-cloudbyte.xml29(replaceable) #: ./doc/common/tables/cinder-cloudbyte.xml45(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml25(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml29(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml41(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml45(replaceable) #: ./doc/common/tables/ceilometer-concurrency.xml25(replaceable) #: ./doc/common/tables/neutron-logging.xml41(replaceable) #: ./doc/common/tables/neutron-logging.xml49(replaceable) #: ./doc/common/tables/neutron-logging.xml53(replaceable) #: ./doc/common/tables/neutron-logging.xml57(replaceable) #: ./doc/common/tables/nova-availabilityzones.xml25(replaceable) #: ./doc/common/tables/keystone-catalog.xml21(replaceable) #: ./doc/common/tables/keystone-catalog.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml21(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml37(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml41(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml45(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml49(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml57(replaceable) #: ./doc/common/tables/neutron-ml2_fslsdn.xml33(replaceable) #: ./doc/common/tables/nova-zookeeper.xml21(replaceable) #: ./doc/common/tables/keystone-ca.xml45(replaceable) #: ./doc/common/tables/nova-keymgr.xml25(replaceable) #: ./doc/common/tables/neutron-auth_token.xml21(replaceable) #: ./doc/common/tables/neutron-auth_token.xml29(replaceable) #: ./doc/common/tables/neutron-auth_token.xml33(replaceable) #: ./doc/common/tables/neutron-auth_token.xml45(replaceable) #: ./doc/common/tables/neutron-auth_token.xml57(replaceable) #: ./doc/common/tables/neutron-auth_token.xml61(replaceable) #: ./doc/common/tables/neutron-auth_token.xml65(replaceable) #: ./doc/common/tables/neutron-auth_token.xml69(replaceable) #: ./doc/common/tables/neutron-auth_token.xml73(replaceable) #: ./doc/common/tables/neutron-auth_token.xml77(replaceable) #: ./doc/common/tables/neutron-auth_token.xml97(replaceable) #: ./doc/common/tables/neutron-auth_token.xml105(replaceable) #: ./doc/common/tables/neutron-auth_token.xml117(replaceable) #: ./doc/common/tables/neutron-auth_token.xml141(replaceable) #: ./doc/common/tables/neutron-auth_token.xml145(replaceable) #: ./doc/common/tables/neutron-auth_token.xml157(replaceable) #: ./doc/common/tables/ironic-ca.xml33(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml29(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml53(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml69(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml73(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml77(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml81(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml85(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml89(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml93(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml97(replaceable) #: ./doc/common/tables/sahara-ca.xml21(replaceable) #: ./doc/common/tables/sahara-ca.xml25(replaceable) #: ./doc/common/tables/sahara-ca.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth.xml41(replaceable) #: ./doc/common/tables/ironic-rpc.xml56(replaceable) #: ./doc/common/tables/neutron-sdnve.xml41(replaceable) #: ./doc/common/tables/nova-compute.xml25(replaceable) #: ./doc/common/tables/nova-scheduler.xml21(replaceable) #: ./doc/common/tables/ironic-amqp.xml41(replaceable) #: ./doc/common/tables/ironic-amqp.xml56(replaceable) #: ./doc/common/tables/nova-vmware.xml25(replaceable) #: ./doc/common/tables/nova-vmware.xml29(replaceable) #: ./doc/common/tables/nova-vmware.xml33(replaceable) #: ./doc/common/tables/nova-vmware.xml37(replaceable) #: ./doc/common/tables/nova-vmware.xml41(replaceable) #: ./doc/common/tables/nova-vmware.xml49(replaceable) #: ./doc/common/tables/nova-vmware.xml61(replaceable) #: ./doc/common/tables/nova-vmware.xml69(replaceable) #: ./doc/common/tables/nova-vmware.xml81(replaceable) #: ./doc/common/tables/heat-cfn_api.xml44(replaceable) #: ./doc/common/tables/heat-cfn_api.xml48(replaceable) #: ./doc/common/tables/neutron-vmware.xml25(replaceable) #: ./doc/common/tables/neutron-vmware.xml29(replaceable) #: ./doc/common/tables/neutron-vmware.xml33(replaceable) #: ./doc/common/tables/neutron-vmware.xml37(replaceable) #: ./doc/common/tables/neutron-vmware.xml45(replaceable) #: ./doc/common/tables/neutron-vmware.xml163(replaceable) #: ./doc/common/tables/neutron-vmware.xml167(replaceable) #: ./doc/common/tables/neutron-vmware.xml171(replaceable) #: ./doc/common/tables/neutron-vmware.xml175(replaceable) #: ./doc/common/tables/neutron-vmware.xml179(replaceable) #: ./doc/common/tables/neutron-vmware.xml187(replaceable) #: ./doc/common/tables/trove-ca.xml21(replaceable) #: ./doc/common/tables/trove-ca.xml25(replaceable) #: ./doc/common/tables/trove-ca.xml29(replaceable) #: ./doc/common/tables/nova-quobyte.xml21(replaceable) #: ./doc/common/tables/keystone-role.xml21(replaceable) #: ./doc/common/tables/keystone-role.xml29(replaceable) #: ./doc/common/tables/keystone-role.xml33(replaceable) #: ./doc/common/tables/keystone-assignment.xml21(replaceable) #: ./doc/common/tables/keystone-assignment.xml29(replaceable) #: ./doc/common/tables/keystone-assignment.xml33(replaceable) #: ./doc/common/tables/cinder-zfssa.xml57(replaceable) #: ./doc/common/tables/cinder-zfssa.xml61(replaceable) #: ./doc/common/tables/cinder-zfssa.xml65(replaceable) #: ./doc/common/tables/cinder-zfssa.xml73(replaceable) #: ./doc/common/tables/cinder-zfssa.xml81(replaceable) #: ./doc/common/tables/nova-zeromq.xml45(replaceable) #: ./doc/common/tables/cinder-storage.xml29(replaceable) #: ./doc/common/tables/cinder-storage.xml101(replaceable) #: ./doc/common/tables/cinder-storage.xml109(replaceable) #: ./doc/common/tables/glance-registry.xml21(replaceable) #: ./doc/common/tables/glance-registry.xml25(replaceable) #: ./doc/common/tables/glance-registry.xml29(replaceable) #: ./doc/common/tables/glance-registry.xml33(replaceable) #: ./doc/common/tables/glance-registry.xml41(replaceable) #: ./doc/common/tables/glance-registry.xml45(replaceable) #: ./doc/common/tables/glance-registry.xml49(replaceable) #: ./doc/common/tables/glance-registry.xml57(replaceable) #: ./doc/common/tables/neutron-embrane.xml29(replaceable) #: ./doc/common/tables/neutron-embrane.xml33(replaceable) #: ./doc/common/tables/neutron-embrane.xml37(replaceable) #: ./doc/common/tables/neutron-embrane.xml41(replaceable) #: ./doc/common/tables/neutron-embrane.xml45(replaceable) #: ./doc/common/tables/neutron-embrane.xml53(replaceable) #: ./doc/common/tables/cinder-debug.xml21(replaceable) #: ./doc/common/tables/trove-network.xml33(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml382(td) #: ./doc/common/tables/neutron-conf-changes.xml386(td) #: ./doc/common/tables/neutron-conf-changes.xml397(td) #: ./doc/common/tables/keystone-conf-changes.xml405(td) #: ./doc/common/tables/cinder-srb.xml21(replaceable) #: ./doc/common/tables/nova-common.xml41(replaceable) #: ./doc/common/tables/nova-common.xml53(replaceable) #: ./doc/common/tables/nova-common.xml77(replaceable) #: ./doc/common/tables/nova-common.xml84(replaceable) #: ./doc/common/tables/nova-volumes.xml44(replaceable) #: ./doc/common/tables/nova-volumes.xml52(replaceable) #: ./doc/common/tables/nova-volumes.xml60(replaceable) #: ./doc/common/tables/nova-volumes.xml72(replaceable) #: ./doc/common/tables/nova-volumes.xml76(replaceable) #: ./doc/common/tables/nova-volumes.xml80(replaceable) #: ./doc/common/tables/nova-volumes.xml106(replaceable) #: ./doc/common/tables/nova-volumes.xml130(replaceable) #: ./doc/common/tables/nova-volumes.xml134(replaceable) #: ./doc/common/tables/nova-volumes.xml138(replaceable) #: ./doc/common/tables/neutron-redis.xml25(replaceable) #: ./doc/common/tables/heat-zeromq.xml45(replaceable) #: ./doc/common/tables/heat-amqp.xml37(replaceable) #: ./doc/common/tables/heat-amqp.xml41(replaceable) #: ./doc/common/tables/heat-amqp.xml53(replaceable) #: ./doc/common/tables/cinder-violin.xml21(replaceable) #: ./doc/common/tables/cinder-violin.xml25(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml47(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml51(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml55(replaceable) #: ./doc/common/tables/cinder-logging.xml45(replaceable) #: ./doc/common/tables/cinder-logging.xml53(replaceable) #: ./doc/common/tables/cinder-logging.xml57(replaceable) #: ./doc/common/tables/cinder-logging.xml61(replaceable) #: ./doc/common/tables/nova-redis.xml25(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml53(replaceable) #: ./doc/common/tables/nova-neutron.xml32(replaceable) #: ./doc/common/tables/nova-neutron.xml36(replaceable) #: ./doc/common/tables/nova-neutron.xml40(replaceable) #: ./doc/common/tables/nova-neutron.xml44(replaceable) #: ./doc/common/tables/nova-neutron.xml48(replaceable) #: ./doc/common/tables/nova-neutron.xml64(replaceable) #: ./doc/common/tables/nova-neutron.xml80(replaceable) #: ./doc/common/tables/cinder-zeromq.xml45(replaceable) #: ./doc/common/tables/sahara-redis.xml25(replaceable) #: ./doc/common/tables/cinder-keymgr.xml33(replaceable) #: ./doc/common/tables/keystone-ldap.xml37(replaceable) #: ./doc/common/tables/keystone-ldap.xml41(replaceable) #: ./doc/common/tables/keystone-ldap.xml73(replaceable) #: ./doc/common/tables/keystone-ldap.xml93(replaceable) #: ./doc/common/tables/keystone-ldap.xml101(replaceable) #: ./doc/common/tables/keystone-ldap.xml161(replaceable) #: ./doc/common/tables/keystone-ldap.xml165(replaceable) #: ./doc/common/tables/keystone-ldap.xml185(replaceable) #: ./doc/common/tables/keystone-ldap.xml213(replaceable) #: ./doc/common/tables/keystone-ldap.xml233(replaceable) #: ./doc/common/tables/keystone-ldap.xml241(replaceable) #: ./doc/common/tables/keystone-ldap.xml245(replaceable) #: ./doc/common/tables/keystone-ldap.xml273(replaceable) #: ./doc/common/tables/keystone-ldap.xml297(replaceable) #: ./doc/common/tables/keystone-ldap.xml313(replaceable) #: ./doc/common/tables/keystone-ldap.xml325(replaceable) #: ./doc/common/tables/keystone-ldap.xml349(replaceable) #: ./doc/common/tables/glance-vmware.xml33(replaceable) #: ./doc/common/tables/glance-vmware.xml37(replaceable) #: ./doc/common/tables/glance-vmware.xml41(replaceable) #: ./doc/common/tables/glance-vmware.xml45(replaceable) #: ./doc/common/tables/ceilometer-xenapi.xml21(replaceable) #: ./doc/common/tables/ceilometer-xenapi.xml25(replaceable) #: ./doc/common/tables/cinder-zoning.xml28(replaceable) #: ./doc/common/tables/cinder-scst.xml25(replaceable) #: ./doc/common/tables/heat-notification.xml21(replaceable) #: ./doc/common/tables/trove-common.xml29(replaceable) #: ./doc/common/tables/trove-common.xml49(replaceable) #: ./doc/common/tables/trove-common.xml57(replaceable) #: ./doc/common/tables/trove-common.xml76(replaceable) #: ./doc/common/tables/trove-api.xml37(replaceable) #: ./doc/common/tables/trove-api.xml89(replaceable) #: ./doc/common/tables/trove-api.xml97(replaceable) #: ./doc/common/tables/cinder-zadara.xml21(replaceable) #: ./doc/common/tables/cinder-zadara.xml25(replaceable) #: ./doc/common/tables/cinder-zadara.xml49(replaceable) #: ./doc/common/tables/cinder-zadara.xml53(replaceable) #: ./doc/common/tables/cinder-zadara.xml57(replaceable) #: ./doc/common/tables/nova-conductor.xml40(replaceable) #: ./doc/common/tables/ironic-auth_token.xml21(replaceable) #: ./doc/common/tables/ironic-auth_token.xml29(replaceable) #: ./doc/common/tables/ironic-auth_token.xml33(replaceable) #: ./doc/common/tables/ironic-auth_token.xml45(replaceable) #: ./doc/common/tables/ironic-auth_token.xml57(replaceable) #: ./doc/common/tables/ironic-auth_token.xml61(replaceable) #: ./doc/common/tables/ironic-auth_token.xml65(replaceable) #: ./doc/common/tables/ironic-auth_token.xml69(replaceable) #: ./doc/common/tables/ironic-auth_token.xml73(replaceable) #: ./doc/common/tables/ironic-auth_token.xml77(replaceable) #: ./doc/common/tables/ironic-auth_token.xml97(replaceable) #: ./doc/common/tables/ironic-auth_token.xml105(replaceable) #: ./doc/common/tables/ironic-auth_token.xml117(replaceable) #: ./doc/common/tables/ironic-auth_token.xml141(replaceable) #: ./doc/common/tables/ironic-auth_token.xml145(replaceable) #: ./doc/common/tables/ironic-auth_token.xml153(replaceable) #: ./doc/common/tables/ironic-auth_token.xml161(replaceable) #: ./doc/common/tables/keystone-amqp.xml33(replaceable) #: ./doc/common/tables/keystone-amqp.xml45(replaceable) #: ./doc/common/tables/keystone-rpc.xml60(replaceable) #: ./doc/common/tables/keystone-rpc.xml88(replaceable) #: ./doc/common/tables/ironic-keystone.xml21(replaceable) #: ./doc/common/tables/cinder-scality.xml21(replaceable) #: ./doc/common/tables/cinder-amqp.xml41(replaceable) #: ./doc/common/tables/neutron-agent.xml25(replaceable) #: ./doc/common/tables/cinder-emc.xml57(replaceable) #: ./doc/common/tables/cinder-emc.xml61(replaceable) #: ./doc/common/tables/cinder-vmware.xml25(replaceable) #: ./doc/common/tables/cinder-vmware.xml29(replaceable) #: ./doc/common/tables/cinder-vmware.xml33(replaceable) #: ./doc/common/tables/cinder-vmware.xml37(replaceable) #: ./doc/common/tables/cinder-vmware.xml61(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml45(replaceable) #: ./doc/common/tables/ironic-glance.xml33(replaceable) #: ./doc/common/tables/ironic-glance.xml53(replaceable) #: ./doc/common/tables/ironic-glance.xml65(replaceable) #: ./doc/common/tables/ironic-glance.xml77(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml28(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml32(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml36(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml40(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml44(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml48(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml52(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml56(replaceable) #: ./doc/common/tables/nova-upgrade_levels.xml60(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml21(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml37(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml49(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml57(replaceable) #: ./doc/common/tables/nova-barbican.xml21(replaceable) #: ./doc/common/tables/nova-barbican.xml29(replaceable) #: ./doc/common/tables/nova-barbican.xml33(replaceable) #: ./doc/common/tables/nova-barbican.xml41(replaceable) #: ./doc/common/tables/nova-barbican.xml45(replaceable) #: ./doc/common/tables/nova-barbican.xml49(replaceable) #: ./doc/common/tables/glance-api.xml61(replaceable) #: ./doc/common/tables/glance-api.xml99(replaceable) #: ./doc/common/tables/glance-api.xml103(replaceable) #: ./doc/common/tables/cinder-storwize.xml49(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml21(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml25(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml37(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml41(replaceable) #: ./doc/common/tables/sahara-auth_token.xml21(replaceable) #: ./doc/common/tables/sahara-auth_token.xml29(replaceable) #: ./doc/common/tables/sahara-auth_token.xml33(replaceable) #: ./doc/common/tables/sahara-auth_token.xml45(replaceable) #: ./doc/common/tables/sahara-auth_token.xml57(replaceable) #: ./doc/common/tables/sahara-auth_token.xml61(replaceable) #: ./doc/common/tables/sahara-auth_token.xml65(replaceable) #: ./doc/common/tables/sahara-auth_token.xml69(replaceable) #: ./doc/common/tables/sahara-auth_token.xml73(replaceable) #: ./doc/common/tables/sahara-auth_token.xml77(replaceable) #: ./doc/common/tables/sahara-auth_token.xml97(replaceable) #: ./doc/common/tables/sahara-auth_token.xml105(replaceable) #: ./doc/common/tables/sahara-auth_token.xml117(replaceable) #: ./doc/common/tables/sahara-auth_token.xml141(replaceable) #: ./doc/common/tables/sahara-auth_token.xml145(replaceable) #: ./doc/common/tables/sahara-auth_token.xml157(replaceable) #: ./doc/common/tables/glance-s3.xml21(replaceable) #: ./doc/common/tables/glance-s3.xml25(replaceable) #: ./doc/common/tables/glance-s3.xml37(replaceable) #: ./doc/common/tables/glance-s3.xml49(replaceable) #: ./doc/common/tables/glance-s3.xml53(replaceable) #: ./doc/common/tables/heat-loadbalancer.xml21(replaceable) #: ./doc/common/tables/sahara-amqp.xml41(replaceable) #: ./doc/common/tables/sahara-amqp.xml49(replaceable) #: ./doc/common/tables/nova-cells.xml33(replaceable) #: ./doc/common/tables/trove-volume.xml33(replaceable) #: ./doc/common/tables/trove-volume.xml37(replaceable) #: ./doc/common/tables/heat-auth_token.xml21(replaceable) #: ./doc/common/tables/heat-auth_token.xml29(replaceable) #: ./doc/common/tables/heat-auth_token.xml33(replaceable) #: ./doc/common/tables/heat-auth_token.xml53(replaceable) #: ./doc/common/tables/heat-auth_token.xml57(replaceable) #: ./doc/common/tables/heat-auth_token.xml61(replaceable) #: ./doc/common/tables/heat-auth_token.xml65(replaceable) #: ./doc/common/tables/heat-auth_token.xml69(replaceable) #: ./doc/common/tables/heat-auth_token.xml89(replaceable) #: ./doc/common/tables/heat-auth_token.xml97(replaceable) #: ./doc/common/tables/heat-auth_token.xml109(replaceable) #: ./doc/common/tables/heat-auth_token.xml113(replaceable) #: ./doc/common/tables/heat-auth_token.xml117(replaceable) #: ./doc/common/tables/heat-auth_token.xml125(replaceable) #: ./doc/common/tables/nova-auth_token.xml21(replaceable) #: ./doc/common/tables/nova-auth_token.xml29(replaceable) #: ./doc/common/tables/nova-auth_token.xml33(replaceable) #: ./doc/common/tables/nova-auth_token.xml45(replaceable) #: ./doc/common/tables/nova-auth_token.xml57(replaceable) #: ./doc/common/tables/nova-auth_token.xml61(replaceable) #: ./doc/common/tables/nova-auth_token.xml65(replaceable) #: ./doc/common/tables/nova-auth_token.xml69(replaceable) #: ./doc/common/tables/nova-auth_token.xml73(replaceable) #: ./doc/common/tables/nova-auth_token.xml77(replaceable) #: ./doc/common/tables/nova-auth_token.xml97(replaceable) #: ./doc/common/tables/nova-auth_token.xml105(replaceable) #: ./doc/common/tables/nova-auth_token.xml117(replaceable) #: ./doc/common/tables/nova-auth_token.xml141(replaceable) #: ./doc/common/tables/nova-auth_token.xml145(replaceable) #: ./doc/common/tables/nova-auth_token.xml157(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml25(replaceable) #: ./doc/common/tables/cinder-quobyte.xml21(replaceable) #: ./doc/common/tables/cinder-quobyte.xml37(replaceable) #: ./doc/common/tables/heat-api.xml77(replaceable) #: ./doc/common/tables/heat-api.xml81(replaceable) #: ./doc/common/tables/heat-api.xml85(replaceable) #: ./doc/common/tables/heat-api.xml89(replaceable) #: ./doc/common/tables/heat-api.xml115(replaceable) #: ./doc/common/tables/heat-api.xml138(replaceable) #: ./doc/common/tables/heat-api.xml142(replaceable) #: ./doc/common/tables/heat-api.xml161(replaceable) #: ./doc/common/tables/trove-conf-changes.xml461(td) #: ./doc/common/tables/heat-clients_ceilometer.xml21(replaceable) #: ./doc/common/tables/heat-clients_ceilometer.xml25(replaceable) #: ./doc/common/tables/heat-clients_ceilometer.xml29(replaceable) #: ./doc/common/tables/heat-clients_ceilometer.xml33(replaceable) #: ./doc/common/tables/heat-clients_ceilometer.xml37(replaceable) #: ./doc/common/tables/glance-logging.xml41(replaceable) #: ./doc/common/tables/glance-logging.xml49(replaceable) #: ./doc/common/tables/glance-logging.xml53(replaceable) #: ./doc/common/tables/glance-logging.xml57(replaceable) #: ./doc/common/tables/neutron-zeromq.xml45(replaceable) #: ./doc/common/tables/heat-clients_glance.xml21(replaceable) #: ./doc/common/tables/heat-clients_glance.xml25(replaceable) #: ./doc/common/tables/heat-clients_glance.xml29(replaceable) #: ./doc/common/tables/heat-clients_glance.xml33(replaceable) #: ./doc/common/tables/heat-clients_glance.xml37(replaceable) #: ./doc/common/tables/cinder-common.xml21(replaceable) #: ./doc/common/tables/cinder-common.xml25(replaceable) #: ./doc/common/tables/cinder-common.xml45(replaceable) #: ./doc/common/tables/cinder-common.xml49(replaceable) #: ./doc/common/tables/cinder-common.xml81(replaceable) #: ./doc/common/tables/cinder-common.xml105(replaceable) #: ./doc/common/tables/cinder-common.xml109(replaceable) #: ./doc/common/tables/cinder-common.xml113(replaceable) #: ./doc/common/tables/cinder-common.xml185(replaceable) #: ./doc/common/tables/cinder-common.xml189(replaceable) #: ./doc/common/tables/cinder-common.xml212(replaceable) #: ./doc/common/tables/glance-swift.xml25(replaceable) #: ./doc/common/tables/glance-swift.xml29(replaceable) #: ./doc/common/tables/glance-swift.xml33(replaceable) #: ./doc/common/tables/glance-swift.xml37(replaceable) #: ./doc/common/tables/glance-swift.xml52(replaceable) #: ./doc/common/tables/glance-swift.xml64(replaceable) #: ./doc/common/tables/glance-swift.xml68(replaceable) #: ./doc/common/tables/glance-swift.xml80(replaceable) #: ./doc/common/tables/glance-swift.xml88(replaceable) #: ./doc/common/tables/glance-swift.xml108(replaceable) #: ./doc/common/tables/glance-swift.xml124(replaceable) #: ./doc/common/tables/cinder-auth_token.xml21(replaceable) #: ./doc/common/tables/cinder-auth_token.xml29(replaceable) #: ./doc/common/tables/cinder-auth_token.xml33(replaceable) #: ./doc/common/tables/cinder-auth_token.xml45(replaceable) #: ./doc/common/tables/cinder-auth_token.xml57(replaceable) #: ./doc/common/tables/cinder-auth_token.xml61(replaceable) #: ./doc/common/tables/cinder-auth_token.xml65(replaceable) #: ./doc/common/tables/cinder-auth_token.xml69(replaceable) #: ./doc/common/tables/cinder-auth_token.xml73(replaceable) #: ./doc/common/tables/cinder-auth_token.xml77(replaceable) #: ./doc/common/tables/cinder-auth_token.xml97(replaceable) #: ./doc/common/tables/cinder-auth_token.xml105(replaceable) #: ./doc/common/tables/cinder-auth_token.xml117(replaceable) #: ./doc/common/tables/cinder-auth_token.xml141(replaceable) #: ./doc/common/tables/cinder-auth_token.xml145(replaceable) #: ./doc/common/tables/cinder-auth_token.xml157(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml37(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml61(replaceable) #: ./doc/common/tables/sahara-clients.xml29(replaceable) #: ./doc/common/tables/sahara-clients.xml40(replaceable) #: ./doc/common/tables/sahara-clients.xml51(replaceable) #: ./doc/common/tables/sahara-clients.xml62(replaceable) #: ./doc/common/tables/sahara-clients.xml73(replaceable) #: ./doc/common/tables/sahara-clients.xml84(replaceable) #: ./doc/common/tables/ironic-compute.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml120(replaceable) #: ./doc/common/tables/nova-glance.xml21(replaceable) #: ./doc/common/tables/nova-glance.xml36(replaceable) #: ./doc/common/tables/neutron-database.xml25(replaceable) #: ./doc/common/tables/neutron-database.xml57(replaceable) #: ./doc/common/tables/neutron-database.xml61(replaceable) #: ./doc/common/tables/neutron-database.xml77(replaceable) #: ./doc/common/tables/neutron-database.xml85(replaceable) #: ./doc/common/tables/keystone-auth_token.xml21(replaceable) #: ./doc/common/tables/keystone-auth_token.xml29(replaceable) #: ./doc/common/tables/keystone-auth_token.xml33(replaceable) #: ./doc/common/tables/keystone-auth_token.xml53(replaceable) #: ./doc/common/tables/keystone-auth_token.xml57(replaceable) #: ./doc/common/tables/keystone-auth_token.xml61(replaceable) #: ./doc/common/tables/keystone-auth_token.xml65(replaceable) #: ./doc/common/tables/keystone-auth_token.xml69(replaceable) #: ./doc/common/tables/keystone-auth_token.xml89(replaceable) #: ./doc/common/tables/keystone-auth_token.xml97(replaceable) #: ./doc/common/tables/keystone-auth_token.xml109(replaceable) #: ./doc/common/tables/keystone-auth_token.xml113(replaceable) #: ./doc/common/tables/keystone-auth_token.xml117(replaceable) #: ./doc/common/tables/keystone-auth_token.xml125(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml21(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml25(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml29(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml37(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml41(replaceable) #: ./doc/common/tables/sahara-common.xml69(replaceable) #: ./doc/common/tables/sahara-common.xml81(replaceable) #: ./doc/common/tables/sahara-common.xml167(replaceable) #: ./doc/common/tables/cinder-api.xml61(replaceable) #: ./doc/common/tables/cinder-api.xml81(replaceable) #: ./doc/common/tables/keystone-saml.xml29(replaceable) #: ./doc/common/tables/keystone-saml.xml33(replaceable) #: ./doc/common/tables/keystone-saml.xml37(replaceable) #: ./doc/common/tables/keystone-saml.xml41(replaceable) #: ./doc/common/tables/keystone-saml.xml45(replaceable) #: ./doc/common/tables/keystone-saml.xml53(replaceable) #: ./doc/common/tables/keystone-saml.xml65(replaceable) #: ./doc/common/tables/keystone-saml.xml69(replaceable) #: ./doc/common/tables/keystone-saml.xml73(replaceable) #: ./doc/common/tables/keystone-saml.xml77(replaceable) #: ./doc/common/tables/trove-db_couchbase.xml41(replaceable) #: ./doc/common/tables/heat-clients_trove.xml21(replaceable) #: ./doc/common/tables/heat-clients_trove.xml25(replaceable) #: ./doc/common/tables/heat-clients_trove.xml29(replaceable) #: ./doc/common/tables/heat-clients_trove.xml33(replaceable) #: ./doc/common/tables/heat-clients_trove.xml37(replaceable) #: ./doc/common/tables/trove-heat.xml33(replaceable) #: ./doc/common/tables/ironic-upgrades.xml21(replaceable) #: ./doc/common/tables/cinder-zfssa-nfs.xml21(replaceable) #: ./doc/common/tables/cinder-zfssa-nfs.xml53(replaceable) #: ./doc/common/tables/keystone-zeromq.xml45(replaceable) #: ./doc/common/tables/glance-zeromq.xml45(replaceable) #: ./doc/common/tables/ironic-database.xml25(replaceable) #: ./doc/common/tables/ironic-database.xml57(replaceable) #: ./doc/common/tables/ironic-database.xml61(replaceable) #: ./doc/common/tables/ironic-database.xml81(replaceable) #: ./doc/common/tables/ironic-database.xml89(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml120(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml67(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml95(replaceable) #: ./doc/common/tables/cinder-redis.xml25(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml29(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml33(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml61(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml65(replaceable) #: ./doc/common/tables/glance-filesystem.xml21(replaceable) #: ./doc/common/tables/glance-filesystem.xml25(replaceable) #: ./doc/common/tables/glance-filesystem.xml33(replaceable) #: ./doc/common/tables/trove-rpc.xml68(replaceable) #: ./doc/common/tables/trove-rpc.xml96(replaceable) #: ./doc/common/tables/glance-debug.xml21(replaceable) #: ./doc/common/tables/nova-network.xml37(replaceable) #: ./doc/common/tables/nova-network.xml85(replaceable) #: ./doc/common/tables/nova-network.xml97(replaceable) #: ./doc/common/tables/nova-network.xml101(replaceable) #: ./doc/common/tables/nova-network.xml125(replaceable) #: ./doc/common/tables/nova-network.xml177(replaceable) #: ./doc/common/tables/nova-network.xml253(replaceable) #: ./doc/common/tables/glance-redis.xml25(replaceable) #: ./doc/common/tables/nova-ca.xml57(replaceable) #: ./doc/common/tables/nova-ca.xml61(replaceable) #: ./doc/common/tables/nova-ca.xml65(replaceable) #: ./doc/common/tables/nova-ca.xml80(replaceable) #: ./doc/common/tables/nova-ca.xml84(replaceable) #: ./doc/common/tables/nova-ca.xml88(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml25(replaceable) #: ./doc/common/tables/ceilometer-collector.xml51(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml21(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml37(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml49(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml57(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml61(replaceable) #: ./doc/common/tables/heat-debug.xml21(replaceable) #: ./doc/common/tables/trove-guestagent.xml41(replaceable) #: ./doc/common/tables/sahara-rpc.xml60(replaceable) #: ./doc/common/tables/sahara-rpc.xml88(replaceable) #: ./doc/common/tables/glance-amqp.xml37(replaceable) #: ./doc/common/tables/sahara-logging.xml41(replaceable) #: ./doc/common/tables/sahara-logging.xml49(replaceable) #: ./doc/common/tables/sahara-logging.xml57(replaceable) #: ./doc/common/tables/sahara-logging.xml61(replaceable) #: ./doc/common/tables/neutron-ca.xml21(replaceable) #: ./doc/common/tables/neutron-ca.xml25(replaceable) #: ./doc/common/tables/neutron-ca.xml29(replaceable) #: ./doc/common/tables/ceilometer-debug.xml21(replaceable) #: ./doc/common/tables/trove-compute.xml21(replaceable) #: ./doc/common/tables/trove-compute.xml33(replaceable) #: ./doc/common/tables/trove-db_redis.xml25(replaceable) #: ./doc/common/tables/trove-db_redis.xml29(replaceable) #: ./doc/common/tables/trove-db_redis.xml33(replaceable) #: ./doc/common/tables/trove-db_redis.xml41(replaceable) #: ./doc/common/tables/trove-db_redis.xml45(replaceable) #: ./doc/common/tables/cinder-rpc.xml60(replaceable) #: ./doc/common/tables/cinder-rpc.xml75(replaceable) #: ./doc/common/tables/cinder-rpc.xml103(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml21(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml25(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml33(replaceable) #: ./doc/common/tables/cinder-storpool.xml25(replaceable) #: ./doc/common/tables/trove-zeromq.xml45(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml37(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml53(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml57(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml61(replaceable) #: ./doc/common/tables/ironic-common.xml57(replaceable) #: ./doc/common/tables/ironic-common.xml89(replaceable) #: ./doc/common/tables/cinder-ca.xml21(replaceable) #: ./doc/common/tables/cinder-ca.xml25(replaceable) #: ./doc/common/tables/cinder-ca.xml29(replaceable) #: ./doc/common/tables/ironic-zeromq.xml45(replaceable) #: ./doc/common/tables/glance-gridfs.xml21(replaceable) #: ./doc/common/tables/glance-gridfs.xml25(replaceable) #: ./doc/common/tables/heat-redis.xml25(replaceable) #: ./doc/common/tables/nova-ec2.xml61(replaceable) #: ./doc/common/tables/ironic-conductor.xml21(replaceable) #: ./doc/common/tables/neutron-metadata.xml21(replaceable) #: ./doc/common/tables/neutron-debug.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_ncs.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_ncs.xml29(replaceable) #: ./doc/common/tables/neutron-ml2_ncs.xml33(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml25(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml41(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml45(replaceable) #: ./doc/common/tables/nova-amqp.xml33(replaceable) #: ./doc/common/tables/nova-amqp.xml45(replaceable) #: ./doc/common/tables/neutron-compute.xml33(replaceable) #: ./doc/common/tables/neutron-compute.xml37(replaceable) #: ./doc/common/tables/neutron-compute.xml41(replaceable) #: ./doc/common/tables/neutron-compute.xml45(replaceable) #: ./doc/common/tables/neutron-compute.xml53(replaceable) #: ./doc/common/tables/neutron-compute.xml65(replaceable) #: ./doc/common/tables/glance-imagecache.xml33(replaceable) #: ./doc/common/tables/cinder-nas.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml33(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml37(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml41(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml45(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml53(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml61(replaceable) #: ./doc/common/tables/heat-clients_swift.xml21(replaceable) #: ./doc/common/tables/heat-clients_swift.xml25(replaceable) #: ./doc/common/tables/heat-clients_swift.xml29(replaceable) #: ./doc/common/tables/heat-clients_swift.xml33(replaceable) #: ./doc/common/tables/heat-clients_swift.xml37(replaceable) #: ./doc/common/tables/keystone-logging.xml41(replaceable) #: ./doc/common/tables/keystone-logging.xml49(replaceable) #: ./doc/common/tables/keystone-logging.xml53(replaceable) #: ./doc/common/tables/keystone-logging.xml57(replaceable) #: ./doc/common/tables/neutron-ml2_odl.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_odl.xml33(replaceable) #: ./doc/common/tables/neutron-ml2_odl.xml37(replaceable) #: ./doc/common/tables/heat-rpc.xml64(replaceable) #: ./doc/common/tables/heat-rpc.xml92(replaceable) #: ./doc/common/tables/trove-taskmanager.xml25(replaceable) #: ./doc/common/tables/trove-taskmanager.xml37(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml44(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml48(replaceable) #: ./doc/common/tables/cinder-images.xml41(replaceable) #: ./doc/common/tables/cinder-images.xml61(replaceable) #: ./doc/common/tables/nova-database.xml32(replaceable) #: ./doc/common/tables/nova-database.xml64(replaceable) #: ./doc/common/tables/nova-database.xml68(replaceable) #: ./doc/common/tables/nova-database.xml84(replaceable) #: ./doc/common/tables/nova-database.xml92(replaceable) #: ./doc/common/tables/heat-logging.xml41(replaceable) #: ./doc/common/tables/heat-logging.xml49(replaceable) #: ./doc/common/tables/heat-logging.xml53(replaceable) #: ./doc/common/tables/heat-logging.xml57(replaceable) #: ./doc/common/tables/ironic-pxe.xml33(replaceable) #: ./doc/common/tables/trove-redis.xml25(replaceable) #: ./doc/common/tables/neutron-midonet.xml41(replaceable) #: ./doc/common/tables/cinder-coraid.xml21(replaceable) #: ./doc/common/tables/cinder-compute.xml25(replaceable) #: ./doc/common/tables/cinder-compute.xml37(replaceable) #: ./doc/common/tables/cinder-compute.xml41(replaceable) #: ./doc/common/tables/cinder-compute.xml45(replaceable) #: ./doc/common/tables/ironic-debug.xml21(replaceable) #: ./doc/common/tables/ironic-console.xml33(replaceable) #: ./doc/common/tables/ironic-console.xml37(replaceable) #: ./doc/common/tables/ironic-logging.xml41(replaceable) #: ./doc/common/tables/ironic-logging.xml49(replaceable) #: ./doc/common/tables/ironic-logging.xml53(replaceable) #: ./doc/common/tables/ironic-logging.xml57(replaceable) #: ./doc/common/tables/nova-rpc.xml63(replaceable) #: ./doc/common/tables/nova-rpc.xml78(replaceable) #: ./doc/common/tables/nova-rpc.xml106(replaceable) #: ./doc/common/tables/nova-rpc.xml117(replaceable) #: ./doc/common/tables/cinder-san.xml45(replaceable) #: ./doc/common/tables/nova-logging.xml45(replaceable) #: ./doc/common/tables/nova-logging.xml53(replaceable) #: ./doc/common/tables/nova-logging.xml57(replaceable) #: ./doc/common/tables/nova-logging.xml61(replaceable) #: ./doc/common/tables/neutron-nec.xml25(replaceable) #: ./doc/common/tables/neutron-nec.xml45(replaceable) #: ./doc/common/tables/heat-clients_neutron.xml21(replaceable) #: ./doc/common/tables/heat-clients_neutron.xml25(replaceable) #: ./doc/common/tables/heat-clients_neutron.xml29(replaceable) #: ./doc/common/tables/heat-clients_neutron.xml33(replaceable) #: ./doc/common/tables/heat-clients_neutron.xml37(replaceable) #: ./doc/common/tables/nova-api.xml73(replaceable) #: ./doc/common/tables/nova-api.xml85(replaceable) #: ./doc/common/tables/sahara-domain.xml21(replaceable) #: ./doc/common/tables/trove-auth_token.xml21(replaceable) #: ./doc/common/tables/trove-auth_token.xml29(replaceable) #: ./doc/common/tables/trove-auth_token.xml33(replaceable) #: ./doc/common/tables/trove-auth_token.xml53(replaceable) #: ./doc/common/tables/trove-auth_token.xml57(replaceable) #: ./doc/common/tables/trove-auth_token.xml61(replaceable) #: ./doc/common/tables/trove-auth_token.xml65(replaceable) #: ./doc/common/tables/trove-auth_token.xml69(replaceable) #: ./doc/common/tables/trove-auth_token.xml89(replaceable) #: ./doc/common/tables/trove-auth_token.xml97(replaceable) #: ./doc/common/tables/trove-auth_token.xml109(replaceable) #: ./doc/common/tables/trove-auth_token.xml113(replaceable) #: ./doc/common/tables/trove-auth_token.xml117(replaceable) #: ./doc/common/tables/trove-auth_token.xml125(replaceable) #: ./doc/common/tables/glance-cinder.xml25(replaceable) #: ./doc/common/tables/glance-cinder.xml33(replaceable) #: ./doc/common/tables/glance-common.xml37(replaceable) #: ./doc/common/tables/glance-common.xml69(replaceable) #: ./doc/common/tables/glance-common.xml73(replaceable) #: ./doc/common/tables/glance-common.xml81(replaceable) #: ./doc/common/tables/glance-common.xml104(replaceable) #: ./doc/common/tables/glance-common.xml122(replaceable) #: ./doc/common/tables/neutron-ml2_vxlan.xml25(replaceable) #: ./doc/common/tables/keystone-ec2.xml21(replaceable) #: ./doc/common/tables/keystone-ec2.xml25(replaceable) #: ./doc/common/tables/keystone-ec2.xml33(replaceable) #: ./doc/common/tables/heat-clients_keystone.xml21(replaceable) #: ./doc/common/tables/heat-clients_keystone.xml25(replaceable) #: ./doc/common/tables/heat-clients_keystone.xml29(replaceable) #: ./doc/common/tables/heat-clients_keystone.xml33(replaceable) #: ./doc/common/tables/heat-clients_keystone.xml37(replaceable) #: ./doc/common/tables/trove-logging.xml45(replaceable) #: ./doc/common/tables/trove-logging.xml53(replaceable) #: ./doc/common/tables/trove-logging.xml57(replaceable) #: ./doc/common/tables/trove-logging.xml61(replaceable) #: ./doc/common/tables/keystone-redis.xml25(replaceable) #: ./doc/common/tables/nova-hyperv.xml53(replaceable) #: ./doc/common/tables/glance-testing.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml25(replaceable) #: ./doc/common/tables/neutron-common.xml29(replaceable) #: ./doc/common/tables/neutron-common.xml41(replaceable) #: ./doc/common/tables/neutron-common.xml49(replaceable) #: ./doc/common/tables/neutron-common.xml57(replaceable) #: ./doc/common/tables/neutron-common.xml73(replaceable) #: ./doc/common/tables/neutron-common.xml77(replaceable) #: ./doc/common/tables/neutron-common.xml81(replaceable) #: ./doc/common/tables/neutron-common.xml85(replaceable) #: ./doc/common/tables/neutron-common.xml133(replaceable) #: ./doc/common/tables/neutron-common.xml161(replaceable) #: ./doc/common/tables/neutron-common.xml199(replaceable) #: ./doc/common/tables/neutron-common.xml203(replaceable) #: ./doc/common/tables/neutron-common.xml207(replaceable) #: ./doc/common/tables/neutron-common.xml211(replaceable) #: ./doc/common/tables/neutron-common.xml219(replaceable) #: ./doc/common/tables/neutron-common.xml226(replaceable) #: ./doc/common/tables/neutron-common.xml233(replaceable) #: ./doc/common/tables/nova-hypervisor.xml21(replaceable) #: ./doc/common/tables/nova-hypervisor.xml41(replaceable) #: ./doc/common/tables/nova-configdrive.xml29(replaceable) #: ./doc/common/tables/keystone-token.xml25(replaceable) #: ./doc/common/tables/keystone-token.xml49(replaceable) #: ./doc/common/tables/cinder-datera.xml25(replaceable) #: ./doc/common/tables/cinder-datera.xml37(replaceable) #: ./doc/common/tables/cinder-datera.xml41(replaceable) #: ./doc/common/tables/ironic-ssl.xml21(replaceable) #: ./doc/common/tables/ironic-ssl.xml25(replaceable) #: ./doc/common/tables/ironic-ssl.xml29(replaceable) #: ./doc/common/tables/heat-database.xml25(replaceable) #: ./doc/common/tables/heat-database.xml57(replaceable) #: ./doc/common/tables/heat-database.xml61(replaceable) #: ./doc/common/tables/heat-database.xml77(replaceable) #: ./doc/common/tables/heat-database.xml85(replaceable) #: ./doc/common/tables/keystone-database.xml25(replaceable) #: ./doc/common/tables/keystone-database.xml57(replaceable) #: ./doc/common/tables/keystone-database.xml61(replaceable) #: ./doc/common/tables/keystone-database.xml77(replaceable) #: ./doc/common/tables/keystone-database.xml85(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml554(td) #: ./doc/common/tables/cinder-conf-changes.xml559(td) #: ./doc/common/tables/trove-debug.xml21(replaceable) #: ./doc/common/tables/trove-debug.xml33(replaceable) #: ./doc/common/tables/trove-debug.xml37(replaceable) #: ./doc/common/tables/trove-swift.xml29(replaceable) #: ./doc/common/tables/nova-libvirt.xml48(replaceable) #: ./doc/common/tables/nova-libvirt.xml52(replaceable) #: ./doc/common/tables/nova-libvirt.xml60(replaceable) #: ./doc/common/tables/nova-libvirt.xml68(replaceable) #: ./doc/common/tables/nova-libvirt.xml72(replaceable) #: ./doc/common/tables/nova-libvirt.xml92(replaceable) #: ./doc/common/tables/nova-libvirt.xml108(replaceable) #: ./doc/common/tables/nova-libvirt.xml132(replaceable) #: ./doc/common/tables/nova-libvirt.xml136(replaceable) #: ./doc/common/tables/nova-libvirt.xml140(replaceable) #: ./doc/common/tables/nova-libvirt.xml144(replaceable) #: ./doc/common/tables/nova-libvirt.xml152(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml33(replaceable) #: ./doc/common/tables/neutron-securitygroups.xml29(replaceable) #: ./doc/common/tables/keystone-debug.xml21(replaceable) #: ./doc/common/tables/keystone-debug.xml25(replaceable) #: ./doc/common/tables/keystone-debug.xml29(replaceable) #: ./doc/common/tables/nova-debug.xml21(replaceable) msgid "None" msgstr "无" #: ./doc/common/tables/ceilometer-database.xml21(td) #: ./doc/common/tables/ceilometer-database.xml28(td) #: ./doc/common/tables/ceilometer-database.xml32(td) #: ./doc/common/tables/ceilometer-database.xml36(td) #: ./doc/common/tables/ceilometer-database.xml40(td) #: ./doc/common/tables/ceilometer-database.xml44(td) #: ./doc/common/tables/ceilometer-database.xml48(td) #: ./doc/common/tables/ceilometer-database.xml52(td) #: ./doc/common/tables/ceilometer-database.xml56(td) #: ./doc/common/tables/ceilometer-database.xml60(td) #: ./doc/common/tables/ceilometer-database.xml64(td) #: ./doc/common/tables/ceilometer-database.xml68(td) #: ./doc/common/tables/ceilometer-database.xml72(td) #: ./doc/common/tables/ceilometer-database.xml76(td) #: ./doc/common/tables/ceilometer-database.xml80(td) #: ./doc/common/tables/ceilometer-database.xml84(td) #: ./doc/common/tables/ceilometer-database.xml88(td) #: ./doc/common/tables/ceilometer-database.xml92(td) #: ./doc/common/tables/ceilometer-database.xml96(td) #: ./doc/common/tables/ceilometer-database.xml100(td) #: ./doc/common/tables/ceilometer-database.xml108(td) #: ./doc/common/tables/ceilometer-database.xml112(td) #: ./doc/common/tables/ceilometer-database.xml116(td) #: ./doc/common/tables/ceilometer-database.xml120(td) #: ./doc/common/tables/ceilometer-database.xml124(td) #: ./doc/common/tables/ceilometer-database.xml128(td) #: ./doc/common/tables/ceilometer-database.xml132(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml21(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml25(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml29(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml36(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml40(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml44(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml48(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml52(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml56(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml68(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml72(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml79(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml90(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml94(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml98(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml102(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml106(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml110(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml114(td) #: ./doc/common/tables/heat-clients.xml21(td) #: ./doc/common/tables/heat-clients.xml28(td) #: ./doc/common/tables/heat-clients.xml32(td) #: ./doc/common/tables/heat-clients.xml36(td) #: ./doc/common/tables/heat-clients.xml40(td) #: ./doc/common/tables/heat-clients.xml44(td) #: ./doc/common/tables/cinder-solidfire.xml21(td) #: ./doc/common/tables/cinder-solidfire.xml25(td) #: ./doc/common/tables/cinder-solidfire.xml29(td) #: ./doc/common/tables/cinder-solidfire.xml33(td) #: ./doc/common/tables/cinder-solidfire.xml37(td) #: ./doc/common/tables/cinder-solidfire.xml41(td) #: ./doc/common/tables/neutron-rpc.xml21(td) #: ./doc/common/tables/neutron-rpc.xml25(td) #: ./doc/common/tables/neutron-rpc.xml29(td) #: ./doc/common/tables/neutron-rpc.xml33(td) #: ./doc/common/tables/neutron-rpc.xml37(td) #: ./doc/common/tables/neutron-rpc.xml41(td) #: ./doc/common/tables/neutron-rpc.xml45(td) #: ./doc/common/tables/neutron-rpc.xml49(td) #: ./doc/common/tables/neutron-rpc.xml56(td) #: ./doc/common/tables/neutron-rpc.xml63(td) #: ./doc/common/tables/neutron-rpc.xml67(td) #: ./doc/common/tables/neutron-rpc.xml74(td) #: ./doc/common/tables/neutron-rpc.xml78(td) #: ./doc/common/tables/neutron-rpc.xml82(td) #: ./doc/common/tables/neutron-rpc.xml86(td) #: ./doc/common/tables/neutron-rpc.xml90(td) #: ./doc/common/tables/neutron-rpc.xml94(td) #: ./doc/common/tables/neutron-rpc.xml110(td) #: ./doc/common/tables/neutron-rpc.xml114(td) #: ./doc/common/tables/trove-db_percona.xml21(td) #: ./doc/common/tables/trove-db_percona.xml25(td) #: ./doc/common/tables/trove-db_percona.xml29(td) #: ./doc/common/tables/trove-db_percona.xml33(td) #: ./doc/common/tables/trove-db_percona.xml37(td) #: ./doc/common/tables/trove-db_percona.xml41(td) #: ./doc/common/tables/trove-db_percona.xml45(td) #: ./doc/common/tables/trove-db_percona.xml49(td) #: ./doc/common/tables/trove-db_percona.xml53(td) #: ./doc/common/tables/trove-db_percona.xml57(td) #: ./doc/common/tables/trove-db_percona.xml61(td) #: ./doc/common/tables/trove-db_percona.xml65(td) #: ./doc/common/tables/trove-db_percona.xml73(td) #: ./doc/common/tables/trove-db_percona.xml77(td) #: ./doc/common/tables/nova-periodic.xml21(td) #: ./doc/common/tables/nova-periodic.xml25(td) #: ./doc/common/tables/nova-periodic.xml29(td) #: ./doc/common/tables/ironic-redis.xml21(td) #: ./doc/common/tables/ironic-redis.xml25(td) #: ./doc/common/tables/ironic-redis.xml29(td) #: ./doc/common/tables/ironic-redis.xml36(td) #: ./doc/common/tables/keystone-auth.xml21(td) #: ./doc/common/tables/keystone-auth.xml25(td) #: ./doc/common/tables/keystone-auth.xml29(td) #: ./doc/common/tables/keystone-auth.xml33(td) #: ./doc/common/tables/keystone-policy.xml21(td) #: ./doc/common/tables/keystone-policy.xml25(td) #: ./doc/common/tables/keystone-policy.xml29(td) #: ./doc/common/tables/keystone-policy.xml36(td) #: ./doc/common/tables/keystone-policy.xml40(td) #: ./doc/common/tables/glance-auth_token.xml21(td) #: ./doc/common/tables/glance-auth_token.xml25(td) #: ./doc/common/tables/glance-auth_token.xml29(td) #: ./doc/common/tables/glance-auth_token.xml33(td) #: ./doc/common/tables/glance-auth_token.xml41(td) #: ./doc/common/tables/glance-auth_token.xml45(td) #: ./doc/common/tables/glance-auth_token.xml49(td) #: ./doc/common/tables/glance-auth_token.xml53(td) #: ./doc/common/tables/glance-auth_token.xml57(td) #: ./doc/common/tables/glance-auth_token.xml61(td) #: ./doc/common/tables/glance-auth_token.xml65(td) #: ./doc/common/tables/glance-auth_token.xml69(td) #: ./doc/common/tables/glance-auth_token.xml73(td) #: ./doc/common/tables/glance-auth_token.xml77(td) #: ./doc/common/tables/glance-auth_token.xml81(td) #: ./doc/common/tables/glance-auth_token.xml85(td) #: ./doc/common/tables/glance-auth_token.xml89(td) #: ./doc/common/tables/glance-auth_token.xml93(td) #: ./doc/common/tables/glance-auth_token.xml97(td) #: ./doc/common/tables/glance-auth_token.xml101(td) #: ./doc/common/tables/glance-auth_token.xml105(td) #: ./doc/common/tables/glance-auth_token.xml109(td) #: ./doc/common/tables/glance-auth_token.xml113(td) #: ./doc/common/tables/glance-auth_token.xml117(td) #: ./doc/common/tables/glance-auth_token.xml121(td) #: ./doc/common/tables/glance-auth_token.xml125(td) #: ./doc/common/tables/glance-auth_token.xml129(td) #: ./doc/common/tables/glance-auth_token.xml133(td) #: ./doc/common/tables/glance-auth_token.xml137(td) #: ./doc/common/tables/glance-auth_token.xml141(td) #: ./doc/common/tables/glance-auth_token.xml145(td) #: ./doc/common/tables/glance-auth_token.xml149(td) #: ./doc/common/tables/glance-auth_token.xml153(td) #: ./doc/common/tables/glance-auth_token.xml157(td) #: ./doc/common/tables/glance-auth_token.xml161(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml21(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml25(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml29(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml33(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml37(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml41(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml45(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml49(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml53(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml57(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml61(td) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml65(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml21(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml25(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml29(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml33(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml37(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml41(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml45(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml49(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml53(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml57(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml61(td) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml65(td) #: ./doc/common/tables/cinder-nimble.xml21(td) #: ./doc/common/tables/cinder-nimble.xml25(td) #: ./doc/common/tables/keystone-testing.xml21(td) #: ./doc/common/tables/swift-container-server-container-sync.xml20(td) #: ./doc/common/tables/swift-container-server-container-sync.xml24(td) #: ./doc/common/tables/swift-container-server-container-sync.xml28(td) #: ./doc/common/tables/swift-container-server-container-sync.xml32(td) #: ./doc/common/tables/swift-container-server-container-sync.xml36(td) #: ./doc/common/tables/swift-container-server-container-sync.xml40(td) #: ./doc/common/tables/swift-container-server-container-sync.xml44(td) #: ./doc/common/tables/ironic-seamicro.xml21(td) #: ./doc/common/tables/ironic-seamicro.xml25(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml20(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml28(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml32(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml36(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml44(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml60(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml88(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml92(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml96(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml100(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml104(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml109(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml117(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml121(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml131(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml135(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml146(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml162(td) #: ./doc/common/tables/ceilometer-zaqar.xml21(td) #: ./doc/common/tables/cinder-flashsystem.xml21(td) #: ./doc/common/tables/cinder-flashsystem.xml25(td) #: ./doc/common/tables/cinder-flashsystem.xml29(td) #: ./doc/common/tables/neutron-amqp.xml21(td) #: ./doc/common/tables/neutron-amqp.xml25(td) #: ./doc/common/tables/neutron-amqp.xml29(td) #: ./doc/common/tables/neutron-amqp.xml33(td) #: ./doc/common/tables/neutron-amqp.xml37(td) #: ./doc/common/tables/neutron-amqp.xml41(td) #: ./doc/common/tables/cinder-qpid.xml21(td) #: ./doc/common/tables/cinder-qpid.xml25(td) #: ./doc/common/tables/cinder-qpid.xml29(td) #: ./doc/common/tables/cinder-qpid.xml37(td) #: ./doc/common/tables/cinder-qpid.xml41(td) #: ./doc/common/tables/cinder-qpid.xml45(td) #: ./doc/common/tables/cinder-qpid.xml53(td) #: ./doc/common/tables/cinder-qpid.xml57(td) #: ./doc/common/tables/cinder-zoning_fabric.xml29(td) #: ./doc/common/tables/cinder-zoning_fabric.xml37(td) #: ./doc/common/tables/cinder-zoning_fabric.xml41(td) #: ./doc/common/tables/cinder-zoning_fabric.xml45(td) #: ./doc/common/tables/cinder-zoning_fabric.xml49(td) #: ./doc/common/tables/ceilometer-redis.xml21(td) #: ./doc/common/tables/ceilometer-redis.xml25(td) #: ./doc/common/tables/ceilometer-redis.xml29(td) #: ./doc/common/tables/ceilometer-redis.xml36(td) #: ./doc/common/tables/cinder-storage_ceph.xml21(td) #: ./doc/common/tables/cinder-storage_ceph.xml29(td) #: ./doc/common/tables/cinder-storage_ceph.xml33(td) #: ./doc/common/tables/cinder-storage_ceph.xml37(td) #: ./doc/common/tables/cinder-storage_ceph.xml41(td) #: ./doc/common/tables/cinder-storage_ceph.xml45(td) #: ./doc/common/tables/cinder-storage_ceph.xml49(td) #: ./doc/common/tables/cinder-storage_ceph.xml53(td) #: ./doc/common/tables/ceilometer-vmware.xml21(td) #: ./doc/common/tables/ceilometer-vmware.xml33(td) #: ./doc/common/tables/ceilometer-vmware.xml41(td) #: ./doc/common/tables/ceilometer-vmware.xml45(td) #: ./doc/common/tables/neutron-cisco.xml21(td) #: ./doc/common/tables/neutron-cisco.xml25(td) #: ./doc/common/tables/neutron-cisco.xml29(td) #: ./doc/common/tables/neutron-cisco.xml33(td) #: ./doc/common/tables/neutron-cisco.xml37(td) #: ./doc/common/tables/neutron-cisco.xml41(td) #: ./doc/common/tables/neutron-cisco.xml45(td) #: ./doc/common/tables/neutron-cisco.xml56(td) #: ./doc/common/tables/neutron-cisco.xml60(td) #: ./doc/common/tables/neutron-cisco.xml64(td) #: ./doc/common/tables/neutron-cisco.xml68(td) #: ./doc/common/tables/neutron-cisco.xml72(td) #: ./doc/common/tables/neutron-cisco.xml76(td) #: ./doc/common/tables/neutron-cisco.xml80(td) #: ./doc/common/tables/neutron-cisco.xml84(td) #: ./doc/common/tables/neutron-cisco.xml88(td) #: ./doc/common/tables/neutron-cisco.xml92(td) #: ./doc/common/tables/neutron-cisco.xml96(td) #: ./doc/common/tables/neutron-cisco.xml100(td) #: ./doc/common/tables/neutron-cisco.xml104(td) #: ./doc/common/tables/neutron-cisco.xml108(td) #: ./doc/common/tables/neutron-cisco.xml115(td) #: ./doc/common/tables/neutron-cisco.xml119(td) #: ./doc/common/tables/neutron-cisco.xml123(td) #: ./doc/common/tables/neutron-cisco.xml127(td) #: ./doc/common/tables/neutron-cisco.xml131(td) #: ./doc/common/tables/neutron-cisco.xml135(td) #: ./doc/common/tables/neutron-cisco.xml139(td) #: ./doc/common/tables/neutron-cisco.xml143(td) #: ./doc/common/tables/neutron-cisco.xml150(td) #: ./doc/common/tables/neutron-cisco.xml154(td) #: ./doc/common/tables/neutron-cisco.xml158(td) #: ./doc/common/tables/neutron-cisco.xml162(td) #: ./doc/common/tables/neutron-cisco.xml166(td) #: ./doc/common/tables/neutron-cisco.xml170(td) #: ./doc/common/tables/neutron-cisco.xml174(td) #: ./doc/common/tables/neutron-cisco.xml178(td) #: ./doc/common/tables/neutron-cisco.xml182(td) #: ./doc/common/tables/neutron-cisco.xml189(td) #: ./doc/common/tables/neutron-cisco.xml193(td) #: ./doc/common/tables/neutron-cisco.xml197(td) #: ./doc/common/tables/neutron-cisco.xml201(td) #: ./doc/common/tables/neutron-cisco.xml205(td) #: ./doc/common/tables/nova-testing.xml21(td) #: ./doc/common/tables/nova-testing.xml25(td) #: ./doc/common/tables/nova-testing.xml29(td) #: ./doc/common/tables/nova-testing.xml33(td) #: ./doc/common/tables/nova-testing.xml37(td) #: ./doc/common/tables/nova-metadata.xml21(td) #: ./doc/common/tables/nova-metadata.xml25(td) #: ./doc/common/tables/nova-metadata.xml29(td) #: ./doc/common/tables/nova-metadata.xml33(td) #: ./doc/common/tables/nova-metadata.xml37(td) #: ./doc/common/tables/nova-metadata.xml41(td) #: ./doc/common/tables/nova-metadata.xml45(td) #: ./doc/common/tables/nova-metadata.xml49(td) #: ./doc/common/tables/heat-clients_nova.xml21(td) #: ./doc/common/tables/heat-clients_nova.xml25(td) #: ./doc/common/tables/heat-clients_nova.xml29(td) #: ./doc/common/tables/heat-clients_nova.xml33(td) #: ./doc/common/tables/heat-clients_nova.xml37(td) #: ./doc/common/tables/heat-clients_nova.xml41(td) #: ./doc/common/tables/cinder-hp3par.xml25(td) #: ./doc/common/tables/cinder-hp3par.xml33(td) #: ./doc/common/tables/cinder-hp3par.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml49(td) #: ./doc/common/tables/glance-ca.xml21(td) #: ./doc/common/tables/glance-ca.xml25(td) #: ./doc/common/tables/glance-ca.xml29(td) #: ./doc/common/tables/neutron-scheduler.xml21(td) #: ./doc/common/tables/neutron-scheduler.xml25(td) #: ./doc/common/tables/neutron-scheduler.xml29(td) #: ./doc/common/tables/neutron-scheduler.xml33(td) #: ./doc/common/tables/neutron-scheduler.xml37(td) #: ./doc/common/tables/glance-rbd.xml21(td) #: ./doc/common/tables/glance-rbd.xml25(td) #: ./doc/common/tables/glance-rbd.xml29(td) #: ./doc/common/tables/glance-rbd.xml33(td) #: ./doc/common/tables/cinder-fusionio.xml21(td) #: ./doc/common/tables/cinder-fusionio.xml25(td) #: ./doc/common/tables/cinder-fusionio.xml29(td) #: ./doc/common/tables/ceilometer-common.xml21(td) #: ./doc/common/tables/ceilometer-common.xml25(td) #: ./doc/common/tables/ceilometer-common.xml29(td) #: ./doc/common/tables/ceilometer-common.xml33(td) #: ./doc/common/tables/ceilometer-common.xml37(td) #: ./doc/common/tables/ceilometer-common.xml41(td) #: ./doc/common/tables/ceilometer-common.xml45(td) #: ./doc/common/tables/ceilometer-common.xml49(td) #: ./doc/common/tables/ceilometer-common.xml53(td) #: ./doc/common/tables/ceilometer-common.xml60(td) #: ./doc/common/tables/ceilometer-common.xml67(td) #: ./doc/common/tables/ceilometer-common.xml71(td) #: ./doc/common/tables/ceilometer-common.xml75(td) #: ./doc/common/tables/ceilometer-common.xml82(td) #: ./doc/common/tables/ceilometer-common.xml89(td) #: ./doc/common/tables/cinder-pure.xml21(td) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml20(td) #: ./doc/common/tables/cinder-database.xml21(td) #: ./doc/common/tables/cinder-database.xml28(td) #: ./doc/common/tables/cinder-database.xml32(td) #: ./doc/common/tables/cinder-database.xml36(td) #: ./doc/common/tables/cinder-database.xml40(td) #: ./doc/common/tables/cinder-database.xml44(td) #: ./doc/common/tables/cinder-database.xml48(td) #: ./doc/common/tables/cinder-database.xml52(td) #: ./doc/common/tables/cinder-database.xml56(td) #: ./doc/common/tables/cinder-database.xml60(td) #: ./doc/common/tables/cinder-database.xml64(td) #: ./doc/common/tables/cinder-database.xml68(td) #: ./doc/common/tables/cinder-database.xml72(td) #: ./doc/common/tables/cinder-database.xml76(td) #: ./doc/common/tables/cinder-database.xml80(td) #: ./doc/common/tables/cinder-database.xml84(td) #: ./doc/common/tables/cinder-database.xml88(td) #: ./doc/common/tables/cinder-database.xml92(td) #: ./doc/common/tables/cinder-database.xml96(td) #: ./doc/common/tables/cinder-database.xml100(td) #: ./doc/common/tables/cinder-database.xml104(td) #: ./doc/common/tables/cinder-database.xml108(td) #: ./doc/common/tables/ceilometer-logging.xml21(td) #: ./doc/common/tables/ceilometer-logging.xml25(td) #: ./doc/common/tables/ceilometer-logging.xml29(td) #: ./doc/common/tables/ceilometer-logging.xml33(td) #: ./doc/common/tables/ceilometer-logging.xml37(td) #: ./doc/common/tables/ceilometer-logging.xml41(td) #: ./doc/common/tables/ceilometer-logging.xml45(td) #: ./doc/common/tables/ceilometer-logging.xml49(td) #: ./doc/common/tables/ceilometer-logging.xml53(td) #: ./doc/common/tables/ceilometer-logging.xml57(td) #: ./doc/common/tables/ceilometer-logging.xml61(td) #: ./doc/common/tables/ceilometer-logging.xml65(td) #: ./doc/common/tables/ceilometer-logging.xml69(td) #: ./doc/common/tables/ceilometer-logging.xml73(td) #: ./doc/common/tables/ceilometer-logging.xml77(td) #: ./doc/common/tables/ceilometer-logging.xml81(td) #: ./doc/common/tables/ceilometer-logging.xml85(td) #: ./doc/common/tables/ceilometer-logging.xml89(td) #: ./doc/common/tables/ceilometer-logging.xml93(td) #: ./doc/common/tables/ceilometer-logging.xml97(td) #: ./doc/common/tables/heat-common.xml21(td) #: ./doc/common/tables/heat-common.xml25(td) #: ./doc/common/tables/heat-common.xml29(td) #: ./doc/common/tables/heat-common.xml33(td) #: ./doc/common/tables/heat-common.xml37(td) #: ./doc/common/tables/heat-common.xml41(td) #: ./doc/common/tables/heat-common.xml45(td) #: ./doc/common/tables/heat-common.xml49(td) #: ./doc/common/tables/heat-common.xml53(td) #: ./doc/common/tables/heat-common.xml57(td) #: ./doc/common/tables/heat-common.xml61(td) #: ./doc/common/tables/heat-common.xml68(td) #: ./doc/common/tables/heat-common.xml75(td) #: ./doc/common/tables/nova-ipv6.xml21(td) #: ./doc/common/tables/nova-ipv6.xml25(td) #: ./doc/common/tables/nova-ipv6.xml29(td) #: ./doc/common/tables/nova-ipv6.xml33(td) #: ./doc/common/tables/sahara-zeromq.xml21(td) #: ./doc/common/tables/sahara-zeromq.xml25(td) #: ./doc/common/tables/sahara-zeromq.xml29(td) #: ./doc/common/tables/sahara-zeromq.xml33(td) #: ./doc/common/tables/sahara-zeromq.xml37(td) #: ./doc/common/tables/sahara-zeromq.xml41(td) #: ./doc/common/tables/sahara-zeromq.xml45(td) #: ./doc/common/tables/ironic-rabbitmq.xml21(td) #: ./doc/common/tables/ironic-rabbitmq.xml41(td) #: ./doc/common/tables/ironic-rabbitmq.xml45(td) #: ./doc/common/tables/ironic-rabbitmq.xml49(td) #: ./doc/common/tables/ironic-rabbitmq.xml53(td) #: ./doc/common/tables/ironic-rabbitmq.xml57(td) #: ./doc/common/tables/ironic-rabbitmq.xml61(td) #: ./doc/common/tables/ironic-rabbitmq.xml65(td) #: ./doc/common/tables/ironic-rabbitmq.xml69(td) #: ./doc/common/tables/ironic-rabbitmq.xml73(td) #: ./doc/common/tables/ironic-rabbitmq.xml77(td) #: ./doc/common/tables/ironic-rabbitmq.xml81(td) #: ./doc/common/tables/ironic-rabbitmq.xml85(td) #: ./doc/common/tables/nova-vnc.xml21(td) #: ./doc/common/tables/nova-vnc.xml25(td) #: ./doc/common/tables/nova-vnc.xml29(td) #: ./doc/common/tables/nova-vnc.xml33(td) #: ./doc/common/tables/nova-vnc.xml37(td) #: ./doc/common/tables/nova-vnc.xml41(td) #: ./doc/common/tables/nova-vnc.xml45(td) #: ./doc/common/tables/nova-vnc.xml49(td) #: ./doc/common/tables/nova-vnc.xml53(td) #: ./doc/common/tables/nova-vnc.xml57(td) #: ./doc/common/tables/nova-vnc.xml61(td) #: ./doc/common/tables/nova-vnc.xml65(td) #: ./doc/common/tables/nova-vnc.xml69(td) #: ./doc/common/tables/nova-vnc.xml76(td) #: ./doc/common/tables/nova-vnc.xml80(td) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml20(td) #: ./doc/common/tables/trove-qpid.xml21(td) #: ./doc/common/tables/trove-qpid.xml25(td) #: ./doc/common/tables/trove-qpid.xml29(td) #: ./doc/common/tables/trove-qpid.xml37(td) #: ./doc/common/tables/trove-qpid.xml41(td) #: ./doc/common/tables/trove-qpid.xml45(td) #: ./doc/common/tables/trove-qpid.xml53(td) #: ./doc/common/tables/trove-qpid.xml57(td) #: ./doc/common/tables/cinder-xio.xml21(td) #: ./doc/common/tables/cinder-xio.xml25(td) #: ./doc/common/tables/cinder-xio.xml29(td) #: ./doc/common/tables/cinder-xio.xml33(td) #: ./doc/common/tables/cinder-xio.xml37(td) #: ./doc/common/tables/cinder-xio.xml41(td) #: ./doc/common/tables/keystone-api.xml21(td) #: ./doc/common/tables/keystone-api.xml25(td) #: ./doc/common/tables/keystone-api.xml29(td) #: ./doc/common/tables/keystone-api.xml33(td) #: ./doc/common/tables/keystone-api.xml37(td) #: ./doc/common/tables/keystone-api.xml41(td) #: ./doc/common/tables/keystone-api.xml45(td) #: ./doc/common/tables/keystone-api.xml49(td) #: ./doc/common/tables/keystone-api.xml53(td) #: ./doc/common/tables/keystone-api.xml57(td) #: ./doc/common/tables/keystone-api.xml61(td) #: ./doc/common/tables/keystone-api.xml65(td) #: ./doc/common/tables/keystone-api.xml69(td) #: ./doc/common/tables/keystone-api.xml73(td) #: ./doc/common/tables/keystone-api.xml77(td) #: ./doc/common/tables/keystone-api.xml81(td) #: ./doc/common/tables/keystone-api.xml85(td) #: ./doc/common/tables/keystone-api.xml89(td) #: ./doc/common/tables/keystone-api.xml93(td) #: ./doc/common/tables/keystone-api.xml97(td) #: ./doc/common/tables/keystone-api.xml101(td) #: ./doc/common/tables/keystone-api.xml108(td) #: ./doc/common/tables/keystone-api.xml112(td) #: ./doc/common/tables/keystone-api.xml119(td) #: ./doc/common/tables/keystone-api.xml126(td) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml20(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml29(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml37(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml41(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml45(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml49(td) #: ./doc/common/tables/nova-ironic.xml21(td) #: ./doc/common/tables/nova-ironic.xml25(td) #: ./doc/common/tables/nova-ironic.xml29(td) #: ./doc/common/tables/nova-ironic.xml33(td) #: ./doc/common/tables/nova-ironic.xml37(td) #: ./doc/common/tables/nova-ironic.xml41(td) #: ./doc/common/tables/nova-ironic.xml45(td) #: ./doc/common/tables/nova-ironic.xml49(td) #: ./doc/common/tables/nova-ironic.xml53(td) #: ./doc/common/tables/nova-ironic.xml57(td) #: ./doc/common/tables/ceilometer-dispatcher_http.xml21(td) #: ./doc/common/tables/ceilometer-dispatcher_http.xml25(td) #: ./doc/common/tables/ceilometer-dispatcher_http.xml33(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml20(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml24(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml28(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml32(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml36(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml40(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml44(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml20(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml28(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml32(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml36(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml40(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml45(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml53(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml57(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml67(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml71(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml75(td) #: ./doc/common/tables/glance-rpc.xml21(td) #: ./doc/common/tables/glance-rpc.xml25(td) #: ./doc/common/tables/glance-rpc.xml29(td) #: ./doc/common/tables/glance-rpc.xml33(td) #: ./doc/common/tables/glance-rpc.xml37(td) #: ./doc/common/tables/glance-rpc.xml41(td) #: ./doc/common/tables/glance-rpc.xml45(td) #: ./doc/common/tables/glance-rpc.xml52(td) #: ./doc/common/tables/glance-rpc.xml56(td) #: ./doc/common/tables/glance-rpc.xml63(td) #: ./doc/common/tables/glance-rpc.xml67(td) #: ./doc/common/tables/glance-rpc.xml71(td) #: ./doc/common/tables/glance-rpc.xml75(td) #: ./doc/common/tables/glance-rpc.xml79(td) #: ./doc/common/tables/glance-rpc.xml83(td) #: ./doc/common/tables/glance-rpc.xml99(td) #: ./doc/common/tables/glance-rpc.xml103(td) #: ./doc/common/tables/glance-rpc.xml110(td) #: ./doc/common/tables/glance-rpc.xml114(td) #: ./doc/common/tables/glance-rpc.xml118(td) #: ./doc/common/tables/glance-rpc.xml122(td) #: ./doc/common/tables/glance-rpc.xml126(td) #: ./doc/common/tables/glance-rpc.xml134(td) #: ./doc/common/tables/glance-rpc.xml138(td) #: ./doc/common/tables/glance-rpc.xml142(td) #: ./doc/common/tables/glance-rpc.xml150(td) #: ./doc/common/tables/glance-rpc.xml154(td) #: ./doc/common/tables/glance-rpc.xml162(td) #: ./doc/common/tables/glance-rpc.xml169(td) #: ./doc/common/tables/glance-rpc.xml173(td) #: ./doc/common/tables/glance-rpc.xml177(td) #: ./doc/common/tables/glance-rpc.xml181(td) #: ./doc/common/tables/glance-rpc.xml201(td) #: ./doc/common/tables/glance-rpc.xml205(td) #: ./doc/common/tables/glance-rpc.xml209(td) #: ./doc/common/tables/glance-rpc.xml213(td) #: ./doc/common/tables/glance-rpc.xml217(td) #: ./doc/common/tables/glance-rpc.xml221(td) #: ./doc/common/tables/glance-rpc.xml225(td) #: ./doc/common/tables/glance-rpc.xml229(td) #: ./doc/common/tables/glance-rpc.xml233(td) #: ./doc/common/tables/glance-rpc.xml237(td) #: ./doc/common/tables/glance-rpc.xml241(td) #: ./doc/common/tables/glance-rpc.xml245(td) #: ./doc/common/tables/glance-rpc.xml249(td) #: ./doc/common/tables/neutron-policy.xml21(td) #: ./doc/common/tables/neutron-policy.xml25(td) #: ./doc/common/tables/neutron-policy.xml29(td) #: ./doc/common/tables/neutron-policy.xml33(td) #: ./doc/common/tables/glance-database.xml21(td) #: ./doc/common/tables/glance-database.xml28(td) #: ./doc/common/tables/glance-database.xml32(td) #: ./doc/common/tables/glance-database.xml36(td) #: ./doc/common/tables/glance-database.xml40(td) #: ./doc/common/tables/glance-database.xml44(td) #: ./doc/common/tables/glance-database.xml48(td) #: ./doc/common/tables/glance-database.xml52(td) #: ./doc/common/tables/glance-database.xml56(td) #: ./doc/common/tables/glance-database.xml60(td) #: ./doc/common/tables/glance-database.xml64(td) #: ./doc/common/tables/glance-database.xml68(td) #: ./doc/common/tables/glance-database.xml72(td) #: ./doc/common/tables/glance-database.xml76(td) #: ./doc/common/tables/glance-database.xml80(td) #: ./doc/common/tables/glance-database.xml84(td) #: ./doc/common/tables/glance-database.xml88(td) #: ./doc/common/tables/glance-database.xml92(td) #: ./doc/common/tables/glance-database.xml96(td) #: ./doc/common/tables/glance-database.xml100(td) #: ./doc/common/tables/glance-database.xml104(td) #: ./doc/common/tables/nova-spice.xml21(td) #: ./doc/common/tables/nova-spice.xml25(td) #: ./doc/common/tables/nova-spice.xml29(td) #: ./doc/common/tables/nova-spice.xml33(td) #: ./doc/common/tables/nova-spice.xml37(td) #: ./doc/common/tables/nova-spice.xml41(td) #: ./doc/common/tables/nova-spice.xml45(td) #: ./doc/common/tables/nova-spice.xml49(td) #: ./doc/common/tables/heat-clients_heat.xml21(td) #: ./doc/common/tables/heat-clients_heat.xml25(td) #: ./doc/common/tables/heat-clients_heat.xml29(td) #: ./doc/common/tables/heat-clients_heat.xml33(td) #: ./doc/common/tables/heat-clients_heat.xml37(td) #: ./doc/common/tables/nova-xen.xml21(td) #: ./doc/common/tables/nova-xen.xml25(td) #: ./doc/common/tables/nova-xen.xml29(td) #: ./doc/common/tables/nova-xen.xml33(td) #: ./doc/common/tables/nova-xen.xml37(td) #: ./doc/common/tables/nova-xen.xml41(td) #: ./doc/common/tables/nova-xen.xml45(td) #: ./doc/common/tables/nova-xen.xml52(td) #: ./doc/common/tables/nova-xen.xml59(td) #: ./doc/common/tables/nova-xen.xml63(td) #: ./doc/common/tables/nova-xen.xml67(td) #: ./doc/common/tables/nova-xen.xml71(td) #: ./doc/common/tables/nova-xen.xml75(td) #: ./doc/common/tables/nova-xen.xml79(td) #: ./doc/common/tables/nova-xen.xml83(td) #: ./doc/common/tables/nova-xen.xml87(td) #: ./doc/common/tables/nova-xen.xml91(td) #: ./doc/common/tables/nova-xen.xml95(td) #: ./doc/common/tables/nova-xen.xml99(td) #: ./doc/common/tables/nova-xen.xml103(td) #: ./doc/common/tables/nova-xen.xml107(td) #: ./doc/common/tables/nova-xen.xml111(td) #: ./doc/common/tables/nova-xen.xml115(td) #: ./doc/common/tables/nova-xen.xml119(td) #: ./doc/common/tables/nova-xen.xml123(td) #: ./doc/common/tables/nova-xen.xml127(td) #: ./doc/common/tables/nova-xen.xml131(td) #: ./doc/common/tables/nova-xen.xml135(td) #: ./doc/common/tables/nova-xen.xml139(td) #: ./doc/common/tables/nova-xen.xml143(td) #: ./doc/common/tables/nova-xen.xml147(td) #: ./doc/common/tables/nova-xen.xml151(td) #: ./doc/common/tables/nova-xen.xml155(td) #: ./doc/common/tables/nova-xen.xml159(td) #: ./doc/common/tables/nova-xen.xml163(td) #: ./doc/common/tables/nova-xen.xml167(td) #: ./doc/common/tables/nova-xen.xml171(td) #: ./doc/common/tables/nova-xen.xml175(td) #: ./doc/common/tables/nova-xen.xml179(td) #: ./doc/common/tables/nova-xen.xml183(td) #: ./doc/common/tables/nova-xen.xml187(td) #: ./doc/common/tables/nova-xen.xml191(td) #: ./doc/common/tables/nova-xen.xml195(td) #: ./doc/common/tables/nova-xen.xml199(td) #: ./doc/common/tables/nova-xen.xml203(td) #: ./doc/common/tables/nova-xen.xml207(td) #: ./doc/common/tables/nova-xen.xml211(td) #: ./doc/common/tables/nova-xen.xml215(td) #: ./doc/common/tables/nova-xen.xml219(td) #: ./doc/common/tables/nova-xen.xml223(td) #: ./doc/common/tables/nova-xen.xml227(td) #: ./doc/common/tables/nova-xen.xml231(td) #: ./doc/common/tables/nova-xen.xml235(td) #: ./doc/common/tables/trove-amqp.xml21(td) #: ./doc/common/tables/trove-amqp.xml25(td) #: ./doc/common/tables/trove-amqp.xml29(td) #: ./doc/common/tables/trove-amqp.xml33(td) #: ./doc/common/tables/trove-amqp.xml37(td) #: ./doc/common/tables/trove-amqp.xml41(td) #: ./doc/common/tables/trove-amqp.xml45(td) #: ./doc/common/tables/trove-amqp.xml49(td) #: ./doc/common/tables/trove-amqp.xml53(td) #: ./doc/common/tables/keystone-common.xml21(td) #: ./doc/common/tables/keystone-common.xml28(td) #: ./doc/common/tables/ceilometer-auth_token.xml21(td) #: ./doc/common/tables/ceilometer-auth_token.xml25(td) #: ./doc/common/tables/ceilometer-auth_token.xml29(td) #: ./doc/common/tables/ceilometer-auth_token.xml33(td) #: ./doc/common/tables/ceilometer-auth_token.xml41(td) #: ./doc/common/tables/ceilometer-auth_token.xml45(td) #: ./doc/common/tables/ceilometer-auth_token.xml49(td) #: ./doc/common/tables/ceilometer-auth_token.xml53(td) #: ./doc/common/tables/ceilometer-auth_token.xml57(td) #: ./doc/common/tables/ceilometer-auth_token.xml61(td) #: ./doc/common/tables/ceilometer-auth_token.xml65(td) #: ./doc/common/tables/ceilometer-auth_token.xml69(td) #: ./doc/common/tables/ceilometer-auth_token.xml73(td) #: ./doc/common/tables/ceilometer-auth_token.xml77(td) #: ./doc/common/tables/ceilometer-auth_token.xml81(td) #: ./doc/common/tables/ceilometer-auth_token.xml85(td) #: ./doc/common/tables/ceilometer-auth_token.xml89(td) #: ./doc/common/tables/ceilometer-auth_token.xml93(td) #: ./doc/common/tables/ceilometer-auth_token.xml97(td) #: ./doc/common/tables/ceilometer-auth_token.xml101(td) #: ./doc/common/tables/ceilometer-auth_token.xml105(td) #: ./doc/common/tables/ceilometer-auth_token.xml109(td) #: ./doc/common/tables/ceilometer-auth_token.xml113(td) #: ./doc/common/tables/ceilometer-auth_token.xml117(td) #: ./doc/common/tables/ceilometer-auth_token.xml121(td) #: ./doc/common/tables/ceilometer-auth_token.xml125(td) #: ./doc/common/tables/ceilometer-auth_token.xml129(td) #: ./doc/common/tables/ceilometer-auth_token.xml133(td) #: ./doc/common/tables/ceilometer-auth_token.xml137(td) #: ./doc/common/tables/ceilometer-auth_token.xml141(td) #: ./doc/common/tables/ceilometer-auth_token.xml145(td) #: ./doc/common/tables/ceilometer-auth_token.xml149(td) #: ./doc/common/tables/ceilometer-auth_token.xml153(td) #: ./doc/common/tables/ceilometer-auth_token.xml157(td) #: ./doc/common/tables/ceilometer-auth_token.xml161(td) #: ./doc/common/tables/ironic-swift.xml21(td) #: ./doc/common/tables/nova-rabbitmq.xml21(td) #: ./doc/common/tables/nova-rabbitmq.xml41(td) #: ./doc/common/tables/nova-rabbitmq.xml45(td) #: ./doc/common/tables/nova-rabbitmq.xml49(td) #: ./doc/common/tables/nova-rabbitmq.xml53(td) #: ./doc/common/tables/nova-rabbitmq.xml57(td) #: ./doc/common/tables/nova-rabbitmq.xml61(td) #: ./doc/common/tables/nova-rabbitmq.xml65(td) #: ./doc/common/tables/nova-rabbitmq.xml69(td) #: ./doc/common/tables/nova-rabbitmq.xml73(td) #: ./doc/common/tables/nova-rabbitmq.xml77(td) #: ./doc/common/tables/nova-rabbitmq.xml81(td) #: ./doc/common/tables/nova-rabbitmq.xml85(td) #: ./doc/common/tables/sahara-database.xml21(td) #: ./doc/common/tables/sahara-database.xml28(td) #: ./doc/common/tables/sahara-database.xml32(td) #: ./doc/common/tables/sahara-database.xml36(td) #: ./doc/common/tables/sahara-database.xml40(td) #: ./doc/common/tables/sahara-database.xml44(td) #: ./doc/common/tables/sahara-database.xml48(td) #: ./doc/common/tables/sahara-database.xml52(td) #: ./doc/common/tables/sahara-database.xml56(td) #: ./doc/common/tables/sahara-database.xml60(td) #: ./doc/common/tables/sahara-database.xml64(td) #: ./doc/common/tables/sahara-database.xml68(td) #: ./doc/common/tables/sahara-database.xml72(td) #: ./doc/common/tables/sahara-database.xml76(td) #: ./doc/common/tables/sahara-database.xml80(td) #: ./doc/common/tables/sahara-database.xml84(td) #: ./doc/common/tables/sahara-database.xml88(td) #: ./doc/common/tables/sahara-database.xml92(td) #: ./doc/common/tables/sahara-database.xml96(td) #: ./doc/common/tables/sahara-database.xml100(td) #: ./doc/common/tables/sahara-database.xml104(td) #: ./doc/common/tables/neutron-ml2_cisco.xml21(td) #: ./doc/common/tables/neutron-ml2_cisco.xml28(td) #: ./doc/common/tables/neutron-ml2_cisco.xml32(td) #: ./doc/common/tables/neutron-ml2_cisco.xml36(td) #: ./doc/common/tables/neutron-ml2_cisco.xml40(td) #: ./doc/common/tables/neutron-ml2_cisco.xml44(td) #: ./doc/common/tables/neutron-ml2_cisco.xml48(td) #: ./doc/common/tables/neutron-ml2_cisco.xml60(td) #: ./doc/common/tables/neutron-ml2_cisco.xml64(td) #: ./doc/common/tables/neutron-ml2_cisco.xml68(td) #: ./doc/common/tables/neutron-ml2_cisco.xml72(td) #: ./doc/common/tables/neutron-ml2_cisco.xml76(td) #: ./doc/common/tables/neutron-ml2_cisco.xml80(td) #: ./doc/common/tables/neutron-ml2_cisco.xml84(td) #: ./doc/common/tables/neutron-ml2_cisco.xml88(td) #: ./doc/common/tables/neutron-ml2_cisco.xml92(td) #: ./doc/common/tables/nova-policy.xml21(td) #: ./doc/common/tables/nova-policy.xml25(td) #: ./doc/common/tables/nova-policy.xml29(td) #: ./doc/common/tables/nova-policy.xml33(td) #: ./doc/common/tables/nova-policy.xml37(td) #: ./doc/common/tables/nova-policy.xml45(td) #: ./doc/common/tables/nova-policy.xml49(td) #: ./doc/common/tables/nova-policy.xml53(td) #: ./doc/common/tables/nova-policy.xml57(td) #: ./doc/common/tables/nova-policy.xml61(td) #: ./doc/common/tables/nova-policy.xml65(td) #: ./doc/common/tables/nova-policy.xml69(td) #: ./doc/common/tables/nova-policy.xml73(td) #: ./doc/common/tables/keystone-identity.xml21(td) #: ./doc/common/tables/keystone-identity.xml25(td) #: ./doc/common/tables/keystone-identity.xml29(td) #: ./doc/common/tables/keystone-identity.xml33(td) #: ./doc/common/tables/keystone-identity.xml37(td) #: ./doc/common/tables/keystone-identity.xml41(td) #: ./doc/common/tables/cinder-cloudbyte.xml21(td) #: ./doc/common/tables/cinder-cloudbyte.xml25(td) #: ./doc/common/tables/cinder-cloudbyte.xml29(td) #: ./doc/common/tables/cinder-cloudbyte.xml33(td) #: ./doc/common/tables/cinder-cloudbyte.xml37(td) #: ./doc/common/tables/cinder-cloudbyte.xml41(td) #: ./doc/common/tables/cinder-cloudbyte.xml45(td) #: ./doc/common/tables/ceilometer-inspector.xml21(td) #: ./doc/common/tables/ceilometer-inspector.xml25(td) #: ./doc/common/tables/cinder-scheduler.xml21(td) #: ./doc/common/tables/cinder-scheduler.xml25(td) #: ./doc/common/tables/cinder-scheduler.xml29(td) #: ./doc/common/tables/cinder-scheduler.xml33(td) #: ./doc/common/tables/cinder-scheduler.xml41(td) #: ./doc/common/tables/cinder-scheduler.xml45(td) #: ./doc/common/tables/cinder-scheduler.xml49(td) #: ./doc/common/tables/trove-db_cassandra.xml21(td) #: ./doc/common/tables/trove-db_cassandra.xml25(td) #: ./doc/common/tables/trove-db_cassandra.xml29(td) #: ./doc/common/tables/trove-db_cassandra.xml33(td) #: ./doc/common/tables/trove-db_cassandra.xml37(td) #: ./doc/common/tables/trove-db_cassandra.xml41(td) #: ./doc/common/tables/trove-db_cassandra.xml45(td) #: ./doc/common/tables/trove-db_cassandra.xml49(td) #: ./doc/common/tables/trove-db_cassandra.xml57(td) #: ./doc/common/tables/ceilometer-concurrency.xml21(td) #: ./doc/common/tables/ceilometer-concurrency.xml25(td) #: ./doc/common/tables/neutron-logging.xml21(td) #: ./doc/common/tables/neutron-logging.xml25(td) #: ./doc/common/tables/neutron-logging.xml29(td) #: ./doc/common/tables/neutron-logging.xml33(td) #: ./doc/common/tables/neutron-logging.xml37(td) #: ./doc/common/tables/neutron-logging.xml41(td) #: ./doc/common/tables/neutron-logging.xml45(td) #: ./doc/common/tables/neutron-logging.xml49(td) #: ./doc/common/tables/neutron-logging.xml53(td) #: ./doc/common/tables/neutron-logging.xml57(td) #: ./doc/common/tables/neutron-logging.xml61(td) #: ./doc/common/tables/neutron-logging.xml65(td) #: ./doc/common/tables/neutron-logging.xml69(td) #: ./doc/common/tables/neutron-logging.xml73(td) #: ./doc/common/tables/neutron-logging.xml77(td) #: ./doc/common/tables/neutron-logging.xml81(td) #: ./doc/common/tables/neutron-logging.xml85(td) #: ./doc/common/tables/neutron-logging.xml89(td) #: ./doc/common/tables/neutron-logging.xml93(td) #: ./doc/common/tables/neutron-logging.xml97(td) #: ./doc/common/tables/neutron-logging.xml101(td) #: ./doc/common/tables/nova-availabilityzones.xml21(td) #: ./doc/common/tables/nova-availabilityzones.xml25(td) #: ./doc/common/tables/nova-availabilityzones.xml29(td) #: ./doc/common/tables/keystone-catalog.xml21(td) #: ./doc/common/tables/keystone-catalog.xml25(td) #: ./doc/common/tables/keystone-catalog.xml29(td) #: ./doc/common/tables/keystone-catalog.xml33(td) #: ./doc/common/tables/keystone-catalog.xml37(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml21(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml25(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml29(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml33(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml37(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml41(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml45(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml49(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml53(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml57(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml61(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml65(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml21(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml25(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml29(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml33(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml37(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml41(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml45(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml49(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml53(td) #: ./doc/common/tables/neutron-ml2_fslsdn.xml57(td) #: ./doc/common/tables/neutron-rootwrap.xml21(td) #: ./doc/common/tables/neutron-rootwrap.xml25(td) #: ./doc/common/tables/neutron-rootwrap.xml29(td) #: ./doc/common/tables/neutron-rootwrap.xml33(td) #: ./doc/common/tables/neutron-rootwrap.xml37(td) #: ./doc/common/tables/neutron-rootwrap.xml44(td) #: ./doc/common/tables/neutron-rootwrap.xml48(td) #: ./doc/common/tables/neutron-rootwrap.xml52(td) #: ./doc/common/tables/cinder-auth.xml21(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml20(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml24(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml28(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml32(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml36(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml40(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml44(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml48(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml52(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml56(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml60(td) #: ./doc/common/tables/heat-qpid.xml21(td) #: ./doc/common/tables/heat-qpid.xml25(td) #: ./doc/common/tables/heat-qpid.xml29(td) #: ./doc/common/tables/heat-qpid.xml37(td) #: ./doc/common/tables/heat-qpid.xml41(td) #: ./doc/common/tables/heat-qpid.xml45(td) #: ./doc/common/tables/heat-qpid.xml53(td) #: ./doc/common/tables/heat-qpid.xml57(td) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml44(td) #: ./doc/common/tables/cinder-rabbitmq.xml21(td) #: ./doc/common/tables/cinder-rabbitmq.xml41(td) #: ./doc/common/tables/cinder-rabbitmq.xml45(td) #: ./doc/common/tables/cinder-rabbitmq.xml49(td) #: ./doc/common/tables/cinder-rabbitmq.xml53(td) #: ./doc/common/tables/cinder-rabbitmq.xml57(td) #: ./doc/common/tables/cinder-rabbitmq.xml61(td) #: ./doc/common/tables/cinder-rabbitmq.xml65(td) #: ./doc/common/tables/cinder-rabbitmq.xml69(td) #: ./doc/common/tables/cinder-rabbitmq.xml73(td) #: ./doc/common/tables/cinder-rabbitmq.xml77(td) #: ./doc/common/tables/cinder-rabbitmq.xml81(td) #: ./doc/common/tables/cinder-rabbitmq.xml85(td) #: ./doc/common/tables/nova-zookeeper.xml21(td) #: ./doc/common/tables/nova-zookeeper.xml25(td) #: ./doc/common/tables/nova-zookeeper.xml29(td) #: ./doc/common/tables/nova-zookeeper.xml33(td) #: ./doc/common/tables/keystone-ca.xml21(td) #: ./doc/common/tables/keystone-ca.xml25(td) #: ./doc/common/tables/keystone-ca.xml29(td) #: ./doc/common/tables/keystone-ca.xml33(td) #: ./doc/common/tables/keystone-ca.xml37(td) #: ./doc/common/tables/keystone-ca.xml41(td) #: ./doc/common/tables/keystone-ca.xml45(td) #: ./doc/common/tables/keystone-ca.xml49(td) #: ./doc/common/tables/keystone-ca.xml56(td) #: ./doc/common/tables/keystone-ca.xml60(td) #: ./doc/common/tables/keystone-ca.xml64(td) #: ./doc/common/tables/keystone-ca.xml68(td) #: ./doc/common/tables/keystone-ca.xml72(td) #: ./doc/common/tables/keystone-ca.xml76(td) #: ./doc/common/tables/keystone-ca.xml80(td) #: ./doc/common/tables/keystone-ca.xml84(td) #: ./doc/common/tables/keystone-ca.xml88(td) #: ./doc/common/tables/ironic-agent.xml21(td) #: ./doc/common/tables/ironic-agent.xml25(td) #: ./doc/common/tables/ironic-agent.xml29(td) #: ./doc/common/tables/ironic-agent.xml33(td) #: ./doc/common/tables/ironic-agent.xml37(td) #: ./doc/common/tables/nova-keymgr.xml21(td) #: ./doc/common/tables/nova-keymgr.xml25(td) #: ./doc/common/tables/neutron-auth_token.xml21(td) #: ./doc/common/tables/neutron-auth_token.xml25(td) #: ./doc/common/tables/neutron-auth_token.xml29(td) #: ./doc/common/tables/neutron-auth_token.xml33(td) #: ./doc/common/tables/neutron-auth_token.xml41(td) #: ./doc/common/tables/neutron-auth_token.xml45(td) #: ./doc/common/tables/neutron-auth_token.xml49(td) #: ./doc/common/tables/neutron-auth_token.xml53(td) #: ./doc/common/tables/neutron-auth_token.xml57(td) #: ./doc/common/tables/neutron-auth_token.xml61(td) #: ./doc/common/tables/neutron-auth_token.xml65(td) #: ./doc/common/tables/neutron-auth_token.xml69(td) #: ./doc/common/tables/neutron-auth_token.xml73(td) #: ./doc/common/tables/neutron-auth_token.xml77(td) #: ./doc/common/tables/neutron-auth_token.xml81(td) #: ./doc/common/tables/neutron-auth_token.xml85(td) #: ./doc/common/tables/neutron-auth_token.xml89(td) #: ./doc/common/tables/neutron-auth_token.xml93(td) #: ./doc/common/tables/neutron-auth_token.xml97(td) #: ./doc/common/tables/neutron-auth_token.xml101(td) #: ./doc/common/tables/neutron-auth_token.xml105(td) #: ./doc/common/tables/neutron-auth_token.xml109(td) #: ./doc/common/tables/neutron-auth_token.xml113(td) #: ./doc/common/tables/neutron-auth_token.xml117(td) #: ./doc/common/tables/neutron-auth_token.xml121(td) #: ./doc/common/tables/neutron-auth_token.xml125(td) #: ./doc/common/tables/neutron-auth_token.xml129(td) #: ./doc/common/tables/neutron-auth_token.xml133(td) #: ./doc/common/tables/neutron-auth_token.xml137(td) #: ./doc/common/tables/neutron-auth_token.xml141(td) #: ./doc/common/tables/neutron-auth_token.xml145(td) #: ./doc/common/tables/neutron-auth_token.xml149(td) #: ./doc/common/tables/neutron-auth_token.xml153(td) #: ./doc/common/tables/neutron-auth_token.xml157(td) #: ./doc/common/tables/neutron-auth_token.xml161(td) #: ./doc/common/tables/swift-swift-storage-policy-0.xml20(td) #: ./doc/common/tables/swift-swift-storage-policy-0.xml24(td) #: ./doc/common/tables/ironic-ca.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml52(td) #: ./doc/common/tables/cinder-testing.xml21(td) #: ./doc/common/tables/nova-ldap.xml21(td) #: ./doc/common/tables/nova-ldap.xml25(td) #: ./doc/common/tables/nova-ldap.xml29(td) #: ./doc/common/tables/nova-ldap.xml33(td) #: ./doc/common/tables/nova-ldap.xml37(td) #: ./doc/common/tables/nova-ldap.xml41(td) #: ./doc/common/tables/nova-ldap.xml45(td) #: ./doc/common/tables/nova-ldap.xml49(td) #: ./doc/common/tables/nova-ldap.xml53(td) #: ./doc/common/tables/nova-ldap.xml57(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml21(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml25(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml29(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml33(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml37(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml41(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml45(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml49(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml53(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml57(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml61(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml65(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml69(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml73(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml77(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml81(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml85(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml89(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml93(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml97(td) #: ./doc/common/tables/cinder-hitachi-hbsd.xml101(td) #: ./doc/common/tables/sahara-ca.xml21(td) #: ./doc/common/tables/sahara-ca.xml25(td) #: ./doc/common/tables/sahara-ca.xml29(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml24(td) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml20(td) #: ./doc/common/tables/ceilometer-auth.xml21(td) #: ./doc/common/tables/ceilometer-auth.xml25(td) #: ./doc/common/tables/ceilometer-auth.xml29(td) #: ./doc/common/tables/ceilometer-auth.xml33(td) #: ./doc/common/tables/ceilometer-auth.xml37(td) #: ./doc/common/tables/ceilometer-auth.xml41(td) #: ./doc/common/tables/ceilometer-auth.xml49(td) #: ./doc/common/tables/ceilometer-auth.xml53(td) #: ./doc/common/tables/cinder-quota.xml21(td) #: ./doc/common/tables/cinder-quota.xml25(td) #: ./doc/common/tables/cinder-quota.xml29(td) #: ./doc/common/tables/cinder-quota.xml33(td) #: ./doc/common/tables/cinder-quota.xml37(td) #: ./doc/common/tables/cinder-quota.xml41(td) #: ./doc/common/tables/cinder-quota.xml45(td) #: ./doc/common/tables/cinder-quota.xml49(td) #: ./doc/common/tables/cinder-quota.xml53(td) #: ./doc/common/tables/cinder-quota.xml57(td) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml20(td) #: ./doc/common/tables/keystone-os_inherit.xml21(td) #: ./doc/common/tables/ironic-rpc.xml21(td) #: ./doc/common/tables/ironic-rpc.xml25(td) #: ./doc/common/tables/ironic-rpc.xml29(td) #: ./doc/common/tables/ironic-rpc.xml33(td) #: ./doc/common/tables/ironic-rpc.xml37(td) #: ./doc/common/tables/ironic-rpc.xml41(td) #: ./doc/common/tables/ironic-rpc.xml45(td) #: ./doc/common/tables/ironic-rpc.xml52(td) #: ./doc/common/tables/ironic-rpc.xml56(td) #: ./doc/common/tables/neutron-sdnve.xml21(td) #: ./doc/common/tables/neutron-sdnve.xml25(td) #: ./doc/common/tables/neutron-sdnve.xml29(td) #: ./doc/common/tables/neutron-sdnve.xml33(td) #: ./doc/common/tables/neutron-sdnve.xml37(td) #: ./doc/common/tables/neutron-sdnve.xml41(td) #: ./doc/common/tables/neutron-sdnve.xml49(td) #: ./doc/common/tables/neutron-sdnve.xml53(td) #: ./doc/common/tables/neutron-sdnve.xml57(td) #: ./doc/common/tables/neutron-sdnve.xml61(td) #: ./doc/common/tables/neutron-sdnve.xml65(td) #: ./doc/common/tables/neutron-sdnve.xml69(td) #: ./doc/common/tables/neutron-sdnve.xml73(td) #: ./doc/common/tables/neutron-sdnve.xml77(td) #: ./doc/common/tables/neutron-sdnve.xml84(td) #: ./doc/common/tables/neutron-sdnve.xml88(td) #: ./doc/common/tables/nova-compute.xml21(td) #: ./doc/common/tables/nova-compute.xml25(td) #: ./doc/common/tables/nova-compute.xml29(td) #: ./doc/common/tables/nova-compute.xml37(td) #: ./doc/common/tables/nova-compute.xml41(td) #: ./doc/common/tables/nova-compute.xml45(td) #: ./doc/common/tables/nova-compute.xml49(td) #: ./doc/common/tables/nova-compute.xml53(td) #: ./doc/common/tables/nova-compute.xml57(td) #: ./doc/common/tables/nova-compute.xml61(td) #: ./doc/common/tables/nova-compute.xml65(td) #: ./doc/common/tables/nova-compute.xml69(td) #: ./doc/common/tables/nova-compute.xml73(td) #: ./doc/common/tables/nova-compute.xml77(td) #: ./doc/common/tables/nova-compute.xml81(td) #: ./doc/common/tables/nova-compute.xml85(td) #: ./doc/common/tables/nova-compute.xml89(td) #: ./doc/common/tables/nova-compute.xml93(td) #: ./doc/common/tables/nova-compute.xml97(td) #: ./doc/common/tables/nova-compute.xml101(td) #: ./doc/common/tables/nova-compute.xml105(td) #: ./doc/common/tables/nova-compute.xml109(td) #: ./doc/common/tables/nova-compute.xml113(td) #: ./doc/common/tables/nova-compute.xml117(td) #: ./doc/common/tables/nova-compute.xml121(td) #: ./doc/common/tables/nova-compute.xml125(td) #: ./doc/common/tables/nova-compute.xml129(td) #: ./doc/common/tables/nova-compute.xml133(td) #: ./doc/common/tables/nova-compute.xml137(td) #: ./doc/common/tables/nova-compute.xml141(td) #: ./doc/common/tables/nova-compute.xml145(td) #: ./doc/common/tables/nova-compute.xml149(td) #: ./doc/common/tables/nova-compute.xml153(td) #: ./doc/common/tables/nova-compute.xml157(td) #: ./doc/common/tables/sahara-rootwrap.xml21(td) #: ./doc/common/tables/sahara-rootwrap.xml25(td) #: ./doc/common/tables/sahara-rootwrap.xml29(td) #: ./doc/common/tables/sahara-rootwrap.xml33(td) #: ./doc/common/tables/sahara-rootwrap.xml37(td) #: ./doc/common/tables/sahara-rootwrap.xml44(td) #: ./doc/common/tables/sahara-rootwrap.xml48(td) #: ./doc/common/tables/sahara-rootwrap.xml52(td) #: ./doc/common/tables/nova-scheduler.xml21(td) #: ./doc/common/tables/nova-scheduler.xml25(td) #: ./doc/common/tables/nova-scheduler.xml29(td) #: ./doc/common/tables/nova-scheduler.xml33(td) #: ./doc/common/tables/nova-scheduler.xml37(td) #: ./doc/common/tables/nova-scheduler.xml41(td) #: ./doc/common/tables/nova-scheduler.xml53(td) #: ./doc/common/tables/nova-scheduler.xml57(td) #: ./doc/common/tables/nova-scheduler.xml61(td) #: ./doc/common/tables/nova-scheduler.xml65(td) #: ./doc/common/tables/nova-scheduler.xml69(td) #: ./doc/common/tables/nova-scheduler.xml73(td) #: ./doc/common/tables/nova-scheduler.xml77(td) #: ./doc/common/tables/nova-scheduler.xml81(td) #: ./doc/common/tables/nova-scheduler.xml85(td) #: ./doc/common/tables/nova-scheduler.xml89(td) #: ./doc/common/tables/nova-scheduler.xml93(td) #: ./doc/common/tables/nova-scheduler.xml97(td) #: ./doc/common/tables/nova-scheduler.xml101(td) #: ./doc/common/tables/nova-scheduler.xml109(td) #: ./doc/common/tables/nova-scheduler.xml113(td) #: ./doc/common/tables/nova-scheduler.xml117(td) #: ./doc/common/tables/nova-scheduler.xml121(td) #: ./doc/common/tables/nova-scheduler.xml125(td) #: ./doc/common/tables/nova-scheduler.xml132(td) #: ./doc/common/tables/nova-scheduler.xml136(td) #: ./doc/common/tables/nova-scheduler.xml140(td) #: ./doc/common/tables/nova-scheduler.xml144(td) #: ./doc/common/tables/nova-scheduler.xml148(td) #: ./doc/common/tables/nova-scheduler.xml155(td) #: ./doc/common/tables/nova-scheduler.xml159(td) #: ./doc/common/tables/nova-scheduler.xml163(td) #: ./doc/common/tables/cinder-backups_ceph.xml21(td) #: ./doc/common/tables/cinder-backups_ceph.xml25(td) #: ./doc/common/tables/cinder-backups_ceph.xml29(td) #: ./doc/common/tables/cinder-backups_ceph.xml33(td) #: ./doc/common/tables/cinder-backups_ceph.xml37(td) #: ./doc/common/tables/cinder-backups_ceph.xml41(td) #: ./doc/common/tables/cinder-backups_ceph.xml45(td) #: ./doc/common/tables/ironic-amqp.xml21(td) #: ./doc/common/tables/ironic-amqp.xml25(td) #: ./doc/common/tables/ironic-amqp.xml29(td) #: ./doc/common/tables/ironic-amqp.xml33(td) #: ./doc/common/tables/ironic-amqp.xml37(td) #: ./doc/common/tables/ironic-amqp.xml41(td) #: ./doc/common/tables/ironic-amqp.xml48(td) #: ./doc/common/tables/ironic-amqp.xml52(td) #: ./doc/common/tables/ironic-amqp.xml56(td) #: ./doc/common/tables/ironic-amqp.xml60(td) #: ./doc/common/tables/ironic-amqp.xml64(td) #: ./doc/common/tables/ironic-amqp.xml68(td) #: ./doc/common/tables/ironic-amqp.xml72(td) #: ./doc/common/tables/cinder-dellsc.xml21(td) #: ./doc/common/tables/cinder-dellsc.xml25(td) #: ./doc/common/tables/cinder-dellsc.xml29(td) #: ./doc/common/tables/cinder-dellsc.xml33(td) #: ./doc/common/tables/nova-vmware.xml21(td) #: ./doc/common/tables/nova-vmware.xml25(td) #: ./doc/common/tables/nova-vmware.xml29(td) #: ./doc/common/tables/nova-vmware.xml33(td) #: ./doc/common/tables/nova-vmware.xml37(td) #: ./doc/common/tables/nova-vmware.xml41(td) #: ./doc/common/tables/nova-vmware.xml45(td) #: ./doc/common/tables/nova-vmware.xml49(td) #: ./doc/common/tables/nova-vmware.xml53(td) #: ./doc/common/tables/nova-vmware.xml57(td) #: ./doc/common/tables/nova-vmware.xml61(td) #: ./doc/common/tables/nova-vmware.xml65(td) #: ./doc/common/tables/nova-vmware.xml69(td) #: ./doc/common/tables/nova-vmware.xml73(td) #: ./doc/common/tables/nova-vmware.xml77(td) #: ./doc/common/tables/nova-vmware.xml81(td) #: ./doc/common/tables/heat-cfn_api.xml21(td) #: ./doc/common/tables/heat-cfn_api.xml25(td) #: ./doc/common/tables/heat-cfn_api.xml32(td) #: ./doc/common/tables/heat-cfn_api.xml36(td) #: ./doc/common/tables/heat-cfn_api.xml40(td) #: ./doc/common/tables/heat-cfn_api.xml44(td) #: ./doc/common/tables/heat-cfn_api.xml48(td) #: ./doc/common/tables/heat-cfn_api.xml52(td) #: ./doc/common/tables/heat-cfn_api.xml56(td) #: ./doc/common/tables/neutron-vmware.xml21(td) #: ./doc/common/tables/neutron-vmware.xml25(td) #: ./doc/common/tables/neutron-vmware.xml29(td) #: ./doc/common/tables/neutron-vmware.xml33(td) #: ./doc/common/tables/neutron-vmware.xml37(td) #: ./doc/common/tables/neutron-vmware.xml41(td) #: ./doc/common/tables/neutron-vmware.xml45(td) #: ./doc/common/tables/neutron-vmware.xml49(td) #: ./doc/common/tables/neutron-vmware.xml53(td) #: ./doc/common/tables/neutron-vmware.xml57(td) #: ./doc/common/tables/neutron-vmware.xml61(td) #: ./doc/common/tables/neutron-vmware.xml68(td) #: ./doc/common/tables/neutron-vmware.xml72(td) #: ./doc/common/tables/neutron-vmware.xml76(td) #: ./doc/common/tables/neutron-vmware.xml80(td) #: ./doc/common/tables/neutron-vmware.xml84(td) #: ./doc/common/tables/neutron-vmware.xml88(td) #: ./doc/common/tables/neutron-vmware.xml92(td) #: ./doc/common/tables/neutron-vmware.xml96(td) #: ./doc/common/tables/neutron-vmware.xml103(td) #: ./doc/common/tables/neutron-vmware.xml107(td) #: ./doc/common/tables/neutron-vmware.xml118(td) #: ./doc/common/tables/neutron-vmware.xml125(td) #: ./doc/common/tables/neutron-vmware.xml129(td) #: ./doc/common/tables/neutron-vmware.xml140(td) #: ./doc/common/tables/neutron-vmware.xml144(td) #: ./doc/common/tables/neutron-vmware.xml148(td) #: ./doc/common/tables/neutron-vmware.xml152(td) #: ./doc/common/tables/neutron-vmware.xml156(td) #: ./doc/common/tables/neutron-vmware.xml163(td) #: ./doc/common/tables/neutron-vmware.xml167(td) #: ./doc/common/tables/neutron-vmware.xml171(td) #: ./doc/common/tables/neutron-vmware.xml175(td) #: ./doc/common/tables/neutron-vmware.xml179(td) #: ./doc/common/tables/neutron-vmware.xml183(td) #: ./doc/common/tables/neutron-vmware.xml187(td) #: ./doc/common/tables/neutron-vmware.xml191(td) #: ./doc/common/tables/neutron-vmware.xml195(td) #: ./doc/common/tables/nova-rdp.xml21(td) #: ./doc/common/tables/nova-rdp.xml25(td) #: ./doc/common/tables/trove-ca.xml21(td) #: ./doc/common/tables/trove-ca.xml25(td) #: ./doc/common/tables/trove-ca.xml29(td) #: ./doc/common/tables/nova-quobyte.xml21(td) #: ./doc/common/tables/nova-quobyte.xml25(td) #: ./doc/common/tables/keystone-role.xml21(td) #: ./doc/common/tables/keystone-role.xml25(td) #: ./doc/common/tables/keystone-role.xml29(td) #: ./doc/common/tables/keystone-role.xml33(td) #: ./doc/common/tables/keystone-assignment.xml21(td) #: ./doc/common/tables/keystone-assignment.xml25(td) #: ./doc/common/tables/keystone-assignment.xml29(td) #: ./doc/common/tables/keystone-assignment.xml33(td) #: ./doc/common/tables/cinder-zfssa.xml49(td) #: ./doc/common/tables/cinder-zfssa.xml53(td) #: ./doc/common/tables/cinder-zfssa.xml57(td) #: ./doc/common/tables/cinder-zfssa.xml61(td) #: ./doc/common/tables/cinder-zfssa.xml65(td) #: ./doc/common/tables/cinder-zfssa.xml69(td) #: ./doc/common/tables/cinder-zfssa.xml73(td) #: ./doc/common/tables/cinder-zfssa.xml81(td) #: ./doc/common/tables/nova-zeromq.xml21(td) #: ./doc/common/tables/nova-zeromq.xml25(td) #: ./doc/common/tables/nova-zeromq.xml29(td) #: ./doc/common/tables/nova-zeromq.xml33(td) #: ./doc/common/tables/nova-zeromq.xml37(td) #: ./doc/common/tables/nova-zeromq.xml41(td) #: ./doc/common/tables/nova-zeromq.xml45(td) #: ./doc/common/tables/cinder-storage.xml21(td) #: ./doc/common/tables/cinder-storage.xml25(td) #: ./doc/common/tables/cinder-storage.xml29(td) #: ./doc/common/tables/cinder-storage.xml33(td) #: ./doc/common/tables/cinder-storage.xml37(td) #: ./doc/common/tables/cinder-storage.xml41(td) #: ./doc/common/tables/cinder-storage.xml45(td) #: ./doc/common/tables/cinder-storage.xml49(td) #: ./doc/common/tables/cinder-storage.xml53(td) #: ./doc/common/tables/cinder-storage.xml57(td) #: ./doc/common/tables/cinder-storage.xml61(td) #: ./doc/common/tables/cinder-storage.xml65(td) #: ./doc/common/tables/cinder-storage.xml69(td) #: ./doc/common/tables/cinder-storage.xml73(td) #: ./doc/common/tables/cinder-storage.xml77(td) #: ./doc/common/tables/cinder-storage.xml81(td) #: ./doc/common/tables/cinder-storage.xml85(td) #: ./doc/common/tables/cinder-storage.xml89(td) #: ./doc/common/tables/cinder-storage.xml93(td) #: ./doc/common/tables/cinder-storage.xml97(td) #: ./doc/common/tables/cinder-storage.xml101(td) #: ./doc/common/tables/cinder-storage.xml105(td) #: ./doc/common/tables/cinder-storage.xml109(td) #: ./doc/common/tables/cinder-storage.xml113(td) #: ./doc/common/tables/cinder-storage.xml117(td) #: ./doc/common/tables/cinder-storage.xml121(td) #: ./doc/common/tables/cinder-storage.xml125(td) #: ./doc/common/tables/cinder-storage.xml129(td) #: ./doc/common/tables/cinder-storage.xml133(td) #: ./doc/common/tables/cinder-storage.xml137(td) #: ./doc/common/tables/cinder-storage.xml141(td) #: ./doc/common/tables/cinder-storage.xml145(td) #: ./doc/common/tables/glance-registry.xml21(td) #: ./doc/common/tables/glance-registry.xml25(td) #: ./doc/common/tables/glance-registry.xml29(td) #: ./doc/common/tables/glance-registry.xml33(td) #: ./doc/common/tables/glance-registry.xml37(td) #: ./doc/common/tables/glance-registry.xml41(td) #: ./doc/common/tables/glance-registry.xml45(td) #: ./doc/common/tables/glance-registry.xml49(td) #: ./doc/common/tables/glance-registry.xml53(td) #: ./doc/common/tables/glance-registry.xml57(td) #: ./doc/common/tables/glance-registry.xml61(td) #: ./doc/common/tables/glance-registry.xml65(td) #: ./doc/common/tables/glance-registry.xml69(td) #: ./doc/common/tables/glance-registry.xml73(td) #: ./doc/common/tables/swift-swift-storage-policy-1.xml20(td) #: ./doc/common/tables/neutron-embrane.xml21(td) #: ./doc/common/tables/neutron-embrane.xml25(td) #: ./doc/common/tables/neutron-embrane.xml29(td) #: ./doc/common/tables/neutron-embrane.xml33(td) #: ./doc/common/tables/neutron-embrane.xml37(td) #: ./doc/common/tables/neutron-embrane.xml41(td) #: ./doc/common/tables/neutron-embrane.xml45(td) #: ./doc/common/tables/neutron-embrane.xml49(td) #: ./doc/common/tables/neutron-embrane.xml53(td) #: ./doc/common/tables/cinder-debug.xml21(td) #: ./doc/common/tables/heat-quota.xml21(td) #: ./doc/common/tables/heat-quota.xml25(td) #: ./doc/common/tables/heat-quota.xml29(td) #: ./doc/common/tables/heat-quota.xml33(td) #: ./doc/common/tables/heat-quota.xml37(td) #: ./doc/common/tables/trove-network.xml21(td) #: ./doc/common/tables/trove-network.xml25(td) #: ./doc/common/tables/trove-network.xml29(td) #: ./doc/common/tables/trove-network.xml33(td) #: ./doc/common/tables/cinder-srb.xml21(td) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/nova-common.xml21(td) #: ./doc/common/tables/nova-common.xml25(td) #: ./doc/common/tables/nova-common.xml29(td) #: ./doc/common/tables/nova-common.xml33(td) #: ./doc/common/tables/nova-common.xml37(td) #: ./doc/common/tables/nova-common.xml41(td) #: ./doc/common/tables/nova-common.xml45(td) #: ./doc/common/tables/nova-common.xml49(td) #: ./doc/common/tables/nova-common.xml53(td) #: ./doc/common/tables/nova-common.xml57(td) #: ./doc/common/tables/nova-common.xml61(td) #: ./doc/common/tables/nova-common.xml65(td) #: ./doc/common/tables/nova-common.xml69(td) #: ./doc/common/tables/nova-common.xml73(td) #: ./doc/common/tables/nova-common.xml77(td) #: ./doc/common/tables/nova-common.xml84(td) #: ./doc/common/tables/nova-common.xml91(td) #: ./doc/common/tables/nova-common.xml95(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml20(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml24(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml28(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml32(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml36(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml44(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml48(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml52(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml56(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml64(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml68(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml72(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml76(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml80(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml84(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml88(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml92(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml96(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml100(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml104(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml108(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml112(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml116(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml120(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml124(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml128(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml132(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml136(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml140(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml144(td) #: ./doc/common/tables/nova-volumes.xml21(td) #: ./doc/common/tables/nova-volumes.xml25(td) #: ./doc/common/tables/nova-volumes.xml29(td) #: ./doc/common/tables/nova-volumes.xml33(td) #: ./doc/common/tables/nova-volumes.xml37(td) #: ./doc/common/tables/nova-volumes.xml44(td) #: ./doc/common/tables/nova-volumes.xml48(td) #: ./doc/common/tables/nova-volumes.xml52(td) #: ./doc/common/tables/nova-volumes.xml56(td) #: ./doc/common/tables/nova-volumes.xml60(td) #: ./doc/common/tables/nova-volumes.xml64(td) #: ./doc/common/tables/nova-volumes.xml68(td) #: ./doc/common/tables/nova-volumes.xml72(td) #: ./doc/common/tables/nova-volumes.xml76(td) #: ./doc/common/tables/nova-volumes.xml80(td) #: ./doc/common/tables/nova-volumes.xml87(td) #: ./doc/common/tables/nova-volumes.xml91(td) #: ./doc/common/tables/nova-volumes.xml95(td) #: ./doc/common/tables/nova-volumes.xml102(td) #: ./doc/common/tables/nova-volumes.xml106(td) #: ./doc/common/tables/nova-volumes.xml110(td) #: ./doc/common/tables/nova-volumes.xml114(td) #: ./doc/common/tables/nova-volumes.xml118(td) #: ./doc/common/tables/nova-volumes.xml122(td) #: ./doc/common/tables/nova-volumes.xml130(td) #: ./doc/common/tables/nova-volumes.xml134(td) #: ./doc/common/tables/nova-volumes.xml138(td) #: ./doc/common/tables/nova-volumes.xml142(td) #: ./doc/common/tables/nova-volumes.xml150(td) #: ./doc/common/tables/nova-volumes.xml157(td) #: ./doc/common/tables/neutron-redis.xml21(td) #: ./doc/common/tables/neutron-redis.xml25(td) #: ./doc/common/tables/neutron-redis.xml29(td) #: ./doc/common/tables/neutron-redis.xml36(td) #: ./doc/common/tables/trove-db_mysql.xml21(td) #: ./doc/common/tables/trove-db_mysql.xml25(td) #: ./doc/common/tables/trove-db_mysql.xml29(td) #: ./doc/common/tables/trove-db_mysql.xml33(td) #: ./doc/common/tables/trove-db_mysql.xml37(td) #: ./doc/common/tables/trove-db_mysql.xml41(td) #: ./doc/common/tables/trove-db_mysql.xml45(td) #: ./doc/common/tables/trove-db_mysql.xml49(td) #: ./doc/common/tables/trove-db_mysql.xml53(td) #: ./doc/common/tables/trove-db_mysql.xml57(td) #: ./doc/common/tables/trove-db_mysql.xml65(td) #: ./doc/common/tables/trove-db_mysql.xml69(td) #: ./doc/common/tables/neutron-dvr.xml21(td) #: ./doc/common/tables/neutron-dvr.xml25(td) #: ./doc/common/tables/heat-zeromq.xml21(td) #: ./doc/common/tables/heat-zeromq.xml25(td) #: ./doc/common/tables/heat-zeromq.xml29(td) #: ./doc/common/tables/heat-zeromq.xml33(td) #: ./doc/common/tables/heat-zeromq.xml37(td) #: ./doc/common/tables/heat-zeromq.xml41(td) #: ./doc/common/tables/heat-zeromq.xml45(td) #: ./doc/common/tables/heat-amqp.xml21(td) #: ./doc/common/tables/heat-amqp.xml25(td) #: ./doc/common/tables/heat-amqp.xml29(td) #: ./doc/common/tables/heat-amqp.xml33(td) #: ./doc/common/tables/heat-amqp.xml37(td) #: ./doc/common/tables/heat-amqp.xml41(td) #: ./doc/common/tables/heat-amqp.xml45(td) #: ./doc/common/tables/heat-amqp.xml49(td) #: ./doc/common/tables/heat-amqp.xml53(td) #: ./doc/common/tables/cinder-violin.xml21(td) #: ./doc/common/tables/cinder-violin.xml25(td) #: ./doc/common/tables/cinder-violin.xml29(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml32(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml39(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml43(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml47(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml51(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml55(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml59(td) #: ./doc/common/tables/cinder-logging.xml21(td) #: ./doc/common/tables/cinder-logging.xml25(td) #: ./doc/common/tables/cinder-logging.xml29(td) #: ./doc/common/tables/cinder-logging.xml33(td) #: ./doc/common/tables/cinder-logging.xml37(td) #: ./doc/common/tables/cinder-logging.xml41(td) #: ./doc/common/tables/cinder-logging.xml45(td) #: ./doc/common/tables/cinder-logging.xml49(td) #: ./doc/common/tables/cinder-logging.xml53(td) #: ./doc/common/tables/cinder-logging.xml57(td) #: ./doc/common/tables/cinder-logging.xml61(td) #: ./doc/common/tables/cinder-logging.xml65(td) #: ./doc/common/tables/cinder-logging.xml69(td) #: ./doc/common/tables/cinder-logging.xml73(td) #: ./doc/common/tables/cinder-logging.xml77(td) #: ./doc/common/tables/cinder-logging.xml81(td) #: ./doc/common/tables/cinder-logging.xml85(td) #: ./doc/common/tables/cinder-logging.xml89(td) #: ./doc/common/tables/cinder-logging.xml93(td) #: ./doc/common/tables/cinder-logging.xml97(td) #: ./doc/common/tables/cinder-logging.xml101(td) #: ./doc/common/tables/nova-redis.xml21(td) #: ./doc/common/tables/nova-redis.xml25(td) #: ./doc/common/tables/nova-redis.xml29(td) #: ./doc/common/tables/nova-redis.xml36(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml20(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml28(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml32(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml36(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml44(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml48(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml60(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml89(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml97(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml101(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml111(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml115(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml126(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml130(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml134(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml138(td) #: ./doc/common/tables/neutron-l3_agent.xml21(td) #: ./doc/common/tables/neutron-l3_agent.xml25(td) #: ./doc/common/tables/neutron-l3_agent.xml29(td) #: ./doc/common/tables/neutron-l3_agent.xml33(td) #: ./doc/common/tables/neutron-l3_agent.xml37(td) #: ./doc/common/tables/neutron-l3_agent.xml45(td) #: ./doc/common/tables/neutron-l3_agent.xml49(td) #: ./doc/common/tables/neutron-l3_agent.xml53(td) #: ./doc/common/tables/neutron-l3_agent.xml57(td) #: ./doc/common/tables/neutron-l3_agent.xml61(td) #: ./doc/common/tables/neutron-l3_agent.xml65(td) #: ./doc/common/tables/neutron-l3_agent.xml69(td) #: ./doc/common/tables/neutron-l3_agent.xml73(td) #: ./doc/common/tables/neutron-l3_agent.xml77(td) #: ./doc/common/tables/neutron-l3_agent.xml85(td) #: ./doc/common/tables/neutron-l3_agent.xml92(td) #: ./doc/common/tables/neutron-l3_agent.xml96(td) #: ./doc/common/tables/swift-container-server-pipeline-main.xml20(td) #: ./doc/common/tables/glance-policy.xml21(td) #: ./doc/common/tables/glance-policy.xml25(td) #: ./doc/common/tables/glance-policy.xml29(td) #: ./doc/common/tables/nova-neutron.xml21(td) #: ./doc/common/tables/nova-neutron.xml28(td) #: ./doc/common/tables/nova-neutron.xml32(td) #: ./doc/common/tables/nova-neutron.xml36(td) #: ./doc/common/tables/nova-neutron.xml40(td) #: ./doc/common/tables/nova-neutron.xml44(td) #: ./doc/common/tables/nova-neutron.xml48(td) #: ./doc/common/tables/nova-neutron.xml52(td) #: ./doc/common/tables/nova-neutron.xml56(td) #: ./doc/common/tables/nova-neutron.xml60(td) #: ./doc/common/tables/nova-neutron.xml64(td) #: ./doc/common/tables/nova-neutron.xml68(td) #: ./doc/common/tables/nova-neutron.xml76(td) #: ./doc/common/tables/nova-neutron.xml80(td) #: ./doc/common/tables/nova-neutron.xml84(td) #: ./doc/common/tables/nova-neutron.xml88(td) #: ./doc/common/tables/nova-neutron.xml92(td) #: ./doc/common/tables/cinder-zeromq.xml21(td) #: ./doc/common/tables/cinder-zeromq.xml25(td) #: ./doc/common/tables/cinder-zeromq.xml29(td) #: ./doc/common/tables/cinder-zeromq.xml33(td) #: ./doc/common/tables/cinder-zeromq.xml37(td) #: ./doc/common/tables/cinder-zeromq.xml41(td) #: ./doc/common/tables/cinder-zeromq.xml45(td) #: ./doc/common/tables/sahara-redis.xml21(td) #: ./doc/common/tables/sahara-redis.xml25(td) #: ./doc/common/tables/sahara-redis.xml29(td) #: ./doc/common/tables/sahara-redis.xml36(td) #: ./doc/common/tables/cinder-backups.xml21(td) #: ./doc/common/tables/cinder-backups.xml25(td) #: ./doc/common/tables/cinder-backups.xml29(td) #: ./doc/common/tables/cinder-backups.xml33(td) #: ./doc/common/tables/cinder-backups.xml37(td) #: ./doc/common/tables/cinder-backups.xml41(td) #: ./doc/common/tables/cinder-backups.xml45(td) #: ./doc/common/tables/cinder-backups.xml49(td) #: ./doc/common/tables/cinder-backups.xml53(td) #: ./doc/common/tables/cinder-backups.xml57(td) #: ./doc/common/tables/cinder-backups.xml61(td) #: ./doc/common/tables/cinder-keymgr.xml21(td) #: ./doc/common/tables/cinder-keymgr.xml25(td) #: ./doc/common/tables/cinder-keymgr.xml29(td) #: ./doc/common/tables/cinder-keymgr.xml33(td) #: ./doc/common/tables/ceilometer-cells.xml21(td) #: ./doc/common/tables/ceilometer-cells.xml25(td) #: ./doc/common/tables/ceilometer-cells.xml29(td) #: ./doc/common/tables/ceilometer-cells.xml33(td) #: ./doc/common/tables/ceilometer-cells.xml37(td) #: ./doc/common/tables/ceilometer-cells.xml41(td) #: ./doc/common/tables/ceilometer-cells.xml45(td) #: ./doc/common/tables/ceilometer-cells.xml49(td) #: ./doc/common/tables/ceilometer-cells.xml53(td) #: ./doc/common/tables/ceilometer-cells.xml57(td) #: ./doc/common/tables/keystone-ldap.xml21(td) #: ./doc/common/tables/keystone-ldap.xml25(td) #: ./doc/common/tables/keystone-ldap.xml29(td) #: ./doc/common/tables/keystone-ldap.xml33(td) #: ./doc/common/tables/keystone-ldap.xml37(td) #: ./doc/common/tables/keystone-ldap.xml41(td) #: ./doc/common/tables/keystone-ldap.xml45(td) #: ./doc/common/tables/keystone-ldap.xml53(td) #: ./doc/common/tables/keystone-ldap.xml57(td) #: ./doc/common/tables/keystone-ldap.xml61(td) #: ./doc/common/tables/keystone-ldap.xml69(td) #: ./doc/common/tables/keystone-ldap.xml73(td) #: ./doc/common/tables/keystone-ldap.xml77(td) #: ./doc/common/tables/keystone-ldap.xml81(td) #: ./doc/common/tables/keystone-ldap.xml85(td) #: ./doc/common/tables/keystone-ldap.xml89(td) #: ./doc/common/tables/keystone-ldap.xml93(td) #: ./doc/common/tables/keystone-ldap.xml97(td) #: ./doc/common/tables/keystone-ldap.xml101(td) #: ./doc/common/tables/keystone-ldap.xml105(td) #: ./doc/common/tables/keystone-ldap.xml109(td) #: ./doc/common/tables/keystone-ldap.xml113(td) #: ./doc/common/tables/keystone-ldap.xml117(td) #: ./doc/common/tables/keystone-ldap.xml121(td) #: ./doc/common/tables/keystone-ldap.xml129(td) #: ./doc/common/tables/keystone-ldap.xml133(td) #: ./doc/common/tables/keystone-ldap.xml137(td) #: ./doc/common/tables/keystone-ldap.xml145(td) #: ./doc/common/tables/keystone-ldap.xml149(td) #: ./doc/common/tables/keystone-ldap.xml153(td) #: ./doc/common/tables/keystone-ldap.xml157(td) #: ./doc/common/tables/keystone-ldap.xml161(td) #: ./doc/common/tables/keystone-ldap.xml165(td) #: ./doc/common/tables/keystone-ldap.xml169(td) #: ./doc/common/tables/keystone-ldap.xml173(td) #: ./doc/common/tables/keystone-ldap.xml177(td) #: ./doc/common/tables/keystone-ldap.xml181(td) #: ./doc/common/tables/keystone-ldap.xml185(td) #: ./doc/common/tables/keystone-ldap.xml189(td) #: ./doc/common/tables/keystone-ldap.xml197(td) #: ./doc/common/tables/keystone-ldap.xml201(td) #: ./doc/common/tables/keystone-ldap.xml205(td) #: ./doc/common/tables/keystone-ldap.xml213(td) #: ./doc/common/tables/keystone-ldap.xml217(td) #: ./doc/common/tables/keystone-ldap.xml221(td) #: ./doc/common/tables/keystone-ldap.xml225(td) #: ./doc/common/tables/keystone-ldap.xml229(td) #: ./doc/common/tables/keystone-ldap.xml233(td) #: ./doc/common/tables/keystone-ldap.xml237(td) #: ./doc/common/tables/keystone-ldap.xml241(td) #: ./doc/common/tables/keystone-ldap.xml245(td) #: ./doc/common/tables/keystone-ldap.xml249(td) #: ./doc/common/tables/keystone-ldap.xml253(td) #: ./doc/common/tables/keystone-ldap.xml257(td) #: ./doc/common/tables/keystone-ldap.xml261(td) #: ./doc/common/tables/keystone-ldap.xml265(td) #: ./doc/common/tables/keystone-ldap.xml269(td) #: ./doc/common/tables/keystone-ldap.xml273(td) #: ./doc/common/tables/keystone-ldap.xml281(td) #: ./doc/common/tables/keystone-ldap.xml285(td) #: ./doc/common/tables/keystone-ldap.xml289(td) #: ./doc/common/tables/keystone-ldap.xml293(td) #: ./doc/common/tables/keystone-ldap.xml297(td) #: ./doc/common/tables/keystone-ldap.xml301(td) #: ./doc/common/tables/keystone-ldap.xml305(td) #: ./doc/common/tables/keystone-ldap.xml309(td) #: ./doc/common/tables/keystone-ldap.xml313(td) #: ./doc/common/tables/keystone-ldap.xml317(td) #: ./doc/common/tables/keystone-ldap.xml321(td) #: ./doc/common/tables/keystone-ldap.xml325(td) #: ./doc/common/tables/keystone-ldap.xml329(td) #: ./doc/common/tables/keystone-ldap.xml333(td) #: ./doc/common/tables/keystone-ldap.xml337(td) #: ./doc/common/tables/keystone-ldap.xml341(td) #: ./doc/common/tables/keystone-ldap.xml345(td) #: ./doc/common/tables/keystone-ldap.xml349(td) #: ./doc/common/tables/trove-db_postgresql.xml21(td) #: ./doc/common/tables/trove-db_postgresql.xml25(td) #: ./doc/common/tables/trove-db_postgresql.xml29(td) #: ./doc/common/tables/trove-db_postgresql.xml33(td) #: ./doc/common/tables/trove-db_postgresql.xml37(td) #: ./doc/common/tables/trove-db_postgresql.xml41(td) #: ./doc/common/tables/trove-db_postgresql.xml45(td) #: ./doc/common/tables/trove-db_postgresql.xml49(td) #: ./doc/common/tables/trove-db_postgresql.xml53(td) #: ./doc/common/tables/trove-db_postgresql.xml57(td) #: ./doc/common/tables/trove-db_postgresql.xml65(td) #: ./doc/common/tables/glance-vmware.xml21(td) #: ./doc/common/tables/glance-vmware.xml25(td) #: ./doc/common/tables/glance-vmware.xml29(td) #: ./doc/common/tables/glance-vmware.xml33(td) #: ./doc/common/tables/glance-vmware.xml37(td) #: ./doc/common/tables/glance-vmware.xml41(td) #: ./doc/common/tables/glance-vmware.xml45(td) #: ./doc/common/tables/glance-vmware.xml49(td) #: ./doc/common/tables/glance-vmware.xml53(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml48(td) #: ./doc/common/tables/ceilometer-xenapi.xml21(td) #: ./doc/common/tables/ceilometer-xenapi.xml25(td) #: ./doc/common/tables/ceilometer-xenapi.xml29(td) #: ./doc/common/tables/ceilometer-xenapi.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml20(td) #: ./doc/common/tables/cinder-zoning.xml21(td) #: ./doc/common/tables/cinder-zoning.xml28(td) #: ./doc/common/tables/cinder-zoning.xml32(td) #: ./doc/common/tables/cinder-zoning.xml36(td) #: ./doc/common/tables/cinder-zoning.xml40(td) #: ./doc/common/tables/ironic-disk_partitioner.xml21(td) #: ./doc/common/tables/ironic-disk_partitioner.xml25(td) #: ./doc/common/tables/cinder-scst.xml21(td) #: ./doc/common/tables/cinder-scst.xml25(td) #: ./doc/common/tables/heat-notification.xml21(td) #: ./doc/common/tables/ironic-neutron.xml21(td) #: ./doc/common/tables/ironic-neutron.xml25(td) #: ./doc/common/tables/ironic-neutron.xml29(td) #: ./doc/common/tables/ironic-neutron.xml33(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/nova-vpn.xml21(td) #: ./doc/common/tables/nova-vpn.xml29(td) #: ./doc/common/tables/nova-vpn.xml33(td) #: ./doc/common/tables/nova-vpn.xml37(td) #: ./doc/common/tables/nova-vpn.xml41(td) #: ./doc/common/tables/nova-vpn.xml45(td) #: ./doc/common/tables/nova-vpn.xml49(td) #: ./doc/common/tables/nova-vpn.xml53(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml20(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml24(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml28(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml32(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml36(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml42(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml46(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml54(td) #: ./doc/common/tables/trove-common.xml21(td) #: ./doc/common/tables/trove-common.xml25(td) #: ./doc/common/tables/trove-common.xml29(td) #: ./doc/common/tables/trove-common.xml37(td) #: ./doc/common/tables/trove-common.xml41(td) #: ./doc/common/tables/trove-common.xml45(td) #: ./doc/common/tables/trove-common.xml49(td) #: ./doc/common/tables/trove-common.xml53(td) #: ./doc/common/tables/trove-common.xml57(td) #: ./doc/common/tables/trove-common.xml61(td) #: ./doc/common/tables/trove-common.xml65(td) #: ./doc/common/tables/trove-common.xml69(td) #: ./doc/common/tables/trove-common.xml76(td) #: ./doc/common/tables/trove-api.xml21(td) #: ./doc/common/tables/trove-api.xml25(td) #: ./doc/common/tables/trove-api.xml29(td) #: ./doc/common/tables/trove-api.xml33(td) #: ./doc/common/tables/trove-api.xml37(td) #: ./doc/common/tables/trove-api.xml41(td) #: ./doc/common/tables/trove-api.xml45(td) #: ./doc/common/tables/trove-api.xml49(td) #: ./doc/common/tables/trove-api.xml53(td) #: ./doc/common/tables/trove-api.xml57(td) #: ./doc/common/tables/trove-api.xml61(td) #: ./doc/common/tables/trove-api.xml65(td) #: ./doc/common/tables/trove-api.xml69(td) #: ./doc/common/tables/trove-api.xml73(td) #: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/trove-api.xml81(td) #: ./doc/common/tables/trove-api.xml85(td) #: ./doc/common/tables/trove-api.xml89(td) #: ./doc/common/tables/trove-api.xml93(td) #: ./doc/common/tables/trove-api.xml97(td) #: ./doc/common/tables/trove-api.xml101(td) #: ./doc/common/tables/trove-api.xml105(td) #: ./doc/common/tables/trove-api.xml109(td) #: ./doc/common/tables/trove-api.xml113(td) #: ./doc/common/tables/cinder-zadara.xml21(td) #: ./doc/common/tables/cinder-zadara.xml25(td) #: ./doc/common/tables/cinder-zadara.xml29(td) #: ./doc/common/tables/cinder-zadara.xml33(td) #: ./doc/common/tables/cinder-zadara.xml37(td) #: ./doc/common/tables/cinder-zadara.xml41(td) #: ./doc/common/tables/cinder-zadara.xml45(td) #: ./doc/common/tables/cinder-zadara.xml49(td) #: ./doc/common/tables/cinder-zadara.xml53(td) #: ./doc/common/tables/cinder-zadara.xml57(td) #: ./doc/common/tables/cinder-zadara.xml61(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/nova-conductor.xml21(td) #: ./doc/common/tables/nova-conductor.xml28(td) #: ./doc/common/tables/nova-conductor.xml32(td) #: ./doc/common/tables/nova-conductor.xml36(td) #: ./doc/common/tables/nova-conductor.xml40(td) #: ./doc/common/tables/ironic-auth_token.xml21(td) #: ./doc/common/tables/ironic-auth_token.xml25(td) #: ./doc/common/tables/ironic-auth_token.xml29(td) #: ./doc/common/tables/ironic-auth_token.xml33(td) #: ./doc/common/tables/ironic-auth_token.xml41(td) #: ./doc/common/tables/ironic-auth_token.xml45(td) #: ./doc/common/tables/ironic-auth_token.xml49(td) #: ./doc/common/tables/ironic-auth_token.xml53(td) #: ./doc/common/tables/ironic-auth_token.xml57(td) #: ./doc/common/tables/ironic-auth_token.xml61(td) #: ./doc/common/tables/ironic-auth_token.xml65(td) #: ./doc/common/tables/ironic-auth_token.xml69(td) #: ./doc/common/tables/ironic-auth_token.xml73(td) #: ./doc/common/tables/ironic-auth_token.xml77(td) #: ./doc/common/tables/ironic-auth_token.xml81(td) #: ./doc/common/tables/ironic-auth_token.xml85(td) #: ./doc/common/tables/ironic-auth_token.xml89(td) #: ./doc/common/tables/ironic-auth_token.xml93(td) #: ./doc/common/tables/ironic-auth_token.xml97(td) #: ./doc/common/tables/ironic-auth_token.xml101(td) #: ./doc/common/tables/ironic-auth_token.xml105(td) #: ./doc/common/tables/ironic-auth_token.xml109(td) #: ./doc/common/tables/ironic-auth_token.xml113(td) #: ./doc/common/tables/ironic-auth_token.xml117(td) #: ./doc/common/tables/ironic-auth_token.xml121(td) #: ./doc/common/tables/ironic-auth_token.xml125(td) #: ./doc/common/tables/ironic-auth_token.xml129(td) #: ./doc/common/tables/ironic-auth_token.xml133(td) #: ./doc/common/tables/ironic-auth_token.xml137(td) #: ./doc/common/tables/ironic-auth_token.xml141(td) #: ./doc/common/tables/ironic-auth_token.xml145(td) #: ./doc/common/tables/ironic-auth_token.xml149(td) #: ./doc/common/tables/ironic-auth_token.xml153(td) #: ./doc/common/tables/ironic-auth_token.xml157(td) #: ./doc/common/tables/ironic-auth_token.xml161(td) #: ./doc/common/tables/ironic-auth_token.xml165(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml20(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml24(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml28(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml32(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml36(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml40(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml44(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml48(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml52(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml56(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml60(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml64(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml68(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml72(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml76(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml80(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml84(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml88(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml92(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml96(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml100(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml40(td) #: ./doc/common/tables/nova-livemigration.xml21(td) #: ./doc/common/tables/nova-livemigration.xml28(td) #: ./doc/common/tables/nova-livemigration.xml32(td) #: ./doc/common/tables/nova-livemigration.xml36(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml24(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml28(td) #: ./doc/common/tables/heat-rabbitmq.xml21(td) #: ./doc/common/tables/heat-rabbitmq.xml41(td) #: ./doc/common/tables/heat-rabbitmq.xml45(td) #: ./doc/common/tables/heat-rabbitmq.xml49(td) #: ./doc/common/tables/heat-rabbitmq.xml53(td) #: ./doc/common/tables/heat-rabbitmq.xml57(td) #: ./doc/common/tables/heat-rabbitmq.xml61(td) #: ./doc/common/tables/heat-rabbitmq.xml65(td) #: ./doc/common/tables/heat-rabbitmq.xml69(td) #: ./doc/common/tables/heat-rabbitmq.xml73(td) #: ./doc/common/tables/heat-rabbitmq.xml77(td) #: ./doc/common/tables/heat-rabbitmq.xml81(td) #: ./doc/common/tables/heat-rabbitmq.xml85(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml46(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml50(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml59(td) #: ./doc/common/tables/keystone-amqp.xml21(td) #: ./doc/common/tables/keystone-amqp.xml25(td) #: ./doc/common/tables/keystone-amqp.xml29(td) #: ./doc/common/tables/keystone-amqp.xml33(td) #: ./doc/common/tables/keystone-amqp.xml37(td) #: ./doc/common/tables/keystone-amqp.xml41(td) #: ./doc/common/tables/keystone-amqp.xml45(td) #: ./doc/common/tables/keystone-rpc.xml21(td) #: ./doc/common/tables/keystone-rpc.xml25(td) #: ./doc/common/tables/keystone-rpc.xml29(td) #: ./doc/common/tables/keystone-rpc.xml33(td) #: ./doc/common/tables/keystone-rpc.xml37(td) #: ./doc/common/tables/keystone-rpc.xml41(td) #: ./doc/common/tables/keystone-rpc.xml45(td) #: ./doc/common/tables/keystone-rpc.xml52(td) #: ./doc/common/tables/keystone-rpc.xml56(td) #: ./doc/common/tables/keystone-rpc.xml60(td) #: ./doc/common/tables/keystone-rpc.xml64(td) #: ./doc/common/tables/keystone-rpc.xml68(td) #: ./doc/common/tables/keystone-rpc.xml72(td) #: ./doc/common/tables/keystone-rpc.xml88(td) #: ./doc/common/tables/keystone-rpc.xml92(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml20(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml28(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml32(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml36(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml44(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml48(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml60(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml88(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml92(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml96(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml101(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml109(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml113(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml123(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml127(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml138(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml142(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml146(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml154(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml158(td) #: ./doc/common/tables/cinder-zones.xml21(td) #: ./doc/common/tables/ironic-keystone.xml21(td) #: ./doc/common/tables/cinder-scality.xml21(td) #: ./doc/common/tables/cinder-scality.xml25(td) #: ./doc/common/tables/cinder-scality.xml29(td) #: ./doc/common/tables/cinder-amqp.xml21(td) #: ./doc/common/tables/cinder-amqp.xml25(td) #: ./doc/common/tables/cinder-amqp.xml29(td) #: ./doc/common/tables/cinder-amqp.xml33(td) #: ./doc/common/tables/cinder-amqp.xml37(td) #: ./doc/common/tables/cinder-amqp.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml52(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml56(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml60(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml64(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml68(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml72(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml76(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml80(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml84(td) #: ./doc/common/tables/neutron-agent.xml21(td) #: ./doc/common/tables/neutron-agent.xml25(td) #: ./doc/common/tables/cinder-emc.xml21(td) #: ./doc/common/tables/cinder-emc.xml25(td) #: ./doc/common/tables/cinder-emc.xml29(td) #: ./doc/common/tables/cinder-emc.xml33(td) #: ./doc/common/tables/cinder-emc.xml37(td) #: ./doc/common/tables/cinder-emc.xml45(td) #: ./doc/common/tables/cinder-emc.xml53(td) #: ./doc/common/tables/cinder-emc.xml57(td) #: ./doc/common/tables/cinder-emc.xml61(td) #: ./doc/common/tables/cinder-vmware.xml21(td) #: ./doc/common/tables/cinder-vmware.xml25(td) #: ./doc/common/tables/cinder-vmware.xml29(td) #: ./doc/common/tables/cinder-vmware.xml33(td) #: ./doc/common/tables/cinder-vmware.xml37(td) #: ./doc/common/tables/cinder-vmware.xml41(td) #: ./doc/common/tables/cinder-vmware.xml45(td) #: ./doc/common/tables/cinder-vmware.xml49(td) #: ./doc/common/tables/cinder-vmware.xml53(td) #: ./doc/common/tables/cinder-vmware.xml57(td) #: ./doc/common/tables/cinder-vmware.xml61(td) #: ./doc/common/tables/ceilometer-zeromq.xml21(td) #: ./doc/common/tables/ceilometer-zeromq.xml25(td) #: ./doc/common/tables/ceilometer-zeromq.xml29(td) #: ./doc/common/tables/ceilometer-zeromq.xml33(td) #: ./doc/common/tables/ceilometer-zeromq.xml37(td) #: ./doc/common/tables/ceilometer-zeromq.xml41(td) #: ./doc/common/tables/ceilometer-zeromq.xml45(td) #: ./doc/common/tables/trove-rabbitmq.xml21(td) #: ./doc/common/tables/trove-rabbitmq.xml41(td) #: ./doc/common/tables/trove-rabbitmq.xml45(td) #: ./doc/common/tables/trove-rabbitmq.xml49(td) #: ./doc/common/tables/trove-rabbitmq.xml53(td) #: ./doc/common/tables/trove-rabbitmq.xml57(td) #: ./doc/common/tables/trove-rabbitmq.xml61(td) #: ./doc/common/tables/trove-rabbitmq.xml65(td) #: ./doc/common/tables/trove-rabbitmq.xml69(td) #: ./doc/common/tables/trove-rabbitmq.xml73(td) #: ./doc/common/tables/trove-rabbitmq.xml77(td) #: ./doc/common/tables/trove-rabbitmq.xml81(td) #: ./doc/common/tables/trove-rabbitmq.xml85(td) #: ./doc/common/tables/ironic-glance.xml25(td) #: ./doc/common/tables/ironic-glance.xml29(td) #: ./doc/common/tables/ironic-glance.xml33(td) #: ./doc/common/tables/ironic-glance.xml37(td) #: ./doc/common/tables/ironic-glance.xml41(td) #: ./doc/common/tables/ironic-glance.xml45(td) #: ./doc/common/tables/ironic-glance.xml49(td) #: ./doc/common/tables/ironic-glance.xml53(td) #: ./doc/common/tables/ironic-glance.xml57(td) #: ./doc/common/tables/ironic-glance.xml61(td) #: ./doc/common/tables/ironic-glance.xml65(td) #: ./doc/common/tables/ironic-glance.xml69(td) #: ./doc/common/tables/ironic-glance.xml73(td) #: ./doc/common/tables/ironic-glance.xml77(td) #: ./doc/common/tables/nova-upgrade_levels.xml21(td) #: ./doc/common/tables/nova-upgrade_levels.xml28(td) #: ./doc/common/tables/nova-upgrade_levels.xml32(td) #: ./doc/common/tables/nova-upgrade_levels.xml36(td) #: ./doc/common/tables/nova-upgrade_levels.xml40(td) #: ./doc/common/tables/nova-upgrade_levels.xml44(td) #: ./doc/common/tables/nova-upgrade_levels.xml48(td) #: ./doc/common/tables/nova-upgrade_levels.xml52(td) #: ./doc/common/tables/nova-upgrade_levels.xml56(td) #: ./doc/common/tables/nova-upgrade_levels.xml60(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml21(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml25(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml29(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml33(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml37(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml41(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml45(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml49(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml53(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml57(td) #: ./doc/common/tables/neutron-ml2_ofa.xml25(td) #: ./doc/common/tables/neutron-ml2_ofa.xml29(td) #: ./doc/common/tables/neutron-ml2_ofa.xml36(td) #: ./doc/common/tables/neutron-ml2_ofa.xml40(td) #: ./doc/common/tables/nova-barbican.xml21(td) #: ./doc/common/tables/nova-barbican.xml25(td) #: ./doc/common/tables/nova-barbican.xml29(td) #: ./doc/common/tables/nova-barbican.xml33(td) #: ./doc/common/tables/nova-barbican.xml37(td) #: ./doc/common/tables/nova-barbican.xml41(td) #: ./doc/common/tables/nova-barbican.xml45(td) #: ./doc/common/tables/nova-barbican.xml49(td) #: ./doc/common/tables/glance-api.xml21(td) #: ./doc/common/tables/glance-api.xml25(td) #: ./doc/common/tables/glance-api.xml29(td) #: ./doc/common/tables/glance-api.xml33(td) #: ./doc/common/tables/glance-api.xml37(td) #: ./doc/common/tables/glance-api.xml41(td) #: ./doc/common/tables/glance-api.xml45(td) #: ./doc/common/tables/glance-api.xml49(td) #: ./doc/common/tables/glance-api.xml53(td) #: ./doc/common/tables/glance-api.xml57(td) #: ./doc/common/tables/glance-api.xml61(td) #: ./doc/common/tables/glance-api.xml65(td) #: ./doc/common/tables/glance-api.xml69(td) #: ./doc/common/tables/glance-api.xml73(td) #: ./doc/common/tables/glance-api.xml77(td) #: ./doc/common/tables/glance-api.xml84(td) #: ./doc/common/tables/glance-api.xml88(td) #: ./doc/common/tables/glance-api.xml92(td) #: ./doc/common/tables/glance-api.xml99(td) #: ./doc/common/tables/glance-api.xml103(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml40(td) #: ./doc/common/tables/swift-rsyncd-container.xml20(td) #: ./doc/common/tables/swift-rsyncd-container.xml24(td) #: ./doc/common/tables/swift-rsyncd-container.xml28(td) #: ./doc/common/tables/swift-rsyncd-container.xml32(td) #: ./doc/common/tables/cinder-storwize.xml21(td) #: ./doc/common/tables/cinder-storwize.xml25(td) #: ./doc/common/tables/cinder-storwize.xml29(td) #: ./doc/common/tables/cinder-storwize.xml33(td) #: ./doc/common/tables/cinder-storwize.xml37(td) #: ./doc/common/tables/cinder-storwize.xml41(td) #: ./doc/common/tables/cinder-storwize.xml45(td) #: ./doc/common/tables/cinder-storwize.xml49(td) #: ./doc/common/tables/cinder-storwize.xml53(td) #: ./doc/common/tables/cinder-storwize.xml57(td) #: ./doc/common/tables/cinder-storwize.xml61(td) #: ./doc/common/tables/cinder-storwize.xml65(td) #: ./doc/common/tables/cinder-storwize.xml69(td) #: ./doc/common/tables/cinder-storwize.xml73(td) #: ./doc/common/tables/cinder-storwize.xml77(td) #: ./doc/common/tables/cinder-storwize.xml81(td) #: ./doc/common/tables/cinder-hplefthand.xml21(td) #: ./doc/common/tables/cinder-hplefthand.xml25(td) #: ./doc/common/tables/cinder-hplefthand.xml29(td) #: ./doc/common/tables/cinder-hplefthand.xml33(td) #: ./doc/common/tables/cinder-hplefthand.xml37(td) #: ./doc/common/tables/cinder-hplefthand.xml41(td) #: ./doc/common/tables/ironic-ilo.xml21(td) #: ./doc/common/tables/ironic-ilo.xml25(td) #: ./doc/common/tables/ironic-ilo.xml29(td) #: ./doc/common/tables/ironic-ilo.xml33(td) #: ./doc/common/tables/ironic-ilo.xml37(td) #: ./doc/common/tables/ironic-ilo.xml41(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml20(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml24(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml28(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml38(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml42(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml46(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml50(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml58(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml62(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml70(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml74(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml78(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml82(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml91(td) #: ./doc/common/tables/sahara-auth_token.xml21(td) #: ./doc/common/tables/sahara-auth_token.xml25(td) #: ./doc/common/tables/sahara-auth_token.xml29(td) #: ./doc/common/tables/sahara-auth_token.xml33(td) #: ./doc/common/tables/sahara-auth_token.xml41(td) #: ./doc/common/tables/sahara-auth_token.xml45(td) #: ./doc/common/tables/sahara-auth_token.xml49(td) #: ./doc/common/tables/sahara-auth_token.xml53(td) #: ./doc/common/tables/sahara-auth_token.xml57(td) #: ./doc/common/tables/sahara-auth_token.xml61(td) #: ./doc/common/tables/sahara-auth_token.xml65(td) #: ./doc/common/tables/sahara-auth_token.xml69(td) #: ./doc/common/tables/sahara-auth_token.xml73(td) #: ./doc/common/tables/sahara-auth_token.xml77(td) #: ./doc/common/tables/sahara-auth_token.xml81(td) #: ./doc/common/tables/sahara-auth_token.xml85(td) #: ./doc/common/tables/sahara-auth_token.xml89(td) #: ./doc/common/tables/sahara-auth_token.xml93(td) #: ./doc/common/tables/sahara-auth_token.xml97(td) #: ./doc/common/tables/sahara-auth_token.xml101(td) #: ./doc/common/tables/sahara-auth_token.xml105(td) #: ./doc/common/tables/sahara-auth_token.xml109(td) #: ./doc/common/tables/sahara-auth_token.xml113(td) #: ./doc/common/tables/sahara-auth_token.xml117(td) #: ./doc/common/tables/sahara-auth_token.xml121(td) #: ./doc/common/tables/sahara-auth_token.xml125(td) #: ./doc/common/tables/sahara-auth_token.xml129(td) #: ./doc/common/tables/sahara-auth_token.xml133(td) #: ./doc/common/tables/sahara-auth_token.xml137(td) #: ./doc/common/tables/sahara-auth_token.xml141(td) #: ./doc/common/tables/sahara-auth_token.xml145(td) #: ./doc/common/tables/sahara-auth_token.xml149(td) #: ./doc/common/tables/sahara-auth_token.xml153(td) #: ./doc/common/tables/sahara-auth_token.xml157(td) #: ./doc/common/tables/sahara-auth_token.xml161(td) #: ./doc/common/tables/neutron-ipv6_ra.xml21(td) #: ./doc/common/tables/glance-s3.xml21(td) #: ./doc/common/tables/glance-s3.xml25(td) #: ./doc/common/tables/glance-s3.xml29(td) #: ./doc/common/tables/glance-s3.xml33(td) #: ./doc/common/tables/glance-s3.xml37(td) #: ./doc/common/tables/glance-s3.xml41(td) #: ./doc/common/tables/glance-s3.xml45(td) #: ./doc/common/tables/glance-s3.xml49(td) #: ./doc/common/tables/glance-s3.xml53(td) #: ./doc/common/tables/glance-s3.xml57(td) #: ./doc/common/tables/nova-rootwrap.xml21(td) #: ./doc/common/tables/nova-rootwrap.xml25(td) #: ./doc/common/tables/nova-rootwrap.xml29(td) #: ./doc/common/tables/nova-rootwrap.xml33(td) #: ./doc/common/tables/nova-rootwrap.xml37(td) #: ./doc/common/tables/heat-loadbalancer.xml21(td) #: ./doc/common/tables/ceilometer-api.xml21(td) #: ./doc/common/tables/ceilometer-api.xml25(td) #: ./doc/common/tables/ceilometer-api.xml29(td) #: ./doc/common/tables/ceilometer-api.xml33(td) #: ./doc/common/tables/ceilometer-api.xml41(td) #: ./doc/common/tables/ceilometer-api.xml45(td) #: ./doc/common/tables/ceilometer-api.xml52(td) #: ./doc/common/tables/ceilometer-api.xml56(td) #: ./doc/common/tables/ceilometer-api.xml60(td) #: ./doc/common/tables/ceilometer-exchange.xml21(td) #: ./doc/common/tables/ceilometer-exchange.xml25(td) #: ./doc/common/tables/ceilometer-exchange.xml29(td) #: ./doc/common/tables/ceilometer-exchange.xml33(td) #: ./doc/common/tables/ceilometer-exchange.xml37(td) #: ./doc/common/tables/ceilometer-exchange.xml41(td) #: ./doc/common/tables/ceilometer-exchange.xml45(td) #: ./doc/common/tables/ceilometer-exchange.xml49(td) #: ./doc/common/tables/ceilometer-exchange.xml53(td) #: ./doc/common/tables/ceilometer-exchange.xml57(td) #: ./doc/common/tables/ceilometer-exchange.xml61(td) #: ./doc/common/tables/ceilometer-exchange.xml65(td) #: ./doc/common/tables/cinder-lvm.xml21(td) #: ./doc/common/tables/cinder-lvm.xml25(td) #: ./doc/common/tables/cinder-lvm.xml29(td) #: ./doc/common/tables/cinder-lvm.xml33(td) #: ./doc/common/tables/trove-dns.xml37(td) #: ./doc/common/tables/trove-dns.xml41(td) #: ./doc/common/tables/trove-dns.xml49(td) #: ./doc/common/tables/trove-dns.xml69(td) #: ./doc/common/tables/trove-dns.xml73(td) #: ./doc/common/tables/trove-dns.xml81(td) #: ./doc/common/tables/sahara-amqp.xml21(td) #: ./doc/common/tables/sahara-amqp.xml25(td) #: ./doc/common/tables/sahara-amqp.xml29(td) #: ./doc/common/tables/sahara-amqp.xml33(td) #: ./doc/common/tables/sahara-amqp.xml37(td) #: ./doc/common/tables/sahara-amqp.xml41(td) #: ./doc/common/tables/sahara-amqp.xml45(td) #: ./doc/common/tables/sahara-amqp.xml49(td) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) #: ./doc/common/tables/nova-cells.xml21(td) #: ./doc/common/tables/nova-cells.xml25(td) #: ./doc/common/tables/nova-cells.xml29(td) #: ./doc/common/tables/nova-cells.xml33(td) #: ./doc/common/tables/nova-cells.xml37(td) #: ./doc/common/tables/nova-cells.xml41(td) #: ./doc/common/tables/nova-cells.xml45(td) #: ./doc/common/tables/nova-cells.xml49(td) #: ./doc/common/tables/nova-cells.xml53(td) #: ./doc/common/tables/nova-cells.xml57(td) #: ./doc/common/tables/nova-cells.xml61(td) #: ./doc/common/tables/nova-cells.xml65(td) #: ./doc/common/tables/nova-cells.xml69(td) #: ./doc/common/tables/nova-cells.xml73(td) #: ./doc/common/tables/nova-cells.xml77(td) #: ./doc/common/tables/nova-cells.xml81(td) #: ./doc/common/tables/nova-cells.xml85(td) #: ./doc/common/tables/nova-cells.xml89(td) #: ./doc/common/tables/trove-volume.xml21(td) #: ./doc/common/tables/trove-volume.xml25(td) #: ./doc/common/tables/trove-volume.xml29(td) #: ./doc/common/tables/trove-volume.xml33(td) #: ./doc/common/tables/trove-volume.xml37(td) #: ./doc/common/tables/trove-volume.xml41(td) #: ./doc/common/tables/trove-volume.xml45(td) #: ./doc/common/tables/trove-volume.xml49(td) #: ./doc/common/tables/trove-volume.xml53(td) #: ./doc/common/tables/trove-volume.xml57(td) #: ./doc/common/tables/heat-auth_token.xml21(td) #: ./doc/common/tables/heat-auth_token.xml25(td) #: ./doc/common/tables/heat-auth_token.xml29(td) #: ./doc/common/tables/heat-auth_token.xml33(td) #: ./doc/common/tables/heat-auth_token.xml41(td) #: ./doc/common/tables/heat-auth_token.xml45(td) #: ./doc/common/tables/heat-auth_token.xml49(td) #: ./doc/common/tables/heat-auth_token.xml53(td) #: ./doc/common/tables/heat-auth_token.xml57(td) #: ./doc/common/tables/heat-auth_token.xml61(td) #: ./doc/common/tables/heat-auth_token.xml65(td) #: ./doc/common/tables/heat-auth_token.xml69(td) #: ./doc/common/tables/heat-auth_token.xml73(td) #: ./doc/common/tables/heat-auth_token.xml77(td) #: ./doc/common/tables/heat-auth_token.xml81(td) #: ./doc/common/tables/heat-auth_token.xml85(td) #: ./doc/common/tables/heat-auth_token.xml89(td) #: ./doc/common/tables/heat-auth_token.xml93(td) #: ./doc/common/tables/heat-auth_token.xml97(td) #: ./doc/common/tables/heat-auth_token.xml101(td) #: ./doc/common/tables/heat-auth_token.xml105(td) #: ./doc/common/tables/heat-auth_token.xml109(td) #: ./doc/common/tables/heat-auth_token.xml113(td) #: ./doc/common/tables/heat-auth_token.xml117(td) #: ./doc/common/tables/heat-auth_token.xml121(td) #: ./doc/common/tables/heat-auth_token.xml125(td) #: ./doc/common/tables/heat-auth_token.xml129(td) #: ./doc/common/tables/neutron-quotas.xml21(td) #: ./doc/common/tables/neutron-quotas.xml28(td) #: ./doc/common/tables/neutron-quotas.xml32(td) #: ./doc/common/tables/neutron-quotas.xml36(td) #: ./doc/common/tables/neutron-quotas.xml40(td) #: ./doc/common/tables/neutron-quotas.xml44(td) #: ./doc/common/tables/neutron-quotas.xml48(td) #: ./doc/common/tables/neutron-quotas.xml52(td) #: ./doc/common/tables/neutron-quotas.xml56(td) #: ./doc/common/tables/neutron-quotas.xml60(td) #: ./doc/common/tables/neutron-quotas.xml64(td) #: ./doc/common/tables/neutron-quotas.xml68(td) #: ./doc/common/tables/neutron-quotas.xml72(td) #: ./doc/common/tables/nova-auth_token.xml21(td) #: ./doc/common/tables/nova-auth_token.xml25(td) #: ./doc/common/tables/nova-auth_token.xml29(td) #: ./doc/common/tables/nova-auth_token.xml33(td) #: ./doc/common/tables/nova-auth_token.xml41(td) #: ./doc/common/tables/nova-auth_token.xml45(td) #: ./doc/common/tables/nova-auth_token.xml49(td) #: ./doc/common/tables/nova-auth_token.xml53(td) #: ./doc/common/tables/nova-auth_token.xml57(td) #: ./doc/common/tables/nova-auth_token.xml61(td) #: ./doc/common/tables/nova-auth_token.xml65(td) #: ./doc/common/tables/nova-auth_token.xml69(td) #: ./doc/common/tables/nova-auth_token.xml73(td) #: ./doc/common/tables/nova-auth_token.xml77(td) #: ./doc/common/tables/nova-auth_token.xml81(td) #: ./doc/common/tables/nova-auth_token.xml85(td) #: ./doc/common/tables/nova-auth_token.xml89(td) #: ./doc/common/tables/nova-auth_token.xml93(td) #: ./doc/common/tables/nova-auth_token.xml97(td) #: ./doc/common/tables/nova-auth_token.xml101(td) #: ./doc/common/tables/nova-auth_token.xml105(td) #: ./doc/common/tables/nova-auth_token.xml109(td) #: ./doc/common/tables/nova-auth_token.xml113(td) #: ./doc/common/tables/nova-auth_token.xml117(td) #: ./doc/common/tables/nova-auth_token.xml121(td) #: ./doc/common/tables/nova-auth_token.xml125(td) #: ./doc/common/tables/nova-auth_token.xml129(td) #: ./doc/common/tables/nova-auth_token.xml133(td) #: ./doc/common/tables/nova-auth_token.xml137(td) #: ./doc/common/tables/nova-auth_token.xml141(td) #: ./doc/common/tables/nova-auth_token.xml145(td) #: ./doc/common/tables/nova-auth_token.xml149(td) #: ./doc/common/tables/nova-auth_token.xml153(td) #: ./doc/common/tables/nova-auth_token.xml157(td) #: ./doc/common/tables/nova-auth_token.xml161(td) #: ./doc/common/tables/cinder-storage_nfs.xml21(td) #: ./doc/common/tables/cinder-storage_nfs.xml25(td) #: ./doc/common/tables/cinder-storage_nfs.xml29(td) #: ./doc/common/tables/cinder-storage_nfs.xml33(td) #: ./doc/common/tables/cinder-storage_nfs.xml37(td) #: ./doc/common/tables/cinder-storage_nfs.xml41(td) #: ./doc/common/tables/cinder-storage_nfs.xml45(td) #: ./doc/common/tables/cinder-quobyte.xml21(td) #: ./doc/common/tables/cinder-quobyte.xml25(td) #: ./doc/common/tables/cinder-quobyte.xml29(td) #: ./doc/common/tables/cinder-quobyte.xml33(td) #: ./doc/common/tables/cinder-quobyte.xml37(td) #: ./doc/common/tables/cinder-hds-hnas.xml21(td) #: ./doc/common/tables/cinder-hds-hnas.xml25(td) #: ./doc/common/tables/heat-api.xml21(td) #: ./doc/common/tables/heat-api.xml25(td) #: ./doc/common/tables/heat-api.xml29(td) #: ./doc/common/tables/heat-api.xml37(td) #: ./doc/common/tables/heat-api.xml49(td) #: ./doc/common/tables/heat-api.xml53(td) #: ./doc/common/tables/heat-api.xml57(td) #: ./doc/common/tables/heat-api.xml61(td) #: ./doc/common/tables/heat-api.xml65(td) #: ./doc/common/tables/heat-api.xml69(td) #: ./doc/common/tables/heat-api.xml73(td) #: ./doc/common/tables/heat-api.xml77(td) #: ./doc/common/tables/heat-api.xml81(td) #: ./doc/common/tables/heat-api.xml85(td) #: ./doc/common/tables/heat-api.xml89(td) #: ./doc/common/tables/heat-api.xml104(td) #: ./doc/common/tables/heat-api.xml115(td) #: ./doc/common/tables/heat-api.xml119(td) #: ./doc/common/tables/heat-api.xml126(td) #: ./doc/common/tables/heat-api.xml130(td) #: ./doc/common/tables/heat-api.xml134(td) #: ./doc/common/tables/heat-api.xml138(td) #: ./doc/common/tables/heat-api.xml142(td) #: ./doc/common/tables/heat-api.xml146(td) #: ./doc/common/tables/heat-api.xml150(td) #: ./doc/common/tables/heat-api.xml157(td) #: ./doc/common/tables/heat-api.xml161(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml26(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml31(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml35(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml46(td) #: ./doc/common/tables/heat-clients_ceilometer.xml21(td) #: ./doc/common/tables/heat-clients_ceilometer.xml25(td) #: ./doc/common/tables/heat-clients_ceilometer.xml29(td) #: ./doc/common/tables/heat-clients_ceilometer.xml33(td) #: ./doc/common/tables/heat-clients_ceilometer.xml37(td) #: ./doc/common/tables/neutron-ryu.xml25(td) #: ./doc/common/tables/glance-logging.xml21(td) #: ./doc/common/tables/glance-logging.xml25(td) #: ./doc/common/tables/glance-logging.xml29(td) #: ./doc/common/tables/glance-logging.xml33(td) #: ./doc/common/tables/glance-logging.xml37(td) #: ./doc/common/tables/glance-logging.xml41(td) #: ./doc/common/tables/glance-logging.xml45(td) #: ./doc/common/tables/glance-logging.xml49(td) #: ./doc/common/tables/glance-logging.xml53(td) #: ./doc/common/tables/glance-logging.xml57(td) #: ./doc/common/tables/glance-logging.xml61(td) #: ./doc/common/tables/glance-logging.xml65(td) #: ./doc/common/tables/glance-logging.xml69(td) #: ./doc/common/tables/glance-logging.xml73(td) #: ./doc/common/tables/glance-logging.xml77(td) #: ./doc/common/tables/glance-logging.xml81(td) #: ./doc/common/tables/glance-logging.xml85(td) #: ./doc/common/tables/glance-logging.xml89(td) #: ./doc/common/tables/glance-logging.xml93(td) #: ./doc/common/tables/glance-logging.xml97(td) #: ./doc/common/tables/swift-rsyncd-account.xml20(td) #: ./doc/common/tables/swift-rsyncd-account.xml24(td) #: ./doc/common/tables/swift-rsyncd-account.xml28(td) #: ./doc/common/tables/swift-rsyncd-account.xml32(td) #: ./doc/common/tables/neutron-metering_agent.xml21(td) #: ./doc/common/tables/neutron-metering_agent.xml25(td) #: ./doc/common/tables/neutron-metering_agent.xml32(td) #: ./doc/common/tables/neutron-zeromq.xml21(td) #: ./doc/common/tables/neutron-zeromq.xml25(td) #: ./doc/common/tables/neutron-zeromq.xml29(td) #: ./doc/common/tables/neutron-zeromq.xml33(td) #: ./doc/common/tables/neutron-zeromq.xml37(td) #: ./doc/common/tables/neutron-zeromq.xml41(td) #: ./doc/common/tables/neutron-zeromq.xml45(td) #: ./doc/common/tables/heat-clients_glance.xml21(td) #: ./doc/common/tables/heat-clients_glance.xml25(td) #: ./doc/common/tables/heat-clients_glance.xml29(td) #: ./doc/common/tables/heat-clients_glance.xml33(td) #: ./doc/common/tables/heat-clients_glance.xml37(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml21(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml25(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml29(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml33(td) #: ./doc/common/tables/cinder-common.xml21(td) #: ./doc/common/tables/cinder-common.xml25(td) #: ./doc/common/tables/cinder-common.xml29(td) #: ./doc/common/tables/cinder-common.xml33(td) #: ./doc/common/tables/cinder-common.xml37(td) #: ./doc/common/tables/cinder-common.xml41(td) #: ./doc/common/tables/cinder-common.xml45(td) #: ./doc/common/tables/cinder-common.xml49(td) #: ./doc/common/tables/cinder-common.xml53(td) #: ./doc/common/tables/cinder-common.xml57(td) #: ./doc/common/tables/cinder-common.xml61(td) #: ./doc/common/tables/cinder-common.xml65(td) #: ./doc/common/tables/cinder-common.xml77(td) #: ./doc/common/tables/cinder-common.xml81(td) #: ./doc/common/tables/cinder-common.xml85(td) #: ./doc/common/tables/cinder-common.xml93(td) #: ./doc/common/tables/cinder-common.xml97(td) #: ./doc/common/tables/cinder-common.xml101(td) #: ./doc/common/tables/cinder-common.xml105(td) #: ./doc/common/tables/cinder-common.xml109(td) #: ./doc/common/tables/cinder-common.xml113(td) #: ./doc/common/tables/cinder-common.xml117(td) #: ./doc/common/tables/cinder-common.xml121(td) #: ./doc/common/tables/cinder-common.xml125(td) #: ./doc/common/tables/cinder-common.xml129(td) #: ./doc/common/tables/cinder-common.xml133(td) #: ./doc/common/tables/cinder-common.xml137(td) #: ./doc/common/tables/cinder-common.xml141(td) #: ./doc/common/tables/cinder-common.xml145(td) #: ./doc/common/tables/cinder-common.xml149(td) #: ./doc/common/tables/cinder-common.xml153(td) #: ./doc/common/tables/cinder-common.xml157(td) #: ./doc/common/tables/cinder-common.xml161(td) #: ./doc/common/tables/cinder-common.xml165(td) #: ./doc/common/tables/cinder-common.xml169(td) #: ./doc/common/tables/cinder-common.xml173(td) #: ./doc/common/tables/cinder-common.xml177(td) #: ./doc/common/tables/cinder-common.xml181(td) #: ./doc/common/tables/cinder-common.xml185(td) #: ./doc/common/tables/cinder-common.xml189(td) #: ./doc/common/tables/cinder-common.xml193(td) #: ./doc/common/tables/cinder-common.xml197(td) #: ./doc/common/tables/cinder-common.xml201(td) #: ./doc/common/tables/cinder-common.xml205(td) #: ./doc/common/tables/cinder-common.xml212(td) #: ./doc/common/tables/glance-swift.xml21(td) #: ./doc/common/tables/glance-swift.xml25(td) #: ./doc/common/tables/glance-swift.xml29(td) #: ./doc/common/tables/glance-swift.xml33(td) #: ./doc/common/tables/glance-swift.xml37(td) #: ./doc/common/tables/glance-swift.xml44(td) #: ./doc/common/tables/glance-swift.xml52(td) #: ./doc/common/tables/glance-swift.xml56(td) #: ./doc/common/tables/glance-swift.xml60(td) #: ./doc/common/tables/glance-swift.xml64(td) #: ./doc/common/tables/glance-swift.xml68(td) #: ./doc/common/tables/glance-swift.xml72(td) #: ./doc/common/tables/glance-swift.xml76(td) #: ./doc/common/tables/glance-swift.xml80(td) #: ./doc/common/tables/glance-swift.xml84(td) #: ./doc/common/tables/glance-swift.xml88(td) #: ./doc/common/tables/glance-swift.xml92(td) #: ./doc/common/tables/glance-swift.xml96(td) #: ./doc/common/tables/glance-swift.xml100(td) #: ./doc/common/tables/glance-swift.xml104(td) #: ./doc/common/tables/glance-swift.xml108(td) #: ./doc/common/tables/glance-swift.xml112(td) #: ./doc/common/tables/glance-swift.xml116(td) #: ./doc/common/tables/glance-swift.xml120(td) #: ./doc/common/tables/glance-swift.xml124(td) #: ./doc/common/tables/trove-quota.xml21(td) #: ./doc/common/tables/trove-quota.xml25(td) #: ./doc/common/tables/trove-quota.xml29(td) #: ./doc/common/tables/trove-quota.xml33(td) #: ./doc/common/tables/trove-quota.xml37(td) #: ./doc/common/tables/trove-clients.xml21(td) #: ./doc/common/tables/trove-clients.xml25(td) #: ./doc/common/tables/trove-clients.xml29(td) #: ./doc/common/tables/trove-clients.xml33(td) #: ./doc/common/tables/trove-clients.xml37(td) #: ./doc/common/tables/trove-clients.xml41(td) #: ./doc/common/tables/trove-clients.xml45(td) #: ./doc/common/tables/cinder-auth_token.xml21(td) #: ./doc/common/tables/cinder-auth_token.xml25(td) #: ./doc/common/tables/cinder-auth_token.xml29(td) #: ./doc/common/tables/cinder-auth_token.xml33(td) #: ./doc/common/tables/cinder-auth_token.xml41(td) #: ./doc/common/tables/cinder-auth_token.xml45(td) #: ./doc/common/tables/cinder-auth_token.xml49(td) #: ./doc/common/tables/cinder-auth_token.xml53(td) #: ./doc/common/tables/cinder-auth_token.xml57(td) #: ./doc/common/tables/cinder-auth_token.xml61(td) #: ./doc/common/tables/cinder-auth_token.xml65(td) #: ./doc/common/tables/cinder-auth_token.xml69(td) #: ./doc/common/tables/cinder-auth_token.xml73(td) #: ./doc/common/tables/cinder-auth_token.xml77(td) #: ./doc/common/tables/cinder-auth_token.xml81(td) #: ./doc/common/tables/cinder-auth_token.xml85(td) #: ./doc/common/tables/cinder-auth_token.xml89(td) #: ./doc/common/tables/cinder-auth_token.xml93(td) #: ./doc/common/tables/cinder-auth_token.xml97(td) #: ./doc/common/tables/cinder-auth_token.xml101(td) #: ./doc/common/tables/cinder-auth_token.xml105(td) #: ./doc/common/tables/cinder-auth_token.xml109(td) #: ./doc/common/tables/cinder-auth_token.xml113(td) #: ./doc/common/tables/cinder-auth_token.xml117(td) #: ./doc/common/tables/cinder-auth_token.xml121(td) #: ./doc/common/tables/cinder-auth_token.xml125(td) #: ./doc/common/tables/cinder-auth_token.xml129(td) #: ./doc/common/tables/cinder-auth_token.xml133(td) #: ./doc/common/tables/cinder-auth_token.xml137(td) #: ./doc/common/tables/cinder-auth_token.xml141(td) #: ./doc/common/tables/cinder-auth_token.xml145(td) #: ./doc/common/tables/cinder-auth_token.xml149(td) #: ./doc/common/tables/cinder-auth_token.xml153(td) #: ./doc/common/tables/cinder-auth_token.xml157(td) #: ./doc/common/tables/cinder-auth_token.xml161(td) #: ./doc/common/tables/ceilometer-alarm.xml21(td) #: ./doc/common/tables/ceilometer-alarm.xml25(td) #: ./doc/common/tables/ceilometer-alarm.xml29(td) #: ./doc/common/tables/ceilometer-alarm.xml33(td) #: ./doc/common/tables/ceilometer-alarm.xml37(td) #: ./doc/common/tables/ceilometer-alarm.xml41(td) #: ./doc/common/tables/ceilometer-alarm.xml53(td) #: ./doc/common/tables/ceilometer-alarm.xml57(td) #: ./doc/common/tables/ceilometer-alarm.xml61(td) #: ./doc/common/tables/sahara-clients.xml21(td) #: ./doc/common/tables/sahara-clients.xml25(td) #: ./doc/common/tables/sahara-clients.xml29(td) #: ./doc/common/tables/sahara-clients.xml36(td) #: ./doc/common/tables/sahara-clients.xml40(td) #: ./doc/common/tables/sahara-clients.xml47(td) #: ./doc/common/tables/sahara-clients.xml51(td) #: ./doc/common/tables/sahara-clients.xml58(td) #: ./doc/common/tables/sahara-clients.xml62(td) #: ./doc/common/tables/sahara-clients.xml69(td) #: ./doc/common/tables/sahara-clients.xml73(td) #: ./doc/common/tables/sahara-clients.xml80(td) #: ./doc/common/tables/sahara-clients.xml84(td) #: ./doc/common/tables/ironic-compute.xml21(td) #: ./doc/common/tables/ceilometer-events.xml21(td) #: ./doc/common/tables/ceilometer-events.xml25(td) #: ./doc/common/tables/ceilometer-events.xml29(td) #: ./doc/common/tables/ceilometer-events.xml36(td) #: ./doc/common/tables/ceilometer-events.xml40(td) #: ./doc/common/tables/ceilometer-events.xml44(td) #: ./doc/common/tables/heat-testing.xml21(td) #: ./doc/common/tables/heat-testing.xml28(td) #: ./doc/common/tables/heat-testing.xml32(td) #: ./doc/common/tables/ironic-qpid.xml21(td) #: ./doc/common/tables/ironic-qpid.xml25(td) #: ./doc/common/tables/ironic-qpid.xml29(td) #: ./doc/common/tables/ironic-qpid.xml37(td) #: ./doc/common/tables/ironic-qpid.xml41(td) #: ./doc/common/tables/ironic-qpid.xml45(td) #: ./doc/common/tables/ironic-qpid.xml53(td) #: ./doc/common/tables/ironic-qpid.xml57(td) #: ./doc/common/tables/cinder-xiv.xml29(td) #: ./doc/common/tables/cinder-xiv.xml37(td) #: ./doc/common/tables/cinder-xiv.xml41(td) #: ./doc/common/tables/cinder-xiv.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml32(td) #: ./doc/common/tables/ironic-ssh.xml21(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml85(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml89(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml96(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml100(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml104(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml108(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml112(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml116(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml120(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml124(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml128(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml132(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml136(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml140(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml144(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml148(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml155(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml159(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml163(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml170(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml174(td) #: ./doc/common/tables/nova-glance.xml21(td) #: ./doc/common/tables/nova-glance.xml32(td) #: ./doc/common/tables/nova-glance.xml36(td) #: ./doc/common/tables/nova-glance.xml40(td) #: ./doc/common/tables/nova-glance.xml44(td) #: ./doc/common/tables/nova-glance.xml48(td) #: ./doc/common/tables/nova-glance.xml52(td) #: ./doc/common/tables/neutron-database.xml21(td) #: ./doc/common/tables/neutron-database.xml25(td) #: ./doc/common/tables/neutron-database.xml29(td) #: ./doc/common/tables/neutron-database.xml33(td) #: ./doc/common/tables/neutron-database.xml37(td) #: ./doc/common/tables/neutron-database.xml41(td) #: ./doc/common/tables/neutron-database.xml45(td) #: ./doc/common/tables/neutron-database.xml49(td) #: ./doc/common/tables/neutron-database.xml53(td) #: ./doc/common/tables/neutron-database.xml57(td) #: ./doc/common/tables/neutron-database.xml61(td) #: ./doc/common/tables/neutron-database.xml65(td) #: ./doc/common/tables/neutron-database.xml69(td) #: ./doc/common/tables/neutron-database.xml73(td) #: ./doc/common/tables/neutron-database.xml77(td) #: ./doc/common/tables/neutron-database.xml81(td) #: ./doc/common/tables/neutron-database.xml85(td) #: ./doc/common/tables/neutron-database.xml89(td) #: ./doc/common/tables/neutron-database.xml93(td) #: ./doc/common/tables/neutron-database.xml97(td) #: ./doc/common/tables/keystone-auth_token.xml21(td) #: ./doc/common/tables/keystone-auth_token.xml25(td) #: ./doc/common/tables/keystone-auth_token.xml29(td) #: ./doc/common/tables/keystone-auth_token.xml33(td) #: ./doc/common/tables/keystone-auth_token.xml41(td) #: ./doc/common/tables/keystone-auth_token.xml45(td) #: ./doc/common/tables/keystone-auth_token.xml49(td) #: ./doc/common/tables/keystone-auth_token.xml53(td) #: ./doc/common/tables/keystone-auth_token.xml57(td) #: ./doc/common/tables/keystone-auth_token.xml61(td) #: ./doc/common/tables/keystone-auth_token.xml65(td) #: ./doc/common/tables/keystone-auth_token.xml69(td) #: ./doc/common/tables/keystone-auth_token.xml73(td) #: ./doc/common/tables/keystone-auth_token.xml77(td) #: ./doc/common/tables/keystone-auth_token.xml81(td) #: ./doc/common/tables/keystone-auth_token.xml85(td) #: ./doc/common/tables/keystone-auth_token.xml89(td) #: ./doc/common/tables/keystone-auth_token.xml93(td) #: ./doc/common/tables/keystone-auth_token.xml97(td) #: ./doc/common/tables/keystone-auth_token.xml101(td) #: ./doc/common/tables/keystone-auth_token.xml105(td) #: ./doc/common/tables/keystone-auth_token.xml109(td) #: ./doc/common/tables/keystone-auth_token.xml113(td) #: ./doc/common/tables/keystone-auth_token.xml117(td) #: ./doc/common/tables/keystone-auth_token.xml121(td) #: ./doc/common/tables/keystone-auth_token.xml125(td) #: ./doc/common/tables/keystone-auth_token.xml129(td) #: ./doc/common/tables/nova-s3.xml21(td) ./doc/common/tables/nova-s3.xml25(td) #: ./doc/common/tables/nova-s3.xml29(td) ./doc/common/tables/nova-s3.xml33(td) #: ./doc/common/tables/nova-s3.xml37(td) ./doc/common/tables/nova-s3.xml41(td) #: ./doc/common/tables/nova-s3.xml45(td) ./doc/common/tables/nova-s3.xml49(td) #: ./doc/common/tables/nova-s3.xml53(td) ./doc/common/tables/nova-s3.xml57(td) #: ./doc/common/tables/nova-serial_console.xml21(td) #: ./doc/common/tables/nova-serial_console.xml25(td) #: ./doc/common/tables/nova-serial_console.xml29(td) #: ./doc/common/tables/nova-serial_console.xml33(td) #: ./doc/common/tables/nova-serial_console.xml37(td) #: ./doc/common/tables/nova-serial_console.xml41(td) #: ./doc/common/tables/nova-serial_console.xml45(td) #: ./doc/common/tables/ironic-api.xml21(td) #: ./doc/common/tables/ironic-api.xml25(td) #: ./doc/common/tables/ironic-api.xml29(td) #: ./doc/common/tables/nova-pci.xml21(td) #: ./doc/common/tables/nova-pci.xml25(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml24(td) #: ./doc/common/tables/ceilometer-magnetodb.xml21(td) #: ./doc/common/tables/heat-clients_cinder.xml21(td) #: ./doc/common/tables/heat-clients_cinder.xml25(td) #: ./doc/common/tables/heat-clients_cinder.xml29(td) #: ./doc/common/tables/heat-clients_cinder.xml33(td) #: ./doc/common/tables/heat-clients_cinder.xml37(td) #: ./doc/common/tables/heat-clients_cinder.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml52(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml56(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml60(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml64(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml68(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml72(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml76(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml80(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml84(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml88(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml92(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml96(td) #: ./doc/common/tables/sahara-testing.xml21(td) #: ./doc/common/tables/keystone-revoke.xml21(td) #: ./doc/common/tables/keystone-revoke.xml25(td) #: ./doc/common/tables/keystone-revoke.xml29(td) #: ./doc/common/tables/sahara-common.xml21(td) #: ./doc/common/tables/sahara-common.xml25(td) #: ./doc/common/tables/sahara-common.xml29(td) #: ./doc/common/tables/sahara-common.xml33(td) #: ./doc/common/tables/sahara-common.xml37(td) #: ./doc/common/tables/sahara-common.xml41(td) #: ./doc/common/tables/sahara-common.xml45(td) #: ./doc/common/tables/sahara-common.xml53(td) #: ./doc/common/tables/sahara-common.xml57(td) #: ./doc/common/tables/sahara-common.xml61(td) #: ./doc/common/tables/sahara-common.xml69(td) #: ./doc/common/tables/sahara-common.xml73(td) #: ./doc/common/tables/sahara-common.xml77(td) #: ./doc/common/tables/sahara-common.xml81(td) #: ./doc/common/tables/sahara-common.xml85(td) #: ./doc/common/tables/sahara-common.xml89(td) #: ./doc/common/tables/sahara-common.xml93(td) #: ./doc/common/tables/sahara-common.xml97(td) #: ./doc/common/tables/sahara-common.xml101(td) #: ./doc/common/tables/sahara-common.xml105(td) #: ./doc/common/tables/sahara-common.xml109(td) #: ./doc/common/tables/sahara-common.xml113(td) #: ./doc/common/tables/sahara-common.xml121(td) #: ./doc/common/tables/sahara-common.xml125(td) #: ./doc/common/tables/sahara-common.xml129(td) #: ./doc/common/tables/sahara-common.xml133(td) #: ./doc/common/tables/sahara-common.xml137(td) #: ./doc/common/tables/sahara-common.xml141(td) #: ./doc/common/tables/sahara-common.xml145(td) #: ./doc/common/tables/sahara-common.xml149(td) #: ./doc/common/tables/sahara-common.xml153(td) #: ./doc/common/tables/sahara-common.xml160(td) #: ./doc/common/tables/sahara-common.xml167(td) #: ./doc/common/tables/cinder-api.xml21(td) #: ./doc/common/tables/cinder-api.xml25(td) #: ./doc/common/tables/cinder-api.xml29(td) #: ./doc/common/tables/cinder-api.xml33(td) #: ./doc/common/tables/cinder-api.xml37(td) #: ./doc/common/tables/cinder-api.xml41(td) #: ./doc/common/tables/cinder-api.xml45(td) #: ./doc/common/tables/cinder-api.xml49(td) #: ./doc/common/tables/cinder-api.xml53(td) #: ./doc/common/tables/cinder-api.xml57(td) #: ./doc/common/tables/cinder-api.xml61(td) #: ./doc/common/tables/cinder-api.xml69(td) #: ./doc/common/tables/cinder-api.xml73(td) #: ./doc/common/tables/cinder-api.xml77(td) #: ./doc/common/tables/cinder-api.xml81(td) #: ./doc/common/tables/cinder-api.xml85(td) #: ./doc/common/tables/cinder-api.xml89(td) #: ./doc/common/tables/cinder-api.xml93(td) #: ./doc/common/tables/cinder-api.xml97(td) #: ./doc/common/tables/cinder-api.xml101(td) #: ./doc/common/tables/cinder-api.xml105(td) #: ./doc/common/tables/ceilometer-rootwrap.xml21(td) #: ./doc/common/tables/ceilometer-rootwrap.xml25(td) #: ./doc/common/tables/ceilometer-rootwrap.xml29(td) #: ./doc/common/tables/ceilometer-rootwrap.xml33(td) #: ./doc/common/tables/ceilometer-rootwrap.xml37(td) #: ./doc/common/tables/ironic-virtualbox.xml21(td) #: ./doc/common/tables/keystone-saml.xml21(td) #: ./doc/common/tables/keystone-saml.xml25(td) #: ./doc/common/tables/keystone-saml.xml29(td) #: ./doc/common/tables/keystone-saml.xml33(td) #: ./doc/common/tables/keystone-saml.xml37(td) #: ./doc/common/tables/keystone-saml.xml41(td) #: ./doc/common/tables/keystone-saml.xml45(td) #: ./doc/common/tables/keystone-saml.xml49(td) #: ./doc/common/tables/keystone-saml.xml53(td) #: ./doc/common/tables/keystone-saml.xml57(td) #: ./doc/common/tables/keystone-saml.xml61(td) #: ./doc/common/tables/keystone-saml.xml65(td) #: ./doc/common/tables/keystone-saml.xml69(td) #: ./doc/common/tables/keystone-saml.xml73(td) #: ./doc/common/tables/keystone-saml.xml77(td) #: ./doc/common/tables/keystone-saml.xml81(td) #: ./doc/common/tables/keystone-saml.xml85(td) #: ./doc/common/tables/trove-db_couchbase.xml21(td) #: ./doc/common/tables/trove-db_couchbase.xml25(td) #: ./doc/common/tables/trove-db_couchbase.xml29(td) #: ./doc/common/tables/trove-db_couchbase.xml33(td) #: ./doc/common/tables/trove-db_couchbase.xml37(td) #: ./doc/common/tables/trove-db_couchbase.xml41(td) #: ./doc/common/tables/trove-db_couchbase.xml45(td) #: ./doc/common/tables/trove-db_couchbase.xml49(td) #: ./doc/common/tables/trove-db_couchbase.xml53(td) #: ./doc/common/tables/trove-db_couchbase.xml61(td) #: ./doc/common/tables/heat-clients_trove.xml21(td) #: ./doc/common/tables/heat-clients_trove.xml25(td) #: ./doc/common/tables/heat-clients_trove.xml29(td) #: ./doc/common/tables/heat-clients_trove.xml33(td) #: ./doc/common/tables/heat-clients_trove.xml37(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml20(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml24(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml28(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml32(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml40(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml44(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml48(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml52(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml56(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml60(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml64(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml68(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml72(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml76(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml80(td) #: ./doc/common/tables/ironic-scheduler.xml21(td) #: ./doc/common/tables/ironic-scheduler.xml25(td) #: ./doc/common/tables/ironic-scheduler.xml29(td) #: ./doc/common/tables/ironic-scheduler.xml33(td) #: ./doc/common/tables/ironic-scheduler.xml37(td) #: ./doc/common/tables/trove-testing.xml21(td) #: ./doc/common/tables/neutron-plumgrid.xml21(td) #: ./doc/common/tables/neutron-plumgrid.xml25(td) #: ./doc/common/tables/neutron-plumgrid.xml29(td) #: ./doc/common/tables/neutron-plumgrid.xml33(td) #: ./doc/common/tables/neutron-plumgrid.xml37(td) #: ./doc/common/tables/neutron-plumgrid.xml41(td) #: ./doc/common/tables/trove-heat.xml21(td) #: ./doc/common/tables/trove-heat.xml25(td) #: ./doc/common/tables/trove-heat.xml29(td) #: ./doc/common/tables/trove-heat.xml33(td) #: ./doc/common/tables/glance-sheepdog.xml21(td) #: ./doc/common/tables/glance-sheepdog.xml25(td) #: ./doc/common/tables/glance-sheepdog.xml29(td) #: ./doc/common/tables/ironic-upgrades.xml21(td) #: ./doc/common/tables/keystone-mapping.xml21(td) #: ./doc/common/tables/keystone-mapping.xml25(td) #: ./doc/common/tables/keystone-mapping.xml29(td) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml20(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml21(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml25(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml37(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml41(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml45(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml49(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml53(td) #: ./doc/common/tables/cinder-windows.xml21(td) #: ./doc/common/tables/cinder-san-solaris.xml21(td) #: ./doc/common/tables/neutron-nuage.xml25(td) #: ./doc/common/tables/neutron-nuage.xml29(td) #: ./doc/common/tables/neutron-nuage.xml33(td) #: ./doc/common/tables/neutron-nuage.xml37(td) #: ./doc/common/tables/neutron-nuage.xml41(td) #: ./doc/common/tables/neutron-nuage.xml45(td) #: ./doc/common/tables/neutron-nuage.xml49(td) #: ./doc/common/tables/neutron-nuage.xml56(td) #: ./doc/common/tables/neutron-nuage.xml60(td) #: ./doc/common/tables/keystone-rabbitmq.xml21(td) #: ./doc/common/tables/keystone-rabbitmq.xml41(td) #: ./doc/common/tables/keystone-rabbitmq.xml45(td) #: ./doc/common/tables/keystone-rabbitmq.xml49(td) #: ./doc/common/tables/keystone-rabbitmq.xml53(td) #: ./doc/common/tables/keystone-rabbitmq.xml57(td) #: ./doc/common/tables/keystone-rabbitmq.xml61(td) #: ./doc/common/tables/keystone-rabbitmq.xml65(td) #: ./doc/common/tables/keystone-rabbitmq.xml69(td) #: ./doc/common/tables/keystone-rabbitmq.xml73(td) #: ./doc/common/tables/keystone-rabbitmq.xml77(td) #: ./doc/common/tables/keystone-rabbitmq.xml81(td) #: ./doc/common/tables/keystone-rabbitmq.xml85(td) #: ./doc/common/tables/keystone-zeromq.xml21(td) #: ./doc/common/tables/keystone-zeromq.xml25(td) #: ./doc/common/tables/keystone-zeromq.xml29(td) #: ./doc/common/tables/keystone-zeromq.xml33(td) #: ./doc/common/tables/keystone-zeromq.xml37(td) #: ./doc/common/tables/keystone-zeromq.xml41(td) #: ./doc/common/tables/keystone-zeromq.xml45(td) #: ./doc/common/tables/ceilometer-notification.xml21(td) #: ./doc/common/tables/glance-zeromq.xml21(td) #: ./doc/common/tables/glance-zeromq.xml25(td) #: ./doc/common/tables/glance-zeromq.xml29(td) #: ./doc/common/tables/glance-zeromq.xml33(td) #: ./doc/common/tables/glance-zeromq.xml37(td) #: ./doc/common/tables/glance-zeromq.xml41(td) #: ./doc/common/tables/glance-zeromq.xml45(td) #: ./doc/common/tables/ironic-database.xml21(td) #: ./doc/common/tables/ironic-database.xml25(td) #: ./doc/common/tables/ironic-database.xml29(td) #: ./doc/common/tables/ironic-database.xml33(td) #: ./doc/common/tables/ironic-database.xml37(td) #: ./doc/common/tables/ironic-database.xml41(td) #: ./doc/common/tables/ironic-database.xml45(td) #: ./doc/common/tables/ironic-database.xml49(td) #: ./doc/common/tables/ironic-database.xml53(td) #: ./doc/common/tables/ironic-database.xml57(td) #: ./doc/common/tables/ironic-database.xml61(td) #: ./doc/common/tables/ironic-database.xml65(td) #: ./doc/common/tables/ironic-database.xml69(td) #: ./doc/common/tables/ironic-database.xml73(td) #: ./doc/common/tables/ironic-database.xml77(td) #: ./doc/common/tables/ironic-database.xml81(td) #: ./doc/common/tables/ironic-database.xml85(td) #: ./doc/common/tables/ironic-database.xml89(td) #: ./doc/common/tables/ironic-database.xml93(td) #: ./doc/common/tables/ironic-database.xml97(td) #: ./doc/common/tables/ironic-database.xml101(td) #: ./doc/common/tables/neutron-bigswitch.xml85(td) #: ./doc/common/tables/neutron-bigswitch.xml89(td) #: ./doc/common/tables/neutron-bigswitch.xml96(td) #: ./doc/common/tables/neutron-bigswitch.xml100(td) #: ./doc/common/tables/neutron-bigswitch.xml104(td) #: ./doc/common/tables/neutron-bigswitch.xml108(td) #: ./doc/common/tables/neutron-bigswitch.xml112(td) #: ./doc/common/tables/neutron-bigswitch.xml116(td) #: ./doc/common/tables/neutron-bigswitch.xml120(td) #: ./doc/common/tables/neutron-bigswitch.xml124(td) #: ./doc/common/tables/neutron-bigswitch.xml128(td) #: ./doc/common/tables/neutron-bigswitch.xml132(td) #: ./doc/common/tables/neutron-bigswitch.xml136(td) #: ./doc/common/tables/neutron-bigswitch.xml140(td) #: ./doc/common/tables/neutron-bigswitch.xml144(td) #: ./doc/common/tables/neutron-bigswitch.xml148(td) #: ./doc/common/tables/neutron-bigswitch.xml155(td) #: ./doc/common/tables/neutron-bigswitch.xml159(td) #: ./doc/common/tables/neutron-bigswitch.xml163(td) #: ./doc/common/tables/neutron-bigswitch.xml170(td) #: ./doc/common/tables/neutron-bigswitch.xml174(td) #: ./doc/common/tables/neutron-cfg_agent.xml21(td) #: ./doc/common/tables/neutron-cfg_agent.xml25(td) #: ./doc/common/tables/neutron-cfg_agent.xml29(td) #: ./doc/common/tables/neutron-cfg_agent.xml33(td) #: ./doc/common/tables/ceilometer-rpc.xml21(td) #: ./doc/common/tables/ceilometer-rpc.xml25(td) #: ./doc/common/tables/ceilometer-rpc.xml29(td) #: ./doc/common/tables/ceilometer-rpc.xml33(td) #: ./doc/common/tables/ceilometer-rpc.xml37(td) #: ./doc/common/tables/ceilometer-rpc.xml41(td) #: ./doc/common/tables/ceilometer-rpc.xml45(td) #: ./doc/common/tables/ceilometer-rpc.xml52(td) #: ./doc/common/tables/ceilometer-rpc.xml59(td) #: ./doc/common/tables/ceilometer-rpc.xml63(td) #: ./doc/common/tables/ceilometer-rpc.xml67(td) #: ./doc/common/tables/ceilometer-rpc.xml71(td) #: ./doc/common/tables/ceilometer-rpc.xml75(td) #: ./doc/common/tables/ceilometer-rpc.xml79(td) #: ./doc/common/tables/ceilometer-rpc.xml95(td) #: ./doc/common/tables/ceilometer-rpc.xml99(td) #: ./doc/common/tables/ceilometer-rpc.xml106(td) #: ./doc/common/tables/ceilometer-rpc.xml113(td) #: ./doc/common/tables/ceilometer-rpc.xml117(td) #: ./doc/common/tables/ceilometer-rpc.xml121(td) #: ./doc/common/tables/ceilometer-rpc.xml128(td) #: ./doc/common/tables/cinder-redis.xml21(td) #: ./doc/common/tables/cinder-redis.xml25(td) #: ./doc/common/tables/cinder-redis.xml29(td) #: ./doc/common/tables/cinder-redis.xml36(td) #: ./doc/common/tables/swift-container-server-container-updater.xml20(td) #: ./doc/common/tables/swift-container-server-container-updater.xml25(td) #: ./doc/common/tables/swift-container-server-container-updater.xml29(td) #: ./doc/common/tables/swift-container-server-container-updater.xml33(td) #: ./doc/common/tables/swift-container-server-container-updater.xml37(td) #: ./doc/common/tables/swift-container-server-container-updater.xml41(td) #: ./doc/common/tables/swift-container-server-container-updater.xml45(td) #: ./doc/common/tables/swift-container-server-container-updater.xml49(td) #: ./doc/common/tables/swift-container-server-container-updater.xml53(td) #: ./doc/common/tables/swift-container-server-container-updater.xml57(td) #: ./doc/common/tables/swift-container-server-container-updater.xml61(td) #: ./doc/common/tables/ironic-ipmi.xml21(td) #: ./doc/common/tables/ironic-ipmi.xml25(td) #: ./doc/common/tables/trove-db_mongodb.xml21(td) #: ./doc/common/tables/trove-db_mongodb.xml25(td) #: ./doc/common/tables/trove-db_mongodb.xml29(td) #: ./doc/common/tables/trove-db_mongodb.xml33(td) #: ./doc/common/tables/trove-db_mongodb.xml37(td) #: ./doc/common/tables/trove-db_mongodb.xml41(td) #: ./doc/common/tables/trove-db_mongodb.xml45(td) #: ./doc/common/tables/trove-db_mongodb.xml49(td) #: ./doc/common/tables/trove-db_mongodb.xml53(td) #: ./doc/common/tables/trove-db_mongodb.xml57(td) #: ./doc/common/tables/trove-db_mongodb.xml61(td) #: ./doc/common/tables/trove-db_mongodb.xml65(td) #: ./doc/common/tables/trove-db_mongodb.xml69(td) #: ./doc/common/tables/trove-db_mongodb.xml73(td) #: ./doc/common/tables/trove-db_mongodb.xml81(td) #: ./doc/common/tables/ironic-snmp.xml21(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml20(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml24(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml28(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml32(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml36(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml40(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml44(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml48(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml52(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml56(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml60(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml64(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml68(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml72(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml76(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml80(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml84(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml88(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml92(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml96(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml100(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml104(td) #: ./doc/common/tables/glance-filesystem.xml21(td) #: ./doc/common/tables/glance-filesystem.xml25(td) #: ./doc/common/tables/glance-filesystem.xml29(td) #: ./doc/common/tables/glance-filesystem.xml33(td) #: ./doc/common/tables/trove-rpc.xml21(td) #: ./doc/common/tables/trove-rpc.xml25(td) #: ./doc/common/tables/trove-rpc.xml29(td) #: ./doc/common/tables/trove-rpc.xml33(td) #: ./doc/common/tables/trove-rpc.xml37(td) #: ./doc/common/tables/trove-rpc.xml41(td) #: ./doc/common/tables/trove-rpc.xml45(td) #: ./doc/common/tables/trove-rpc.xml49(td) #: ./doc/common/tables/trove-rpc.xml53(td) #: ./doc/common/tables/trove-rpc.xml60(td) #: ./doc/common/tables/trove-rpc.xml64(td) #: ./doc/common/tables/trove-rpc.xml68(td) #: ./doc/common/tables/trove-rpc.xml72(td) #: ./doc/common/tables/trove-rpc.xml76(td) #: ./doc/common/tables/trove-rpc.xml80(td) #: ./doc/common/tables/trove-rpc.xml96(td) #: ./doc/common/tables/trove-rpc.xml100(td) #: ./doc/common/tables/ceilometer-swift.xml21(td) #: ./doc/common/tables/trove-backup.xml21(td) #: ./doc/common/tables/trove-backup.xml25(td) #: ./doc/common/tables/trove-backup.xml29(td) #: ./doc/common/tables/trove-backup.xml33(td) #: ./doc/common/tables/trove-backup.xml37(td) #: ./doc/common/tables/trove-backup.xml41(td) #: ./doc/common/tables/trove-backup.xml45(td) #: ./doc/common/tables/trove-backup.xml49(td) #: ./doc/common/tables/trove-backup.xml53(td) #: ./doc/common/tables/trove-backup.xml57(td) #: ./doc/common/tables/glance-debug.xml21(td) #: ./doc/common/tables/nova-network.xml21(td) #: ./doc/common/tables/nova-network.xml25(td) #: ./doc/common/tables/nova-network.xml29(td) #: ./doc/common/tables/nova-network.xml33(td) #: ./doc/common/tables/nova-network.xml37(td) #: ./doc/common/tables/nova-network.xml41(td) #: ./doc/common/tables/nova-network.xml45(td) #: ./doc/common/tables/nova-network.xml49(td) #: ./doc/common/tables/nova-network.xml53(td) #: ./doc/common/tables/nova-network.xml57(td) #: ./doc/common/tables/nova-network.xml61(td) #: ./doc/common/tables/nova-network.xml65(td) #: ./doc/common/tables/nova-network.xml69(td) #: ./doc/common/tables/nova-network.xml77(td) #: ./doc/common/tables/nova-network.xml81(td) #: ./doc/common/tables/nova-network.xml85(td) #: ./doc/common/tables/nova-network.xml89(td) #: ./doc/common/tables/nova-network.xml93(td) #: ./doc/common/tables/nova-network.xml97(td) #: ./doc/common/tables/nova-network.xml101(td) #: ./doc/common/tables/nova-network.xml105(td) #: ./doc/common/tables/nova-network.xml109(td) #: ./doc/common/tables/nova-network.xml113(td) #: ./doc/common/tables/nova-network.xml117(td) #: ./doc/common/tables/nova-network.xml121(td) #: ./doc/common/tables/nova-network.xml125(td) #: ./doc/common/tables/nova-network.xml129(td) #: ./doc/common/tables/nova-network.xml137(td) #: ./doc/common/tables/nova-network.xml145(td) #: ./doc/common/tables/nova-network.xml153(td) #: ./doc/common/tables/nova-network.xml157(td) #: ./doc/common/tables/nova-network.xml161(td) #: ./doc/common/tables/nova-network.xml165(td) #: ./doc/common/tables/nova-network.xml169(td) #: ./doc/common/tables/nova-network.xml173(td) #: ./doc/common/tables/nova-network.xml177(td) #: ./doc/common/tables/nova-network.xml181(td) #: ./doc/common/tables/nova-network.xml185(td) #: ./doc/common/tables/nova-network.xml189(td) #: ./doc/common/tables/nova-network.xml193(td) #: ./doc/common/tables/nova-network.xml197(td) #: ./doc/common/tables/nova-network.xml201(td) #: ./doc/common/tables/nova-network.xml205(td) #: ./doc/common/tables/nova-network.xml209(td) #: ./doc/common/tables/nova-network.xml213(td) #: ./doc/common/tables/nova-network.xml217(td) #: ./doc/common/tables/nova-network.xml221(td) #: ./doc/common/tables/nova-network.xml225(td) #: ./doc/common/tables/nova-network.xml229(td) #: ./doc/common/tables/nova-network.xml233(td) #: ./doc/common/tables/nova-network.xml237(td) #: ./doc/common/tables/nova-network.xml241(td) #: ./doc/common/tables/nova-network.xml245(td) #: ./doc/common/tables/nova-network.xml249(td) #: ./doc/common/tables/nova-network.xml253(td) #: ./doc/common/tables/nova-network.xml257(td) #: ./doc/common/tables/nova-network.xml264(td) #: ./doc/common/tables/glance-redis.xml21(td) #: ./doc/common/tables/glance-redis.xml25(td) #: ./doc/common/tables/glance-redis.xml29(td) #: ./doc/common/tables/glance-redis.xml36(td) #: ./doc/common/tables/cinder-smbfs.xml21(td) #: ./doc/common/tables/cinder-smbfs.xml25(td) #: ./doc/common/tables/cinder-smbfs.xml29(td) #: ./doc/common/tables/cinder-smbfs.xml33(td) #: ./doc/common/tables/cinder-smbfs.xml37(td) #: ./doc/common/tables/cinder-smbfs.xml41(td) #: ./doc/common/tables/cinder-smbfs.xml45(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml25(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml29(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml37(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml45(td) #: ./doc/common/tables/nova-ca.xml21(td) ./doc/common/tables/nova-ca.xml25(td) #: ./doc/common/tables/nova-ca.xml29(td) ./doc/common/tables/nova-ca.xml33(td) #: ./doc/common/tables/nova-ca.xml37(td) ./doc/common/tables/nova-ca.xml41(td) #: ./doc/common/tables/nova-ca.xml45(td) ./doc/common/tables/nova-ca.xml49(td) #: ./doc/common/tables/nova-ca.xml53(td) ./doc/common/tables/nova-ca.xml57(td) #: ./doc/common/tables/nova-ca.xml61(td) ./doc/common/tables/nova-ca.xml65(td) #: ./doc/common/tables/nova-ca.xml69(td) ./doc/common/tables/nova-ca.xml73(td) #: ./doc/common/tables/nova-ca.xml80(td) ./doc/common/tables/nova-ca.xml84(td) #: ./doc/common/tables/nova-ca.xml88(td) #: ./doc/common/tables/neutron-l3_arista.xml21(td) #: ./doc/common/tables/neutron-l3_arista.xml25(td) #: ./doc/common/tables/neutron-l3_arista.xml45(td) #: ./doc/common/tables/neutron-dhcp_agent.xml25(td) #: ./doc/common/tables/neutron-dhcp_agent.xml29(td) #: ./doc/common/tables/neutron-dhcp_agent.xml33(td) #: ./doc/common/tables/neutron-dhcp_agent.xml37(td) #: ./doc/common/tables/neutron-dhcp_agent.xml41(td) #: ./doc/common/tables/neutron-dhcp_agent.xml45(td) #: ./doc/common/tables/neutron-dhcp_agent.xml49(td) #: ./doc/common/tables/ceilometer-collector.xml21(td) #: ./doc/common/tables/ceilometer-collector.xml28(td) #: ./doc/common/tables/ceilometer-collector.xml32(td) #: ./doc/common/tables/ceilometer-collector.xml36(td) #: ./doc/common/tables/ceilometer-collector.xml40(td) #: ./doc/common/tables/ceilometer-collector.xml47(td) #: ./doc/common/tables/ceilometer-collector.xml51(td) #: ./doc/common/tables/ceilometer-collector.xml55(td) #: ./doc/common/tables/cinder-hds-hus.xml21(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml21(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml25(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml29(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml33(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml37(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml41(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml45(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml49(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml53(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml57(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml61(td) #: ./doc/common/tables/swift-swift-swift-hash.xml20(td) #: ./doc/common/tables/swift-swift-swift-hash.xml32(td) #: ./doc/common/tables/heat-debug.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml32(td) #: ./doc/common/tables/trove-guestagent.xml21(td) #: ./doc/common/tables/trove-guestagent.xml25(td) #: ./doc/common/tables/trove-guestagent.xml29(td) #: ./doc/common/tables/trove-guestagent.xml33(td) #: ./doc/common/tables/trove-guestagent.xml37(td) #: ./doc/common/tables/trove-guestagent.xml41(td) #: ./doc/common/tables/trove-guestagent.xml45(td) #: ./doc/common/tables/trove-guestagent.xml49(td) #: ./doc/common/tables/trove-guestagent.xml53(td) #: ./doc/common/tables/trove-guestagent.xml57(td) #: ./doc/common/tables/trove-guestagent.xml61(td) #: ./doc/common/tables/trove-guestagent.xml65(td) #: ./doc/common/tables/ironic-irmc.xml21(td) #: ./doc/common/tables/ironic-irmc.xml25(td) #: ./doc/common/tables/ironic-irmc.xml29(td) #: ./doc/common/tables/nova-qpid.xml21(td) #: ./doc/common/tables/nova-qpid.xml25(td) #: ./doc/common/tables/nova-qpid.xml29(td) #: ./doc/common/tables/nova-qpid.xml37(td) #: ./doc/common/tables/nova-qpid.xml41(td) #: ./doc/common/tables/nova-qpid.xml45(td) #: ./doc/common/tables/nova-qpid.xml53(td) #: ./doc/common/tables/nova-qpid.xml57(td) #: ./doc/common/tables/sahara-rpc.xml21(td) #: ./doc/common/tables/sahara-rpc.xml25(td) #: ./doc/common/tables/sahara-rpc.xml29(td) #: ./doc/common/tables/sahara-rpc.xml33(td) #: ./doc/common/tables/sahara-rpc.xml37(td) #: ./doc/common/tables/sahara-rpc.xml41(td) #: ./doc/common/tables/sahara-rpc.xml45(td) #: ./doc/common/tables/sahara-rpc.xml52(td) #: ./doc/common/tables/sahara-rpc.xml56(td) #: ./doc/common/tables/sahara-rpc.xml60(td) #: ./doc/common/tables/sahara-rpc.xml64(td) #: ./doc/common/tables/sahara-rpc.xml68(td) #: ./doc/common/tables/sahara-rpc.xml72(td) #: ./doc/common/tables/sahara-rpc.xml88(td) #: ./doc/common/tables/sahara-rpc.xml92(td) #: ./doc/common/tables/neutron-ml2_sriov.xml21(td) #: ./doc/common/tables/neutron-ml2_sriov.xml25(td) #: ./doc/common/tables/neutron-ml2_l2pop.xml21(td) #: ./doc/common/tables/cinder-ibmnas.xml21(td) #: ./doc/common/tables/glance-amqp.xml21(td) #: ./doc/common/tables/glance-amqp.xml25(td) #: ./doc/common/tables/glance-amqp.xml29(td) #: ./doc/common/tables/glance-amqp.xml33(td) #: ./doc/common/tables/glance-amqp.xml37(td) #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml21(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml20(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml28(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml32(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml36(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml40(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml44(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml49(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml57(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml61(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml71(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml75(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml79(td) #: ./doc/common/tables/sahara-logging.xml21(td) #: ./doc/common/tables/sahara-logging.xml25(td) #: ./doc/common/tables/sahara-logging.xml29(td) #: ./doc/common/tables/sahara-logging.xml33(td) #: ./doc/common/tables/sahara-logging.xml37(td) #: ./doc/common/tables/sahara-logging.xml41(td) #: ./doc/common/tables/sahara-logging.xml45(td) #: ./doc/common/tables/sahara-logging.xml49(td) #: ./doc/common/tables/sahara-logging.xml53(td) #: ./doc/common/tables/sahara-logging.xml57(td) #: ./doc/common/tables/sahara-logging.xml61(td) #: ./doc/common/tables/sahara-logging.xml65(td) #: ./doc/common/tables/sahara-logging.xml69(td) #: ./doc/common/tables/sahara-logging.xml73(td) #: ./doc/common/tables/sahara-logging.xml77(td) #: ./doc/common/tables/sahara-logging.xml81(td) #: ./doc/common/tables/sahara-logging.xml85(td) #: ./doc/common/tables/sahara-logging.xml89(td) #: ./doc/common/tables/sahara-logging.xml93(td) #: ./doc/common/tables/sahara-logging.xml97(td) #: ./doc/common/tables/sahara-logging.xml101(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml48(td) #: ./doc/common/tables/neutron-testing.xml21(td) #: ./doc/common/tables/swift-object-server-pipeline-main.xml20(td) #: ./doc/common/tables/swift-memcache-memcache.xml20(td) #: ./doc/common/tables/swift-memcache-memcache.xml24(td) #: ./doc/common/tables/swift-memcache-memcache.xml28(td) #: ./doc/common/tables/swift-memcache-memcache.xml32(td) #: ./doc/common/tables/swift-memcache-memcache.xml36(td) #: ./doc/common/tables/swift-memcache-memcache.xml40(td) #: ./doc/common/tables/swift-memcache-memcache.xml44(td) #: ./doc/common/tables/neutron-ca.xml21(td) #: ./doc/common/tables/neutron-ca.xml25(td) #: ./doc/common/tables/neutron-ca.xml29(td) #: ./doc/common/tables/ceilometer-debug.xml21(td) #: ./doc/common/tables/ceilometer-debug.xml25(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml20(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml24(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml28(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml32(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml36(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml40(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml44(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml20(td) #: ./doc/common/tables/trove-compute.xml21(td) #: ./doc/common/tables/trove-compute.xml25(td) #: ./doc/common/tables/trove-compute.xml29(td) #: ./doc/common/tables/trove-compute.xml33(td) #: ./doc/common/tables/trove-compute.xml37(td) #: ./doc/common/tables/trove-compute.xml41(td) #: ./doc/common/tables/ironic-policy.xml21(td) #: ./doc/common/tables/ironic-policy.xml25(td) #: ./doc/common/tables/ironic-policy.xml29(td) #: ./doc/common/tables/sahara-rabbitmq.xml21(td) #: ./doc/common/tables/sahara-rabbitmq.xml41(td) #: ./doc/common/tables/sahara-rabbitmq.xml45(td) #: ./doc/common/tables/sahara-rabbitmq.xml49(td) #: ./doc/common/tables/sahara-rabbitmq.xml53(td) #: ./doc/common/tables/sahara-rabbitmq.xml57(td) #: ./doc/common/tables/sahara-rabbitmq.xml61(td) #: ./doc/common/tables/sahara-rabbitmq.xml65(td) #: ./doc/common/tables/sahara-rabbitmq.xml69(td) #: ./doc/common/tables/sahara-rabbitmq.xml73(td) #: ./doc/common/tables/sahara-rabbitmq.xml77(td) #: ./doc/common/tables/sahara-rabbitmq.xml81(td) #: ./doc/common/tables/sahara-rabbitmq.xml85(td) #: ./doc/common/tables/ironic-rootwrap.xml21(td) #: ./doc/common/tables/ironic-rootwrap.xml25(td) #: ./doc/common/tables/ironic-rootwrap.xml29(td) #: ./doc/common/tables/ironic-rootwrap.xml33(td) #: ./doc/common/tables/ironic-rootwrap.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml91(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml20(td) #: ./doc/common/tables/trove-db_redis.xml21(td) #: ./doc/common/tables/trove-db_redis.xml25(td) #: ./doc/common/tables/trove-db_redis.xml29(td) #: ./doc/common/tables/trove-db_redis.xml33(td) #: ./doc/common/tables/trove-db_redis.xml37(td) #: ./doc/common/tables/trove-db_redis.xml41(td) #: ./doc/common/tables/trove-db_redis.xml45(td) #: ./doc/common/tables/trove-db_redis.xml49(td) #: ./doc/common/tables/trove-db_redis.xml57(td) #: ./doc/common/tables/cinder-rpc.xml21(td) #: ./doc/common/tables/cinder-rpc.xml25(td) #: ./doc/common/tables/cinder-rpc.xml29(td) #: ./doc/common/tables/cinder-rpc.xml33(td) #: ./doc/common/tables/cinder-rpc.xml37(td) #: ./doc/common/tables/cinder-rpc.xml41(td) #: ./doc/common/tables/cinder-rpc.xml45(td) #: ./doc/common/tables/cinder-rpc.xml49(td) #: ./doc/common/tables/cinder-rpc.xml56(td) #: ./doc/common/tables/cinder-rpc.xml60(td) #: ./doc/common/tables/cinder-rpc.xml67(td) #: ./doc/common/tables/cinder-rpc.xml71(td) #: ./doc/common/tables/cinder-rpc.xml75(td) #: ./doc/common/tables/cinder-rpc.xml79(td) #: ./doc/common/tables/cinder-rpc.xml83(td) #: ./doc/common/tables/cinder-rpc.xml87(td) #: ./doc/common/tables/cinder-rpc.xml103(td) #: ./doc/common/tables/cinder-rpc.xml107(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml20(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml24(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml28(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml32(td) #: ./doc/common/tables/cinder-hpmsa.xml21(td) #: ./doc/common/tables/nova-apiv3.xml21(td) #: ./doc/common/tables/keystone-oauth.xml21(td) #: ./doc/common/tables/keystone-oauth.xml25(td) #: ./doc/common/tables/keystone-oauth.xml29(td) #: ./doc/common/tables/cinder-storage_gpfs.xml21(td) #: ./doc/common/tables/cinder-storage_gpfs.xml25(td) #: ./doc/common/tables/cinder-storage_gpfs.xml29(td) #: ./doc/common/tables/cinder-storage_gpfs.xml33(td) #: ./doc/common/tables/cinder-storage_gpfs.xml37(td) #: ./doc/common/tables/cinder-storage_gpfs.xml41(td) #: ./doc/common/tables/cinder-storpool.xml21(td) #: ./doc/common/tables/cinder-storpool.xml25(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml20(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml32(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml48(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml60(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml64(td) #: ./doc/common/tables/trove-zeromq.xml21(td) #: ./doc/common/tables/trove-zeromq.xml25(td) #: ./doc/common/tables/trove-zeromq.xml29(td) #: ./doc/common/tables/trove-zeromq.xml33(td) #: ./doc/common/tables/trove-zeromq.xml37(td) #: ./doc/common/tables/trove-zeromq.xml41(td) #: ./doc/common/tables/trove-zeromq.xml45(td) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml20(td) #: ./doc/common/tables/cinder-backups_swift.xml21(td) #: ./doc/common/tables/cinder-backups_swift.xml25(td) #: ./doc/common/tables/cinder-backups_swift.xml29(td) #: ./doc/common/tables/cinder-backups_swift.xml33(td) #: ./doc/common/tables/cinder-backups_swift.xml37(td) #: ./doc/common/tables/cinder-backups_swift.xml41(td) #: ./doc/common/tables/cinder-backups_swift.xml45(td) #: ./doc/common/tables/cinder-backups_swift.xml49(td) #: ./doc/common/tables/cinder-backups_swift.xml53(td) #: ./doc/common/tables/cinder-backups_swift.xml57(td) #: ./doc/common/tables/cinder-backups_swift.xml61(td) #: ./doc/common/tables/cinder-backups_swift.xml65(td) #: ./doc/common/tables/trove-database.xml21(td) #: ./doc/common/tables/trove-database.xml25(td) #: ./doc/common/tables/trove-database.xml29(td) #: ./doc/common/tables/trove-database.xml33(td) #: ./doc/common/tables/ironic-common.xml21(td) #: ./doc/common/tables/ironic-common.xml25(td) #: ./doc/common/tables/ironic-common.xml29(td) #: ./doc/common/tables/ironic-common.xml33(td) #: ./doc/common/tables/ironic-common.xml37(td) #: ./doc/common/tables/ironic-common.xml41(td) #: ./doc/common/tables/ironic-common.xml45(td) #: ./doc/common/tables/ironic-common.xml49(td) #: ./doc/common/tables/ironic-common.xml53(td) #: ./doc/common/tables/ironic-common.xml57(td) #: ./doc/common/tables/ironic-common.xml61(td) #: ./doc/common/tables/ironic-common.xml65(td) #: ./doc/common/tables/ironic-common.xml69(td) #: ./doc/common/tables/ironic-common.xml73(td) #: ./doc/common/tables/ironic-common.xml77(td) #: ./doc/common/tables/ironic-common.xml81(td) #: ./doc/common/tables/ironic-common.xml85(td) #: ./doc/common/tables/ironic-common.xml89(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml20(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml24(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml28(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml32(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml36(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml40(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml44(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml48(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml52(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml56(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml60(td) #: ./doc/common/tables/nova-authentication.xml21(td) #: ./doc/common/tables/neutron-nvsd.xml21(td) #: ./doc/common/tables/neutron-nvsd.xml28(td) #: ./doc/common/tables/neutron-nvsd.xml32(td) #: ./doc/common/tables/neutron-nvsd.xml36(td) #: ./doc/common/tables/neutron-nvsd.xml40(td) #: ./doc/common/tables/neutron-nvsd.xml44(td) #: ./doc/common/tables/neutron-nvsd.xml48(td) #: ./doc/common/tables/ceilometer-compute.xml21(td) #: ./doc/common/tables/ceilometer-compute.xml25(td) #: ./doc/common/tables/cinder-ca.xml21(td) #: ./doc/common/tables/cinder-ca.xml25(td) #: ./doc/common/tables/cinder-ca.xml29(td) #: ./doc/common/tables/swift-account-server-pipeline-main.xml20(td) #: ./doc/common/tables/ironic-zeromq.xml21(td) #: ./doc/common/tables/ironic-zeromq.xml25(td) #: ./doc/common/tables/ironic-zeromq.xml29(td) #: ./doc/common/tables/ironic-zeromq.xml33(td) #: ./doc/common/tables/ironic-zeromq.xml37(td) #: ./doc/common/tables/ironic-zeromq.xml41(td) #: ./doc/common/tables/ironic-zeromq.xml45(td) #: ./doc/common/tables/glance-gridfs.xml21(td) #: ./doc/common/tables/glance-gridfs.xml25(td) #: ./doc/common/tables/neutron-hyperv_agent.xml21(td) #: ./doc/common/tables/neutron-hyperv_agent.xml25(td) #: ./doc/common/tables/neutron-hyperv_agent.xml29(td) #: ./doc/common/tables/neutron-hyperv_agent.xml37(td) #: ./doc/common/tables/neutron-hyperv_agent.xml48(td) #: ./doc/common/tables/neutron-hyperv_agent.xml55(td) #: ./doc/common/tables/ceilometer-tripleo.xml21(td) #: ./doc/common/tables/ceilometer-tripleo.xml25(td) #: ./doc/common/tables/ceilometer-tripleo.xml29(td) #: ./doc/common/tables/keystone-federation.xml25(td) #: ./doc/common/tables/glance-taskflow.xml21(td) #: ./doc/common/tables/glance-taskflow.xml25(td) #: ./doc/common/tables/ceilometer-service_types.xml21(td) #: ./doc/common/tables/ceilometer-service_types.xml25(td) #: ./doc/common/tables/ceilometer-service_types.xml29(td) #: ./doc/common/tables/ceilometer-service_types.xml33(td) #: ./doc/common/tables/ceilometer-service_types.xml37(td) #: ./doc/common/tables/cinder-eqlx.xml21(td) #: ./doc/common/tables/cinder-eqlx.xml25(td) #: ./doc/common/tables/cinder-eqlx.xml29(td) #: ./doc/common/tables/cinder-eqlx.xml33(td) #: ./doc/common/tables/cinder-eqlx.xml37(td) #: ./doc/common/tables/cinder-eqlx.xml41(td) #: ./doc/common/tables/cinder-eqlx.xml45(td) #: ./doc/common/tables/heat-redis.xml21(td) #: ./doc/common/tables/heat-redis.xml25(td) #: ./doc/common/tables/heat-redis.xml29(td) #: ./doc/common/tables/heat-redis.xml36(td) #: ./doc/common/tables/nova-ec2.xml21(td) #: ./doc/common/tables/nova-ec2.xml25(td) #: ./doc/common/tables/nova-ec2.xml29(td) #: ./doc/common/tables/nova-ec2.xml33(td) #: ./doc/common/tables/nova-ec2.xml37(td) #: ./doc/common/tables/nova-ec2.xml41(td) #: ./doc/common/tables/nova-ec2.xml45(td) #: ./doc/common/tables/nova-ec2.xml49(td) #: ./doc/common/tables/nova-ec2.xml53(td) #: ./doc/common/tables/nova-ec2.xml57(td) #: ./doc/common/tables/nova-ec2.xml61(td) #: ./doc/common/tables/nova-ec2.xml65(td) #: ./doc/common/tables/nova-ec2.xml69(td) #: ./doc/common/tables/nova-ec2.xml73(td) #: ./doc/common/tables/nova-ec2.xml77(td) #: ./doc/common/tables/nova-ec2.xml81(td) #: ./doc/common/tables/keystone-credential.xml21(td) #: ./doc/common/tables/ironic-conductor.xml21(td) #: ./doc/common/tables/ironic-conductor.xml25(td) #: ./doc/common/tables/ironic-conductor.xml29(td) #: ./doc/common/tables/ironic-conductor.xml33(td) #: ./doc/common/tables/ironic-conductor.xml37(td) #: ./doc/common/tables/ironic-conductor.xml41(td) #: ./doc/common/tables/ironic-conductor.xml45(td) #: ./doc/common/tables/ironic-conductor.xml49(td) #: ./doc/common/tables/ironic-conductor.xml53(td) #: ./doc/common/tables/ironic-conductor.xml57(td) #: ./doc/common/tables/ironic-conductor.xml61(td) #: ./doc/common/tables/ironic-conductor.xml65(td) #: ./doc/common/tables/ironic-conductor.xml69(td) #: ./doc/common/tables/ironic-conductor.xml73(td) #: ./doc/common/tables/ironic-conductor.xml77(td) #: ./doc/common/tables/ironic-conductor.xml81(td) #: ./doc/common/tables/ironic-conductor.xml85(td) #: ./doc/common/tables/ironic-conductor.xml89(td) #: ./doc/common/tables/ironic-testing.xml21(td) #: ./doc/common/tables/neutron-metadata.xml21(td) #: ./doc/common/tables/neutron-metadata.xml25(td) #: ./doc/common/tables/neutron-metadata.xml29(td) #: ./doc/common/tables/neutron-metadata.xml33(td) #: ./doc/common/tables/neutron-metadata.xml45(td) #: ./doc/common/tables/neutron-metadata.xml53(td) #: ./doc/common/tables/neutron-metadata.xml57(td) #: ./doc/common/tables/neutron-metadata.xml61(td) #: ./doc/common/tables/neutron-metadata.xml65(td) #: ./doc/common/tables/neutron-metadata.xml69(td) #: ./doc/common/tables/nova-fping.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml20(td) #: ./doc/common/tables/ironic-auth.xml21(td) #: ./doc/common/tables/trove-cluster.xml21(td) #: ./doc/common/tables/trove-cluster.xml25(td) #: ./doc/common/tables/trove-cluster.xml29(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml20(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml24(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml32(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml36(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml40(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml44(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml48(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml52(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml56(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml60(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml64(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml68(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml72(td) #: ./doc/common/tables/neutron-debug.xml21(td) #: ./doc/common/tables/sahara-qpid.xml21(td) #: ./doc/common/tables/sahara-qpid.xml25(td) #: ./doc/common/tables/sahara-qpid.xml29(td) #: ./doc/common/tables/sahara-qpid.xml37(td) #: ./doc/common/tables/sahara-qpid.xml41(td) #: ./doc/common/tables/sahara-qpid.xml45(td) #: ./doc/common/tables/sahara-qpid.xml53(td) #: ./doc/common/tables/sahara-qpid.xml57(td) #: ./doc/common/tables/neutron-ml2_ncs.xml21(td) #: ./doc/common/tables/neutron-ml2_ncs.xml25(td) #: ./doc/common/tables/neutron-ml2_ncs.xml29(td) #: ./doc/common/tables/neutron-ml2_ncs.xml33(td) #: ./doc/common/tables/neutron-ml2_arista.xml33(td) #: ./doc/common/tables/neutron-ml2_arista.xml37(td) #: ./doc/common/tables/neutron-ml2_arista.xml41(td) #: ./doc/common/tables/nova-trustedcomputing.xml21(td) #: ./doc/common/tables/nova-trustedcomputing.xml25(td) #: ./doc/common/tables/nova-trustedcomputing.xml29(td) #: ./doc/common/tables/nova-trustedcomputing.xml33(td) #: ./doc/common/tables/nova-trustedcomputing.xml37(td) #: ./doc/common/tables/nova-trustedcomputing.xml41(td) #: ./doc/common/tables/nova-trustedcomputing.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml44(td) #: ./doc/common/tables/nova-amqp.xml21(td) #: ./doc/common/tables/nova-amqp.xml25(td) #: ./doc/common/tables/nova-amqp.xml29(td) #: ./doc/common/tables/nova-amqp.xml33(td) #: ./doc/common/tables/nova-amqp.xml37(td) #: ./doc/common/tables/nova-amqp.xml41(td) #: ./doc/common/tables/nova-amqp.xml45(td) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml20(td) #: ./doc/common/tables/neutron-compute.xml21(td) #: ./doc/common/tables/neutron-compute.xml25(td) #: ./doc/common/tables/neutron-compute.xml29(td) #: ./doc/common/tables/neutron-compute.xml33(td) #: ./doc/common/tables/neutron-compute.xml37(td) #: ./doc/common/tables/neutron-compute.xml41(td) #: ./doc/common/tables/neutron-compute.xml45(td) #: ./doc/common/tables/neutron-compute.xml49(td) #: ./doc/common/tables/neutron-compute.xml53(td) #: ./doc/common/tables/neutron-compute.xml65(td) #: ./doc/common/tables/neutron-compute.xml69(td) #: ./doc/common/tables/neutron-compute.xml73(td) #: ./doc/common/tables/glance-imagecache.xml21(td) #: ./doc/common/tables/glance-imagecache.xml25(td) #: ./doc/common/tables/glance-imagecache.xml29(td) #: ./doc/common/tables/glance-imagecache.xml33(td) #: ./doc/common/tables/glance-imagecache.xml37(td) #: ./doc/common/tables/glance-imagecache.xml41(td) #: ./doc/common/tables/glance-imagecache.xml45(td) #: ./doc/common/tables/glance-imagecache.xml49(td) #: ./doc/common/tables/glance-imagecache.xml53(td) #: ./doc/common/tables/glance-imagecache.xml57(td) #: ./doc/common/tables/neutron-ml2_brocade.xml25(td) #: ./doc/common/tables/neutron-ml2_brocade.xml29(td) #: ./doc/common/tables/neutron-ml2_brocade.xml33(td) #: ./doc/common/tables/neutron-ml2_brocade.xml41(td) #: ./doc/common/tables/neutron-ml2_brocade.xml45(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml20(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml24(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml28(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml32(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml36(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml40(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml44(td) #: ./doc/common/tables/cinder-nas.xml25(td) #: ./doc/common/tables/cinder-nas.xml29(td) #: ./doc/common/tables/cinder-nas.xml41(td) #: ./doc/common/tables/cinder-nas.xml45(td) #: ./doc/common/tables/cinder-nas.xml53(td) #: ./doc/common/tables/ironic-cells.xml21(td) #: ./doc/common/tables/ironic-cells.xml25(td) #: ./doc/common/tables/ironic-cells.xml29(td) #: ./doc/common/tables/ironic-cells.xml33(td) #: ./doc/common/tables/ironic-cells.xml37(td) #: ./doc/common/tables/ironic-cells.xml41(td) #: ./doc/common/tables/ironic-cells.xml45(td) #: ./doc/common/tables/ironic-cells.xml49(td) #: ./doc/common/tables/ironic-cells.xml53(td) #: ./doc/common/tables/ironic-cells.xml57(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml21(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml25(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml29(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml33(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml37(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml41(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml45(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml49(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml53(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml57(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml61(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml65(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml69(td) #: ./doc/common/tables/heat-clients_swift.xml21(td) #: ./doc/common/tables/heat-clients_swift.xml25(td) #: ./doc/common/tables/heat-clients_swift.xml29(td) #: ./doc/common/tables/heat-clients_swift.xml33(td) #: ./doc/common/tables/heat-clients_swift.xml37(td) #: ./doc/common/tables/keystone-logging.xml21(td) #: ./doc/common/tables/keystone-logging.xml25(td) #: ./doc/common/tables/keystone-logging.xml29(td) #: ./doc/common/tables/keystone-logging.xml33(td) #: ./doc/common/tables/keystone-logging.xml37(td) #: ./doc/common/tables/keystone-logging.xml41(td) #: ./doc/common/tables/keystone-logging.xml45(td) #: ./doc/common/tables/keystone-logging.xml49(td) #: ./doc/common/tables/keystone-logging.xml53(td) #: ./doc/common/tables/keystone-logging.xml57(td) #: ./doc/common/tables/keystone-logging.xml61(td) #: ./doc/common/tables/keystone-logging.xml65(td) #: ./doc/common/tables/keystone-logging.xml69(td) #: ./doc/common/tables/keystone-logging.xml73(td) #: ./doc/common/tables/keystone-logging.xml77(td) #: ./doc/common/tables/keystone-logging.xml81(td) #: ./doc/common/tables/keystone-logging.xml85(td) #: ./doc/common/tables/keystone-logging.xml89(td) #: ./doc/common/tables/keystone-logging.xml93(td) #: ./doc/common/tables/keystone-logging.xml97(td) #: ./doc/common/tables/neutron-brocade.xml21(td) #: ./doc/common/tables/neutron-brocade.xml32(td) #: ./doc/common/tables/neutron-ml2_odl.xml21(td) #: ./doc/common/tables/neutron-ml2_odl.xml25(td) #: ./doc/common/tables/neutron-ml2_odl.xml29(td) #: ./doc/common/tables/neutron-ml2_odl.xml33(td) #: ./doc/common/tables/neutron-ml2_odl.xml37(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml24(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml28(td) #: ./doc/common/tables/heat-rpc.xml21(td) #: ./doc/common/tables/heat-rpc.xml25(td) #: ./doc/common/tables/heat-rpc.xml29(td) #: ./doc/common/tables/heat-rpc.xml33(td) #: ./doc/common/tables/heat-rpc.xml37(td) #: ./doc/common/tables/heat-rpc.xml41(td) #: ./doc/common/tables/heat-rpc.xml45(td) #: ./doc/common/tables/heat-rpc.xml49(td) #: ./doc/common/tables/heat-rpc.xml56(td) #: ./doc/common/tables/heat-rpc.xml60(td) #: ./doc/common/tables/heat-rpc.xml64(td) #: ./doc/common/tables/heat-rpc.xml68(td) #: ./doc/common/tables/heat-rpc.xml72(td) #: ./doc/common/tables/heat-rpc.xml76(td) #: ./doc/common/tables/heat-rpc.xml92(td) #: ./doc/common/tables/heat-rpc.xml96(td) #: ./doc/common/tables/trove-taskmanager.xml21(td) #: ./doc/common/tables/trove-taskmanager.xml25(td) #: ./doc/common/tables/trove-taskmanager.xml29(td) #: ./doc/common/tables/trove-taskmanager.xml33(td) #: ./doc/common/tables/trove-taskmanager.xml37(td) #: ./doc/common/tables/trove-taskmanager.xml41(td) #: ./doc/common/tables/trove-taskmanager.xml45(td) #: ./doc/common/tables/trove-taskmanager.xml49(td) #: ./doc/common/tables/trove-taskmanager.xml53(td) #: ./doc/common/tables/trove-taskmanager.xml57(td) #: ./doc/common/tables/trove-taskmanager.xml61(td) #: ./doc/common/tables/trove-taskmanager.xml65(td) #: ./doc/common/tables/trove-taskmanager.xml69(td) #: ./doc/common/tables/trove-taskmanager.xml73(td) #: ./doc/common/tables/trove-taskmanager.xml77(td) #: ./doc/common/tables/trove-taskmanager.xml81(td) #: ./doc/common/tables/trove-taskmanager.xml85(td) #: ./doc/common/tables/heat-cloudwatch_api.xml21(td) #: ./doc/common/tables/heat-cloudwatch_api.xml32(td) #: ./doc/common/tables/heat-cloudwatch_api.xml36(td) #: ./doc/common/tables/heat-cloudwatch_api.xml40(td) #: ./doc/common/tables/heat-cloudwatch_api.xml44(td) #: ./doc/common/tables/heat-cloudwatch_api.xml48(td) #: ./doc/common/tables/heat-cloudwatch_api.xml52(td) #: ./doc/common/tables/heat-cloudwatch_api.xml56(td) #: ./doc/common/tables/cinder-images.xml25(td) #: ./doc/common/tables/cinder-images.xml29(td) #: ./doc/common/tables/cinder-images.xml33(td) #: ./doc/common/tables/cinder-images.xml37(td) #: ./doc/common/tables/cinder-images.xml41(td) #: ./doc/common/tables/cinder-images.xml45(td) #: ./doc/common/tables/cinder-images.xml49(td) #: ./doc/common/tables/cinder-images.xml53(td) #: ./doc/common/tables/cinder-images.xml57(td) #: ./doc/common/tables/cinder-images.xml61(td) #: ./doc/common/tables/cinder-images.xml65(td) #: ./doc/common/tables/cinder-images.xml69(td) #: ./doc/common/tables/cinder-huawei.xml21(td) #: ./doc/common/tables/nova-console.xml21(td) #: ./doc/common/tables/nova-console.xml25(td) #: ./doc/common/tables/nova-console.xml29(td) #: ./doc/common/tables/cinder-profiler.xml21(td) #: ./doc/common/tables/cinder-profiler.xml25(td) #: ./doc/common/tables/neutron-fwaas.xml21(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml21(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml25(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml29(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml33(td) #: ./doc/common/tables/nova-database.xml21(td) #: ./doc/common/tables/nova-database.xml28(td) #: ./doc/common/tables/nova-database.xml32(td) #: ./doc/common/tables/nova-database.xml36(td) #: ./doc/common/tables/nova-database.xml40(td) #: ./doc/common/tables/nova-database.xml44(td) #: ./doc/common/tables/nova-database.xml48(td) #: ./doc/common/tables/nova-database.xml52(td) #: ./doc/common/tables/nova-database.xml56(td) #: ./doc/common/tables/nova-database.xml60(td) #: ./doc/common/tables/nova-database.xml64(td) #: ./doc/common/tables/nova-database.xml68(td) #: ./doc/common/tables/nova-database.xml72(td) #: ./doc/common/tables/nova-database.xml76(td) #: ./doc/common/tables/nova-database.xml80(td) #: ./doc/common/tables/nova-database.xml84(td) #: ./doc/common/tables/nova-database.xml88(td) #: ./doc/common/tables/nova-database.xml92(td) #: ./doc/common/tables/nova-database.xml96(td) #: ./doc/common/tables/nova-database.xml100(td) #: ./doc/common/tables/nova-database.xml104(td) #: ./doc/common/tables/nova-database.xml108(td) #: ./doc/common/tables/nova-quota.xml21(td) #: ./doc/common/tables/nova-quota.xml25(td) #: ./doc/common/tables/nova-quota.xml29(td) #: ./doc/common/tables/nova-quota.xml33(td) #: ./doc/common/tables/nova-quota.xml37(td) #: ./doc/common/tables/nova-quota.xml41(td) #: ./doc/common/tables/nova-quota.xml45(td) #: ./doc/common/tables/nova-quota.xml49(td) #: ./doc/common/tables/nova-quota.xml53(td) #: ./doc/common/tables/nova-quota.xml57(td) #: ./doc/common/tables/nova-quota.xml61(td) #: ./doc/common/tables/nova-quota.xml65(td) #: ./doc/common/tables/nova-quota.xml69(td) #: ./doc/common/tables/nova-quota.xml73(td) #: ./doc/common/tables/nova-quota.xml77(td) #: ./doc/common/tables/nova-quota.xml81(td) #: ./doc/common/tables/nova-quota.xml85(td) #: ./doc/common/tables/nova-quota.xml89(td) #: ./doc/common/tables/nova-quota.xml96(td) #: ./doc/common/tables/heat-logging.xml21(td) #: ./doc/common/tables/heat-logging.xml25(td) #: ./doc/common/tables/heat-logging.xml29(td) #: ./doc/common/tables/heat-logging.xml33(td) #: ./doc/common/tables/heat-logging.xml37(td) #: ./doc/common/tables/heat-logging.xml41(td) #: ./doc/common/tables/heat-logging.xml45(td) #: ./doc/common/tables/heat-logging.xml49(td) #: ./doc/common/tables/heat-logging.xml53(td) #: ./doc/common/tables/heat-logging.xml57(td) #: ./doc/common/tables/heat-logging.xml61(td) #: ./doc/common/tables/heat-logging.xml65(td) #: ./doc/common/tables/heat-logging.xml69(td) #: ./doc/common/tables/heat-logging.xml73(td) #: ./doc/common/tables/heat-logging.xml77(td) #: ./doc/common/tables/heat-logging.xml81(td) #: ./doc/common/tables/heat-logging.xml85(td) #: ./doc/common/tables/heat-logging.xml89(td) #: ./doc/common/tables/heat-logging.xml93(td) #: ./doc/common/tables/heat-logging.xml97(td) #: ./doc/common/tables/ironic-pxe.xml21(td) #: ./doc/common/tables/ironic-pxe.xml25(td) #: ./doc/common/tables/ironic-pxe.xml29(td) #: ./doc/common/tables/ironic-pxe.xml33(td) #: ./doc/common/tables/ironic-pxe.xml37(td) #: ./doc/common/tables/ironic-pxe.xml41(td) #: ./doc/common/tables/ironic-pxe.xml45(td) #: ./doc/common/tables/ironic-pxe.xml49(td) #: ./doc/common/tables/ironic-pxe.xml53(td) #: ./doc/common/tables/ironic-pxe.xml57(td) #: ./doc/common/tables/ironic-pxe.xml61(td) #: ./doc/common/tables/ironic-pxe.xml65(td) #: ./doc/common/tables/ironic-pxe.xml69(td) #: ./doc/common/tables/ironic-pxe.xml73(td) #: ./doc/common/tables/ironic-pxe.xml77(td) #: ./doc/common/tables/ironic-pxe.xml81(td) #: ./doc/common/tables/ironic-pxe.xml85(td) #: ./doc/common/tables/ironic-pxe.xml89(td) #: ./doc/common/tables/trove-redis.xml21(td) #: ./doc/common/tables/trove-redis.xml25(td) #: ./doc/common/tables/trove-redis.xml29(td) #: ./doc/common/tables/trove-redis.xml36(td) #: ./doc/common/tables/heat-crypt.xml21(td) #: ./doc/common/tables/neutron-midonet.xml21(td) #: ./doc/common/tables/neutron-midonet.xml25(td) #: ./doc/common/tables/neutron-midonet.xml29(td) #: ./doc/common/tables/neutron-midonet.xml33(td) #: ./doc/common/tables/neutron-midonet.xml37(td) #: ./doc/common/tables/neutron-midonet.xml41(td) #: ./doc/common/tables/neutron-midonet.xml45(td) #: ./doc/common/tables/cinder-coraid.xml21(td) #: ./doc/common/tables/cinder-coraid.xml29(td) #: ./doc/common/tables/cinder-coraid.xml33(td) #: ./doc/common/tables/cinder-coraid.xml37(td) #: ./doc/common/tables/cinder-coraid.xml41(td) #: ./doc/common/tables/cinder-compute.xml21(td) #: ./doc/common/tables/cinder-compute.xml25(td) #: ./doc/common/tables/cinder-compute.xml29(td) #: ./doc/common/tables/cinder-compute.xml33(td) #: ./doc/common/tables/cinder-compute.xml37(td) #: ./doc/common/tables/cinder-compute.xml41(td) #: ./doc/common/tables/cinder-compute.xml45(td) #: ./doc/common/tables/ironic-debug.xml21(td) #: ./doc/common/tables/ironic-console.xml21(td) #: ./doc/common/tables/ironic-console.xml25(td) #: ./doc/common/tables/ironic-console.xml29(td) #: ./doc/common/tables/ironic-console.xml33(td) #: ./doc/common/tables/ironic-console.xml37(td) #: ./doc/common/tables/swift-rsyncd-object.xml20(td) #: ./doc/common/tables/swift-rsyncd-object.xml24(td) #: ./doc/common/tables/swift-rsyncd-object.xml28(td) #: ./doc/common/tables/swift-rsyncd-object.xml32(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml20(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml24(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml28(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml32(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml36(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml40(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml44(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml48(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml52(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml56(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml60(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml64(td) #: ./doc/common/tables/ironic-logging.xml21(td) #: ./doc/common/tables/ironic-logging.xml25(td) #: ./doc/common/tables/ironic-logging.xml29(td) #: ./doc/common/tables/ironic-logging.xml33(td) #: ./doc/common/tables/ironic-logging.xml37(td) #: ./doc/common/tables/ironic-logging.xml41(td) #: ./doc/common/tables/ironic-logging.xml45(td) #: ./doc/common/tables/ironic-logging.xml49(td) #: ./doc/common/tables/ironic-logging.xml53(td) #: ./doc/common/tables/ironic-logging.xml57(td) #: ./doc/common/tables/ironic-logging.xml61(td) #: ./doc/common/tables/ironic-logging.xml65(td) #: ./doc/common/tables/ironic-logging.xml69(td) #: ./doc/common/tables/ironic-logging.xml73(td) #: ./doc/common/tables/ironic-logging.xml77(td) #: ./doc/common/tables/ironic-logging.xml81(td) #: ./doc/common/tables/ironic-logging.xml85(td) #: ./doc/common/tables/ironic-logging.xml89(td) #: ./doc/common/tables/ironic-logging.xml93(td) #: ./doc/common/tables/ironic-logging.xml97(td) #: ./doc/common/tables/neutron-qpid.xml21(td) #: ./doc/common/tables/neutron-qpid.xml25(td) #: ./doc/common/tables/neutron-qpid.xml29(td) #: ./doc/common/tables/neutron-qpid.xml37(td) #: ./doc/common/tables/neutron-qpid.xml41(td) #: ./doc/common/tables/neutron-qpid.xml45(td) #: ./doc/common/tables/neutron-qpid.xml53(td) #: ./doc/common/tables/neutron-qpid.xml57(td) #: ./doc/common/tables/nova-rpc.xml21(td) #: ./doc/common/tables/nova-rpc.xml25(td) #: ./doc/common/tables/nova-rpc.xml29(td) #: ./doc/common/tables/nova-rpc.xml33(td) #: ./doc/common/tables/nova-rpc.xml37(td) #: ./doc/common/tables/nova-rpc.xml41(td) #: ./doc/common/tables/nova-rpc.xml45(td) #: ./doc/common/tables/nova-rpc.xml52(td) #: ./doc/common/tables/nova-rpc.xml59(td) #: ./doc/common/tables/nova-rpc.xml63(td) #: ./doc/common/tables/nova-rpc.xml70(td) #: ./doc/common/tables/nova-rpc.xml74(td) #: ./doc/common/tables/nova-rpc.xml78(td) #: ./doc/common/tables/nova-rpc.xml82(td) #: ./doc/common/tables/nova-rpc.xml86(td) #: ./doc/common/tables/nova-rpc.xml90(td) #: ./doc/common/tables/nova-rpc.xml106(td) #: ./doc/common/tables/nova-rpc.xml110(td) #: ./doc/common/tables/nova-rpc.xml117(td) #: ./doc/common/tables/cinder-zoning_manager_cisco.xml21(td) #: ./doc/common/tables/cinder-backups_tsm.xml21(td) #: ./doc/common/tables/cinder-backups_tsm.xml25(td) #: ./doc/common/tables/cinder-backups_tsm.xml29(td) #: ./doc/common/tables/cinder-san.xml29(td) #: ./doc/common/tables/cinder-san.xml33(td) #: ./doc/common/tables/cinder-san.xml45(td) #: ./doc/common/tables/cinder-san.xml49(td) #: ./doc/common/tables/cinder-san.xml53(td) #: ./doc/common/tables/cinder-san.xml57(td) #: ./doc/common/tables/cinder-san.xml61(td) #: ./doc/common/tables/cinder-san.xml65(td) #: ./doc/common/tables/nova-logging.xml21(td) #: ./doc/common/tables/nova-logging.xml25(td) #: ./doc/common/tables/nova-logging.xml29(td) #: ./doc/common/tables/nova-logging.xml33(td) #: ./doc/common/tables/nova-logging.xml37(td) #: ./doc/common/tables/nova-logging.xml41(td) #: ./doc/common/tables/nova-logging.xml45(td) #: ./doc/common/tables/nova-logging.xml49(td) #: ./doc/common/tables/nova-logging.xml53(td) #: ./doc/common/tables/nova-logging.xml57(td) #: ./doc/common/tables/nova-logging.xml61(td) #: ./doc/common/tables/nova-logging.xml65(td) #: ./doc/common/tables/nova-logging.xml69(td) #: ./doc/common/tables/nova-logging.xml73(td) #: ./doc/common/tables/nova-logging.xml77(td) #: ./doc/common/tables/nova-logging.xml81(td) #: ./doc/common/tables/nova-logging.xml85(td) #: ./doc/common/tables/nova-logging.xml89(td) #: ./doc/common/tables/nova-logging.xml93(td) #: ./doc/common/tables/nova-logging.xml97(td) #: ./doc/common/tables/nova-logging.xml101(td) #: ./doc/common/tables/ceilometer-alarms.xml21(td) #: ./doc/common/tables/neutron-nec.xml21(td) #: ./doc/common/tables/neutron-nec.xml25(td) #: ./doc/common/tables/neutron-nec.xml29(td) #: ./doc/common/tables/neutron-nec.xml33(td) #: ./doc/common/tables/neutron-nec.xml37(td) #: ./doc/common/tables/neutron-nec.xml41(td) #: ./doc/common/tables/neutron-nec.xml45(td) #: ./doc/common/tables/neutron-nec.xml53(td) #: ./doc/common/tables/neutron-nec.xml57(td) #: ./doc/common/tables/neutron-nec.xml61(td) #: ./doc/common/tables/neutron-nec.xml68(td) #: ./doc/common/tables/neutron-nec.xml72(td) #: ./doc/common/tables/keystone-security.xml21(td) #: ./doc/common/tables/heat-clients_neutron.xml21(td) #: ./doc/common/tables/heat-clients_neutron.xml25(td) #: ./doc/common/tables/heat-clients_neutron.xml29(td) #: ./doc/common/tables/heat-clients_neutron.xml33(td) #: ./doc/common/tables/heat-clients_neutron.xml37(td) #: ./doc/common/tables/nova-api.xml21(td) #: ./doc/common/tables/nova-api.xml25(td) #: ./doc/common/tables/nova-api.xml29(td) #: ./doc/common/tables/nova-api.xml33(td) #: ./doc/common/tables/nova-api.xml37(td) #: ./doc/common/tables/nova-api.xml45(td) #: ./doc/common/tables/nova-api.xml49(td) #: ./doc/common/tables/nova-api.xml53(td) #: ./doc/common/tables/nova-api.xml57(td) #: ./doc/common/tables/nova-api.xml61(td) #: ./doc/common/tables/nova-api.xml69(td) #: ./doc/common/tables/nova-api.xml73(td) #: ./doc/common/tables/nova-api.xml77(td) #: ./doc/common/tables/nova-api.xml81(td) #: ./doc/common/tables/nova-api.xml85(td) #: ./doc/common/tables/nova-api.xml89(td) #: ./doc/common/tables/nova-api.xml93(td) #: ./doc/common/tables/nova-api.xml97(td) #: ./doc/common/tables/nova-api.xml101(td) #: ./doc/common/tables/nova-api.xml105(td) #: ./doc/common/tables/nova-api.xml109(td) #: ./doc/common/tables/nova-api.xml113(td) #: ./doc/common/tables/nova-api.xml117(td) #: ./doc/common/tables/neutron-opencontrail.xml21(td) #: ./doc/common/tables/neutron-opencontrail.xml25(td) #: ./doc/common/tables/neutron-ml2_mlnx.xml21(td) #: ./doc/common/tables/sahara-domain.xml21(td) #: ./doc/common/tables/sahara-domain.xml25(td) #: ./doc/common/tables/sahara-domain.xml29(td) #: ./doc/common/tables/trove-auth_token.xml21(td) #: ./doc/common/tables/trove-auth_token.xml25(td) #: ./doc/common/tables/trove-auth_token.xml29(td) #: ./doc/common/tables/trove-auth_token.xml33(td) #: ./doc/common/tables/trove-auth_token.xml41(td) #: ./doc/common/tables/trove-auth_token.xml45(td) #: ./doc/common/tables/trove-auth_token.xml49(td) #: ./doc/common/tables/trove-auth_token.xml53(td) #: ./doc/common/tables/trove-auth_token.xml57(td) #: ./doc/common/tables/trove-auth_token.xml61(td) #: ./doc/common/tables/trove-auth_token.xml65(td) #: ./doc/common/tables/trove-auth_token.xml69(td) #: ./doc/common/tables/trove-auth_token.xml73(td) #: ./doc/common/tables/trove-auth_token.xml77(td) #: ./doc/common/tables/trove-auth_token.xml81(td) #: ./doc/common/tables/trove-auth_token.xml85(td) #: ./doc/common/tables/trove-auth_token.xml89(td) #: ./doc/common/tables/trove-auth_token.xml93(td) #: ./doc/common/tables/trove-auth_token.xml97(td) #: ./doc/common/tables/trove-auth_token.xml101(td) #: ./doc/common/tables/trove-auth_token.xml105(td) #: ./doc/common/tables/trove-auth_token.xml109(td) #: ./doc/common/tables/trove-auth_token.xml113(td) #: ./doc/common/tables/trove-auth_token.xml117(td) #: ./doc/common/tables/trove-auth_token.xml121(td) #: ./doc/common/tables/trove-auth_token.xml125(td) #: ./doc/common/tables/trove-auth_token.xml129(td) #: ./doc/common/tables/keystone-trust.xml21(td) #: ./doc/common/tables/keystone-trust.xml25(td) #: ./doc/common/tables/keystone-trust.xml29(td) #: ./doc/common/tables/keystone-trust.xml33(td) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) #: ./doc/common/tables/glance-cinder.xml21(td) #: ./doc/common/tables/glance-cinder.xml25(td) #: ./doc/common/tables/glance-cinder.xml29(td) #: ./doc/common/tables/glance-cinder.xml33(td) #: ./doc/common/tables/glance-cinder.xml37(td) #: ./doc/common/tables/swift-object-server-object-updater.xml20(td) #: ./doc/common/tables/swift-object-server-object-updater.xml24(td) #: ./doc/common/tables/swift-object-server-object-updater.xml28(td) #: ./doc/common/tables/swift-object-server-object-updater.xml32(td) #: ./doc/common/tables/swift-object-server-object-updater.xml36(td) #: ./doc/common/tables/swift-object-server-object-updater.xml40(td) #: ./doc/common/tables/swift-object-server-object-updater.xml44(td) #: ./doc/common/tables/swift-object-server-object-updater.xml48(td) #: ./doc/common/tables/swift-object-server-object-updater.xml52(td) #: ./doc/common/tables/glance-common.xml21(td) #: ./doc/common/tables/glance-common.xml25(td) #: ./doc/common/tables/glance-common.xml29(td) #: ./doc/common/tables/glance-common.xml33(td) #: ./doc/common/tables/glance-common.xml37(td) #: ./doc/common/tables/glance-common.xml41(td) #: ./doc/common/tables/glance-common.xml45(td) #: ./doc/common/tables/glance-common.xml49(td) #: ./doc/common/tables/glance-common.xml53(td) #: ./doc/common/tables/glance-common.xml57(td) #: ./doc/common/tables/glance-common.xml61(td) #: ./doc/common/tables/glance-common.xml65(td) #: ./doc/common/tables/glance-common.xml69(td) #: ./doc/common/tables/glance-common.xml73(td) #: ./doc/common/tables/glance-common.xml77(td) #: ./doc/common/tables/glance-common.xml81(td) #: ./doc/common/tables/glance-common.xml85(td) #: ./doc/common/tables/glance-common.xml89(td) #: ./doc/common/tables/glance-common.xml93(td) #: ./doc/common/tables/glance-common.xml97(td) #: ./doc/common/tables/glance-common.xml104(td) #: ./doc/common/tables/glance-common.xml111(td) #: ./doc/common/tables/glance-common.xml115(td) #: ./doc/common/tables/glance-common.xml122(td) #: ./doc/common/tables/glance-common.xml129(td) #: ./doc/common/tables/glance-common.xml133(td) #: ./doc/common/tables/glance-common.xml137(td) #: ./doc/common/tables/neutron-ml2_vxlan.xml25(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml20(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml24(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml28(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml32(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml36(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml40(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml44(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml48(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml52(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml56(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml60(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml64(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml68(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml72(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml76(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml20(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml28(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml32(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml36(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml44(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml48(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml85(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml93(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml97(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml107(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml111(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml122(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml126(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml130(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml134(td) #: ./doc/common/tables/ironic-amt.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml53(td) #: ./doc/common/tables/neutron-rabbitmq.xml21(td) #: ./doc/common/tables/neutron-rabbitmq.xml41(td) #: ./doc/common/tables/neutron-rabbitmq.xml45(td) #: ./doc/common/tables/neutron-rabbitmq.xml49(td) #: ./doc/common/tables/neutron-rabbitmq.xml53(td) #: ./doc/common/tables/neutron-rabbitmq.xml57(td) #: ./doc/common/tables/neutron-rabbitmq.xml61(td) #: ./doc/common/tables/neutron-rabbitmq.xml65(td) #: ./doc/common/tables/neutron-rabbitmq.xml69(td) #: ./doc/common/tables/neutron-rabbitmq.xml73(td) #: ./doc/common/tables/neutron-rabbitmq.xml77(td) #: ./doc/common/tables/neutron-rabbitmq.xml81(td) #: ./doc/common/tables/neutron-rabbitmq.xml85(td) #: ./doc/common/tables/keystone-ec2.xml21(td) #: ./doc/common/tables/keystone-ec2.xml25(td) #: ./doc/common/tables/keystone-ec2.xml29(td) #: ./doc/common/tables/keystone-ec2.xml33(td) #: ./doc/common/tables/keystone-ec2.xml37(td) #: ./doc/common/tables/heat-clients_keystone.xml21(td) #: ./doc/common/tables/heat-clients_keystone.xml25(td) #: ./doc/common/tables/heat-clients_keystone.xml29(td) #: ./doc/common/tables/heat-clients_keystone.xml33(td) #: ./doc/common/tables/heat-clients_keystone.xml37(td) #: ./doc/common/tables/ceilometer-testing.xml21(td) #: ./doc/common/tables/neutron-api.xml21(td) #: ./doc/common/tables/neutron-api.xml25(td) #: ./doc/common/tables/neutron-api.xml29(td) #: ./doc/common/tables/neutron-api.xml37(td) #: ./doc/common/tables/neutron-api.xml41(td) #: ./doc/common/tables/neutron-api.xml45(td) #: ./doc/common/tables/neutron-api.xml49(td) #: ./doc/common/tables/neutron-api.xml53(td) #: ./doc/common/tables/neutron-api.xml57(td) #: ./doc/common/tables/neutron-api.xml61(td) #: ./doc/common/tables/neutron-api.xml65(td) #: ./doc/common/tables/neutron-api.xml73(td) #: ./doc/common/tables/neutron-api.xml77(td) #: ./doc/common/tables/neutron-api.xml84(td) #: ./doc/common/tables/trove-logging.xml21(td) #: ./doc/common/tables/trove-logging.xml25(td) #: ./doc/common/tables/trove-logging.xml29(td) #: ./doc/common/tables/trove-logging.xml33(td) #: ./doc/common/tables/trove-logging.xml37(td) #: ./doc/common/tables/trove-logging.xml41(td) #: ./doc/common/tables/trove-logging.xml45(td) #: ./doc/common/tables/trove-logging.xml49(td) #: ./doc/common/tables/trove-logging.xml53(td) #: ./doc/common/tables/trove-logging.xml57(td) #: ./doc/common/tables/trove-logging.xml61(td) #: ./doc/common/tables/trove-logging.xml65(td) #: ./doc/common/tables/trove-logging.xml69(td) #: ./doc/common/tables/trove-logging.xml73(td) #: ./doc/common/tables/trove-logging.xml77(td) #: ./doc/common/tables/trove-logging.xml81(td) #: ./doc/common/tables/trove-logging.xml85(td) #: ./doc/common/tables/trove-logging.xml89(td) #: ./doc/common/tables/trove-logging.xml93(td) #: ./doc/common/tables/trove-logging.xml97(td) #: ./doc/common/tables/trove-logging.xml101(td) #: ./doc/common/tables/trove-logging.xml105(td) #: ./doc/common/tables/keystone-kvs.xml25(td) #: ./doc/common/tables/keystone-kvs.xml29(td) #: ./doc/common/tables/keystone-kvs.xml33(td) #: ./doc/common/tables/keystone-redis.xml21(td) #: ./doc/common/tables/keystone-redis.xml25(td) #: ./doc/common/tables/keystone-redis.xml29(td) #: ./doc/common/tables/keystone-redis.xml36(td) #: ./doc/common/tables/nova-xvpnvncproxy.xml21(td) #: ./doc/common/tables/nova-xvpnvncproxy.xml25(td) #: ./doc/common/tables/nova-xvpnvncproxy.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml24(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml20(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml24(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml28(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml32(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml36(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml40(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml44(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml48(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml52(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml56(td) #: ./doc/common/tables/nova-hyperv.xml21(td) #: ./doc/common/tables/nova-hyperv.xml25(td) #: ./doc/common/tables/nova-hyperv.xml29(td) #: ./doc/common/tables/nova-hyperv.xml37(td) #: ./doc/common/tables/nova-hyperv.xml41(td) #: ./doc/common/tables/nova-hyperv.xml45(td) #: ./doc/common/tables/nova-hyperv.xml49(td) #: ./doc/common/tables/nova-hyperv.xml53(td) #: ./doc/common/tables/nova-hyperv.xml57(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml28(td) #: ./doc/common/tables/heat-clients_backends.xml21(td) #: ./doc/common/tables/glance-testing.xml21(td) #: ./doc/common/tables/glance-testing.xml25(td) #: ./doc/common/tables/neutron-common.xml21(td) #: ./doc/common/tables/neutron-common.xml25(td) #: ./doc/common/tables/neutron-common.xml29(td) #: ./doc/common/tables/neutron-common.xml33(td) #: ./doc/common/tables/neutron-common.xml37(td) #: ./doc/common/tables/neutron-common.xml41(td) #: ./doc/common/tables/neutron-common.xml45(td) #: ./doc/common/tables/neutron-common.xml49(td) #: ./doc/common/tables/neutron-common.xml53(td) #: ./doc/common/tables/neutron-common.xml57(td) #: ./doc/common/tables/neutron-common.xml61(td) #: ./doc/common/tables/neutron-common.xml65(td) #: ./doc/common/tables/neutron-common.xml69(td) #: ./doc/common/tables/neutron-common.xml73(td) #: ./doc/common/tables/neutron-common.xml77(td) #: ./doc/common/tables/neutron-common.xml81(td) #: ./doc/common/tables/neutron-common.xml85(td) #: ./doc/common/tables/neutron-common.xml89(td) #: ./doc/common/tables/neutron-common.xml93(td) #: ./doc/common/tables/neutron-common.xml97(td) #: ./doc/common/tables/neutron-common.xml101(td) #: ./doc/common/tables/neutron-common.xml105(td) #: ./doc/common/tables/neutron-common.xml109(td) #: ./doc/common/tables/neutron-common.xml113(td) #: ./doc/common/tables/neutron-common.xml117(td) #: ./doc/common/tables/neutron-common.xml121(td) #: ./doc/common/tables/neutron-common.xml125(td) #: ./doc/common/tables/neutron-common.xml129(td) #: ./doc/common/tables/neutron-common.xml133(td) #: ./doc/common/tables/neutron-common.xml137(td) #: ./doc/common/tables/neutron-common.xml141(td) #: ./doc/common/tables/neutron-common.xml145(td) #: ./doc/common/tables/neutron-common.xml149(td) #: ./doc/common/tables/neutron-common.xml153(td) #: ./doc/common/tables/neutron-common.xml157(td) #: ./doc/common/tables/neutron-common.xml161(td) #: ./doc/common/tables/neutron-common.xml165(td) #: ./doc/common/tables/neutron-common.xml169(td) #: ./doc/common/tables/neutron-common.xml173(td) #: ./doc/common/tables/neutron-common.xml177(td) #: ./doc/common/tables/neutron-common.xml184(td) #: ./doc/common/tables/neutron-common.xml188(td) #: ./doc/common/tables/neutron-common.xml192(td) #: ./doc/common/tables/neutron-common.xml199(td) #: ./doc/common/tables/neutron-common.xml203(td) #: ./doc/common/tables/neutron-common.xml207(td) #: ./doc/common/tables/neutron-common.xml211(td) #: ./doc/common/tables/neutron-common.xml215(td) #: ./doc/common/tables/neutron-common.xml219(td) #: ./doc/common/tables/neutron-common.xml226(td) #: ./doc/common/tables/neutron-common.xml233(td) #: ./doc/common/tables/nova-hypervisor.xml21(td) #: ./doc/common/tables/nova-hypervisor.xml25(td) #: ./doc/common/tables/nova-hypervisor.xml29(td) #: ./doc/common/tables/nova-hypervisor.xml33(td) #: ./doc/common/tables/nova-hypervisor.xml37(td) #: ./doc/common/tables/nova-hypervisor.xml41(td) #: ./doc/common/tables/nova-hypervisor.xml45(td) #: ./doc/common/tables/keystone-qpid.xml21(td) #: ./doc/common/tables/keystone-qpid.xml25(td) #: ./doc/common/tables/keystone-qpid.xml29(td) #: ./doc/common/tables/keystone-qpid.xml37(td) #: ./doc/common/tables/keystone-qpid.xml41(td) #: ./doc/common/tables/keystone-qpid.xml45(td) #: ./doc/common/tables/keystone-qpid.xml53(td) #: ./doc/common/tables/keystone-qpid.xml57(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml20(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml24(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml28(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml32(td) #: ./doc/common/tables/ironic-deploy.xml21(td) #: ./doc/common/tables/ironic-deploy.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/keystone-cache.xml21(td) #: ./doc/common/tables/keystone-cache.xml25(td) #: ./doc/common/tables/keystone-cache.xml29(td) #: ./doc/common/tables/keystone-cache.xml33(td) #: ./doc/common/tables/keystone-cache.xml37(td) #: ./doc/common/tables/keystone-cache.xml41(td) #: ./doc/common/tables/keystone-cache.xml45(td) #: ./doc/common/tables/keystone-cache.xml49(td) #: ./doc/common/tables/keystone-cache.xml53(td) #: ./doc/common/tables/keystone-cache.xml57(td) #: ./doc/common/tables/keystone-cache.xml61(td) #: ./doc/common/tables/keystone-cache.xml65(td) #: ./doc/common/tables/keystone-cache.xml76(td) #: ./doc/common/tables/keystone-cache.xml80(td) #: ./doc/common/tables/keystone-cache.xml84(td) #: ./doc/common/tables/keystone-cache.xml88(td) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml21(td) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml25(td) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml29(td) #: ./doc/common/tables/nova-configdrive.xml21(td) #: ./doc/common/tables/nova-configdrive.xml25(td) #: ./doc/common/tables/nova-configdrive.xml29(td) #: ./doc/common/tables/nova-configdrive.xml33(td) #: ./doc/common/tables/nova-configdrive.xml40(td) #: ./doc/common/tables/nova-configdrive.xml44(td) #: ./doc/common/tables/keystone-token.xml25(td) #: ./doc/common/tables/keystone-token.xml29(td) #: ./doc/common/tables/keystone-token.xml33(td) #: ./doc/common/tables/keystone-token.xml37(td) #: ./doc/common/tables/keystone-token.xml41(td) #: ./doc/common/tables/keystone-token.xml45(td) #: ./doc/common/tables/keystone-token.xml49(td) #: ./doc/common/tables/keystone-token.xml53(td) #: ./doc/common/tables/keystone-token.xml57(td) #: ./doc/common/tables/ceilometer-qpid.xml21(td) #: ./doc/common/tables/ceilometer-qpid.xml25(td) #: ./doc/common/tables/ceilometer-qpid.xml29(td) #: ./doc/common/tables/ceilometer-qpid.xml33(td) #: ./doc/common/tables/ceilometer-qpid.xml37(td) #: ./doc/common/tables/ceilometer-qpid.xml45(td) #: ./doc/common/tables/ceilometer-qpid.xml49(td) #: ./doc/common/tables/ceilometer-qpid.xml53(td) #: ./doc/common/tables/ceilometer-qpid.xml61(td) #: ./doc/common/tables/ceilometer-qpid.xml65(td) #: ./doc/common/tables/ceilometer-qpid.xml73(td) #: ./doc/common/tables/cinder-datera.xml21(td) #: ./doc/common/tables/cinder-datera.xml25(td) #: ./doc/common/tables/cinder-datera.xml29(td) #: ./doc/common/tables/cinder-datera.xml33(td) #: ./doc/common/tables/cinder-datera.xml37(td) #: ./doc/common/tables/cinder-datera.xml41(td) #: ./doc/common/tables/ceilometer-ipmi.xml21(td) #: ./doc/common/tables/ceilometer-ipmi.xml25(td) #: ./doc/common/tables/ironic-ssl.xml21(td) #: ./doc/common/tables/ironic-ssl.xml25(td) #: ./doc/common/tables/ironic-ssl.xml29(td) #: ./doc/common/tables/cinder-drbd.xml21(td) #: ./doc/common/tables/heat-database.xml21(td) #: ./doc/common/tables/heat-database.xml25(td) #: ./doc/common/tables/heat-database.xml29(td) #: ./doc/common/tables/heat-database.xml33(td) #: ./doc/common/tables/heat-database.xml37(td) #: ./doc/common/tables/heat-database.xml41(td) #: ./doc/common/tables/heat-database.xml45(td) #: ./doc/common/tables/heat-database.xml49(td) #: ./doc/common/tables/heat-database.xml53(td) #: ./doc/common/tables/heat-database.xml57(td) #: ./doc/common/tables/heat-database.xml61(td) #: ./doc/common/tables/heat-database.xml65(td) #: ./doc/common/tables/heat-database.xml69(td) #: ./doc/common/tables/heat-database.xml73(td) #: ./doc/common/tables/heat-database.xml77(td) #: ./doc/common/tables/heat-database.xml81(td) #: ./doc/common/tables/heat-database.xml85(td) #: ./doc/common/tables/heat-database.xml89(td) #: ./doc/common/tables/heat-database.xml93(td) #: ./doc/common/tables/heat-database.xml97(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml21(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml25(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml29(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml33(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml37(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml41(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml61(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml65(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml69(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml73(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml77(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml81(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml85(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml89(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml93(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml97(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml101(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml105(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml109(td) #: ./doc/common/tables/neutron-ml2.xml29(td) #: ./doc/common/tables/neutron-ml2.xml33(td) #: ./doc/common/tables/keystone-database.xml21(td) #: ./doc/common/tables/keystone-database.xml25(td) #: ./doc/common/tables/keystone-database.xml29(td) #: ./doc/common/tables/keystone-database.xml33(td) #: ./doc/common/tables/keystone-database.xml37(td) #: ./doc/common/tables/keystone-database.xml41(td) #: ./doc/common/tables/keystone-database.xml45(td) #: ./doc/common/tables/keystone-database.xml49(td) #: ./doc/common/tables/keystone-database.xml53(td) #: ./doc/common/tables/keystone-database.xml57(td) #: ./doc/common/tables/keystone-database.xml61(td) #: ./doc/common/tables/keystone-database.xml65(td) #: ./doc/common/tables/keystone-database.xml69(td) #: ./doc/common/tables/keystone-database.xml73(td) #: ./doc/common/tables/keystone-database.xml77(td) #: ./doc/common/tables/keystone-database.xml81(td) #: ./doc/common/tables/keystone-database.xml85(td) #: ./doc/common/tables/keystone-database.xml89(td) #: ./doc/common/tables/keystone-database.xml93(td) #: ./doc/common/tables/keystone-database.xml97(td) #: ./doc/common/tables/glance-profiler.xml21(td) #: ./doc/common/tables/glance-profiler.xml25(td) #: ./doc/common/tables/keystone-memcache.xml21(td) #: ./doc/common/tables/keystone-memcache.xml25(td) #: ./doc/common/tables/trove-debug.xml21(td) #: ./doc/common/tables/trove-debug.xml25(td) #: ./doc/common/tables/trove-debug.xml29(td) #: ./doc/common/tables/trove-debug.xml33(td) #: ./doc/common/tables/trove-debug.xml37(td) #: ./doc/common/tables/trove-swift.xml21(td) #: ./doc/common/tables/trove-swift.xml25(td) #: ./doc/common/tables/trove-swift.xml29(td) #: ./doc/common/tables/nova-libvirt.xml21(td) #: ./doc/common/tables/nova-libvirt.xml25(td) #: ./doc/common/tables/nova-libvirt.xml32(td) #: ./doc/common/tables/nova-libvirt.xml36(td) #: ./doc/common/tables/nova-libvirt.xml40(td) #: ./doc/common/tables/nova-libvirt.xml48(td) #: ./doc/common/tables/nova-libvirt.xml52(td) #: ./doc/common/tables/nova-libvirt.xml60(td) #: ./doc/common/tables/nova-libvirt.xml68(td) #: ./doc/common/tables/nova-libvirt.xml72(td) #: ./doc/common/tables/nova-libvirt.xml76(td) #: ./doc/common/tables/nova-libvirt.xml84(td) #: ./doc/common/tables/nova-libvirt.xml88(td) #: ./doc/common/tables/nova-libvirt.xml92(td) #: ./doc/common/tables/nova-libvirt.xml96(td) #: ./doc/common/tables/nova-libvirt.xml100(td) #: ./doc/common/tables/nova-libvirt.xml104(td) #: ./doc/common/tables/nova-libvirt.xml108(td) #: ./doc/common/tables/nova-libvirt.xml112(td) #: ./doc/common/tables/nova-libvirt.xml116(td) #: ./doc/common/tables/nova-libvirt.xml120(td) #: ./doc/common/tables/nova-libvirt.xml124(td) #: ./doc/common/tables/nova-libvirt.xml128(td) #: ./doc/common/tables/nova-libvirt.xml132(td) #: ./doc/common/tables/nova-libvirt.xml136(td) #: ./doc/common/tables/nova-libvirt.xml140(td) #: ./doc/common/tables/nova-libvirt.xml144(td) #: ./doc/common/tables/nova-libvirt.xml148(td) #: ./doc/common/tables/nova-libvirt.xml152(td) #: ./doc/common/tables/nova-libvirt.xml156(td) #: ./doc/common/tables/nova-libvirt.xml160(td) #: ./doc/common/tables/nova-libvirt.xml164(td) #: ./doc/common/tables/nova-libvirt.xml172(td) #: ./doc/common/tables/nova-libvirt.xml176(td) #: ./doc/common/tables/nova-libvirt.xml180(td) #: ./doc/common/tables/nova-libvirt.xml184(td) #: ./doc/common/tables/nova-libvirt.xml188(td) #: ./doc/common/tables/nova-libvirt.xml192(td) #: ./doc/common/tables/nova-libvirt.xml196(td) #: ./doc/common/tables/trove-upgrades.xml21(td) #: ./doc/common/tables/trove-upgrades.xml25(td) #: ./doc/common/tables/trove-upgrades.xml29(td) #: ./doc/common/tables/neutron-mlnx.xml21(td) #: ./doc/common/tables/neutron-mlnx.xml25(td) #: ./doc/common/tables/neutron-mlnx.xml33(td) #: ./doc/common/tables/cinder-zoning_manager.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml21(td) #: ./doc/common/tables/ceilometer-amqp.xml25(td) #: ./doc/common/tables/ceilometer-amqp.xml29(td) #: ./doc/common/tables/ceilometer-amqp.xml33(td) #: ./doc/common/tables/ceilometer-glance.xml21(td) #: ./doc/common/tables/ironic-dhcp.xml21(td) #: ./doc/common/tables/neutron-securitygroups.xml21(td) #: ./doc/common/tables/neutron-securitygroups.xml25(td) #: ./doc/common/tables/neutron-securitygroups.xml29(td) #: ./doc/common/tables/keystone-debug.xml21(td) #: ./doc/common/tables/keystone-debug.xml25(td) #: ./doc/common/tables/keystone-debug.xml29(td) #: ./doc/common/tables/keystone-debug.xml33(td) #: ./doc/common/tables/keystone-debug.xml40(td) #: ./doc/common/tables/nova-debug.xml21(td) #: ./doc/common/tables/nova-debug.xml28(td) #: ./doc/common/tables/cinder-rootwrap.xml21(td) #: ./doc/common/tables/cinder-rootwrap.xml25(td) #: ./doc/common/tables/cinder-rootwrap.xml29(td) #: ./doc/common/tables/cinder-rootwrap.xml33(td) #: ./doc/common/tables/cinder-rootwrap.xml37(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml29(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml33(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml37(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml41(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml45(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml49(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml53(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml57(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml61(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml65(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml69(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml73(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml77(td) msgid " = " msgstr "" #: ./doc/common/tables/ceilometer-database.xml22(td) msgid "(StrOpt) DEPRECATED - Database connection string." msgstr "" #: ./doc/common/tables/ceilometer-database.xml29(td) msgid "" "(StrOpt) The connection string used to connect to the alarm database. (if " "unset, connection is used)" msgstr "" #: ./doc/common/tables/ceilometer-database.xml32(replaceable) #: ./doc/common/tables/cinder-database.xml28(replaceable) #: ./doc/common/tables/glance-database.xml28(replaceable) #: ./doc/common/tables/sahara-database.xml28(replaceable) #: ./doc/common/tables/neutron-database.xml21(replaceable) #: ./doc/common/tables/ironic-database.xml21(replaceable) #: ./doc/common/tables/nova-database.xml28(replaceable) #: ./doc/common/tables/heat-database.xml21(replaceable) #: ./doc/common/tables/keystone-database.xml21(replaceable) msgid "sqlalchemy" msgstr "" #: ./doc/common/tables/ceilometer-database.xml33(td) #: ./doc/common/tables/cinder-database.xml29(td) #: ./doc/common/tables/glance-database.xml29(td) #: ./doc/common/tables/sahara-database.xml29(td) #: ./doc/common/tables/neutron-database.xml22(td) #: ./doc/common/tables/ironic-database.xml22(td) #: ./doc/common/tables/nova-database.xml29(td) #: ./doc/common/tables/heat-database.xml22(td) #: ./doc/common/tables/keystone-database.xml22(td) msgid "(StrOpt) The back end to use for the database." msgstr "" #: ./doc/common/tables/ceilometer-database.xml37(td) #: ./doc/common/tables/cinder-database.xml33(td) #: ./doc/common/tables/glance-database.xml33(td) #: ./doc/common/tables/sahara-database.xml33(td) #: ./doc/common/tables/neutron-database.xml26(td) #: ./doc/common/tables/ironic-database.xml26(td) #: ./doc/common/tables/nova-database.xml33(td) #: ./doc/common/tables/heat-database.xml26(td) #: ./doc/common/tables/keystone-database.xml26(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the database." msgstr "" #: ./doc/common/tables/ceilometer-database.xml40(replaceable) #: ./doc/common/tables/neutron-rpc.xml49(replaceable) #: ./doc/common/tables/neutron-rpc.xml90(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml96(replaceable) #: ./doc/common/tables/ceilometer-common.xml49(replaceable) #: ./doc/common/tables/cinder-database.xml36(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml57(replaceable) #: ./doc/common/tables/glance-rpc.xml79(replaceable) #: ./doc/common/tables/glance-rpc.xml217(replaceable) #: ./doc/common/tables/glance-database.xml36(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml57(replaceable) #: ./doc/common/tables/sahara-database.xml36(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml76(replaceable) #: ./doc/common/tables/nova-policy.xml33(replaceable) #: ./doc/common/tables/nova-policy.xml73(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml40(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml57(replaceable) #: ./doc/common/tables/cinder-quota.xml21(replaceable) #: ./doc/common/tables/nova-compute.xml77(replaceable) #: ./doc/common/tables/nova-compute.xml105(replaceable) #: ./doc/common/tables/nova-compute.xml109(replaceable) #: ./doc/common/tables/nova-compute.xml113(replaceable) #: ./doc/common/tables/nova-compute.xml117(replaceable) #: ./doc/common/tables/nova-compute.xml133(replaceable) #: ./doc/common/tables/nova-compute.xml137(replaceable) #: ./doc/common/tables/nova-scheduler.xml69(replaceable) #: ./doc/common/tables/cinder-backups_ceph.xml33(replaceable) #: ./doc/common/tables/cinder-backups_ceph.xml37(replaceable) #: ./doc/common/tables/ironic-amqp.xml64(replaceable) #: ./doc/common/tables/heat-cfn_api.xml25(replaceable) #: ./doc/common/tables/heat-cfn_api.xml56(replaceable) #: ./doc/common/tables/neutron-vmware.xml144(replaceable) #: ./doc/common/tables/cinder-storage.xml113(replaceable) #: ./doc/common/tables/cinder-storage.xml121(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml56(replaceable) #: ./doc/common/tables/nova-volumes.xml37(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml56(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml76(replaceable) #: ./doc/common/tables/keystone-ldap.xml97(replaceable) #: ./doc/common/tables/keystone-ldap.xml321(replaceable) #: ./doc/common/tables/nova-vpn.xml41(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml36(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml42(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml88(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml96(replaceable) #: ./doc/common/tables/nova-livemigration.xml28(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml57(replaceable) #: ./doc/common/tables/keystone-rpc.xml68(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml68(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml88(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml57(replaceable) #: ./doc/common/tables/ironic-glance.xml41(replaceable) #: ./doc/common/tables/ironic-glance.xml69(replaceable) #: ./doc/common/tables/glance-api.xml88(replaceable) #: ./doc/common/tables/cinder-storwize.xml69(replaceable) #: ./doc/common/tables/cinder-storwize.xml77(replaceable) #: ./doc/common/tables/cinder-lvm.xml25(replaceable) #: ./doc/common/tables/heat-api.xml150(replaceable) #: ./doc/common/tables/cinder-common.xml149(replaceable) #: ./doc/common/tables/cinder-common.xml197(replaceable) #: ./doc/common/tables/glance-swift.xml104(replaceable) #: ./doc/common/tables/glance-swift.xml112(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml53(replaceable) #: ./doc/common/tables/nova-glance.xml44(replaceable) #: ./doc/common/tables/neutron-database.xml29(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml60(replaceable) #: ./doc/common/tables/nova-conf-changes.xml470(td) #: ./doc/common/tables/neutron-nuage.xml60(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml57(replaceable) #: ./doc/common/tables/ironic-database.xml29(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml75(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml76(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml80(replaceable) #: ./doc/common/tables/glance-filesystem.xml29(replaceable) #: ./doc/common/tables/trove-rpc.xml76(replaceable) #: ./doc/common/tables/nova-network.xml29(replaceable) #: ./doc/common/tables/nova-network.xml169(replaceable) #: ./doc/common/tables/ceilometer-collector.xml47(replaceable) #: ./doc/common/tables/ceilometer-collector.xml55(replaceable) #: ./doc/common/tables/sahara-rpc.xml68(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml36(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml57(replaceable) #: ./doc/common/tables/cinder-rpc.xml83(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml29(replaceable) #: ./doc/common/tables/neutron-nvsd.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml20(replaceable) #: ./doc/common/tables/glance-imagecache.xml53(replaceable) #: ./doc/common/tables/heat-rpc.xml72(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml56(replaceable) #: ./doc/common/tables/cinder-images.xml53(replaceable) #: ./doc/common/tables/nova-database.xml36(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml44(replaceable) #: ./doc/common/tables/nova-rpc.xml86(replaceable) #: ./doc/common/tables/glance-common.xml93(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml52(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml72(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml57(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml28(replaceable) #: ./doc/common/tables/neutron-common.xml37(replaceable) #: ./doc/common/tables/neutron-common.xml188(replaceable) #: ./doc/common/tables/heat-database.xml29(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml77(replaceable) #: ./doc/common/tables/keystone-database.xml29(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml543(td) #: ./doc/common/tables/nova-libvirt.xml188(replaceable) #: ./doc/common/tables/ceilometer-glance.xml21(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml45(replaceable) msgid "0" msgstr "0" #: ./doc/common/tables/ceilometer-database.xml41(td) #: ./doc/common/tables/cinder-database.xml37(td) #: ./doc/common/tables/glance-database.xml37(td) #: ./doc/common/tables/sahara-database.xml37(td) #: ./doc/common/tables/neutron-database.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml73(td) #: ./doc/common/tables/ironic-database.xml30(td) #: ./doc/common/tables/nova-database.xml37(td) #: ./doc/common/tables/heat-database.xml30(td) #: ./doc/common/tables/keystone-database.xml30(td) msgid "" "(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything." msgstr "" #: ./doc/common/tables/ceilometer-database.xml44(replaceable) #: ./doc/common/tables/ceilometer-database.xml132(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml25(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml36(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml44(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml48(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml114(replaceable) #: ./doc/common/tables/heat-clients.xml40(replaceable) #: ./doc/common/tables/cinder-solidfire.xml29(replaceable) #: ./doc/common/tables/neutron-rpc.xml56(replaceable) #: ./doc/common/tables/neutron-rpc.xml63(replaceable) #: ./doc/common/tables/neutron-rpc.xml74(replaceable) #: ./doc/common/tables/neutron-rpc.xml114(replaceable) #: ./doc/common/tables/trove-db_percona.xml61(replaceable) #: ./doc/common/tables/glance-auth_token.xml81(replaceable) #: ./doc/common/tables/glance-auth_token.xml85(replaceable) #: ./doc/common/tables/glance-auth_token.xml113(replaceable) #: ./doc/common/tables/glance-auth_token.xml149(replaceable) #: ./doc/common/tables/keystone-testing.xml21(replaceable) #: ./doc/common/tables/cinder-flashsystem.xml29(replaceable) #: ./doc/common/tables/neutron-amqp.xml21(replaceable) #: ./doc/common/tables/neutron-amqp.xml25(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml29(replaceable) #: ./doc/common/tables/neutron-cisco.xml25(replaceable) #: ./doc/common/tables/neutron-cisco.xml41(replaceable) #: ./doc/common/tables/neutron-cisco.xml96(replaceable) #: ./doc/common/tables/nova-testing.xml21(replaceable) #: ./doc/common/tables/nova-testing.xml25(replaceable) #: ./doc/common/tables/nova-testing.xml29(replaceable) #: ./doc/common/tables/nova-testing.xml33(replaceable) #: ./doc/common/tables/heat-clients_nova.xml33(replaceable) #: ./doc/common/tables/cinder-hp3par.xml33(replaceable) #: ./doc/common/tables/cinder-hp3par.xml37(replaceable) #: ./doc/common/tables/neutron-scheduler.xml33(replaceable) #: ./doc/common/tables/ceilometer-common.xml53(replaceable) #: ./doc/common/tables/ceilometer-common.xml60(replaceable) #: ./doc/common/tables/cinder-database.xml40(replaceable) #: ./doc/common/tables/cinder-database.xml104(replaceable) #: ./doc/common/tables/cinder-database.xml108(replaceable) #: ./doc/common/tables/ceilometer-logging.xml21(replaceable) #: ./doc/common/tables/ceilometer-logging.xml29(replaceable) #: ./doc/common/tables/ceilometer-logging.xml77(replaceable) #: ./doc/common/tables/ceilometer-logging.xml89(replaceable) #: ./doc/common/tables/ceilometer-logging.xml93(replaceable) #: ./doc/common/tables/ceilometer-logging.xml97(replaceable) #: ./doc/common/tables/nova-ipv6.xml33(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml41(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml77(replaceable) #: ./doc/common/tables/nova-vnc.xml21(replaceable) #: ./doc/common/tables/nova-vnc.xml41(replaceable) #: ./doc/common/tables/nova-vnc.xml45(replaceable) #: ./doc/common/tables/nova-vnc.xml49(replaceable) #: ./doc/common/tables/cinder-xio.xml21(replaceable) #: ./doc/common/tables/keystone-api.xml93(replaceable) #: ./doc/common/tables/keystone-api.xml97(replaceable) #: ./doc/common/tables/ceilometer-dispatcher_http.xml21(replaceable) #: ./doc/common/tables/glance-rpc.xml52(replaceable) #: ./doc/common/tables/glance-rpc.xml63(replaceable) #: ./doc/common/tables/glance-rpc.xml103(replaceable) #: ./doc/common/tables/glance-rpc.xml110(replaceable) #: ./doc/common/tables/glance-rpc.xml114(replaceable) #: ./doc/common/tables/glance-rpc.xml169(replaceable) #: ./doc/common/tables/glance-rpc.xml173(replaceable) #: ./doc/common/tables/glance-rpc.xml177(replaceable) #: ./doc/common/tables/glance-rpc.xml201(replaceable) #: ./doc/common/tables/glance-rpc.xml237(replaceable) #: ./doc/common/tables/neutron-policy.xml21(replaceable) #: ./doc/common/tables/glance-database.xml40(replaceable) #: ./doc/common/tables/glance-database.xml104(replaceable) #: ./doc/common/tables/nova-spice.xml25(replaceable) #: ./doc/common/tables/nova-xen.xml45(replaceable) #: ./doc/common/tables/nova-xen.xml103(replaceable) #: ./doc/common/tables/nova-xen.xml151(replaceable) #: ./doc/common/tables/nova-xen.xml219(replaceable) #: ./doc/common/tables/trove-amqp.xml21(replaceable) #: ./doc/common/tables/trove-amqp.xml25(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml81(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml85(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml113(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml149(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml41(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml77(replaceable) #: ./doc/common/tables/sahara-database.xml40(replaceable) #: ./doc/common/tables/sahara-database.xml104(replaceable) #: ./doc/common/tables/nova-policy.xml25(replaceable) #: ./doc/common/tables/nova-policy.xml29(replaceable) #: ./doc/common/tables/nova-policy.xml69(replaceable) #: ./doc/common/tables/keystone-identity.xml29(replaceable) #: ./doc/common/tables/ceilometer-concurrency.xml21(replaceable) #: ./doc/common/tables/neutron-logging.xml21(replaceable) #: ./doc/common/tables/neutron-logging.xml29(replaceable) #: ./doc/common/tables/neutron-logging.xml77(replaceable) #: ./doc/common/tables/neutron-logging.xml85(replaceable) #: ./doc/common/tables/neutron-logging.xml93(replaceable) #: ./doc/common/tables/neutron-logging.xml97(replaceable) #: ./doc/common/tables/neutron-logging.xml101(replaceable) #: ./doc/common/tables/neutron-ml2_fslsdn.xml21(replaceable) #: ./doc/common/tables/neutron-rootwrap.xml29(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml41(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml77(replaceable) #: ./doc/common/tables/keystone-ca.xml64(replaceable) #: ./doc/common/tables/keystone-ca.xml76(replaceable) #: ./doc/common/tables/neutron-auth_token.xml81(replaceable) #: ./doc/common/tables/neutron-auth_token.xml85(replaceable) #: ./doc/common/tables/neutron-auth_token.xml113(replaceable) #: ./doc/common/tables/neutron-auth_token.xml149(replaceable) #: ./doc/common/tables/cinder-testing.xml21(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml21(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml57(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml101(replaceable) #: ./doc/common/tables/ceilometer-auth.xml21(replaceable) #: ./doc/common/tables/keystone-os_inherit.xml21(replaceable) #: ./doc/common/tables/ironic-rpc.xml52(replaceable) #: ./doc/common/tables/neutron-sdnve.xml73(replaceable) #: ./doc/common/tables/nova-compute.xml85(replaceable) #: ./doc/common/tables/nova-compute.xml121(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml29(replaceable) #: ./doc/common/tables/nova-scheduler.xml121(replaceable) #: ./doc/common/tables/ironic-amqp.xml21(replaceable) #: ./doc/common/tables/ironic-amqp.xml25(replaceable) #: ./doc/common/tables/ironic-amqp.xml48(replaceable) #: ./doc/common/tables/ironic-amqp.xml72(replaceable) #: ./doc/common/tables/nova-vmware.xml65(replaceable) #: ./doc/common/tables/neutron-vmware.xml118(replaceable) #: ./doc/common/tables/neutron-vmware.xml140(replaceable) #: ./doc/common/tables/nova-rdp.xml21(replaceable) #: ./doc/common/tables/cinder-zfssa.xml49(replaceable) #: ./doc/common/tables/cinder-storage.xml137(replaceable) #: ./doc/common/tables/glance-registry.xml53(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml376(td) #: ./doc/common/tables/neutron-conf-changes.xml391(td) #: ./doc/common/tables/nova-common.xml49(replaceable) #: ./doc/common/tables/nova-common.xml95(replaceable) #: ./doc/common/tables/nova-volumes.xml68(replaceable) #: ./doc/common/tables/nova-volumes.xml87(replaceable) #: ./doc/common/tables/trove-db_mysql.xml53(replaceable) #: ./doc/common/tables/neutron-dvr.xml25(replaceable) #: ./doc/common/tables/heat-amqp.xml21(replaceable) #: ./doc/common/tables/heat-amqp.xml25(replaceable) #: ./doc/common/tables/cinder-violin.xml29(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml39(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml43(replaceable) #: ./doc/common/tables/cinder-logging.xml21(replaceable) #: ./doc/common/tables/cinder-logging.xml29(replaceable) #: ./doc/common/tables/cinder-logging.xml33(replaceable) #: ./doc/common/tables/cinder-logging.xml81(replaceable) #: ./doc/common/tables/cinder-logging.xml93(replaceable) #: ./doc/common/tables/cinder-logging.xml97(replaceable) #: ./doc/common/tables/cinder-logging.xml101(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml29(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml65(replaceable) #: ./doc/common/tables/nova-neutron.xml52(replaceable) #: ./doc/common/tables/nova-neutron.xml56(replaceable) #: ./doc/common/tables/nova-neutron.xml84(replaceable) #: ./doc/common/tables/ceilometer-cells.xml37(replaceable) #: ./doc/common/tables/keystone-ldap.xml25(replaceable) #: ./doc/common/tables/keystone-ldap.xml157(replaceable) #: ./doc/common/tables/keystone-ldap.xml257(replaceable) #: ./doc/common/tables/keystone-ldap.xml261(replaceable) #: ./doc/common/tables/keystone-ldap.xml265(replaceable) #: ./doc/common/tables/keystone-ldap.xml269(replaceable) #: ./doc/common/tables/keystone-ldap.xml309(replaceable) #: ./doc/common/tables/keystone-ldap.xml317(replaceable) #: ./doc/common/tables/trove-db_postgresql.xml53(replaceable) #: ./doc/common/tables/glance-vmware.xml21(replaceable) #: ./doc/common/tables/cinder-zadara.xml29(replaceable) #: ./doc/common/tables/cinder-zadara.xml61(replaceable) #: ./doc/common/tables/nova-conductor.xml36(replaceable) #: ./doc/common/tables/ironic-auth_token.xml81(replaceable) #: ./doc/common/tables/ironic-auth_token.xml85(replaceable) #: ./doc/common/tables/ironic-auth_token.xml113(replaceable) #: ./doc/common/tables/ironic-auth_token.xml149(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml41(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml77(replaceable) #: ./doc/common/tables/keystone-amqp.xml21(replaceable) #: ./doc/common/tables/keystone-amqp.xml25(replaceable) #: ./doc/common/tables/keystone-rpc.xml52(replaceable) #: ./doc/common/tables/keystone-rpc.xml92(replaceable) #: ./doc/common/tables/cinder-amqp.xml21(replaceable) #: ./doc/common/tables/cinder-amqp.xml25(replaceable) #: ./doc/common/tables/cinder-emc.xml21(replaceable) #: ./doc/common/tables/cinder-emc.xml25(replaceable) #: ./doc/common/tables/cinder-emc.xml29(replaceable) #: ./doc/common/tables/cinder-emc.xml33(replaceable) #: ./doc/common/tables/cinder-emc.xml37(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml41(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml77(replaceable) #: ./doc/common/tables/ironic-glance.xml29(replaceable) #: ./doc/common/tables/nova-barbican.xml37(replaceable) #: ./doc/common/tables/glance-api.xml25(replaceable) #: ./doc/common/tables/glance-api.xml65(replaceable) #: ./doc/common/tables/glance-api.xml69(replaceable) #: ./doc/common/tables/cinder-storwize.xml21(replaceable) #: ./doc/common/tables/cinder-storwize.xml41(replaceable) #: ./doc/common/tables/cinder-storwize.xml45(replaceable) #: ./doc/common/tables/cinder-storwize.xml57(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml29(replaceable) #: ./doc/common/tables/cinder-hplefthand.xml33(replaceable) #: ./doc/common/tables/sahara-auth_token.xml81(replaceable) #: ./doc/common/tables/sahara-auth_token.xml85(replaceable) #: ./doc/common/tables/sahara-auth_token.xml113(replaceable) #: ./doc/common/tables/sahara-auth_token.xml149(replaceable) #: ./doc/common/tables/glance-s3.xml33(replaceable) #: ./doc/common/tables/nova-rootwrap.xml29(replaceable) #: ./doc/common/tables/ceilometer-api.xml56(replaceable) #: ./doc/common/tables/trove-dns.xml81(replaceable) #: ./doc/common/tables/sahara-amqp.xml21(replaceable) #: ./doc/common/tables/sahara-amqp.xml25(replaceable) #: ./doc/common/tables/nova-cells.xml45(replaceable) #: ./doc/common/tables/heat-auth_token.xml73(replaceable) #: ./doc/common/tables/heat-auth_token.xml77(replaceable) #: ./doc/common/tables/heat-auth_token.xml105(replaceable) #: ./doc/common/tables/nova-auth_token.xml81(replaceable) #: ./doc/common/tables/nova-auth_token.xml85(replaceable) #: ./doc/common/tables/nova-auth_token.xml113(replaceable) #: ./doc/common/tables/nova-auth_token.xml149(replaceable) #: ./doc/common/tables/heat-api.xml25(replaceable) #: ./doc/common/tables/heat-api.xml29(replaceable) #: ./doc/common/tables/heat-api.xml104(replaceable) #: ./doc/common/tables/heat-api.xml119(replaceable) #: ./doc/common/tables/glance-logging.xml21(replaceable) #: ./doc/common/tables/glance-logging.xml29(replaceable) #: ./doc/common/tables/glance-logging.xml77(replaceable) #: ./doc/common/tables/glance-logging.xml89(replaceable) #: ./doc/common/tables/glance-logging.xml93(replaceable) #: ./doc/common/tables/glance-logging.xml97(replaceable) #: ./doc/common/tables/cinder-storage_glusterfs.xml25(replaceable) #: ./doc/common/tables/cinder-common.xml57(replaceable) #: ./doc/common/tables/cinder-common.xml85(replaceable) #: ./doc/common/tables/cinder-common.xml97(replaceable) #: ./doc/common/tables/cinder-common.xml177(replaceable) #: ./doc/common/tables/cinder-common.xml201(replaceable) #: ./doc/common/tables/glance-swift.xml56(replaceable) #: ./doc/common/tables/glance-swift.xml76(replaceable) #: ./doc/common/tables/glance-swift.xml100(replaceable) #: ./doc/common/tables/cinder-auth_token.xml81(replaceable) #: ./doc/common/tables/cinder-auth_token.xml85(replaceable) #: ./doc/common/tables/cinder-auth_token.xml113(replaceable) #: ./doc/common/tables/cinder-auth_token.xml149(replaceable) #: ./doc/common/tables/sahara-clients.xml21(replaceable) #: ./doc/common/tables/sahara-clients.xml36(replaceable) #: ./doc/common/tables/sahara-clients.xml47(replaceable) #: ./doc/common/tables/sahara-clients.xml58(replaceable) #: ./doc/common/tables/sahara-clients.xml69(replaceable) #: ./doc/common/tables/sahara-clients.xml80(replaceable) #: ./doc/common/tables/ceilometer-events.xml25(replaceable) #: ./doc/common/tables/ceilometer-events.xml40(replaceable) #: ./doc/common/tables/ceilometer-events.xml44(replaceable) #: ./doc/common/tables/heat-testing.xml21(replaceable) #: ./doc/common/tables/heat-testing.xml28(replaceable) #: ./doc/common/tables/heat-testing.xml32(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml116(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml144(replaceable) #: ./doc/common/tables/nova-glance.xml32(replaceable) #: ./doc/common/tables/neutron-database.xml33(replaceable) #: ./doc/common/tables/neutron-database.xml97(replaceable) #: ./doc/common/tables/keystone-auth_token.xml73(replaceable) #: ./doc/common/tables/keystone-auth_token.xml77(replaceable) #: ./doc/common/tables/keystone-auth_token.xml105(replaceable) #: ./doc/common/tables/nova-s3.xml33(replaceable) #: ./doc/common/tables/nova-s3.xml57(replaceable) #: ./doc/common/tables/nova-serial_console.xml25(replaceable) #: ./doc/common/tables/heat-clients_cinder.xml33(replaceable) #: ./doc/common/tables/sahara-testing.xml21(replaceable) #: ./doc/common/tables/sahara-common.xml33(replaceable) #: ./doc/common/tables/sahara-common.xml41(replaceable) #: ./doc/common/tables/sahara-common.xml145(replaceable) #: ./doc/common/tables/sahara-common.xml149(replaceable) #: ./doc/common/tables/sahara-common.xml153(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml29(replaceable) #: ./doc/common/tables/ironic-scheduler.xml33(replaceable) #: ./doc/common/tables/trove-testing.xml21(replaceable) #: ./doc/common/tables/neutron-nuage.xml49(replaceable) #: ./doc/common/tables/neutron-nuage.xml56(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml41(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml77(replaceable) #: ./doc/common/tables/ceilometer-notification.xml21(replaceable) #: ./doc/common/tables/ironic-database.xml33(replaceable) #: ./doc/common/tables/ironic-database.xml101(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml116(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml144(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml59(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml99(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml32(replaceable) #: ./doc/common/tables/trove-rpc.xml60(replaceable) #: ./doc/common/tables/trove-rpc.xml100(replaceable) #: ./doc/common/tables/trove-backup.xml53(replaceable) #: ./doc/common/tables/nova-network.xml25(replaceable) #: ./doc/common/tables/nova-network.xml45(replaceable) #: ./doc/common/tables/nova-network.xml93(replaceable) #: ./doc/common/tables/nova-network.xml165(replaceable) #: ./doc/common/tables/nova-network.xml221(replaceable) #: ./doc/common/tables/nova-network.xml229(replaceable) #: ./doc/common/tables/nova-network.xml233(replaceable) #: ./doc/common/tables/nova-network.xml237(replaceable) #: ./doc/common/tables/nova-network.xml241(replaceable) #: ./doc/common/tables/nova-network.xml245(replaceable) #: ./doc/common/tables/nova-network.xml249(replaceable) #: ./doc/common/tables/nova-ca.xml69(replaceable) #: ./doc/common/tables/neutron-l3_arista.xml25(replaceable) #: ./doc/common/tables/neutron-l3_arista.xml45(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml33(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml37(replaceable) #: ./doc/common/tables/ceilometer-collector.xml28(replaceable) #: ./doc/common/tables/ceilometer-collector.xml32(replaceable) #: ./doc/common/tables/sahara-rpc.xml52(replaceable) #: ./doc/common/tables/sahara-rpc.xml92(replaceable) #: ./doc/common/tables/neutron-ml2_sriov.xml21(replaceable) #: ./doc/common/tables/sahara-logging.xml21(replaceable) #: ./doc/common/tables/sahara-logging.xml29(replaceable) #: ./doc/common/tables/sahara-logging.xml53(replaceable) #: ./doc/common/tables/sahara-logging.xml81(replaceable) #: ./doc/common/tables/sahara-logging.xml93(replaceable) #: ./doc/common/tables/sahara-logging.xml97(replaceable) #: ./doc/common/tables/sahara-logging.xml101(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml48(replaceable) #: ./doc/common/tables/neutron-testing.xml21(replaceable) #: ./doc/common/tables/ceilometer-debug.xml25(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml41(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml77(replaceable) #: ./doc/common/tables/ironic-rootwrap.xml29(replaceable) #: ./doc/common/tables/swift-conf-changes.xml102(td) #: ./doc/common/tables/trove-db_redis.xml57(replaceable) #: ./doc/common/tables/cinder-rpc.xml56(replaceable) #: ./doc/common/tables/cinder-rpc.xml67(replaceable) #: ./doc/common/tables/cinder-rpc.xml107(replaceable) #: ./doc/common/tables/nova-apiv3.xml21(replaceable) #: ./doc/common/tables/trove-database.xml29(replaceable) #: ./doc/common/tables/trove-database.xml33(replaceable) #: ./doc/common/tables/ironic-common.xml29(replaceable) #: ./doc/common/tables/ironic-common.xml65(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml21(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml55(replaceable) #: ./doc/common/tables/cinder-eqlx.xml45(replaceable) #: ./doc/common/tables/nova-ec2.xml45(replaceable) #: ./doc/common/tables/nova-ec2.xml65(replaceable) #: ./doc/common/tables/ironic-conductor.xml33(replaceable) #: ./doc/common/tables/ironic-conductor.xml69(replaceable) #: ./doc/common/tables/ironic-testing.xml21(replaceable) #: ./doc/common/tables/neutron-metadata.xml57(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml33(replaceable) #: ./doc/common/tables/nova-amqp.xml21(replaceable) #: ./doc/common/tables/nova-amqp.xml25(replaceable) #: ./doc/common/tables/neutron-compute.xml49(replaceable) #: ./doc/common/tables/glance-imagecache.xml21(replaceable) #: ./doc/common/tables/glance-imagecache.xml29(replaceable) #: ./doc/common/tables/ironic-cells.xml37(replaceable) #: ./doc/common/tables/keystone-logging.xml21(replaceable) #: ./doc/common/tables/keystone-logging.xml29(replaceable) #: ./doc/common/tables/keystone-logging.xml77(replaceable) #: ./doc/common/tables/keystone-logging.xml89(replaceable) #: ./doc/common/tables/keystone-logging.xml93(replaceable) #: ./doc/common/tables/keystone-logging.xml97(replaceable) #: ./doc/common/tables/heat-rpc.xml56(replaceable) #: ./doc/common/tables/heat-rpc.xml96(replaceable) #: ./doc/common/tables/trove-taskmanager.xml73(replaceable) #: ./doc/common/tables/trove-taskmanager.xml77(replaceable) #: ./doc/common/tables/trove-taskmanager.xml81(replaceable) #: ./doc/common/tables/cinder-images.xml25(replaceable) #: ./doc/common/tables/cinder-images.xml33(replaceable) #: ./doc/common/tables/cinder-images.xml69(replaceable) #: ./doc/common/tables/cinder-profiler.xml21(replaceable) #: ./doc/common/tables/cinder-profiler.xml25(replaceable) #: ./doc/common/tables/neutron-fwaas.xml21(replaceable) #: ./doc/common/tables/nova-database.xml40(replaceable) #: ./doc/common/tables/nova-database.xml104(replaceable) #: ./doc/common/tables/nova-database.xml108(replaceable) #: ./doc/common/tables/nova-quota.xml25(replaceable) #: ./doc/common/tables/heat-logging.xml21(replaceable) #: ./doc/common/tables/heat-logging.xml29(replaceable) #: ./doc/common/tables/heat-logging.xml77(replaceable) #: ./doc/common/tables/heat-logging.xml89(replaceable) #: ./doc/common/tables/heat-logging.xml93(replaceable) #: ./doc/common/tables/heat-logging.xml97(replaceable) #: ./doc/common/tables/ironic-pxe.xml57(replaceable) #: ./doc/common/tables/cinder-compute.xml21(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml48(replaceable) #: ./doc/common/tables/ironic-logging.xml21(replaceable) #: ./doc/common/tables/ironic-logging.xml29(replaceable) #: ./doc/common/tables/ironic-logging.xml77(replaceable) #: ./doc/common/tables/ironic-logging.xml89(replaceable) #: ./doc/common/tables/ironic-logging.xml93(replaceable) #: ./doc/common/tables/ironic-logging.xml97(replaceable) #: ./doc/common/tables/nova-rpc.xml59(replaceable) #: ./doc/common/tables/nova-rpc.xml70(replaceable) #: ./doc/common/tables/nova-rpc.xml110(replaceable) #: ./doc/common/tables/cinder-san.xml29(replaceable) #: ./doc/common/tables/nova-logging.xml21(replaceable) #: ./doc/common/tables/nova-logging.xml29(replaceable) #: ./doc/common/tables/nova-logging.xml33(replaceable) #: ./doc/common/tables/nova-logging.xml81(replaceable) #: ./doc/common/tables/nova-logging.xml93(replaceable) #: ./doc/common/tables/nova-logging.xml97(replaceable) #: ./doc/common/tables/nova-logging.xml101(replaceable) #: ./doc/common/tables/neutron-nec.xml41(replaceable) #: ./doc/common/tables/neutron-nec.xml61(replaceable) #: ./doc/common/tables/nova-api.xml25(replaceable) #: ./doc/common/tables/nova-api.xml105(replaceable) #: ./doc/common/tables/sahara-domain.xml29(replaceable) #: ./doc/common/tables/trove-auth_token.xml73(replaceable) #: ./doc/common/tables/trove-auth_token.xml77(replaceable) #: ./doc/common/tables/trove-auth_token.xml105(replaceable) #: ./doc/common/tables/keystone-trust.xml21(replaceable) #: ./doc/common/tables/glance-cinder.xml21(replaceable) #: ./doc/common/tables/glance-common.xml89(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml41(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml77(replaceable) #: ./doc/common/tables/keystone-ec2.xml29(replaceable) #: ./doc/common/tables/ceilometer-testing.xml21(replaceable) #: ./doc/common/tables/neutron-api.xml25(replaceable) #: ./doc/common/tables/neutron-api.xml29(replaceable) #: ./doc/common/tables/trove-logging.xml21(replaceable) #: ./doc/common/tables/trove-logging.xml29(replaceable) #: ./doc/common/tables/trove-logging.xml85(replaceable) #: ./doc/common/tables/trove-logging.xml97(replaceable) #: ./doc/common/tables/trove-logging.xml101(replaceable) #: ./doc/common/tables/trove-logging.xml105(replaceable) #: ./doc/common/tables/nova-hyperv.xml25(replaceable) #: ./doc/common/tables/nova-hyperv.xml29(replaceable) #: ./doc/common/tables/nova-hyperv.xml37(replaceable) #: ./doc/common/tables/neutron-common.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml97(replaceable) #: ./doc/common/tables/neutron-common.xml105(replaceable) #: ./doc/common/tables/neutron-common.xml137(replaceable) #: ./doc/common/tables/keystone-cache.xml33(replaceable) #: ./doc/common/tables/keystone-cache.xml37(replaceable) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml25(replaceable) #: ./doc/common/tables/nova-configdrive.xml40(replaceable) #: ./doc/common/tables/nova-configdrive.xml44(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml21(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml25(replaceable) #: ./doc/common/tables/heat-database.xml33(replaceable) #: ./doc/common/tables/heat-database.xml97(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml21(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml25(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml29(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml61(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml97(replaceable) #: ./doc/common/tables/keystone-database.xml33(replaceable) #: ./doc/common/tables/keystone-database.xml97(replaceable) #: ./doc/common/tables/glance-profiler.xml21(replaceable) #: ./doc/common/tables/glance-profiler.xml25(replaceable) #: ./doc/common/tables/nova-libvirt.xml36(replaceable) #: ./doc/common/tables/nova-libvirt.xml96(replaceable) #: ./doc/common/tables/nova-libvirt.xml104(replaceable) #: ./doc/common/tables/nova-libvirt.xml112(replaceable) #: ./doc/common/tables/nova-libvirt.xml116(replaceable) #: ./doc/common/tables/nova-libvirt.xml124(replaceable) #: ./doc/common/tables/nova-libvirt.xml148(replaceable) #: ./doc/common/tables/nova-libvirt.xml160(replaceable) #: ./doc/common/tables/keystone-debug.xml33(replaceable) #: ./doc/common/tables/nova-debug.xml28(replaceable) #: ./doc/common/tables/cinder-rootwrap.xml29(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml57(replaceable) msgid "False" msgstr "False" #: ./doc/common/tables/ceilometer-database.xml45(td) #: ./doc/common/tables/cinder-database.xml41(td) #: ./doc/common/tables/glance-database.xml41(td) #: ./doc/common/tables/sahara-database.xml41(td) #: ./doc/common/tables/neutron-database.xml34(td) #: ./doc/common/tables/nova-conf-changes.xml77(td) #: ./doc/common/tables/ironic-database.xml34(td) #: ./doc/common/tables/nova-database.xml41(td) #: ./doc/common/tables/heat-database.xml34(td) #: ./doc/common/tables/keystone-database.xml34(td) msgid "(BoolOpt) Add Python stack traces to SQL as comment strings." msgstr "" #: ./doc/common/tables/ceilometer-database.xml48(replaceable) #: ./doc/common/tables/nova-scheduler.xml73(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml40(replaceable) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml29(replaceable) msgid "512" msgstr "512" #: ./doc/common/tables/ceilometer-database.xml49(td) #: ./doc/common/tables/ceilometer-conf-changes.xml69(td) msgid "" "(IntOpt) The max length of resources id in DB2 nosql, the value should be " "larger than len(hostname) * 2 as compute node's resource id is " "<hostname>_<nodename>." msgstr "" #: ./doc/common/tables/ceilometer-database.xml52(replaceable) #: ./doc/common/tables/ceilometer-database.xml128(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml40(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml52(replaceable) #: ./doc/common/tables/cinder-solidfire.xml25(replaceable) #: ./doc/common/tables/cinder-solidfire.xml37(replaceable) #: ./doc/common/tables/trove-db_percona.xml77(replaceable) #: ./doc/common/tables/nova-periodic.xml21(replaceable) #: ./doc/common/tables/nova-periodic.xml29(replaceable) #: ./doc/common/tables/glance-auth_token.xml109(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml146(replaceable) #: ./doc/common/tables/cinder-flashsystem.xml25(replaceable) #: ./doc/common/tables/cinder-qpid.xml53(replaceable) #: ./doc/common/tables/cinder-zoning_fabric.xml41(replaceable) #: ./doc/common/tables/neutron-cisco.xml29(replaceable) #: ./doc/common/tables/neutron-cisco.xml33(replaceable) #: ./doc/common/tables/neutron-cisco.xml64(replaceable) #: ./doc/common/tables/neutron-cisco.xml92(replaceable) #: ./doc/common/tables/neutron-cisco.xml127(replaceable) #: ./doc/common/tables/neutron-scheduler.xml21(replaceable) #: ./doc/common/tables/neutron-scheduler.xml29(replaceable) #: ./doc/common/tables/cinder-fusionio.xml29(replaceable) #: ./doc/common/tables/cinder-database.xml44(replaceable) #: ./doc/common/tables/cinder-database.xml100(replaceable) #: ./doc/common/tables/ceilometer-logging.xml85(replaceable) #: ./doc/common/tables/nova-vnc.xml53(replaceable) #: ./doc/common/tables/trove-qpid.xml53(replaceable) #: ./doc/common/tables/keystone-api.xml45(replaceable) #: ./doc/common/tables/keystone-api.xml112(replaceable) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml37(replaceable) #: ./doc/common/tables/glance-rpc.xml150(replaceable) #: ./doc/common/tables/glance-database.xml21(replaceable) #: ./doc/common/tables/glance-database.xml44(replaceable) #: ./doc/common/tables/glance-database.xml100(replaceable) #: ./doc/common/tables/nova-spice.xml21(replaceable) #: ./doc/common/tables/nova-xen.xml79(replaceable) #: ./doc/common/tables/nova-xen.xml163(replaceable) #: ./doc/common/tables/nova-xen.xml223(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml109(replaceable) #: ./doc/common/tables/sahara-database.xml44(replaceable) #: ./doc/common/tables/sahara-database.xml100(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml80(replaceable) #: ./doc/common/tables/nova-policy.xml21(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml57(replaceable) #: ./doc/common/tables/neutron-logging.xml89(replaceable) #: ./doc/common/tables/keystone-catalog.xml25(replaceable) #: ./doc/common/tables/heat-qpid.xml53(replaceable) #: ./doc/common/tables/neutron-auth_token.xml109(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml61(replaceable) #: ./doc/common/tables/cinder-quota.xml57(replaceable) #: ./doc/common/tables/neutron-sdnve.xml53(replaceable) #: ./doc/common/tables/neutron-sdnve.xml69(replaceable) #: ./doc/common/tables/neutron-sdnve.xml88(replaceable) #: ./doc/common/tables/nova-compute.xml61(replaceable) #: ./doc/common/tables/nova-compute.xml153(replaceable) #: ./doc/common/tables/nova-scheduler.xml77(replaceable) #: ./doc/common/tables/nova-scheduler.xml155(replaceable) #: ./doc/common/tables/cinder-backups_ceph.xml45(replaceable) #: ./doc/common/tables/nova-vmware.xml77(replaceable) #: ./doc/common/tables/keystone-role.xml25(replaceable) #: ./doc/common/tables/keystone-assignment.xml25(replaceable) #: ./doc/common/tables/neutron-embrane.xml25(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml377(td) #: ./doc/common/tables/neutron-conf-changes.xml392(td) #: ./doc/common/tables/nova-common.xml91(replaceable) #: ./doc/common/tables/nova-volumes.xml56(replaceable) #: ./doc/common/tables/trove-db_mysql.xml69(replaceable) #: ./doc/common/tables/cinder-logging.xml89(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml25(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml33(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml61(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml92(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml96(replaceable) #: ./doc/common/tables/cinder-backups.xml61(replaceable) #: ./doc/common/tables/keystone-ldap.xml53(replaceable) #: ./doc/common/tables/keystone-ldap.xml57(replaceable) #: ./doc/common/tables/keystone-ldap.xml61(replaceable) #: ./doc/common/tables/keystone-ldap.xml129(replaceable) #: ./doc/common/tables/keystone-ldap.xml133(replaceable) #: ./doc/common/tables/keystone-ldap.xml137(replaceable) #: ./doc/common/tables/keystone-ldap.xml197(replaceable) #: ./doc/common/tables/keystone-ldap.xml201(replaceable) #: ./doc/common/tables/keystone-ldap.xml205(replaceable) #: ./doc/common/tables/keystone-ldap.xml281(replaceable) #: ./doc/common/tables/keystone-ldap.xml285(replaceable) #: ./doc/common/tables/keystone-ldap.xml289(replaceable) #: ./doc/common/tables/keystone-ldap.xml305(replaceable) #: ./doc/common/tables/trove-db_postgresql.xml65(replaceable) #: ./doc/common/tables/trove-api.xml45(replaceable) #: ./doc/common/tables/trove-api.xml109(replaceable) #: ./doc/common/tables/cinder-zadara.xml37(replaceable) #: ./doc/common/tables/cinder-zadara.xml41(replaceable) #: ./doc/common/tables/cinder-zadara.xml45(replaceable) #: ./doc/common/tables/ironic-auth_token.xml109(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml60(replaceable) #: ./doc/common/tables/cinder-zones.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_ofa.xml36(replaceable) #: ./doc/common/tables/glance-api.xml29(replaceable) #: ./doc/common/tables/glance-api.xml33(replaceable) #: ./doc/common/tables/glance-api.xml37(replaceable) #: ./doc/common/tables/glance-api.xml41(replaceable) #: ./doc/common/tables/glance-api.xml57(replaceable) #: ./doc/common/tables/glance-api.xml77(replaceable) #: ./doc/common/tables/cinder-storwize.xml33(replaceable) #: ./doc/common/tables/cinder-storwize.xml37(replaceable) #: ./doc/common/tables/cinder-storwize.xml53(replaceable) #: ./doc/common/tables/cinder-storwize.xml61(replaceable) #: ./doc/common/tables/sahara-auth_token.xml109(replaceable) #: ./doc/common/tables/trove-volume.xml45(replaceable) #: ./doc/common/tables/heat-auth_token.xml101(replaceable) #: ./doc/common/tables/nova-auth_token.xml109(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml41(replaceable) #: ./doc/common/tables/cinder-quobyte.xml29(replaceable) #: ./doc/common/tables/cinder-quobyte.xml33(replaceable) #: ./doc/common/tables/glance-logging.xml85(replaceable) #: ./doc/common/tables/cinder-storage_glusterfs.xml33(replaceable) #: ./doc/common/tables/cinder-common.xml53(replaceable) #: ./doc/common/tables/cinder-common.xml157(replaceable) #: ./doc/common/tables/cinder-common.xml181(replaceable) #: ./doc/common/tables/cinder-common.xml205(replaceable) #: ./doc/common/tables/glance-swift.xml120(replaceable) #: ./doc/common/tables/cinder-auth_token.xml109(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml41(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml57(replaceable) #: ./doc/common/tables/ceilometer-events.xml36(replaceable) #: ./doc/common/tables/ironic-qpid.xml53(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml96(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml100(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml104(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml124(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml140(replaceable) #: ./doc/common/tables/neutron-database.xml37(replaceable) #: ./doc/common/tables/neutron-database.xml93(replaceable) #: ./doc/common/tables/keystone-auth_token.xml101(replaceable) #: ./doc/common/tables/keystone-revoke.xml21(replaceable) #: ./doc/common/tables/sahara-common.xml37(replaceable) #: ./doc/common/tables/sahara-common.xml85(replaceable) #: ./doc/common/tables/sahara-common.xml129(replaceable) #: ./doc/common/tables/sahara-common.xml137(replaceable) #: ./doc/common/tables/sahara-common.xml141(replaceable) #: ./doc/common/tables/sahara-common.xml160(replaceable) #: ./doc/common/tables/cinder-api.xml25(replaceable) #: ./doc/common/tables/cinder-api.xml37(replaceable) #: ./doc/common/tables/cinder-api.xml41(replaceable) #: ./doc/common/tables/trove-db_couchbase.xml49(replaceable) #: ./doc/common/tables/trove-db_couchbase.xml61(replaceable) #: ./doc/common/tables/keystone-mapping.xml21(replaceable) #: ./doc/common/tables/ironic-database.xml37(replaceable) #: ./doc/common/tables/ironic-database.xml97(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml96(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml100(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml104(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml124(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml140(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml37(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml81(replaceable) #: ./doc/common/tables/trove-backup.xml45(replaceable) #: ./doc/common/tables/trove-backup.xml49(replaceable) #: ./doc/common/tables/nova-network.xml21(replaceable) #: ./doc/common/tables/nova-network.xml113(replaceable) #: ./doc/common/tables/cinder-smbfs.xml41(replaceable) #: ./doc/common/tables/cinder-prophetstor_dpl.xml45(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml49(replaceable) #: ./doc/common/tables/nova-qpid.xml53(replaceable) #: ./doc/common/tables/sahara-logging.xml89(replaceable) #: ./doc/common/tables/trove-compute.xml41(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml37(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml33(replaceable) #: ./doc/common/tables/ironic-common.xml33(replaceable) #: ./doc/common/tables/ironic-common.xml81(replaceable) #: ./doc/common/tables/nova-ec2.xml53(replaceable) #: ./doc/common/tables/ironic-conductor.xml41(replaceable) #: ./doc/common/tables/sahara-qpid.xml53(replaceable) #: ./doc/common/tables/neutron-ml2_arista.xml41(replaceable) #: ./doc/common/tables/neutron-compute.xml21(replaceable) #: ./doc/common/tables/neutron-compute.xml25(replaceable) #: ./doc/common/tables/keystone-logging.xml85(replaceable) #: ./doc/common/tables/trove-taskmanager.xml65(replaceable) #: ./doc/common/tables/trove-taskmanager.xml85(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml21(replaceable) #: ./doc/common/tables/cinder-nexenta_nfs.xml25(replaceable) #: ./doc/common/tables/nova-database.xml44(replaceable) #: ./doc/common/tables/nova-database.xml100(replaceable) #: ./doc/common/tables/heat-logging.xml85(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml64(replaceable) #: ./doc/common/tables/ironic-logging.xml85(replaceable) #: ./doc/common/tables/neutron-qpid.xml53(replaceable) #: ./doc/common/tables/cinder-backups_tsm.xml21(replaceable) #: ./doc/common/tables/cinder-san.xml53(replaceable) #: ./doc/common/tables/nova-logging.xml89(replaceable) #: ./doc/common/tables/neutron-nec.xml33(replaceable) #: ./doc/common/tables/neutron-nec.xml57(replaceable) #: ./doc/common/tables/nova-api.xml33(replaceable) #: ./doc/common/tables/nova-api.xml113(replaceable) #: ./doc/common/tables/trove-auth_token.xml101(replaceable) #: ./doc/common/tables/keystone-trust.xml29(replaceable) #: ./doc/common/tables/glance-common.xml21(replaceable) #: ./doc/common/tables/neutron-api.xml21(replaceable) #: ./doc/common/tables/neutron-api.xml65(replaceable) #: ./doc/common/tables/neutron-api.xml77(replaceable) #: ./doc/common/tables/trove-logging.xml93(replaceable) #: ./doc/common/tables/keystone-kvs.xml33(replaceable) #: ./doc/common/tables/neutron-common.xml89(replaceable) #: ./doc/common/tables/neutron-common.xml125(replaceable) #: ./doc/common/tables/nova-hypervisor.xml25(replaceable) #: ./doc/common/tables/nova-hypervisor.xml37(replaceable) #: ./doc/common/tables/keystone-qpid.xml53(replaceable) #: ./doc/common/tables/keystone-token.xml29(replaceable) #: ./doc/common/tables/keystone-token.xml57(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml61(replaceable) #: ./doc/common/tables/heat-database.xml37(replaceable) #: ./doc/common/tables/heat-database.xml93(replaceable) #: ./doc/common/tables/keystone-database.xml37(replaceable) #: ./doc/common/tables/keystone-database.xml93(replaceable) #: ./doc/common/tables/nova-libvirt.xml21(replaceable) #: ./doc/common/tables/nova-libvirt.xml172(replaceable) #: ./doc/common/tables/nova-libvirt.xml176(replaceable) #: ./doc/common/tables/neutron-securitygroups.xml21(replaceable) #: ./doc/common/tables/neutron-securitygroups.xml25(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml61(replaceable) msgid "True" msgstr "True" #: ./doc/common/tables/ceilometer-database.xml53(td) #: ./doc/common/tables/glance-database.xml45(td) msgid "" "(BoolOpt) If True, increases the interval between retries of a database " "operation up to db_max_retry_interval." msgstr "" #: ./doc/common/tables/ceilometer-database.xml56(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml61(replaceable) #: ./doc/common/tables/cinder-database.xml48(replaceable) #: ./doc/common/tables/glance-database.xml48(replaceable) #: ./doc/common/tables/nova-xen.xml115(replaceable) #: ./doc/common/tables/nova-xen.xml227(replaceable) #: ./doc/common/tables/sahara-database.xml48(replaceable) #: ./doc/common/tables/ironic-disk_partitioner.xml25(replaceable) #: ./doc/common/tables/trove-common.xml21(replaceable) #: ./doc/common/tables/trove-common.xml25(replaceable) #: ./doc/common/tables/trove-api.xml69(replaceable) #: ./doc/common/tables/trove-api.xml113(replaceable) #: ./doc/common/tables/trove-quota.xml33(replaceable) #: ./doc/common/tables/neutron-database.xml41(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml44(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml56(replaceable) #: ./doc/common/tables/ironic-database.xml41(replaceable) #: ./doc/common/tables/trove-backup.xml57(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml32(replaceable) #: ./doc/common/tables/trove-cluster.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml65(replaceable) #: ./doc/common/tables/nova-database.xml48(replaceable) #: ./doc/common/tables/nova-quota.xml29(replaceable) #: ./doc/common/tables/nova-quota.xml77(replaceable) #: ./doc/common/tables/neutron-common.xml157(replaceable) #: ./doc/common/tables/heat-database.xml41(replaceable) #: ./doc/common/tables/keystone-database.xml41(replaceable) msgid "20" msgstr "20" #: ./doc/common/tables/ceilometer-database.xml57(td) #: ./doc/common/tables/glance-database.xml49(td) msgid "" "(IntOpt) Maximum retries in case of connection error or deadlock error " "before error is raised. Set to -1 to specify an infinite retry count." msgstr "" #: ./doc/common/tables/ceilometer-database.xml60(replaceable) #: ./doc/common/tables/ceilometer-database.xml88(replaceable) #: ./doc/common/tables/ceilometer-database.xml116(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml29(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml60(replaceable) #: ./doc/common/tables/glance-auth_token.xml121(replaceable) #: ./doc/common/tables/glance-auth_token.xml129(replaceable) #: ./doc/common/tables/glance-auth_token.xml153(replaceable) #: ./doc/common/tables/ironic-seamicro.xml21(replaceable) #: ./doc/common/tables/ceilometer-vmware.xml21(replaceable) #: ./doc/common/tables/neutron-cisco.xml115(replaceable) #: ./doc/common/tables/cinder-database.xml52(replaceable) #: ./doc/common/tables/cinder-database.xml72(replaceable) #: ./doc/common/tables/cinder-database.xml88(replaceable) #: ./doc/common/tables/heat-common.xml33(replaceable) #: ./doc/common/tables/glance-database.xml52(replaceable) #: ./doc/common/tables/glance-database.xml72(replaceable) #: ./doc/common/tables/glance-database.xml88(replaceable) #: ./doc/common/tables/nova-xen.xml135(replaceable) #: ./doc/common/tables/nova-xen.xml143(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml121(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml129(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml153(replaceable) #: ./doc/common/tables/sahara-database.xml52(replaceable) #: ./doc/common/tables/sahara-database.xml72(replaceable) #: ./doc/common/tables/sahara-database.xml88(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml36(replaceable) #: ./doc/common/tables/neutron-auth_token.xml121(replaceable) #: ./doc/common/tables/neutron-auth_token.xml129(replaceable) #: ./doc/common/tables/neutron-auth_token.xml153(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml25(replaceable) #: ./doc/common/tables/cinder-quota.xml29(replaceable) #: ./doc/common/tables/cinder-quota.xml33(replaceable) #: ./doc/common/tables/cinder-quota.xml45(replaceable) #: ./doc/common/tables/cinder-quota.xml49(replaceable) #: ./doc/common/tables/nova-compute.xml97(replaceable) #: ./doc/common/tables/nova-scheduler.xml140(replaceable) #: ./doc/common/tables/nova-vmware.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml72(replaceable) #: ./doc/common/tables/neutron-vmware.xml156(replaceable) #: ./doc/common/tables/nova-common.xml61(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml48(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml68(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml84(replaceable) #: ./doc/common/tables/nova-volumes.xml91(replaceable) #: ./doc/common/tables/nova-volumes.xml157(replaceable) #: ./doc/common/tables/cinder-backups.xml45(replaceable) #: ./doc/common/tables/keystone-ldap.xml121(replaceable) #: ./doc/common/tables/glance-vmware.xml25(replaceable) #: ./doc/common/tables/ceilometer-xenapi.xml33(replaceable) #: ./doc/common/tables/ironic-auth_token.xml121(replaceable) #: ./doc/common/tables/ironic-auth_token.xml129(replaceable) #: ./doc/common/tables/ironic-auth_token.xml157(replaceable) #: ./doc/common/tables/cinder-vmware.xml21(replaceable) #: ./doc/common/tables/sahara-auth_token.xml121(replaceable) #: ./doc/common/tables/sahara-auth_token.xml129(replaceable) #: ./doc/common/tables/sahara-auth_token.xml153(replaceable) #: ./doc/common/tables/glance-s3.xml41(replaceable) #: ./doc/common/tables/glance-s3.xml57(replaceable) #: ./doc/common/tables/nova-cells.xml61(replaceable) #: ./doc/common/tables/heat-auth_token.xml121(replaceable) #: ./doc/common/tables/neutron-quotas.xml44(replaceable) #: ./doc/common/tables/neutron-quotas.xml60(replaceable) #: ./doc/common/tables/neutron-quotas.xml64(replaceable) #: ./doc/common/tables/neutron-quotas.xml72(replaceable) #: ./doc/common/tables/nova-auth_token.xml121(replaceable) #: ./doc/common/tables/nova-auth_token.xml129(replaceable) #: ./doc/common/tables/nova-auth_token.xml153(replaceable) #: ./doc/common/tables/cinder-common.xml141(replaceable) #: ./doc/common/tables/cinder-auth_token.xml121(replaceable) #: ./doc/common/tables/cinder-auth_token.xml129(replaceable) #: ./doc/common/tables/cinder-auth_token.xml153(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml128(replaceable) #: ./doc/common/tables/neutron-database.xml45(replaceable) #: ./doc/common/tables/neutron-database.xml65(replaceable) #: ./doc/common/tables/neutron-database.xml81(replaceable) #: ./doc/common/tables/keystone-auth_token.xml121(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml32(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml60(replaceable) #: ./doc/common/tables/ironic-database.xml45(replaceable) #: ./doc/common/tables/ironic-database.xml65(replaceable) #: ./doc/common/tables/ironic-database.xml85(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml128(replaceable) #: ./doc/common/tables/neutron-cfg_agent.xml33(replaceable) #: ./doc/common/tables/ironic-snmp.xml21(replaceable) #: ./doc/common/tables/trove-rpc.xml33(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml24(replaceable) #: ./doc/common/tables/trove-guestagent.xml29(replaceable) #: ./doc/common/tables/ironic-conductor.xml45(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml52(replaceable) #: ./doc/common/tables/neutron-ml2_ncs.xml25(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml44(replaceable) #: ./doc/common/tables/neutron-ml2_odl.xml29(replaceable) #: ./doc/common/tables/nova-database.xml52(replaceable) #: ./doc/common/tables/nova-database.xml72(replaceable) #: ./doc/common/tables/nova-database.xml88(replaceable) #: ./doc/common/tables/nova-quota.xml41(replaceable) #: ./doc/common/tables/nova-quota.xml57(replaceable) #: ./doc/common/tables/nova-quota.xml81(replaceable) #: ./doc/common/tables/nova-quota.xml85(replaceable) #: ./doc/common/tables/nova-quota.xml89(replaceable) #: ./doc/common/tables/ironic-console.xml25(replaceable) #: ./doc/common/tables/trove-auth_token.xml121(replaceable) #: ./doc/common/tables/glance-common.xml49(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml52(replaceable) #: ./doc/common/tables/nova-hyperv.xml41(replaceable) #: ./doc/common/tables/neutron-common.xml145(replaceable) #: ./doc/common/tables/nova-hypervisor.xml33(replaceable) #: ./doc/common/tables/keystone-cache.xml49(replaceable) #: ./doc/common/tables/keystone-cache.xml53(replaceable) #: ./doc/common/tables/keystone-cache.xml80(replaceable) #: ./doc/common/tables/keystone-cache.xml84(replaceable) #: ./doc/common/tables/heat-database.xml45(replaceable) #: ./doc/common/tables/heat-database.xml65(replaceable) #: ./doc/common/tables/heat-database.xml81(replaceable) #: ./doc/common/tables/keystone-database.xml45(replaceable) #: ./doc/common/tables/keystone-database.xml65(replaceable) #: ./doc/common/tables/keystone-database.xml81(replaceable) #: ./doc/common/tables/nova-libvirt.xml120(replaceable) msgid "10" msgstr "10" #: ./doc/common/tables/ceilometer-database.xml61(td) #: ./doc/common/tables/glance-database.xml53(td) msgid "" "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between " "retries of a database operation." msgstr "" #: ./doc/common/tables/ceilometer-database.xml64(replaceable) #: ./doc/common/tables/ceilometer-database.xml100(replaceable) #: ./doc/common/tables/cinder-qpid.xml45(replaceable) #: ./doc/common/tables/cinder-qpid.xml57(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml20(replaceable) #: ./doc/common/tables/ceilometer-common.xml33(replaceable) #: ./doc/common/tables/cinder-database.xml56(replaceable) #: ./doc/common/tables/cinder-database.xml76(replaceable) #: ./doc/common/tables/sahara-zeromq.xml25(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml73(replaceable) #: ./doc/common/tables/trove-qpid.xml45(replaceable) #: ./doc/common/tables/trove-qpid.xml57(replaceable) #: ./doc/common/tables/cinder-xio.xml33(replaceable) #: ./doc/common/tables/cinder-xio.xml37(replaceable) #: ./doc/common/tables/cinder-xio.xml41(replaceable) #: ./doc/common/tables/nova-ironic.xml53(replaceable) #: ./doc/common/tables/glance-rpc.xml142(replaceable) #: ./doc/common/tables/glance-rpc.xml154(replaceable) #: ./doc/common/tables/glance-rpc.xml233(replaceable) #: ./doc/common/tables/glance-database.xml56(replaceable) #: ./doc/common/tables/glance-database.xml76(replaceable) #: ./doc/common/tables/nova-xen.xml207(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml73(replaceable) #: ./doc/common/tables/sahara-database.xml56(replaceable) #: ./doc/common/tables/sahara-database.xml76(replaceable) #: ./doc/common/tables/heat-qpid.xml45(replaceable) #: ./doc/common/tables/heat-qpid.xml57(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml73(replaceable) #: ./doc/common/tables/nova-scheduler.xml101(replaceable) #: ./doc/common/tables/heat-conf-changes.xml304(td) #: ./doc/common/tables/heat-cfn_api.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml152(replaceable) #: ./doc/common/tables/nova-zeromq.xml25(replaceable) #: ./doc/common/tables/heat-zeromq.xml25(replaceable) #: ./doc/common/tables/cinder-zeromq.xml25(replaceable) #: ./doc/common/tables/ironic-disk_partitioner.xml21(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml24(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml73(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml25(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml73(replaceable) #: ./doc/common/tables/ceilometer-api.xml25(replaceable) #: ./doc/common/tables/nova-cells.xml49(replaceable) #: ./doc/common/tables/heat-api.xml53(replaceable) #: ./doc/common/tables/neutron-zeromq.xml25(replaceable) #: ./doc/common/tables/ironic-qpid.xml45(replaceable) #: ./doc/common/tables/ironic-qpid.xml57(replaceable) #: ./doc/common/tables/neutron-database.xml49(replaceable) #: ./doc/common/tables/neutron-database.xml69(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml73(replaceable) #: ./doc/common/tables/keystone-zeromq.xml25(replaceable) #: ./doc/common/tables/glance-zeromq.xml25(replaceable) #: ./doc/common/tables/ironic-database.xml49(replaceable) #: ./doc/common/tables/ironic-database.xml69(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml57(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml20(replaceable) #: ./doc/common/tables/nova-network.xml201(replaceable) #: ./doc/common/tables/ceilometer-collector.xml21(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml28(replaceable) #: ./doc/common/tables/nova-qpid.xml45(replaceable) #: ./doc/common/tables/nova-qpid.xml57(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml73(replaceable) #: ./doc/common/tables/swift-conf-changes.xml101(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml24(replaceable) #: ./doc/common/tables/trove-zeromq.xml25(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml25(replaceable) #: ./doc/common/tables/ironic-common.xml37(replaceable) #: ./doc/common/tables/ironic-zeromq.xml25(replaceable) #: ./doc/common/tables/glance-taskflow.xml25(replaceable) #: ./doc/common/tables/ironic-conductor.xml57(replaceable) #: ./doc/common/tables/neutron-metadata.xml53(replaceable) #: ./doc/common/tables/sahara-qpid.xml45(replaceable) #: ./doc/common/tables/sahara-qpid.xml57(replaceable) #: ./doc/common/tables/neutron-ml2_brocade.xml41(replaceable) #: ./doc/common/tables/cinder-images.xml37(replaceable) #: ./doc/common/tables/nova-database.xml56(replaceable) #: ./doc/common/tables/nova-database.xml76(replaceable) #: ./doc/common/tables/ironic-console.xml21(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml24(replaceable) #: ./doc/common/tables/neutron-qpid.xml45(replaceable) #: ./doc/common/tables/neutron-qpid.xml57(replaceable) #: ./doc/common/tables/cinder-san.xml65(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml20(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml73(replaceable) #: ./doc/common/tables/neutron-common.xml93(replaceable) #: ./doc/common/tables/keystone-qpid.xml45(replaceable) #: ./doc/common/tables/keystone-qpid.xml57(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml53(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml65(replaceable) #: ./doc/common/tables/cinder-datera.xml29(replaceable) #: ./doc/common/tables/cinder-drbd.xml21(replaceable) #: ./doc/common/tables/heat-database.xml49(replaceable) #: ./doc/common/tables/heat-database.xml69(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml93(replaceable) #: ./doc/common/tables/keystone-database.xml49(replaceable) #: ./doc/common/tables/keystone-database.xml69(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml538(td) msgid "1" msgstr "1" #: ./doc/common/tables/ceilometer-database.xml65(td) #: ./doc/common/tables/glance-database.xml57(td) msgid "(IntOpt) Seconds between retries of a database transaction." msgstr "" #: ./doc/common/tables/ceilometer-database.xml69(td) #: ./doc/common/tables/ceilometer-conf-changes.xml73(td) msgid "" "(StrOpt) The connection string used to connect to the event database. (if " "unset, connection is used)" msgstr "" #: ./doc/common/tables/ceilometer-database.xml72(replaceable) #: ./doc/common/tables/ceilometer-database.xml96(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml92(replaceable) #: ./doc/common/tables/keystone-ldap.xml109(replaceable) #: ./doc/common/tables/nova-conductor.xml21(replaceable) #: ./doc/common/tables/neutron-quotas.xml28(replaceable) #: ./doc/common/tables/nova-network.xml69(replaceable) #: ./doc/common/tables/nova-quota.xml37(replaceable) #: ./doc/common/tables/neutron-api.xml57(replaceable) msgid "-1" msgstr "-1" #: ./doc/common/tables/ceilometer-database.xml73(td) #: ./doc/common/tables/ceilometer-conf-changes.xml77(td) msgid "" "(IntOpt) Number of seconds that events are kept in the database for (<= 0" " means forever)." msgstr "" #: ./doc/common/tables/ceilometer-database.xml76(replaceable) #: ./doc/common/tables/cinder-database.xml60(replaceable) #: ./doc/common/tables/glance-database.xml60(replaceable) #: ./doc/common/tables/nova-xen.xml215(replaceable) #: ./doc/common/tables/sahara-database.xml60(replaceable) #: ./doc/common/tables/nova-ldap.xml49(replaceable) #: ./doc/common/tables/nova-compute.xml141(replaceable) #: ./doc/common/tables/nova-cells.xml53(replaceable) #: ./doc/common/tables/heat-api.xml73(replaceable) #: ./doc/common/tables/neutron-database.xml53(replaceable) #: ./doc/common/tables/cinder-api.xml29(replaceable) #: ./doc/common/tables/keystone-saml.xml21(replaceable) #: ./doc/common/tables/ironic-database.xml53(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml52(replaceable) #: ./doc/common/tables/trove-database.xml25(replaceable) #: ./doc/common/tables/nova-database.xml60(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml32(replaceable) #: ./doc/common/tables/keystone-token.xml41(replaceable) #: ./doc/common/tables/keystone-token.xml53(replaceable) #: ./doc/common/tables/heat-database.xml53(replaceable) #: ./doc/common/tables/keystone-database.xml53(replaceable) #: ./doc/common/tables/nova-libvirt.xml40(replaceable) #: ./doc/common/tables/nova-libvirt.xml128(replaceable) msgid "3600" msgstr "3600" #: ./doc/common/tables/ceilometer-database.xml77(td) #: ./doc/common/tables/cinder-database.xml61(td) #: ./doc/common/tables/glance-database.xml61(td) #: ./doc/common/tables/sahara-database.xml61(td) #: ./doc/common/tables/neutron-database.xml54(td) #: ./doc/common/tables/nova-conf-changes.xml81(td) #: ./doc/common/tables/ironic-database.xml54(td) #: ./doc/common/tables/nova-database.xml61(td) #: ./doc/common/tables/heat-database.xml54(td) #: ./doc/common/tables/keystone-database.xml54(td) msgid "(IntOpt) Timeout before idle SQL connections are reaped." msgstr "" #: ./doc/common/tables/ceilometer-database.xml81(td) #: ./doc/common/tables/cinder-database.xml65(td) #: ./doc/common/tables/glance-database.xml65(td) #: ./doc/common/tables/sahara-database.xml65(td) #: ./doc/common/tables/neutron-database.xml58(td) #: ./doc/common/tables/nova-conf-changes.xml85(td) #: ./doc/common/tables/ironic-database.xml58(td) #: ./doc/common/tables/nova-database.xml65(td) #: ./doc/common/tables/heat-database.xml58(td) #: ./doc/common/tables/keystone-database.xml58(td) msgid "(IntOpt) If set, use this value for max_overflow with SQLAlchemy." msgstr "" #: ./doc/common/tables/ceilometer-database.xml85(td) #: ./doc/common/tables/cinder-database.xml69(td) #: ./doc/common/tables/glance-database.xml69(td) #: ./doc/common/tables/sahara-database.xml69(td) #: ./doc/common/tables/neutron-database.xml62(td) #: ./doc/common/tables/nova-conf-changes.xml89(td) #: ./doc/common/tables/ironic-database.xml62(td) #: ./doc/common/tables/nova-database.xml69(td) #: ./doc/common/tables/heat-database.xml62(td) #: ./doc/common/tables/keystone-database.xml62(td) msgid "(IntOpt) Maximum number of SQL connections to keep open in a pool." msgstr "" #: ./doc/common/tables/ceilometer-database.xml89(td) #: ./doc/common/tables/cinder-database.xml73(td) #: ./doc/common/tables/glance-database.xml73(td) #: ./doc/common/tables/sahara-database.xml73(td) #: ./doc/common/tables/neutron-database.xml66(td) #: ./doc/common/tables/nova-conf-changes.xml93(td) #: ./doc/common/tables/ironic-database.xml66(td) #: ./doc/common/tables/nova-database.xml73(td) #: ./doc/common/tables/heat-database.xml66(td) #: ./doc/common/tables/keystone-database.xml66(td) msgid "" "(IntOpt) Maximum number of database connection retries during startup. Set " "to -1 to specify an infinite retry count." msgstr "" #: ./doc/common/tables/ceilometer-database.xml93(td) msgid "" "(StrOpt) The connection string used to connect to the metering database. (if" " unset, connection is used)" msgstr "" #: ./doc/common/tables/ceilometer-database.xml97(td) #: ./doc/common/tables/ceilometer-conf-changes.xml81(td) msgid "" "(IntOpt) Number of seconds that samples are kept in the database for (<= " "0 means forever)." msgstr "" #: ./doc/common/tables/ceilometer-database.xml101(td) #: ./doc/common/tables/cinder-database.xml77(td) #: ./doc/common/tables/glance-database.xml77(td) #: ./doc/common/tables/sahara-database.xml77(td) #: ./doc/common/tables/neutron-database.xml70(td) #: ./doc/common/tables/ironic-database.xml70(td) #: ./doc/common/tables/nova-database.xml77(td) #: ./doc/common/tables/heat-database.xml70(td) #: ./doc/common/tables/keystone-database.xml70(td) msgid "(IntOpt) Minimum number of SQL connections to keep open in a pool." msgstr "" #: ./doc/common/tables/ceilometer-database.xml104(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml64(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml86(td) #: ./doc/common/tables/neutron-rpc.xml98(td) #: ./doc/common/tables/neutron-rpc.xml102(td) #: ./doc/common/tables/neutron-rpc.xml106(td) #: ./doc/common/tables/trove-db_percona.xml69(td) #: ./doc/common/tables/glance-auth_token.xml37(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml48(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml113(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml127(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) #: ./doc/common/tables/cinder-qpid.xml33(td) #: ./doc/common/tables/cinder-qpid.xml49(td) #: ./doc/common/tables/cinder-qpid.xml61(td) #: ./doc/common/tables/cinder-zoning_fabric.xml21(td) #: ./doc/common/tables/cinder-zoning_fabric.xml25(td) #: ./doc/common/tables/cinder-zoning_fabric.xml33(td) #: ./doc/common/tables/cinder-storage_ceph.xml25(td) #: ./doc/common/tables/ceilometer-vmware.xml25(td) #: ./doc/common/tables/ceilometer-vmware.xml29(td) #: ./doc/common/tables/ceilometer-vmware.xml37(td) #: ./doc/common/tables/neutron-cisco.xml52(td) #: ./doc/common/tables/cinder-hp3par.xml21(td) #: ./doc/common/tables/cinder-hp3par.xml29(td) #: ./doc/common/tables/cinder-hp3par.xml41(td) #: ./doc/common/tables/cinder-hp3par.xml45(td) #: ./doc/common/tables/cinder-hp3par.xml49(td) #: ./doc/common/tables/cinder-hp3par.xml53(td) #: ./doc/common/tables/cinder-hp3par.xml57(td) #: ./doc/common/tables/ironic-rabbitmq.xml25(td) #: ./doc/common/tables/ironic-rabbitmq.xml29(td) #: ./doc/common/tables/ironic-rabbitmq.xml33(td) #: ./doc/common/tables/ironic-rabbitmq.xml37(td) #: ./doc/common/tables/trove-qpid.xml33(td) #: ./doc/common/tables/trove-qpid.xml49(td) #: ./doc/common/tables/trove-qpid.xml61(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml21(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml25(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml33(td) #: ./doc/common/tables/ceilometer-dispatcher_http.xml29(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml24(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml49(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml63(td) #: ./doc/common/tables/glance-rpc.xml87(td) #: ./doc/common/tables/glance-rpc.xml91(td) #: ./doc/common/tables/glance-rpc.xml95(td) #: ./doc/common/tables/glance-rpc.xml130(td) #: ./doc/common/tables/glance-rpc.xml146(td) #: ./doc/common/tables/glance-rpc.xml158(td) #: ./doc/common/tables/glance-rpc.xml185(td) #: ./doc/common/tables/glance-rpc.xml189(td) #: ./doc/common/tables/glance-rpc.xml193(td) #: ./doc/common/tables/glance-rpc.xml197(td) #: ./doc/common/tables/heat-clients_heat.xml41(td) #: ./doc/common/tables/ceilometer-auth_token.xml37(td) #: ./doc/common/tables/nova-rabbitmq.xml25(td) #: ./doc/common/tables/nova-rabbitmq.xml29(td) #: ./doc/common/tables/nova-rabbitmq.xml33(td) #: ./doc/common/tables/nova-rabbitmq.xml37(td) #: ./doc/common/tables/neutron-ml2_cisco.xml52(td) #: ./doc/common/tables/neutron-ml2_cisco.xml56(td) #: ./doc/common/tables/neutron-ml2_cisco.xml96(td) #: ./doc/common/tables/nova-policy.xml41(td) #: ./doc/common/tables/ceilometer-inspector.xml29(td) #: ./doc/common/tables/cinder-scheduler.xml37(td) #: ./doc/common/tables/trove-db_cassandra.xml53(td) #: ./doc/common/tables/heat-qpid.xml33(td) #: ./doc/common/tables/heat-qpid.xml49(td) #: ./doc/common/tables/heat-qpid.xml61(td) #: ./doc/common/tables/cinder-rabbitmq.xml25(td) #: ./doc/common/tables/cinder-rabbitmq.xml29(td) #: ./doc/common/tables/cinder-rabbitmq.xml33(td) #: ./doc/common/tables/cinder-rabbitmq.xml37(td) #: ./doc/common/tables/neutron-auth_token.xml37(td) #: ./doc/common/tables/ironic-ca.xml21(td) #: ./doc/common/tables/ironic-ca.xml25(td) #: ./doc/common/tables/ironic-ca.xml29(td) #: ./doc/common/tables/ceilometer-auth.xml45(td) #: ./doc/common/tables/neutron-sdnve.xml45(td) #: ./doc/common/tables/nova-compute.xml33(td) #: ./doc/common/tables/nova-scheduler.xml45(td) #: ./doc/common/tables/nova-scheduler.xml49(td) #: ./doc/common/tables/nova-scheduler.xml105(td) #: ./doc/common/tables/nova-scheduler.xml167(td) #: ./doc/common/tables/neutron-vmware.xml111(td) #: ./doc/common/tables/neutron-vmware.xml133(td) #: ./doc/common/tables/cinder-zfssa.xml21(td) #: ./doc/common/tables/cinder-zfssa.xml25(td) #: ./doc/common/tables/cinder-zfssa.xml29(td) #: ./doc/common/tables/cinder-zfssa.xml33(td) #: ./doc/common/tables/cinder-zfssa.xml37(td) #: ./doc/common/tables/cinder-zfssa.xml41(td) #: ./doc/common/tables/cinder-zfssa.xml45(td) #: ./doc/common/tables/cinder-zfssa.xml77(td) #: ./doc/common/tables/cinder-zfssa.xml85(td) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml40(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml60(td) #: ./doc/common/tables/nova-volumes.xml126(td) #: ./doc/common/tables/nova-volumes.xml146(td) #: ./doc/common/tables/trove-db_mysql.xml61(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml21(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml28(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml93(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml107(td) #: ./doc/common/tables/neutron-l3_agent.xml41(td) #: ./doc/common/tables/neutron-l3_agent.xml81(td) #: ./doc/common/tables/nova-neutron.xml72(td) #: ./doc/common/tables/keystone-ldap.xml49(td) #: ./doc/common/tables/keystone-ldap.xml65(td) #: ./doc/common/tables/keystone-ldap.xml125(td) #: ./doc/common/tables/keystone-ldap.xml141(td) #: ./doc/common/tables/keystone-ldap.xml193(td) #: ./doc/common/tables/keystone-ldap.xml209(td) #: ./doc/common/tables/keystone-ldap.xml277(td) #: ./doc/common/tables/trove-db_postgresql.xml61(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/nova-vpn.xml25(td) #: ./doc/common/tables/trove-common.xml33(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/ironic-auth_token.xml37(td) #: ./doc/common/tables/heat-rabbitmq.xml25(td) #: ./doc/common/tables/heat-rabbitmq.xml29(td) #: ./doc/common/tables/heat-rabbitmq.xml33(td) #: ./doc/common/tables/heat-rabbitmq.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml54(td) #: ./doc/common/tables/keystone-rpc.xml76(td) #: ./doc/common/tables/keystone-rpc.xml80(td) #: ./doc/common/tables/keystone-rpc.xml84(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml105(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml119(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml28(td) #: ./doc/common/tables/cinder-emc.xml41(td) #: ./doc/common/tables/cinder-emc.xml49(td) #: ./doc/common/tables/neutron-ml2_flat.xml21(td) #: ./doc/common/tables/heat-metadata_api.xml21(td) #: ./doc/common/tables/trove-rabbitmq.xml25(td) #: ./doc/common/tables/trove-rabbitmq.xml29(td) #: ./doc/common/tables/trove-rabbitmq.xml33(td) #: ./doc/common/tables/trove-rabbitmq.xml37(td) #: ./doc/common/tables/ironic-glance.xml21(td) #: ./doc/common/tables/neutron-ml2_ofa.xml21(td) #: ./doc/common/tables/neutron-ml2_ofa.xml44(td) #: ./doc/common/tables/glance-api.xml110(td) #: ./doc/common/tables/heat-waitcondition_api.xml21(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml32(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml54(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml66(td) #: ./doc/common/tables/sahara-auth_token.xml37(td) #: ./doc/common/tables/ceilometer-api.xml37(td) #: ./doc/common/tables/trove-dns.xml21(td) #: ./doc/common/tables/trove-dns.xml25(td) #: ./doc/common/tables/trove-dns.xml29(td) #: ./doc/common/tables/trove-dns.xml33(td) #: ./doc/common/tables/trove-dns.xml45(td) #: ./doc/common/tables/trove-dns.xml53(td) #: ./doc/common/tables/trove-dns.xml57(td) #: ./doc/common/tables/trove-dns.xml61(td) #: ./doc/common/tables/trove-dns.xml65(td) #: ./doc/common/tables/trove-dns.xml77(td) #: ./doc/common/tables/heat-auth_token.xml37(td) #: ./doc/common/tables/nova-auth_token.xml37(td) #: ./doc/common/tables/heat-api.xml33(td) #: ./doc/common/tables/heat-api.xml41(td) #: ./doc/common/tables/heat-api.xml45(td) #: ./doc/common/tables/heat-api.xml93(td) #: ./doc/common/tables/heat-api.xml100(td) #: ./doc/common/tables/heat-api.xml111(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml20(td) #: ./doc/common/tables/neutron-ryu.xml21(td) #: ./doc/common/tables/cinder-common.xml69(td) #: ./doc/common/tables/cinder-common.xml73(td) #: ./doc/common/tables/cinder-common.xml89(td) #: ./doc/common/tables/glance-swift.xml48(td) #: ./doc/common/tables/cinder-auth_token.xml37(td) #: ./doc/common/tables/ceilometer-alarm.xml45(td) #: ./doc/common/tables/ceilometer-alarm.xml49(td) #: ./doc/common/tables/ironic-qpid.xml33(td) #: ./doc/common/tables/ironic-qpid.xml49(td) #: ./doc/common/tables/ironic-qpid.xml61(td) #: ./doc/common/tables/cinder-xiv.xml21(td) #: ./doc/common/tables/cinder-xiv.xml25(td) #: ./doc/common/tables/cinder-xiv.xml33(td) #: ./doc/common/tables/neutron-sriov.xml21(td) #: ./doc/common/tables/neutron-sriov.xml25(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml21(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml25(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml29(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml33(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml37(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml41(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml45(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml49(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml53(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml57(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml61(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml65(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml69(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml73(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml77(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml81(td) #: ./doc/common/tables/nova-glance.xml28(td) #: ./doc/common/tables/nova-glance.xml59(td) #: ./doc/common/tables/keystone-auth_token.xml37(td) #: ./doc/common/tables/sahara-common.xml49(td) #: ./doc/common/tables/sahara-common.xml65(td) #: ./doc/common/tables/sahara-common.xml117(td) #: ./doc/common/tables/cinder-api.xml65(td) #: ./doc/common/tables/trove-db_couchbase.xml57(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml29(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml33(td) #: ./doc/common/tables/neutron-nuage.xml21(td) #: ./doc/common/tables/keystone-rabbitmq.xml25(td) #: ./doc/common/tables/keystone-rabbitmq.xml29(td) #: ./doc/common/tables/keystone-rabbitmq.xml33(td) #: ./doc/common/tables/keystone-rabbitmq.xml37(td) #: ./doc/common/tables/neutron-bigswitch.xml21(td) #: ./doc/common/tables/neutron-bigswitch.xml25(td) #: ./doc/common/tables/neutron-bigswitch.xml29(td) #: ./doc/common/tables/neutron-bigswitch.xml33(td) #: ./doc/common/tables/neutron-bigswitch.xml37(td) #: ./doc/common/tables/neutron-bigswitch.xml41(td) #: ./doc/common/tables/neutron-bigswitch.xml45(td) #: ./doc/common/tables/neutron-bigswitch.xml49(td) #: ./doc/common/tables/neutron-bigswitch.xml53(td) #: ./doc/common/tables/neutron-bigswitch.xml57(td) #: ./doc/common/tables/neutron-bigswitch.xml61(td) #: ./doc/common/tables/neutron-bigswitch.xml65(td) #: ./doc/common/tables/neutron-bigswitch.xml69(td) #: ./doc/common/tables/neutron-bigswitch.xml73(td) #: ./doc/common/tables/neutron-bigswitch.xml77(td) #: ./doc/common/tables/neutron-bigswitch.xml81(td) #: ./doc/common/tables/ceilometer-rpc.xml83(td) #: ./doc/common/tables/ceilometer-rpc.xml87(td) #: ./doc/common/tables/ceilometer-rpc.xml91(td) #: ./doc/common/tables/trove-db_mongodb.xml77(td) #: ./doc/common/tables/trove-rpc.xml84(td) #: ./doc/common/tables/trove-rpc.xml88(td) #: ./doc/common/tables/trove-rpc.xml92(td) #: ./doc/common/tables/nova-network.xml73(td) #: ./doc/common/tables/nova-network.xml133(td) #: ./doc/common/tables/nova-network.xml141(td) #: ./doc/common/tables/nova-network.xml149(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml21(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml33(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml41(td) #: ./doc/common/tables/neutron-l3_arista.xml29(td) #: ./doc/common/tables/neutron-l3_arista.xml33(td) #: ./doc/common/tables/neutron-l3_arista.xml37(td) #: ./doc/common/tables/neutron-l3_arista.xml41(td) #: ./doc/common/tables/neutron-dhcp_agent.xml21(td) #: ./doc/common/tables/neutron-ml2_gre.xml21(td) #: ./doc/common/tables/nova-qpid.xml33(td) #: ./doc/common/tables/nova-qpid.xml49(td) #: ./doc/common/tables/nova-qpid.xml61(td) #: ./doc/common/tables/sahara-rpc.xml76(td) #: ./doc/common/tables/sahara-rpc.xml80(td) #: ./doc/common/tables/sahara-rpc.xml84(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml24(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml53(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml67(td) #: ./doc/common/tables/sahara-rabbitmq.xml25(td) #: ./doc/common/tables/sahara-rabbitmq.xml29(td) #: ./doc/common/tables/sahara-rabbitmq.xml33(td) #: ./doc/common/tables/sahara-rabbitmq.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) #: ./doc/common/tables/trove-db_redis.xml53(td) #: ./doc/common/tables/cinder-rpc.xml91(td) #: ./doc/common/tables/cinder-rpc.xml95(td) #: ./doc/common/tables/cinder-rpc.xml99(td) #: ./doc/common/tables/nova-apiv3.xml25(td) #: ./doc/common/tables/nova-apiv3.xml29(td) #: ./doc/common/tables/neutron-ml2_vlan.xml21(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml56(td) #: ./doc/common/tables/neutron-hyperv_agent.xml33(td) #: ./doc/common/tables/neutron-hyperv_agent.xml44(td) #: ./doc/common/tables/keystone-federation.xml21(td) #: ./doc/common/tables/nova-ec2.xml85(td) #: ./doc/common/tables/cinder-block-device.xml21(td) #: ./doc/common/tables/neutron-metadata.xml37(td) #: ./doc/common/tables/neutron-metadata.xml41(td) #: ./doc/common/tables/neutron-metadata.xml49(td) #: ./doc/common/tables/sahara-qpid.xml33(td) #: ./doc/common/tables/sahara-qpid.xml49(td) #: ./doc/common/tables/sahara-qpid.xml61(td) #: ./doc/common/tables/neutron-ml2_arista.xml21(td) #: ./doc/common/tables/neutron-ml2_arista.xml25(td) #: ./doc/common/tables/neutron-ml2_arista.xml29(td) #: ./doc/common/tables/neutron-compute.xml57(td) #: ./doc/common/tables/neutron-compute.xml61(td) #: ./doc/common/tables/neutron-ml2_brocade.xml21(td) #: ./doc/common/tables/neutron-ml2_brocade.xml37(td) #: ./doc/common/tables/cinder-nas.xml21(td) #: ./doc/common/tables/cinder-nas.xml33(td) #: ./doc/common/tables/cinder-nas.xml37(td) #: ./doc/common/tables/cinder-nas.xml49(td) #: ./doc/common/tables/neutron-brocade.xml28(td) #: ./doc/common/tables/neutron-brocade.xml36(td) #: ./doc/common/tables/neutron-brocade.xml40(td) #: ./doc/common/tables/heat-rpc.xml80(td) #: ./doc/common/tables/heat-rpc.xml84(td) #: ./doc/common/tables/heat-rpc.xml88(td) #: ./doc/common/tables/heat-cloudwatch_api.xml25(td) #: ./doc/common/tables/cinder-images.xml21(td) #: ./doc/common/tables/cinder-coraid.xml25(td) #: ./doc/common/tables/neutron-qpid.xml33(td) #: ./doc/common/tables/neutron-qpid.xml49(td) #: ./doc/common/tables/neutron-qpid.xml61(td) #: ./doc/common/tables/nova-rpc.xml94(td) #: ./doc/common/tables/nova-rpc.xml98(td) #: ./doc/common/tables/nova-rpc.xml102(td) #: ./doc/common/tables/cinder-san.xml21(td) #: ./doc/common/tables/cinder-san.xml25(td) #: ./doc/common/tables/cinder-san.xml37(td) #: ./doc/common/tables/cinder-san.xml41(td) #: ./doc/common/tables/neutron-nec.xml49(td) #: ./doc/common/tables/neutron-nec.xml79(td) #: ./doc/common/tables/nova-api.xml41(td) #: ./doc/common/tables/nova-api.xml65(td) #: ./doc/common/tables/trove-auth_token.xml37(td) #: ./doc/common/tables/neutron-ml2_vxlan.xml21(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml60(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml89(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml103(td) #: ./doc/common/tables/trove-nova.xml21(td) #: ./doc/common/tables/trove-nova.xml25(td) #: ./doc/common/tables/trove-nova.xml29(td) #: ./doc/common/tables/neutron-meta.xml21(td) #: ./doc/common/tables/neutron-meta.xml25(td) #: ./doc/common/tables/neutron-meta.xml29(td) #: ./doc/common/tables/neutron-meta.xml33(td) #: ./doc/common/tables/neutron-meta.xml37(td) #: ./doc/common/tables/neutron-meta.xml41(td) #: ./doc/common/tables/neutron-meta.xml45(td) #: ./doc/common/tables/neutron-rabbitmq.xml25(td) #: ./doc/common/tables/neutron-rabbitmq.xml29(td) #: ./doc/common/tables/neutron-rabbitmq.xml33(td) #: ./doc/common/tables/neutron-rabbitmq.xml37(td) #: ./doc/common/tables/neutron-api.xml33(td) #: ./doc/common/tables/neutron-api.xml69(td) #: ./doc/common/tables/keystone-kvs.xml21(td) #: ./doc/common/tables/nova-hyperv.xml33(td) #: ./doc/common/tables/cinder-openvstorage.xml21(td) #: ./doc/common/tables/keystone-qpid.xml33(td) #: ./doc/common/tables/keystone-qpid.xml49(td) #: ./doc/common/tables/keystone-qpid.xml61(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/keystone-cache.xml69(td) #: ./doc/common/tables/keystone-token.xml21(td) #: ./doc/common/tables/ceilometer-qpid.xml41(td) #: ./doc/common/tables/ceilometer-qpid.xml57(td) #: ./doc/common/tables/ceilometer-qpid.xml69(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml45(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml49(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml53(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml57(td) #: ./doc/common/tables/neutron-ml2.xml21(td) #: ./doc/common/tables/neutron-ml2.xml25(td) #: ./doc/common/tables/nova-libvirt.xml44(td) #: ./doc/common/tables/nova-libvirt.xml56(td) #: ./doc/common/tables/nova-libvirt.xml64(td) #: ./doc/common/tables/nova-libvirt.xml80(td) #: ./doc/common/tables/nova-libvirt.xml168(td) #: ./doc/common/tables/neutron-mlnx.xml29(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml21(td) #: ./doc/common/tables/cinder-nexenta_iscsi.xml25(td) msgid " = " msgstr " = " #: ./doc/common/tables/ceilometer-database.xml105(td) #: ./doc/common/tables/ceilometer-conf-changes.xml85(td) msgid "" "(StrOpt) The name of the replica set which is used to connect to MongoDB " "database. If it is set, MongoReplicaSetClient will be used instead of " "MongoClient." msgstr "" #: ./doc/common/tables/ceilometer-database.xml108(replaceable) #: ./doc/common/tables/cinder-database.xml80(replaceable) #: ./doc/common/tables/glance-database.xml80(replaceable) #: ./doc/common/tables/sahara-database.xml80(replaceable) #: ./doc/common/tables/neutron-database.xml73(replaceable) #: ./doc/common/tables/ironic-database.xml77(replaceable) #: ./doc/common/tables/nova-database.xml80(replaceable) #: ./doc/common/tables/heat-database.xml73(replaceable) #: ./doc/common/tables/keystone-database.xml73(replaceable) msgid "TRADITIONAL" msgstr "遗留" #: ./doc/common/tables/ceilometer-database.xml109(td) #: ./doc/common/tables/cinder-database.xml81(td) #: ./doc/common/tables/glance-database.xml81(td) #: ./doc/common/tables/sahara-database.xml81(td) #: ./doc/common/tables/neutron-database.xml74(td) #: ./doc/common/tables/nova-conf-changes.xml97(td) #: ./doc/common/tables/ironic-database.xml78(td) #: ./doc/common/tables/nova-database.xml81(td) #: ./doc/common/tables/heat-database.xml74(td) #: ./doc/common/tables/keystone-database.xml74(td) msgid "" "(StrOpt) The SQL mode to be used for MySQL sessions. This option, including " "the default, overrides any server-set SQL mode. To use whatever SQL mode is " "set by the server configuration, set this to no value. Example: " "mysql_sql_mode=" msgstr "" #: ./doc/common/tables/ceilometer-database.xml113(td) #: ./doc/common/tables/cinder-database.xml85(td) #: ./doc/common/tables/glance-database.xml85(td) #: ./doc/common/tables/sahara-database.xml85(td) #: ./doc/common/tables/neutron-database.xml78(td) #: ./doc/common/tables/nova-conf-changes.xml101(td) #: ./doc/common/tables/ironic-database.xml82(td) #: ./doc/common/tables/nova-database.xml85(td) #: ./doc/common/tables/heat-database.xml78(td) #: ./doc/common/tables/keystone-database.xml78(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" #: ./doc/common/tables/ceilometer-database.xml117(td) #: ./doc/common/tables/cinder-database.xml89(td) #: ./doc/common/tables/glance-database.xml89(td) #: ./doc/common/tables/sahara-database.xml89(td) #: ./doc/common/tables/neutron-database.xml82(td) #: ./doc/common/tables/nova-conf-changes.xml105(td) #: ./doc/common/tables/ironic-database.xml86(td) #: ./doc/common/tables/nova-database.xml89(td) #: ./doc/common/tables/heat-database.xml82(td) #: ./doc/common/tables/keystone-database.xml82(td) msgid "(IntOpt) Interval between retries of opening a SQL connection." msgstr "" #: ./doc/common/tables/ceilometer-database.xml121(td) #: ./doc/common/tables/cinder-database.xml93(td) #: ./doc/common/tables/glance-database.xml93(td) #: ./doc/common/tables/sahara-database.xml93(td) #: ./doc/common/tables/neutron-database.xml86(td) #: ./doc/common/tables/nova-conf-changes.xml109(td) #: ./doc/common/tables/ironic-database.xml90(td) #: ./doc/common/tables/nova-database.xml93(td) #: ./doc/common/tables/heat-database.xml86(td) #: ./doc/common/tables/keystone-database.xml86(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the slave " "database." msgstr "" #: ./doc/common/tables/ceilometer-database.xml124(replaceable) #: ./doc/common/tables/cinder-database.xml96(replaceable) #: ./doc/common/tables/glance-database.xml96(replaceable) #: ./doc/common/tables/sahara-database.xml96(replaceable) #: ./doc/common/tables/neutron-database.xml89(replaceable) #: ./doc/common/tables/ironic-database.xml93(replaceable) #: ./doc/common/tables/nova-database.xml96(replaceable) #: ./doc/common/tables/heat-database.xml89(replaceable) #: ./doc/common/tables/keystone-database.xml89(replaceable) msgid "oslo.sqlite" msgstr "oslo.sqlite" #: ./doc/common/tables/ceilometer-database.xml125(td) #: ./doc/common/tables/cinder-database.xml97(td) #: ./doc/common/tables/glance-database.xml97(td) #: ./doc/common/tables/sahara-database.xml97(td) #: ./doc/common/tables/neutron-database.xml90(td) #: ./doc/common/tables/ironic-database.xml94(td) #: ./doc/common/tables/nova-database.xml97(td) #: ./doc/common/tables/heat-database.xml90(td) #: ./doc/common/tables/keystone-database.xml90(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" #: ./doc/common/tables/ceilometer-database.xml129(td) #: ./doc/common/tables/cinder-database.xml101(td) #: ./doc/common/tables/glance-database.xml101(td) #: ./doc/common/tables/sahara-database.xml101(td) #: ./doc/common/tables/neutron-database.xml94(td) #: ./doc/common/tables/nova-conf-changes.xml113(td) #: ./doc/common/tables/ironic-database.xml98(td) #: ./doc/common/tables/nova-database.xml101(td) #: ./doc/common/tables/heat-database.xml94(td) #: ./doc/common/tables/keystone-database.xml94(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" #: ./doc/common/tables/ceilometer-database.xml133(td) #: ./doc/common/tables/cinder-database.xml105(td) #: ./doc/common/tables/glance-database.xml105(td) #: ./doc/common/tables/sahara-database.xml105(td) #: ./doc/common/tables/neutron-database.xml98(td) #: ./doc/common/tables/ironic-database.xml102(td) #: ./doc/common/tables/nova-database.xml105(td) #: ./doc/common/tables/heat-database.xml98(td) #: ./doc/common/tables/keystone-database.xml98(td) msgid "" "(BoolOpt) Enable the experimental use of database reconnect on connection " "lost." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml7(caption) msgid "Description of Open vSwitch agent configuration options" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml21(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml94(replaceable) #: ./doc/common/tables/neutron-cisco.xml76(replaceable) #: ./doc/common/tables/nova-vmware.xml53(replaceable) #: ./doc/common/tables/nova-neutron.xml76(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml155(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml155(replaceable) #: ./doc/common/tables/nova-network.xml161(replaceable) #: ./doc/common/tables/neutron-nvsd.xml21(replaceable) msgid "br-int" msgstr "br-int" #: ./doc/common/tables/neutron-openvswitch_agent.xml22(td) msgid "(StrOpt) Name of Open vSwitch bridge to use" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml26(td) msgid "(BoolOpt) Uses veth for an interface or not" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml30(td) msgid "(IntOpt) Timeout in seconds for ovs-vsctl commands" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml33(th) #: ./doc/common/tables/neutron-rpc.xml53(th) #: ./doc/common/tables/neutron-l3_agent.xml89(th) #: ./doc/common/tables/neutron-ml2_ofa.xml33(th) #: ./doc/common/tables/neutron-metering_agent.xml29(th) #: ./doc/common/tables/neutron-nvsd.xml18(th) #: ./doc/common/tables/neutron-hyperv_agent.xml18(th) #: ./doc/common/tables/neutron-common.xml181(th) msgid "[AGENT]" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml37(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.xml41(td) #: ./doc/common/tables/neutron-ml2_ofa.xml37(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-openvswitch_agent.xml45(td) msgid "(BoolOpt) Make the l2 agent run in DVR mode." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml49(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.xml53(td) msgid "(BoolOpt) Minimize polling by monitoring ovsdb for interface changes." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml56(replaceable) #: ./doc/common/tables/neutron-rpc.xml33(replaceable) #: ./doc/common/tables/neutron-rpc.xml37(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml36(replaceable) #: ./doc/common/tables/cinder-xio.xml25(replaceable) #: ./doc/common/tables/glance-rpc.xml37(replaceable) #: ./doc/common/tables/glance-rpc.xml162(replaceable) #: ./doc/common/tables/glance-rpc.xml249(replaceable) #: ./doc/common/tables/nova-xen.xml67(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml32(replaceable) #: ./doc/common/tables/neutron-ml2_fslsdn.xml53(replaceable) #: ./doc/common/tables/ironic-rpc.xml33(replaceable) #: ./doc/common/tables/ironic-rpc.xml37(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml36(replaceable) #: ./doc/common/tables/nova-neutron.xml92(replaceable) #: ./doc/common/tables/ironic-neutron.xml33(replaceable) #: ./doc/common/tables/nova-livemigration.xml21(replaceable) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml20(replaceable) #: ./doc/common/tables/keystone-rpc.xml33(replaceable) #: ./doc/common/tables/keystone-rpc.xml37(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml32(replaceable) #: ./doc/common/tables/neutron-quotas.xml21(replaceable) #: ./doc/common/tables/neutron-metering_agent.xml25(replaceable) #: ./doc/common/tables/neutron-metering_agent.xml32(replaceable) #: ./doc/common/tables/sahara-common.xml73(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml36(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml76(replaceable) #: ./doc/common/tables/neutron-cfg_agent.xml21(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml37(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml84(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml92(replaceable) #: ./doc/common/tables/trove-rpc.xml41(replaceable) #: ./doc/common/tables/trove-rpc.xml45(replaceable) #: ./doc/common/tables/sahara-rpc.xml33(replaceable) #: ./doc/common/tables/sahara-rpc.xml37(replaceable) #: ./doc/common/tables/cinder-rpc.xml33(replaceable) #: ./doc/common/tables/cinder-rpc.xml37(replaceable) #: ./doc/common/tables/neutron-nvsd.xml48(replaceable) #: ./doc/common/tables/cinder-eqlx.xml33(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml28(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml68(replaceable) #: ./doc/common/tables/neutron-ml2_odl.xml25(replaceable) #: ./doc/common/tables/heat-rpc.xml37(replaceable) #: ./doc/common/tables/heat-rpc.xml41(replaceable) #: ./doc/common/tables/nova-rpc.xml33(replaceable) #: ./doc/common/tables/nova-rpc.xml37(replaceable) #: ./doc/common/tables/cinder-san.xml57(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml32(replaceable) #: ./doc/common/tables/neutron-api.xml61(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml73(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml109(replaceable) msgid "30" msgstr "30" #: ./doc/common/tables/neutron-openvswitch_agent.xml57(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.xml61(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.xml65(td) msgid "(ListOpt) Network types supported by the agent (gre and/or vxlan)." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml69(td) msgid "(IntOpt) MTU size of veth interfaces" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml72(replaceable) msgid "4789" msgstr "4789" #: ./doc/common/tables/neutron-openvswitch_agent.xml73(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml76(th) #: ./doc/common/tables/neutron-cisco.xml49(th) msgid "[CISCO_N1K]" msgstr "[CISCO_N1K]" #: ./doc/common/tables/neutron-openvswitch_agent.xml79(replaceable) msgid "10.0.0.3" msgstr "10.0.0.3" #: ./doc/common/tables/neutron-openvswitch_agent.xml80(td) msgid "(StrOpt) N1K Local IP" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml83(th) msgid "[OVS]" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) msgid "" "(ListOpt) List of <physical_network>:<bridge>. Deprecated for " "ofagent." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml90(replaceable) msgid "patch-tun" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) #: ./doc/common/tables/neutron-sdnve.xml42(td) msgid "(StrOpt) Integration bridge to use." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) msgid "(IPOpt) Local IP address of tunnel endpoint." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml102(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml387(td) msgid "vsctl" msgstr "vsctl" #: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) msgid "(StrOpt) The interface for interacting with the OVSDB" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml106(replaceable) msgid "patch-int" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml110(replaceable) #: ./doc/common/tables/neutron-cisco.xml104(replaceable) msgid "br-tun" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml111(td) msgid "(StrOpt) Tunnel bridge to use." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml115(td) msgid "" "(BoolOpt) Use veths instead of patch ports to interconnect the integration " "bridge to physical bridges." msgstr "" #: ./doc/common/tables/heat-clients.xml7(caption) #: ./doc/common/tables/trove-clients.xml7(caption) #: ./doc/common/tables/sahara-clients.xml7(caption) msgid "Description of clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients.xml22(td) msgid "(StrOpt) Default region name used to get services endpoints." msgstr "" #: ./doc/common/tables/heat-clients.xml25(th) msgid "[clients]" msgstr "" #: ./doc/common/tables/heat-clients.xml29(td) #: ./doc/common/tables/heat-clients_nova.xml22(td) #: ./doc/common/tables/heat-clients_heat.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml45(td) #: ./doc/common/tables/heat-conf-changes.xml65(td) #: ./doc/common/tables/heat-clients_ceilometer.xml22(td) #: ./doc/common/tables/heat-clients_glance.xml22(td) #: ./doc/common/tables/heat-clients_cinder.xml22(td) #: ./doc/common/tables/heat-clients_trove.xml22(td) #: ./doc/common/tables/heat-clients_swift.xml22(td) #: ./doc/common/tables/heat-clients_neutron.xml22(td) #: ./doc/common/tables/heat-clients_keystone.xml22(td) msgid "(StrOpt) Optional CA cert file to use in SSL connections." msgstr "" #: ./doc/common/tables/heat-clients.xml33(td) #: ./doc/common/tables/heat-clients_nova.xml26(td) #: ./doc/common/tables/heat-clients_heat.xml26(td) #: ./doc/common/tables/heat-conf-changes.xml49(td) #: ./doc/common/tables/heat-conf-changes.xml69(td) #: ./doc/common/tables/heat-clients_ceilometer.xml26(td) #: ./doc/common/tables/heat-clients_glance.xml26(td) #: ./doc/common/tables/heat-clients_cinder.xml26(td) #: ./doc/common/tables/heat-clients_trove.xml26(td) #: ./doc/common/tables/heat-clients_swift.xml26(td) #: ./doc/common/tables/heat-clients_neutron.xml26(td) #: ./doc/common/tables/heat-clients_keystone.xml26(td) msgid "(StrOpt) Optional PEM-formatted certificate chain file." msgstr "" #: ./doc/common/tables/heat-clients.xml36(replaceable) #: ./doc/common/tables/ceilometer-auth.xml33(replaceable) #: ./doc/common/tables/trove-network.xml25(replaceable) #: ./doc/common/tables/trove-volume.xml25(replaceable) #: ./doc/common/tables/glance-swift.xml84(replaceable) #: ./doc/common/tables/trove-heat.xml21(replaceable) #: ./doc/common/tables/trove-compute.xml25(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml56(replaceable) #: ./doc/common/tables/neutron-common.xml121(replaceable) #: ./doc/common/tables/trove-swift.xml21(replaceable) msgid "publicURL" msgstr "" #: ./doc/common/tables/heat-clients.xml37(td) #: ./doc/common/tables/heat-clients_nova.xml30(td) #: ./doc/common/tables/heat-clients_heat.xml30(td) #: ./doc/common/tables/heat-conf-changes.xml53(td) #: ./doc/common/tables/heat-clients_ceilometer.xml30(td) #: ./doc/common/tables/heat-clients_glance.xml30(td) #: ./doc/common/tables/heat-clients_cinder.xml30(td) #: ./doc/common/tables/heat-clients_trove.xml30(td) #: ./doc/common/tables/heat-clients_swift.xml30(td) #: ./doc/common/tables/heat-clients_neutron.xml30(td) #: ./doc/common/tables/heat-clients_keystone.xml30(td) msgid "" "(StrOpt) Type of endpoint in Identity service catalog to use for " "communication with the OpenStack service." msgstr "" #: ./doc/common/tables/heat-clients.xml41(td) #: ./doc/common/tables/heat-clients_nova.xml38(td) #: ./doc/common/tables/heat-clients_heat.xml34(td) #: ./doc/common/tables/heat-conf-changes.xml57(td) #: ./doc/common/tables/heat-conf-changes.xml73(td) #: ./doc/common/tables/heat-clients_ceilometer.xml34(td) #: ./doc/common/tables/heat-clients_glance.xml34(td) #: ./doc/common/tables/heat-clients_cinder.xml38(td) #: ./doc/common/tables/heat-clients_trove.xml34(td) #: ./doc/common/tables/heat-clients_swift.xml34(td) #: ./doc/common/tables/heat-clients_neutron.xml34(td) #: ./doc/common/tables/heat-clients_keystone.xml34(td) msgid "(BoolOpt) If set, then the server's certificate will not be verified." msgstr "" #: ./doc/common/tables/heat-clients.xml45(td) #: ./doc/common/tables/heat-clients_nova.xml42(td) #: ./doc/common/tables/heat-clients_heat.xml38(td) #: ./doc/common/tables/heat-conf-changes.xml61(td) #: ./doc/common/tables/heat-conf-changes.xml77(td) #: ./doc/common/tables/heat-clients_ceilometer.xml38(td) #: ./doc/common/tables/heat-clients_glance.xml38(td) #: ./doc/common/tables/heat-clients_cinder.xml42(td) #: ./doc/common/tables/heat-clients_trove.xml38(td) #: ./doc/common/tables/heat-clients_swift.xml38(td) #: ./doc/common/tables/heat-clients_neutron.xml38(td) #: ./doc/common/tables/heat-clients_keystone.xml38(td) msgid "(StrOpt) Optional PEM-formatted file that contains the private key." msgstr "" #: ./doc/common/tables/cinder-solidfire.xml7(caption) msgid "Description of SolidFire driver configuration options" msgstr "" #: ./doc/common/tables/cinder-solidfire.xml22(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 hostsname (previous default behavior). The default is NO " "prefix." msgstr "" #: ./doc/common/tables/cinder-solidfire.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml293(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.xml30(td) #: ./doc/common/tables/cinder-storwize.xml22(td) msgid "(BoolOpt) Allow tenants to specify QOS on create" msgstr "" #: ./doc/common/tables/cinder-solidfire.xml33(replaceable) #: ./doc/common/tables/ceilometer-vmware.xml33(replaceable) #: ./doc/common/tables/nova-vmware.xml45(replaceable) #: ./doc/common/tables/ironic-ilo.xml21(replaceable) #: ./doc/common/tables/cinder-zfssa-nfs.xml25(replaceable) #: ./doc/common/tables/ironic-irmc.xml29(replaceable) msgid "443" msgstr "443" #: ./doc/common/tables/cinder-solidfire.xml34(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.xml38(td) msgid "(BoolOpt) Set 512 byte emulation on volume creation;" msgstr "" #: ./doc/common/tables/cinder-solidfire.xml41(replaceable) msgid "openstack-vtemplate" msgstr "" #: ./doc/common/tables/cinder-solidfire.xml42(td) msgid "" "(StrOpt) Account name on the SolidFire Cluster to use as owner of " "template/cache volumes (created if doesnt exist)." msgstr "" #: ./doc/common/tables/neutron-rpc.xml7(caption) #: ./doc/common/tables/glance-rpc.xml7(caption) #: ./doc/common/tables/ironic-rpc.xml7(caption) #: ./doc/common/tables/keystone-rpc.xml7(caption) #: ./doc/common/tables/ceilometer-rpc.xml7(caption) #: ./doc/common/tables/trove-rpc.xml7(caption) #: ./doc/common/tables/sahara-rpc.xml7(caption) #: ./doc/common/tables/cinder-rpc.xml7(caption) #: ./doc/common/tables/heat-rpc.xml7(caption) #: ./doc/common/tables/nova-rpc.xml7(caption) msgid "Description of RPC configuration options" msgstr "" #: ./doc/common/tables/neutron-rpc.xml21(replaceable) #: ./doc/common/tables/glance-auth_token.xml125(replaceable) #: ./doc/common/tables/glance-auth_token.xml161(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml41(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml57(replaceable) #: ./doc/common/tables/swift-container-server-container-sync.xml24(replaceable) #: ./doc/common/tables/glance-rpc.xml25(replaceable) #: ./doc/common/tables/nova-xen.xml71(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml125(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml161(replaceable) #: ./doc/common/tables/ironic-agent.xml37(replaceable) #: ./doc/common/tables/neutron-auth_token.xml125(replaceable) #: ./doc/common/tables/neutron-auth_token.xml161(replaceable) #: ./doc/common/tables/ironic-rpc.xml21(replaceable) #: ./doc/common/tables/nova-compute.xml81(replaceable) #: ./doc/common/tables/nova-compute.xml157(replaceable) #: ./doc/common/tables/cinder-storage.xml89(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml132(replaceable) #: ./doc/common/tables/ceilometer-cells.xml45(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml32(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml54(replaceable) #: ./doc/common/tables/ironic-auth_token.xml125(replaceable) #: ./doc/common/tables/ironic-auth_token.xml165(replaceable) #: ./doc/common/tables/keystone-rpc.xml21(replaceable) #: ./doc/common/tables/sahara-auth_token.xml125(replaceable) #: ./doc/common/tables/sahara-auth_token.xml161(replaceable) #: ./doc/common/tables/trove-dns.xml73(replaceable) #: ./doc/common/tables/nova-cells.xml65(replaceable) #: ./doc/common/tables/heat-auth_token.xml129(replaceable) #: ./doc/common/tables/nova-auth_token.xml125(replaceable) #: ./doc/common/tables/nova-auth_token.xml161(replaceable) #: ./doc/common/tables/cinder-common.xml145(replaceable) #: ./doc/common/tables/cinder-auth_token.xml125(replaceable) #: ./doc/common/tables/cinder-auth_token.xml161(replaceable) #: ./doc/common/tables/keystone-auth_token.xml129(replaceable) #: ./doc/common/tables/sahara-common.xml29(replaceable) #: ./doc/common/tables/sahara-common.xml61(replaceable) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml20(replaceable) #: ./doc/common/tables/neutron-cfg_agent.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml25(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml33(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml96(replaceable) #: ./doc/common/tables/trove-rpc.xml21(replaceable) #: ./doc/common/tables/sahara-rpc.xml21(replaceable) #: ./doc/common/tables/cinder-rpc.xml21(replaceable) #: ./doc/common/tables/nova-ec2.xml57(replaceable) #: ./doc/common/tables/ironic-cells.xml45(replaceable) #: ./doc/common/tables/heat-rpc.xml25(replaceable) #: ./doc/common/tables/nova-rpc.xml21(replaceable) #: ./doc/common/tables/trove-auth_token.xml129(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml24(replaceable) #: ./doc/common/tables/neutron-common.xml173(replaceable) #: ./doc/common/tables/keystone-cache.xml45(replaceable) #: ./doc/common/tables/keystone-cache.xml76(replaceable) msgid "300" msgstr "300" #: ./doc/common/tables/neutron-rpc.xml22(td) #: ./doc/common/tables/glance-rpc.xml26(td) #: ./doc/common/tables/ironic-rpc.xml22(td) #: ./doc/common/tables/keystone-rpc.xml22(td) #: ./doc/common/tables/ceilometer-rpc.xml26(td) #: ./doc/common/tables/trove-rpc.xml22(td) #: ./doc/common/tables/sahara-rpc.xml22(td) #: ./doc/common/tables/cinder-rpc.xml22(td) #: ./doc/common/tables/heat-rpc.xml26(td) #: ./doc/common/tables/nova-rpc.xml22(td) msgid "(IntOpt) Heartbeat frequency." msgstr "" #: ./doc/common/tables/neutron-rpc.xml25(replaceable) #: ./doc/common/tables/ceilometer-common.xml25(replaceable) #: ./doc/common/tables/keystone-api.xml101(replaceable) #: ./doc/common/tables/glance-rpc.xml29(replaceable) #: ./doc/common/tables/nova-xen.xml187(replaceable) #: ./doc/common/tables/ironic-rpc.xml25(replaceable) #: ./doc/common/tables/nova-compute.xml149(replaceable) #: ./doc/common/tables/glance-registry.xml65(replaceable) #: ./doc/common/tables/nova-neutron.xml68(replaceable) #: ./doc/common/tables/ceilometer-cells.xml21(replaceable) #: ./doc/common/tables/keystone-ldap.xml105(replaceable) #: ./doc/common/tables/trove-common.xml69(replaceable) #: ./doc/common/tables/trove-api.xml85(replaceable) #: ./doc/common/tables/keystone-rpc.xml25(replaceable) #: ./doc/common/tables/glance-api.xml73(replaceable) #: ./doc/common/tables/cinder-common.xml193(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml29(replaceable) #: ./doc/common/tables/trove-rpc.xml25(replaceable) #: ./doc/common/tables/nova-network.xml89(replaceable) #: ./doc/common/tables/sahara-rpc.xml25(replaceable) #: ./doc/common/tables/cinder-rpc.xml25(replaceable) #: ./doc/common/tables/ironic-conductor.xml73(replaceable) #: ./doc/common/tables/ironic-cells.xml21(replaceable) #: ./doc/common/tables/heat-rpc.xml29(replaceable) #: ./doc/common/tables/trove-taskmanager.xml45(replaceable) #: ./doc/common/tables/trove-taskmanager.xml53(replaceable) #: ./doc/common/tables/nova-console.xml25(replaceable) #: ./doc/common/tables/nova-quota.xml21(replaceable) #: ./doc/common/tables/nova-quota.xml96(replaceable) #: ./doc/common/tables/nova-rpc.xml25(replaceable) #: ./doc/common/tables/nova-api.xml101(replaceable) #: ./doc/common/tables/neutron-api.xml73(replaceable) #: ./doc/common/tables/keystone-cache.xml41(replaceable) msgid "600" msgstr "600" #: ./doc/common/tables/neutron-rpc.xml26(td) #: ./doc/common/tables/glance-rpc.xml30(td) #: ./doc/common/tables/ironic-rpc.xml26(td) #: ./doc/common/tables/keystone-rpc.xml26(td) #: ./doc/common/tables/ceilometer-rpc.xml30(td) #: ./doc/common/tables/trove-rpc.xml26(td) #: ./doc/common/tables/sahara-rpc.xml26(td) #: ./doc/common/tables/cinder-rpc.xml26(td) #: ./doc/common/tables/heat-rpc.xml30(td) #: ./doc/common/tables/nova-rpc.xml26(td) msgid "(IntOpt) Heartbeat time-to-live." msgstr "" #: ./doc/common/tables/neutron-rpc.xml29(replaceable) #: ./doc/common/tables/glance-rpc.xml33(replaceable) #: ./doc/common/tables/ironic-rpc.xml29(replaceable) #: ./doc/common/tables/keystone-rpc.xml29(replaceable) #: ./doc/common/tables/trove-conf-changes.xml467(td) #: ./doc/common/tables/ceilometer-rpc.xml33(replaceable) #: ./doc/common/tables/trove-rpc.xml37(replaceable) #: ./doc/common/tables/sahara-rpc.xml29(replaceable) #: ./doc/common/tables/cinder-rpc.xml29(replaceable) #: ./doc/common/tables/heat-rpc.xml33(replaceable) #: ./doc/common/tables/nova-rpc.xml29(replaceable) msgid "rabbit" msgstr "" #: ./doc/common/tables/neutron-rpc.xml30(td) #: ./doc/common/tables/glance-rpc.xml34(td) #: ./doc/common/tables/ironic-rpc.xml30(td) #: ./doc/common/tables/keystone-rpc.xml30(td) #: ./doc/common/tables/ceilometer-rpc.xml34(td) #: ./doc/common/tables/trove-rpc.xml38(td) #: ./doc/common/tables/sahara-rpc.xml30(td) #: ./doc/common/tables/cinder-rpc.xml30(td) #: ./doc/common/tables/heat-rpc.xml34(td) #: ./doc/common/tables/nova-rpc.xml30(td) msgid "" "(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers " "include qpid and zmq." msgstr "" #: ./doc/common/tables/neutron-rpc.xml34(td) #: ./doc/common/tables/glance-rpc.xml38(td) #: ./doc/common/tables/ironic-rpc.xml34(td) #: ./doc/common/tables/keystone-rpc.xml34(td) #: ./doc/common/tables/ceilometer-rpc.xml38(td) #: ./doc/common/tables/trove-rpc.xml42(td) #: ./doc/common/tables/sahara-rpc.xml34(td) #: ./doc/common/tables/cinder-rpc.xml34(td) #: ./doc/common/tables/heat-rpc.xml38(td) #: ./doc/common/tables/nova-rpc.xml34(td) msgid "" "(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by " "impl_zmq." msgstr "" #: ./doc/common/tables/neutron-rpc.xml38(td) #: ./doc/common/tables/glance-rpc.xml163(td) #: ./doc/common/tables/glance-rpc.xml250(td) #: ./doc/common/tables/ironic-rpc.xml38(td) #: ./doc/common/tables/heat-conf-changes.xml177(td) #: ./doc/common/tables/heat-conf-changes.xml269(td) #: ./doc/common/tables/glance-conf-changes.xml185(td) #: ./doc/common/tables/glance-conf-changes.xml277(td) #: ./doc/common/tables/neutron-conf-changes.xml257(td) #: ./doc/common/tables/neutron-conf-changes.xml349(td) #: ./doc/common/tables/keystone-conf-changes.xml229(td) #: ./doc/common/tables/keystone-conf-changes.xml321(td) #: ./doc/common/tables/ceilometer-conf-changes.xml225(td) #: ./doc/common/tables/ceilometer-conf-changes.xml317(td) #: ./doc/common/tables/keystone-rpc.xml38(td) #: ./doc/common/tables/trove-conf-changes.xml253(td) #: ./doc/common/tables/trove-conf-changes.xml345(td) #: ./doc/common/tables/nova-conf-changes.xml325(td) #: ./doc/common/tables/nova-conf-changes.xml417(td) #: ./doc/common/tables/trove-rpc.xml46(td) #: ./doc/common/tables/sahara-rpc.xml38(td) #: ./doc/common/tables/cinder-rpc.xml38(td) #: ./doc/common/tables/heat-rpc.xml42(td) #: ./doc/common/tables/nova-rpc.xml38(td) #: ./doc/common/tables/ceilometer-qpid.xml74(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml110(td) #: ./doc/common/tables/cinder-conf-changes.xml429(td) #: ./doc/common/tables/cinder-conf-changes.xml521(td) msgid "(IntOpt) Size of RPC connection pool." msgstr "" #: ./doc/common/tables/neutron-rpc.xml41(replaceable) #: ./doc/common/tables/nova-periodic.xml25(replaceable) #: ./doc/common/tables/glance-auth_token.xml137(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml65(replaceable) #: ./doc/common/tables/swift-container-server-container-sync.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml44(replaceable) #: ./doc/common/tables/cinder-qpid.xml21(replaceable) #: ./doc/common/tables/neutron-cisco.xml88(replaceable) #: ./doc/common/tables/neutron-cisco.xml119(replaceable) #: ./doc/common/tables/heat-common.xml57(replaceable) #: ./doc/common/tables/trove-qpid.xml21(replaceable) #: ./doc/common/tables/nova-ironic.xml45(replaceable) #: ./doc/common/tables/glance-rpc.xml41(replaceable) #: ./doc/common/tables/glance-rpc.xml118(replaceable) #: ./doc/common/tables/nova-xen.xml63(replaceable) #: ./doc/common/tables/nova-xen.xml159(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml137(replaceable) #: ./doc/common/tables/heat-qpid.xml21(replaceable) #: ./doc/common/tables/neutron-auth_token.xml137(replaceable) #: ./doc/common/tables/ironic-rpc.xml41(replaceable) #: ./doc/common/tables/nova-compute.xml65(replaceable) #: ./doc/common/tables/nova-compute.xml145(replaceable) #: ./doc/common/tables/nova-scheduler.xml93(replaceable) #: ./doc/common/tables/nova-common.xml69(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml44(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml92(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml96(replaceable) #: ./doc/common/tables/nova-volumes.xml21(replaceable) #: ./doc/common/tables/ceilometer-cells.xml25(replaceable) #: ./doc/common/tables/keystone-ldap.xml29(replaceable) #: ./doc/common/tables/ironic-auth_token.xml137(replaceable) #: ./doc/common/tables/keystone-rpc.xml41(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml36(replaceable) #: ./doc/common/tables/neutron-ml2_ofa.xml40(replaceable) #: ./doc/common/tables/ironic-ilo.xml25(replaceable) #: ./doc/common/tables/sahara-auth_token.xml137(replaceable) #: ./doc/common/tables/nova-cells.xml21(replaceable) #: ./doc/common/tables/nova-cells.xml37(replaceable) #: ./doc/common/tables/trove-volume.xml57(replaceable) #: ./doc/common/tables/nova-auth_token.xml137(replaceable) #: ./doc/common/tables/cinder-common.xml117(replaceable) #: ./doc/common/tables/cinder-common.xml121(replaceable) #: ./doc/common/tables/cinder-common.xml161(replaceable) #: ./doc/common/tables/cinder-auth_token.xml137(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml21(replaceable) #: ./doc/common/tables/ironic-qpid.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml108(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml64(replaceable) #: ./doc/common/tables/sahara-common.xml89(replaceable) #: ./doc/common/tables/sahara-common.xml93(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml28(replaceable) #: ./doc/common/tables/trove-heat.xml29(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml108(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml41(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml20(replaceable) #: ./doc/common/tables/ironic-ipmi.xml25(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml36(replaceable) #: ./doc/common/tables/trove-rpc.xml49(replaceable) #: ./doc/common/tables/trove-guestagent.xml21(replaceable) #: ./doc/common/tables/ironic-irmc.xml25(replaceable) #: ./doc/common/tables/nova-qpid.xml21(replaceable) #: ./doc/common/tables/sahara-rpc.xml41(replaceable) #: ./doc/common/tables/cinder-rpc.xml41(replaceable) #: ./doc/common/tables/ironic-common.xml69(replaceable) #: ./doc/common/tables/ironic-conductor.xml25(replaceable) #: ./doc/common/tables/ironic-conductor.xml49(replaceable) #: ./doc/common/tables/ironic-conductor.xml85(replaceable) #: ./doc/common/tables/sahara-qpid.xml21(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml29(replaceable) #: ./doc/common/tables/ironic-cells.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml69(replaceable) #: ./doc/common/tables/heat-rpc.xml45(replaceable) #: ./doc/common/tables/trove-taskmanager.xml57(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml52(replaceable) #: ./doc/common/tables/neutron-qpid.xml21(replaceable) #: ./doc/common/tables/nova-rpc.xml41(replaceable) #: ./doc/common/tables/nova-hyperv.xml57(replaceable) #: ./doc/common/tables/keystone-qpid.xml21(replaceable) #: ./doc/common/tables/keystone-cache.xml57(replaceable) #: ./doc/common/tables/keystone-cache.xml88(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml29(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml37(replaceable) msgid "60" msgstr "60" #: ./doc/common/tables/neutron-rpc.xml42(td) #: ./doc/common/tables/glance-rpc.xml42(td) #: ./doc/common/tables/ironic-rpc.xml42(td) #: ./doc/common/tables/keystone-rpc.xml42(td) #: ./doc/common/tables/ceilometer-rpc.xml42(td) #: ./doc/common/tables/trove-rpc.xml50(td) #: ./doc/common/tables/sahara-rpc.xml42(td) #: ./doc/common/tables/cinder-rpc.xml42(td) #: ./doc/common/tables/heat-rpc.xml46(td) #: ./doc/common/tables/nova-rpc.xml42(td) msgid "(IntOpt) Seconds to wait for a response from a call." msgstr "" #: ./doc/common/tables/neutron-rpc.xml45(replaceable) #: ./doc/common/tables/keystone-api.xml53(replaceable) #: ./doc/common/tables/glance-rpc.xml45(replaceable) #: ./doc/common/tables/ironic-rpc.xml45(replaceable) #: ./doc/common/tables/keystone-rpc.xml45(replaceable) #: ./doc/common/tables/glance-sheepdog.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml45(replaceable) #: ./doc/common/tables/trove-rpc.xml53(replaceable) #: ./doc/common/tables/sahara-rpc.xml45(replaceable) #: ./doc/common/tables/cinder-rpc.xml45(replaceable) #: ./doc/common/tables/heat-rpc.xml49(replaceable) #: ./doc/common/tables/nova-rpc.xml45(replaceable) msgid "64" msgstr "64" #: ./doc/common/tables/neutron-rpc.xml46(td) #: ./doc/common/tables/glance-rpc.xml46(td) #: ./doc/common/tables/ironic-rpc.xml46(td) #: ./doc/common/tables/ceilometer-rpc.xml46(td) #: ./doc/common/tables/cinder-rpc.xml46(td) #: ./doc/common/tables/nova-rpc.xml46(td) msgid "(IntOpt) Size of RPC thread pool." msgstr "" #: ./doc/common/tables/neutron-rpc.xml50(td) msgid "(IntOpt) Number of RPC worker processes for service" msgstr "" #: ./doc/common/tables/neutron-rpc.xml57(td) msgid "(BoolOpt) Enable server RPC compatibility with old agents" msgstr "" #: ./doc/common/tables/neutron-rpc.xml60(th) #: ./doc/common/tables/glance-rpc.xml49(th) #: ./doc/common/tables/ceilometer-concurrency.xml18(th) #: ./doc/common/tables/ironic-rpc.xml49(th) #: ./doc/common/tables/cinder-rpc.xml53(th) #: ./doc/common/tables/nova-rpc.xml56(th) msgid "[oslo_concurrency]" msgstr "" #: ./doc/common/tables/neutron-rpc.xml64(td) #: ./doc/common/tables/glance-rpc.xml53(td) #: ./doc/common/tables/ceilometer-concurrency.xml22(td) #: ./doc/common/tables/sahara-debug.xml22(td) #: ./doc/common/tables/ironic-rpc.xml53(td) #: ./doc/common/tables/glance-conf-changes.xml81(td) #: ./doc/common/tables/neutron-conf-changes.xml153(td) #: ./doc/common/tables/ceilometer-conf-changes.xml121(td) #: ./doc/common/tables/nova-conf-changes.xml221(td) #: ./doc/common/tables/cinder-rpc.xml57(td) #: ./doc/common/tables/nova-rpc.xml60(td) #: ./doc/common/tables/cinder-conf-changes.xml325(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" #: ./doc/common/tables/neutron-rpc.xml68(td) #: ./doc/common/tables/glance-rpc.xml57(td) #: ./doc/common/tables/ceilometer-concurrency.xml26(td) #: ./doc/common/tables/ironic-rpc.xml57(td) #: ./doc/common/tables/glance-conf-changes.xml85(td) #: ./doc/common/tables/neutron-conf-changes.xml157(td) #: ./doc/common/tables/ceilometer-conf-changes.xml125(td) #: ./doc/common/tables/nova-conf-changes.xml225(td) #: ./doc/common/tables/cinder-rpc.xml61(td) #: ./doc/common/tables/nova-rpc.xml64(td) #: ./doc/common/tables/cinder-conf-changes.xml329(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/neutron-rpc.xml71(th) #: ./doc/common/tables/glance-rpc.xml60(th) #: ./doc/common/tables/ironic-ca.xml18(th) #: ./doc/common/tables/ironic-amqp.xml45(th) #: ./doc/common/tables/keystone-rpc.xml49(th) #: ./doc/common/tables/ceilometer-rpc.xml56(th) #: ./doc/common/tables/trove-rpc.xml57(th) #: ./doc/common/tables/sahara-rpc.xml49(th) #: ./doc/common/tables/cinder-rpc.xml64(th) #: ./doc/common/tables/heat-rpc.xml53(th) #: ./doc/common/tables/nova-rpc.xml67(th) msgid "[oslo_messaging_amqp]" msgstr "" #: ./doc/common/tables/neutron-rpc.xml75(td) #: ./doc/common/tables/glance-rpc.xml64(td) #: ./doc/common/tables/heat-conf-changes.xml81(td) #: ./doc/common/tables/ironic-amqp.xml49(td) #: ./doc/common/tables/glance-conf-changes.xml89(td) #: ./doc/common/tables/neutron-conf-changes.xml161(td) #: ./doc/common/tables/keystone-conf-changes.xml133(td) #: ./doc/common/tables/ceilometer-conf-changes.xml129(td) #: ./doc/common/tables/keystone-rpc.xml53(td) #: ./doc/common/tables/trove-conf-changes.xml157(td) #: ./doc/common/tables/nova-conf-changes.xml229(td) #: ./doc/common/tables/ceilometer-rpc.xml60(td) #: ./doc/common/tables/trove-rpc.xml61(td) #: ./doc/common/tables/sahara-rpc.xml53(td) #: ./doc/common/tables/cinder-rpc.xml68(td) #: ./doc/common/tables/heat-rpc.xml57(td) #: ./doc/common/tables/nova-rpc.xml71(td) #: ./doc/common/tables/cinder-conf-changes.xml333(td) msgid "(BoolOpt) Accept clients using either SSL or plain TCP" msgstr "" #: ./doc/common/tables/neutron-rpc.xml78(replaceable) #: ./doc/common/tables/glance-rpc.xml67(replaceable) #: ./doc/common/tables/ironic-amqp.xml52(replaceable) #: ./doc/common/tables/keystone-rpc.xml56(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml63(replaceable) #: ./doc/common/tables/trove-rpc.xml64(replaceable) #: ./doc/common/tables/sahara-rpc.xml56(replaceable) #: ./doc/common/tables/cinder-rpc.xml71(replaceable) #: ./doc/common/tables/heat-rpc.xml60(replaceable) #: ./doc/common/tables/nova-rpc.xml74(replaceable) msgid "broadcast" msgstr "" #: ./doc/common/tables/neutron-rpc.xml79(td) #: ./doc/common/tables/glance-rpc.xml68(td) #: ./doc/common/tables/heat-conf-changes.xml85(td) #: ./doc/common/tables/ironic-amqp.xml53(td) #: ./doc/common/tables/glance-conf-changes.xml93(td) #: ./doc/common/tables/neutron-conf-changes.xml165(td) #: ./doc/common/tables/keystone-conf-changes.xml137(td) #: ./doc/common/tables/ceilometer-conf-changes.xml133(td) #: ./doc/common/tables/keystone-rpc.xml57(td) #: ./doc/common/tables/trove-conf-changes.xml161(td) #: ./doc/common/tables/nova-conf-changes.xml233(td) #: ./doc/common/tables/ceilometer-rpc.xml64(td) #: ./doc/common/tables/trove-rpc.xml65(td) #: ./doc/common/tables/sahara-rpc.xml57(td) #: ./doc/common/tables/cinder-rpc.xml72(td) #: ./doc/common/tables/heat-rpc.xml61(td) #: ./doc/common/tables/nova-rpc.xml75(td) #: ./doc/common/tables/cinder-conf-changes.xml337(td) msgid "(StrOpt) address prefix used when broadcasting to all servers" msgstr "" #: ./doc/common/tables/neutron-rpc.xml83(td) #: ./doc/common/tables/glance-rpc.xml72(td) #: ./doc/common/tables/heat-conf-changes.xml89(td) #: ./doc/common/tables/ironic-amqp.xml57(td) #: ./doc/common/tables/glance-conf-changes.xml97(td) #: ./doc/common/tables/neutron-conf-changes.xml169(td) #: ./doc/common/tables/keystone-conf-changes.xml141(td) #: ./doc/common/tables/ceilometer-conf-changes.xml137(td) #: ./doc/common/tables/keystone-rpc.xml61(td) #: ./doc/common/tables/trove-conf-changes.xml165(td) #: ./doc/common/tables/nova-conf-changes.xml237(td) #: ./doc/common/tables/ceilometer-rpc.xml68(td) #: ./doc/common/tables/trove-rpc.xml69(td) #: ./doc/common/tables/sahara-rpc.xml61(td) #: ./doc/common/tables/cinder-rpc.xml76(td) #: ./doc/common/tables/heat-rpc.xml65(td) #: ./doc/common/tables/nova-rpc.xml79(td) #: ./doc/common/tables/cinder-conf-changes.xml341(td) msgid "(StrOpt) Name for the AMQP container" msgstr "" #: ./doc/common/tables/neutron-rpc.xml86(replaceable) #: ./doc/common/tables/glance-rpc.xml75(replaceable) #: ./doc/common/tables/ironic-amqp.xml60(replaceable) #: ./doc/common/tables/keystone-rpc.xml64(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml71(replaceable) #: ./doc/common/tables/trove-rpc.xml72(replaceable) #: ./doc/common/tables/sahara-rpc.xml64(replaceable) #: ./doc/common/tables/cinder-rpc.xml79(replaceable) #: ./doc/common/tables/heat-rpc.xml68(replaceable) #: ./doc/common/tables/nova-rpc.xml82(replaceable) msgid "unicast" msgstr "" #: ./doc/common/tables/neutron-rpc.xml87(td) #: ./doc/common/tables/glance-rpc.xml76(td) #: ./doc/common/tables/heat-conf-changes.xml93(td) #: ./doc/common/tables/ironic-amqp.xml61(td) #: ./doc/common/tables/glance-conf-changes.xml101(td) #: ./doc/common/tables/neutron-conf-changes.xml173(td) #: ./doc/common/tables/keystone-conf-changes.xml145(td) #: ./doc/common/tables/ceilometer-conf-changes.xml141(td) #: ./doc/common/tables/keystone-rpc.xml65(td) #: ./doc/common/tables/trove-conf-changes.xml169(td) #: ./doc/common/tables/nova-conf-changes.xml241(td) #: ./doc/common/tables/ceilometer-rpc.xml72(td) #: ./doc/common/tables/trove-rpc.xml73(td) #: ./doc/common/tables/sahara-rpc.xml65(td) #: ./doc/common/tables/cinder-rpc.xml80(td) #: ./doc/common/tables/heat-rpc.xml69(td) #: ./doc/common/tables/nova-rpc.xml83(td) #: ./doc/common/tables/cinder-conf-changes.xml345(td) msgid "(StrOpt) address prefix when sending to any server in group" msgstr "" #: ./doc/common/tables/neutron-rpc.xml91(td) #: ./doc/common/tables/glance-rpc.xml80(td) #: ./doc/common/tables/heat-conf-changes.xml97(td) #: ./doc/common/tables/ironic-amqp.xml65(td) #: ./doc/common/tables/glance-conf-changes.xml105(td) #: ./doc/common/tables/neutron-conf-changes.xml177(td) #: ./doc/common/tables/keystone-conf-changes.xml149(td) #: ./doc/common/tables/ceilometer-conf-changes.xml145(td) #: ./doc/common/tables/keystone-rpc.xml69(td) #: ./doc/common/tables/trove-conf-changes.xml173(td) #: ./doc/common/tables/nova-conf-changes.xml245(td) #: ./doc/common/tables/ceilometer-rpc.xml76(td) #: ./doc/common/tables/trove-rpc.xml77(td) #: ./doc/common/tables/sahara-rpc.xml69(td) #: ./doc/common/tables/cinder-rpc.xml84(td) #: ./doc/common/tables/heat-rpc.xml73(td) #: ./doc/common/tables/nova-rpc.xml87(td) #: ./doc/common/tables/cinder-conf-changes.xml349(td) msgid "(IntOpt) Timeout for inactive connections (in seconds)" msgstr "" #: ./doc/common/tables/neutron-rpc.xml94(replaceable) #: ./doc/common/tables/glance-rpc.xml83(replaceable) #: ./doc/common/tables/ironic-amqp.xml68(replaceable) #: ./doc/common/tables/keystone-rpc.xml72(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml79(replaceable) #: ./doc/common/tables/trove-rpc.xml80(replaceable) #: ./doc/common/tables/sahara-rpc.xml72(replaceable) #: ./doc/common/tables/cinder-rpc.xml87(replaceable) #: ./doc/common/tables/heat-rpc.xml76(replaceable) #: ./doc/common/tables/nova-rpc.xml90(replaceable) msgid "exclusive" msgstr "" #: ./doc/common/tables/neutron-rpc.xml95(td) #: ./doc/common/tables/glance-rpc.xml84(td) #: ./doc/common/tables/heat-conf-changes.xml101(td) #: ./doc/common/tables/ironic-amqp.xml69(td) #: ./doc/common/tables/glance-conf-changes.xml109(td) #: ./doc/common/tables/neutron-conf-changes.xml181(td) #: ./doc/common/tables/keystone-conf-changes.xml153(td) #: ./doc/common/tables/ceilometer-conf-changes.xml149(td) #: ./doc/common/tables/keystone-rpc.xml73(td) #: ./doc/common/tables/trove-conf-changes.xml177(td) #: ./doc/common/tables/nova-conf-changes.xml249(td) #: ./doc/common/tables/ceilometer-rpc.xml80(td) #: ./doc/common/tables/trove-rpc.xml81(td) #: ./doc/common/tables/sahara-rpc.xml73(td) #: ./doc/common/tables/cinder-rpc.xml88(td) #: ./doc/common/tables/heat-rpc.xml77(td) #: ./doc/common/tables/nova-rpc.xml91(td) #: ./doc/common/tables/cinder-conf-changes.xml353(td) msgid "(StrOpt) address prefix used when sending to a specific server" msgstr "" #: ./doc/common/tables/neutron-rpc.xml99(td) #: ./doc/common/tables/glance-rpc.xml88(td) #: ./doc/common/tables/ironic-ca.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml105(td) #: ./doc/common/tables/glance-conf-changes.xml113(td) #: ./doc/common/tables/neutron-conf-changes.xml185(td) #: ./doc/common/tables/keystone-conf-changes.xml157(td) #: ./doc/common/tables/ceilometer-conf-changes.xml153(td) #: ./doc/common/tables/keystone-rpc.xml77(td) #: ./doc/common/tables/trove-conf-changes.xml181(td) #: ./doc/common/tables/nova-conf-changes.xml253(td) #: ./doc/common/tables/ceilometer-rpc.xml84(td) #: ./doc/common/tables/trove-rpc.xml85(td) #: ./doc/common/tables/sahara-rpc.xml77(td) #: ./doc/common/tables/cinder-rpc.xml92(td) #: ./doc/common/tables/heat-rpc.xml81(td) #: ./doc/common/tables/nova-rpc.xml95(td) #: ./doc/common/tables/cinder-conf-changes.xml357(td) msgid "(StrOpt) CA certificate PEM file for verifing server certificate" msgstr "" #: ./doc/common/tables/neutron-rpc.xml103(td) #: ./doc/common/tables/glance-rpc.xml92(td) #: ./doc/common/tables/ironic-ca.xml26(td) #: ./doc/common/tables/heat-conf-changes.xml109(td) #: ./doc/common/tables/glance-conf-changes.xml117(td) #: ./doc/common/tables/neutron-conf-changes.xml189(td) #: ./doc/common/tables/keystone-conf-changes.xml161(td) #: ./doc/common/tables/ceilometer-conf-changes.xml157(td) #: ./doc/common/tables/keystone-rpc.xml81(td) #: ./doc/common/tables/trove-conf-changes.xml185(td) #: ./doc/common/tables/nova-conf-changes.xml257(td) #: ./doc/common/tables/ceilometer-rpc.xml88(td) #: ./doc/common/tables/trove-rpc.xml89(td) #: ./doc/common/tables/sahara-rpc.xml81(td) #: ./doc/common/tables/cinder-rpc.xml96(td) #: ./doc/common/tables/heat-rpc.xml85(td) #: ./doc/common/tables/nova-rpc.xml99(td) #: ./doc/common/tables/cinder-conf-changes.xml361(td) msgid "(StrOpt) Identifying certificate PEM file to present to clients" msgstr "" #: ./doc/common/tables/neutron-rpc.xml107(td) #: ./doc/common/tables/glance-rpc.xml96(td) #: ./doc/common/tables/ironic-ca.xml30(td) #: ./doc/common/tables/heat-conf-changes.xml113(td) #: ./doc/common/tables/glance-conf-changes.xml121(td) #: ./doc/common/tables/neutron-conf-changes.xml193(td) #: ./doc/common/tables/keystone-conf-changes.xml165(td) #: ./doc/common/tables/ceilometer-conf-changes.xml161(td) #: ./doc/common/tables/keystone-rpc.xml85(td) #: ./doc/common/tables/trove-conf-changes.xml189(td) #: ./doc/common/tables/nova-conf-changes.xml261(td) #: ./doc/common/tables/ceilometer-rpc.xml92(td) #: ./doc/common/tables/trove-rpc.xml93(td) #: ./doc/common/tables/sahara-rpc.xml85(td) #: ./doc/common/tables/cinder-rpc.xml100(td) #: ./doc/common/tables/heat-rpc.xml89(td) #: ./doc/common/tables/nova-rpc.xml103(td) #: ./doc/common/tables/cinder-conf-changes.xml365(td) msgid "(StrOpt) Private key PEM file used to sign cert_file certificate" msgstr "" #: ./doc/common/tables/neutron-rpc.xml111(td) #: ./doc/common/tables/glance-rpc.xml100(td) #: ./doc/common/tables/ironic-ca.xml34(td) #: ./doc/common/tables/heat-conf-changes.xml117(td) #: ./doc/common/tables/glance-conf-changes.xml125(td) #: ./doc/common/tables/neutron-conf-changes.xml197(td) #: ./doc/common/tables/keystone-conf-changes.xml169(td) #: ./doc/common/tables/ceilometer-conf-changes.xml165(td) #: ./doc/common/tables/keystone-rpc.xml89(td) #: ./doc/common/tables/trove-conf-changes.xml193(td) #: ./doc/common/tables/nova-conf-changes.xml265(td) #: ./doc/common/tables/ceilometer-rpc.xml96(td) #: ./doc/common/tables/trove-rpc.xml97(td) #: ./doc/common/tables/sahara-rpc.xml89(td) #: ./doc/common/tables/cinder-rpc.xml104(td) #: ./doc/common/tables/heat-rpc.xml93(td) #: ./doc/common/tables/nova-rpc.xml107(td) #: ./doc/common/tables/cinder-conf-changes.xml369(td) msgid "(StrOpt) Password for decrypting ssl_key_file (if encrypted)" msgstr "" #: ./doc/common/tables/neutron-rpc.xml115(td) #: ./doc/common/tables/glance-rpc.xml104(td) #: ./doc/common/tables/heat-conf-changes.xml121(td) #: ./doc/common/tables/ironic-amqp.xml73(td) #: ./doc/common/tables/glance-conf-changes.xml129(td) #: ./doc/common/tables/neutron-conf-changes.xml201(td) #: ./doc/common/tables/keystone-conf-changes.xml173(td) #: ./doc/common/tables/ceilometer-conf-changes.xml169(td) #: ./doc/common/tables/keystone-rpc.xml93(td) #: ./doc/common/tables/trove-conf-changes.xml197(td) #: ./doc/common/tables/nova-conf-changes.xml269(td) #: ./doc/common/tables/ceilometer-rpc.xml100(td) #: ./doc/common/tables/trove-rpc.xml101(td) #: ./doc/common/tables/sahara-rpc.xml93(td) #: ./doc/common/tables/cinder-rpc.xml108(td) #: ./doc/common/tables/heat-rpc.xml97(td) #: ./doc/common/tables/nova-rpc.xml111(td) #: ./doc/common/tables/cinder-conf-changes.xml373(td) msgid "(BoolOpt) Debug: dump AMQP frames to stdout" msgstr "" #: ./doc/common/tables/trove-db_percona.xml7(caption) msgid "Description of Percona database configuration options" msgstr "" #: ./doc/common/tables/trove-db_percona.xml18(th) msgid "[percona]" msgstr "" #: ./doc/common/tables/trove-db_percona.xml21(replaceable) #: ./doc/common/tables/trove-db_mysql.xml21(replaceable) msgid "{'InnoBackupEx': 'InnoBackupExIncremental'}" msgstr "" #: ./doc/common/tables/trove-db_percona.xml22(td) #: ./doc/common/tables/trove-db_mysql.xml22(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_percona.xml25(replaceable) #: ./doc/common/tables/trove-db_mysql.xml25(replaceable) msgid "trove.guestagent.strategies.backup.mysql_impl" msgstr "trove.guestagent.strategies.backup.mysql_impl" #: ./doc/common/tables/trove-db_percona.xml26(td) #: ./doc/common/tables/trove-db_cassandra.xml26(td) #: ./doc/common/tables/trove-db_mysql.xml26(td) #: ./doc/common/tables/trove-db_postgresql.xml26(td) #: ./doc/common/tables/trove-conf-changes.xml57(td) #: ./doc/common/tables/trove-conf-changes.xml113(td) #: ./doc/common/tables/trove-conf-changes.xml377(td) #: ./doc/common/tables/trove-db_couchbase.xml26(td) #: ./doc/common/tables/trove-db_mongodb.xml30(td) #: ./doc/common/tables/trove-db_redis.xml26(td) msgid "(StrOpt) Namespace to load backup strategies from." msgstr "" #: ./doc/common/tables/trove-db_percona.xml29(replaceable) #: ./doc/common/tables/trove-db_mysql.xml29(replaceable) msgid "InnoBackupEx" msgstr "" #: ./doc/common/tables/trove-db_percona.xml30(td) #: ./doc/common/tables/trove-db_cassandra.xml30(td) #: ./doc/common/tables/trove-db_mysql.xml30(td) #: ./doc/common/tables/trove-db_postgresql.xml30(td) #: ./doc/common/tables/trove-conf-changes.xml61(td) #: ./doc/common/tables/trove-conf-changes.xml117(td) #: ./doc/common/tables/trove-conf-changes.xml381(td) #: ./doc/common/tables/trove-db_couchbase.xml30(td) #: ./doc/common/tables/trove-db_mongodb.xml34(td) #: ./doc/common/tables/trove-db_redis.xml30(td) msgid "(StrOpt) Default strategy to perform backups." msgstr "" #: ./doc/common/tables/trove-db_percona.xml33(replaceable) #: ./doc/common/tables/trove-db_cassandra.xml33(replaceable) #: ./doc/common/tables/trove-db_mysql.xml33(replaceable) #: ./doc/common/tables/trove-db_postgresql.xml33(replaceable) #: ./doc/common/tables/trove-volume.xml41(replaceable) #: ./doc/common/tables/trove-db_couchbase.xml33(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml41(replaceable) msgid "/dev/vdb" msgstr "/dev/vdb" #: ./doc/common/tables/trove-db_percona.xml34(td) #: ./doc/common/tables/trove-db_cassandra.xml34(td) #: ./doc/common/tables/trove-db_mysql.xml34(td) #: ./doc/common/tables/trove-volume.xml42(td) #: ./doc/common/tables/trove-conf-changes.xml65(td) #: ./doc/common/tables/trove-conf-changes.xml121(td) #: ./doc/common/tables/trove-conf-changes.xml393(td) #: ./doc/common/tables/trove-db_couchbase.xml34(td) #: ./doc/common/tables/trove-db_mongodb.xml42(td) #: ./doc/common/tables/trove-db_redis.xml34(td) msgid "(StrOpt) Device path for volume if volume support is enabled." msgstr "" #: ./doc/common/tables/trove-db_percona.xml37(replaceable) #: ./doc/common/tables/trove-db_mysql.xml37(replaceable) msgid "/var/lib/mysql" msgstr "/var/lib/mysql" #: ./doc/common/tables/trove-db_percona.xml38(td) #: ./doc/common/tables/trove-db_cassandra.xml38(td) #: ./doc/common/tables/trove-db_mysql.xml38(td) #: ./doc/common/tables/trove-db_postgresql.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml69(td) #: ./doc/common/tables/trove-conf-changes.xml129(td) #: ./doc/common/tables/trove-conf-changes.xml401(td) #: ./doc/common/tables/trove-db_couchbase.xml38(td) #: ./doc/common/tables/trove-db_mongodb.xml50(td) #: ./doc/common/tables/trove-db_redis.xml38(td) msgid "" "(StrOpt) Filesystem path for mounting volumes if volume support is enabled." msgstr "" #: ./doc/common/tables/trove-db_percona.xml41(replaceable) #: ./doc/common/tables/trove-db_mysql.xml41(replaceable) #: ./doc/common/tables/trove-conf-changes.xml501(td) #: ./doc/common/tables/trove-conf-changes.xml511(td) msgid "trove.guestagent.strategies.replication.mysql_binlog" msgstr "trove.guestagent.strategies.replication.mysql_binlog" #: ./doc/common/tables/trove-db_percona.xml42(td) #: ./doc/common/tables/trove-db_mysql.xml42(td) msgid "(StrOpt) Namespace to load replication strategies from." msgstr "" #: ./doc/common/tables/trove-db_percona.xml45(replaceable) msgid "NETOU7897NNLOU" msgstr "" #: ./doc/common/tables/trove-db_percona.xml46(td) msgid "(StrOpt) Password for replication slave user." msgstr "" #: ./doc/common/tables/trove-db_percona.xml49(replaceable) #: ./doc/common/tables/trove-db_mysql.xml45(replaceable) #: ./doc/common/tables/trove-conf-changes.xml506(td) #: ./doc/common/tables/trove-conf-changes.xml516(td) msgid "MysqlBinlogReplication" msgstr "" #: ./doc/common/tables/trove-db_percona.xml50(td) #: ./doc/common/tables/trove-db_cassandra.xml42(td) #: ./doc/common/tables/trove-db_mysql.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml73(td) #: ./doc/common/tables/trove-conf-changes.xml133(td) #: ./doc/common/tables/trove-conf-changes.xml409(td) #: ./doc/common/tables/trove-db_couchbase.xml42(td) #: ./doc/common/tables/trove-db_mongodb.xml62(td) #: ./doc/common/tables/trove-db_redis.xml42(td) msgid "(StrOpt) Default strategy for replication." msgstr "" #: ./doc/common/tables/trove-db_percona.xml53(replaceable) msgid "slave_user" msgstr "slave_user" #: ./doc/common/tables/trove-db_percona.xml54(td) msgid "(StrOpt) Userid for replication slave." msgstr "" #: ./doc/common/tables/trove-db_percona.xml57(replaceable) #: ./doc/common/tables/trove-db_mysql.xml49(replaceable) msgid "trove.guestagent.strategies.restore.mysql_impl" msgstr "trove.guestagent.strategies.restore.mysql_impl" #: ./doc/common/tables/trove-db_percona.xml58(td) #: ./doc/common/tables/trove-db_cassandra.xml46(td) #: ./doc/common/tables/trove-db_mysql.xml50(td) #: ./doc/common/tables/trove-db_postgresql.xml50(td) #: ./doc/common/tables/trove-conf-changes.xml77(td) #: ./doc/common/tables/trove-conf-changes.xml137(td) #: ./doc/common/tables/trove-conf-changes.xml413(td) #: ./doc/common/tables/trove-db_couchbase.xml46(td) #: ./doc/common/tables/trove-db_mongodb.xml66(td) #: ./doc/common/tables/trove-db_redis.xml46(td) msgid "(StrOpt) Namespace to load restore strategies from." msgstr "" #: ./doc/common/tables/trove-db_percona.xml62(td) #: ./doc/common/tables/trove-db_mysql.xml54(td) #: ./doc/common/tables/trove-db_postgresql.xml54(td) #: ./doc/common/tables/trove-conf-changes.xml141(td) #: ./doc/common/tables/trove-db_couchbase.xml50(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_percona.xml65(replaceable) #: ./doc/common/tables/trove-db_mysql.xml57(replaceable) msgid "3306" msgstr "3306" #: ./doc/common/tables/trove-db_percona.xml66(td) #: ./doc/common/tables/trove-db_cassandra.xml50(td) #: ./doc/common/tables/trove-db_mysql.xml58(td) #: ./doc/common/tables/trove-db_postgresql.xml58(td) #: ./doc/common/tables/trove-conf-changes.xml85(td) #: ./doc/common/tables/trove-conf-changes.xml145(td) #: ./doc/common/tables/trove-conf-changes.xml421(td) #: ./doc/common/tables/trove-db_couchbase.xml54(td) #: ./doc/common/tables/trove-db_mongodb.xml74(td) #: ./doc/common/tables/trove-db_redis.xml50(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_percona.xml70(td) #: ./doc/common/tables/trove-db_cassandra.xml54(td) #: ./doc/common/tables/trove-db_mysql.xml62(td) #: ./doc/common/tables/trove-conf-changes.xml89(td) #: ./doc/common/tables/trove-conf-changes.xml149(td) #: ./doc/common/tables/trove-conf-changes.xml425(td) #: ./doc/common/tables/trove-db_couchbase.xml58(td) #: ./doc/common/tables/trove-db_redis.xml54(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_percona.xml73(replaceable) msgid "450" msgstr "450" #: ./doc/common/tables/trove-db_percona.xml74(td) #: ./doc/common/tables/trove-db_mysql.xml66(td) #: ./doc/common/tables/trove-common.xml70(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for a Guest to become active." msgstr "" #: ./doc/common/tables/trove-db_percona.xml78(td) #: ./doc/common/tables/trove-db_cassandra.xml58(td) #: ./doc/common/tables/trove-db_mysql.xml70(td) #: ./doc/common/tables/trove-db_postgresql.xml66(td) #: ./doc/common/tables/trove-volume.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml93(td) #: ./doc/common/tables/trove-conf-changes.xml153(td) #: ./doc/common/tables/trove-conf-changes.xml429(td) #: ./doc/common/tables/trove-db_couchbase.xml62(td) #: ./doc/common/tables/trove-db_mongodb.xml82(td) #: ./doc/common/tables/trove-db_redis.xml58(td) msgid "(BoolOpt) Whether to provision a Cinder volume for datadir." msgstr "" #: ./doc/common/tables/nova-periodic.xml7(caption) msgid "Description of periodic configuration options" msgstr "" #: ./doc/common/tables/nova-periodic.xml22(td) msgid "(BoolOpt) Enable periodic tasks" msgstr "" #: ./doc/common/tables/nova-periodic.xml26(td) #: ./doc/common/tables/neutron-common.xml166(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/nova-periodic.xml30(td) #: ./doc/common/tables/cinder-common.xml158(td) #: ./doc/common/tables/sahara-common.xml130(td) #: ./doc/common/tables/ironic-common.xml82(td) #: ./doc/common/tables/neutron-api.xml66(td) msgid "" "(BoolOpt) Some periodic tasks can be run in a separate process. Should we " "run them here?" msgstr "" #: ./doc/common/tables/ironic-redis.xml7(caption) #: ./doc/common/tables/ceilometer-redis.xml7(caption) #: ./doc/common/tables/neutron-redis.xml7(caption) #: ./doc/common/tables/nova-redis.xml7(caption) #: ./doc/common/tables/sahara-redis.xml7(caption) #: ./doc/common/tables/cinder-redis.xml7(caption) #: ./doc/common/tables/glance-redis.xml7(caption) #: ./doc/common/tables/heat-redis.xml7(caption) #: ./doc/common/tables/trove-redis.xml7(caption) #: ./doc/common/tables/keystone-redis.xml7(caption) msgid "Description of Redis configuration options" msgstr "" #: ./doc/common/tables/ironic-redis.xml18(th) #: ./doc/common/tables/ceilometer-redis.xml18(th) #: ./doc/common/tables/neutron-redis.xml18(th) #: ./doc/common/tables/nova-redis.xml18(th) #: ./doc/common/tables/sahara-redis.xml18(th) #: ./doc/common/tables/cinder-redis.xml18(th) #: ./doc/common/tables/glance-redis.xml18(th) #: ./doc/common/tables/heat-redis.xml18(th) #: ./doc/common/tables/trove-redis.xml18(th) #: ./doc/common/tables/keystone-redis.xml18(th) msgid "[matchmaker_redis]" msgstr "[matchmaker_redis]" #: ./doc/common/tables/ironic-redis.xml21(replaceable) #: ./doc/common/tables/glance-auth_token.xml41(replaceable) #: ./doc/common/tables/ceilometer-redis.xml21(replaceable) #: ./doc/common/tables/nova-vnc.xml61(replaceable) #: ./doc/common/tables/nova-vnc.xml65(replaceable) #: ./doc/common/tables/nova-spice.xml45(replaceable) #: ./doc/common/tables/nova-spice.xml49(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml41(replaceable) #: ./doc/common/tables/neutron-auth_token.xml41(replaceable) #: ./doc/common/tables/neutron-sdnve.xml25(replaceable) #: ./doc/common/tables/neutron-vmware.xml125(replaceable) #: ./doc/common/tables/neutron-redis.xml21(replaceable) #: ./doc/common/tables/nova-redis.xml21(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml20(replaceable) #: ./doc/common/tables/sahara-redis.xml21(replaceable) #: ./doc/common/tables/ironic-auth_token.xml41(replaceable) #: ./doc/common/tables/sahara-auth_token.xml41(replaceable) #: ./doc/common/tables/heat-auth_token.xml41(replaceable) #: ./doc/common/tables/nova-auth_token.xml41(replaceable) #: ./doc/common/tables/cinder-auth_token.xml41(replaceable) #: ./doc/common/tables/keystone-auth_token.xml41(replaceable) #: ./doc/common/tables/nova-serial_console.xml29(replaceable) #: ./doc/common/tables/nova-serial_console.xml37(replaceable) #: ./doc/common/tables/cinder-redis.xml21(replaceable) #: ./doc/common/tables/glance-redis.xml21(replaceable) #: ./doc/common/tables/neutron-nvsd.xml28(replaceable) #: ./doc/common/tables/heat-redis.xml21(replaceable) #: ./doc/common/tables/neutron-metadata.xml61(replaceable) #: ./doc/common/tables/trove-redis.xml21(replaceable) #: ./doc/common/tables/neutron-nec.xml37(replaceable) #: ./doc/common/tables/neutron-opencontrail.xml21(replaceable) #: ./doc/common/tables/trove-auth_token.xml41(replaceable) #: ./doc/common/tables/keystone-redis.xml21(replaceable) msgid "127.0.0.1" msgstr "127.0.0.1" #: ./doc/common/tables/ironic-redis.xml22(td) #: ./doc/common/tables/ceilometer-redis.xml22(td) #: ./doc/common/tables/neutron-redis.xml22(td) #: ./doc/common/tables/nova-redis.xml22(td) #: ./doc/common/tables/sahara-redis.xml22(td) #: ./doc/common/tables/cinder-redis.xml22(td) #: ./doc/common/tables/glance-redis.xml22(td) #: ./doc/common/tables/heat-redis.xml22(td) #: ./doc/common/tables/trove-redis.xml22(td) #: ./doc/common/tables/keystone-redis.xml22(td) msgid "(StrOpt) Host to locate redis." msgstr "" #: ./doc/common/tables/ironic-redis.xml26(td) #: ./doc/common/tables/ceilometer-redis.xml26(td) #: ./doc/common/tables/neutron-redis.xml26(td) #: ./doc/common/tables/nova-redis.xml26(td) #: ./doc/common/tables/sahara-redis.xml26(td) #: ./doc/common/tables/cinder-redis.xml26(td) #: ./doc/common/tables/glance-redis.xml26(td) #: ./doc/common/tables/heat-redis.xml26(td) #: ./doc/common/tables/trove-redis.xml26(td) #: ./doc/common/tables/keystone-redis.xml26(td) msgid "(StrOpt) Password for Redis server (optional)." msgstr "" #: ./doc/common/tables/ironic-redis.xml29(replaceable) #: ./doc/common/tables/ceilometer-redis.xml29(replaceable) #: ./doc/common/tables/neutron-redis.xml29(replaceable) #: ./doc/common/tables/nova-redis.xml29(replaceable) #: ./doc/common/tables/sahara-redis.xml29(replaceable) #: ./doc/common/tables/cinder-redis.xml29(replaceable) #: ./doc/common/tables/glance-redis.xml29(replaceable) #: ./doc/common/tables/trove-db_redis.xml49(replaceable) #: ./doc/common/tables/heat-redis.xml29(replaceable) #: ./doc/common/tables/trove-redis.xml29(replaceable) #: ./doc/common/tables/keystone-redis.xml29(replaceable) msgid "6379" msgstr "6379" #: ./doc/common/tables/ironic-redis.xml30(td) #: ./doc/common/tables/ceilometer-redis.xml30(td) #: ./doc/common/tables/neutron-redis.xml30(td) #: ./doc/common/tables/nova-redis.xml30(td) #: ./doc/common/tables/sahara-redis.xml30(td) #: ./doc/common/tables/cinder-redis.xml30(td) #: ./doc/common/tables/glance-redis.xml30(td) #: ./doc/common/tables/heat-redis.xml30(td) #: ./doc/common/tables/trove-redis.xml30(td) #: ./doc/common/tables/keystone-redis.xml30(td) msgid "(IntOpt) Use this port to connect to redis host." msgstr "" #: ./doc/common/tables/ironic-redis.xml33(th) #: ./doc/common/tables/ceilometer-redis.xml33(th) #: ./doc/common/tables/neutron-redis.xml33(th) #: ./doc/common/tables/nova-redis.xml33(th) #: ./doc/common/tables/sahara-redis.xml33(th) #: ./doc/common/tables/cinder-redis.xml33(th) #: ./doc/common/tables/glance-redis.xml33(th) #: ./doc/common/tables/heat-redis.xml33(th) #: ./doc/common/tables/trove-redis.xml33(th) #: ./doc/common/tables/keystone-redis.xml33(th) msgid "[matchmaker_ring]" msgstr "[matchmaker_ring]" #: ./doc/common/tables/ironic-redis.xml36(replaceable) #: ./doc/common/tables/ceilometer-redis.xml36(replaceable) #: ./doc/common/tables/neutron-redis.xml36(replaceable) #: ./doc/common/tables/nova-redis.xml36(replaceable) #: ./doc/common/tables/sahara-redis.xml36(replaceable) #: ./doc/common/tables/cinder-redis.xml36(replaceable) #: ./doc/common/tables/glance-redis.xml36(replaceable) #: ./doc/common/tables/heat-redis.xml36(replaceable) #: ./doc/common/tables/trove-redis.xml36(replaceable) #: ./doc/common/tables/keystone-redis.xml36(replaceable) msgid "/etc/oslo/matchmaker_ring.json" msgstr "/etc/oslo/matchmaker_ring.json" #: ./doc/common/tables/ironic-redis.xml37(td) #: ./doc/common/tables/ceilometer-redis.xml37(td) #: ./doc/common/tables/neutron-redis.xml37(td) #: ./doc/common/tables/nova-redis.xml37(td) #: ./doc/common/tables/sahara-redis.xml37(td) #: ./doc/common/tables/cinder-redis.xml37(td) #: ./doc/common/tables/glance-redis.xml37(td) #: ./doc/common/tables/heat-redis.xml37(td) #: ./doc/common/tables/trove-redis.xml37(td) #: ./doc/common/tables/keystone-redis.xml37(td) msgid "(StrOpt) Matchmaker ring file (JSON)." msgstr "" #: ./doc/common/tables/keystone-auth.xml7(caption) #: ./doc/common/tables/cinder-auth.xml7(caption) #: ./doc/common/tables/ceilometer-auth.xml7(caption) #: ./doc/common/tables/ironic-auth.xml7(caption) msgid "Description of authorization configuration options" msgstr "" #: ./doc/common/tables/keystone-auth.xml18(th) msgid "[auth]" msgstr "" #: ./doc/common/tables/keystone-auth.xml21(replaceable) msgid "keystone.auth.plugins.external.DefaultDomain" msgstr "" #: ./doc/common/tables/keystone-auth.xml22(td) msgid "(StrOpt) The external (REMOTE_USER) auth plugin module." msgstr "" #: ./doc/common/tables/keystone-auth.xml25(replaceable) #: ./doc/common/tables/keystone-conf-changes.xml395(td) msgid "external, password, token" msgstr "" #: ./doc/common/tables/keystone-auth.xml26(td) msgid "(ListOpt) Default auth methods." msgstr "" #: ./doc/common/tables/keystone-auth.xml29(replaceable) msgid "keystone.auth.plugins.password.Password" msgstr "" #: ./doc/common/tables/keystone-auth.xml30(td) msgid "(StrOpt) The password auth plugin module." msgstr "" #: ./doc/common/tables/keystone-auth.xml33(replaceable) msgid "keystone.auth.plugins.token.Token" msgstr "" #: ./doc/common/tables/keystone-auth.xml34(td) msgid "(StrOpt) The token auth plugin module." msgstr "" #: ./doc/common/tables/keystone-policy.xml7(caption) #: ./doc/common/tables/neutron-policy.xml7(caption) #: ./doc/common/tables/nova-policy.xml7(caption) #: ./doc/common/tables/glance-policy.xml7(caption) #: ./doc/common/tables/ironic-policy.xml7(caption) msgid "Description of policy configuration options" msgstr "" #: ./doc/common/tables/keystone-policy.xml21(replaceable) #: ./doc/common/tables/cinder-nimble.xml21(replaceable) #: ./doc/common/tables/neutron-policy.xml25(replaceable) #: ./doc/common/tables/nova-policy.xml53(replaceable) #: ./doc/common/tables/keystone-identity.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml183(replaceable) #: ./doc/common/tables/neutron-embrane.xml49(replaceable) #: ./doc/common/tables/glance-policy.xml21(replaceable) #: ./doc/common/tables/nova-neutron.xml21(replaceable) #: ./doc/common/tables/keystone-ldap.xml21(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml56(replaceable) #: ./doc/common/tables/cinder-lvm.xml29(replaceable) #: ./doc/common/tables/heat-api.xml57(replaceable) #: ./doc/common/tables/cinder-common.xml125(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml25(replaceable) #: ./doc/common/tables/sahara-common.xml101(replaceable) #: ./doc/common/tables/ironic-policy.xml21(replaceable) #: ./doc/common/tables/cinder-eqlx.xml41(replaceable) #: ./doc/common/tables/nova-libvirt.xml88(replaceable) msgid "default" msgstr "默认值" #: ./doc/common/tables/keystone-policy.xml22(td) #: ./doc/common/tables/neutron-policy.xml26(td) #: ./doc/common/tables/nova-policy.xml54(td) #: ./doc/common/tables/glance-conf-changes.xml281(td) #: ./doc/common/tables/neutron-conf-changes.xml73(td) #: ./doc/common/tables/glance-policy.xml22(td) #: ./doc/common/tables/heat-api.xml58(td) #: ./doc/common/tables/cinder-common.xml126(td) #: ./doc/common/tables/sahara-common.xml102(td) #: ./doc/common/tables/ironic-policy.xml22(td) msgid "(StrOpt) Default rule. Enforced when a requested rule is not found." msgstr "" #: ./doc/common/tables/keystone-policy.xml25(replaceable) #: ./doc/common/tables/neutron-policy.xml29(replaceable) #: ./doc/common/tables/nova-policy.xml57(replaceable) #: ./doc/common/tables/glance-policy.xml25(replaceable) #: ./doc/common/tables/heat-api.xml61(replaceable) #: ./doc/common/tables/cinder-common.xml129(replaceable) #: ./doc/common/tables/sahara-common.xml105(replaceable) #: ./doc/common/tables/ironic-policy.xml25(replaceable) msgid "['policy.d']" msgstr "" #: ./doc/common/tables/keystone-policy.xml26(td) #: ./doc/common/tables/nova-policy.xml58(td) #: ./doc/common/tables/heat-conf-changes.xml37(td) #: ./doc/common/tables/glance-policy.xml26(td) #: ./doc/common/tables/heat-api.xml62(td) #: ./doc/common/tables/cinder-common.xml130(td) #: ./doc/common/tables/sahara-common.xml106(td) #: ./doc/common/tables/ironic-policy.xml26(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." msgstr "" #: ./doc/common/tables/keystone-policy.xml29(replaceable) #: ./doc/common/tables/neutron-policy.xml33(replaceable) #: ./doc/common/tables/nova-policy.xml61(replaceable) #: ./doc/common/tables/glance-policy.xml29(replaceable) #: ./doc/common/tables/heat-api.xml65(replaceable) #: ./doc/common/tables/cinder-common.xml133(replaceable) #: ./doc/common/tables/sahara-common.xml109(replaceable) #: ./doc/common/tables/ironic-policy.xml29(replaceable) msgid "policy.json" msgstr "" #: ./doc/common/tables/keystone-policy.xml30(td) #: ./doc/common/tables/neutron-policy.xml34(td) #: ./doc/common/tables/nova-policy.xml62(td) #: ./doc/common/tables/glance-conf-changes.xml289(td) #: ./doc/common/tables/glance-policy.xml30(td) #: ./doc/common/tables/heat-api.xml66(td) #: ./doc/common/tables/cinder-common.xml134(td) #: ./doc/common/tables/sahara-common.xml110(td) #: ./doc/common/tables/ironic-policy.xml30(td) msgid "(StrOpt) The JSON file that defines policies." msgstr "" #: ./doc/common/tables/keystone-policy.xml33(th) msgid "[policy]" msgstr "" #: ./doc/common/tables/keystone-policy.xml36(replaceable) msgid "keystone.policy.backends.sql.Policy" msgstr "" #: ./doc/common/tables/keystone-policy.xml37(td) msgid "(StrOpt) Policy backend driver." msgstr "" #: ./doc/common/tables/keystone-policy.xml41(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a policy " "collection." msgstr "" #: ./doc/common/tables/glance-auth_token.xml7(caption) #: ./doc/common/tables/ceilometer-auth_token.xml7(caption) #: ./doc/common/tables/neutron-auth_token.xml7(caption) #: ./doc/common/tables/ironic-auth_token.xml7(caption) #: ./doc/common/tables/sahara-auth_token.xml7(caption) #: ./doc/common/tables/heat-auth_token.xml7(caption) #: ./doc/common/tables/nova-auth_token.xml7(caption) #: ./doc/common/tables/cinder-auth_token.xml7(caption) #: ./doc/common/tables/keystone-auth_token.xml7(caption) #: ./doc/common/tables/trove-auth_token.xml7(caption) msgid "Description of authorization token configuration options" msgstr "" #: ./doc/common/tables/glance-auth_token.xml18(th) #: ./doc/common/tables/ceilometer-common.xml79(th) #: ./doc/common/tables/heat-common.xml65(th) #: ./doc/common/tables/keystone-common.xml25(th) #: ./doc/common/tables/ceilometer-auth_token.xml18(th) #: ./doc/common/tables/neutron-auth_token.xml18(th) #: ./doc/common/tables/nova-common.xml81(th) #: ./doc/common/tables/trove-common.xml73(th) #: ./doc/common/tables/ironic-auth_token.xml18(th) #: ./doc/common/tables/sahara-auth_token.xml18(th) #: ./doc/common/tables/heat-auth_token.xml18(th) #: ./doc/common/tables/nova-auth_token.xml18(th) #: ./doc/common/tables/cinder-common.xml209(th) #: ./doc/common/tables/cinder-auth_token.xml18(th) #: ./doc/common/tables/keystone-auth_token.xml18(th) #: ./doc/common/tables/sahara-common.xml164(th) #: ./doc/common/tables/trove-auth_token.xml18(th) #: ./doc/common/tables/glance-common.xml119(th) #: ./doc/common/tables/neutron-common.xml230(th) msgid "[keystone_authtoken]" msgstr "[keystone_authtoken]" #: ./doc/common/tables/glance-auth_token.xml22(td) #: ./doc/common/tables/ceilometer-auth_token.xml22(td) #: ./doc/common/tables/neutron-auth_token.xml22(td) #: ./doc/common/tables/ironic-auth_token.xml22(td) #: ./doc/common/tables/sahara-auth_token.xml22(td) #: ./doc/common/tables/heat-auth_token.xml22(td) #: ./doc/common/tables/nova-auth_token.xml22(td) #: ./doc/common/tables/cinder-auth_token.xml22(td) #: ./doc/common/tables/keystone-auth_token.xml22(td) #: ./doc/common/tables/trove-auth_token.xml22(td) msgid "(StrOpt) Service user password." msgstr "" #: ./doc/common/tables/glance-auth_token.xml25(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml25(replaceable) #: ./doc/common/tables/neutron-auth_token.xml25(replaceable) #: ./doc/common/tables/ceilometer-auth.xml37(replaceable) #: ./doc/common/tables/ceilometer-auth.xml49(replaceable) #: ./doc/common/tables/neutron-sdnve.xml61(replaceable) #: ./doc/common/tables/neutron-sdnve.xml77(replaceable) #: ./doc/common/tables/neutron-vmware.xml49(replaceable) #: ./doc/common/tables/neutron-vmware.xml53(replaceable) #: ./doc/common/tables/neutron-vmware.xml195(replaceable) #: ./doc/common/tables/neutron-embrane.xml21(replaceable) #: ./doc/common/tables/trove-api.xml21(replaceable) #: ./doc/common/tables/ironic-auth_token.xml25(replaceable) #: ./doc/common/tables/glance-api.xml21(replaceable) #: ./doc/common/tables/sahara-auth_token.xml25(replaceable) #: ./doc/common/tables/heat-auth_token.xml25(replaceable) #: ./doc/common/tables/nova-auth_token.xml25(replaceable) #: ./doc/common/tables/cinder-auth_token.xml25(replaceable) #: ./doc/common/tables/cinder-xiv.xml29(replaceable) #: ./doc/common/tables/keystone-auth_token.xml25(replaceable) #: ./doc/common/tables/cinder-prophetstor_dpl.xml37(replaceable) #: ./doc/common/tables/cinder-eqlx.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_brocade.xml45(replaceable) #: ./doc/common/tables/cinder-nas.xml25(replaceable) #: ./doc/common/tables/neutron-midonet.xml45(replaceable) #: ./doc/common/tables/cinder-coraid.xml29(replaceable) #: ./doc/common/tables/cinder-coraid.xml41(replaceable) #: ./doc/common/tables/cinder-san.xml33(replaceable) #: ./doc/common/tables/trove-auth_token.xml25(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml73(replaceable) msgid "admin" msgstr "" #: ./doc/common/tables/glance-auth_token.xml26(td) #: ./doc/common/tables/ceilometer-auth_token.xml26(td) #: ./doc/common/tables/neutron-auth_token.xml26(td) #: ./doc/common/tables/ironic-auth_token.xml26(td) #: ./doc/common/tables/sahara-auth_token.xml26(td) #: ./doc/common/tables/heat-auth_token.xml26(td) #: ./doc/common/tables/nova-auth_token.xml26(td) #: ./doc/common/tables/cinder-auth_token.xml26(td) #: ./doc/common/tables/keystone-auth_token.xml26(td) #: ./doc/common/tables/trove-auth_token.xml26(td) msgid "(StrOpt) Service tenant name." msgstr "" #: ./doc/common/tables/glance-auth_token.xml30(td) #: ./doc/common/tables/ceilometer-auth_token.xml30(td) #: ./doc/common/tables/neutron-auth_token.xml30(td) #: ./doc/common/tables/ironic-auth_token.xml30(td) #: ./doc/common/tables/sahara-auth_token.xml30(td) #: ./doc/common/tables/heat-auth_token.xml30(td) #: ./doc/common/tables/nova-auth_token.xml30(td) #: ./doc/common/tables/cinder-auth_token.xml30(td) #: ./doc/common/tables/keystone-auth_token.xml30(td) #: ./doc/common/tables/trove-auth_token.xml30(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/glance-auth_token.xml34(td) #: ./doc/common/tables/ceilometer-auth_token.xml34(td) #: ./doc/common/tables/neutron-auth_token.xml34(td) #: ./doc/common/tables/ironic-auth_token.xml34(td) #: ./doc/common/tables/sahara-auth_token.xml34(td) #: ./doc/common/tables/heat-auth_token.xml34(td) #: ./doc/common/tables/nova-auth_token.xml34(td) #: ./doc/common/tables/cinder-auth_token.xml34(td) #: ./doc/common/tables/keystone-auth_token.xml34(td) #: ./doc/common/tables/trove-auth_token.xml34(td) msgid "(StrOpt) Service username." msgstr "" #: ./doc/common/tables/glance-auth_token.xml38(td) #: ./doc/common/tables/ceilometer-auth_token.xml38(td) #: ./doc/common/tables/neutron-auth_token.xml38(td) #: ./doc/common/tables/ironic-auth_token.xml38(td) #: ./doc/common/tables/sahara-auth_token.xml38(td) #: ./doc/common/tables/heat-auth_token.xml38(td) #: ./doc/common/tables/nova-auth_token.xml38(td) #: ./doc/common/tables/cinder-auth_token.xml38(td) #: ./doc/common/tables/keystone-auth_token.xml38(td) #: ./doc/common/tables/trove-auth_token.xml38(td) msgid "" "(StrOpt) Prefix to prepend at the beginning of the path. Deprecated, use " "identity_uri." msgstr "" #: ./doc/common/tables/glance-auth_token.xml42(td) #: ./doc/common/tables/ceilometer-auth_token.xml42(td) #: ./doc/common/tables/neutron-auth_token.xml42(td) #: ./doc/common/tables/ironic-auth_token.xml42(td) #: ./doc/common/tables/sahara-auth_token.xml42(td) #: ./doc/common/tables/heat-auth_token.xml42(td) #: ./doc/common/tables/nova-auth_token.xml42(td) #: ./doc/common/tables/cinder-auth_token.xml42(td) #: ./doc/common/tables/keystone-auth_token.xml42(td) #: ./doc/common/tables/trove-auth_token.xml42(td) msgid "" "(StrOpt) Host providing the admin Identity API endpoint. Deprecated, use " "identity_uri." msgstr "" #: ./doc/common/tables/glance-auth_token.xml46(td) #: ./doc/common/tables/ceilometer-auth_token.xml46(td) #: ./doc/common/tables/neutron-auth_token.xml46(td) #: ./doc/common/tables/neutron-conf-changes.xml121(td) #: ./doc/common/tables/ironic-auth_token.xml46(td) #: ./doc/common/tables/sahara-auth_token.xml46(td) #: ./doc/common/tables/nova-auth_token.xml46(td) #: ./doc/common/tables/cinder-auth_token.xml46(td) #: ./doc/common/tables/nova-conf-changes.xml193(td) msgid "(StrOpt) Name of the plugin to load" msgstr "" #: ./doc/common/tables/glance-auth_token.xml49(replaceable) #: ./doc/common/tables/keystone-api.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml49(replaceable) #: ./doc/common/tables/neutron-auth_token.xml49(replaceable) #: ./doc/common/tables/ironic-auth_token.xml49(replaceable) #: ./doc/common/tables/sahara-auth_token.xml49(replaceable) #: ./doc/common/tables/heat-auth_token.xml45(replaceable) #: ./doc/common/tables/nova-auth_token.xml49(replaceable) #: ./doc/common/tables/cinder-auth_token.xml49(replaceable) #: ./doc/common/tables/keystone-auth_token.xml45(replaceable) #: ./doc/common/tables/trove-auth_token.xml45(replaceable) msgid "35357" msgstr "35357" #: ./doc/common/tables/glance-auth_token.xml50(td) #: ./doc/common/tables/ceilometer-auth_token.xml50(td) #: ./doc/common/tables/neutron-auth_token.xml50(td) #: ./doc/common/tables/ironic-auth_token.xml50(td) #: ./doc/common/tables/sahara-auth_token.xml50(td) #: ./doc/common/tables/heat-auth_token.xml46(td) #: ./doc/common/tables/nova-auth_token.xml50(td) #: ./doc/common/tables/cinder-auth_token.xml50(td) #: ./doc/common/tables/keystone-auth_token.xml46(td) #: ./doc/common/tables/trove-auth_token.xml46(td) msgid "" "(IntOpt) Port of the admin Identity API endpoint. Deprecated, use " "identity_uri." msgstr "" #: ./doc/common/tables/glance-auth_token.xml53(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml53(replaceable) #: ./doc/common/tables/neutron-auth_token.xml53(replaceable) #: ./doc/common/tables/ironic-auth_token.xml53(replaceable) #: ./doc/common/tables/sahara-auth_token.xml53(replaceable) #: ./doc/common/tables/heat-auth_token.xml49(replaceable) #: ./doc/common/tables/nova-auth_token.xml53(replaceable) #: ./doc/common/tables/cinder-auth_token.xml53(replaceable) #: ./doc/common/tables/keystone-auth_token.xml49(replaceable) #: ./doc/common/tables/trove-auth_token.xml49(replaceable) msgid "https" msgstr "" #: ./doc/common/tables/glance-auth_token.xml54(td) #: ./doc/common/tables/ceilometer-auth_token.xml54(td) #: ./doc/common/tables/neutron-auth_token.xml54(td) #: ./doc/common/tables/ironic-auth_token.xml54(td) #: ./doc/common/tables/sahara-auth_token.xml54(td) #: ./doc/common/tables/heat-auth_token.xml50(td) #: ./doc/common/tables/nova-auth_token.xml54(td) #: ./doc/common/tables/cinder-auth_token.xml54(td) #: ./doc/common/tables/keystone-auth_token.xml50(td) #: ./doc/common/tables/trove-auth_token.xml50(td) msgid "" "(StrOpt) Protocol of the admin Identity API endpoint (http or https). " "Deprecated, use identity_uri." msgstr "" #: ./doc/common/tables/glance-auth_token.xml58(td) #: ./doc/common/tables/ceilometer-auth_token.xml58(td) #: ./doc/common/tables/neutron-auth_token.xml58(td) #: ./doc/common/tables/neutron-conf-changes.xml125(td) #: ./doc/common/tables/ironic-auth_token.xml58(td) #: ./doc/common/tables/sahara-auth_token.xml58(td) #: ./doc/common/tables/nova-auth_token.xml58(td) #: ./doc/common/tables/cinder-auth_token.xml58(td) #: ./doc/common/tables/nova-conf-changes.xml197(td) msgid "(StrOpt) Config Section from which to load plugin specific options" msgstr "" #: ./doc/common/tables/glance-auth_token.xml62(td) #: ./doc/common/tables/ceilometer-auth_token.xml62(td) #: ./doc/common/tables/neutron-auth_token.xml62(td) #: ./doc/common/tables/ironic-auth_token.xml62(td) #: ./doc/common/tables/sahara-auth_token.xml62(td) #: ./doc/common/tables/heat-auth_token.xml54(td) #: ./doc/common/tables/nova-auth_token.xml62(td) #: ./doc/common/tables/cinder-auth_token.xml62(td) #: ./doc/common/tables/keystone-auth_token.xml54(td) #: ./doc/common/tables/trove-auth_token.xml54(td) msgid "(StrOpt) Complete public Identity API endpoint." msgstr "" #: ./doc/common/tables/glance-auth_token.xml66(td) #: ./doc/common/tables/ceilometer-auth_token.xml66(td) #: ./doc/common/tables/neutron-auth_token.xml66(td) #: ./doc/common/tables/ironic-auth_token.xml66(td) #: ./doc/common/tables/sahara-auth_token.xml66(td) #: ./doc/common/tables/heat-auth_token.xml58(td) #: ./doc/common/tables/nova-auth_token.xml66(td) #: ./doc/common/tables/cinder-auth_token.xml66(td) #: ./doc/common/tables/keystone-auth_token.xml58(td) #: ./doc/common/tables/trove-auth_token.xml58(td) msgid "(StrOpt) API version of the admin Identity API endpoint." msgstr "" #: ./doc/common/tables/glance-auth_token.xml70(td) #: ./doc/common/tables/ceilometer-auth_token.xml70(td) #: ./doc/common/tables/neutron-auth_token.xml70(td) #: ./doc/common/tables/ironic-auth_token.xml70(td) #: ./doc/common/tables/sahara-auth_token.xml70(td) #: ./doc/common/tables/heat-auth_token.xml62(td) #: ./doc/common/tables/nova-auth_token.xml70(td) #: ./doc/common/tables/cinder-auth_token.xml70(td) #: ./doc/common/tables/keystone-auth_token.xml62(td) #: ./doc/common/tables/trove-auth_token.xml62(td) msgid "(StrOpt) Env key for the swift cache." msgstr "" #: ./doc/common/tables/glance-auth_token.xml74(td) #: ./doc/common/tables/ceilometer-auth_token.xml74(td) #: ./doc/common/tables/neutron-auth_token.xml74(td) #: ./doc/common/tables/ironic-auth_token.xml74(td) #: ./doc/common/tables/sahara-auth_token.xml74(td) #: ./doc/common/tables/heat-auth_token.xml66(td) #: ./doc/common/tables/nova-auth_token.xml74(td) #: ./doc/common/tables/cinder-auth_token.xml74(td) #: ./doc/common/tables/keystone-auth_token.xml66(td) #: ./doc/common/tables/trove-auth_token.xml66(td) msgid "" "(StrOpt) A PEM encoded Certificate Authority to use when verifying HTTPs " "connections. Defaults to system CAs." msgstr "" #: ./doc/common/tables/glance-auth_token.xml78(td) #: ./doc/common/tables/glance-auth_token.xml118(td) #: ./doc/common/tables/ceilometer-auth_token.xml78(td) #: ./doc/common/tables/ceilometer-auth_token.xml118(td) #: ./doc/common/tables/neutron-auth_token.xml78(td) #: ./doc/common/tables/neutron-auth_token.xml118(td) #: ./doc/common/tables/ironic-auth_token.xml78(td) #: ./doc/common/tables/ironic-auth_token.xml118(td) #: ./doc/common/tables/sahara-auth_token.xml78(td) #: ./doc/common/tables/sahara-auth_token.xml118(td) #: ./doc/common/tables/heat-auth_token.xml70(td) #: ./doc/common/tables/heat-auth_token.xml110(td) #: ./doc/common/tables/nova-auth_token.xml78(td) #: ./doc/common/tables/nova-auth_token.xml118(td) #: ./doc/common/tables/cinder-auth_token.xml78(td) #: ./doc/common/tables/cinder-auth_token.xml118(td) #: ./doc/common/tables/keystone-auth_token.xml70(td) #: ./doc/common/tables/keystone-auth_token.xml110(td) #: ./doc/common/tables/trove-auth_token.xml70(td) #: ./doc/common/tables/trove-auth_token.xml110(td) msgid "(StrOpt) Required if identity server requires client certificate" msgstr "" #: ./doc/common/tables/glance-auth_token.xml82(td) #: ./doc/common/tables/ceilometer-auth_token.xml82(td) #: ./doc/common/tables/neutron-auth_token.xml82(td) #: ./doc/common/tables/ironic-auth_token.xml82(td) #: ./doc/common/tables/sahara-auth_token.xml82(td) #: ./doc/common/tables/heat-auth_token.xml74(td) #: ./doc/common/tables/nova-auth_token.xml82(td) #: ./doc/common/tables/cinder-auth_token.xml82(td) #: ./doc/common/tables/keystone-auth_token.xml74(td) #: ./doc/common/tables/trove-auth_token.xml74(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/glance-auth_token.xml86(td) #: ./doc/common/tables/ceilometer-auth_token.xml86(td) #: ./doc/common/tables/neutron-auth_token.xml86(td) #: ./doc/common/tables/ironic-auth_token.xml86(td) #: ./doc/common/tables/sahara-auth_token.xml86(td) #: ./doc/common/tables/heat-auth_token.xml78(td) #: ./doc/common/tables/nova-auth_token.xml86(td) #: ./doc/common/tables/cinder-auth_token.xml86(td) #: ./doc/common/tables/keystone-auth_token.xml78(td) #: ./doc/common/tables/trove-auth_token.xml78(td) msgid "" "(BoolOpt) Do not handle authorization requests within the middleware, but " "delegate the authorization decision to downstream WSGI components." msgstr "" #: ./doc/common/tables/glance-auth_token.xml89(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml89(replaceable) #: ./doc/common/tables/neutron-auth_token.xml89(replaceable) #: ./doc/common/tables/ironic-auth_token.xml89(replaceable) #: ./doc/common/tables/sahara-auth_token.xml89(replaceable) #: ./doc/common/tables/heat-auth_token.xml81(replaceable) #: ./doc/common/tables/nova-auth_token.xml89(replaceable) #: ./doc/common/tables/cinder-auth_token.xml89(replaceable) #: ./doc/common/tables/keystone-auth_token.xml81(replaceable) #: ./doc/common/tables/trove-auth_token.xml81(replaceable) #: ./doc/common/tables/keystone-token.xml37(replaceable) msgid "permissive" msgstr "" #: ./doc/common/tables/glance-auth_token.xml90(td) #: ./doc/common/tables/ceilometer-auth_token.xml90(td) #: ./doc/common/tables/neutron-auth_token.xml90(td) #: ./doc/common/tables/ironic-auth_token.xml90(td) #: ./doc/common/tables/sahara-auth_token.xml90(td) #: ./doc/common/tables/heat-auth_token.xml82(td) #: ./doc/common/tables/nova-auth_token.xml90(td) #: ./doc/common/tables/cinder-auth_token.xml90(td) #: ./doc/common/tables/keystone-auth_token.xml82(td) #: ./doc/common/tables/trove-auth_token.xml82(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/glance-auth_token.xml93(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml93(replaceable) #: ./doc/common/tables/neutron-auth_token.xml93(replaceable) #: ./doc/common/tables/ironic-auth_token.xml93(replaceable) #: ./doc/common/tables/sahara-auth_token.xml93(replaceable) #: ./doc/common/tables/heat-auth_token.xml85(replaceable) #: ./doc/common/tables/nova-auth_token.xml93(replaceable) #: ./doc/common/tables/cinder-auth_token.xml93(replaceable) #: ./doc/common/tables/keystone-auth_token.xml85(replaceable) #: ./doc/common/tables/trove-auth_token.xml85(replaceable) #: ./doc/common/tables/keystone-token.xml45(replaceable) msgid "md5" msgstr "" #: ./doc/common/tables/glance-auth_token.xml94(td) #: ./doc/common/tables/ceilometer-auth_token.xml94(td) #: ./doc/common/tables/neutron-auth_token.xml94(td) #: ./doc/common/tables/ironic-auth_token.xml94(td) #: ./doc/common/tables/sahara-auth_token.xml94(td) #: ./doc/common/tables/heat-auth_token.xml86(td) #: ./doc/common/tables/nova-auth_token.xml94(td) #: ./doc/common/tables/cinder-auth_token.xml94(td) #: ./doc/common/tables/keystone-auth_token.xml86(td) #: ./doc/common/tables/trove-auth_token.xml86(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/glance-auth_token.xml98(td) #: ./doc/common/tables/ceilometer-auth_token.xml98(td) #: ./doc/common/tables/neutron-auth_token.xml98(td) #: ./doc/common/tables/ironic-auth_token.xml98(td) #: ./doc/common/tables/sahara-auth_token.xml98(td) #: ./doc/common/tables/heat-auth_token.xml90(td) #: ./doc/common/tables/nova-auth_token.xml98(td) #: ./doc/common/tables/cinder-auth_token.xml98(td) #: ./doc/common/tables/keystone-auth_token.xml90(td) #: ./doc/common/tables/trove-auth_token.xml90(td) msgid "" "(IntOpt) Request timeout value for communicating with Identity API server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml101(replaceable) #: ./doc/common/tables/glance-auth_token.xml133(replaceable) #: ./doc/common/tables/ironic-seamicro.xml25(replaceable) #: ./doc/common/tables/cinder-fusionio.xml21(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml101(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml133(replaceable) #: ./doc/common/tables/nova-policy.xml37(replaceable) #: ./doc/common/tables/cinder-cloudbyte.xml33(replaceable) #: ./doc/common/tables/cinder-scheduler.xml45(replaceable) #: ./doc/common/tables/neutron-auth_token.xml101(replaceable) #: ./doc/common/tables/neutron-auth_token.xml133(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml41(replaceable) #: ./doc/common/tables/cinder-hitachi-hbsd.xml45(replaceable) #: ./doc/common/tables/nova-scheduler.xml113(replaceable) #: ./doc/common/tables/heat-conf-changes.xml299(td) #: ./doc/common/tables/cinder-storage.xml93(replaceable) #: ./doc/common/tables/cinder-storage.xml97(replaceable) #: ./doc/common/tables/heat-quota.xml25(replaceable) #: ./doc/common/tables/nova-volumes.xml25(replaceable) #: ./doc/common/tables/nova-volumes.xml64(replaceable) #: ./doc/common/tables/nova-volumes.xml114(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml73(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml85(replaceable) #: ./doc/common/tables/keystone-ldap.xml117(replaceable) #: ./doc/common/tables/ironic-neutron.xml25(replaceable) #: ./doc/common/tables/ironic-auth_token.xml101(replaceable) #: ./doc/common/tables/ironic-auth_token.xml133(replaceable) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml28(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml146(replaceable) #: ./doc/common/tables/sahara-auth_token.xml101(replaceable) #: ./doc/common/tables/sahara-auth_token.xml133(replaceable) #: ./doc/common/tables/heat-auth_token.xml93(replaceable) #: ./doc/common/tables/nova-auth_token.xml101(replaceable) #: ./doc/common/tables/nova-auth_token.xml133(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml21(replaceable) #: ./doc/common/tables/cinder-common.xml101(replaceable) #: ./doc/common/tables/cinder-auth_token.xml101(replaceable) #: ./doc/common/tables/cinder-auth_token.xml133(replaceable) #: ./doc/common/tables/keystone-auth_token.xml93(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml53(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml53(replaceable) #: ./doc/common/tables/trove-rpc.xml29(replaceable) #: ./doc/common/tables/nova-network.xml77(replaceable) #: ./doc/common/tables/nova-network.xml225(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml44(replaceable) #: ./doc/common/tables/cinder-storpool.xml21(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml45(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml32(replaceable) #: ./doc/common/tables/ironic-conductor.xml53(replaceable) #: ./doc/common/tables/ironic-conductor.xml65(replaceable) #: ./doc/common/tables/nova-quota.xml69(replaceable) #: ./doc/common/tables/neutron-nec.xml21(replaceable) #: ./doc/common/tables/trove-auth_token.xml93(replaceable) #: ./doc/common/tables/keystone-trust.xml33(replaceable) #: ./doc/common/tables/glance-cinder.xml37(replaceable) #: ./doc/common/tables/ironic-deploy.xml25(replaceable) #: ./doc/common/tables/keystone-cache.xml65(replaceable) #: ./doc/common/tables/cinder-datera.xml33(replaceable) #: ./doc/common/tables/ceilometer-ipmi.xml21(replaceable) #: ./doc/common/tables/ceilometer-ipmi.xml25(replaceable) #: ./doc/common/tables/keystone-memcache.xml25(replaceable) msgid "3" msgstr "3" #: ./doc/common/tables/glance-auth_token.xml102(td) #: ./doc/common/tables/ceilometer-auth_token.xml102(td) #: ./doc/common/tables/neutron-auth_token.xml102(td) #: ./doc/common/tables/ironic-auth_token.xml102(td) #: ./doc/common/tables/sahara-auth_token.xml102(td) #: ./doc/common/tables/heat-auth_token.xml94(td) #: ./doc/common/tables/nova-auth_token.xml102(td) #: ./doc/common/tables/cinder-auth_token.xml102(td) #: ./doc/common/tables/keystone-auth_token.xml94(td) #: ./doc/common/tables/trove-auth_token.xml94(td) msgid "" "(IntOpt) How many times are we trying to reconnect when communicating with " "Identity API Server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml106(td) #: ./doc/common/tables/ceilometer-auth_token.xml106(td) #: ./doc/common/tables/neutron-auth_token.xml106(td) #: ./doc/common/tables/ironic-auth_token.xml106(td) #: ./doc/common/tables/sahara-auth_token.xml106(td) #: ./doc/common/tables/heat-auth_token.xml98(td) #: ./doc/common/tables/nova-auth_token.xml106(td) #: ./doc/common/tables/cinder-auth_token.xml106(td) #: ./doc/common/tables/keystone-auth_token.xml98(td) #: ./doc/common/tables/trove-auth_token.xml98(td) msgid "" "(StrOpt) Complete admin Identity API endpoint. This should specify the " "unversioned root endpoint e.g. https://localhost:35357/" msgstr "" #: ./doc/common/tables/glance-auth_token.xml110(td) #: ./doc/common/tables/ceilometer-auth_token.xml110(td) #: ./doc/common/tables/neutron-auth_token.xml110(td) #: ./doc/common/tables/ironic-auth_token.xml110(td) #: ./doc/common/tables/sahara-auth_token.xml110(td) #: ./doc/common/tables/heat-auth_token.xml102(td) #: ./doc/common/tables/nova-auth_token.xml110(td) #: ./doc/common/tables/cinder-auth_token.xml110(td) #: ./doc/common/tables/keystone-auth_token.xml102(td) #: ./doc/common/tables/trove-auth_token.xml102(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/glance-auth_token.xml114(td) #: ./doc/common/tables/ceilometer-auth_token.xml114(td) #: ./doc/common/tables/neutron-auth_token.xml114(td) #: ./doc/common/tables/neutron-conf-changes.xml137(td) #: ./doc/common/tables/nova-volumes.xml69(td) #: ./doc/common/tables/ironic-auth_token.xml114(td) #: ./doc/common/tables/nova-barbican.xml38(td) #: ./doc/common/tables/sahara-auth_token.xml114(td) #: ./doc/common/tables/heat-auth_token.xml106(td) #: ./doc/common/tables/nova-auth_token.xml114(td) #: ./doc/common/tables/cinder-auth_token.xml114(td) #: ./doc/common/tables/keystone-auth_token.xml106(td) #: ./doc/common/tables/nova-conf-changes.xml133(td) #: ./doc/common/tables/nova-conf-changes.xml157(td) #: ./doc/common/tables/nova-conf-changes.xml209(td) #: ./doc/common/tables/trove-auth_token.xml106(td) msgid "(BoolOpt) Verify HTTPS connections." msgstr "" #: ./doc/common/tables/glance-auth_token.xml122(td) #: ./doc/common/tables/ceilometer-auth_token.xml122(td) #: ./doc/common/tables/neutron-auth_token.xml122(td) #: ./doc/common/tables/ironic-auth_token.xml122(td) #: ./doc/common/tables/sahara-auth_token.xml122(td) #: ./doc/common/tables/nova-auth_token.xml122(td) #: ./doc/common/tables/cinder-auth_token.xml122(td) msgid "" "(IntOpt) (Optional) Number of seconds that an operation will wait to get a " "memcache client connection from the pool." msgstr "" #: ./doc/common/tables/glance-auth_token.xml126(td) #: ./doc/common/tables/ceilometer-auth_token.xml126(td) #: ./doc/common/tables/neutron-auth_token.xml126(td) #: ./doc/common/tables/ironic-auth_token.xml126(td) #: ./doc/common/tables/sahara-auth_token.xml126(td) #: ./doc/common/tables/nova-auth_token.xml126(td) #: ./doc/common/tables/cinder-auth_token.xml126(td) msgid "" "(IntOpt) (Optional) Number of seconds memcached server is considered dead " "before it is tried again." msgstr "" #: ./doc/common/tables/glance-auth_token.xml130(td) #: ./doc/common/tables/ceilometer-auth_token.xml130(td) #: ./doc/common/tables/neutron-auth_token.xml130(td) #: ./doc/common/tables/ironic-auth_token.xml130(td) #: ./doc/common/tables/sahara-auth_token.xml130(td) #: ./doc/common/tables/nova-auth_token.xml130(td) #: ./doc/common/tables/cinder-auth_token.xml130(td) msgid "" "(IntOpt) (Optional) Maximum total number of open connections to every " "memcached server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml134(td) #: ./doc/common/tables/ceilometer-auth_token.xml134(td) #: ./doc/common/tables/neutron-auth_token.xml134(td) #: ./doc/common/tables/ironic-auth_token.xml134(td) #: ./doc/common/tables/sahara-auth_token.xml134(td) #: ./doc/common/tables/nova-auth_token.xml134(td) #: ./doc/common/tables/cinder-auth_token.xml134(td) msgid "" "(IntOpt) (Optional) Socket timeout in seconds for communicating with a " "memcache server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml138(td) #: ./doc/common/tables/ceilometer-auth_token.xml138(td) #: ./doc/common/tables/neutron-auth_token.xml138(td) #: ./doc/common/tables/ironic-auth_token.xml138(td) #: ./doc/common/tables/sahara-auth_token.xml138(td) #: ./doc/common/tables/nova-auth_token.xml138(td) #: ./doc/common/tables/cinder-auth_token.xml138(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/glance-auth_token.xml142(td) #: ./doc/common/tables/ceilometer-auth_token.xml142(td) #: ./doc/common/tables/neutron-auth_token.xml142(td) #: ./doc/common/tables/ironic-auth_token.xml142(td) #: ./doc/common/tables/sahara-auth_token.xml142(td) #: ./doc/common/tables/heat-auth_token.xml114(td) #: ./doc/common/tables/nova-auth_token.xml142(td) #: ./doc/common/tables/cinder-auth_token.xml142(td) #: ./doc/common/tables/keystone-auth_token.xml114(td) #: ./doc/common/tables/trove-auth_token.xml114(td) msgid "" "(StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This" " string is used for key derivation." msgstr "" #: ./doc/common/tables/glance-auth_token.xml146(td) #: ./doc/common/tables/ceilometer-auth_token.xml146(td) #: ./doc/common/tables/neutron-auth_token.xml146(td) #: ./doc/common/tables/ironic-auth_token.xml146(td) #: ./doc/common/tables/sahara-auth_token.xml146(td) #: ./doc/common/tables/heat-auth_token.xml118(td) #: ./doc/common/tables/nova-auth_token.xml146(td) #: ./doc/common/tables/cinder-auth_token.xml146(td) #: ./doc/common/tables/keystone-auth_token.xml118(td) #: ./doc/common/tables/trove-auth_token.xml118(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/glance-auth_token.xml150(td) #: ./doc/common/tables/ceilometer-auth_token.xml150(td) #: ./doc/common/tables/neutron-auth_token.xml150(td) #: ./doc/common/tables/ironic-auth_token.xml150(td) #: ./doc/common/tables/sahara-auth_token.xml150(td) #: ./doc/common/tables/nova-auth_token.xml150(td) #: ./doc/common/tables/cinder-auth_token.xml150(td) msgid "" "(BoolOpt) (Optional) Use the advanced (eventlet safe) memcache client pool. " "The advanced pool will only work under python 2.x." msgstr "" #: ./doc/common/tables/glance-auth_token.xml154(td) #: ./doc/common/tables/ceilometer-auth_token.xml154(td) #: ./doc/common/tables/neutron-auth_token.xml154(td) #: ./doc/common/tables/ironic-auth_token.xml158(td) #: ./doc/common/tables/sahara-auth_token.xml154(td) #: ./doc/common/tables/heat-auth_token.xml122(td) #: ./doc/common/tables/nova-auth_token.xml154(td) #: ./doc/common/tables/cinder-auth_token.xml154(td) #: ./doc/common/tables/keystone-auth_token.xml122(td) #: ./doc/common/tables/trove-auth_token.xml122(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/glance-auth_token.xml158(td) #: ./doc/common/tables/ceilometer-auth_token.xml158(td) #: ./doc/common/tables/neutron-auth_token.xml158(td) #: ./doc/common/tables/ironic-auth_token.xml162(td) #: ./doc/common/tables/sahara-auth_token.xml158(td) #: ./doc/common/tables/heat-auth_token.xml126(td) #: ./doc/common/tables/nova-auth_token.xml158(td) #: ./doc/common/tables/cinder-auth_token.xml158(td) #: ./doc/common/tables/keystone-auth_token.xml126(td) #: ./doc/common/tables/trove-auth_token.xml126(td) msgid "(StrOpt) Directory used to cache files related to PKI tokens." msgstr "" #: ./doc/common/tables/glance-auth_token.xml162(td) #: ./doc/common/tables/ceilometer-auth_token.xml162(td) #: ./doc/common/tables/neutron-auth_token.xml162(td) #: ./doc/common/tables/ironic-auth_token.xml166(td) #: ./doc/common/tables/sahara-auth_token.xml162(td) #: ./doc/common/tables/heat-auth_token.xml130(td) #: ./doc/common/tables/nova-auth_token.xml162(td) #: ./doc/common/tables/cinder-auth_token.xml162(td) #: ./doc/common/tables/keystone-auth_token.xml130(td) #: ./doc/common/tables/trove-auth_token.xml130(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/neutron-brocade_vyatta_l3.xml7(caption) msgid "Description of Brocade Vyatta L3 plug-in configuration options" msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml18(th) msgid "[VROUTER]" msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml21(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml69(replaceable) #: ./doc/common/tables/nova-ironic.xml49(replaceable) #: ./doc/common/tables/glance-rpc.xml229(replaceable) #: ./doc/common/tables/ironic-swift.xml21(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml69(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml28(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml69(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml24(replaceable) #: ./doc/common/tables/neutron-sdnve.xml84(replaceable) #: ./doc/common/tables/nova-scheduler.xml144(replaceable) #: ./doc/common/tables/neutron-vmware.xml57(replaceable) #: ./doc/common/tables/neutron-vmware.xml61(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml49(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml77(replaceable) #: ./doc/common/tables/cinder-backups.xml37(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml69(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml69(replaceable) #: ./doc/common/tables/cinder-storwize.xml73(replaceable) #: ./doc/common/tables/ironic-ilo.xml33(replaceable) #: ./doc/common/tables/swift-rsyncd-account.xml24(replaceable) #: ./doc/common/tables/glance-swift.xml60(replaceable) #: ./doc/common/tables/sahara-clients.xml25(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml69(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml28(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml32(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml69(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml49(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml37(replaceable) #: ./doc/common/tables/neutron-compute.xml73(replaceable) #: ./doc/common/tables/heat-rpc.xml21(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml69(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml33(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml89(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml539(td) #: ./doc/common/tables/neutron-mlnx.xml21(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml49(replaceable) msgid "2" msgstr "2" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml22(td) msgid "(StrOpt) Nova VM flavor for instances of Vyatta vRouter." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml26(td) msgid "(StrOpt) Nova image id for instances of Vyatta vRouter." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml30(td) msgid "(StrOpt) Keystone URL." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml34(td) msgid "(StrOpt) Vyatta vRouter management network id." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml37(replaceable) #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml65(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml33(replaceable) #: ./doc/common/tables/cinder-fusionio.xml25(replaceable) #: ./doc/common/tables/cinder-xio.xml29(replaceable) #: ./doc/common/tables/keystone-api.xml57(replaceable) #: ./doc/common/tables/ceilometer-dispatcher_http.xml33(replaceable) #: ./doc/common/tables/nova-xen.xml83(replaceable) #: ./doc/common/tables/cinder-cloudbyte.xml37(replaceable) #: ./doc/common/tables/nova-zookeeper.xml33(replaceable) #: ./doc/common/tables/nova-compute.xml101(replaceable) #: ./doc/common/tables/heat-conf-changes.xml300(td) #: ./doc/common/tables/nova-volumes.xml95(replaceable) #: ./doc/common/tables/nova-volumes.xml118(replaceable) #: ./doc/common/tables/nova-volumes.xml122(replaceable) #: ./doc/common/tables/glance-vmware.xml53(replaceable) #: ./doc/common/tables/neutron-quotas.xml48(replaceable) #: ./doc/common/tables/heat-api.xml21(replaceable) #: ./doc/common/tables/trove-quota.xml21(replaceable) #: ./doc/common/tables/trove-quota.xml29(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml159(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml68(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml37(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml159(replaceable) #: ./doc/common/tables/ironic-ipmi.xml21(replaceable) #: ./doc/common/tables/nova-network.xml33(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml45(replaceable) #: ./doc/common/tables/trove-guestagent.xml25(replaceable) #: ./doc/common/tables/trove-guestagent.xml65(replaceable) #: ./doc/common/tables/ironic-common.xml41(replaceable) #: ./doc/common/tables/cinder-eqlx.xml29(replaceable) #: ./doc/common/tables/nova-ec2.xml73(replaceable) #: ./doc/common/tables/trove-taskmanager.xml69(replaceable) #: ./doc/common/tables/nova-quota.xml53(replaceable) #: ./doc/common/tables/cinder-san.xml61(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml72(replaceable) #: ./doc/common/tables/keystone-kvs.xml29(replaceable) #: ./doc/common/tables/nova-hyperv.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml149(replaceable) #: ./doc/common/tables/neutron-common.xml153(replaceable) #: ./doc/common/tables/neutron-common.xml165(replaceable) msgid "5" msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml38(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.xml42(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.xml46(td) msgid "(StrOpt) Name of tenant admin user." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml50(td) msgid "(StrOpt) Tenant admin password." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml54(td) msgid "(StrOpt) UUID of tenant that holds Vyatta vRouter instances." msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml58(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.xml61(replaceable) msgid "vyatta:vyatta" msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml62(td) msgid "(StrOpt) Vyatta vRouter login credentials" msgstr "" #: ./doc/common/tables/neutron-brocade_vyatta_l3.xml66(td) msgid "" "(IntOpt) Number of seconds between consecutive Vyatta vRouter queries when " "waiting for router instance boot." msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml7(caption) msgid "Description of NetApp 7-Mode NFS driver configuration options" msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml21(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml21(replaceable) msgid "720" msgstr "720" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml22(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml22(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_7mode_nfs.xml26(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml30(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml22(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml22(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml30(td) msgid "" "(StrOpt) Administrative user account name used to access the storage system " "or proxy server." msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml30(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml34(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml26(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml26(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml229(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_7mode_nfs.xml34(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml38(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml30(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml30(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml38(td) msgid "" "(StrOpt) Password for the administrative user account specified in the " "netapp_login option." msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml38(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml46(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml34(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml34(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml42(td) msgid "" "(StrOpt) The hostname (or IP address) for the storage system or proxy " "server." msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml42(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml50(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml38(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml38(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml46(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_7mode_nfs.xml45(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml53(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml45(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml45(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml49(replaceable) msgid "ontap_cluster" msgstr "ontap_cluster" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml46(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml54(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml46(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml46(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml50(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_7mode_nfs.xml50(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml50(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml50(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml54(td) msgid "" "(StrOpt) The storage protocol to be used on the data path with the storage " "system; valid values are iscsi, fc, or nfs." msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml53(replaceable) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml61(replaceable) #: ./doc/common/tables/glance-registry.xml61(replaceable) #: ./doc/common/tables/ironic-glance.xml49(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml53(replaceable) #: ./doc/common/tables/nova-glance.xml52(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml53(replaceable) #: ./doc/common/tables/nova-ec2.xml49(replaceable) #: ./doc/common/tables/neutron-metadata.xml69(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml57(replaceable) #: ./doc/common/tables/ironic-amt.xml21(replaceable) msgid "http" msgstr "http" #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml54(td) #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml62(td) #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml54(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml54(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml58(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/cinder-netapp_7mode_nfs.xml58(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml58(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-netapp_7mode_nfs.xml62(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml66(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_7mode_nfs.xml66(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml70(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-nimble.xml7(caption) msgid "Description of Nimble driver configuration options" msgstr "" #: ./doc/common/tables/cinder-nimble.xml22(td) msgid "(StrOpt) Nimble Controller pool name" msgstr "" #: ./doc/common/tables/cinder-nimble.xml25(replaceable) #: ./doc/common/tables/sahara-zeromq.xml21(replaceable) #: ./doc/common/tables/nova-zeromq.xml21(replaceable) #: ./doc/common/tables/heat-zeromq.xml21(replaceable) #: ./doc/common/tables/cinder-zeromq.xml21(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml21(replaceable) #: ./doc/common/tables/neutron-zeromq.xml21(replaceable) #: ./doc/common/tables/keystone-zeromq.xml21(replaceable) #: ./doc/common/tables/glance-zeromq.xml21(replaceable) #: ./doc/common/tables/trove-zeromq.xml21(replaceable) #: ./doc/common/tables/ironic-zeromq.xml21(replaceable) msgid "*" msgstr "" #: ./doc/common/tables/cinder-nimble.xml26(td) msgid "(StrOpt) Nimble Subnet Label" msgstr "" #: ./doc/common/tables/keystone-testing.xml7(caption) #: ./doc/common/tables/nova-testing.xml7(caption) #: ./doc/common/tables/cinder-testing.xml7(caption) #: ./doc/common/tables/heat-testing.xml7(caption) #: ./doc/common/tables/sahara-testing.xml7(caption) #: ./doc/common/tables/trove-testing.xml7(caption) #: ./doc/common/tables/neutron-testing.xml7(caption) #: ./doc/common/tables/ironic-testing.xml7(caption) #: ./doc/common/tables/ceilometer-testing.xml7(caption) #: ./doc/common/tables/glance-testing.xml7(caption) msgid "Description of testing configuration options" msgstr "" #: ./doc/common/tables/keystone-testing.xml22(td) #: ./doc/common/tables/nova-testing.xml30(td) #: ./doc/common/tables/glance-rpc.xml178(td) #: ./doc/common/tables/cinder-testing.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml189(td) #: ./doc/common/tables/glance-conf-changes.xml197(td) #: ./doc/common/tables/neutron-conf-changes.xml269(td) #: ./doc/common/tables/keystone-conf-changes.xml241(td) #: ./doc/common/tables/ceilometer-conf-changes.xml237(td) #: ./doc/common/tables/trove-conf-changes.xml265(td) #: ./doc/common/tables/heat-testing.xml22(td) #: ./doc/common/tables/sahara-testing.xml22(td) #: ./doc/common/tables/nova-conf-changes.xml337(td) #: ./doc/common/tables/trove-testing.xml22(td) #: ./doc/common/tables/neutron-testing.xml22(td) #: ./doc/common/tables/ironic-testing.xml22(td) #: ./doc/common/tables/ceilometer-testing.xml22(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml441(td) msgid "(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml8(literal) msgid "[container-sync]" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml8(filename) #: ./doc/common/tables/swift-container-server-container-auditor.xml8(filename) #: ./doc/common/tables/swift-container-server-filter-recon.xml8(filename) #: ./doc/common/tables/swift-container-server-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-container-server-pipeline-main.xml8(filename) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml8(filename) #: ./doc/common/tables/swift-container-server-container-updater.xml8(filename) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml8(filename) #: ./doc/common/tables/swift-container-server-app-container-server.xml8(filename) #: ./doc/common/tables/swift-container-server-container-replicator.xml8(filename) msgid "container-server.conf" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml7(caption) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml7(caption) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-container-server-container-auditor.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-swift-swift-constraints.xml7(caption) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml7(caption) #: ./doc/common/tables/swift-swift-storage-policy-0.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml7(caption) #: ./doc/common/tables/swift-container-server-filter-recon.xml7(caption) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml7(caption) #: ./doc/common/tables/swift-swift-storage-policy-1.xml7(caption) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml7(caption) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml7(caption) #: ./doc/common/tables/swift-container-server-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-container-server-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml7(caption) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml7(caption) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml7(caption) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml7(caption) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml7(caption) #: ./doc/common/tables/swift-object-server-app-object-server.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml7(caption) #: ./doc/common/tables/swift-object-server-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml7(caption) #: ./doc/common/tables/swift-rsyncd-container.xml7(caption) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml7(caption) #: ./doc/common/tables/swift-rsyncd-account.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml7(caption) #: ./doc/common/tables/swift-account-server-filter-recon.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml7(caption) #: ./doc/common/tables/swift-account-server-account-replicator.xml7(caption) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-container-server-container-updater.xml7(caption) #: ./doc/common/tables/swift-object-server-object-replicator.xml7(caption) #: ./doc/common/tables/swift-swift-swift-hash.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml7(caption) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml7(caption) #: ./doc/common/tables/swift-object-server-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-memcache-memcache.xml7(caption) #: ./doc/common/tables/swift-account-server-app-account-server.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml7(caption) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml7(caption) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml7(caption) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml7(caption) #: ./doc/common/tables/swift-object-server-object-auditor.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml7(caption) #: ./doc/common/tables/swift-container-server-app-container-server.xml7(caption) #: ./doc/common/tables/swift-account-server-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml7(caption) #: ./doc/common/tables/swift-container-server-container-replicator.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml7(caption) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml7(caption) #: ./doc/common/tables/swift-account-server-account-auditor.xml7(caption) #: ./doc/common/tables/swift-object-server-filter-recon.xml7(caption) #: ./doc/common/tables/swift-rsyncd-object.xml7(caption) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml7(caption) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml7(caption) #: ./doc/common/tables/swift-object-server-object-updater.xml7(caption) #: ./doc/common/tables/swift-dispersion-dispersion.xml7(caption) #: ./doc/common/tables/swift-account-server-DEFAULT.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml7(caption) #: ./doc/common/tables/swift-account-server-account-reaper.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml7(caption) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml7(caption) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml7(caption) msgid "" "Description of configuration options for in " "" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml21(td) msgid "Maximum amount of time to spend syncing each container" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml25(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml25(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml33(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml21(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml37(td) #: ./doc/common/tables/swift-container-server-container-updater.xml34(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml29(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml25(td) #: ./doc/common/tables/swift-object-server-object-updater.xml25(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml33(td) msgid "Minimum time for a pass to take" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml76(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml24(replaceable) #: ./doc/common/tables/swift-container-server-container-auditor.xml28(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml108(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml60(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml68(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml20(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml72(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml20(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml72(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml40(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml37(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml44(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml20(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml36(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml40(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml32(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml28(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml28(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml28(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml56(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml28(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml36(replaceable) msgid "/dev/log" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml29(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml77(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml25(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml29(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml33(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml109(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml61(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml69(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml21(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml73(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml73(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml41(td) #: ./doc/common/tables/swift-container-server-container-updater.xml38(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml45(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml21(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml29(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml37(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml41(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml33(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml29(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml29(td) #: ./doc/common/tables/swift-object-server-object-updater.xml29(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml57(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml29(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml37(td) msgid "Location where syslog sends the logs to" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml84(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml28(replaceable) #: ./doc/common/tables/swift-container-server-container-auditor.xml32(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml112(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml68(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml72(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml24(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml80(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml24(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml76(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml44(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml41(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml48(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml28(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml40(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml44(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml36(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml32(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml32(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml32(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml64(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml32(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml40(replaceable) msgid "LOG_LOCAL0" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml33(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml85(td) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml29(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml33(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml37(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml113(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml69(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml73(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml25(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml81(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml77(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml45(td) #: ./doc/common/tables/swift-container-server-container-updater.xml42(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml49(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml29(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml33(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml41(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml37(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml33(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml33(td) #: ./doc/common/tables/swift-object-server-object-updater.xml33(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml33(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml41(td) msgid "Syslog log facility" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml92(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml36(replaceable) #: ./doc/common/tables/swift-container-server-container-auditor.xml36(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml44(replaceable) #: ./doc/common/tables/nova-compute.xml57(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml116(replaceable) #: ./doc/common/tables/heat-amqp.xml33(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml72(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml76(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml32(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml84(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml48(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml32(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml38(replaceable) #: ./doc/common/tables/sahara-amqp.xml37(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml84(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml48(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml45(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml52(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml32(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml44(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml48(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml40(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml36(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml40(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml36(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml68(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml40(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml44(replaceable) msgid "INFO" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml37(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml93(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml37(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml33(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml73(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml85(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml49(td) #: ./doc/common/tables/swift-container-server-container-updater.xml46(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml53(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml33(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml41(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml37(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml41(td) #: ./doc/common/tables/swift-object-server-object-updater.xml37(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml69(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml45(td) msgid "Logging level" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml40(replaceable) msgid "container-sync" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml41(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml101(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml41(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml37(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml81(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml93(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml53(td) #: ./doc/common/tables/swift-container-server-container-updater.xml50(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml57(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml41(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml49(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml45(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml41(td) #: ./doc/common/tables/swift-object-server-object-updater.xml41(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml77(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml49(td) msgid "Label used when logging" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml44(replaceable) msgid "http://10.1.1.1:8888,http://10.1.1.2:8888" msgstr "" #: ./doc/common/tables/swift-container-server-container-sync.xml45(td) msgid "If you need to use an HTTP proxy, set it here. Defaults to no proxy." msgstr "" #: ./doc/common/tables/ironic-seamicro.xml7(caption) msgid "Description of SeaMicro configuration options" msgstr "" #: ./doc/common/tables/ironic-seamicro.xml18(th) msgid "[seamicro]" msgstr "" #: ./doc/common/tables/ironic-seamicro.xml22(td) #: ./doc/common/tables/ironic-snmp.xml22(td) msgid "(IntOpt) Seconds to wait for power action to be completed" msgstr "" #: ./doc/common/tables/ironic-seamicro.xml26(td) msgid "(IntOpt) Maximum retries for SeaMicro operations" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml8(filename) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml8(filename) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml8(filename) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml8(filename) msgid "proxy-server.conf" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml20(replaceable) msgid "secret_admin_key" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml21(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.xml24(replaceable) #: ./doc/common/tables/keystone-identity.xml41(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml52(replaceable) #: ./doc/common/tables/heat-cfn_api.xml32(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml24(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml20(replaceable) #: ./doc/common/tables/heat-api.xml126(replaceable) #: ./doc/common/tables/neutron-metadata.xml29(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml32(replaceable) #: ./doc/common/tables/glance-common.xml29(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml20(replaceable) #: ./doc/common/tables/neutron-api.xml41(replaceable) #: ./doc/common/tables/trove-debug.xml25(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml53(replaceable) msgid "4096" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml25(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml25(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml21(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml21(td) msgid "Maximum number of allowed pending TCP connections" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml28(replaceable) #: ./doc/common/tables/nova-metadata.xml25(replaceable) #: ./doc/common/tables/nova-vnc.xml33(replaceable) #: ./doc/common/tables/keystone-api.xml21(replaceable) #: ./doc/common/tables/keystone-api.xml77(replaceable) #: ./doc/common/tables/nova-spice.xml33(replaceable) #: ./doc/common/tables/heat-cfn_api.xml36(replaceable) #: ./doc/common/tables/glance-registry.xml69(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml28(replaceable) #: ./doc/common/tables/trove-common.xml45(replaceable) #: ./doc/common/tables/trove-api.xml29(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml24(replaceable) #: ./doc/common/tables/ceilometer-api.xml52(replaceable) #: ./doc/common/tables/trove-dns.xml41(replaceable) #: ./doc/common/tables/heat-api.xml130(replaceable) #: ./doc/common/tables/nova-s3.xml41(replaceable) #: ./doc/common/tables/nova-serial_console.xml41(replaceable) #: ./doc/common/tables/ironic-api.xml21(replaceable) #: ./doc/common/tables/cinder-api.xml73(replaceable) #: ./doc/common/tables/ceilometer-collector.xml36(replaceable) #: ./doc/common/tables/nova-ec2.xml29(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml36(replaceable) #: ./doc/common/tables/nova-api.xml77(replaceable) #: ./doc/common/tables/glance-common.xml33(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml24(replaceable) #: ./doc/common/tables/nova-xvpnvncproxy.xml25(replaceable) #: ./doc/common/tables/neutron-common.xml65(replaceable) msgid "0.0.0.0" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml29(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml29(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml25(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml25(td) msgid "IP Address for server to bind to" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml32(replaceable) #: ./doc/common/tables/neutron-ryu.xml25(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml25(replaceable) msgid "8080" msgstr "8080" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml33(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml33(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml29(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml29(td) msgid "Port for server to bind to" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml37(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml37(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml33(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml33(td) msgid "Seconds to attempt bind before giving up" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml40(replaceable) msgid "/etc/swift/proxy.crt" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml41(td) msgid "to the ssl .crt. This should be enabled for testing purposes only." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml45(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml37(td) msgid "Timeout to read one chunk from a client external services" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml49(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.xml52(replaceable) msgid "container_quotas, tempurl, bulk_delete.max_failed_deletes" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml53(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml61(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml89(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml147(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml155(td) #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml21(td) #: ./doc/common/tables/neutron-rootwrap.xml49(td) #: ./doc/common/tables/neutron-rootwrap.xml53(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml21(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml25(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml29(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml33(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml37(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml45(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml49(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml53(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml57(td) #: ./doc/common/tables/swift-swift-swift-constraints.xml61(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml33(td) #: ./doc/common/tables/swift-swift-storage-policy-0.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml25(td) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml21(td) #: ./doc/common/tables/sahara-rootwrap.xml49(td) #: ./doc/common/tables/sahara-rootwrap.xml53(td) #: ./doc/common/tables/swift-swift-storage-policy-1.xml21(td) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml21(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml41(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml53(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml65(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml81(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml85(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml89(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml125(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml133(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml21(td) #: ./doc/common/tables/swift-container-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml21(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml25(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml29(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml33(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml37(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml41(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml21(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml21(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml25(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml29(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml33(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml37(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml41(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml29(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml43(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml55(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml21(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml93(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml29(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml61(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml69(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml73(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml77(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml81(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml85(td) #: ./doc/common/tables/swift-rsyncd-container.xml21(td) #: ./doc/common/tables/swift-rsyncd-container.xml25(td) #: ./doc/common/tables/swift-rsyncd-container.xml29(td) #: ./doc/common/tables/swift-rsyncd-container.xml33(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml21(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml25(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml29(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml39(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml43(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml47(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml51(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml55(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml59(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml63(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml67(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml71(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml75(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml79(td) #: ./doc/common/tables/swift-rsyncd-account.xml21(td) #: ./doc/common/tables/swift-rsyncd-account.xml25(td) #: ./doc/common/tables/swift-rsyncd-account.xml29(td) #: ./doc/common/tables/swift-rsyncd-account.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml53(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml57(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml97(td) #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml21(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml77(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml81(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml101(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml49(td) #: ./doc/common/tables/swift-object-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml39(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml43(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml47(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml51(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml55(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml59(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml63(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml67(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml71(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml75(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml79(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml21(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml25(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml29(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml33(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml37(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml41(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml45(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml21(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml25(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml29(td) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml33(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml57(td) #: ./doc/common/tables/swift-account-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml45(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml25(td) #: ./doc/common/tables/swift-rsyncd-object.xml21(td) #: ./doc/common/tables/swift-rsyncd-object.xml25(td) #: ./doc/common/tables/swift-rsyncd-object.xml29(td) #: ./doc/common/tables/swift-rsyncd-object.xml33(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml49(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml61(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml65(td) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml21(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml21(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml41(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml45(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml49(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml53(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml65(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml69(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml73(td) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml21(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml57(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml25(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml21(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml25(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml29(td) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml21(td) msgid "No help text available for this option." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml56(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml88(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml24(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml48(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml52(replaceable) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml24(replaceable) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml28(replaceable) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml44(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml44(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml24(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml28(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml44(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml28(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml64(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml36(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml48(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml56(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml44(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml28(replaceable) #: ./doc/common/tables/swift-rsyncd-container.xml32(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml28(replaceable) #: ./doc/common/tables/swift-rsyncd-account.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml80(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml24(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml28(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml44(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml20(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml36(replaceable) #: ./doc/common/tables/swift-rsyncd-object.xml32(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml44(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml48(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml36(replaceable) msgid "false" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml57(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml53(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml57(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml49(td) msgid "If true, turn on debug logging for eventlet" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml60(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml28(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml60(replaceable) msgid "expiring_objects" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml64(replaceable) #: ./doc/common/tables/nova-xen.xml203(replaceable) #: ./doc/common/tables/nova-policy.xml65(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml20(replaceable) #: ./doc/common/tables/nova-ldap.xml33(replaceable) #: ./doc/common/tables/cinder-quota.xml53(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml64(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml36(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml64(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml60(replaceable) #: ./doc/common/tables/nova-network.xml53(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml20(replaceable) #: ./doc/common/tables/keystone-oauth.xml21(replaceable) #: ./doc/common/tables/glance-imagecache.xml25(replaceable) #: ./doc/common/tables/glance-imagecache.xml49(replaceable) #: ./doc/common/tables/neutron-common.xml117(replaceable) #: ./doc/common/tables/nova-libvirt.xml25(replaceable) msgid "86400" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml68(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml52(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml76(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml126(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml84(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml25(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml138(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml20(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml44(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml56(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml122(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml20(replaceable) msgid "true" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml69(td) msgid "Enables exposing configuration settings via HTTP GET /info." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml72(replaceable) msgid "/etc/swift/proxy.key" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml73(td) msgid "to the ssl .key. This should be enabled for testing purposes only." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml81(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml25(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml65(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml77(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml25(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml61(td) msgid "" "Comma-separated list of functions to call to setup custom log handlers." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml97(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml77(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml89(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml37(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml45(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml73(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-proxy-server-DEFAULT.xml100(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml36(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml75(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml80(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml134(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml92(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml154(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml42(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml61(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml40(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml79(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml28(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml76(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml130(replaceable) msgid "swift" msgstr "swift" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml104(replaceable) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml121(replaceable) #: ./doc/common/tables/ceilometer-common.xml75(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml21(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml40(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml57(replaceable) #: ./doc/common/tables/glance-rpc.xml181(replaceable) #: ./doc/common/tables/nova-xen.xml211(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml21(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml21(replaceable) #: ./doc/common/tables/nova-scheduler.xml37(replaceable) #: ./doc/common/tables/nova-scheduler.xml65(replaceable) #: ./doc/common/tables/nova-scheduler.xml159(replaceable) #: ./doc/common/tables/cinder-storage.xml25(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml84(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml101(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml48(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml21(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml96(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml113(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml21(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml46(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml62(replaceable) #: ./doc/common/tables/nova-cells.xml81(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml33(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml21(replaceable) #: ./doc/common/tables/nova-network.xml81(replaceable) #: ./doc/common/tables/cinder-smbfs.xml33(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml44(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml61(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml40(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml21(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml32(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml48(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml80(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml97(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml21(replaceable) #: ./doc/common/tables/nova-hyperv.xml21(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml41(replaceable) msgid "1.0" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml105(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml41(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml85(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml97(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml45(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml81(td) msgid "" "Defines the probability of sending a sample for any given event or timing " "measurement." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml109(replaceable) #: ./doc/common/tables/cinder-qpid.xml25(replaceable) #: ./doc/common/tables/ceilometer-common.xml21(replaceable) #: ./doc/common/tables/heat-common.xml37(replaceable) #: ./doc/common/tables/sahara-zeromq.xml29(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml45(replaceable) #: ./doc/common/tables/trove-qpid.xml25(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml45(replaceable) #: ./doc/common/tables/glance-rpc.xml122(replaceable) #: ./doc/common/tables/glance-rpc.xml205(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml45(replaceable) #: ./doc/common/tables/heat-qpid.xml25(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml45(replaceable) #: ./doc/common/tables/nova-compute.xml45(replaceable) #: ./doc/common/tables/nova-zeromq.xml29(replaceable) #: ./doc/common/tables/nova-common.xml37(replaceable) #: ./doc/common/tables/heat-zeromq.xml29(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml89(replaceable) #: ./doc/common/tables/cinder-zeromq.xml29(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml45(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml101(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml29(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml45(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml50(replaceable) #: ./doc/common/tables/neutron-zeromq.xml29(replaceable) #: ./doc/common/tables/cinder-common.xml61(replaceable) #: ./doc/common/tables/ironic-qpid.xml25(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml21(replaceable) #: ./doc/common/tables/glance-sheepdog.xml21(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml45(replaceable) #: ./doc/common/tables/keystone-zeromq.xml29(replaceable) #: ./doc/common/tables/glance-zeromq.xml29(replaceable) #: ./doc/common/tables/nova-qpid.xml25(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml49(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml45(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(replaceable) #: ./doc/common/tables/trove-zeromq.xml29(replaceable) #: ./doc/common/tables/ironic-common.xml45(replaceable) #: ./doc/common/tables/ironic-zeromq.xml29(replaceable) #: ./doc/common/tables/sahara-qpid.xml25(replaceable) #: ./doc/common/tables/nova-console.xml21(replaceable) #: ./doc/common/tables/neutron-qpid.xml25(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml85(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml129(replaceable) #: ./doc/common/tables/keystone-qpid.xml25(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml33(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml65(replaceable) msgid "localhost" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml110(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml46(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml90(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml102(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml50(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml86(td) msgid "If not set, the StatsD feature is disabled." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml114(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml50(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml94(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml106(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml54(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml90(td) msgid "Value will be prepended to every metric sent to the StatsD server." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml117(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml53(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml97(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml109(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml58(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml57(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml93(replaceable) msgid "8125" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml118(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml54(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml98(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml110(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml58(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml94(td) msgid "Port value for the StatsD server." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml122(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml58(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml102(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml114(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml62(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml98(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-proxy-server-DEFAULT.xml128(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml64(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml108(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml120(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml68(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml104(td) msgid "If not set, the UDP receiver for syslog is disabled." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml131(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml67(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml111(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml123(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml70(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml71(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml107(replaceable) msgid "514" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml132(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml68(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml112(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml124(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml72(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml108(td) msgid "Port value for UDP receiver, if enabled." msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml135(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml60(replaceable) #: ./doc/common/tables/keystone-ca.xml80(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml115(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml127(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml111(replaceable) msgid "1024" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml136(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml116(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml128(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml112(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-proxy-server-DEFAULT.xml150(replaceable) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml71(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml130(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml150(replaceable) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml75(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml76(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml126(replaceable) msgid "/etc/swift" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml151(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml72(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml131(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml151(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml76(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml77(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml127(td) msgid "Swift configuration directory" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml76(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml135(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml155(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml80(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml131(td) msgid "User to run as" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml162(replaceable) #: ./doc/common/tables/swift-container-server-DEFAULT.xml138(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml158(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml28(replaceable) #: ./doc/common/tables/cinder-nas.xml41(replaceable) #: ./doc/common/tables/cinder-nas.xml45(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml134(replaceable) #: ./doc/common/tables/nova-libvirt.xml164(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml41(replaceable) msgid "auto" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml163(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml139(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml159(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml135(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/ceilometer-zaqar.xml7(caption) msgid "Description of Zaqar configuration options" msgstr "" #: ./doc/common/tables/ceilometer-zaqar.xml21(replaceable) msgid "zaqar" msgstr "" #: ./doc/common/tables/ceilometer-zaqar.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes.xml53(td) msgid "(StrOpt) Exchange name for Messaging service notifications." msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml7(caption) msgid "Description of IBM FlashSystem volume river configuration options" msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml21(replaceable) msgid "FC" msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml145(td) msgid "(StrOpt) Connection protocol should be FC." msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml149(td) msgid "(BoolOpt) Allows vdisk to multi host mapping." msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml153(td) msgid "(BoolOpt) Connect with multipath (FC only)." msgstr "" #: ./doc/common/tables/neutron-amqp.xml7(caption) #: ./doc/common/tables/trove-amqp.xml7(caption) #: ./doc/common/tables/ironic-amqp.xml7(caption) #: ./doc/common/tables/heat-amqp.xml7(caption) #: ./doc/common/tables/keystone-amqp.xml7(caption) #: ./doc/common/tables/cinder-amqp.xml7(caption) #: ./doc/common/tables/sahara-amqp.xml7(caption) #: ./doc/common/tables/glance-amqp.xml7(caption) #: ./doc/common/tables/nova-amqp.xml7(caption) #: ./doc/common/tables/ceilometer-amqp.xml7(caption) msgid "Description of AMQP configuration options" msgstr "" #: ./doc/common/tables/neutron-amqp.xml22(td) #: ./doc/common/tables/glance-rpc.xml111(td) #: ./doc/common/tables/glance-rpc.xml170(td) #: ./doc/common/tables/trove-amqp.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml125(td) #: ./doc/common/tables/heat-conf-changes.xml181(td) #: ./doc/common/tables/ironic-amqp.xml22(td) #: ./doc/common/tables/glance-conf-changes.xml133(td) #: ./doc/common/tables/glance-conf-changes.xml189(td) #: ./doc/common/tables/neutron-conf-changes.xml205(td) #: ./doc/common/tables/neutron-conf-changes.xml261(td) #: ./doc/common/tables/keystone-conf-changes.xml177(td) #: ./doc/common/tables/keystone-conf-changes.xml233(td) #: ./doc/common/tables/heat-amqp.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes.xml173(td) #: ./doc/common/tables/ceilometer-conf-changes.xml229(td) #: ./doc/common/tables/keystone-amqp.xml22(td) #: ./doc/common/tables/cinder-amqp.xml22(td) #: ./doc/common/tables/sahara-amqp.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml201(td) #: ./doc/common/tables/trove-conf-changes.xml257(td) #: ./doc/common/tables/nova-conf-changes.xml273(td) #: ./doc/common/tables/nova-conf-changes.xml329(td) #: ./doc/common/tables/nova-amqp.xml22(td) #: ./doc/common/tables/ceilometer-qpid.xml22(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml377(td) #: ./doc/common/tables/cinder-conf-changes.xml433(td) msgid "(BoolOpt) Auto-delete queues in AMQP." msgstr "" #: ./doc/common/tables/neutron-amqp.xml26(td) #: ./doc/common/tables/glance-rpc.xml115(td) #: ./doc/common/tables/glance-rpc.xml174(td) #: ./doc/common/tables/trove-amqp.xml26(td) #: ./doc/common/tables/heat-conf-changes.xml129(td) #: ./doc/common/tables/heat-conf-changes.xml185(td) #: ./doc/common/tables/ironic-amqp.xml26(td) #: ./doc/common/tables/glance-conf-changes.xml137(td) #: ./doc/common/tables/glance-conf-changes.xml193(td) #: ./doc/common/tables/neutron-conf-changes.xml209(td) #: ./doc/common/tables/neutron-conf-changes.xml265(td) #: ./doc/common/tables/keystone-conf-changes.xml181(td) #: ./doc/common/tables/keystone-conf-changes.xml237(td) #: ./doc/common/tables/heat-amqp.xml26(td) #: ./doc/common/tables/ceilometer-conf-changes.xml177(td) #: ./doc/common/tables/ceilometer-conf-changes.xml233(td) #: ./doc/common/tables/keystone-amqp.xml26(td) #: ./doc/common/tables/cinder-amqp.xml26(td) #: ./doc/common/tables/sahara-amqp.xml26(td) #: ./doc/common/tables/trove-conf-changes.xml205(td) #: ./doc/common/tables/trove-conf-changes.xml261(td) #: ./doc/common/tables/nova-conf-changes.xml277(td) #: ./doc/common/tables/nova-conf-changes.xml333(td) #: ./doc/common/tables/nova-amqp.xml26(td) #: ./doc/common/tables/ceilometer-qpid.xml26(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml381(td) #: ./doc/common/tables/cinder-conf-changes.xml437(td) msgid "(BoolOpt) Use durable queues in AMQP." msgstr "" #: ./doc/common/tables/neutron-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml45(replaceable) #: ./doc/common/tables/ironic-dhcp.xml21(replaceable) msgid "neutron" msgstr "neutron" #: ./doc/common/tables/neutron-amqp.xml30(td) #: ./doc/common/tables/trove-amqp.xml38(td) #: ./doc/common/tables/ironic-amqp.xml30(td) #: ./doc/common/tables/heat-amqp.xml30(td) #: ./doc/common/tables/keystone-amqp.xml30(td) #: ./doc/common/tables/cinder-amqp.xml30(td) #: ./doc/common/tables/sahara-amqp.xml30(td) #: ./doc/common/tables/glance-amqp.xml22(td) #: ./doc/common/tables/nova-amqp.xml30(td) #: ./doc/common/tables/ceilometer-amqp.xml22(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/neutron-amqp.xml33(replaceable) #: ./doc/common/tables/ceilometer-common.xml41(replaceable) #: ./doc/common/tables/trove-amqp.xml41(replaceable) #: ./doc/common/tables/ironic-amqp.xml33(replaceable) #: ./doc/common/tables/heat-amqp.xml45(replaceable) #: ./doc/common/tables/keystone-amqp.xml37(replaceable) #: ./doc/common/tables/cinder-amqp.xml33(replaceable) #: ./doc/common/tables/sahara-amqp.xml33(replaceable) #: ./doc/common/tables/ceilometer-events.xml29(replaceable) #: ./doc/common/tables/nova-pci.xml21(replaceable) #: ./doc/common/tables/nova-pci.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml52(replaceable) #: ./doc/common/tables/nova-network.xml65(replaceable) #: ./doc/common/tables/nova-network.xml117(replaceable) #: ./doc/common/tables/glance-amqp.xml29(replaceable) #: ./doc/common/tables/nova-amqp.xml37(replaceable) #: ./doc/common/tables/neutron-api.xml84(replaceable) #: ./doc/common/tables/nova-hypervisor.xml45(replaceable) #: ./doc/common/tables/keystone-cache.xml25(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml25(replaceable) msgid "[]" msgstr "" #: ./doc/common/tables/neutron-amqp.xml34(td) #: ./doc/common/tables/trove-amqp.xml42(td) #: ./doc/common/tables/ironic-amqp.xml34(td) #: ./doc/common/tables/heat-amqp.xml46(td) #: ./doc/common/tables/keystone-amqp.xml38(td) #: ./doc/common/tables/cinder-amqp.xml34(td) #: ./doc/common/tables/sahara-amqp.xml34(td) #: ./doc/common/tables/glance-amqp.xml30(td) #: ./doc/common/tables/nova-amqp.xml38(td) #: ./doc/common/tables/ceilometer-amqp.xml26(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications." msgstr "" #: ./doc/common/tables/neutron-amqp.xml37(replaceable) #: ./doc/common/tables/trove-amqp.xml49(replaceable) #: ./doc/common/tables/ironic-amqp.xml37(replaceable) #: ./doc/common/tables/heat-amqp.xml49(replaceable) #: ./doc/common/tables/keystone-amqp.xml41(replaceable) #: ./doc/common/tables/cinder-amqp.xml37(replaceable) #: ./doc/common/tables/sahara-amqp.xml45(replaceable) #: ./doc/common/tables/glance-amqp.xml33(replaceable) #: ./doc/common/tables/nova-amqp.xml41(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml29(replaceable) msgid "notifications" msgstr "" #: ./doc/common/tables/neutron-amqp.xml38(td) #: ./doc/common/tables/trove-amqp.xml50(td) #: ./doc/common/tables/ironic-amqp.xml38(td) #: ./doc/common/tables/heat-amqp.xml50(td) #: ./doc/common/tables/keystone-amqp.xml42(td) #: ./doc/common/tables/cinder-amqp.xml38(td) #: ./doc/common/tables/sahara-amqp.xml46(td) #: ./doc/common/tables/glance-amqp.xml34(td) #: ./doc/common/tables/nova-amqp.xml42(td) #: ./doc/common/tables/ceilometer-amqp.xml30(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." msgstr "" #: ./doc/common/tables/neutron-amqp.xml42(td) #: ./doc/common/tables/trove-amqp.xml54(td) #: ./doc/common/tables/ironic-amqp.xml42(td) #: ./doc/common/tables/heat-amqp.xml54(td) #: ./doc/common/tables/keystone-amqp.xml46(td) #: ./doc/common/tables/cinder-amqp.xml42(td) #: ./doc/common/tables/sahara-amqp.xml50(td) #: ./doc/common/tables/trove-conf-changes.xml49(td) #: ./doc/common/tables/glance-amqp.xml38(td) #: ./doc/common/tables/nova-amqp.xml46(td) #: ./doc/common/tables/ceilometer-amqp.xml34(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/cinder-qpid.xml7(caption) #: ./doc/common/tables/trove-qpid.xml7(caption) #: ./doc/common/tables/heat-qpid.xml7(caption) #: ./doc/common/tables/ironic-qpid.xml7(caption) #: ./doc/common/tables/nova-qpid.xml7(caption) #: ./doc/common/tables/sahara-qpid.xml7(caption) #: ./doc/common/tables/neutron-qpid.xml7(caption) #: ./doc/common/tables/keystone-qpid.xml7(caption) #: ./doc/common/tables/ceilometer-qpid.xml7(caption) msgid "Description of Qpid configuration options" msgstr "" #: ./doc/common/tables/cinder-qpid.xml22(td) #: ./doc/common/tables/trove-qpid.xml22(td) #: ./doc/common/tables/glance-rpc.xml119(td) #: ./doc/common/tables/heat-qpid.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml133(td) #: ./doc/common/tables/glance-conf-changes.xml141(td) #: ./doc/common/tables/neutron-conf-changes.xml213(td) #: ./doc/common/tables/keystone-conf-changes.xml185(td) #: ./doc/common/tables/ceilometer-conf-changes.xml181(td) #: ./doc/common/tables/trove-conf-changes.xml209(td) #: ./doc/common/tables/ironic-qpid.xml22(td) #: ./doc/common/tables/nova-conf-changes.xml281(td) #: ./doc/common/tables/nova-qpid.xml22(td) #: ./doc/common/tables/sahara-qpid.xml22(td) #: ./doc/common/tables/neutron-qpid.xml22(td) #: ./doc/common/tables/keystone-qpid.xml22(td) #: ./doc/common/tables/ceilometer-qpid.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml385(td) msgid "(IntOpt) Seconds between connection keepalive heartbeats." msgstr "" #: ./doc/common/tables/cinder-qpid.xml26(td) #: ./doc/common/tables/trove-qpid.xml26(td) #: ./doc/common/tables/glance-rpc.xml123(td) #: ./doc/common/tables/heat-qpid.xml26(td) #: ./doc/common/tables/heat-conf-changes.xml137(td) #: ./doc/common/tables/glance-conf-changes.xml145(td) #: ./doc/common/tables/neutron-conf-changes.xml217(td) #: ./doc/common/tables/keystone-conf-changes.xml189(td) #: ./doc/common/tables/ceilometer-conf-changes.xml185(td) #: ./doc/common/tables/trove-conf-changes.xml213(td) #: ./doc/common/tables/ironic-qpid.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml285(td) #: ./doc/common/tables/nova-qpid.xml26(td) #: ./doc/common/tables/sahara-qpid.xml26(td) #: ./doc/common/tables/neutron-qpid.xml26(td) #: ./doc/common/tables/keystone-qpid.xml26(td) #: ./doc/common/tables/ceilometer-qpid.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml389(td) msgid "(StrOpt) Qpid broker hostname." msgstr "" #: ./doc/common/tables/cinder-qpid.xml29(replaceable) #: ./doc/common/tables/trove-qpid.xml29(replaceable) #: ./doc/common/tables/glance-rpc.xml126(replaceable) #: ./doc/common/tables/heat-qpid.xml29(replaceable) #: ./doc/common/tables/ironic-qpid.xml29(replaceable) #: ./doc/common/tables/nova-qpid.xml29(replaceable) #: ./doc/common/tables/sahara-qpid.xml29(replaceable) #: ./doc/common/tables/neutron-qpid.xml29(replaceable) #: ./doc/common/tables/keystone-qpid.xml29(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml37(replaceable) msgid "$qpid_hostname:$qpid_port" msgstr "$qpid_hostname:$qpid_port" #: ./doc/common/tables/cinder-qpid.xml30(td) #: ./doc/common/tables/trove-qpid.xml30(td) #: ./doc/common/tables/glance-rpc.xml127(td) #: ./doc/common/tables/heat-qpid.xml30(td) #: ./doc/common/tables/heat-conf-changes.xml141(td) #: ./doc/common/tables/glance-conf-changes.xml149(td) #: ./doc/common/tables/neutron-conf-changes.xml221(td) #: ./doc/common/tables/keystone-conf-changes.xml193(td) #: ./doc/common/tables/ceilometer-conf-changes.xml189(td) #: ./doc/common/tables/trove-conf-changes.xml217(td) #: ./doc/common/tables/ironic-qpid.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml289(td) #: ./doc/common/tables/nova-qpid.xml30(td) #: ./doc/common/tables/sahara-qpid.xml30(td) #: ./doc/common/tables/neutron-qpid.xml30(td) #: ./doc/common/tables/keystone-qpid.xml30(td) #: ./doc/common/tables/ceilometer-qpid.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml393(td) msgid "(ListOpt) Qpid HA cluster host:port pairs." msgstr "" #: ./doc/common/tables/cinder-qpid.xml34(td) #: ./doc/common/tables/trove-qpid.xml34(td) #: ./doc/common/tables/glance-rpc.xml131(td) #: ./doc/common/tables/heat-qpid.xml34(td) #: ./doc/common/tables/heat-conf-changes.xml145(td) #: ./doc/common/tables/glance-conf-changes.xml153(td) #: ./doc/common/tables/neutron-conf-changes.xml225(td) #: ./doc/common/tables/keystone-conf-changes.xml197(td) #: ./doc/common/tables/ceilometer-conf-changes.xml193(td) #: ./doc/common/tables/trove-conf-changes.xml221(td) #: ./doc/common/tables/ironic-qpid.xml34(td) #: ./doc/common/tables/nova-conf-changes.xml293(td) #: ./doc/common/tables/nova-qpid.xml34(td) #: ./doc/common/tables/sahara-qpid.xml34(td) #: ./doc/common/tables/neutron-qpid.xml34(td) #: ./doc/common/tables/keystone-qpid.xml34(td) #: ./doc/common/tables/ceilometer-qpid.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml397(td) msgid "(StrOpt) Password for Qpid connection." msgstr "" #: ./doc/common/tables/cinder-qpid.xml37(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml65(replaceable) #: ./doc/common/tables/trove-qpid.xml37(replaceable) #: ./doc/common/tables/glance-rpc.xml134(replaceable) #: ./doc/common/tables/glance-rpc.xml225(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml65(replaceable) #: ./doc/common/tables/heat-qpid.xml37(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml65(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml65(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml65(replaceable) #: ./doc/common/tables/ironic-qpid.xml37(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml65(replaceable) #: ./doc/common/tables/nova-qpid.xml37(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml65(replaceable) #: ./doc/common/tables/sahara-qpid.xml37(replaceable) #: ./doc/common/tables/neutron-qpid.xml37(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml65(replaceable) #: ./doc/common/tables/keystone-qpid.xml37(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml45(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml85(replaceable) msgid "5672" msgstr "5672" #: ./doc/common/tables/cinder-qpid.xml38(td) #: ./doc/common/tables/trove-qpid.xml38(td) #: ./doc/common/tables/glance-rpc.xml135(td) #: ./doc/common/tables/heat-qpid.xml38(td) #: ./doc/common/tables/heat-conf-changes.xml149(td) #: ./doc/common/tables/glance-conf-changes.xml157(td) #: ./doc/common/tables/neutron-conf-changes.xml229(td) #: ./doc/common/tables/keystone-conf-changes.xml201(td) #: ./doc/common/tables/ceilometer-conf-changes.xml197(td) #: ./doc/common/tables/trove-conf-changes.xml225(td) #: ./doc/common/tables/ironic-qpid.xml38(td) #: ./doc/common/tables/nova-conf-changes.xml297(td) #: ./doc/common/tables/nova-qpid.xml38(td) #: ./doc/common/tables/sahara-qpid.xml38(td) #: ./doc/common/tables/neutron-qpid.xml38(td) #: ./doc/common/tables/keystone-qpid.xml38(td) #: ./doc/common/tables/ceilometer-qpid.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml401(td) msgid "(IntOpt) Qpid broker port." msgstr "" #: ./doc/common/tables/cinder-qpid.xml41(replaceable) #: ./doc/common/tables/trove-qpid.xml41(replaceable) #: ./doc/common/tables/glance-rpc.xml138(replaceable) #: ./doc/common/tables/heat-qpid.xml41(replaceable) #: ./doc/common/tables/ironic-qpid.xml41(replaceable) #: ./doc/common/tables/nova-qpid.xml41(replaceable) #: ./doc/common/tables/sahara-qpid.xml41(replaceable) #: ./doc/common/tables/neutron-qpid.xml41(replaceable) #: ./doc/common/tables/keystone-qpid.xml41(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml49(replaceable) msgid "tcp" msgstr "" #: ./doc/common/tables/cinder-qpid.xml42(td) #: ./doc/common/tables/trove-qpid.xml42(td) #: ./doc/common/tables/glance-rpc.xml139(td) #: ./doc/common/tables/heat-qpid.xml42(td) #: ./doc/common/tables/heat-conf-changes.xml153(td) #: ./doc/common/tables/glance-conf-changes.xml161(td) #: ./doc/common/tables/neutron-conf-changes.xml233(td) #: ./doc/common/tables/keystone-conf-changes.xml205(td) #: ./doc/common/tables/ceilometer-conf-changes.xml201(td) #: ./doc/common/tables/trove-conf-changes.xml229(td) #: ./doc/common/tables/ironic-qpid.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml301(td) #: ./doc/common/tables/nova-qpid.xml42(td) #: ./doc/common/tables/sahara-qpid.xml42(td) #: ./doc/common/tables/neutron-qpid.xml42(td) #: ./doc/common/tables/keystone-qpid.xml42(td) #: ./doc/common/tables/ceilometer-qpid.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml405(td) msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." msgstr "" #: ./doc/common/tables/cinder-qpid.xml46(td) #: ./doc/common/tables/trove-qpid.xml46(td) #: ./doc/common/tables/glance-rpc.xml143(td) #: ./doc/common/tables/heat-qpid.xml46(td) #: ./doc/common/tables/heat-conf-changes.xml157(td) #: ./doc/common/tables/glance-conf-changes.xml165(td) #: ./doc/common/tables/neutron-conf-changes.xml237(td) #: ./doc/common/tables/keystone-conf-changes.xml209(td) #: ./doc/common/tables/ceilometer-conf-changes.xml205(td) #: ./doc/common/tables/trove-conf-changes.xml233(td) #: ./doc/common/tables/ironic-qpid.xml46(td) #: ./doc/common/tables/nova-conf-changes.xml305(td) #: ./doc/common/tables/nova-qpid.xml46(td) #: ./doc/common/tables/sahara-qpid.xml46(td) #: ./doc/common/tables/neutron-qpid.xml46(td) #: ./doc/common/tables/keystone-qpid.xml46(td) #: ./doc/common/tables/ceilometer-qpid.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml409(td) msgid "(IntOpt) The number of prefetched messages held by receiver." msgstr "" #: ./doc/common/tables/cinder-qpid.xml50(td) #: ./doc/common/tables/trove-qpid.xml50(td) #: ./doc/common/tables/glance-rpc.xml147(td) #: ./doc/common/tables/heat-qpid.xml50(td) #: ./doc/common/tables/heat-conf-changes.xml161(td) #: ./doc/common/tables/glance-conf-changes.xml169(td) #: ./doc/common/tables/neutron-conf-changes.xml241(td) #: ./doc/common/tables/keystone-conf-changes.xml213(td) #: ./doc/common/tables/ceilometer-conf-changes.xml209(td) #: ./doc/common/tables/trove-conf-changes.xml237(td) #: ./doc/common/tables/ironic-qpid.xml50(td) #: ./doc/common/tables/nova-conf-changes.xml309(td) #: ./doc/common/tables/nova-qpid.xml50(td) #: ./doc/common/tables/sahara-qpid.xml50(td) #: ./doc/common/tables/neutron-qpid.xml50(td) #: ./doc/common/tables/keystone-qpid.xml50(td) #: ./doc/common/tables/ceilometer-qpid.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml413(td) msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." msgstr "" #: ./doc/common/tables/cinder-qpid.xml54(td) #: ./doc/common/tables/trove-qpid.xml54(td) #: ./doc/common/tables/glance-rpc.xml151(td) #: ./doc/common/tables/heat-qpid.xml54(td) #: ./doc/common/tables/heat-conf-changes.xml165(td) #: ./doc/common/tables/glance-conf-changes.xml173(td) #: ./doc/common/tables/neutron-conf-changes.xml245(td) #: ./doc/common/tables/keystone-conf-changes.xml217(td) #: ./doc/common/tables/ceilometer-conf-changes.xml213(td) #: ./doc/common/tables/trove-conf-changes.xml241(td) #: ./doc/common/tables/ironic-qpid.xml54(td) #: ./doc/common/tables/nova-conf-changes.xml313(td) #: ./doc/common/tables/nova-qpid.xml54(td) #: ./doc/common/tables/sahara-qpid.xml54(td) #: ./doc/common/tables/neutron-qpid.xml54(td) #: ./doc/common/tables/keystone-qpid.xml54(td) #: ./doc/common/tables/ceilometer-qpid.xml62(td) #: ./doc/common/tables/cinder-conf-changes.xml417(td) msgid "(BoolOpt) Whether to disable the Nagle algorithm." msgstr "" #: ./doc/common/tables/cinder-qpid.xml58(td) #: ./doc/common/tables/trove-qpid.xml58(td) #: ./doc/common/tables/glance-rpc.xml155(td) #: ./doc/common/tables/heat-qpid.xml58(td) #: ./doc/common/tables/heat-conf-changes.xml169(td) #: ./doc/common/tables/glance-conf-changes.xml177(td) #: ./doc/common/tables/neutron-conf-changes.xml249(td) #: ./doc/common/tables/keystone-conf-changes.xml221(td) #: ./doc/common/tables/ceilometer-conf-changes.xml217(td) #: ./doc/common/tables/trove-conf-changes.xml245(td) #: ./doc/common/tables/ironic-qpid.xml58(td) #: ./doc/common/tables/nova-conf-changes.xml317(td) #: ./doc/common/tables/nova-qpid.xml58(td) #: ./doc/common/tables/sahara-qpid.xml58(td) #: ./doc/common/tables/neutron-qpid.xml58(td) #: ./doc/common/tables/keystone-qpid.xml58(td) #: ./doc/common/tables/ceilometer-qpid.xml66(td) #: ./doc/common/tables/cinder-conf-changes.xml421(td) msgid "" "(IntOpt) The qpid topology version to use. Version 1 is what was originally " "used by impl_qpid. Version 2 includes some backwards-incompatible changes " "that allow broker federation to work. Users should update to version 2 when " "they are able to take everything down, as it requires a clean break." msgstr "" #: ./doc/common/tables/cinder-qpid.xml62(td) #: ./doc/common/tables/trove-qpid.xml62(td) #: ./doc/common/tables/glance-rpc.xml159(td) #: ./doc/common/tables/heat-qpid.xml62(td) #: ./doc/common/tables/heat-conf-changes.xml173(td) #: ./doc/common/tables/glance-conf-changes.xml181(td) #: ./doc/common/tables/neutron-conf-changes.xml253(td) #: ./doc/common/tables/keystone-conf-changes.xml225(td) #: ./doc/common/tables/ceilometer-conf-changes.xml221(td) #: ./doc/common/tables/trove-conf-changes.xml249(td) #: ./doc/common/tables/ironic-qpid.xml62(td) #: ./doc/common/tables/nova-conf-changes.xml321(td) #: ./doc/common/tables/nova-qpid.xml62(td) #: ./doc/common/tables/sahara-qpid.xml62(td) #: ./doc/common/tables/neutron-qpid.xml62(td) #: ./doc/common/tables/keystone-qpid.xml62(td) #: ./doc/common/tables/ceilometer-qpid.xml70(td) #: ./doc/common/tables/cinder-conf-changes.xml425(td) msgid "(StrOpt) Username for Qpid connection." msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml7(caption) msgid "Description of zoning fabrics configuration options" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml18(th) msgid "[BRCD_FABRIC_EXAMPLE]" msgstr "[BRCD_FABRIC_EXAMPLE]" #: ./doc/common/tables/cinder-zoning_fabric.xml22(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml22(td) msgid "(StrOpt) Management IP of fabric" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml26(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml26(td) msgid "(StrOpt) Password for user" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml29(replaceable) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml29(replaceable) #: ./doc/common/tables/cinder-nas.xml53(replaceable) #: ./doc/common/tables/cinder-san.xml49(replaceable) msgid "22" msgstr "22" #: ./doc/common/tables/cinder-zoning_fabric.xml30(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml30(td) msgid "(IntOpt) Connecting port" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml34(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml34(td) msgid "(StrOpt) Fabric user ID" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml38(td) msgid "(StrOpt) Principal switch WWN of the fabric" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml42(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml38(td) msgid "(BoolOpt) overridden zoning activation state" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml46(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml42(td) msgid "(StrOpt) overridden zone name prefix" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml49(replaceable) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml45(replaceable) #: ./doc/common/tables/cinder-zoning.xml40(replaceable) msgid "initiator-target" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml50(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml46(td) msgid "(StrOpt) overridden zoning policy" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml7(caption) msgid "Description of Ceph storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml22(td) msgid "" "(IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If" " value < 0, no timeout is set and default librados value is used." msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml26(td) msgid "(StrOpt) Path to the ceph configuration file" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml30(td) msgid "" "(BoolOpt) Flatten volumes created from snapshots to remove dependency from " "volume to snapshot" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml34(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.xml37(replaceable) #: ./doc/common/tables/nova-libvirt.xml84(replaceable) msgid "rbd" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml38(td) msgid "(StrOpt) The RADOS pool where rbd volumes are stored" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml42(td) msgid "(StrOpt) The libvirt uuid of the secret for the rbd_user volumes" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml46(td) msgid "" "(IntOpt) Volumes will be chunked into objects of this size (in megabytes)." msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml50(td) msgid "" "(StrOpt) The RADOS client name for accessing rbd volumes - only set when " "using cephx authentication" msgstr "" #: ./doc/common/tables/cinder-storage_ceph.xml54(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/ceilometer-vmware.xml7(caption) #: ./doc/common/tables/nova-vmware.xml7(caption) #: ./doc/common/tables/neutron-vmware.xml7(caption) #: ./doc/common/tables/glance-vmware.xml7(caption) #: ./doc/common/tables/cinder-vmware.xml7(caption) msgid "Description of VMware configuration options" msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml18(th) #: ./doc/common/tables/nova-vnc.xml73(th) #: ./doc/common/tables/nova-vmware.xml18(th) #: ./doc/common/tables/nova-network.xml261(th) msgid "[vmware]" msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml22(td) msgid "(IntOpt) Number of times a VMware Vsphere API may be retried." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml26(td) msgid "(StrOpt) IP address of the VMware Vsphere host." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml30(td) msgid "(StrOpt) Password of VMware Vsphere." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml34(td) #: ./doc/common/tables/ceilometer-conf-changes.xml337(td) msgid "(IntOpt) Port of the VMware Vsphere host." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml38(td) msgid "(StrOpt) Username of VMware Vsphere." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml41(replaceable) #: ./doc/common/tables/nova-vmware.xml73(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml80(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml40(replaceable) #: ./doc/common/tables/cinder-vmware.xml49(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml24(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml29(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml28(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml24(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml24(replaceable) msgid "0.5" msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml42(td) msgid "(FloatOpt) Sleep time in seconds for polling an ongoing async task." msgstr "" #: ./doc/common/tables/ceilometer-vmware.xml46(td) msgid "" "(StrOpt) Optional vim service WSDL location e.g " "http://<server>/vimService.wsdl. Optional over-ride to default " "location for bug work-arounds." msgstr "" #: ./doc/common/tables/neutron-cisco.xml7(caption) msgid "Description of Cisco configuration options" msgstr "" #: ./doc/common/tables/neutron-cisco.xml18(th) msgid "[CISCO]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml21(replaceable) msgid "" "neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2" msgstr "neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2" #: ./doc/common/tables/neutron-cisco.xml22(td) msgid "(StrOpt) Model Class" msgstr "" #: ./doc/common/tables/neutron-cisco.xml26(td) msgid "(BoolOpt) Enable L3 support on the Nexus switches" msgstr "" #: ./doc/common/tables/neutron-cisco.xml30(td) msgid "" "(BoolOpt) Provider VLANs are automatically created as needed on the Nexus " "switch" msgstr "" #: ./doc/common/tables/neutron-cisco.xml34(td) msgid "" "(BoolOpt) Provider VLANs are automatically trunked as needed on the ports of" " the Nexus switch" msgstr "" #: ./doc/common/tables/neutron-cisco.xml37(replaceable) msgid "p-" msgstr "" #: ./doc/common/tables/neutron-cisco.xml38(td) msgid "(StrOpt) VLAN Name prefix for provider vlans" msgstr "" #: ./doc/common/tables/neutron-cisco.xml42(td) msgid "(BoolOpt) Distribute SVI interfaces over all switches" msgstr "" #: ./doc/common/tables/neutron-cisco.xml45(replaceable) msgid "q-" msgstr "" #: ./doc/common/tables/neutron-cisco.xml46(td) msgid "(StrOpt) VLAN Name prefix" msgstr "" #: ./doc/common/tables/neutron-cisco.xml53(td) msgid "(StrOpt) N1K Bridge Mappings" msgstr "" #: ./doc/common/tables/neutron-cisco.xml56(replaceable) msgid "default_network_profile" msgstr "default_network_profile" #: ./doc/common/tables/neutron-cisco.xml57(td) msgid "(StrOpt) N1K default network profile" msgstr "" #: ./doc/common/tables/neutron-cisco.xml60(replaceable) msgid "service_profile" msgstr "service_profile" #: ./doc/common/tables/neutron-cisco.xml61(td) msgid "(StrOpt) N1K default policy profile" msgstr "" #: ./doc/common/tables/neutron-cisco.xml65(td) msgid "(BoolOpt) N1K Enable Tunneling" msgstr "" #: ./doc/common/tables/neutron-cisco.xml69(td) msgid "(IntOpt) Number of threads to use to make HTTP requests" msgstr "" #: ./doc/common/tables/neutron-cisco.xml72(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml56(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml72(replaceable) #: ./doc/common/tables/nova-ec2.xml77(replaceable) #: ./doc/common/tables/nova-ec2.xml81(replaceable) msgid "15" msgstr "" #: ./doc/common/tables/neutron-cisco.xml73(td) msgid "(IntOpt) N1K http timeout duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml77(td) msgid "(StrOpt) N1K Integration Bridge" msgstr "" #: ./doc/common/tables/neutron-cisco.xml80(replaceable) msgid "dhcp_pp" msgstr "dhcp_pp" #: ./doc/common/tables/neutron-cisco.xml81(td) msgid "(StrOpt) N1K policy profile for network node" msgstr "" #: ./doc/common/tables/neutron-cisco.xml84(replaceable) msgid "vlan:1:4095" msgstr "" #: ./doc/common/tables/neutron-cisco.xml85(td) msgid "(StrOpt) N1K Network VLAN Ranges" msgstr "" #: ./doc/common/tables/neutron-cisco.xml89(td) msgid "(IntOpt) N1K Policy profile polling duration in seconds" msgstr "" #: ./doc/common/tables/neutron-cisco.xml93(td) msgid "" "(BoolOpt) Restrict tenants from accessing network profiles belonging to some" " other tenant" msgstr "" #: ./doc/common/tables/neutron-cisco.xml97(td) msgid "(BoolOpt) Restrict the visibility of policy profiles to the tenants" msgstr "" #: ./doc/common/tables/neutron-cisco.xml100(replaceable) #: ./doc/common/tables/neutron-linuxbridge_agent.xml32(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml48(replaceable) #: ./doc/common/tables/neutron-ml2.xml29(replaceable) msgid "local" msgstr "本地" #: ./doc/common/tables/neutron-cisco.xml101(td) msgid "(StrOpt) N1K Tenant Network Type" msgstr "" #: ./doc/common/tables/neutron-cisco.xml105(td) msgid "(StrOpt) N1K Tunnel Bridge" msgstr "" #: ./doc/common/tables/neutron-cisco.xml108(replaceable) msgid "5000:10000" msgstr "" #: ./doc/common/tables/neutron-cisco.xml109(td) msgid "(StrOpt) N1K VXLAN ID Ranges" msgstr "" #: ./doc/common/tables/neutron-cisco.xml112(th) msgid "[general]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml116(td) msgid "" "(IntOpt) Time in seconds between renewed scheduling attempts of non-" "scheduled routers." msgstr "" #: ./doc/common/tables/neutron-cisco.xml120(td) msgid "" "(IntOpt) Seconds of no status update until a cfg agent is considered down." msgstr "" #: ./doc/common/tables/neutron-cisco.xml123(replaceable) msgid "mgmt_sec_grp" msgstr "mgmt_sec_grp" #: ./doc/common/tables/neutron-cisco.xml124(td) msgid "" "(StrOpt) Default security group applied on management port. Default value is" " mgmt_sec_grp." msgstr "" #: ./doc/common/tables/neutron-cisco.xml128(td) msgid "" "(BoolOpt) Ensure that Nova is running before attempting to create any VM." msgstr "" #: ./doc/common/tables/neutron-cisco.xml131(replaceable) msgid "L3AdminTenant" msgstr "" #: ./doc/common/tables/neutron-cisco.xml132(td) msgid "(StrOpt) Name of the L3 admin tenant." msgstr "" #: ./doc/common/tables/neutron-cisco.xml135(replaceable) msgid "osn_mgmt_nw" msgstr "osn_mgmt_nw" #: ./doc/common/tables/neutron-cisco.xml136(td) msgid "" "(StrOpt) Name of management network for device configuration. Default value " "is osn_mgmt_nw" msgstr "" #: ./doc/common/tables/neutron-cisco.xml139(replaceable) msgid "/opt/stack/data/neutron/cisco/config_drive" msgstr "/opt/stack/data/neutron/cisco/config_drive" #: ./doc/common/tables/neutron-cisco.xml140(td) msgid "(StrOpt) Path to config drive files for service VM instances." msgstr "" #: ./doc/common/tables/neutron-cisco.xml143(replaceable) msgid "/opt/stack/data/neutron/cisco/templates" msgstr "" #: ./doc/common/tables/neutron-cisco.xml144(td) msgid "(StrOpt) Path to templates for hosting devices." msgstr "" #: ./doc/common/tables/neutron-cisco.xml147(th) msgid "[hosting_devices]" msgstr "[hosting_devices]" #: ./doc/common/tables/neutron-cisco.xml150(replaceable) msgid "420" msgstr "" #: ./doc/common/tables/neutron-cisco.xml151(td) msgid "(IntOpt) Booting time in seconds before a CSR1kv becomes operational." msgstr "" #: ./doc/common/tables/neutron-cisco.xml154(replaceable) msgid "" "neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver" msgstr "neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver" #: ./doc/common/tables/neutron-cisco.xml155(td) msgid "(StrOpt) Config agent driver for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml158(replaceable) msgid "csr1kv_cfg_template" msgstr "csr1kv_cfg_template" #: ./doc/common/tables/neutron-cisco.xml159(td) msgid "(StrOpt) CSR1kv configdrive template file." msgstr "" #: ./doc/common/tables/neutron-cisco.xml162(replaceable) msgid "" "neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver" msgstr "neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver" #: ./doc/common/tables/neutron-cisco.xml163(td) msgid "(StrOpt) Hosting device driver for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml166(replaceable) msgid "621" msgstr "" #: ./doc/common/tables/neutron-cisco.xml167(td) msgid "(StrOpt) UUID of Nova flavor for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml170(replaceable) msgid "csr1kv_openstack_img" msgstr "csr1kv_openstack_img" #: ./doc/common/tables/neutron-cisco.xml171(td) msgid "(StrOpt) Name of Glance image for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml174(replaceable) msgid "cisco" msgstr "" #: ./doc/common/tables/neutron-cisco.xml175(td) msgid "(StrOpt) Password to use for CSR1kv configurations." msgstr "" #: ./doc/common/tables/neutron-cisco.xml178(replaceable) msgid "" "neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver" msgstr "neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver" #: ./doc/common/tables/neutron-cisco.xml179(td) msgid "(StrOpt) Plugging driver for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml182(replaceable) msgid "stack" msgstr "" #: ./doc/common/tables/neutron-cisco.xml183(td) msgid "(StrOpt) Username to use for CSR1kv configurations." msgstr "" #: ./doc/common/tables/neutron-cisco.xml186(th) msgid "[n1kv]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml189(replaceable) msgid "osn_mgmt_pp" msgstr "osn_mgmt_pp" #: ./doc/common/tables/neutron-cisco.xml190(td) msgid "(StrOpt) Name of N1kv port profile for management ports." msgstr "" #: ./doc/common/tables/neutron-cisco.xml193(replaceable) msgid "osn_t1_np" msgstr "osn_t1_np" #: ./doc/common/tables/neutron-cisco.xml194(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.xml197(replaceable) msgid "osn_t1_pp" msgstr "osn_t1_pp" #: ./doc/common/tables/neutron-cisco.xml198(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.xml201(replaceable) msgid "osn_t2_np" msgstr "osn_t2_np" #: ./doc/common/tables/neutron-cisco.xml202(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.xml205(replaceable) msgid "osn_t2_pp" msgstr "osn_t2_pp" #: ./doc/common/tables/neutron-cisco.xml206(td) msgid "" "(StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying " "traffic from VLAN segmented networks)." msgstr "" #: ./doc/common/tables/nova-testing.xml22(td) msgid "(BoolOpt) If True, skip using the queue and make local calls" msgstr "" #: ./doc/common/tables/nova-testing.xml26(td) msgid "(BoolOpt) If passed, use fake network devices and addresses" msgstr "" #: ./doc/common/tables/nova-testing.xml34(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" #: ./doc/common/tables/nova-testing.xml37(replaceable) msgid "" "nova.api.ec2.cloud:nova.notifications.notify_decorator, " "nova.compute.api:nova.notifications.notify_decorator" msgstr "nova.api.ec2.cloud:nova.notifications.notify_decorator, nova.compute.api:nova.notifications.notify_decorator" #: ./doc/common/tables/nova-testing.xml38(td) #: ./doc/common/tables/cinder-common.xml90(td) msgid "(ListOpt) List of modules/decorators to monkey patch" msgstr "" #: ./doc/common/tables/nova-metadata.xml7(caption) #: ./doc/common/tables/neutron-metadata.xml7(caption) msgid "Description of metadata configuration options" msgstr "" #: ./doc/common/tables/nova-metadata.xml21(replaceable) #: ./doc/common/tables/cinder-storage.xml41(replaceable) #: ./doc/common/tables/cinder-storage.xml69(replaceable) #: ./doc/common/tables/nova-volumes.xml29(replaceable) #: ./doc/common/tables/nova-vpn.xml45(replaceable) #: ./doc/common/tables/ironic-glance.xml37(replaceable) #: ./doc/common/tables/nova-glance.xml40(replaceable) #: ./doc/common/tables/nova-s3.xml37(replaceable) #: ./doc/common/tables/nova-network.xml213(replaceable) #: ./doc/common/tables/nova-ec2.xml21(replaceable) #: ./doc/common/tables/nova-ec2.xml25(replaceable) #: ./doc/common/tables/cinder-images.xml49(replaceable) #: ./doc/common/tables/ironic-pxe.xml81(replaceable) msgid "$my_ip" msgstr "$my_ip" #: ./doc/common/tables/nova-metadata.xml22(td) msgid "(StrOpt) The IP address for the metadata API server" msgstr "" #: ./doc/common/tables/nova-metadata.xml26(td) msgid "(StrOpt) The IP address on which the metadata API will listen." msgstr "" #: ./doc/common/tables/nova-metadata.xml29(replaceable) #: ./doc/common/tables/nova-metadata.xml37(replaceable) #: ./doc/common/tables/neutron-vmware.xml129(replaceable) #: ./doc/common/tables/neutron-metadata.xml65(replaceable) msgid "8775" msgstr "" #: ./doc/common/tables/nova-metadata.xml30(td) msgid "(IntOpt) The port on which the metadata API will listen." msgstr "" #: ./doc/common/tables/nova-metadata.xml33(replaceable) msgid "nova.api.manager.MetadataManager" msgstr "" #: ./doc/common/tables/nova-metadata.xml34(td) msgid "(StrOpt) OpenStack metadata service manager" msgstr "" #: ./doc/common/tables/nova-metadata.xml38(td) msgid "(IntOpt) The port for the metadata API port" msgstr "" #: ./doc/common/tables/nova-metadata.xml42(td) msgid "" "(IntOpt) Number of workers for metadata service. The default will be the " "number of CPUs available." msgstr "" #: ./doc/common/tables/nova-metadata.xml45(replaceable) msgid "nova.api.metadata.vendordata_json.JsonFileVendorData" msgstr "nova.api.metadata.vendordata_json.JsonFileVendorData" #: ./doc/common/tables/nova-metadata.xml46(td) msgid "(StrOpt) Driver to use for vendor data" msgstr "" #: ./doc/common/tables/nova-metadata.xml50(td) msgid "(StrOpt) File to load JSON formatted vendor data from" msgstr "" #: ./doc/common/tables/heat-clients_nova.xml7(caption) msgid "Description of nova clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_nova.xml18(th) msgid "[clients_nova]" msgstr "[clients_nova]" #: ./doc/common/tables/heat-clients_nova.xml34(td) #: ./doc/common/tables/heat-clients_cinder.xml34(td) msgid "(BoolOpt) Allow client's debug log output." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml7(caption) msgid "" "Description of HP 3PAR Fibre Channel and iSCSI drivers configuration options" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml22(td) msgid "" "(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml25(replaceable) #: ./doc/common/tables/cinder-hpmsa.xml21(replaceable) msgid "OpenStack" msgstr "OpenStack" #: ./doc/common/tables/cinder-hp3par.xml26(td) msgid "(ListOpt) List of the CPG(s) to use for volume creation" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml30(td) msgid "" "(StrOpt) The CPG to use for Snapshots for volumes. If empty the userCPG will" " be used." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml34(td) msgid "(BoolOpt) Enable HTTP debugging to 3PAR" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml38(td) msgid "(BoolOpt) Enable CHAP authentication for iSCSI connections." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml42(td) msgid "(ListOpt) List of target iSCSI addresses to use." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml46(td) msgid "(StrOpt) 3PAR Super user password" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml50(td) msgid "" "(StrOpt) The time in hours when a snapshot expires and is deleted. This must" " be larger than expiration" msgstr "" #: ./doc/common/tables/cinder-hp3par.xml54(td) msgid "" "(StrOpt) The time in hours to retain a snapshot. You can't delete it before " "this expires." msgstr "" #: ./doc/common/tables/cinder-hp3par.xml58(td) msgid "(StrOpt) 3PAR Super user username" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml8(literal) msgid "[filter-cname_lookup]" msgstr "[filter-cname_lookup]" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml21(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.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml81(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml37(td) msgid "If True, log headers in each request" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml45(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml117(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml77(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml85(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml37(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml41(td) msgid "Log level" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml40(replaceable) msgid "cname_lookup" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml49(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml121(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml81(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml53(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml89(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml41(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml53(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml45(td) msgid "Label to use when logging" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml44(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml48(replaceable) msgid "example.com" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml49(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-cname_lookup.xml49(replaceable) msgid "egg:swift#cname_lookup" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml50(td) #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml21(td) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml21(td) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml53(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml21(td) #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml25(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml137(td) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml21(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml25(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml49(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml25(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml101(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml60(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml65(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml41(td) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml92(td) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml47(td) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml33(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml93(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml33(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml49(td) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml92(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml49(td) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml21(td) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml21(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml61(td) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml41(td) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml21(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml54(td) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml25(td) msgid "Entry point of paste.deploy in the server" msgstr "" #: ./doc/common/tables/glance-ca.xml7(caption) #: ./doc/common/tables/keystone-ca.xml7(caption) #: ./doc/common/tables/ironic-ca.xml7(caption) #: ./doc/common/tables/sahara-ca.xml7(caption) #: ./doc/common/tables/trove-ca.xml7(caption) #: ./doc/common/tables/nova-ca.xml7(caption) #: ./doc/common/tables/neutron-ca.xml7(caption) #: ./doc/common/tables/cinder-ca.xml7(caption) msgid "Description of CA and SSL configuration options" msgstr "" #: ./doc/common/tables/glance-ca.xml22(td) #: ./doc/common/tables/sahara-ca.xml22(td) #: ./doc/common/tables/nova-ca.xml81(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients." msgstr "" #: ./doc/common/tables/glance-ca.xml26(td) msgid "(StrOpt) Certificate file to use when starting API server securely." msgstr "" #: ./doc/common/tables/glance-ca.xml30(td) msgid "(StrOpt) Private key file to use when starting API server securely." msgstr "" #: ./doc/common/tables/neutron-scheduler.xml7(caption) #: ./doc/common/tables/cinder-scheduler.xml7(caption) #: ./doc/common/tables/nova-scheduler.xml7(caption) #: ./doc/common/tables/ironic-scheduler.xml7(caption) msgid "Description of scheduler configuration options" msgstr "" #: ./doc/common/tables/neutron-scheduler.xml22(td) msgid "(BoolOpt) Allow auto scheduling networks to DHCP agent." msgstr "" #: ./doc/common/tables/neutron-scheduler.xml25(replaceable) msgid "neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler" msgstr "neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler" #: ./doc/common/tables/neutron-scheduler.xml26(td) msgid "(StrOpt) Driver to use for scheduling network to DHCP agent" msgstr "" #: ./doc/common/tables/neutron-scheduler.xml30(td) msgid "(BoolOpt) Allow auto scheduling of routers to L3 agent." msgstr "" #: ./doc/common/tables/neutron-scheduler.xml34(td) msgid "(BoolOpt) Delete namespace after removing a router." msgstr "" #: ./doc/common/tables/neutron-scheduler.xml37(replaceable) msgid "neutron.scheduler.l3_agent_scheduler.ChanceScheduler" msgstr "neutron.scheduler.l3_agent_scheduler.ChanceScheduler" #: ./doc/common/tables/neutron-scheduler.xml38(td) msgid "(StrOpt) Driver to use for scheduling router to a default L3 agent" msgstr "" #: ./doc/common/tables/glance-rbd.xml7(caption) msgid "Description of RBD configuration options" msgstr "" #: ./doc/common/tables/glance-rbd.xml18(th) #: ./doc/common/tables/glance-vmware.xml18(th) #: ./doc/common/tables/glance-api.xml81(th) #: ./doc/common/tables/glance-s3.xml18(th) #: ./doc/common/tables/glance-swift.xml41(th) #: ./doc/common/tables/glance-sheepdog.xml18(th) #: ./doc/common/tables/glance-filesystem.xml18(th) #: ./doc/common/tables/glance-gridfs.xml18(th) #: ./doc/common/tables/glance-cinder.xml18(th) #: ./doc/common/tables/glance-common.xml101(th) msgid "[glance_store]" msgstr "[glance_store]" #: ./doc/common/tables/glance-rbd.xml21(replaceable) #: ./doc/common/tables/cinder-backups_ceph.xml25(replaceable) msgid "/etc/ceph/ceph.conf" msgstr "" #: ./doc/common/tables/glance-rbd.xml22(td) msgid "" "(StrOpt) Ceph configuration file path. If <None>, librados will locate" " the default config. If using cephx authentication, this file should include" " a reference to the right keyring in a client.<USER> section" msgstr "" #: ./doc/common/tables/glance-rbd.xml25(replaceable) #: ./doc/common/tables/nova-scheduler.xml57(replaceable) #: ./doc/common/tables/cinder-api.xml105(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml20(replaceable) #: ./doc/common/tables/ironic-conductor.xml61(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml20(replaceable) #: ./doc/common/tables/swift-rsyncd-object.xml24(replaceable) #: ./doc/common/tables/glance-common.xml97(replaceable) msgid "8" msgstr "8" #: ./doc/common/tables/glance-rbd.xml26(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.xml29(replaceable) msgid "images" msgstr "镜像" #: ./doc/common/tables/glance-rbd.xml30(td) msgid "(StrOpt) RADOS pool in which images are stored." msgstr "" #: ./doc/common/tables/glance-rbd.xml34(td) msgid "" "(StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If " "<None>, a default will be chosen based on the client. section in " "rbd_store_ceph_conf)" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml7(caption) msgid "Description of Fusion-io driver configuration options" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml22(td) msgid "(IntOpt) number of retries for GET operations" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml26(td) msgid "(IntOpt) amount of time wait for iSCSI target to come online" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml30(td) msgid "(BoolOpt) verify the array certificate on each transaction" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml7(caption) msgid "Description of Xen storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml21(td) msgid "xenapi_connection_password = None" msgstr "xenapi_connection_password = None" #: ./doc/common/tables/cinder-storage_xen.xml22(td) msgid "(StrOpt) Password for XenAPI connection" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml25(td) msgid "xenapi_connection_url = None" msgstr "xenapi_connection_url = None" #: ./doc/common/tables/cinder-storage_xen.xml26(td) msgid "(StrOpt) URL for XenAPI connection" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml29(td) msgid "xenapi_connection_username = root" msgstr "xenapi_connection_username = root" #: ./doc/common/tables/cinder-storage_xen.xml30(td) msgid "(StrOpt) Username for XenAPI connection" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml33(td) msgid "xenapi_nfs_server = None" msgstr "xenapi_nfs_server = None" #: ./doc/common/tables/cinder-storage_xen.xml34(td) msgid "(StrOpt) NFS server to be used by XenAPINFSDriver" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml37(td) msgid "xenapi_nfs_serverpath = None" msgstr "xenapi_nfs_serverpath = None" #: ./doc/common/tables/cinder-storage_xen.xml38(td) msgid "(StrOpt) Path of exported NFS, used by XenAPINFSDriver" msgstr "" #: ./doc/common/tables/cinder-storage_xen.xml41(td) msgid "xenapi_sr_base_path = /var/run/sr-mount" msgstr "xenapi_sr_base_path = /var/run/sr-mount" #: ./doc/common/tables/cinder-storage_xen.xml42(td) #: ./doc/common/tables/nova-xen.xml168(td) msgid "(StrOpt) Base path to the storage repository" msgstr "" #: ./doc/common/tables/ceilometer-common.xml7(caption) #: ./doc/common/tables/heat-common.xml7(caption) #: ./doc/common/tables/keystone-common.xml7(caption) #: ./doc/common/tables/nova-common.xml7(caption) #: ./doc/common/tables/trove-common.xml7(caption) #: ./doc/common/tables/cinder-common.xml7(caption) #: ./doc/common/tables/sahara-common.xml7(caption) #: ./doc/common/tables/ironic-common.xml7(caption) #: ./doc/common/tables/glance-common.xml7(caption) #: ./doc/common/tables/neutron-common.xml7(caption) msgid "Description of common configuration options" msgstr "" #: ./doc/common/tables/ceilometer-common.xml22(td) #: ./doc/common/tables/glance-conf-changes.xml33(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.xml26(td) #: ./doc/common/tables/glance-conf-changes.xml41(td) msgid "" "(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable " "timeout." msgstr "" #: ./doc/common/tables/ceilometer-common.xml30(td) #: ./doc/common/tables/heat-common.xml54(td) #: ./doc/common/tables/keystone-common.xml22(td) #: ./doc/common/tables/nova-common.xml42(td) #: ./doc/common/tables/trove-common.xml50(td) #: ./doc/common/tables/cinder-common.xml82(td) #: ./doc/common/tables/sahara-common.xml70(td) #: ./doc/common/tables/ironic-common.xml58(td) #: ./doc/common/tables/glance-common.xml70(td) #: ./doc/common/tables/neutron-common.xml162(td) msgid "(ListOpt) Memcached servers or None for in process cache." msgstr "" #: ./doc/common/tables/ceilometer-common.xml34(td) #: ./doc/common/tables/glance-conf-changes.xml45(td) msgid "" "(IntOpt) Number of workers for notification service. A single notification " "agent is enabled by default." msgstr "" #: ./doc/common/tables/ceilometer-common.xml37(replaceable) msgid "['compute', 'central']" msgstr "" #: ./doc/common/tables/ceilometer-common.xml38(td) #: ./doc/common/tables/ceilometer-conf-changes.xml29(td) msgid "" "(MultiChoicesOpt) Polling namespace(s) to be used while resource polling" msgstr "" #: ./doc/common/tables/ceilometer-common.xml42(td) #: ./doc/common/tables/ceilometer-conf-changes.xml33(td) msgid "" "(MultiChoicesOpt) List of pollsters (or wildcard templates) to be used while" " polling" msgstr "" #: ./doc/common/tables/ceilometer-common.xml45(replaceable) msgid "/etc/ceilometer/rootwrap.conf" msgstr "" #: ./doc/common/tables/ceilometer-common.xml46(td) msgid "" "(StrOpt) Path to the rootwrap configuration file touse for running commands " "as root" msgstr "" #: ./doc/common/tables/ceilometer-common.xml50(td) #: ./doc/common/tables/ceilometer-conf-changes.xml41(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.xml54(td) #: ./doc/common/tables/ceilometer-conf-changes.xml45(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.xml57(th) msgid "[compute]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml61(td) msgid "" "(BoolOpt) Enable work-load partitioning, allowing multiple compute agents to" " be run simultaneously." msgstr "" #: ./doc/common/tables/ceilometer-common.xml64(th) msgid "[coordination]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml68(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.xml71(replaceable) #: ./doc/common/tables/nova-scheduler.xml132(replaceable) #: ./doc/common/tables/ceilometer-cells.xml53(replaceable) #: ./doc/common/tables/nova-cells.xml85(replaceable) #: ./doc/common/tables/ironic-cells.xml53(replaceable) msgid "10.0" msgstr "" #: ./doc/common/tables/ceilometer-common.xml72(td) #: ./doc/common/tables/ceilometer-conf-changes.xml65(td) msgid "" "(FloatOpt) Number of seconds between checks to see if group membership has " "changed" msgstr "" #: ./doc/common/tables/ceilometer-common.xml76(td) msgid "" "(FloatOpt) Number of seconds between heartbeats for distributed " "coordination." msgstr "" #: ./doc/common/tables/ceilometer-common.xml83(td) #: ./doc/common/tables/heat-common.xml69(td) #: ./doc/common/tables/keystone-common.xml29(td) #: ./doc/common/tables/nova-common.xml85(td) #: ./doc/common/tables/trove-common.xml77(td) #: ./doc/common/tables/ironic-auth_token.xml154(td) #: ./doc/common/tables/cinder-common.xml213(td) #: ./doc/common/tables/sahara-common.xml168(td) #: ./doc/common/tables/glance-common.xml123(td) #: ./doc/common/tables/neutron-common.xml234(td) msgid "" "(ListOpt) Optionally specify a list of memcached server(s) to use for " "caching. If left undefined, tokens will instead be cached in-process." msgstr "" #: ./doc/common/tables/ceilometer-common.xml86(th) msgid "[polling]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml90(td) #: ./doc/common/tables/ceilometer-conf-changes.xml321(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-pure.xml7(caption) msgid "Description of Pure Storage driver configuration options" msgstr "" #: ./doc/common/tables/cinder-pure.xml22(td) msgid "(StrOpt) REST API authorization token." msgstr "" #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml8(literal) msgid "[filter-catch_errors]" msgstr "[filter-catch_errors]" #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml8(filename) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml8(filename) msgid "container-reconciler.conf" msgstr "" #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml20(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml40(replaceable) msgid "egg:swift#catch_errors" msgstr "" #: ./doc/common/tables/cinder-database.xml21(replaceable) msgid "cinder.db" msgstr "" #: ./doc/common/tables/cinder-database.xml22(td) msgid "(StrOpt) Driver to use for database access" msgstr "" #: ./doc/common/tables/cinder-database.xml45(td) #: ./doc/common/tables/sahara-database.xml45(td) #: ./doc/common/tables/neutron-database.xml38(td) #: ./doc/common/tables/ironic-database.xml38(td) #: ./doc/common/tables/nova-database.xml45(td) #: ./doc/common/tables/heat-database.xml38(td) #: ./doc/common/tables/keystone-database.xml38(td) msgid "" "(BoolOpt) If True, increases the interval between database connection " "retries up to db_max_retry_interval." msgstr "" #: ./doc/common/tables/cinder-database.xml49(td) #: ./doc/common/tables/sahara-database.xml49(td) #: ./doc/common/tables/neutron-database.xml42(td) #: ./doc/common/tables/ironic-database.xml42(td) #: ./doc/common/tables/nova-database.xml49(td) #: ./doc/common/tables/heat-database.xml42(td) #: ./doc/common/tables/keystone-database.xml42(td) msgid "" "(IntOpt) Maximum database connection retries before error is raised. Set to " "-1 to specify an infinite retry count." msgstr "" #: ./doc/common/tables/cinder-database.xml53(td) #: ./doc/common/tables/sahara-database.xml53(td) #: ./doc/common/tables/neutron-database.xml46(td) #: ./doc/common/tables/ironic-database.xml46(td) #: ./doc/common/tables/nova-database.xml53(td) #: ./doc/common/tables/heat-database.xml46(td) #: ./doc/common/tables/keystone-database.xml46(td) msgid "" "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between " "database connection retries." msgstr "" #: ./doc/common/tables/cinder-database.xml57(td) #: ./doc/common/tables/sahara-database.xml57(td) #: ./doc/common/tables/neutron-database.xml50(td) #: ./doc/common/tables/ironic-database.xml50(td) #: ./doc/common/tables/nova-database.xml57(td) #: ./doc/common/tables/heat-database.xml50(td) #: ./doc/common/tables/keystone-database.xml50(td) msgid "(IntOpt) Seconds between database connection retries." msgstr "" #: ./doc/common/tables/cinder-database.xml109(td) #: ./doc/common/tables/nova-database.xml109(td) msgid "" "(BoolOpt) Enable the experimental use of thread pooling for all DB API calls" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml7(caption) #: ./doc/common/tables/neutron-logging.xml7(caption) #: ./doc/common/tables/sahara-debug.xml7(caption) #: ./doc/common/tables/cinder-debug.xml7(caption) #: ./doc/common/tables/cinder-logging.xml7(caption) #: ./doc/common/tables/glance-logging.xml7(caption) #: ./doc/common/tables/glance-debug.xml7(caption) #: ./doc/common/tables/heat-debug.xml7(caption) #: ./doc/common/tables/sahara-logging.xml7(caption) #: ./doc/common/tables/ceilometer-debug.xml7(caption) #: ./doc/common/tables/neutron-debug.xml7(caption) #: ./doc/common/tables/keystone-logging.xml7(caption) #: ./doc/common/tables/heat-logging.xml7(caption) #: ./doc/common/tables/ironic-debug.xml7(caption) #: ./doc/common/tables/ironic-logging.xml7(caption) #: ./doc/common/tables/nova-logging.xml7(caption) #: ./doc/common/tables/trove-logging.xml7(caption) #: ./doc/common/tables/trove-debug.xml7(caption) #: ./doc/common/tables/keystone-debug.xml7(caption) #: ./doc/common/tables/nova-debug.xml7(caption) msgid "Description of logging configuration options" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml22(td) #: ./doc/common/tables/neutron-logging.xml22(td) #: ./doc/common/tables/cinder-logging.xml22(td) #: ./doc/common/tables/glance-logging.xml22(td) #: ./doc/common/tables/sahara-logging.xml22(td) #: ./doc/common/tables/keystone-logging.xml22(td) #: ./doc/common/tables/heat-logging.xml22(td) #: ./doc/common/tables/ironic-logging.xml22(td) #: ./doc/common/tables/nova-logging.xml22(td) #: ./doc/common/tables/trove-logging.xml22(td) msgid "" "(BoolOpt) Print debugging output (set logging level to DEBUG instead of " "default WARNING level)." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml25(replaceable) #: ./doc/common/tables/neutron-logging.xml25(replaceable) #: ./doc/common/tables/cinder-logging.xml25(replaceable) #: ./doc/common/tables/trove-conf-changes.xml447(td) #: ./doc/common/tables/glance-logging.xml25(replaceable) #: ./doc/common/tables/keystone-logging.xml25(replaceable) #: ./doc/common/tables/heat-logging.xml25(replaceable) #: ./doc/common/tables/ironic-logging.xml25(replaceable) #: ./doc/common/tables/nova-logging.xml25(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml548(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "oslo.messaging=INFO, iso8601=WARN, " "requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " "websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, " "stevedore=WARN" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml26(td) #: ./doc/common/tables/neutron-logging.xml26(td) #: ./doc/common/tables/cinder-logging.xml26(td) #: ./doc/common/tables/glance-logging.xml26(td) #: ./doc/common/tables/sahara-logging.xml26(td) #: ./doc/common/tables/keystone-logging.xml26(td) #: ./doc/common/tables/heat-logging.xml26(td) #: ./doc/common/tables/ironic-logging.xml26(td) #: ./doc/common/tables/nova-logging.xml26(td) #: ./doc/common/tables/trove-logging.xml26(td) msgid "(ListOpt) List of logger=LEVEL pairs." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml30(td) #: ./doc/common/tables/neutron-logging.xml30(td) #: ./doc/common/tables/cinder-logging.xml30(td) #: ./doc/common/tables/glance-logging.xml30(td) #: ./doc/common/tables/sahara-logging.xml30(td) #: ./doc/common/tables/ironic-common.xml30(td) #: ./doc/common/tables/keystone-logging.xml30(td) #: ./doc/common/tables/heat-logging.xml30(td) #: ./doc/common/tables/nova-logging.xml30(td) #: ./doc/common/tables/trove-logging.xml30(td) msgid "(BoolOpt) Enables or disables fatal status of deprecations." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml33(replaceable) #: ./doc/common/tables/ceilometer-logging.xml37(replaceable) #: ./doc/common/tables/neutron-logging.xml33(replaceable) #: ./doc/common/tables/neutron-logging.xml37(replaceable) #: ./doc/common/tables/cinder-logging.xml37(replaceable) #: ./doc/common/tables/cinder-logging.xml41(replaceable) #: ./doc/common/tables/glance-logging.xml33(replaceable) #: ./doc/common/tables/glance-logging.xml37(replaceable) #: ./doc/common/tables/sahara-logging.xml33(replaceable) #: ./doc/common/tables/sahara-logging.xml37(replaceable) #: ./doc/common/tables/keystone-logging.xml33(replaceable) #: ./doc/common/tables/keystone-logging.xml37(replaceable) #: ./doc/common/tables/heat-logging.xml33(replaceable) #: ./doc/common/tables/heat-logging.xml37(replaceable) #: ./doc/common/tables/ironic-logging.xml33(replaceable) #: ./doc/common/tables/ironic-logging.xml37(replaceable) #: ./doc/common/tables/nova-logging.xml37(replaceable) #: ./doc/common/tables/nova-logging.xml41(replaceable) #: ./doc/common/tables/trove-logging.xml37(replaceable) #: ./doc/common/tables/trove-logging.xml41(replaceable) msgid "\"[instance: %(uuid)s] \"" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml34(td) #: ./doc/common/tables/neutron-logging.xml34(td) #: ./doc/common/tables/cinder-logging.xml38(td) #: ./doc/common/tables/glance-logging.xml34(td) #: ./doc/common/tables/sahara-logging.xml34(td) #: ./doc/common/tables/keystone-logging.xml34(td) #: ./doc/common/tables/heat-logging.xml34(td) #: ./doc/common/tables/ironic-logging.xml34(td) #: ./doc/common/tables/nova-logging.xml38(td) #: ./doc/common/tables/trove-logging.xml38(td) msgid "" "(StrOpt) The format for an instance that is passed with the log message." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml38(td) #: ./doc/common/tables/neutron-logging.xml38(td) #: ./doc/common/tables/cinder-logging.xml42(td) #: ./doc/common/tables/glance-logging.xml38(td) #: ./doc/common/tables/sahara-logging.xml38(td) #: ./doc/common/tables/keystone-logging.xml38(td) #: ./doc/common/tables/heat-logging.xml38(td) #: ./doc/common/tables/ironic-logging.xml38(td) #: ./doc/common/tables/nova-logging.xml42(td) #: ./doc/common/tables/trove-logging.xml42(td) msgid "" "(StrOpt) The format for an instance UUID that is passed with the log " "message." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml42(td) #: ./doc/common/tables/neutron-logging.xml42(td) #: ./doc/common/tables/cinder-logging.xml46(td) #: ./doc/common/tables/glance-logging.xml42(td) #: ./doc/common/tables/sahara-logging.xml42(td) #: ./doc/common/tables/keystone-logging.xml42(td) #: ./doc/common/tables/heat-logging.xml42(td) #: ./doc/common/tables/ironic-logging.xml42(td) #: ./doc/common/tables/nova-logging.xml46(td) #: ./doc/common/tables/trove-logging.xml46(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/ceilometer-logging.xml45(replaceable) #: ./doc/common/tables/neutron-logging.xml45(replaceable) #: ./doc/common/tables/cinder-logging.xml49(replaceable) #: ./doc/common/tables/glance-logging.xml45(replaceable) #: ./doc/common/tables/sahara-logging.xml45(replaceable) #: ./doc/common/tables/keystone-logging.xml45(replaceable) #: ./doc/common/tables/heat-logging.xml45(replaceable) #: ./doc/common/tables/ironic-logging.xml45(replaceable) #: ./doc/common/tables/nova-logging.xml49(replaceable) #: ./doc/common/tables/trove-logging.xml49(replaceable) msgid "%Y-%m-%d %H:%M:%S" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml46(td) #: ./doc/common/tables/neutron-logging.xml46(td) #: ./doc/common/tables/cinder-logging.xml50(td) #: ./doc/common/tables/glance-logging.xml46(td) #: ./doc/common/tables/sahara-logging.xml46(td) #: ./doc/common/tables/keystone-logging.xml46(td) #: ./doc/common/tables/heat-logging.xml46(td) #: ./doc/common/tables/ironic-logging.xml46(td) #: ./doc/common/tables/nova-logging.xml50(td) #: ./doc/common/tables/trove-logging.xml50(td) msgid "" "(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s" " ." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml50(td) #: ./doc/common/tables/neutron-logging.xml50(td) #: ./doc/common/tables/cinder-logging.xml54(td) #: ./doc/common/tables/glance-logging.xml50(td) #: ./doc/common/tables/sahara-logging.xml50(td) #: ./doc/common/tables/keystone-logging.xml50(td) #: ./doc/common/tables/heat-logging.xml50(td) #: ./doc/common/tables/ironic-logging.xml50(td) #: ./doc/common/tables/nova-logging.xml54(td) #: ./doc/common/tables/trove-logging.xml54(td) msgid "" "(StrOpt) (Optional) The base directory used for relative --log-file paths." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml54(td) #: ./doc/common/tables/neutron-logging.xml54(td) #: ./doc/common/tables/cinder-logging.xml58(td) #: ./doc/common/tables/glance-logging.xml54(td) #: ./doc/common/tables/sahara-logging.xml58(td) #: ./doc/common/tables/keystone-logging.xml54(td) #: ./doc/common/tables/heat-logging.xml54(td) #: ./doc/common/tables/ironic-logging.xml54(td) #: ./doc/common/tables/nova-logging.xml58(td) #: ./doc/common/tables/trove-logging.xml58(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/ceilometer-logging.xml58(td) #: ./doc/common/tables/neutron-logging.xml58(td) #: ./doc/common/tables/cinder-logging.xml62(td) #: ./doc/common/tables/glance-logging.xml58(td) #: ./doc/common/tables/sahara-logging.xml62(td) #: ./doc/common/tables/keystone-logging.xml58(td) #: ./doc/common/tables/heat-logging.xml58(td) #: ./doc/common/tables/ironic-logging.xml58(td) #: ./doc/common/tables/nova-logging.xml62(td) #: ./doc/common/tables/trove-logging.xml62(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/ceilometer-logging.xml61(replaceable) #: ./doc/common/tables/neutron-logging.xml61(replaceable) #: ./doc/common/tables/cinder-logging.xml65(replaceable) #: ./doc/common/tables/glance-logging.xml61(replaceable) #: ./doc/common/tables/sahara-logging.xml65(replaceable) #: ./doc/common/tables/keystone-logging.xml61(replaceable) #: ./doc/common/tables/heat-logging.xml61(replaceable) #: ./doc/common/tables/ironic-logging.xml61(replaceable) #: ./doc/common/tables/nova-logging.xml65(replaceable) #: ./doc/common/tables/trove-logging.xml65(replaceable) msgid "" "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s " "%(user_identity)s] %(instance)s%(message)s" msgstr "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s" #: ./doc/common/tables/ceilometer-logging.xml62(td) #: ./doc/common/tables/neutron-logging.xml62(td) #: ./doc/common/tables/cinder-logging.xml66(td) #: ./doc/common/tables/glance-logging.xml62(td) #: ./doc/common/tables/sahara-logging.xml66(td) #: ./doc/common/tables/keystone-logging.xml62(td) #: ./doc/common/tables/heat-logging.xml62(td) #: ./doc/common/tables/ironic-logging.xml62(td) #: ./doc/common/tables/nova-logging.xml66(td) #: ./doc/common/tables/trove-logging.xml66(td) msgid "(StrOpt) Format string to use for log messages with context." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml65(replaceable) #: ./doc/common/tables/neutron-logging.xml65(replaceable) #: ./doc/common/tables/cinder-logging.xml69(replaceable) #: ./doc/common/tables/glance-logging.xml65(replaceable) #: ./doc/common/tables/sahara-logging.xml69(replaceable) #: ./doc/common/tables/keystone-logging.xml65(replaceable) #: ./doc/common/tables/heat-logging.xml65(replaceable) #: ./doc/common/tables/ironic-logging.xml65(replaceable) #: ./doc/common/tables/nova-logging.xml69(replaceable) #: ./doc/common/tables/trove-logging.xml69(replaceable) msgid "%(funcName)s %(pathname)s:%(lineno)d" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml66(td) #: ./doc/common/tables/neutron-logging.xml66(td) #: ./doc/common/tables/cinder-logging.xml70(td) #: ./doc/common/tables/glance-logging.xml66(td) #: ./doc/common/tables/sahara-logging.xml70(td) #: ./doc/common/tables/keystone-logging.xml66(td) #: ./doc/common/tables/heat-logging.xml66(td) #: ./doc/common/tables/ironic-logging.xml66(td) #: ./doc/common/tables/nova-logging.xml70(td) #: ./doc/common/tables/trove-logging.xml70(td) msgid "(StrOpt) Data to append to log format when level is DEBUG." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml69(replaceable) #: ./doc/common/tables/neutron-logging.xml69(replaceable) #: ./doc/common/tables/cinder-logging.xml73(replaceable) #: ./doc/common/tables/glance-logging.xml69(replaceable) #: ./doc/common/tables/sahara-logging.xml73(replaceable) #: ./doc/common/tables/keystone-logging.xml69(replaceable) #: ./doc/common/tables/heat-logging.xml69(replaceable) #: ./doc/common/tables/ironic-logging.xml69(replaceable) #: ./doc/common/tables/nova-logging.xml73(replaceable) #: ./doc/common/tables/trove-logging.xml73(replaceable) msgid "" "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] " "%(instance)s%(message)s" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml70(td) #: ./doc/common/tables/neutron-logging.xml70(td) #: ./doc/common/tables/cinder-logging.xml74(td) #: ./doc/common/tables/glance-logging.xml70(td) #: ./doc/common/tables/sahara-logging.xml74(td) #: ./doc/common/tables/keystone-logging.xml70(td) #: ./doc/common/tables/heat-logging.xml70(td) #: ./doc/common/tables/ironic-logging.xml70(td) #: ./doc/common/tables/nova-logging.xml74(td) #: ./doc/common/tables/trove-logging.xml74(td) msgid "(StrOpt) Format string to use for log messages without context." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml73(replaceable) #: ./doc/common/tables/neutron-logging.xml73(replaceable) #: ./doc/common/tables/cinder-logging.xml77(replaceable) #: ./doc/common/tables/glance-logging.xml73(replaceable) #: ./doc/common/tables/sahara-logging.xml77(replaceable) #: ./doc/common/tables/keystone-logging.xml73(replaceable) #: ./doc/common/tables/heat-logging.xml73(replaceable) #: ./doc/common/tables/ironic-logging.xml73(replaceable) #: ./doc/common/tables/nova-logging.xml77(replaceable) #: ./doc/common/tables/trove-logging.xml77(replaceable) msgid "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml74(td) #: ./doc/common/tables/neutron-logging.xml74(td) #: ./doc/common/tables/cinder-logging.xml78(td) #: ./doc/common/tables/glance-logging.xml74(td) #: ./doc/common/tables/sahara-logging.xml78(td) #: ./doc/common/tables/keystone-logging.xml74(td) #: ./doc/common/tables/heat-logging.xml74(td) #: ./doc/common/tables/ironic-logging.xml74(td) #: ./doc/common/tables/nova-logging.xml78(td) #: ./doc/common/tables/trove-logging.xml78(td) msgid "(StrOpt) Prefix each line of exception output with this format." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml78(td) #: ./doc/common/tables/neutron-logging.xml78(td) #: ./doc/common/tables/cinder-logging.xml82(td) #: ./doc/common/tables/glance-logging.xml78(td) #: ./doc/common/tables/sahara-logging.xml82(td) #: ./doc/common/tables/keystone-logging.xml78(td) #: ./doc/common/tables/heat-logging.xml78(td) #: ./doc/common/tables/ironic-logging.xml78(td) #: ./doc/common/tables/nova-logging.xml82(td) #: ./doc/common/tables/trove-logging.xml86(td) msgid "(BoolOpt) Enables or disables publication of error events." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml81(replaceable) #: ./doc/common/tables/neutron-logging.xml81(replaceable) #: ./doc/common/tables/cinder-logging.xml85(replaceable) #: ./doc/common/tables/glance-logging.xml81(replaceable) #: ./doc/common/tables/sahara-logging.xml85(replaceable) #: ./doc/common/tables/keystone-logging.xml81(replaceable) #: ./doc/common/tables/heat-logging.xml81(replaceable) #: ./doc/common/tables/ironic-logging.xml81(replaceable) #: ./doc/common/tables/nova-logging.xml85(replaceable) #: ./doc/common/tables/trove-logging.xml89(replaceable) msgid "LOG_USER" msgstr "LOG_USER" #: ./doc/common/tables/ceilometer-logging.xml82(td) #: ./doc/common/tables/neutron-logging.xml82(td) #: ./doc/common/tables/cinder-logging.xml86(td) #: ./doc/common/tables/glance-logging.xml82(td) #: ./doc/common/tables/sahara-logging.xml86(td) #: ./doc/common/tables/keystone-logging.xml82(td) #: ./doc/common/tables/heat-logging.xml82(td) #: ./doc/common/tables/ironic-logging.xml82(td) #: ./doc/common/tables/nova-logging.xml86(td) #: ./doc/common/tables/trove-logging.xml90(td) msgid "(StrOpt) Syslog facility to receive log lines." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml86(td) #: ./doc/common/tables/neutron-logging.xml90(td) #: ./doc/common/tables/cinder-logging.xml90(td) #: ./doc/common/tables/glance-logging.xml86(td) #: ./doc/common/tables/sahara-logging.xml90(td) #: ./doc/common/tables/keystone-logging.xml86(td) #: ./doc/common/tables/heat-logging.xml86(td) #: ./doc/common/tables/ironic-logging.xml86(td) #: ./doc/common/tables/nova-logging.xml90(td) #: ./doc/common/tables/trove-logging.xml94(td) msgid "(BoolOpt) Log output to standard error." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml90(td) #: ./doc/common/tables/neutron-logging.xml94(td) #: ./doc/common/tables/cinder-logging.xml94(td) #: ./doc/common/tables/glance-logging.xml90(td) #: ./doc/common/tables/sahara-logging.xml94(td) #: ./doc/common/tables/keystone-logging.xml90(td) #: ./doc/common/tables/heat-logging.xml90(td) #: ./doc/common/tables/ironic-logging.xml90(td) #: ./doc/common/tables/nova-logging.xml94(td) #: ./doc/common/tables/trove-logging.xml98(td) msgid "" "(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED " "during I, and will change in J to honor RFC5424." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml94(td) #: ./doc/common/tables/neutron-logging.xml98(td) #: ./doc/common/tables/cinder-logging.xml98(td) #: ./doc/common/tables/glance-logging.xml94(td) #: ./doc/common/tables/sahara-logging.xml98(td) #: ./doc/common/tables/keystone-logging.xml94(td) #: ./doc/common/tables/heat-logging.xml94(td) #: ./doc/common/tables/ironic-logging.xml94(td) #: ./doc/common/tables/nova-logging.xml98(td) #: ./doc/common/tables/trove-logging.xml102(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 I, and will be " "removed in J." msgstr "" #: ./doc/common/tables/ceilometer-logging.xml98(td) #: ./doc/common/tables/neutron-logging.xml102(td) #: ./doc/common/tables/cinder-logging.xml102(td) #: ./doc/common/tables/glance-logging.xml98(td) #: ./doc/common/tables/sahara-logging.xml102(td) #: ./doc/common/tables/keystone-logging.xml98(td) #: ./doc/common/tables/heat-logging.xml98(td) #: ./doc/common/tables/ironic-logging.xml98(td) #: ./doc/common/tables/nova-logging.xml102(td) #: ./doc/common/tables/trove-logging.xml106(td) msgid "" "(BoolOpt) Print more verbose output (set logging level to INFO instead of " "default WARNING level)." msgstr "" #: ./doc/common/tables/heat-common.xml22(td) msgid "(StrOpt) Select deferred auth method, stored password or trusts." msgstr "" #: ./doc/common/tables/heat-common.xml25(replaceable) msgid "/etc/heat/environment.d" msgstr "" #: ./doc/common/tables/heat-common.xml26(td) msgid "(StrOpt) The directory to search for environment files." msgstr "" #: ./doc/common/tables/heat-common.xml29(replaceable) msgid "240" msgstr "" #: ./doc/common/tables/heat-common.xml30(td) #: ./doc/common/tables/heat-conf-changes.xml29(td) msgid "" "(IntOpt) Error wait time in seconds for stack action (ie. create or update)." msgstr "" #: ./doc/common/tables/heat-common.xml34(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.xml38(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.xml41(replaceable) msgid "heat.engine.nova" msgstr "" #: ./doc/common/tables/heat-common.xml42(td) msgid "(StrOpt) Driver to use for controlling instances." msgstr "" #: ./doc/common/tables/heat-common.xml45(replaceable) msgid "ec2-user" msgstr "" #: ./doc/common/tables/heat-common.xml46(td) msgid "" "(StrOpt) The default user for new instances. This option is deprecated and " "will be removed in the Juno release. If it's empty, Heat will use the " "default user set up with your cloud image (for OS::Nova::Server) or " "'ec2-user' (for AWS::EC2::Instance)." msgstr "" #: ./doc/common/tables/heat-common.xml49(replaceable) msgid "heat.common.heat_keystoneclient.KeystoneClientV3" msgstr "heat.common.heat_keystoneclient.KeystoneClientV3" #: ./doc/common/tables/heat-common.xml50(td) msgid "(StrOpt) Fully qualified class name to use as a keystone backend." msgstr "" #: ./doc/common/tables/heat-common.xml58(td) #: ./doc/common/tables/ironic-common.xml70(td) msgid "(IntOpt) Seconds between running periodic tasks." msgstr "" #: ./doc/common/tables/heat-common.xml61(replaceable) #: ./doc/common/tables/heat-conf-changes.xml309(td) msgid "/usr/lib64/heat, /usr/lib/heat" msgstr "" #: ./doc/common/tables/heat-common.xml62(td) msgid "(ListOpt) List of directories to search for plug-ins." msgstr "" #: ./doc/common/tables/heat-common.xml72(th) msgid "[revision]" msgstr "" #: ./doc/common/tables/heat-common.xml75(replaceable) msgid "unknown" msgstr "" #: ./doc/common/tables/heat-common.xml76(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/nova-ipv6.xml7(caption) msgid "Description of IPv6 configuration options" msgstr "" #: ./doc/common/tables/nova-ipv6.xml21(replaceable) msgid "fd00::/48" msgstr "" #: ./doc/common/tables/nova-ipv6.xml22(td) msgid "(StrOpt) Fixed IPv6 address block" msgstr "" #: ./doc/common/tables/nova-ipv6.xml26(td) msgid "(StrOpt) Default IPv6 gateway" msgstr "" #: ./doc/common/tables/nova-ipv6.xml29(replaceable) msgid "rfc2462" msgstr "" #: ./doc/common/tables/nova-ipv6.xml30(td) msgid "(StrOpt) Backend to use for IPv6 generation" msgstr "" #: ./doc/common/tables/nova-ipv6.xml34(td) msgid "(BoolOpt) Use IPv6" msgstr "" #: ./doc/common/tables/sahara-zeromq.xml7(caption) #: ./doc/common/tables/nova-zeromq.xml7(caption) #: ./doc/common/tables/heat-zeromq.xml7(caption) #: ./doc/common/tables/cinder-zeromq.xml7(caption) #: ./doc/common/tables/ceilometer-zeromq.xml7(caption) #: ./doc/common/tables/neutron-zeromq.xml7(caption) #: ./doc/common/tables/keystone-zeromq.xml7(caption) #: ./doc/common/tables/glance-zeromq.xml7(caption) #: ./doc/common/tables/trove-zeromq.xml7(caption) #: ./doc/common/tables/ironic-zeromq.xml7(caption) msgid "Description of ZeroMQ configuration options" msgstr "" #: ./doc/common/tables/sahara-zeromq.xml22(td) #: ./doc/common/tables/nova-zeromq.xml22(td) #: ./doc/common/tables/heat-zeromq.xml22(td) #: ./doc/common/tables/cinder-zeromq.xml22(td) #: ./doc/common/tables/ceilometer-zeromq.xml22(td) #: ./doc/common/tables/neutron-zeromq.xml22(td) #: ./doc/common/tables/keystone-zeromq.xml22(td) #: ./doc/common/tables/glance-zeromq.xml22(td) #: ./doc/common/tables/trove-zeromq.xml22(td) #: ./doc/common/tables/ironic-zeromq.xml22(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/sahara-zeromq.xml26(td) #: ./doc/common/tables/nova-zeromq.xml26(td) #: ./doc/common/tables/heat-zeromq.xml26(td) #: ./doc/common/tables/cinder-zeromq.xml26(td) #: ./doc/common/tables/ceilometer-zeromq.xml26(td) #: ./doc/common/tables/neutron-zeromq.xml26(td) #: ./doc/common/tables/keystone-zeromq.xml26(td) #: ./doc/common/tables/glance-zeromq.xml26(td) #: ./doc/common/tables/trove-zeromq.xml26(td) #: ./doc/common/tables/ironic-zeromq.xml26(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml30(td) #: ./doc/common/tables/nova-zeromq.xml30(td) #: ./doc/common/tables/heat-zeromq.xml30(td) #: ./doc/common/tables/cinder-zeromq.xml30(td) #: ./doc/common/tables/ceilometer-zeromq.xml30(td) #: ./doc/common/tables/neutron-zeromq.xml30(td) #: ./doc/common/tables/keystone-zeromq.xml30(td) #: ./doc/common/tables/glance-zeromq.xml30(td) #: ./doc/common/tables/trove-zeromq.xml30(td) #: ./doc/common/tables/ironic-zeromq.xml30(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/sahara-zeromq.xml33(replaceable) #: ./doc/common/tables/nova-zeromq.xml33(replaceable) #: ./doc/common/tables/heat-zeromq.xml33(replaceable) #: ./doc/common/tables/cinder-zeromq.xml33(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml33(replaceable) #: ./doc/common/tables/neutron-zeromq.xml33(replaceable) #: ./doc/common/tables/keystone-zeromq.xml33(replaceable) #: ./doc/common/tables/glance-zeromq.xml33(replaceable) #: ./doc/common/tables/trove-zeromq.xml33(replaceable) #: ./doc/common/tables/ironic-zeromq.xml33(replaceable) msgid "/var/run/openstack" msgstr "" #: ./doc/common/tables/sahara-zeromq.xml34(td) #: ./doc/common/tables/nova-zeromq.xml34(td) #: ./doc/common/tables/heat-zeromq.xml34(td) #: ./doc/common/tables/cinder-zeromq.xml34(td) #: ./doc/common/tables/ceilometer-zeromq.xml34(td) #: ./doc/common/tables/neutron-zeromq.xml34(td) #: ./doc/common/tables/keystone-zeromq.xml34(td) #: ./doc/common/tables/glance-zeromq.xml34(td) #: ./doc/common/tables/trove-zeromq.xml34(td) #: ./doc/common/tables/ironic-zeromq.xml34(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml37(replaceable) #: ./doc/common/tables/heat-conf-changes.xml314(td) #: ./doc/common/tables/glance-conf-changes.xml358(td) #: ./doc/common/tables/neutron-conf-changes.xml371(td) #: ./doc/common/tables/keystone-conf-changes.xml390(td) #: ./doc/common/tables/heat-zeromq.xml37(replaceable) #: ./doc/common/tables/ceilometer-conf-changes.xml354(td) #: ./doc/common/tables/nova-conf-changes.xml485(td) #: ./doc/common/tables/keystone-zeromq.xml37(replaceable) #: ./doc/common/tables/trove-zeromq.xml37(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml578(td) msgid "oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" msgstr "oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" #: ./doc/common/tables/sahara-zeromq.xml38(td) #: ./doc/common/tables/nova-zeromq.xml38(td) #: ./doc/common/tables/heat-zeromq.xml38(td) #: ./doc/common/tables/cinder-zeromq.xml38(td) #: ./doc/common/tables/ceilometer-zeromq.xml38(td) #: ./doc/common/tables/neutron-zeromq.xml38(td) #: ./doc/common/tables/keystone-zeromq.xml38(td) #: ./doc/common/tables/glance-zeromq.xml38(td) #: ./doc/common/tables/trove-zeromq.xml38(td) #: ./doc/common/tables/ironic-zeromq.xml38(td) msgid "(StrOpt) MatchMaker driver." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml41(replaceable) #: ./doc/common/tables/nova-zeromq.xml41(replaceable) #: ./doc/common/tables/heat-zeromq.xml41(replaceable) #: ./doc/common/tables/cinder-zeromq.xml41(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml41(replaceable) #: ./doc/common/tables/neutron-zeromq.xml41(replaceable) #: ./doc/common/tables/keystone-zeromq.xml41(replaceable) #: ./doc/common/tables/glance-zeromq.xml41(replaceable) #: ./doc/common/tables/trove-zeromq.xml41(replaceable) #: ./doc/common/tables/ironic-zeromq.xml41(replaceable) msgid "9501" msgstr "" #: ./doc/common/tables/sahara-zeromq.xml42(td) #: ./doc/common/tables/nova-zeromq.xml42(td) #: ./doc/common/tables/heat-zeromq.xml42(td) #: ./doc/common/tables/cinder-zeromq.xml42(td) #: ./doc/common/tables/ceilometer-zeromq.xml42(td) #: ./doc/common/tables/neutron-zeromq.xml42(td) #: ./doc/common/tables/keystone-zeromq.xml42(td) #: ./doc/common/tables/glance-zeromq.xml42(td) #: ./doc/common/tables/trove-zeromq.xml42(td) #: ./doc/common/tables/ironic-zeromq.xml42(td) msgid "(IntOpt) ZeroMQ receiver listening port." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml46(td) #: ./doc/common/tables/nova-zeromq.xml46(td) #: ./doc/common/tables/heat-zeromq.xml46(td) #: ./doc/common/tables/cinder-zeromq.xml46(td) #: ./doc/common/tables/ceilometer-zeromq.xml46(td) #: ./doc/common/tables/neutron-zeromq.xml46(td) #: ./doc/common/tables/keystone-zeromq.xml46(td) #: ./doc/common/tables/glance-zeromq.xml46(td) #: ./doc/common/tables/trove-zeromq.xml46(td) #: ./doc/common/tables/ironic-zeromq.xml46(td) msgid "" "(IntOpt) Maximum number of ingress messages to locally buffer per topic. " "Default is unlimited." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml7(caption) #: ./doc/common/tables/nova-rabbitmq.xml7(caption) #: ./doc/common/tables/cinder-rabbitmq.xml7(caption) #: ./doc/common/tables/heat-rabbitmq.xml7(caption) #: ./doc/common/tables/trove-rabbitmq.xml7(caption) #: ./doc/common/tables/keystone-rabbitmq.xml7(caption) #: ./doc/common/tables/sahara-rabbitmq.xml7(caption) #: ./doc/common/tables/neutron-rabbitmq.xml7(caption) #: ./doc/common/tables/ceilometer-rabbitmq.xml7(caption) msgid "Description of RabbitMQ configuration options" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml22(td) #: ./doc/common/tables/glance-rpc.xml182(td) #: ./doc/common/tables/nova-rabbitmq.xml22(td) #: ./doc/common/tables/cinder-rabbitmq.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml201(td) #: ./doc/common/tables/glance-conf-changes.xml209(td) #: ./doc/common/tables/neutron-conf-changes.xml281(td) #: ./doc/common/tables/keystone-conf-changes.xml253(td) #: ./doc/common/tables/ceilometer-conf-changes.xml249(td) #: ./doc/common/tables/heat-rabbitmq.xml22(td) #: ./doc/common/tables/trove-rabbitmq.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml277(td) #: ./doc/common/tables/nova-conf-changes.xml349(td) #: ./doc/common/tables/keystone-rabbitmq.xml22(td) #: ./doc/common/tables/sahara-rabbitmq.xml22(td) #: ./doc/common/tables/neutron-rabbitmq.xml22(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml453(td) msgid "" "(FloatOpt) How long to wait before reconnecting in response to an AMQP " "consumer cancel notification." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml26(td) #: ./doc/common/tables/glance-rpc.xml186(td) #: ./doc/common/tables/nova-rabbitmq.xml26(td) #: ./doc/common/tables/cinder-rabbitmq.xml26(td) #: ./doc/common/tables/heat-conf-changes.xml205(td) #: ./doc/common/tables/glance-conf-changes.xml213(td) #: ./doc/common/tables/neutron-conf-changes.xml285(td) #: ./doc/common/tables/keystone-conf-changes.xml257(td) #: ./doc/common/tables/ceilometer-conf-changes.xml253(td) #: ./doc/common/tables/heat-rabbitmq.xml26(td) #: ./doc/common/tables/trove-rabbitmq.xml26(td) #: ./doc/common/tables/trove-conf-changes.xml281(td) #: ./doc/common/tables/nova-conf-changes.xml353(td) #: ./doc/common/tables/keystone-rabbitmq.xml26(td) #: ./doc/common/tables/sahara-rabbitmq.xml26(td) #: ./doc/common/tables/neutron-rabbitmq.xml26(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml457(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml30(td) #: ./doc/common/tables/glance-rpc.xml190(td) #: ./doc/common/tables/nova-rabbitmq.xml30(td) #: ./doc/common/tables/cinder-rabbitmq.xml30(td) #: ./doc/common/tables/heat-conf-changes.xml209(td) #: ./doc/common/tables/glance-conf-changes.xml217(td) #: ./doc/common/tables/neutron-conf-changes.xml289(td) #: ./doc/common/tables/keystone-conf-changes.xml261(td) #: ./doc/common/tables/ceilometer-conf-changes.xml257(td) #: ./doc/common/tables/heat-rabbitmq.xml30(td) #: ./doc/common/tables/trove-rabbitmq.xml30(td) #: ./doc/common/tables/trove-conf-changes.xml285(td) #: ./doc/common/tables/nova-conf-changes.xml357(td) #: ./doc/common/tables/keystone-rabbitmq.xml30(td) #: ./doc/common/tables/sahara-rabbitmq.xml30(td) #: ./doc/common/tables/neutron-rabbitmq.xml30(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml461(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml34(td) #: ./doc/common/tables/glance-rpc.xml194(td) #: ./doc/common/tables/nova-rabbitmq.xml34(td) #: ./doc/common/tables/cinder-rabbitmq.xml34(td) #: ./doc/common/tables/heat-conf-changes.xml213(td) #: ./doc/common/tables/glance-conf-changes.xml221(td) #: ./doc/common/tables/neutron-conf-changes.xml293(td) #: ./doc/common/tables/keystone-conf-changes.xml265(td) #: ./doc/common/tables/ceilometer-conf-changes.xml261(td) #: ./doc/common/tables/heat-rabbitmq.xml34(td) #: ./doc/common/tables/trove-rabbitmq.xml34(td) #: ./doc/common/tables/trove-conf-changes.xml289(td) #: ./doc/common/tables/nova-conf-changes.xml361(td) #: ./doc/common/tables/keystone-rabbitmq.xml34(td) #: ./doc/common/tables/sahara-rabbitmq.xml34(td) #: ./doc/common/tables/neutron-rabbitmq.xml34(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml465(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml38(td) #: ./doc/common/tables/glance-rpc.xml198(td) #: ./doc/common/tables/nova-rabbitmq.xml38(td) #: ./doc/common/tables/cinder-rabbitmq.xml38(td) #: ./doc/common/tables/heat-conf-changes.xml217(td) #: ./doc/common/tables/glance-conf-changes.xml225(td) #: ./doc/common/tables/neutron-conf-changes.xml297(td) #: ./doc/common/tables/keystone-conf-changes.xml269(td) #: ./doc/common/tables/ceilometer-conf-changes.xml265(td) #: ./doc/common/tables/trove-conf-changes.xml293(td) #: ./doc/common/tables/nova-conf-changes.xml365(td) #: ./doc/common/tables/neutron-rabbitmq.xml38(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml469(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are " "TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on " "some distributions." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml42(td) #: ./doc/common/tables/glance-rpc.xml202(td) #: ./doc/common/tables/nova-rabbitmq.xml42(td) #: ./doc/common/tables/cinder-rabbitmq.xml42(td) #: ./doc/common/tables/heat-conf-changes.xml221(td) #: ./doc/common/tables/glance-conf-changes.xml229(td) #: ./doc/common/tables/neutron-conf-changes.xml301(td) #: ./doc/common/tables/keystone-conf-changes.xml273(td) #: ./doc/common/tables/ceilometer-conf-changes.xml269(td) #: ./doc/common/tables/heat-rabbitmq.xml42(td) #: ./doc/common/tables/trove-rabbitmq.xml42(td) #: ./doc/common/tables/trove-conf-changes.xml297(td) #: ./doc/common/tables/nova-conf-changes.xml369(td) #: ./doc/common/tables/keystone-rabbitmq.xml42(td) #: ./doc/common/tables/sahara-rabbitmq.xml42(td) #: ./doc/common/tables/neutron-rabbitmq.xml42(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml62(td) #: ./doc/common/tables/cinder-conf-changes.xml473(td) msgid "" "(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this " "option, you must wipe the RabbitMQ database." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml46(td) #: ./doc/common/tables/glance-rpc.xml206(td) #: ./doc/common/tables/nova-rabbitmq.xml46(td) #: ./doc/common/tables/cinder-rabbitmq.xml46(td) #: ./doc/common/tables/heat-conf-changes.xml225(td) #: ./doc/common/tables/glance-conf-changes.xml233(td) #: ./doc/common/tables/neutron-conf-changes.xml305(td) #: ./doc/common/tables/keystone-conf-changes.xml277(td) #: ./doc/common/tables/ceilometer-conf-changes.xml273(td) #: ./doc/common/tables/heat-rabbitmq.xml46(td) #: ./doc/common/tables/trove-rabbitmq.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml301(td) #: ./doc/common/tables/nova-conf-changes.xml373(td) #: ./doc/common/tables/keystone-rabbitmq.xml46(td) #: ./doc/common/tables/sahara-rabbitmq.xml46(td) #: ./doc/common/tables/neutron-rabbitmq.xml46(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml66(td) #: ./doc/common/tables/cinder-conf-changes.xml477(td) msgid "(StrOpt) The RabbitMQ broker address where a single node is used." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml49(replaceable) #: ./doc/common/tables/glance-rpc.xml209(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml49(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml49(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml49(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml49(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml49(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml49(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml49(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml69(replaceable) msgid "$rabbit_host:$rabbit_port" msgstr "$rabbit_host:$rabbit_port" #: ./doc/common/tables/ironic-rabbitmq.xml50(td) #: ./doc/common/tables/glance-rpc.xml210(td) #: ./doc/common/tables/nova-rabbitmq.xml50(td) #: ./doc/common/tables/cinder-rabbitmq.xml50(td) #: ./doc/common/tables/heat-conf-changes.xml229(td) #: ./doc/common/tables/glance-conf-changes.xml237(td) #: ./doc/common/tables/neutron-conf-changes.xml309(td) #: ./doc/common/tables/keystone-conf-changes.xml281(td) #: ./doc/common/tables/ceilometer-conf-changes.xml277(td) #: ./doc/common/tables/heat-rabbitmq.xml50(td) #: ./doc/common/tables/trove-rabbitmq.xml50(td) #: ./doc/common/tables/trove-conf-changes.xml305(td) #: ./doc/common/tables/nova-conf-changes.xml377(td) #: ./doc/common/tables/keystone-rabbitmq.xml50(td) #: ./doc/common/tables/sahara-rabbitmq.xml50(td) #: ./doc/common/tables/neutron-rabbitmq.xml50(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml70(td) #: ./doc/common/tables/cinder-conf-changes.xml481(td) msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml53(replaceable) #: ./doc/common/tables/glance-rpc.xml213(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml53(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml53(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml53(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml53(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml53(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml53(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml53(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml73(replaceable) msgid "AMQPLAIN" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml54(td) #: ./doc/common/tables/glance-rpc.xml214(td) #: ./doc/common/tables/nova-rabbitmq.xml54(td) #: ./doc/common/tables/cinder-rabbitmq.xml54(td) #: ./doc/common/tables/heat-conf-changes.xml233(td) #: ./doc/common/tables/glance-conf-changes.xml241(td) #: ./doc/common/tables/neutron-conf-changes.xml313(td) #: ./doc/common/tables/keystone-conf-changes.xml285(td) #: ./doc/common/tables/ceilometer-conf-changes.xml281(td) #: ./doc/common/tables/heat-rabbitmq.xml54(td) #: ./doc/common/tables/trove-rabbitmq.xml54(td) #: ./doc/common/tables/trove-conf-changes.xml309(td) #: ./doc/common/tables/nova-conf-changes.xml381(td) #: ./doc/common/tables/keystone-rabbitmq.xml54(td) #: ./doc/common/tables/sahara-rabbitmq.xml54(td) #: ./doc/common/tables/neutron-rabbitmq.xml54(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml74(td) #: ./doc/common/tables/cinder-conf-changes.xml485(td) msgid "(StrOpt) The RabbitMQ login method." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml58(td) #: ./doc/common/tables/glance-rpc.xml218(td) #: ./doc/common/tables/nova-rabbitmq.xml58(td) #: ./doc/common/tables/cinder-rabbitmq.xml58(td) #: ./doc/common/tables/heat-conf-changes.xml237(td) #: ./doc/common/tables/glance-conf-changes.xml245(td) #: ./doc/common/tables/neutron-conf-changes.xml317(td) #: ./doc/common/tables/keystone-conf-changes.xml289(td) #: ./doc/common/tables/ceilometer-conf-changes.xml285(td) #: ./doc/common/tables/heat-rabbitmq.xml58(td) #: ./doc/common/tables/trove-rabbitmq.xml58(td) #: ./doc/common/tables/trove-conf-changes.xml313(td) #: ./doc/common/tables/nova-conf-changes.xml385(td) #: ./doc/common/tables/keystone-rabbitmq.xml58(td) #: ./doc/common/tables/sahara-rabbitmq.xml58(td) #: ./doc/common/tables/neutron-rabbitmq.xml58(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml78(td) #: ./doc/common/tables/cinder-conf-changes.xml489(td) msgid "" "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 " "(infinite retry count)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml61(replaceable) #: ./doc/common/tables/ironic-rabbitmq.xml81(replaceable) #: ./doc/common/tables/glance-rpc.xml221(replaceable) #: ./doc/common/tables/glance-rpc.xml241(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml61(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml81(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml61(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml81(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml61(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml81(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml61(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml81(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml61(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml81(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml61(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml81(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml61(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml81(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml81(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml101(replaceable) msgid "guest" msgstr "客户机" #: ./doc/common/tables/ironic-rabbitmq.xml62(td) #: ./doc/common/tables/glance-rpc.xml222(td) #: ./doc/common/tables/nova-rabbitmq.xml62(td) #: ./doc/common/tables/cinder-rabbitmq.xml62(td) #: ./doc/common/tables/heat-conf-changes.xml241(td) #: ./doc/common/tables/glance-conf-changes.xml249(td) #: ./doc/common/tables/neutron-conf-changes.xml321(td) #: ./doc/common/tables/keystone-conf-changes.xml293(td) #: ./doc/common/tables/ceilometer-conf-changes.xml289(td) #: ./doc/common/tables/heat-rabbitmq.xml62(td) #: ./doc/common/tables/trove-rabbitmq.xml62(td) #: ./doc/common/tables/trove-conf-changes.xml317(td) #: ./doc/common/tables/nova-conf-changes.xml389(td) #: ./doc/common/tables/keystone-rabbitmq.xml62(td) #: ./doc/common/tables/sahara-rabbitmq.xml62(td) #: ./doc/common/tables/neutron-rabbitmq.xml62(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml82(td) #: ./doc/common/tables/cinder-conf-changes.xml493(td) msgid "(StrOpt) The RabbitMQ password." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml66(td) #: ./doc/common/tables/glance-rpc.xml226(td) #: ./doc/common/tables/nova-rabbitmq.xml66(td) #: ./doc/common/tables/cinder-rabbitmq.xml66(td) #: ./doc/common/tables/heat-conf-changes.xml245(td) #: ./doc/common/tables/glance-conf-changes.xml253(td) #: ./doc/common/tables/neutron-conf-changes.xml325(td) #: ./doc/common/tables/keystone-conf-changes.xml297(td) #: ./doc/common/tables/ceilometer-conf-changes.xml293(td) #: ./doc/common/tables/heat-rabbitmq.xml66(td) #: ./doc/common/tables/trove-rabbitmq.xml66(td) #: ./doc/common/tables/trove-conf-changes.xml321(td) #: ./doc/common/tables/nova-conf-changes.xml393(td) #: ./doc/common/tables/keystone-rabbitmq.xml66(td) #: ./doc/common/tables/sahara-rabbitmq.xml66(td) #: ./doc/common/tables/neutron-rabbitmq.xml66(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml86(td) #: ./doc/common/tables/cinder-conf-changes.xml497(td) msgid "(IntOpt) The RabbitMQ broker port where a single node is used." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml70(td) #: ./doc/common/tables/glance-rpc.xml230(td) #: ./doc/common/tables/nova-rabbitmq.xml70(td) #: ./doc/common/tables/cinder-rabbitmq.xml70(td) #: ./doc/common/tables/heat-conf-changes.xml249(td) #: ./doc/common/tables/glance-conf-changes.xml257(td) #: ./doc/common/tables/neutron-conf-changes.xml329(td) #: ./doc/common/tables/keystone-conf-changes.xml301(td) #: ./doc/common/tables/ceilometer-conf-changes.xml297(td) #: ./doc/common/tables/heat-rabbitmq.xml70(td) #: ./doc/common/tables/trove-rabbitmq.xml70(td) #: ./doc/common/tables/trove-conf-changes.xml325(td) #: ./doc/common/tables/nova-conf-changes.xml397(td) #: ./doc/common/tables/keystone-rabbitmq.xml70(td) #: ./doc/common/tables/sahara-rabbitmq.xml70(td) #: ./doc/common/tables/neutron-rabbitmq.xml70(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml90(td) #: ./doc/common/tables/cinder-conf-changes.xml501(td) msgid "" "(IntOpt) How long to backoff for between retries when connecting to " "RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml74(td) #: ./doc/common/tables/glance-rpc.xml234(td) #: ./doc/common/tables/nova-rabbitmq.xml74(td) #: ./doc/common/tables/cinder-rabbitmq.xml74(td) #: ./doc/common/tables/heat-conf-changes.xml253(td) #: ./doc/common/tables/glance-conf-changes.xml261(td) #: ./doc/common/tables/neutron-conf-changes.xml333(td) #: ./doc/common/tables/keystone-conf-changes.xml305(td) #: ./doc/common/tables/ceilometer-conf-changes.xml301(td) #: ./doc/common/tables/heat-rabbitmq.xml74(td) #: ./doc/common/tables/trove-rabbitmq.xml74(td) #: ./doc/common/tables/trove-conf-changes.xml329(td) #: ./doc/common/tables/nova-conf-changes.xml401(td) #: ./doc/common/tables/keystone-rabbitmq.xml74(td) #: ./doc/common/tables/sahara-rabbitmq.xml74(td) #: ./doc/common/tables/neutron-rabbitmq.xml74(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml94(td) #: ./doc/common/tables/cinder-conf-changes.xml505(td) msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml78(td) #: ./doc/common/tables/glance-rpc.xml238(td) #: ./doc/common/tables/nova-rabbitmq.xml78(td) #: ./doc/common/tables/cinder-rabbitmq.xml78(td) #: ./doc/common/tables/heat-conf-changes.xml257(td) #: ./doc/common/tables/glance-conf-changes.xml265(td) #: ./doc/common/tables/neutron-conf-changes.xml337(td) #: ./doc/common/tables/keystone-conf-changes.xml309(td) #: ./doc/common/tables/ceilometer-conf-changes.xml305(td) #: ./doc/common/tables/heat-rabbitmq.xml78(td) #: ./doc/common/tables/trove-rabbitmq.xml78(td) #: ./doc/common/tables/trove-conf-changes.xml333(td) #: ./doc/common/tables/nova-conf-changes.xml405(td) #: ./doc/common/tables/keystone-rabbitmq.xml78(td) #: ./doc/common/tables/sahara-rabbitmq.xml78(td) #: ./doc/common/tables/neutron-rabbitmq.xml78(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml98(td) #: ./doc/common/tables/cinder-conf-changes.xml509(td) msgid "(BoolOpt) Connect over SSL for RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml82(td) #: ./doc/common/tables/glance-rpc.xml242(td) #: ./doc/common/tables/nova-rabbitmq.xml82(td) #: ./doc/common/tables/cinder-rabbitmq.xml82(td) #: ./doc/common/tables/heat-conf-changes.xml261(td) #: ./doc/common/tables/glance-conf-changes.xml269(td) #: ./doc/common/tables/neutron-conf-changes.xml341(td) #: ./doc/common/tables/keystone-conf-changes.xml313(td) #: ./doc/common/tables/ceilometer-conf-changes.xml309(td) #: ./doc/common/tables/heat-rabbitmq.xml82(td) #: ./doc/common/tables/trove-rabbitmq.xml82(td) #: ./doc/common/tables/trove-conf-changes.xml337(td) #: ./doc/common/tables/nova-conf-changes.xml409(td) #: ./doc/common/tables/keystone-rabbitmq.xml82(td) #: ./doc/common/tables/sahara-rabbitmq.xml82(td) #: ./doc/common/tables/neutron-rabbitmq.xml82(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml102(td) #: ./doc/common/tables/cinder-conf-changes.xml513(td) msgid "(StrOpt) The RabbitMQ userid." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml85(replaceable) #: ./doc/common/tables/glance-rpc.xml245(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml85(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml85(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml85(replaceable) #: ./doc/common/tables/trove-rabbitmq.xml85(replaceable) #: ./doc/common/tables/nova-conf-changes.xml476(td) #: ./doc/common/tables/neutron-nuage.xml25(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml85(replaceable) #: ./doc/common/tables/sahara-rabbitmq.xml85(replaceable) #: ./doc/common/tables/nova-ec2.xml37(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml85(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml105(replaceable) msgid "/" msgstr "/" #: ./doc/common/tables/ironic-rabbitmq.xml86(td) #: ./doc/common/tables/glance-rpc.xml246(td) #: ./doc/common/tables/nova-rabbitmq.xml86(td) #: ./doc/common/tables/cinder-rabbitmq.xml86(td) #: ./doc/common/tables/heat-conf-changes.xml265(td) #: ./doc/common/tables/glance-conf-changes.xml273(td) #: ./doc/common/tables/neutron-conf-changes.xml345(td) #: ./doc/common/tables/keystone-conf-changes.xml317(td) #: ./doc/common/tables/ceilometer-conf-changes.xml313(td) #: ./doc/common/tables/heat-rabbitmq.xml86(td) #: ./doc/common/tables/trove-rabbitmq.xml86(td) #: ./doc/common/tables/trove-conf-changes.xml341(td) #: ./doc/common/tables/nova-conf-changes.xml413(td) #: ./doc/common/tables/keystone-rabbitmq.xml86(td) #: ./doc/common/tables/sahara-rabbitmq.xml86(td) #: ./doc/common/tables/neutron-rabbitmq.xml86(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml106(td) #: ./doc/common/tables/cinder-conf-changes.xml517(td) msgid "(StrOpt) The RabbitMQ virtual host." msgstr "" #: ./doc/common/tables/nova-vnc.xml7(caption) msgid "Description of VNC configuration options" msgstr "" #: ./doc/common/tables/nova-vnc.xml22(td) msgid "(BoolOpt) Become a daemon (background process)" msgstr "" #: ./doc/common/tables/nova-vnc.xml26(td) msgid "(StrOpt) SSL key file (if separate from cert)" msgstr "" #: ./doc/common/tables/nova-vnc.xml29(replaceable) msgid "http://127.0.0.1:6080/vnc_auto.html" msgstr "http://127.0.0.1:6080/vnc_auto.html" #: ./doc/common/tables/nova-vnc.xml30(td) msgid "" "(StrOpt) Location of VNC console proxy, in the form " "\"http://127.0.0.1:6080/vnc_auto.html\"" msgstr "(StrOpt) Location of VNC console proxy, in the form \"http://127.0.0.1:6080/vnc_auto.html\"" #: ./doc/common/tables/nova-vnc.xml34(td) #: ./doc/common/tables/nova-spice.xml34(td) #: ./doc/common/tables/nova-serial_console.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml45(td) #: ./doc/common/tables/nova-conf-changes.xml421(td) msgid "(StrOpt) Host on which to listen for incoming requests" msgstr "" #: ./doc/common/tables/nova-vnc.xml37(replaceable) msgid "6080" msgstr "6080" #: ./doc/common/tables/nova-vnc.xml38(td) #: ./doc/common/tables/nova-spice.xml38(td) #: ./doc/common/tables/nova-serial_console.xml46(td) #: ./doc/common/tables/nova-conf-changes.xml49(td) #: ./doc/common/tables/nova-conf-changes.xml425(td) msgid "(IntOpt) Port on which to listen for incoming requests" msgstr "" #: ./doc/common/tables/nova-vnc.xml42(td) msgid "(BoolOpt) Record sessions to FILE.[session_number]" msgstr "(BoolOpt) Record sessions to FILE.[session_number]" #: ./doc/common/tables/nova-vnc.xml46(td) msgid "(BoolOpt) Source is ipv6" msgstr "" #: ./doc/common/tables/nova-vnc.xml50(td) msgid "(BoolOpt) Disallow non-encrypted connections" msgstr "" #: ./doc/common/tables/nova-vnc.xml54(td) msgid "(BoolOpt) Enable VNC related features" msgstr "" #: ./doc/common/tables/nova-vnc.xml57(replaceable) #: ./doc/common/tables/nova-spice.xml41(replaceable) msgid "en-us" msgstr "" #: ./doc/common/tables/nova-vnc.xml58(td) msgid "(StrOpt) Keymap for VNC" msgstr "" #: ./doc/common/tables/nova-vnc.xml62(td) msgid "(StrOpt) IP address on which instance vncservers should listen" msgstr "" #: ./doc/common/tables/nova-vnc.xml66(td) msgid "" "(StrOpt) The address to which proxy clients (like nova-xvpvncproxy) should " "connect" msgstr "" #: ./doc/common/tables/nova-vnc.xml69(replaceable) msgid "/usr/share/spice-html5" msgstr "" #: ./doc/common/tables/nova-vnc.xml70(td) msgid "(StrOpt) Run webserver on same port. Serve files from DIR." msgstr "" #: ./doc/common/tables/nova-vnc.xml76(replaceable) #: ./doc/common/tables/nova-xen.xml37(replaceable) msgid "5900" msgstr "" #: ./doc/common/tables/nova-vnc.xml77(td) msgid "(IntOpt) VNC starting port" msgstr "" #: ./doc/common/tables/nova-vnc.xml80(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml20(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml24(replaceable) #: ./doc/common/tables/cinder-storage.xml85(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml28(replaceable) msgid "10000" msgstr "" #: ./doc/common/tables/nova-vnc.xml81(td) msgid "(IntOpt) Total number of VNC ports" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml5(caption) msgid "" "Description of extra specs options for NetApp Unified Driver with Clustered " "Data ONTAP" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml11(th) msgid "Extra spec" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml12(th) msgid "Type" msgstr "类型" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml18(literal) msgid "netapp_raid_type" msgstr "netapp_raid_type" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml19(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml24(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml29(td) msgid "String" msgstr "字符串" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml20(literal) msgid "raid4, raid_dp" msgstr "raid4, raid_dp" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml20(td) msgid "" "Limit the candidate volume list based on one of the following raid types: " "." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml23(literal) msgid "netapp_disk_type" msgstr "netapp_disk_type" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml25(literal) msgid "" "ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, XATA, XSAS, or " "SSD." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml25(td) msgid "" "Limit the candidate volume list based on one of the following disk types: " "" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml28(literal) msgid "netapp:qos_policy_group" msgstr "netapp:qos_policy_group" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml28(para) msgid "" "Please note that this extra spec has a colon (:) in its " "name because it is used by the driver to assign the QoS policy group to the " "OpenStack Block Storage volume after it has been provisioned." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml30(td) msgid "" "Specify the name of a QoS policy group, which defines measurable Service " "Level Objectives, that should be applied to the OpenStack Block Storage " "volume at the time of volume creation. Ensure that the QoS policy group " "object within Data ONTAP should be defined before an OpenStack Block Storage" " volume is created, and that the QoS policy group is not associated with the" " destination FlexVol volume." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml33(literal) msgid "netapp_mirrored" msgstr "netapp_mirrored" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml34(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml39(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml44(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml49(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml54(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml59(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml64(td) #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml69(td) msgid "Boolean" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml35(td) msgid "" "Limit the candidate volume list to only the ones that are mirrored on the " "storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml38(literal) msgid "netapp_unmirrored" msgstr "netapp_unmirrored" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml38(para) msgid "" "In the Juno release, these negative-assertion extra specs are formally " "deprecated by the NetApp unified driver. Instead of using the deprecated " "negative-assertion extra specs (for example, ) with a value " "of true, use the corresponding positive-assertion extra " "spec (for example, ) with a value of " "false." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml40(td) msgid "" "Limit the candidate volume list to only the ones that are not mirrored on " "the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml43(literal) msgid "netapp_dedup" msgstr "netapp_dedup" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml45(td) msgid "" "Limit the candidate volume list to only the ones that have deduplication " "enabled on the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml48(literal) msgid "netapp_nodedup" msgstr "netapp_nodedup" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml50(td) msgid "" "Limit the candidate volume list to only the ones that have deduplication " "disabled on the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml53(literal) msgid "netapp_compression" msgstr "netapp_compression" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml55(td) msgid "" "Limit the candidate volume list to only the ones that have compression " "enabled on the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml58(literal) msgid "netapp_nocompression" msgstr "netapp_nocompression" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml60(td) msgid "" "Limit the candidate volume list to only the ones that have compression " "disabled on the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml63(literal) msgid "netapp_thin_provisioned" msgstr "netapp_thin_provisioned" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml65(td) msgid "" "Limit the candidate volume list to only the ones that support thin " "provisioning on the storage controller." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml68(literal) msgid "netapp_thick_provisioned" msgstr "netapp_thick_provisioned" #: ./doc/common/tables/cinder-netapp_cdot_extraspecs.xml70(td) msgid "" "Limit the candidate volume list to only the ones that support thick " "provisioning on the storage controller." msgstr "" #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) msgid "[app-proxy-server]" msgstr "" #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml136(replaceable) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml20(replaceable) msgid "egg:swift#proxy" msgstr "" #: ./doc/common/tables/cinder-xio.xml7(caption) msgid "Description of X-IO volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-xio.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml129(td) msgid "" "(BoolOpt) Tell driver to use SSL for connection to backend storage if the " "driver supports it." msgstr "" #: ./doc/common/tables/cinder-xio.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml185(td) msgid "" "(IntOpt) Number on retries to get completion status after issuing a command " "to ISE." msgstr "" #: ./doc/common/tables/cinder-xio.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml189(td) msgid "" "(IntOpt) Number of retries (per port) when establishing connection to ISE " "management port." msgstr "" #: ./doc/common/tables/cinder-xio.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml193(td) msgid "(IntOpt) Raid level for ISE volumes." msgstr "" #: ./doc/common/tables/cinder-xio.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml197(td) msgid "(IntOpt) Interval (secs) between retries." msgstr "" #: ./doc/common/tables/cinder-xio.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml201(td) msgid "(IntOpt) Default storage pool for volumes." msgstr "" #: ./doc/common/tables/keystone-api.xml7(caption) #: ./doc/common/tables/trove-api.xml7(caption) #: ./doc/common/tables/glance-api.xml7(caption) #: ./doc/common/tables/ceilometer-api.xml7(caption) #: ./doc/common/tables/heat-api.xml7(caption) #: ./doc/common/tables/ironic-api.xml7(caption) #: ./doc/common/tables/cinder-api.xml7(caption) #: ./doc/common/tables/nova-api.xml7(caption) #: ./doc/common/tables/neutron-api.xml7(caption) msgid "Description of API configuration options" msgstr "" #: ./doc/common/tables/keystone-api.xml22(td) #: ./doc/common/tables/keystone-conf-changes.xml45(td) msgid "" "(StrOpt) The IP address of the network interface for the admin service to " "listen on." msgstr "" #: ./doc/common/tables/keystone-api.xml26(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.xml30(td) #: ./doc/common/tables/keystone-conf-changes.xml49(td) msgid "(IntOpt) The port number which the admin service listens on." msgstr "" #: ./doc/common/tables/keystone-api.xml33(replaceable) msgid "ADMIN" msgstr "" #: ./doc/common/tables/keystone-api.xml34(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.xml38(td) msgid "" "(IntOpt) The number of worker processes to serve the admin WSGI application." " Defaults to number of CPUs (minimum of 2)." msgstr "" #: ./doc/common/tables/keystone-api.xml41(replaceable) #: ./doc/common/tables/nova-api.xml81(replaceable) msgid "8774" msgstr "8774" #: ./doc/common/tables/keystone-api.xml42(td) msgid "" "(IntOpt) (Deprecated) The port which the OpenStack Compute service listens " "on. This option was only used for string replacement in the templated " "catalog backend. Templated catalogs should replace the \"$(compute_port)s\" " "substitution with the static port of the compute service. As of Juno, this " "option is deprecated and will be removed in the L release." msgstr "" #: ./doc/common/tables/keystone-api.xml46(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.xml50(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.xml54(td) msgid "(IntOpt) Limit the sizes of user & project ID/names." msgstr "" #: ./doc/common/tables/keystone-api.xml58(td) #: ./doc/common/tables/keystone-conf-changes.xml17(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.xml61(replaceable) #: ./doc/common/tables/cinder-api.xml57(replaceable) msgid "114688" msgstr "" #: ./doc/common/tables/keystone-api.xml62(td) msgid "" "(IntOpt) Enforced by optional sizelimit middleware " "(keystone.middleware:RequestBodySizeLimiter)." msgstr "" #: ./doc/common/tables/keystone-api.xml66(td) msgid "" "(IntOpt) Similar to max_param_size, but provides an exception for token " "values." msgstr "" #: ./doc/common/tables/keystone-api.xml69(replaceable) msgid "9fe2ff9ee4384b1894a90878d3e92bab" msgstr "" #: ./doc/common/tables/keystone-api.xml70(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.xml73(replaceable) msgid "_member_" msgstr "_member_" #: ./doc/common/tables/keystone-api.xml74(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.xml78(td) #: ./doc/common/tables/keystone-conf-changes.xml57(td) msgid "" "(StrOpt) The IP address of the network interface for the public service to " "listen on." msgstr "" #: ./doc/common/tables/keystone-api.xml82(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.xml85(replaceable) #: ./doc/common/tables/neutron-vmware.xml80(replaceable) msgid "5000" msgstr "5000" #: ./doc/common/tables/keystone-api.xml86(td) #: ./doc/common/tables/keystone-conf-changes.xml61(td) msgid "(IntOpt) The port number which the public service listens on." msgstr "" #: ./doc/common/tables/keystone-api.xml90(td) msgid "" "(IntOpt) The number of worker processes to serve the public WSGI " "application. Defaults to number of CPUs (minimum of 2)." msgstr "" #: ./doc/common/tables/keystone-api.xml94(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.xml98(td) #: ./doc/common/tables/keystone-conf-changes.xml69(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.xml102(td) #: ./doc/common/tables/keystone-conf-changes.xml73(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.xml105(th) msgid "[endpoint_filter]" msgstr "[endpoint_filter]" #: ./doc/common/tables/keystone-api.xml108(replaceable) msgid "keystone.contrib.endpoint_filter.backends.sql.EndpointFilter" msgstr "" #: ./doc/common/tables/keystone-api.xml109(td) msgid "(StrOpt) Endpoint Filter backend driver" msgstr "" #: ./doc/common/tables/keystone-api.xml113(td) msgid "(BoolOpt) Toggle to return all active endpoints if no filter exists." msgstr "" #: ./doc/common/tables/keystone-api.xml116(th) msgid "[endpoint_policy]" msgstr "[endpoint_policy]" #: ./doc/common/tables/keystone-api.xml119(replaceable) msgid "keystone.contrib.endpoint_policy.backends.sql.EndpointPolicy" msgstr "keystone.contrib.endpoint_policy.backends.sql.EndpointPolicy" #: ./doc/common/tables/keystone-api.xml120(td) msgid "(StrOpt) Endpoint policy backend driver" msgstr "" #: ./doc/common/tables/keystone-api.xml123(th) #: ./doc/common/tables/glance-api.xml96(th) #: ./doc/common/tables/heat-api.xml154(th) msgid "[paste_deploy]" msgstr "[paste_deploy]" #: ./doc/common/tables/keystone-api.xml126(replaceable) msgid "keystone-paste.ini" msgstr "" #: ./doc/common/tables/keystone-api.xml127(td) msgid "" "(StrOpt) Name of the paste configuration file that defines the available " "pipelines." msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-container-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-object-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-account-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml8(literal) msgid "[pipeline-main]" msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml8(filename) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(filename) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml8(filename) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(filename) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml8(filename) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(filename) msgid "object-expirer.conf" msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml20(replaceable) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(replaceable) msgid "catch_errors proxy-logging cache proxy-server" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml7(caption) msgid "Description of cisco zoning fabrics configuration options" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml18(th) msgid "[CISCO_FABRIC_EXAMPLE]" msgstr "[CISCO_FABRIC_EXAMPLE]" #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml50(td) msgid "(StrOpt) VSAN of the Fabric" msgstr "" #: ./doc/common/tables/nova-ironic.xml7(caption) msgid "Description of bare metal configuration options" msgstr "" #: ./doc/common/tables/nova-ironic.xml18(th) msgid "[ironic]" msgstr "" #: ./doc/common/tables/nova-ironic.xml22(td) msgid "(StrOpt) Ironic keystone auth token." msgstr "" #: ./doc/common/tables/nova-ironic.xml26(td) msgid "(StrOpt) Ironic keystone admin password." msgstr "" #: ./doc/common/tables/nova-ironic.xml30(td) msgid "(StrOpt) Ironic keystone tenant name." msgstr "" #: ./doc/common/tables/nova-ironic.xml34(td) msgid "(StrOpt) Keystone public API endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml38(td) msgid "(StrOpt) Ironic keystone admin name" msgstr "" #: ./doc/common/tables/nova-ironic.xml42(td) msgid "(StrOpt) URL for Ironic API endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml46(td) msgid "(IntOpt) How many retries when a request does conflict." msgstr "" #: ./doc/common/tables/nova-ironic.xml50(td) msgid "(IntOpt) How often to retry in seconds when a request does conflict" msgstr "" #: ./doc/common/tables/nova-ironic.xml54(td) msgid "(IntOpt) Version of Ironic API service endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml58(td) msgid "" "(StrOpt) Log level override for ironicclient. Set this in order to override " "the global \"default_log_levels\", \"verbose\", and \"debug\" settings." msgstr "" #: ./doc/common/tables/ceilometer-dispatcher_http.xml7(caption) msgid "Description of HTTP dispatcher configuration options" msgstr "" #: ./doc/common/tables/ceilometer-dispatcher_http.xml18(th) msgid "[dispatcher_http]" msgstr "[dispatcher_http]" #: ./doc/common/tables/ceilometer-dispatcher_http.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes.xml89(td) msgid "" "(BoolOpt) The flag that indicates if only cadf message should be posted. If " "false, all meters will be posted." msgstr "" #: ./doc/common/tables/ceilometer-dispatcher_http.xml26(td) #: ./doc/common/tables/ceilometer-conf-changes.xml93(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.xml30(td) #: ./doc/common/tables/ceilometer-conf-changes.xml97(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.xml34(td) #: ./doc/common/tables/ceilometer-conf-changes.xml101(td) msgid "(IntOpt) The max time in seconds to wait for a request to timeout." msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml8(literal) msgid "[container-auditor]" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml20(replaceable) #: ./doc/common/tables/trove-api.xml49(replaceable) #: ./doc/common/tables/trove-api.xml53(replaceable) #: ./doc/common/tables/trove-api.xml57(replaceable) #: ./doc/common/tables/trove-api.xml61(replaceable) #: ./doc/common/tables/trove-api.xml65(replaceable) #: ./doc/common/tables/glance-swift.xml92(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml170(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml170(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml20(replaceable) msgid "200" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml21(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.xml24(replaceable) #: ./doc/common/tables/nova-ldap.xml45(replaceable) #: ./doc/common/tables/nova-compute.xml129(replaceable) #: ./doc/common/tables/keystone-revoke.xml29(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml40(replaceable) #: ./doc/common/tables/ironic-conductor.xml37(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml24(replaceable) msgid "1800" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml40(replaceable) msgid "container-auditor" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml44(replaceable) #: ./doc/common/tables/swift-container-server-filter-recon.xml20(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(replaceable) #: ./doc/common/tables/swift-account-server-filter-recon.xml20(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml72(replaceable) #: ./doc/common/tables/swift-container-server-container-updater.xml57(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml68(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml60(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml64(replaceable) #: ./doc/common/tables/swift-account-server-account-auditor.xml44(replaceable) #: ./doc/common/tables/swift-object-server-filter-recon.xml20(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml56(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml48(replaceable) msgid "/var/cache/swift" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml45(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml21(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml51(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml21(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml73(td) #: ./doc/common/tables/swift-container-server-container-updater.xml58(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml69(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml61(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml65(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml45(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml21(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml57(td) #: ./doc/common/tables/swift-object-server-object-updater.xml49(td) msgid "Directory where stats for a few items will be stored" msgstr "" #: ./doc/common/tables/glance-rpc.xml21(replaceable) msgid "openstack.common.exception, glance.common.exception, exceptions" msgstr "" #: ./doc/common/tables/glance-rpc.xml22(td) msgid "" "(ListOpt) Modules of exceptions that are permitted to be recreatedupon " "receiving exception data from an rpc call." msgstr "" #: ./doc/common/tables/glance-rpc.xml107(th) #: ./doc/common/tables/ceilometer-qpid.xml18(th) msgid "[oslo_messaging_qpid]" msgstr "" #: ./doc/common/tables/glance-rpc.xml166(th) #: ./doc/common/tables/ceilometer-rabbitmq.xml18(th) msgid "[oslo_messaging_rabbit]" msgstr "" #: ./doc/common/tables/neutron-policy.xml22(td) msgid "(BoolOpt) Allow overlapping IP support in Neutron" msgstr "" #: ./doc/common/tables/neutron-policy.xml30(td) msgid "(MultiStrOpt) Directories where policy configuration files are stored." msgstr "" #: ./doc/common/tables/glance-database.xml22(td) msgid "" "(BoolOpt) DEPRECATED. TO BE REMOVED IN THE JUNO RELEASE. Whether or not to " "enforce that all DB tables have charset utf8. If your database tables do not" " have charset utf8 you will need to convert before this option is removed. " "This option is only relevant if your database engine is MySQL." msgstr "" #: ./doc/common/tables/nova-spice.xml7(caption) msgid "Description of SPICE configuration options" msgstr "" #: ./doc/common/tables/nova-spice.xml18(th) msgid "[spice]" msgstr "" #: ./doc/common/tables/nova-spice.xml22(td) msgid "(BoolOpt) Enable spice guest agent support" msgstr "" #: ./doc/common/tables/nova-spice.xml26(td) msgid "(BoolOpt) Enable spice related features" msgstr "" #: ./doc/common/tables/nova-spice.xml29(replaceable) msgid "http://127.0.0.1:6082/spice_auto.html" msgstr "http://127.0.0.1:6082/spice_auto.html" #: ./doc/common/tables/nova-spice.xml30(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.xml37(replaceable) msgid "6082" msgstr "6082" #: ./doc/common/tables/nova-spice.xml42(td) msgid "(StrOpt) Keymap for spice" msgstr "" #: ./doc/common/tables/nova-spice.xml46(td) msgid "(StrOpt) IP address on which instance spice server should listen" msgstr "" #: ./doc/common/tables/nova-spice.xml50(td) msgid "" "(StrOpt) The address to which proxy clients (like nova-spicehtml5proxy) " "should connect" msgstr "" #: ./doc/common/tables/heat-clients_heat.xml7(caption) msgid "Description of heat clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_heat.xml18(th) msgid "[clients_heat]" msgstr "[clients_heat]" #: ./doc/common/tables/heat-clients_heat.xml42(td) msgid "" "(StrOpt) Optional heat url in format like " "http://0.0.0.0:8004/v1/%(tenant_id)s." msgstr "" #: ./doc/common/tables/nova-xen.xml7(caption) msgid "Description of Xen configuration options" msgstr "" #: ./doc/common/tables/nova-xen.xml21(replaceable) msgid "nova.console.xvp.XVPConsoleProxy" msgstr "" #: ./doc/common/tables/nova-xen.xml22(td) msgid "(StrOpt) Driver to use for the console proxy" msgstr "" #: ./doc/common/tables/nova-xen.xml25(replaceable) msgid "/etc/xvp.conf" msgstr "" #: ./doc/common/tables/nova-xen.xml26(td) msgid "(StrOpt) Generated XVP conf file" msgstr "" #: ./doc/common/tables/nova-xen.xml29(replaceable) msgid "$pybasedir/nova/console/xvp.conf.template" msgstr "" #: ./doc/common/tables/nova-xen.xml30(td) msgid "(StrOpt) XVP conf template" msgstr "" #: ./doc/common/tables/nova-xen.xml33(replaceable) msgid "/var/log/xvp.log" msgstr "" #: ./doc/common/tables/nova-xen.xml34(td) msgid "(StrOpt) XVP log file" msgstr "" #: ./doc/common/tables/nova-xen.xml38(td) msgid "(IntOpt) Port for XVP to multiplex VNC connections on" msgstr "" #: ./doc/common/tables/nova-xen.xml41(replaceable) msgid "/var/run/xvp.pid" msgstr "" #: ./doc/common/tables/nova-xen.xml42(td) msgid "(StrOpt) XVP master process pid file" msgstr "" #: ./doc/common/tables/nova-xen.xml46(td) msgid "(BoolOpt) Stub calls to compute worker for tests" msgstr "" #: ./doc/common/tables/nova-xen.xml49(th) #: ./doc/common/tables/nova-quobyte.xml18(th) #: ./doc/common/tables/nova-volumes.xml99(th) #: ./doc/common/tables/nova-livemigration.xml25(th) #: ./doc/common/tables/nova-libvirt.xml29(th) msgid "[libvirt]" msgstr "" #: ./doc/common/tables/nova-xen.xml52(replaceable) msgid "/usr/lib/xen/boot/hvmloader" msgstr "" #: ./doc/common/tables/nova-xen.xml53(td) msgid "(StrOpt) Location where the Xen hvmloader is kept" msgstr "" #: ./doc/common/tables/nova-xen.xml56(th) #: ./doc/common/tables/nova-volumes.xml154(th) msgid "[xenserver]" msgstr "" #: ./doc/common/tables/nova-xen.xml59(replaceable) msgid "usr/sbin/xe-update-networking" msgstr "" #: ./doc/common/tables/nova-xen.xml60(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.xml64(td) msgid "" "(IntOpt) Number of seconds to wait for agent reply to resetnetwork request" msgstr "" #: ./doc/common/tables/nova-xen.xml68(td) msgid "(IntOpt) Number of seconds to wait for agent reply" msgstr "" #: ./doc/common/tables/nova-xen.xml72(td) msgid "(IntOpt) Number of seconds to wait for agent to be fully operational" msgstr "" #: ./doc/common/tables/nova-xen.xml75(replaceable) msgid "all" msgstr "" #: ./doc/common/tables/nova-xen.xml76(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.xml80(td) msgid "" "(BoolOpt) Ensure compute service is running on host XenAPI connects to." msgstr "" #: ./doc/common/tables/nova-xen.xml84(td) msgid "" "(IntOpt) Maximum number of concurrent XenAPI connections. Used only if " "compute_driver=xenapi.XenAPIDriver" msgstr "" #: ./doc/common/tables/nova-xen.xml88(td) msgid "" "(StrOpt) Password for connection to XenServer/Xen Cloud Platform. Used only " "if compute_driver=xenapi.XenAPIDriver" msgstr "" #: ./doc/common/tables/nova-xen.xml92(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.xml95(replaceable) #: ./doc/common/tables/neutron-rootwrap.xml48(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml48(replaceable) #: ./doc/common/tables/ceilometer-xenapi.xml29(replaceable) msgid "root" msgstr "" #: ./doc/common/tables/nova-xen.xml96(td) msgid "" "(StrOpt) Username for connection to XenServer/Xen Cloud Platform. Used only " "if compute_driver=xenapi.XenAPIDriver" msgstr "" #: ./doc/common/tables/nova-xen.xml99(replaceable) msgid "linux" msgstr "linux" #: ./doc/common/tables/nova-xen.xml100(td) msgid "(StrOpt) Default OS type" msgstr "" #: ./doc/common/tables/nova-xen.xml104(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.xml108(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.xml111(replaceable) msgid "nova.virt.xenapi.image.glance.GlanceStore" msgstr "" #: ./doc/common/tables/nova-xen.xml112(td) msgid "(StrOpt) Dom0 plugin driver used to handle image uploads." msgstr "" #: ./doc/common/tables/nova-xen.xml116(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.xml120(td) msgid "(StrOpt) URL to the iPXE boot menu" msgstr "" #: ./doc/common/tables/nova-xen.xml123(replaceable) msgid "mkisofs" msgstr "" #: ./doc/common/tables/nova-xen.xml124(td) #: ./doc/common/tables/nova-configdrive.xml34(td) msgid "" "(StrOpt) Name and optionally path of the tool used for ISO image creation" msgstr "" #: ./doc/common/tables/nova-xen.xml128(td) msgid "(StrOpt) Name of network to use for booting iPXE ISOs" msgstr "" #: ./doc/common/tables/nova-xen.xml131(replaceable) msgid "iqn.2010-10.org.openstack" msgstr "" #: ./doc/common/tables/nova-xen.xml132(td) msgid "(StrOpt) IQN Prefix" msgstr "" #: ./doc/common/tables/nova-xen.xml136(td) #: ./doc/common/tables/ceilometer-xenapi.xml34(td) msgid "(IntOpt) Timeout in seconds for XenAPI login." msgstr "" #: ./doc/common/tables/nova-xen.xml139(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml29(replaceable) msgid "16777216" msgstr "" #: ./doc/common/tables/nova-xen.xml140(td) msgid "(IntOpt) Maximum size in bytes of kernel or ramdisk images" msgstr "" #: ./doc/common/tables/nova-xen.xml144(td) msgid "" "(IntOpt) Maximum number of retries to unplug VBD. if <=0, should try once" " and no retry" msgstr "" #: ./doc/common/tables/nova-xen.xml147(replaceable) msgid "xapi1" msgstr "" #: ./doc/common/tables/nova-xen.xml148(td) #: ./doc/common/tables/nova-neutron.xml77(td) msgid "(StrOpt) Name of Integration Bridge used by Open vSwitch" msgstr "" #: ./doc/common/tables/nova-xen.xml152(td) msgid "" "(BoolOpt) Used to enable the remapping of VBD dev (Works around an issue in " "Ubuntu Maverick)" msgstr "" #: ./doc/common/tables/nova-xen.xml155(replaceable) msgid "sd" msgstr "" #: ./doc/common/tables/nova-xen.xml156(td) msgid "" "(StrOpt) Specify prefix to remap VBD dev to (ex. /dev/xvdb -> /dev/sdb)" msgstr "" #: ./doc/common/tables/nova-xen.xml160(td) msgid "(IntOpt) Number of seconds to wait for instance to go to running state" msgstr "" #: ./doc/common/tables/nova-xen.xml164(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.xml167(replaceable) msgid "/var/run/sr-mount" msgstr "" #: ./doc/common/tables/nova-xen.xml171(replaceable) msgid "default-sr:true" msgstr "" #: ./doc/common/tables/nova-xen.xml172(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.xml176(td) msgid "(StrOpt) The iSCSI Target Host" msgstr "" #: ./doc/common/tables/nova-xen.xml179(replaceable) #: ./doc/common/tables/cinder-storage.xml49(replaceable) #: ./doc/common/tables/cinder-storage.xml77(replaceable) #: ./doc/common/tables/cinder-prophetstor_dpl.xml29(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml29(replaceable) msgid "3260" msgstr "3260" #: ./doc/common/tables/nova-xen.xml180(td) msgid "(StrOpt) The iSCSI Target Port, default is port 3260" msgstr "" #: ./doc/common/tables/nova-xen.xml184(td) msgid "(StrOpt) Base URL for torrent files." msgstr "" #: ./doc/common/tables/nova-xen.xml188(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.xml191(replaceable) #: ./doc/common/tables/cinder-zoning.xml21(replaceable) #: ./doc/common/tables/nova-hypervisor.xml29(replaceable) msgid "none" msgstr "无" #: ./doc/common/tables/nova-xen.xml192(td) msgid "" "(StrOpt) Whether or not to download images via Bit Torrent (all|some|none)." msgstr "" #: ./doc/common/tables/nova-xen.xml195(replaceable) msgid "6891" msgstr "" #: ./doc/common/tables/nova-xen.xml196(td) msgid "(IntOpt) End of port range to listen on" msgstr "" #: ./doc/common/tables/nova-xen.xml199(replaceable) msgid "6881" msgstr "" #: ./doc/common/tables/nova-xen.xml200(td) msgid "(IntOpt) Beginning of port range to listen on" msgstr "" #: ./doc/common/tables/nova-xen.xml204(td) msgid "" "(IntOpt) Cached torrent files not accessed within this number of seconds can" " be reaped" msgstr "" #: ./doc/common/tables/nova-xen.xml208(td) msgid "" "(IntOpt) Maximum number of seeder processes to run concurrently within a " "given dom0. (-1 = no limit)" msgstr "" #: ./doc/common/tables/nova-xen.xml212(td) msgid "(FloatOpt) Probability that peer will become a seeder. (1.0 = 100%)" msgstr "" #: ./doc/common/tables/nova-xen.xml216(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.xml220(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.xml224(td) msgid "(BoolOpt) To use for hosts with different CPUs" msgstr "" #: ./doc/common/tables/nova-xen.xml228(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.xml231(replaceable) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml20(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml20(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml20(replaceable) msgid "5.0" msgstr "" #: ./doc/common/tables/nova-xen.xml232(td) msgid "" "(FloatOpt) The interval used for polling of coalescing vhds. Used only if " "compute_driver=xenapi.XenAPIDriver" msgstr "" #: ./doc/common/tables/nova-xen.xml235(replaceable) msgid "nova.virt.xenapi.vif.XenAPIBridgeDriver" msgstr "" #: ./doc/common/tables/nova-xen.xml236(td) msgid "(StrOpt) The XenAPI VIF driver using XenServer Network APIs." msgstr "" #: ./doc/common/tables/trove-amqp.xml29(replaceable) msgid "trove.conductor.manager.Manager" msgstr "" #: ./doc/common/tables/trove-amqp.xml30(td) msgid "(StrOpt) Qualified class name to use for conductor manager." msgstr "" #: ./doc/common/tables/trove-amqp.xml33(replaceable) msgid "trove-conductor" msgstr "" #: ./doc/common/tables/trove-amqp.xml34(td) msgid "(StrOpt) Message queue name the Conductor will listen on." msgstr "" #: ./doc/common/tables/trove-amqp.xml37(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml21(replaceable) #: ./doc/common/tables/ironic-amqp.xml29(replaceable) #: ./doc/common/tables/cinder-dellsc.xml25(replaceable) #: ./doc/common/tables/cinder-dellsc.xml33(replaceable) #: ./doc/common/tables/heat-amqp.xml29(replaceable) #: ./doc/common/tables/cinder-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml57(replaceable) #: ./doc/common/tables/sahara-amqp.xml29(replaceable) #: ./doc/common/tables/glance-amqp.xml21(replaceable) #: ./doc/common/tables/nova-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml21(replaceable) #: ./doc/common/tables/keystone-debug.xml40(replaceable) msgid "openstack" msgstr "openstack" #: ./doc/common/tables/trove-amqp.xml45(replaceable) #: ./doc/common/tables/trove-conf-changes.xml456(td) msgid "" "{'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'couchbase': " "'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': " "'c8c907af-7375-456f-b929-b637ff9209ee', 'redis': 'b216ffc5-1947-456c-a4cf-" "70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'cassandra':" " '459a230d-4e97-4344-9067-2a54a310b0ed'}" msgstr "" #: ./doc/common/tables/trove-amqp.xml46(td) msgid "(DictOpt) Unique ID to tag notification events." msgstr "" #: ./doc/common/tables/ironic-swift.xml7(caption) #: ./doc/common/tables/glance-swift.xml7(caption) #: ./doc/common/tables/ceilometer-swift.xml7(caption) #: ./doc/common/tables/trove-swift.xml7(caption) msgid "Description of swift configuration options" msgstr "" #: ./doc/common/tables/ironic-swift.xml18(th) #: ./doc/common/tables/sahara-clients.xml77(th) msgid "[swift]" msgstr "" #: ./doc/common/tables/ironic-swift.xml22(td) msgid "" "(IntOpt) Maximum number of times to retry a Swift request, before failing." msgstr "" #: ./doc/common/tables/sahara-database.xml21(replaceable) msgid "sahara.db" msgstr "" #: ./doc/common/tables/sahara-database.xml22(td) msgid "(StrOpt) Driver to use for database access." msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml7(caption) msgid "Description of ML2 Cisco mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml22(td) msgid "(StrOpt) Prefix for APIC domain/names/profiles created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml25(th) msgid "[ml2_cisco_apic]" msgstr "[ml2_cisco_apic]" #: ./doc/common/tables/neutron-ml2_cisco.xml29(td) msgid "(FloatOpt) Interval between agent poll for topology (in sec)" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml33(td) msgid "(FloatOpt) Interval between agent status updates (in sec)" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml36(replaceable) msgid "${apic_system_id}_app" msgstr "${apic_system_id}_app" #: ./doc/common/tables/neutron-ml2_cisco.xml37(td) msgid "(StrOpt) Name for the app profile used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml40(replaceable) msgid "${apic_system_id}" msgstr "${apic_system_id}" #: ./doc/common/tables/neutron-ml2_cisco.xml41(td) msgid "(StrOpt) Name for the domain created on APIC" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml44(replaceable) msgid "${apic_system_id}_entity_profile" msgstr "${apic_system_id}_entity_profile" #: ./doc/common/tables/neutron-ml2_cisco.xml45(td) msgid "(StrOpt) Name of the entity profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml48(replaceable) msgid "${apic_system_id}_function_profile" msgstr "${apic_system_id}_function_profile" #: ./doc/common/tables/neutron-ml2_cisco.xml49(td) msgid "(StrOpt) Name of the function profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml53(td) msgid "(ListOpt) The uplink ports to check for ACI connectivity" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml57(td) msgid "" "(ListOpt) An ordered list of host names or IP addresses of the APIC " "controller(s)." msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml60(replaceable) msgid "${apic_system_id}_lacp_profile" msgstr "${apic_system_id}_lacp_profile" #: ./doc/common/tables/neutron-ml2_cisco.xml61(td) msgid "(StrOpt) Name of the LACP profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml64(replaceable) msgid "use_name" msgstr "use_name" #: ./doc/common/tables/neutron-ml2_cisco.xml65(td) msgid "(StrOpt) Name mapping strategy to use: use_uuid | use_name" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml68(replaceable) msgid "${apic_system_id}_node_profile" msgstr "${apic_system_id}_node_profile" #: ./doc/common/tables/neutron-ml2_cisco.xml69(td) msgid "(StrOpt) Name of the node profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml73(td) msgid "(StrOpt) Password for the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml77(td) msgid "(IntOpt) Synchronization interval in seconds" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml81(td) msgid "(BoolOpt) Use SSL to connect to the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml85(td) msgid "(StrOpt) Username for the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml88(replaceable) msgid "${apic_system_id}_vlan_ns" msgstr "${apic_system_id}_vlan_ns" #: ./doc/common/tables/neutron-ml2_cisco.xml89(td) msgid "(StrOpt) Name for the vlan namespace to be used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml92(replaceable) msgid "2:4093" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml93(td) msgid "(StrOpt) Range of VLAN's to be used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml97(td) msgid "(ListOpt) The switch pairs for VPC connectivity" msgstr "" #: ./doc/common/tables/nova-policy.xml22(td) msgid "(BoolOpt) Permit instance snapshot operations." msgstr "" #: ./doc/common/tables/nova-policy.xml26(td) msgid "" "(BoolOpt) Allow migrate machine to the same host. Useful when testing in " "single-host environments." msgstr "" #: ./doc/common/tables/nova-policy.xml30(td) msgid "" "(BoolOpt) Allow destination machine to match source for resize. Useful when " "testing in single-host environments." msgstr "" #: ./doc/common/tables/nova-policy.xml34(td) #: ./doc/common/tables/cinder-quota.xml22(td) msgid "(IntOpt) Number of seconds between subsequent usage refreshes" msgstr "" #: ./doc/common/tables/nova-policy.xml38(td) msgid "" "(IntOpt) Maximum number of devices that will result in a local image being " "created on the hypervisor node. Setting this to 0 means nova will allow only" " boot from volume. A negative number means unlimited." msgstr "" #: ./doc/common/tables/nova-policy.xml42(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.xml45(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml24(replaceable) #: ./doc/common/tables/cinder-quota.xml25(replaceable) #: ./doc/common/tables/cinder-quota.xml41(replaceable) #: ./doc/common/tables/heat-quota.xml21(replaceable) #: ./doc/common/tables/heat-quota.xml29(replaceable) #: ./doc/common/tables/nova-vpn.xml53(replaceable) #: ./doc/common/tables/ironic-api.xml25(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml32(replaceable) #: ./doc/common/tables/cinder-api.xml53(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml64(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml56(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml36(replaceable) #: ./doc/common/tables/nova-api.xml109(replaceable) #: ./doc/common/tables/glance-common.xml25(replaceable) #: ./doc/common/tables/glance-common.xml129(replaceable) msgid "1000" msgstr "1000" #: ./doc/common/tables/nova-policy.xml46(td) msgid "" "(IntOpt) The maximum number of items returned in a single response from a " "collection resource" msgstr "" #: ./doc/common/tables/nova-policy.xml49(replaceable) #: ./doc/common/tables/ceilometer-compute.xml25(replaceable) msgid "12" msgstr "" #: ./doc/common/tables/nova-policy.xml50(td) #: ./doc/common/tables/ceilometer-compute.xml26(td) msgid "(IntOpt) Length of generated instance admin passwords" msgstr "" #: ./doc/common/tables/nova-policy.xml66(td) #: ./doc/common/tables/cinder-quota.xml54(td) msgid "(IntOpt) Number of seconds until a reservation expires" msgstr "" #: ./doc/common/tables/nova-policy.xml70(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.xml74(td) #: ./doc/common/tables/cinder-common.xml198(td) msgid "(IntOpt) Count of reservations until usage is refreshed" msgstr "" #: ./doc/common/tables/keystone-identity.xml7(caption) msgid "Description of identity configuration options" msgstr "" #: ./doc/common/tables/keystone-identity.xml18(th) msgid "[identity]" msgstr "" #: ./doc/common/tables/keystone-identity.xml22(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.xml25(replaceable) msgid "/etc/keystone/domains" msgstr "" #: ./doc/common/tables/keystone-identity.xml26(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.xml30(td) msgid "" "(BoolOpt) A subset (or all) of domains can have their own identity driver, " "each with their own partial configuration file in a domain configuration " "directory. Only values specific to the domain need to be placed in the " "domain specific configuration file. This feature is disabled by default; set" " to true to enable." msgstr "" #: ./doc/common/tables/keystone-identity.xml33(replaceable) msgid "keystone.identity.backends.sql.Identity" msgstr "" #: ./doc/common/tables/keystone-identity.xml34(td) msgid "(StrOpt) Identity backend driver." msgstr "" #: ./doc/common/tables/keystone-identity.xml38(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in an identity " "collection." msgstr "" #: ./doc/common/tables/keystone-identity.xml42(td) msgid "" "(IntOpt) Maximum supported length for user passwords; decrease to improve " "performance." msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml7(caption) msgid "Description of CloudByte volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml65(td) msgid "" "(StrOpt) CloudByte storage specific account name. This maps to a project " "name in OpenStack." msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml25(replaceable) msgid "" "{'latency': '15', 'iops': '10', 'graceallowed': 'false', 'iopscontrol': " "'true', 'memlimit': '0', 'throughput': '0', 'tpcontrol': 'false', " "'networkspeed': '0'}" msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml69(td) msgid "" "(DictOpt) These values will be used for CloudByte storage's addQos API call." msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml73(td) msgid "" "(StrOpt) Driver will use this API key to authenticate against the CloudByte " "storage's management interface." msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml77(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.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml81(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.xml41(replaceable) msgid "" "{'compression': 'off', 'deduplication': 'off', 'blocklength': '512B', " "'sync': 'always', 'protocoltype': 'ISCSI', 'recordsize': '16k'}" msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml85(td) msgid "" "(DictOpt) These values will be used for CloudByte storage's createVolume API" " call." msgstr "" #: ./doc/common/tables/cinder-cloudbyte.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml89(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/ceilometer-inspector.xml7(caption) msgid "Description of inspector configuration options" msgstr "" #: ./doc/common/tables/ceilometer-inspector.xml21(replaceable) msgid "libvirt" msgstr "libvirt" #: ./doc/common/tables/ceilometer-inspector.xml22(td) msgid "(StrOpt) Inspector to use for inspecting the hypervisor layer." msgstr "" #: ./doc/common/tables/ceilometer-inspector.xml25(replaceable) #: ./doc/common/tables/nova-libvirt.xml180(replaceable) msgid "kvm" msgstr "" #: ./doc/common/tables/ceilometer-inspector.xml26(td) msgid "(StrOpt) Libvirt domain type." msgstr "" #: ./doc/common/tables/ceilometer-inspector.xml30(td) msgid "" "(StrOpt) Override the default libvirt URI (which is dependent on " "libvirt_type)." msgstr "" #: ./doc/common/tables/cinder-scheduler.xml21(replaceable) msgid "AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml22(td) #: ./doc/common/tables/nova-scheduler.xml86(td) #: ./doc/common/tables/ironic-scheduler.xml30(td) msgid "" "(ListOpt) Which filter class names to use for filtering hosts when not " "specified in the request." msgstr "" #: ./doc/common/tables/cinder-scheduler.xml25(replaceable) msgid "CapacityWeigher" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml26(td) msgid "(ListOpt) Which weigher class names to use for weighing hosts." msgstr "" #: ./doc/common/tables/cinder-scheduler.xml29(replaceable) msgid "cinder.scheduler.filter_scheduler.FilterScheduler" msgstr "cinder.scheduler.filter_scheduler.FilterScheduler" #: ./doc/common/tables/cinder-scheduler.xml30(td) msgid "(StrOpt) Default scheduler driver to use" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml33(replaceable) msgid "cinder.scheduler.host_manager.HostManager" msgstr "cinder.scheduler.host_manager.HostManager" #: ./doc/common/tables/cinder-scheduler.xml34(td) #: ./doc/common/tables/nova-scheduler.xml98(td) msgid "(StrOpt) The scheduler host manager class to use" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml38(td) #: ./doc/common/tables/nova-scheduler.xml106(td) msgid "(StrOpt) Absolute path to scheduler configuration JSON file." msgstr "" #: ./doc/common/tables/cinder-scheduler.xml41(replaceable) msgid "cinder.scheduler.manager.SchedulerManager" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml42(td) #: ./doc/common/tables/nova-scheduler.xml110(td) msgid "(StrOpt) Full class name for the Manager for scheduler" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml46(td) msgid "(IntOpt) Maximum number of attempts to schedule an volume" msgstr "" #: ./doc/common/tables/cinder-scheduler.xml49(replaceable) msgid "cinder-scheduler" msgstr "cinder-scheduler" #: ./doc/common/tables/cinder-scheduler.xml50(td) msgid "(StrOpt) The topic that scheduler nodes listen on" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml7(caption) msgid "Description of Cassandra database configuration options" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml18(th) msgid "[cassandra]" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml21(replaceable) #: ./doc/common/tables/trove-db_postgresql.xml21(replaceable) #: ./doc/common/tables/cinder-api.xml45(replaceable) #: ./doc/common/tables/trove-db_couchbase.xml21(replaceable) #: ./doc/common/tables/trove-db_mongodb.xml25(replaceable) #: ./doc/common/tables/trove-backup.xml33(replaceable) #: ./doc/common/tables/trove-db_redis.xml21(replaceable) #: ./doc/common/tables/trove-taskmanager.xml29(replaceable) msgid "{}" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml22(td) #: ./doc/common/tables/trove-db_postgresql.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml53(td) #: ./doc/common/tables/trove-conf-changes.xml109(td) #: ./doc/common/tables/trove-conf-changes.xml373(td) #: ./doc/common/tables/trove-db_couchbase.xml22(td) #: ./doc/common/tables/trove-db_mongodb.xml26(td) #: ./doc/common/tables/trove-db_redis.xml22(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_cassandra.xml37(replaceable) msgid "/var/lib/cassandra" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml49(replaceable) msgid "7000, 7001, 9042, 9160" msgstr "" #: ./doc/common/tables/ceilometer-concurrency.xml7(caption) msgid "Description of concurrency configuration options" msgstr "" #: ./doc/common/tables/neutron-logging.xml86(td) msgid "(BoolOpt) Enable SSL on the API server" msgstr "" #: ./doc/common/tables/nova-availabilityzones.xml7(caption) msgid "Description of availability zones configuration options" msgstr "" #: ./doc/common/tables/nova-availabilityzones.xml21(replaceable) #: ./doc/common/tables/ceilometer-cells.xml49(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml49(replaceable) #: ./doc/common/tables/nova-cells.xml77(replaceable) #: ./doc/common/tables/cinder-common.xml173(replaceable) #: ./doc/common/tables/nova-network.xml41(replaceable) #: ./doc/common/tables/nova-network.xml217(replaceable) #: ./doc/common/tables/ironic-cells.xml49(replaceable) msgid "nova" msgstr "nova" #: ./doc/common/tables/nova-availabilityzones.xml22(td) msgid "(StrOpt) Default compute node availability_zone" msgstr "" #: ./doc/common/tables/nova-availabilityzones.xml26(td) msgid "(StrOpt) Availability zone to use when user doesn't specify one" msgstr "" #: ./doc/common/tables/nova-availabilityzones.xml29(replaceable) msgid "internal" msgstr "" #: ./doc/common/tables/nova-availabilityzones.xml30(td) msgid "(StrOpt) The availability_zone to show internal services under" msgstr "" #: ./doc/common/tables/keystone-catalog.xml7(caption) msgid "Description of catalog configuration options" msgstr "" #: ./doc/common/tables/keystone-catalog.xml18(th) msgid "[catalog]" msgstr "" #: ./doc/common/tables/keystone-catalog.xml22(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.xml26(td) msgid "" "(BoolOpt) Toggle for catalog caching. This has no effect unless global " "caching is enabled." msgstr "" #: ./doc/common/tables/keystone-catalog.xml29(replaceable) msgid "keystone.catalog.backends.sql.Catalog" msgstr "" #: ./doc/common/tables/keystone-catalog.xml30(td) msgid "(StrOpt) Catalog backend driver." msgstr "" #: ./doc/common/tables/keystone-catalog.xml34(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a catalog " "collection." msgstr "" #: ./doc/common/tables/keystone-catalog.xml37(replaceable) msgid "default_catalog.templates" msgstr "default_catalog.templates" #: ./doc/common/tables/keystone-catalog.xml38(td) msgid "" "(StrOpt) Catalog template file name for use with the template catalog " "backend." msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml7(caption) msgid "Description of NetApp E-Series driver configuration options" msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml22(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.xml25(replaceable) msgid "linux_dm_mp" msgstr "linux_dm_mp" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml26(td) msgid "" "(StrOpt) This option is used to define how the controllers in the E-Series " "storage array will work with the particular operating system on the hosts " "that are connected to it." msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml42(td) msgid "(StrOpt) Password for the NetApp E-Series storage array." msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml58(td) msgid "" "(StrOpt) This option is used to restrict provisioning to the specified " "storage pools. Only dynamic disk pools are currently supported. Specify the " "value of this option to be a comma separated list of disk pool names to be " "used for provisioning." msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml65(replaceable) msgid "/devmgr/v2" msgstr "" #: ./doc/common/tables/cinder-netapp_eseries_iscsi.xml66(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-ml2_fslsdn.xml7(caption) msgid "" "Description of ML2 Freescale SDN mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml18(th) msgid "[ml2_fslsdn]" msgstr "[ml2_fslsdn]" #: ./doc/common/tables/neutron-ml2_fslsdn.xml22(td) msgid "(BoolOpt) If set, ignore any SSL validation issues." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml25(replaceable) #: ./doc/common/tables/nova-neutron.xml60(replaceable) #: ./doc/common/tables/ironic-neutron.xml21(replaceable) #: ./doc/common/tables/keystone-amqp.xml29(replaceable) #: ./doc/common/tables/ironic-glance.xml25(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml41(replaceable) #: ./doc/common/tables/nova-authentication.xml21(replaceable) #: ./doc/common/tables/ironic-auth.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml53(replaceable) #: ./doc/common/tables/neutron-common.xml215(replaceable) msgid "keystone" msgstr "keystone" #: ./doc/common/tables/neutron-ml2_fslsdn.xml26(td) msgid "(StrOpt) Auth strategy for connecting to neutron in admin context." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml29(replaceable) msgid "http://127.0.0.1:5000/v2.0/" msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml30(td) msgid "(StrOpt) CRD Auth URL." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml34(td) msgid "" "(StrOpt) Location of ca certificates file to use for CRD client requests." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml38(td) msgid "(StrOpt) CRD Service Password." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml41(replaceable) #: ./doc/common/tables/trove-api.xml77(replaceable) #: ./doc/common/tables/trove-conf-changes.xml462(td) #: ./doc/common/tables/neutron-ml2_arista.xml33(replaceable) msgid "RegionOne" msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml42(td) msgid "(StrOpt) Region name for connecting to CRD Service in admin context." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml45(replaceable) #: ./doc/common/tables/neutron-vmware.xml96(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml24(replaceable) msgid "service" msgstr "服务" #: ./doc/common/tables/neutron-ml2_fslsdn.xml46(td) msgid "(StrOpt) CRD Tenant Name." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml49(replaceable) msgid "http://127.0.0.1:9797" msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml50(td) msgid "(StrOpt) URL for connecting to CRD service." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml54(td) msgid "(IntOpt) Timeout value for connecting to CRD service in seconds." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml57(replaceable) msgid "crd" msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml58(td) msgid "(StrOpt) CRD service Username." msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml7(caption) #: ./doc/common/tables/sahara-rootwrap.xml7(caption) #: ./doc/common/tables/nova-rootwrap.xml7(caption) #: ./doc/common/tables/ceilometer-rootwrap.xml7(caption) #: ./doc/common/tables/ironic-rootwrap.xml7(caption) #: ./doc/common/tables/cinder-rootwrap.xml7(caption) msgid "Description of rootwrap configuration options" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml21(replaceable) msgid "/etc/neutron/rootwrap.d,/usr/share/neutron/rootwrap" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml22(td) #: ./doc/common/tables/sahara-rootwrap.xml22(td) #: ./doc/common/tables/nova-rootwrap.xml22(td) #: ./doc/common/tables/ceilometer-rootwrap.xml22(td) #: ./doc/common/tables/ironic-rootwrap.xml22(td) #: ./doc/common/tables/cinder-rootwrap.xml22(td) msgid "" "List of directories to load filter definitions from (separated by ','). " "These directories MUST all be only writeable by root !" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml25(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml25(replaceable) #: ./doc/common/tables/nova-rootwrap.xml25(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml25(replaceable) #: ./doc/common/tables/ironic-rootwrap.xml25(replaceable) msgid "/sbin,/usr/sbin,/bin,/usr/bin" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml26(td) #: ./doc/common/tables/sahara-rootwrap.xml26(td) #: ./doc/common/tables/nova-rootwrap.xml26(td) #: ./doc/common/tables/ceilometer-rootwrap.xml26(td) #: ./doc/common/tables/ironic-rootwrap.xml26(td) #: ./doc/common/tables/cinder-rootwrap.xml26(td) msgid "" "List of directories to search executables in, in case filters do not " "explicitely specify a full path (separated by ',') If not specified, " "defaults to system PATH environment variable. These directories MUST all be " "only writeable by root !" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml30(td) #: ./doc/common/tables/sahara-rootwrap.xml30(td) #: ./doc/common/tables/nova-rootwrap.xml30(td) #: ./doc/common/tables/ceilometer-rootwrap.xml30(td) #: ./doc/common/tables/ironic-rootwrap.xml30(td) #: ./doc/common/tables/cinder-rootwrap.xml30(td) msgid "Enable logging to syslog Default value is False" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml33(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml33(replaceable) #: ./doc/common/tables/nova-rootwrap.xml33(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml33(replaceable) #: ./doc/common/tables/ironic-rootwrap.xml33(replaceable) #: ./doc/common/tables/cinder-rootwrap.xml33(replaceable) msgid "syslog" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml34(td) #: ./doc/common/tables/sahara-rootwrap.xml34(td) #: ./doc/common/tables/nova-rootwrap.xml34(td) #: ./doc/common/tables/cinder-rootwrap.xml34(td) msgid "" "Which syslog facility to use. Valid values include auth, authpriv, syslog, " "local0, local1... Default value is 'syslog'" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml37(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml37(replaceable) #: ./doc/common/tables/nova-rootwrap.xml37(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml37(replaceable) #: ./doc/common/tables/ironic-rootwrap.xml37(replaceable) #: ./doc/common/tables/cinder-rootwrap.xml37(replaceable) msgid "ERROR" msgstr "错误" #: ./doc/common/tables/neutron-rootwrap.xml38(td) #: ./doc/common/tables/sahara-rootwrap.xml38(td) #: ./doc/common/tables/nova-rootwrap.xml38(td) #: ./doc/common/tables/ceilometer-rootwrap.xml38(td) #: ./doc/common/tables/ironic-rootwrap.xml38(td) #: ./doc/common/tables/cinder-rootwrap.xml38(td) msgid "" "Which messages to log. INFO means log all usage ERROR means only log " "unsuccessful attempts" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml41(th) #: ./doc/common/tables/sahara-rootwrap.xml41(th) #: ./doc/common/tables/ceilometer-xenapi.xml18(th) msgid "[xenapi]" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml44(replaceable) #: ./doc/common/tables/neutron-rootwrap.xml52(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml44(replaceable) #: ./doc/common/tables/sahara-rootwrap.xml52(replaceable) msgid "<None>" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml45(td) #: ./doc/common/tables/sahara-rootwrap.xml45(td) msgid "" "XenAPI configuration is only required by the L2 agent if it is to target a " "XenServer/XCP compute host's dom0." msgstr "" #: ./doc/common/tables/cinder-auth.xml21(replaceable) #: ./doc/common/tables/glance-registry.xml37(replaceable) msgid "noauth" msgstr "" #: ./doc/common/tables/cinder-auth.xml22(td) msgid "" "(StrOpt) The strategy to use for auth. Supports noauth, keystone, and " "deprecated." msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml8(literal) msgid "[swift-constraints]" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml8(filename) #: ./doc/common/tables/swift-swift-storage-policy-0.xml8(filename) #: ./doc/common/tables/swift-swift-storage-policy-1.xml8(filename) #: ./doc/common/tables/swift-swift-swift-hash.xml8(filename) msgid "swift.conf" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml28(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml32(replaceable) #: ./doc/common/tables/swift-swift-swift-constraints.xml56(replaceable) #: ./doc/common/tables/neutron-vmware.xml84(replaceable) #: ./doc/common/tables/cinder-storwize.xml65(replaceable) #: ./doc/common/tables/ceilometer-api.xml41(replaceable) #: ./doc/common/tables/nova-network.xml189(replaceable) msgid "256" msgstr "256" #: ./doc/common/tables/swift-swift-swift-constraints.xml36(replaceable) msgid "5368709122" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml41(td) msgid "" "max_header_size is the max number of bytes in the utf8 encoding of each " "header. Using 8192 as default because eventlet use 8192 as max size of " "header line. This value may need to be increased 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.xml44(replaceable) msgid "90" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml48(replaceable) #: ./doc/common/tables/nova-quota.xml65(replaceable) #: ./doc/common/tables/glance-common.xml53(replaceable) #: ./doc/common/tables/glance-common.xml57(replaceable) #: ./doc/common/tables/glance-common.xml61(replaceable) msgid "128" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml8(literal) msgid "[filter-slo]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml28(replaceable) msgid "2097152" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml32(replaceable) #: ./doc/common/tables/heat-api.xml49(replaceable) msgid "1048576" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml25(td) msgid "" "Rate limit the download of large object segments after this segment is " "downloaded." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml41(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml29(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-slo.xml44(replaceable) msgid "egg:swift#slo" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml7(caption) msgid "Description of Zookeeper configuration options" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml18(th) msgid "[zookeeper]" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml22(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.xml25(replaceable) msgid "4000" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml26(td) msgid "(IntOpt) The recv_timeout parameter for the zk session" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml29(replaceable) msgid "/servicegroups" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml30(td) msgid "(StrOpt) The prefix used in ZooKeeper to store ephemeral nodes" msgstr "" #: ./doc/common/tables/nova-zookeeper.xml34(td) msgid "(IntOpt) Number of seconds to wait until retrying to join the session" msgstr "" #: ./doc/common/tables/keystone-ca.xml18(th) msgid "[signing]" msgstr "" #: ./doc/common/tables/keystone-ca.xml21(replaceable) #: ./doc/common/tables/keystone-ca.xml56(replaceable) msgid "/etc/keystone/ssl/certs/ca.pem" msgstr "" #: ./doc/common/tables/keystone-ca.xml22(td) msgid "(StrOpt) Path of the CA for token signing." msgstr "" #: ./doc/common/tables/keystone-ca.xml25(replaceable) #: ./doc/common/tables/keystone-ca.xml60(replaceable) msgid "/etc/keystone/ssl/private/cakey.pem" msgstr "" #: ./doc/common/tables/keystone-ca.xml26(td) msgid "(StrOpt) Path of the CA key for token signing." msgstr "" #: ./doc/common/tables/keystone-ca.xml29(replaceable) msgid "/C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com" msgstr "" #: ./doc/common/tables/keystone-ca.xml30(td) msgid "" "(StrOpt) Certificate subject (auto generated certificate) for token signing." msgstr "" #: ./doc/common/tables/keystone-ca.xml33(replaceable) #: ./doc/common/tables/keystone-saml.xml25(replaceable) msgid "/etc/keystone/ssl/certs/signing_cert.pem" msgstr "/etc/keystone/ssl/certs/signing_cert.pem" #: ./doc/common/tables/keystone-ca.xml34(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.xml37(replaceable) msgid "2048" msgstr "" #: ./doc/common/tables/keystone-ca.xml38(td) msgid "" "(IntOpt) Key size (in bits) for token signing cert (auto generated " "certificate)." msgstr "" #: ./doc/common/tables/keystone-ca.xml41(replaceable) #: ./doc/common/tables/keystone-saml.xml81(replaceable) msgid "/etc/keystone/ssl/private/signing_key.pem" msgstr "/etc/keystone/ssl/private/signing_key.pem" #: ./doc/common/tables/keystone-ca.xml42(td) msgid "(StrOpt) Path of the keyfile for token signing." msgstr "" #: ./doc/common/tables/keystone-ca.xml46(td) msgid "(StrOpt) Deprecated in favor of provider in the [token] section." msgstr "" #: ./doc/common/tables/keystone-ca.xml49(replaceable) #: ./doc/common/tables/keystone-ca.xml88(replaceable) msgid "3650" msgstr "" #: ./doc/common/tables/keystone-ca.xml50(td) msgid "" "(IntOpt) Days the token signing cert is valid for (auto generated " "certificate)." msgstr "" #: ./doc/common/tables/keystone-ca.xml53(th) #: ./doc/common/tables/sahara-ca.xml18(th) #: ./doc/common/tables/trove-ca.xml18(th) #: ./doc/common/tables/nova-ca.xml77(th) msgid "[ssl]" msgstr "" #: ./doc/common/tables/keystone-ca.xml57(td) #: ./doc/common/tables/keystone-conf-changes.xml77(td) msgid "(StrOpt) Path of the CA cert file for SSL." msgstr "" #: ./doc/common/tables/keystone-ca.xml61(td) msgid "(StrOpt) Path of the CA key file for SSL." msgstr "" #: ./doc/common/tables/keystone-ca.xml65(td) #: ./doc/common/tables/keystone-conf-changes.xml81(td) msgid "(BoolOpt) Require client certificate." msgstr "" #: ./doc/common/tables/keystone-ca.xml68(replaceable) msgid "/C=US/ST=Unset/L=Unset/O=Unset/CN=localhost" msgstr "" #: ./doc/common/tables/keystone-ca.xml69(td) msgid "(StrOpt) SSL certificate subject (auto generated certificate)." msgstr "" #: ./doc/common/tables/keystone-ca.xml72(replaceable) msgid "/etc/keystone/ssl/certs/keystone.pem" msgstr "" #: ./doc/common/tables/keystone-ca.xml73(td) #: ./doc/common/tables/keystone-conf-changes.xml85(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.xml77(td) #: ./doc/common/tables/keystone-conf-changes.xml89(td) msgid "(BoolOpt) Toggle for SSL support on the Keystone eventlet servers." msgstr "" #: ./doc/common/tables/keystone-ca.xml81(td) msgid "(IntOpt) SSL key length (in bits) (auto generated certificate)." msgstr "" #: ./doc/common/tables/keystone-ca.xml84(replaceable) msgid "/etc/keystone/ssl/private/keystonekey.pem" msgstr "" #: ./doc/common/tables/keystone-ca.xml85(td) #: ./doc/common/tables/keystone-conf-changes.xml93(td) msgid "(StrOpt) Path of the keyfile for SSL." msgstr "" #: ./doc/common/tables/keystone-ca.xml89(td) msgid "" "(IntOpt) Days the certificate is valid for once signed (auto generated " "certificate)." msgstr "" #: ./doc/common/tables/ironic-agent.xml7(caption) #: ./doc/common/tables/neutron-agent.xml7(caption) msgid "Description of agent configuration options" msgstr "" #: ./doc/common/tables/ironic-agent.xml18(th) msgid "[agent]" msgstr "" #: ./doc/common/tables/ironic-agent.xml21(replaceable) #: ./doc/common/tables/ironic-glance.xml57(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml20(replaceable) msgid "v1" msgstr "v1" #: ./doc/common/tables/ironic-agent.xml22(td) msgid "(StrOpt) API version to use for communicating with the ramdisk agent." msgstr "" #: ./doc/common/tables/ironic-agent.xml25(replaceable) #: ./doc/common/tables/ironic-pxe.xml61(replaceable) msgid "nofb nomodeset vga=normal" msgstr "" #: ./doc/common/tables/ironic-agent.xml26(td) #: ./doc/common/tables/ironic-pxe.xml62(td) msgid "(StrOpt) Additional append parameters for baremetal PXE boot." msgstr "" #: ./doc/common/tables/ironic-agent.xml29(replaceable) #: ./doc/common/tables/ironic-pxe.xml65(replaceable) msgid "pxelinux.0" msgstr "" #: ./doc/common/tables/ironic-agent.xml30(td) msgid "(StrOpt) Neutron bootfile DHCP parameter." msgstr "" #: ./doc/common/tables/ironic-agent.xml33(replaceable) msgid "$pybasedir/drivers/modules/agent_config.template" msgstr "" #: ./doc/common/tables/ironic-agent.xml34(td) #: ./doc/common/tables/ironic-pxe.xml70(td) msgid "(StrOpt) Template file for PXE configuration." msgstr "" #: ./doc/common/tables/ironic-agent.xml38(td) msgid "(IntOpt) Maximum interval (in seconds) for agent heartbeats." msgstr "" #: ./doc/common/tables/nova-keymgr.xml7(caption) #: ./doc/common/tables/cinder-keymgr.xml7(caption) msgid "Description of key manager configuration options" msgstr "" #: ./doc/common/tables/nova-keymgr.xml18(th) #: ./doc/common/tables/cinder-keymgr.xml18(th) msgid "[keymgr]" msgstr "" #: ./doc/common/tables/nova-keymgr.xml21(replaceable) msgid "nova.keymgr.conf_key_mgr.ConfKeyManager" msgstr "nova.keymgr.conf_key_mgr.ConfKeyManager" #: ./doc/common/tables/nova-keymgr.xml22(td) #: ./doc/common/tables/cinder-keymgr.xml22(td) msgid "(StrOpt) The full class name of the key manager API class" msgstr "" #: ./doc/common/tables/nova-keymgr.xml26(td) #: ./doc/common/tables/cinder-keymgr.xml34(td) msgid "(StrOpt) Fixed key returned by key manager, specified in hex" msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-0.xml8(literal) msgid "[storage-policy-0]" msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-0.xml20(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml40(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml44(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml64(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml68(replaceable) msgid "yes" msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-0.xml21(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.xml24(replaceable) msgid "Policy-0" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml8(literal) msgid "[filter-cache]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml21(td) #: ./doc/common/tables/swift-memcache-memcache.xml29(td) msgid "Max number of connections to each memcached server per worker services" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml28(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml36(replaceable) msgid "127.0.0.1:11211" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml29(td) msgid "Comma separated list of memcached servers ip:port services" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml48(replaceable) msgid "cache" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml52(replaceable) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml20(replaceable) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml20(replaceable) msgid "egg:swift#memcache" msgstr "" #: ./doc/common/tables/nova-ldap.xml7(caption) #: ./doc/common/tables/keystone-ldap.xml7(caption) msgid "Description of LDAP configuration options" msgstr "" #: ./doc/common/tables/nova-ldap.xml21(replaceable) msgid "ou=hosts,dc=example,dc=org" msgstr "" #: ./doc/common/tables/nova-ldap.xml22(td) msgid "(StrOpt) Base DN for DNS entries in LDAP" msgstr "" #: ./doc/common/tables/nova-ldap.xml26(td) msgid "(StrOpt) Password for LDAP DNS" msgstr "" #: ./doc/common/tables/nova-ldap.xml29(replaceable) msgid "['dns.example.org']" msgstr "" #: ./doc/common/tables/nova-ldap.xml30(td) msgid "(MultiStrOpt) DNS Servers for LDAP DNS driver" msgstr "" #: ./doc/common/tables/nova-ldap.xml34(td) msgid "" "(StrOpt) Expiry interval (in seconds) for LDAP DNS driver Statement of " "Authority" msgstr "" #: ./doc/common/tables/nova-ldap.xml37(replaceable) msgid "hostmaster@example.org" msgstr "" #: ./doc/common/tables/nova-ldap.xml38(td) msgid "(StrOpt) Hostmaster for LDAP DNS driver Statement of Authority" msgstr "" #: ./doc/common/tables/nova-ldap.xml41(replaceable) #: ./doc/common/tables/cinder-vmware.xml41(replaceable) msgid "7200" msgstr "" #: ./doc/common/tables/nova-ldap.xml42(td) msgid "" "(StrOpt) Minimum interval (in seconds) for LDAP DNS driver Statement of " "Authority" msgstr "" #: ./doc/common/tables/nova-ldap.xml46(td) msgid "" "(StrOpt) Refresh interval (in seconds) for LDAP DNS driver Statement of " "Authority" msgstr "" #: ./doc/common/tables/nova-ldap.xml50(td) msgid "" "(StrOpt) Retry interval (in seconds) for LDAP DNS driver Statement of " "Authority" msgstr "" #: ./doc/common/tables/nova-ldap.xml53(replaceable) msgid "ldap://ldap.example.com:389" msgstr "" #: ./doc/common/tables/nova-ldap.xml54(td) msgid "(StrOpt) URL for LDAP server which will store DNS entries" msgstr "" #: ./doc/common/tables/nova-ldap.xml57(replaceable) msgid "uid=admin,ou=people,dc=example,dc=org" msgstr "" #: ./doc/common/tables/nova-ldap.xml58(td) msgid "(StrOpt) User for LDAP DNS" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml7(caption) msgid "Description of Hitachi storage volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml22(td) msgid "(BoolOpt) Add CHAP user" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml26(td) msgid "(IntOpt) Interval to check copy asynchronously" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml30(td) msgid "(StrOpt) iSCSI authentication method" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml33(replaceable) msgid "HBSD-CHAP-password" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml34(td) msgid "(StrOpt) iSCSI authentication password" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml37(replaceable) msgid "HBSD-CHAP-user" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml38(td) msgid "(StrOpt) iSCSI authentication username" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml42(td) msgid "(IntOpt) Interval to check copy" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml46(td) msgid "(IntOpt) Copy speed of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml49(replaceable) msgid "FULL" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml50(td) msgid "(StrOpt) Default copy method of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml54(td) msgid "(StrOpt) Range of group number" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml58(td) msgid "(BoolOpt) Request for creating HostGroup or iSCSI Target" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml62(td) msgid "(BoolOpt) Add to HORCM configuration" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml65(replaceable) msgid "200,201" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml66(td) msgid "(StrOpt) Instance numbers for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml70(td) msgid "(StrOpt) Password of storage system for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml74(td) msgid "(StrOpt) Username of storage system for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml78(td) msgid "(StrOpt) Range of logical device of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml82(td) msgid "(IntOpt) Pool ID of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml86(td) msgid "(StrOpt) Serial number of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml90(td) msgid "(StrOpt) Control port names for HostGroup or iSCSI Target" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml94(td) msgid "(IntOpt) Thin pool ID of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml98(td) msgid "(StrOpt) Name of an array unit" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml102(td) msgid "(BoolOpt) Request for FC Zone creating HostGroup" msgstr "" #: ./doc/common/tables/sahara-ca.xml26(td) #: ./doc/common/tables/nova-ca.xml85(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" #: ./doc/common/tables/sahara-ca.xml30(td) #: ./doc/common/tables/nova-ca.xml89(td) msgid "(StrOpt) Private key file to use when starting the server securely." msgstr "" #: ./doc/common/tables/swift-container-server-filter-recon.xml8(literal) #: ./doc/common/tables/swift-account-server-filter-recon.xml8(literal) #: ./doc/common/tables/swift-object-server-filter-recon.xml8(literal) msgid "[filter-recon]" msgstr "" #: ./doc/common/tables/swift-container-server-filter-recon.xml24(replaceable) #: ./doc/common/tables/swift-account-server-filter-recon.xml24(replaceable) #: ./doc/common/tables/swift-object-server-filter-recon.xml28(replaceable) msgid "egg:swift#recon" msgstr "" #: ./doc/common/tables/sahara-debug.xml21(td) msgid "disable_process_locking = False" msgstr "disable_process_locking = False" #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml20(replaceable) msgid "" "catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk " "tempurl ratelimit tempauth container-quotas account-quotas slo dlo proxy-" "logging proxy-server" msgstr "" #: ./doc/common/tables/ceilometer-auth.xml18(th) msgid "[service_credentials]" msgstr "[service_credentials]" #: ./doc/common/tables/ceilometer-auth.xml22(td) #: ./doc/common/tables/glance-conf-changes.xml293(td) msgid "" "(BoolOpt) Disables X.509 certificate validation when an SSL connection to " "Identity Service is established." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml25(replaceable) #: ./doc/common/tables/nova-neutron.xml28(replaceable) #: ./doc/common/tables/neutron-compute.xml29(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml583(td) msgid "http://localhost:5000/v2.0" msgstr "" #: ./doc/common/tables/ceilometer-auth.xml26(td) #: ./doc/common/tables/glance-conf-changes.xml297(td) msgid "(StrOpt) Auth URL to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml30(td) #: ./doc/common/tables/glance-conf-changes.xml301(td) msgid "(StrOpt) Certificate chain for SSL validation." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml34(td) #: ./doc/common/tables/glance-conf-changes.xml305(td) msgid "" "(StrOpt) Type of endpoint in Identity service catalog to use for " "communication with OpenStack services." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml38(td) #: ./doc/common/tables/glance-conf-changes.xml309(td) msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml42(td) #: ./doc/common/tables/glance-conf-changes.xml313(td) msgid "(StrOpt) Region name to use for OpenStack service endpoints." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml46(td) #: ./doc/common/tables/glance-conf-changes.xml317(td) msgid "(StrOpt) Tenant ID to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml50(td) #: ./doc/common/tables/glance-conf-changes.xml321(td) msgid "(StrOpt) Tenant name to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml53(replaceable) msgid "ceilometer" msgstr "ceilometer" #: ./doc/common/tables/ceilometer-auth.xml54(td) #: ./doc/common/tables/glance-conf-changes.xml325(td) msgid "(StrOpt) User name to use for OpenStack service access." msgstr "" #: ./doc/common/tables/cinder-quota.xml7(caption) #: ./doc/common/tables/heat-quota.xml7(caption) #: ./doc/common/tables/trove-quota.xml7(caption) #: ./doc/common/tables/nova-quota.xml7(caption) msgid "Description of quota configuration options" msgstr "" #: ./doc/common/tables/cinder-quota.xml26(td) msgid "" "(IntOpt) Total amount of storage, in gigabytes, allowed for backups per " "project" msgstr "" #: ./doc/common/tables/cinder-quota.xml30(td) msgid "(IntOpt) Number of volume backups allowed per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml34(td) msgid "(IntOpt) Number of consistencygroups allowed per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml37(replaceable) msgid "cinder.quota.DbQuotaDriver" msgstr "" #: ./doc/common/tables/cinder-quota.xml38(td) #: ./doc/common/tables/neutron-quotas.xml33(td) #: ./doc/common/tables/nova-quota.xml34(td) msgid "(StrOpt) Default driver to use for quota checks" msgstr "" #: ./doc/common/tables/cinder-quota.xml42(td) msgid "" "(IntOpt) Total amount of storage, in gigabytes, allowed for volumes and " "snapshots per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml46(td) msgid "(IntOpt) Number of volume snapshots allowed per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml50(td) msgid "(IntOpt) Number of volumes allowed per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml58(td) msgid "" "(BoolOpt) Enables or disables use of default quota class with default quota." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml8(literal) msgid "[filter-account-quotas]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml20(replaceable) msgid "egg:swift#account_quotas" msgstr "" #: ./doc/common/tables/keystone-os_inherit.xml7(caption) msgid "Description of os_inherit configuration options" msgstr "" #: ./doc/common/tables/keystone-os_inherit.xml18(th) msgid "[os_inherit]" msgstr "[os_inherit]" #: ./doc/common/tables/keystone-os_inherit.xml22(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/neutron-sdnve.xml7(caption) msgid "Description of SDN-VE configuration options" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml18(th) msgid "[SDNVE]" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml21(replaceable) msgid "/one/nb/v2/" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml22(td) msgid "(StrOpt) Base URL for SDN-VE controller REST API." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml26(td) msgid "(ListOpt) List of IP addresses of SDN-VE controller(s)." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml29(replaceable) msgid "OVERLAY" msgstr "叠加(OVERLAY)" #: ./doc/common/tables/neutron-sdnve.xml30(td) msgid "(StrOpt) Tenant type: OVERLAY (default) or OF." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml33(replaceable) #: ./doc/common/tables/trove-common.xml41(replaceable) msgid "json" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml34(td) msgid "(StrOpt) SDN-VE request/response format." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml37(replaceable) msgid "sdnve_info_string" msgstr "sdnve_info_string" #: ./doc/common/tables/neutron-sdnve.xml38(td) msgid "(StrOpt) SDN-VE RPC subject." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml46(td) msgid "" "(ListOpt) List of <physical_network_name>:<interface_name> " "mappings." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml49(replaceable) msgid "SDNVE-OF" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml50(td) msgid "" "(StrOpt) The string in tenant description that indicates the tenant is a OF " "tenant." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml54(td) msgid "(BoolOpt) Indicating if controller is out of band or not." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml57(replaceable) msgid "SDNVE-OVERLAY" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml58(td) msgid "" "(StrOpt) The string in tenant description that indicates the tenant is a " "OVERLAY tenant." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml62(td) msgid "(StrOpt) SDN-VE administrator password." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml65(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml37(replaceable) msgid "8443" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml66(td) msgid "(StrOpt) SDN-VE controller port number." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml70(td) msgid "(BoolOpt) Whether to reset the integration bridge before use." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml74(td) msgid "(BoolOpt) Whether to use a fake controller." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml78(td) msgid "(StrOpt) SDN-VE administrator user ID." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml81(th) msgid "[SDNVE_AGENT]" msgstr "[SDNVE_AGENT]" #: ./doc/common/tables/neutron-sdnve.xml85(td) msgid "(IntOpt) Agent polling interval if necessary." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml89(td) msgid "(BoolOpt) Whether to use rpc." msgstr "" #: ./doc/common/tables/nova-compute.xml7(caption) #: ./doc/common/tables/ironic-compute.xml7(caption) #: ./doc/common/tables/trove-compute.xml7(caption) #: ./doc/common/tables/ceilometer-compute.xml7(caption) #: ./doc/common/tables/neutron-compute.xml7(caption) #: ./doc/common/tables/cinder-compute.xml7(caption) msgid "Description of Compute configuration options" msgstr "" #: ./doc/common/tables/nova-compute.xml21(replaceable) msgid "['nova.compute.monitors.all_monitors']" msgstr "['nova.compute.monitors.all_monitors']" #: ./doc/common/tables/nova-compute.xml22(td) msgid "" "(MultiStrOpt) Monitor classes available to the compute which may be " "specified more than once." msgstr "" #: ./doc/common/tables/nova-compute.xml26(td) #: ./doc/common/tables/ironic-compute.xml22(td) msgid "" "(StrOpt) Driver to use for controlling virtualization. Options include: " "libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, " "baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver" msgstr "" #: ./doc/common/tables/nova-compute.xml29(replaceable) msgid "nova.compute.manager.ComputeManager" msgstr "" #: ./doc/common/tables/nova-compute.xml30(td) msgid "(StrOpt) Full class name for the Manager for compute" msgstr "" #: ./doc/common/tables/nova-compute.xml34(td) msgid "" "(ListOpt) A list of monitors that can be used for getting compute metrics." msgstr "" #: ./doc/common/tables/nova-compute.xml37(replaceable) msgid "vcpu" msgstr "" #: ./doc/common/tables/nova-compute.xml38(td) msgid "(ListOpt) The names of the extra resources to track." msgstr "" #: ./doc/common/tables/nova-compute.xml41(replaceable) msgid "nova.compute.stats.Stats" msgstr "" #: ./doc/common/tables/nova-compute.xml42(td) msgid "(StrOpt) Class that will manage stats for the local compute host" msgstr "" #: ./doc/common/tables/nova-compute.xml46(td) msgid "" "(StrOpt) Console proxy host to use to connect to instances on this host." msgstr "" #: ./doc/common/tables/nova-compute.xml49(replaceable) msgid "nova.console.manager.ConsoleProxyManager" msgstr "" #: ./doc/common/tables/nova-compute.xml50(td) msgid "(StrOpt) Full class name for the Manager for console proxy" msgstr "" #: ./doc/common/tables/nova-compute.xml53(replaceable) msgid "m1.small" msgstr "m1.small" #: ./doc/common/tables/nova-compute.xml54(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.xml58(td) msgid "(StrOpt) Default notification level for outgoing notifications" msgstr "" #: ./doc/common/tables/nova-compute.xml62(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.xml66(td) msgid "" "(IntOpt) Number of seconds between instance info_cache self healing updates" msgstr "" #: ./doc/common/tables/nova-compute.xml69(replaceable) msgid "2400" msgstr "" #: ./doc/common/tables/nova-compute.xml70(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.xml73(replaceable) msgid "_base" msgstr "_base" #: ./doc/common/tables/nova-compute.xml74(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.xml78(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.xml82(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.xml86(td) msgid "(BoolOpt) Generate periodic compute.instance.exists notifications" msgstr "" #: ./doc/common/tables/nova-compute.xml89(replaceable) #: ./doc/common/tables/cinder-storage.xml141(replaceable) #: ./doc/common/tables/ceilometer-compute.xml21(replaceable) msgid "month" msgstr "" #: ./doc/common/tables/nova-compute.xml90(td) #: ./doc/common/tables/ceilometer-compute.xml22(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.xml93(replaceable) msgid "$state_path/instances" msgstr "$state_path/instances" #: ./doc/common/tables/nova-compute.xml94(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" #: ./doc/common/tables/nova-compute.xml98(td) #: ./doc/common/tables/nova-conf-changes.xml33(td) msgid "(IntOpt) Maximum number of instance builds to run concurrently" msgstr "" #: ./doc/common/tables/nova-compute.xml102(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" #: ./doc/common/tables/nova-compute.xml106(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.xml110(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" #: ./doc/common/tables/nova-compute.xml114(td) msgid "" "(IntOpt) Automatically unrescue an instance after N seconds. Set to 0 to " "disable." msgstr "" #: ./doc/common/tables/nova-compute.xml118(td) msgid "" "(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" #: ./doc/common/tables/nova-compute.xml122(td) msgid "" "(BoolOpt) Whether to start guests that were running before the host rebooted" msgstr "" #: ./doc/common/tables/nova-compute.xml125(replaceable) msgid "reap" msgstr "" #: ./doc/common/tables/nova-compute.xml126(td) msgid "" "(StrOpt) Action to take if a running deleted instance is detected. Valid " "options are 'noop', 'log', 'shutdown', or 'reap'. Set to 'noop' to take no " "action." msgstr "" #: ./doc/common/tables/nova-compute.xml130(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" #: ./doc/common/tables/nova-compute.xml134(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.xml138(td) msgid "" "(IntOpt) Time in seconds before a shelved instance is eligible for removing " "from a host. -1 never offload, 0 offload when shelved" msgstr "" #: ./doc/common/tables/nova-compute.xml142(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.xml146(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.xml150(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.xml154(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" #: ./doc/common/tables/nova-compute.xml158(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/sahara-rootwrap.xml21(replaceable) msgid "/etc/sahara/rootwrap.d" msgstr "" #: ./doc/common/tables/nova-scheduler.xml22(td) msgid "" "(StrOpt) Force the filter to consider only keys matching the given " "namespace." msgstr "" #: ./doc/common/tables/nova-scheduler.xml25(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml28(replaceable) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml20(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml24(replaceable) #: ./doc/common/tables/swift-account-server-app-account-server.xml20(replaceable) #: ./doc/common/tables/swift-container-server-app-container-server.xml24(replaceable) msgid "." msgstr "" #: ./doc/common/tables/nova-scheduler.xml26(td) msgid "(StrOpt) The separator used between the namespace and keys" msgstr "" #: ./doc/common/tables/nova-scheduler.xml29(replaceable) #: ./doc/common/tables/ironic-scheduler.xml21(replaceable) msgid "" "RetryFilter, AvailabilityZoneFilter, ComputeFilter, " "ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, " "ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-scheduler.xml30(td) #: ./doc/common/tables/ironic-scheduler.xml22(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.xml33(replaceable) msgid "16.0" msgstr "" #: ./doc/common/tables/nova-scheduler.xml34(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." msgstr "" #: ./doc/common/tables/nova-scheduler.xml38(td) msgid "(FloatOpt) Virtual disk to physical disk allocation ratio" msgstr "" #: ./doc/common/tables/nova-scheduler.xml41(replaceable) #: ./doc/common/tables/cinder-storage.xml21(replaceable) #: ./doc/common/tables/cinder-api.xml97(replaceable) msgid "-1.0" msgstr "" #: ./doc/common/tables/nova-scheduler.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml25(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.xml46(td) msgid "(ListOpt) Host reserved for specific images" msgstr "" #: ./doc/common/tables/nova-scheduler.xml50(td) msgid "(ListOpt) Images to run on isolated host" msgstr "" #: ./doc/common/tables/nova-scheduler.xml53(replaceable) #: ./doc/common/tables/neutron-quotas.xml36(replaceable) #: ./doc/common/tables/neutron-quotas.xml56(replaceable) #: ./doc/common/tables/trove-quota.xml25(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml52(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml64(replaceable) msgid "50" msgstr "" #: ./doc/common/tables/nova-scheduler.xml54(td) msgid "(IntOpt) Ignore hosts that have too many instances" msgstr "" #: ./doc/common/tables/nova-scheduler.xml58(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.xml61(replaceable) msgid "1.5" msgstr "" #: ./doc/common/tables/nova-scheduler.xml62(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." msgstr "" #: ./doc/common/tables/nova-scheduler.xml66(td) #: ./doc/common/tables/nova-scheduler.xml133(td) msgid "" "(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack " "vs spread." msgstr "" #: ./doc/common/tables/nova-scheduler.xml70(td) msgid "(IntOpt) Amount of disk in MB to reserve for the host" msgstr "" #: ./doc/common/tables/nova-scheduler.xml74(td) msgid "(IntOpt) Amount of memory in MB to reserve for the host" msgstr "" #: ./doc/common/tables/nova-scheduler.xml78(td) msgid "(BoolOpt) Whether to force isolated hosts to run only isolated images" msgstr "" #: ./doc/common/tables/nova-scheduler.xml81(replaceable) #: ./doc/common/tables/ironic-scheduler.xml25(replaceable) msgid "['nova.scheduler.filters.all_filters']" msgstr "['nova.scheduler.filters.all_filters']" #: ./doc/common/tables/nova-scheduler.xml82(td) #: ./doc/common/tables/ironic-scheduler.xml26(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.xml85(replaceable) #: ./doc/common/tables/ironic-scheduler.xml29(replaceable) msgid "" "RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, " "ComputeCapabilitiesFilter, ImagePropertiesFilter, " "ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" #: ./doc/common/tables/nova-scheduler.xml89(replaceable) msgid "nova.scheduler.filter_scheduler.FilterScheduler" msgstr "nova.scheduler.filter_scheduler.FilterScheduler" #: ./doc/common/tables/nova-scheduler.xml90(td) msgid "(StrOpt) Default driver to use for the scheduler" msgstr "" #: ./doc/common/tables/nova-scheduler.xml94(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.xml97(replaceable) msgid "nova.scheduler.host_manager.HostManager" msgstr "nova.scheduler.host_manager.HostManager" #: ./doc/common/tables/nova-scheduler.xml102(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.xml109(replaceable) msgid "nova.scheduler.manager.SchedulerManager" msgstr "" #: ./doc/common/tables/nova-scheduler.xml114(td) msgid "(IntOpt) Maximum number of attempts to schedule an instance" msgstr "" #: ./doc/common/tables/nova-scheduler.xml117(replaceable) msgid "scheduler" msgstr "" #: ./doc/common/tables/nova-scheduler.xml118(td) msgid "(StrOpt) The topic scheduler nodes listen on" msgstr "" #: ./doc/common/tables/nova-scheduler.xml122(td) #: ./doc/common/tables/ironic-scheduler.xml34(td) msgid "" "(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters " "or not." msgstr "" #: ./doc/common/tables/nova-scheduler.xml125(replaceable) #: ./doc/common/tables/ironic-scheduler.xml37(replaceable) msgid "nova.scheduler.weights.all_weighers" msgstr "nova.scheduler.weights.all_weighers" #: ./doc/common/tables/nova-scheduler.xml126(td) #: ./doc/common/tables/ironic-scheduler.xml38(td) msgid "(ListOpt) Which weight class names to use for weighing hosts" msgstr "" #: ./doc/common/tables/nova-scheduler.xml129(th) #: ./doc/common/tables/ceilometer-cells.xml18(th) #: ./doc/common/tables/nova-upgrade_levels.xml18(th) #: ./doc/common/tables/nova-cells.xml18(th) #: ./doc/common/tables/ironic-cells.xml18(th) #: ./doc/common/tables/nova-quota.xml93(th) #: ./doc/common/tables/nova-rpc.xml49(th) msgid "[cells]" msgstr "" #: ./doc/common/tables/nova-scheduler.xml136(replaceable) msgid "nova.cells.filters.all_filters" msgstr "nova.cells.filters.all_filters" #: ./doc/common/tables/nova-scheduler.xml137(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.xml141(td) msgid "(IntOpt) How many retries when no cells are available." msgstr "" #: ./doc/common/tables/nova-scheduler.xml145(td) msgid "(IntOpt) How often to retry in seconds when no cells are available." msgstr "" #: ./doc/common/tables/nova-scheduler.xml148(replaceable) msgid "nova.cells.weights.all_weighers" msgstr "nova.cells.weights.all_weighers" #: ./doc/common/tables/nova-scheduler.xml149(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.xml152(th) msgid "[metrics]" msgstr "" #: ./doc/common/tables/nova-scheduler.xml156(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.xml160(td) msgid "(FloatOpt) Multiplier used for weighing metrics." msgstr "" #: ./doc/common/tables/nova-scheduler.xml163(replaceable) msgid "-10000.0" msgstr "" #: ./doc/common/tables/nova-scheduler.xml164(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.xml168(td) msgid "" "(ListOpt) How the metrics are going to be weighed. This should be in the " "form of \"<name1>=<ratio1>, <name2>=<ratio2>, ...\"," " where <nameX> is one of the metrics to be weighed, and <ratioX>" " is the corresponding ratio. So for \"name1=1.0, name2=-1.0\" The final " "weight would be name1.value * 1.0 + name2.value * -1.0." msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml7(caption) msgid "Description of Ceph backup driver configuration options" msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml21(replaceable) msgid "134217728" msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml22(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.xml26(td) msgid "(StrOpt) Ceph configuration file to use." msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml29(replaceable) msgid "backups" msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml30(td) msgid "(StrOpt) The Ceph pool where volume backups are stored." msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml34(td) msgid "(IntOpt) RBD stripe count to use when creating a backup image." msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml38(td) msgid "(IntOpt) RBD stripe unit to use when creating a backup image." msgstr "" #: ./doc/common/tables/cinder-backups_ceph.xml41(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml21(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml77(replaceable) msgid "cinder" msgstr "cinder" #: ./doc/common/tables/cinder-backups_ceph.xml42(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.xml46(td) msgid "" "(BoolOpt) If True, always discard excess bytes when restoring volumes i.e. " "pad with zeroes." msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/heat-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for Orchestration" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml6(caption) #: ./doc/common/tables/glance-conf-changes.xml6(caption) #: ./doc/common/tables/neutron-conf-changes.xml6(caption) #: ./doc/common/tables/keystone-conf-changes.xml6(caption) #: ./doc/common/tables/ceilometer-conf-changes.xml6(caption) #: ./doc/common/tables/trove-conf-changes.xml6(caption) #: ./doc/common/tables/nova-conf-changes.xml6(caption) #: ./doc/common/tables/swift-conf-changes.xml6(caption) #: ./doc/common/tables/cinder-conf-changes.xml6(caption) msgid "New options" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml11(td) #: ./doc/common/tables/glance-conf-changes.xml11(td) #: ./doc/common/tables/neutron-conf-changes.xml11(td) #: ./doc/common/tables/keystone-conf-changes.xml11(td) #: ./doc/common/tables/ceilometer-conf-changes.xml11(td) #: ./doc/common/tables/trove-conf-changes.xml11(td) #: ./doc/common/tables/nova-conf-changes.xml11(td) #: ./doc/common/tables/swift-conf-changes.xml11(td) #: ./doc/common/tables/cinder-conf-changes.xml11(td) msgid "Option = default value" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml12(td) #: ./doc/common/tables/glance-conf-changes.xml12(td) #: ./doc/common/tables/neutron-conf-changes.xml12(td) #: ./doc/common/tables/keystone-conf-changes.xml12(td) #: ./doc/common/tables/ceilometer-conf-changes.xml12(td) #: ./doc/common/tables/trove-conf-changes.xml12(td) #: ./doc/common/tables/nova-conf-changes.xml12(td) #: ./doc/common/tables/swift-conf-changes.xml12(td) #: ./doc/common/tables/cinder-conf-changes.xml12(td) msgid "(Type) Help string" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml16(td) msgid "[DEFAULT] convergence_engine = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml17(td) msgid "" "(BoolOpt) Enables engine with convergence architecture. All stacks with this" " option will be created using convergence engine ." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml20(td) msgid "[DEFAULT] default_deployment_signal_transport = CFN_SIGNAL" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml21(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" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml24(td) msgid "[DEFAULT] default_software_config_transport = POLL_SERVER_CFN" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml25(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)." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml28(td) msgid "[DEFAULT] error_wait_time = 240" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml32(td) msgid "[DEFAULT] fatal_exception_format_errors = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml33(td) #: ./doc/common/tables/nova-logging.xml34(td) msgid "(BoolOpt) Make exception message format errors fatal" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml36(td) #: ./doc/common/tables/neutron-conf-changes.xml76(td) #: ./doc/common/tables/nova-conf-changes.xml52(td) #: ./doc/common/tables/cinder-conf-changes.xml248(td) msgid "[DEFAULT] policy_dirs = ['policy.d']" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml40(td) msgid "[DEFAULT] stack_scheduler_hints = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml41(td) msgid "" "(BoolOpt) When this feature is enabled, scheduler hints identifying the heat" " stack context of a server resource are passed to the configured schedulers " "in nova, for server creates done using heat resource types 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), " "and heat_resource_name will be set to the resource's name." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml44(td) msgid "[clients_sahara] ca_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml48(td) msgid "[clients_sahara] cert_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml52(td) msgid "[clients_sahara] endpoint_type = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml56(td) msgid "[clients_sahara] insecure = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml60(td) msgid "[clients_sahara] key_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml64(td) msgid "[ec2authtoken] ca_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml68(td) msgid "[ec2authtoken] cert_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml72(td) msgid "[ec2authtoken] insecure = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml76(td) msgid "[ec2authtoken] key_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml80(td) #: ./doc/common/tables/glance-conf-changes.xml88(td) #: ./doc/common/tables/neutron-conf-changes.xml160(td) #: ./doc/common/tables/keystone-conf-changes.xml132(td) #: ./doc/common/tables/ceilometer-conf-changes.xml128(td) #: ./doc/common/tables/trove-conf-changes.xml156(td) #: ./doc/common/tables/nova-conf-changes.xml228(td) #: ./doc/common/tables/cinder-conf-changes.xml332(td) msgid "[oslo_messaging_amqp] allow_insecure_clients = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml84(td) #: ./doc/common/tables/glance-conf-changes.xml92(td) #: ./doc/common/tables/neutron-conf-changes.xml164(td) #: ./doc/common/tables/keystone-conf-changes.xml136(td) #: ./doc/common/tables/ceilometer-conf-changes.xml132(td) #: ./doc/common/tables/trove-conf-changes.xml160(td) #: ./doc/common/tables/nova-conf-changes.xml232(td) #: ./doc/common/tables/cinder-conf-changes.xml336(td) msgid "[oslo_messaging_amqp] broadcast_prefix = broadcast" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml88(td) #: ./doc/common/tables/glance-conf-changes.xml96(td) #: ./doc/common/tables/neutron-conf-changes.xml168(td) #: ./doc/common/tables/keystone-conf-changes.xml140(td) #: ./doc/common/tables/ceilometer-conf-changes.xml136(td) #: ./doc/common/tables/trove-conf-changes.xml164(td) #: ./doc/common/tables/nova-conf-changes.xml236(td) #: ./doc/common/tables/cinder-conf-changes.xml340(td) msgid "[oslo_messaging_amqp] container_name = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml92(td) #: ./doc/common/tables/glance-conf-changes.xml100(td) #: ./doc/common/tables/neutron-conf-changes.xml172(td) #: ./doc/common/tables/keystone-conf-changes.xml144(td) #: ./doc/common/tables/ceilometer-conf-changes.xml140(td) #: ./doc/common/tables/trove-conf-changes.xml168(td) #: ./doc/common/tables/nova-conf-changes.xml240(td) #: ./doc/common/tables/cinder-conf-changes.xml344(td) msgid "[oslo_messaging_amqp] group_request_prefix = unicast" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml96(td) #: ./doc/common/tables/glance-conf-changes.xml104(td) #: ./doc/common/tables/neutron-conf-changes.xml176(td) #: ./doc/common/tables/keystone-conf-changes.xml148(td) #: ./doc/common/tables/ceilometer-conf-changes.xml144(td) #: ./doc/common/tables/trove-conf-changes.xml172(td) #: ./doc/common/tables/nova-conf-changes.xml244(td) #: ./doc/common/tables/cinder-conf-changes.xml348(td) msgid "[oslo_messaging_amqp] idle_timeout = 0" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml100(td) #: ./doc/common/tables/glance-conf-changes.xml108(td) #: ./doc/common/tables/neutron-conf-changes.xml180(td) #: ./doc/common/tables/keystone-conf-changes.xml152(td) #: ./doc/common/tables/ceilometer-conf-changes.xml148(td) #: ./doc/common/tables/trove-conf-changes.xml176(td) #: ./doc/common/tables/nova-conf-changes.xml248(td) #: ./doc/common/tables/cinder-conf-changes.xml352(td) msgid "[oslo_messaging_amqp] server_request_prefix = exclusive" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml104(td) #: ./doc/common/tables/glance-conf-changes.xml112(td) #: ./doc/common/tables/neutron-conf-changes.xml184(td) #: ./doc/common/tables/keystone-conf-changes.xml156(td) #: ./doc/common/tables/ceilometer-conf-changes.xml152(td) #: ./doc/common/tables/trove-conf-changes.xml180(td) #: ./doc/common/tables/nova-conf-changes.xml252(td) #: ./doc/common/tables/cinder-conf-changes.xml356(td) msgid "[oslo_messaging_amqp] ssl_ca_file =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml108(td) #: ./doc/common/tables/glance-conf-changes.xml116(td) #: ./doc/common/tables/neutron-conf-changes.xml188(td) #: ./doc/common/tables/keystone-conf-changes.xml160(td) #: ./doc/common/tables/ceilometer-conf-changes.xml156(td) #: ./doc/common/tables/trove-conf-changes.xml184(td) #: ./doc/common/tables/nova-conf-changes.xml256(td) #: ./doc/common/tables/cinder-conf-changes.xml360(td) msgid "[oslo_messaging_amqp] ssl_cert_file =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml112(td) #: ./doc/common/tables/glance-conf-changes.xml120(td) #: ./doc/common/tables/neutron-conf-changes.xml192(td) #: ./doc/common/tables/keystone-conf-changes.xml164(td) #: ./doc/common/tables/ceilometer-conf-changes.xml160(td) #: ./doc/common/tables/trove-conf-changes.xml188(td) #: ./doc/common/tables/nova-conf-changes.xml260(td) #: ./doc/common/tables/cinder-conf-changes.xml364(td) msgid "[oslo_messaging_amqp] ssl_key_file =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml116(td) #: ./doc/common/tables/glance-conf-changes.xml124(td) #: ./doc/common/tables/neutron-conf-changes.xml196(td) #: ./doc/common/tables/keystone-conf-changes.xml168(td) #: ./doc/common/tables/ceilometer-conf-changes.xml164(td) #: ./doc/common/tables/trove-conf-changes.xml192(td) #: ./doc/common/tables/nova-conf-changes.xml264(td) #: ./doc/common/tables/cinder-conf-changes.xml368(td) msgid "[oslo_messaging_amqp] ssl_key_password = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml120(td) #: ./doc/common/tables/glance-conf-changes.xml128(td) #: ./doc/common/tables/neutron-conf-changes.xml200(td) #: ./doc/common/tables/keystone-conf-changes.xml172(td) #: ./doc/common/tables/ceilometer-conf-changes.xml168(td) #: ./doc/common/tables/trove-conf-changes.xml196(td) #: ./doc/common/tables/nova-conf-changes.xml268(td) #: ./doc/common/tables/cinder-conf-changes.xml372(td) msgid "[oslo_messaging_amqp] trace = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml124(td) #: ./doc/common/tables/glance-conf-changes.xml132(td) #: ./doc/common/tables/neutron-conf-changes.xml204(td) #: ./doc/common/tables/keystone-conf-changes.xml176(td) #: ./doc/common/tables/ceilometer-conf-changes.xml172(td) #: ./doc/common/tables/trove-conf-changes.xml200(td) #: ./doc/common/tables/nova-conf-changes.xml272(td) #: ./doc/common/tables/cinder-conf-changes.xml376(td) msgid "[oslo_messaging_qpid] amqp_auto_delete = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml128(td) #: ./doc/common/tables/glance-conf-changes.xml136(td) #: ./doc/common/tables/neutron-conf-changes.xml208(td) #: ./doc/common/tables/keystone-conf-changes.xml180(td) #: ./doc/common/tables/ceilometer-conf-changes.xml176(td) #: ./doc/common/tables/trove-conf-changes.xml204(td) #: ./doc/common/tables/nova-conf-changes.xml276(td) #: ./doc/common/tables/cinder-conf-changes.xml380(td) msgid "[oslo_messaging_qpid] amqp_durable_queues = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml132(td) #: ./doc/common/tables/glance-conf-changes.xml140(td) #: ./doc/common/tables/neutron-conf-changes.xml212(td) #: ./doc/common/tables/keystone-conf-changes.xml184(td) #: ./doc/common/tables/ceilometer-conf-changes.xml180(td) #: ./doc/common/tables/trove-conf-changes.xml208(td) #: ./doc/common/tables/nova-conf-changes.xml280(td) #: ./doc/common/tables/cinder-conf-changes.xml384(td) msgid "[oslo_messaging_qpid] qpid_heartbeat = 60" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml136(td) #: ./doc/common/tables/glance-conf-changes.xml144(td) #: ./doc/common/tables/neutron-conf-changes.xml216(td) #: ./doc/common/tables/keystone-conf-changes.xml188(td) #: ./doc/common/tables/ceilometer-conf-changes.xml184(td) #: ./doc/common/tables/trove-conf-changes.xml212(td) #: ./doc/common/tables/nova-conf-changes.xml284(td) #: ./doc/common/tables/cinder-conf-changes.xml388(td) msgid "[oslo_messaging_qpid] qpid_hostname = localhost" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml140(td) #: ./doc/common/tables/glance-conf-changes.xml148(td) #: ./doc/common/tables/neutron-conf-changes.xml220(td) #: ./doc/common/tables/keystone-conf-changes.xml192(td) #: ./doc/common/tables/ceilometer-conf-changes.xml188(td) #: ./doc/common/tables/trove-conf-changes.xml216(td) #: ./doc/common/tables/nova-conf-changes.xml288(td) #: ./doc/common/tables/cinder-conf-changes.xml392(td) msgid "[oslo_messaging_qpid] qpid_hosts = $qpid_hostname:$qpid_port" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml144(td) #: ./doc/common/tables/glance-conf-changes.xml152(td) #: ./doc/common/tables/neutron-conf-changes.xml224(td) #: ./doc/common/tables/keystone-conf-changes.xml196(td) #: ./doc/common/tables/ceilometer-conf-changes.xml192(td) #: ./doc/common/tables/trove-conf-changes.xml220(td) #: ./doc/common/tables/nova-conf-changes.xml292(td) #: ./doc/common/tables/cinder-conf-changes.xml396(td) msgid "[oslo_messaging_qpid] qpid_password =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml148(td) #: ./doc/common/tables/glance-conf-changes.xml156(td) #: ./doc/common/tables/neutron-conf-changes.xml228(td) #: ./doc/common/tables/keystone-conf-changes.xml200(td) #: ./doc/common/tables/ceilometer-conf-changes.xml196(td) #: ./doc/common/tables/trove-conf-changes.xml224(td) #: ./doc/common/tables/nova-conf-changes.xml296(td) #: ./doc/common/tables/cinder-conf-changes.xml400(td) msgid "[oslo_messaging_qpid] qpid_port = 5672" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml152(td) #: ./doc/common/tables/glance-conf-changes.xml160(td) #: ./doc/common/tables/neutron-conf-changes.xml232(td) #: ./doc/common/tables/keystone-conf-changes.xml204(td) #: ./doc/common/tables/ceilometer-conf-changes.xml200(td) #: ./doc/common/tables/trove-conf-changes.xml228(td) #: ./doc/common/tables/nova-conf-changes.xml300(td) #: ./doc/common/tables/cinder-conf-changes.xml404(td) msgid "[oslo_messaging_qpid] qpid_protocol = tcp" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml156(td) #: ./doc/common/tables/glance-conf-changes.xml164(td) #: ./doc/common/tables/neutron-conf-changes.xml236(td) #: ./doc/common/tables/keystone-conf-changes.xml208(td) #: ./doc/common/tables/ceilometer-conf-changes.xml204(td) #: ./doc/common/tables/trove-conf-changes.xml232(td) #: ./doc/common/tables/nova-conf-changes.xml304(td) #: ./doc/common/tables/cinder-conf-changes.xml408(td) msgid "[oslo_messaging_qpid] qpid_receiver_capacity = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml160(td) #: ./doc/common/tables/glance-conf-changes.xml168(td) #: ./doc/common/tables/neutron-conf-changes.xml240(td) #: ./doc/common/tables/keystone-conf-changes.xml212(td) #: ./doc/common/tables/ceilometer-conf-changes.xml208(td) #: ./doc/common/tables/trove-conf-changes.xml236(td) #: ./doc/common/tables/nova-conf-changes.xml308(td) #: ./doc/common/tables/cinder-conf-changes.xml412(td) msgid "[oslo_messaging_qpid] qpid_sasl_mechanisms =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml164(td) #: ./doc/common/tables/glance-conf-changes.xml172(td) #: ./doc/common/tables/neutron-conf-changes.xml244(td) #: ./doc/common/tables/keystone-conf-changes.xml216(td) #: ./doc/common/tables/ceilometer-conf-changes.xml212(td) #: ./doc/common/tables/trove-conf-changes.xml240(td) #: ./doc/common/tables/nova-conf-changes.xml312(td) #: ./doc/common/tables/cinder-conf-changes.xml416(td) msgid "[oslo_messaging_qpid] qpid_tcp_nodelay = True" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml168(td) #: ./doc/common/tables/glance-conf-changes.xml176(td) #: ./doc/common/tables/neutron-conf-changes.xml248(td) #: ./doc/common/tables/keystone-conf-changes.xml220(td) #: ./doc/common/tables/ceilometer-conf-changes.xml216(td) #: ./doc/common/tables/trove-conf-changes.xml244(td) #: ./doc/common/tables/nova-conf-changes.xml316(td) #: ./doc/common/tables/cinder-conf-changes.xml420(td) msgid "[oslo_messaging_qpid] qpid_topology_version = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml172(td) #: ./doc/common/tables/glance-conf-changes.xml180(td) #: ./doc/common/tables/neutron-conf-changes.xml252(td) #: ./doc/common/tables/keystone-conf-changes.xml224(td) #: ./doc/common/tables/ceilometer-conf-changes.xml220(td) #: ./doc/common/tables/trove-conf-changes.xml248(td) #: ./doc/common/tables/nova-conf-changes.xml320(td) #: ./doc/common/tables/cinder-conf-changes.xml424(td) msgid "[oslo_messaging_qpid] qpid_username =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml176(td) #: ./doc/common/tables/glance-conf-changes.xml184(td) #: ./doc/common/tables/neutron-conf-changes.xml256(td) #: ./doc/common/tables/keystone-conf-changes.xml228(td) #: ./doc/common/tables/ceilometer-conf-changes.xml224(td) #: ./doc/common/tables/trove-conf-changes.xml252(td) #: ./doc/common/tables/nova-conf-changes.xml324(td) #: ./doc/common/tables/cinder-conf-changes.xml428(td) msgid "[oslo_messaging_qpid] rpc_conn_pool_size = 30" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml180(td) #: ./doc/common/tables/glance-conf-changes.xml188(td) #: ./doc/common/tables/neutron-conf-changes.xml260(td) #: ./doc/common/tables/keystone-conf-changes.xml232(td) #: ./doc/common/tables/ceilometer-conf-changes.xml228(td) #: ./doc/common/tables/trove-conf-changes.xml256(td) #: ./doc/common/tables/nova-conf-changes.xml328(td) #: ./doc/common/tables/cinder-conf-changes.xml432(td) msgid "[oslo_messaging_rabbit] amqp_auto_delete = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml184(td) #: ./doc/common/tables/glance-conf-changes.xml192(td) #: ./doc/common/tables/neutron-conf-changes.xml264(td) #: ./doc/common/tables/keystone-conf-changes.xml236(td) #: ./doc/common/tables/ceilometer-conf-changes.xml232(td) #: ./doc/common/tables/trove-conf-changes.xml260(td) #: ./doc/common/tables/nova-conf-changes.xml332(td) #: ./doc/common/tables/cinder-conf-changes.xml436(td) msgid "[oslo_messaging_rabbit] amqp_durable_queues = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml188(td) #: ./doc/common/tables/glance-conf-changes.xml196(td) #: ./doc/common/tables/neutron-conf-changes.xml268(td) #: ./doc/common/tables/keystone-conf-changes.xml240(td) #: ./doc/common/tables/ceilometer-conf-changes.xml236(td) #: ./doc/common/tables/trove-conf-changes.xml264(td) #: ./doc/common/tables/nova-conf-changes.xml336(td) #: ./doc/common/tables/cinder-conf-changes.xml440(td) msgid "[oslo_messaging_rabbit] fake_rabbit = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml192(td) #: ./doc/common/tables/glance-conf-changes.xml200(td) #: ./doc/common/tables/neutron-conf-changes.xml272(td) #: ./doc/common/tables/keystone-conf-changes.xml244(td) #: ./doc/common/tables/ceilometer-conf-changes.xml240(td) #: ./doc/common/tables/trove-conf-changes.xml268(td) #: ./doc/common/tables/nova-conf-changes.xml340(td) #: ./doc/common/tables/cinder-conf-changes.xml444(td) msgid "[oslo_messaging_rabbit] heartbeat_rate = 2" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml193(td) #: ./doc/common/tables/glance-conf-changes.xml201(td) #: ./doc/common/tables/neutron-conf-changes.xml273(td) #: ./doc/common/tables/keystone-conf-changes.xml245(td) #: ./doc/common/tables/ceilometer-conf-changes.xml241(td) #: ./doc/common/tables/trove-conf-changes.xml269(td) #: ./doc/common/tables/nova-conf-changes.xml341(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml445(td) msgid "" "(IntOpt) How often times during the heartbeat_timeout_threshold we check the" " heartbeat." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml196(td) #: ./doc/common/tables/glance-conf-changes.xml204(td) #: ./doc/common/tables/neutron-conf-changes.xml276(td) #: ./doc/common/tables/keystone-conf-changes.xml248(td) #: ./doc/common/tables/ceilometer-conf-changes.xml244(td) #: ./doc/common/tables/trove-conf-changes.xml272(td) #: ./doc/common/tables/nova-conf-changes.xml344(td) #: ./doc/common/tables/cinder-conf-changes.xml448(td) msgid "[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml197(td) #: ./doc/common/tables/glance-conf-changes.xml205(td) #: ./doc/common/tables/neutron-conf-changes.xml277(td) #: ./doc/common/tables/keystone-conf-changes.xml249(td) #: ./doc/common/tables/ceilometer-conf-changes.xml245(td) #: ./doc/common/tables/trove-conf-changes.xml273(td) #: ./doc/common/tables/nova-conf-changes.xml345(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml449(td) msgid "" "(IntOpt) Number of seconds after which the Rabbit broker is considered down " "if heartbeat's keep-alive fails (0 disable the heartbeat)." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml200(td) #: ./doc/common/tables/glance-conf-changes.xml208(td) #: ./doc/common/tables/neutron-conf-changes.xml280(td) #: ./doc/common/tables/keystone-conf-changes.xml252(td) #: ./doc/common/tables/ceilometer-conf-changes.xml248(td) #: ./doc/common/tables/trove-conf-changes.xml276(td) #: ./doc/common/tables/nova-conf-changes.xml348(td) #: ./doc/common/tables/cinder-conf-changes.xml452(td) msgid "[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml204(td) #: ./doc/common/tables/glance-conf-changes.xml212(td) #: ./doc/common/tables/neutron-conf-changes.xml284(td) #: ./doc/common/tables/keystone-conf-changes.xml256(td) #: ./doc/common/tables/ceilometer-conf-changes.xml252(td) #: ./doc/common/tables/trove-conf-changes.xml280(td) #: ./doc/common/tables/nova-conf-changes.xml352(td) #: ./doc/common/tables/cinder-conf-changes.xml456(td) msgid "[oslo_messaging_rabbit] kombu_ssl_ca_certs =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml208(td) #: ./doc/common/tables/glance-conf-changes.xml216(td) #: ./doc/common/tables/neutron-conf-changes.xml288(td) #: ./doc/common/tables/keystone-conf-changes.xml260(td) #: ./doc/common/tables/ceilometer-conf-changes.xml256(td) #: ./doc/common/tables/trove-conf-changes.xml284(td) #: ./doc/common/tables/nova-conf-changes.xml356(td) #: ./doc/common/tables/cinder-conf-changes.xml460(td) msgid "[oslo_messaging_rabbit] kombu_ssl_certfile =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml212(td) #: ./doc/common/tables/glance-conf-changes.xml220(td) #: ./doc/common/tables/neutron-conf-changes.xml292(td) #: ./doc/common/tables/keystone-conf-changes.xml264(td) #: ./doc/common/tables/ceilometer-conf-changes.xml260(td) #: ./doc/common/tables/trove-conf-changes.xml288(td) #: ./doc/common/tables/nova-conf-changes.xml360(td) #: ./doc/common/tables/cinder-conf-changes.xml464(td) msgid "[oslo_messaging_rabbit] kombu_ssl_keyfile =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml216(td) #: ./doc/common/tables/glance-conf-changes.xml224(td) #: ./doc/common/tables/neutron-conf-changes.xml296(td) #: ./doc/common/tables/keystone-conf-changes.xml268(td) #: ./doc/common/tables/ceilometer-conf-changes.xml264(td) #: ./doc/common/tables/trove-conf-changes.xml292(td) #: ./doc/common/tables/nova-conf-changes.xml364(td) #: ./doc/common/tables/cinder-conf-changes.xml468(td) msgid "[oslo_messaging_rabbit] kombu_ssl_version =" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml220(td) #: ./doc/common/tables/glance-conf-changes.xml228(td) #: ./doc/common/tables/neutron-conf-changes.xml300(td) #: ./doc/common/tables/keystone-conf-changes.xml272(td) #: ./doc/common/tables/ceilometer-conf-changes.xml268(td) #: ./doc/common/tables/trove-conf-changes.xml296(td) #: ./doc/common/tables/nova-conf-changes.xml368(td) #: ./doc/common/tables/cinder-conf-changes.xml472(td) msgid "[oslo_messaging_rabbit] rabbit_ha_queues = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml224(td) #: ./doc/common/tables/glance-conf-changes.xml232(td) #: ./doc/common/tables/neutron-conf-changes.xml304(td) #: ./doc/common/tables/keystone-conf-changes.xml276(td) #: ./doc/common/tables/ceilometer-conf-changes.xml272(td) #: ./doc/common/tables/trove-conf-changes.xml300(td) #: ./doc/common/tables/nova-conf-changes.xml372(td) #: ./doc/common/tables/cinder-conf-changes.xml476(td) msgid "[oslo_messaging_rabbit] rabbit_host = localhost" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml228(td) #: ./doc/common/tables/glance-conf-changes.xml236(td) #: ./doc/common/tables/neutron-conf-changes.xml308(td) #: ./doc/common/tables/keystone-conf-changes.xml280(td) #: ./doc/common/tables/ceilometer-conf-changes.xml276(td) #: ./doc/common/tables/trove-conf-changes.xml304(td) #: ./doc/common/tables/nova-conf-changes.xml376(td) #: ./doc/common/tables/cinder-conf-changes.xml480(td) msgid "[oslo_messaging_rabbit] rabbit_hosts = $rabbit_host:$rabbit_port" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml232(td) #: ./doc/common/tables/glance-conf-changes.xml240(td) #: ./doc/common/tables/neutron-conf-changes.xml312(td) #: ./doc/common/tables/keystone-conf-changes.xml284(td) #: ./doc/common/tables/ceilometer-conf-changes.xml280(td) #: ./doc/common/tables/trove-conf-changes.xml308(td) #: ./doc/common/tables/nova-conf-changes.xml380(td) #: ./doc/common/tables/cinder-conf-changes.xml484(td) msgid "[oslo_messaging_rabbit] rabbit_login_method = AMQPLAIN" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml236(td) #: ./doc/common/tables/glance-conf-changes.xml244(td) #: ./doc/common/tables/neutron-conf-changes.xml316(td) #: ./doc/common/tables/keystone-conf-changes.xml288(td) #: ./doc/common/tables/ceilometer-conf-changes.xml284(td) #: ./doc/common/tables/trove-conf-changes.xml312(td) #: ./doc/common/tables/nova-conf-changes.xml384(td) #: ./doc/common/tables/cinder-conf-changes.xml488(td) msgid "[oslo_messaging_rabbit] rabbit_max_retries = 0" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml240(td) #: ./doc/common/tables/glance-conf-changes.xml248(td) #: ./doc/common/tables/neutron-conf-changes.xml320(td) #: ./doc/common/tables/keystone-conf-changes.xml292(td) #: ./doc/common/tables/ceilometer-conf-changes.xml288(td) #: ./doc/common/tables/trove-conf-changes.xml316(td) #: ./doc/common/tables/nova-conf-changes.xml388(td) #: ./doc/common/tables/cinder-conf-changes.xml492(td) msgid "[oslo_messaging_rabbit] rabbit_password = guest" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml244(td) #: ./doc/common/tables/glance-conf-changes.xml252(td) #: ./doc/common/tables/neutron-conf-changes.xml324(td) #: ./doc/common/tables/keystone-conf-changes.xml296(td) #: ./doc/common/tables/ceilometer-conf-changes.xml292(td) #: ./doc/common/tables/trove-conf-changes.xml320(td) #: ./doc/common/tables/nova-conf-changes.xml392(td) #: ./doc/common/tables/cinder-conf-changes.xml496(td) msgid "[oslo_messaging_rabbit] rabbit_port = 5672" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml248(td) #: ./doc/common/tables/glance-conf-changes.xml256(td) #: ./doc/common/tables/neutron-conf-changes.xml328(td) #: ./doc/common/tables/keystone-conf-changes.xml300(td) #: ./doc/common/tables/ceilometer-conf-changes.xml296(td) #: ./doc/common/tables/trove-conf-changes.xml324(td) #: ./doc/common/tables/nova-conf-changes.xml396(td) #: ./doc/common/tables/cinder-conf-changes.xml500(td) msgid "[oslo_messaging_rabbit] rabbit_retry_backoff = 2" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml252(td) #: ./doc/common/tables/glance-conf-changes.xml260(td) #: ./doc/common/tables/neutron-conf-changes.xml332(td) #: ./doc/common/tables/keystone-conf-changes.xml304(td) #: ./doc/common/tables/ceilometer-conf-changes.xml300(td) #: ./doc/common/tables/trove-conf-changes.xml328(td) #: ./doc/common/tables/nova-conf-changes.xml400(td) #: ./doc/common/tables/cinder-conf-changes.xml504(td) msgid "[oslo_messaging_rabbit] rabbit_retry_interval = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml256(td) #: ./doc/common/tables/glance-conf-changes.xml264(td) #: ./doc/common/tables/neutron-conf-changes.xml336(td) #: ./doc/common/tables/keystone-conf-changes.xml308(td) #: ./doc/common/tables/ceilometer-conf-changes.xml304(td) #: ./doc/common/tables/trove-conf-changes.xml332(td) #: ./doc/common/tables/nova-conf-changes.xml404(td) #: ./doc/common/tables/cinder-conf-changes.xml508(td) msgid "[oslo_messaging_rabbit] rabbit_use_ssl = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml260(td) #: ./doc/common/tables/glance-conf-changes.xml268(td) #: ./doc/common/tables/neutron-conf-changes.xml340(td) #: ./doc/common/tables/keystone-conf-changes.xml312(td) #: ./doc/common/tables/ceilometer-conf-changes.xml308(td) #: ./doc/common/tables/trove-conf-changes.xml336(td) #: ./doc/common/tables/nova-conf-changes.xml408(td) #: ./doc/common/tables/cinder-conf-changes.xml512(td) msgid "[oslo_messaging_rabbit] rabbit_userid = guest" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml264(td) #: ./doc/common/tables/glance-conf-changes.xml272(td) #: ./doc/common/tables/neutron-conf-changes.xml344(td) #: ./doc/common/tables/keystone-conf-changes.xml316(td) #: ./doc/common/tables/ceilometer-conf-changes.xml312(td) #: ./doc/common/tables/trove-conf-changes.xml340(td) #: ./doc/common/tables/nova-conf-changes.xml412(td) #: ./doc/common/tables/cinder-conf-changes.xml516(td) msgid "[oslo_messaging_rabbit] rabbit_virtual_host = /" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml268(td) #: ./doc/common/tables/glance-conf-changes.xml276(td) #: ./doc/common/tables/neutron-conf-changes.xml348(td) #: ./doc/common/tables/keystone-conf-changes.xml320(td) #: ./doc/common/tables/ceilometer-conf-changes.xml316(td) #: ./doc/common/tables/trove-conf-changes.xml344(td) #: ./doc/common/tables/nova-conf-changes.xml416(td) #: ./doc/common/tables/cinder-conf-changes.xml520(td) msgid "[oslo_messaging_rabbit] rpc_conn_pool_size = 30" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml272(td) msgid "[profiler] profiler_enabled = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml273(td) #: ./doc/common/tables/trove-conf-changes.xml349(td) #: ./doc/common/tables/heat-testing.xml29(td) #: ./doc/common/tables/cinder-profiler.xml22(td) #: ./doc/common/tables/glance-profiler.xml22(td) msgid "(BoolOpt) If False fully disable profiling feature." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml276(td) msgid "[profiler] trace_sqlalchemy = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml277(td) #: ./doc/common/tables/heat-testing.xml33(td) msgid "(BoolOpt) If False do not trace SQL requests." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml281(caption) #: ./doc/common/tables/glance-conf-changes.xml345(caption) #: ./doc/common/tables/neutron-conf-changes.xml353(caption) #: ./doc/common/tables/keystone-conf-changes.xml377(caption) #: ./doc/common/tables/ceilometer-conf-changes.xml341(caption) #: ./doc/common/tables/trove-conf-changes.xml433(caption) #: ./doc/common/tables/nova-conf-changes.xml457(caption) #: ./doc/common/tables/swift-conf-changes.xml78(caption) #: ./doc/common/tables/cinder-conf-changes.xml525(caption) msgid "New default values" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml287(td) #: ./doc/common/tables/glance-conf-changes.xml351(td) #: ./doc/common/tables/neutron-conf-changes.xml359(td) #: ./doc/common/tables/keystone-conf-changes.xml383(td) #: ./doc/common/tables/ceilometer-conf-changes.xml347(td) #: ./doc/common/tables/trove-conf-changes.xml439(td) #: ./doc/common/tables/nova-conf-changes.xml463(td) #: ./doc/common/tables/swift-conf-changes.xml84(td) #: ./doc/common/tables/cinder-conf-changes.xml531(td) msgid "Option" msgstr "选项" #: ./doc/common/tables/heat-conf-changes.xml288(td) #: ./doc/common/tables/glance-conf-changes.xml352(td) #: ./doc/common/tables/neutron-conf-changes.xml360(td) #: ./doc/common/tables/keystone-conf-changes.xml384(td) #: ./doc/common/tables/ceilometer-conf-changes.xml348(td) #: ./doc/common/tables/trove-conf-changes.xml440(td) #: ./doc/common/tables/nova-conf-changes.xml464(td) #: ./doc/common/tables/swift-conf-changes.xml85(td) #: ./doc/common/tables/cinder-conf-changes.xml532(td) msgid "Previous default value" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml289(td) #: ./doc/common/tables/glance-conf-changes.xml353(td) #: ./doc/common/tables/neutron-conf-changes.xml361(td) #: ./doc/common/tables/keystone-conf-changes.xml385(td) #: ./doc/common/tables/ceilometer-conf-changes.xml349(td) #: ./doc/common/tables/trove-conf-changes.xml441(td) #: ./doc/common/tables/nova-conf-changes.xml465(td) #: ./doc/common/tables/swift-conf-changes.xml86(td) #: ./doc/common/tables/cinder-conf-changes.xml533(td) msgid "New default value" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml293(td) msgid "[DEFAULT] deferred_auth_method" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml295(td) msgid "trusts" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml298(td) msgid "[DEFAULT] max_nested_stack_depth" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml303(td) msgid "[DEFAULT] num_engine_workers" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml308(td) msgid "[DEFAULT] plugin_dirs" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml310(td) msgid "" "/usr/lib64/heat, /usr/lib/heat, /usr/local/lib/heat, /usr/local/lib64/heat" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml313(td) #: ./doc/common/tables/glance-conf-changes.xml357(td) #: ./doc/common/tables/neutron-conf-changes.xml370(td) #: ./doc/common/tables/keystone-conf-changes.xml389(td) #: ./doc/common/tables/ceilometer-conf-changes.xml353(td) #: ./doc/common/tables/trove-conf-changes.xml470(td) #: ./doc/common/tables/nova-conf-changes.xml484(td) #: ./doc/common/tables/cinder-conf-changes.xml577(td) msgid "[DEFAULT] rpc_zmq_matchmaker" msgstr "[DEFAULT] rpc_zmq_matchmaker" #: ./doc/common/tables/heat-conf-changes.xml315(td) #: ./doc/common/tables/glance-conf-changes.xml359(td) #: ./doc/common/tables/nova-zeromq.xml37(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml372(td) #: ./doc/common/tables/keystone-conf-changes.xml391(td) #: ./doc/common/tables/cinder-zeromq.xml37(replaceable) #: ./doc/common/tables/ceilometer-conf-changes.xml355(td) #: ./doc/common/tables/ceilometer-zeromq.xml37(replaceable) #: ./doc/common/tables/trove-conf-changes.xml472(td) #: ./doc/common/tables/neutron-zeromq.xml37(replaceable) #: ./doc/common/tables/nova-conf-changes.xml486(td) #: ./doc/common/tables/glance-zeromq.xml37(replaceable) #: ./doc/common/tables/ironic-zeromq.xml37(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml579(td) msgid "oslo_messaging._drivers.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml318(td) msgid "[DEFAULT] trusts_delegated_roles" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml319(td) msgid "heat_stack_owner" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml7(caption) msgid "Description of Dell Storage Center volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml21(replaceable) msgid "3033" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml109(td) msgid "(IntOpt) Dell API port" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml113(td) msgid "(StrOpt) Name of the server folder to use on the Storage Center" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml29(replaceable) msgid "64702" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml117(td) msgid "(IntOpt) Storage Center System Serial Number" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml121(td) msgid "(StrOpt) Name of the volume folder to use on the Storage Center" msgstr "" #: ./doc/common/tables/nova-vmware.xml22(td) msgid "" "(IntOpt) The number of times we retry on failures, e.g., socket error, etc." msgstr "" #: ./doc/common/tables/nova-vmware.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml429(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.xml30(td) msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource." msgstr "" #: ./doc/common/tables/nova-vmware.xml34(td) msgid "(StrOpt) Regex to match the name of a datastore." msgstr "" #: ./doc/common/tables/nova-vmware.xml38(td) msgid "(StrOpt) Hostname or IP address for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml42(td) msgid "(StrOpt) Password for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml46(td) msgid "(IntOpt) Port for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml50(td) msgid "(StrOpt) Username for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml54(td) msgid "(StrOpt) Name of Integration Bridge" msgstr "" #: ./doc/common/tables/nova-vmware.xml57(replaceable) #: ./doc/common/tables/cinder-storage.xml45(replaceable) #: ./doc/common/tables/cinder-storage.xml73(replaceable) #: ./doc/common/tables/heat-quota.xml33(replaceable) #: ./doc/common/tables/keystone-ldap.xml33(replaceable) #: ./doc/common/tables/swift-object-server-app-object-server.xml52(replaceable) #: ./doc/common/tables/cinder-vmware.xml45(replaceable) #: ./doc/common/tables/glance-s3.xml45(replaceable) #: ./doc/common/tables/neutron-quotas.xml52(replaceable) #: ./doc/common/tables/neutron-quotas.xml68(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml48(replaceable) #: ./doc/common/tables/sahara-common.xml45(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml56(replaceable) #: ./doc/common/tables/nova-network.xml257(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml29(replaceable) #: ./doc/common/tables/ironic-conductor.xml89(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml48(replaceable) #: ./doc/common/tables/nova-quota.xml61(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml553(td) #: ./doc/common/tables/cinder-conf-changes.xml558(td) msgid "100" msgstr "100" #: ./doc/common/tables/nova-vmware.xml58(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/nova-vmware.xml62(td) #: ./doc/common/tables/nova-conf-changes.xml433(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.xml66(td) #: ./doc/common/tables/nova-conf-changes.xml437(td) msgid "(BoolOpt) The PBM status." msgstr "" #: ./doc/common/tables/nova-vmware.xml70(td) #: ./doc/common/tables/nova-conf-changes.xml441(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.xml74(td) msgid "(FloatOpt) The interval used for polling of remote tasks." msgstr "" #: ./doc/common/tables/nova-vmware.xml78(td) msgid "(BoolOpt) Whether to use linked clone" msgstr "" #: ./doc/common/tables/nova-vmware.xml82(td) msgid "" "(StrOpt) Optional VIM Service WSDL Location e.g " "http://<server>/vimService.wsdl. Optional over-ride to default " "location for bug work-arounds" msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/glance-conf-changes.xml4(title) msgid "" "New, updated and deprecated options in Kilo for OpenStack Image Service" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml16(td) msgid "[DEFAULT] available_plugins =" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml17(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-conf-changes.xml20(td) msgid "[DEFAULT] backdoor_port = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml21(td) #: ./doc/common/tables/cinder-debug.xml22(td) #: ./doc/common/tables/glance-debug.xml22(td) #: ./doc/common/tables/heat-debug.xml22(td) #: ./doc/common/tables/ceilometer-debug.xml22(td) #: ./doc/common/tables/neutron-debug.xml22(td) #: ./doc/common/tables/ironic-debug.xml22(td) #: ./doc/common/tables/trove-debug.xml22(td) #: ./doc/common/tables/keystone-debug.xml22(td) #: ./doc/common/tables/nova-debug.xml22(td) msgid "" "(StrOpt) Enable eventlet backdoor. Acceptable values are 0, <port>, " "and <start>:<end>, where 0 results in listening on a random tcp " "port number; <port> results in listening on the specified port number " "(and not enabling backdoor if that port is in use); and " "<start>:<end> results in listening on the smallest unused port " "number within the specified range of port numbers. The chosen port is " "displayed in the service's log file." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml24(td) msgid "[DEFAULT] digest_algorithm = sha1" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml25(td) #: ./doc/common/tables/glance-common.xml46(td) msgid "" "(StrOpt) Digest algorithm which will be used for digital signature; the " "default is sha1 the default in Kilo for a smooth upgrade process, and it " "will be updated with sha256 in next release(L). Use the command \"openssl " "list-message-digest-algorithms\" to get the available algorithms supported " "by the version of OpenSSL on the platform. Examples are \"sha1\", " "\"sha256\", \"sha512\", etc." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml28(td) msgid "[DEFAULT] disabled_notifications =" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml29(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/glance-conf-changes.xml32(td) msgid "[DEFAULT] host = localhost" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml36(td) msgid "[DEFAULT] http_keepalive = True" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml37(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-conf-changes.xml40(td) msgid "[DEFAULT] http_timeout = 600" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml44(td) msgid "[DEFAULT] listener_workers = 1" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml48(td) msgid "[DEFAULT] load_enabled = True" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml49(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-conf-changes.xml52(td) #: ./doc/common/tables/cinder-conf-changes.xml252(td) msgid "[DEFAULT] public_endpoint = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml53(td) #: ./doc/common/tables/glance-api.xml62(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-conf-changes.xml56(td) msgid "[elasticsearch] hosts = 127.0.0.1:9200" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml57(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/glance-conf-changes.xml60(td) msgid "[glance_store] store_capabilities_update_min_interval = 0" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml61(td) #: ./doc/common/tables/glance-api.xml89(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-conf-changes.xml64(td) msgid "[glance_store] swift_store_cacert = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml65(td) #: ./doc/common/tables/glance-swift.xml65(td) msgid "" "(StrOpt) A string giving the CA certificate file to use in SSL connections " "for verifying certs." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml68(td) msgid "[glance_store] swift_store_endpoint = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml69(td) #: ./doc/common/tables/glance-swift.xml81(td) msgid "" "(StrOpt) If set, the configured endpoint will be used. If None, the storage " "url from the auth response will be used." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml72(td) msgid "[glance_store] swift_store_multiple_containers_seed = 0" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml73(td) #: ./doc/common/tables/glance-swift.xml105(td) msgid "" "(IntOpt) 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.Used only when " "swift_store_multi_tenant is disabled. The total number of containers that " "will be used is equal to 16^N, so if this config option is set to 2, then " "16^2=256 containers will be used to store images." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml76(td) msgid "[glance_store] vmware_datastores = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml77(td) msgid "" "(MultiStrOpt) A list of datastores where the image can be stored. This " "option may be specified multiple times for specifying multiple datastores. " "Either one of vmware_datastore_name or vmware_datastores is required. The " "datastore name should be specified after its datacenter path, seperated by " "\":\". An optional weight may be given after the datastore name, seperated " "again by \":\". Thus, the required format becomes " "<datacenter_path>:<datastore_name>:<optional_weight>. When" " adding an image, the datastore with highest weight will be selected, unless" " there is not enough free space available in cases where the image size is " "already known. If no weight is given, it is assumed to be zero and the " "directory will be considered for selection last. If multiple datastores have" " the same weight, then the one with the most free space available is " "selected." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml80(td) #: ./doc/common/tables/neutron-conf-changes.xml152(td) #: ./doc/common/tables/ceilometer-conf-changes.xml120(td) #: ./doc/common/tables/nova-conf-changes.xml220(td) #: ./doc/common/tables/cinder-conf-changes.xml324(td) msgid "[oslo_concurrency] disable_process_locking = False" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml84(td) #: ./doc/common/tables/neutron-conf-changes.xml156(td) #: ./doc/common/tables/ceilometer-conf-changes.xml124(td) #: ./doc/common/tables/nova-conf-changes.xml224(td) #: ./doc/common/tables/cinder-conf-changes.xml328(td) msgid "[oslo_concurrency] lock_path = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml280(td) msgid "[oslo_policy] policy_default_rule = default" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml284(td) msgid "[oslo_policy] policy_dirs = ['policy.d']" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml285(td) #: ./doc/common/tables/neutron-conf-changes.xml77(td) #: ./doc/common/tables/nova-conf-changes.xml53(td) #: ./doc/common/tables/cinder-conf-changes.xml249(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/glance-conf-changes.xml288(td) msgid "[oslo_policy] policy_file = policy.json" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml292(td) msgid "[service_credentials] insecure = False" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml296(td) msgid "[service_credentials] os_auth_url = http://localhost:5000/v2.0" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml300(td) msgid "[service_credentials] os_cacert = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml304(td) msgid "[service_credentials] os_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml308(td) msgid "[service_credentials] os_password = admin" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml312(td) msgid "[service_credentials] os_region_name = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml316(td) msgid "[service_credentials] os_tenant_id =" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml320(td) msgid "[service_credentials] os_tenant_name = admin" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml324(td) msgid "[service_credentials] os_username = glance" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml328(td) msgid "[task] work_dir = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml329(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/glance-conf-changes.xml332(td) msgid "[taskflow_executor] conversion_format = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml333(td) msgid "" "(StrOpt) The format to which images will be automatically converted. Can be " "'qcow2' or 'raw'." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml336(td) msgid "[taskflow_executor] engine_mode = parallel" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml337(td) #: ./doc/common/tables/glance-taskflow.xml22(td) msgid "" "(StrOpt) The mode in which the engine will run. Can be 'serial' or " "'parallel'." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml340(td) msgid "[taskflow_executor] max_workers = 10" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml341(td) #: ./doc/common/tables/glance-taskflow.xml26(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/glance-conf-changes.xml362(td) msgid "[task] task_executor" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml363(td) #: ./doc/common/tables/glance-common.xml133(replaceable) msgid "eventlet" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml364(td) msgid "taskflow" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml368(caption) #: ./doc/common/tables/neutron-conf-changes.xml406(caption) #: ./doc/common/tables/keystone-conf-changes.xml410(caption) #: ./doc/common/tables/ceilometer-conf-changes.xml359(caption) #: ./doc/common/tables/trove-conf-changes.xml531(caption) #: ./doc/common/tables/nova-conf-changes.xml500(caption) #: ./doc/common/tables/cinder-conf-changes.xml588(caption) msgid "Deprecated options" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml373(td) #: ./doc/common/tables/neutron-conf-changes.xml411(td) #: ./doc/common/tables/keystone-conf-changes.xml415(td) #: ./doc/common/tables/ceilometer-conf-changes.xml364(td) #: ./doc/common/tables/trove-conf-changes.xml536(td) #: ./doc/common/tables/nova-conf-changes.xml505(td) #: ./doc/common/tables/cinder-conf-changes.xml593(td) msgid "Deprecated option" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml374(td) #: ./doc/common/tables/neutron-conf-changes.xml412(td) #: ./doc/common/tables/keystone-conf-changes.xml416(td) #: ./doc/common/tables/ceilometer-conf-changes.xml365(td) #: ./doc/common/tables/trove-conf-changes.xml537(td) #: ./doc/common/tables/nova-conf-changes.xml506(td) #: ./doc/common/tables/cinder-conf-changes.xml594(td) msgid "New Option" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml378(td) msgid "[task] eventlet_executor_pool_size" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml379(td) msgid "[taskflow_executor] max_workers" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml7(caption) msgid "Description of Cloudformation-compatible API configuration options" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml22(td) msgid "" "(StrOpt) Instance connection to CFN/CW API validate certs if SSL is used." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml26(td) msgid "(StrOpt) Instance connection to CFN/CW API via https." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml29(th) msgid "[heat_api_cfn]" msgstr "[heat_api_cfn]" #: ./doc/common/tables/heat-cfn_api.xml33(td) #: ./doc/common/tables/heat-api.xml127(td) #: ./doc/common/tables/heat-cloudwatch_api.xml33(td) msgid "(IntOpt) Number of backlog requests to configure the socket with." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml37(td) #: ./doc/common/tables/heat-api.xml131(td) #: ./doc/common/tables/heat-cloudwatch_api.xml37(td) #: ./doc/common/tables/glance-common.xml34(td) msgid "" "(StrOpt) Address to bind the server. Useful when selecting a particular " "network interface." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml40(replaceable) msgid "8000" msgstr "8000" #: ./doc/common/tables/heat-cfn_api.xml41(td) #: ./doc/common/tables/heat-api.xml135(td) #: ./doc/common/tables/heat-cloudwatch_api.xml41(td) #: ./doc/common/tables/glance-common.xml38(td) msgid "(IntOpt) The port on which the server will listen." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml45(td) #: ./doc/common/tables/heat-api.xml139(td) #: ./doc/common/tables/heat-cloudwatch_api.xml45(td) msgid "(StrOpt) Location of the SSL certificate file to use for SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml49(td) #: ./doc/common/tables/heat-api.xml143(td) #: ./doc/common/tables/heat-cloudwatch_api.xml49(td) msgid "(StrOpt) Location of the SSL key file to use for enabling SSL mode." msgstr "" #: ./doc/common/tables/heat-cfn_api.xml52(replaceable) #: ./doc/common/tables/trove-api.xml73(replaceable) #: ./doc/common/tables/glance-api.xml53(replaceable) #: ./doc/common/tables/heat-api.xml146(replaceable) #: ./doc/common/tables/cinder-api.xml49(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml52(replaceable) #: ./doc/common/tables/nova-api.xml49(replaceable) #: ./doc/common/tables/neutron-api.xml53(replaceable) msgid "16384" msgstr "" #: ./doc/common/tables/heat-cfn_api.xml53(td) #: ./doc/common/tables/trove-api.xml74(td) #: ./doc/common/tables/heat-api.xml147(td) #: ./doc/common/tables/cinder-api.xml50(td) #: ./doc/common/tables/nova-api.xml50(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.xml57(td) #: ./doc/common/tables/heat-api.xml151(td) #: ./doc/common/tables/heat-cloudwatch_api.xml57(td) msgid "(IntOpt) Number of workers for Heat service." msgstr "" #: ./doc/common/tables/neutron-vmware.xml21(replaceable) msgid "breth0" msgstr "" #: ./doc/common/tables/neutron-vmware.xml22(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-vmware.xml26(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-vmware.xml30(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-vmware.xml34(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-vmware.xml38(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-vmware.xml41(replaceable) #: ./doc/common/tables/neutron-common.xml33(replaceable) msgid "75" msgstr "75" #: ./doc/common/tables/neutron-vmware.xml42(td) msgid "(IntOpt) Time before aborting a request" msgstr "" #: ./doc/common/tables/neutron-vmware.xml46(td) msgid "(ListOpt) Lists the NSX controllers in this cluster" msgstr "" #: ./doc/common/tables/neutron-vmware.xml50(td) msgid "(StrOpt) Password for NSX controllers in this cluster" msgstr "" #: ./doc/common/tables/neutron-vmware.xml54(td) msgid "(StrOpt) User name for NSX controllers in this cluster" msgstr "" #: ./doc/common/tables/neutron-vmware.xml58(td) msgid "(IntOpt) Number of times a redirect should be followed" msgstr "" #: ./doc/common/tables/neutron-vmware.xml62(td) msgid "(IntOpt) Number of time a request should be retried" msgstr "" #: ./doc/common/tables/neutron-vmware.xml65(th) msgid "[NSX]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml68(replaceable) msgid "agent" msgstr "" #: ./doc/common/tables/neutron-vmware.xml69(td) msgid "(StrOpt) The mode used to implement DHCP/metadata services." msgstr "" #: ./doc/common/tables/neutron-vmware.xml73(td) msgid "(IntOpt) Maximum concurrent connections to each NSX controller." msgstr "" #: ./doc/common/tables/neutron-vmware.xml76(replaceable) msgid "stt" msgstr "" #: ./doc/common/tables/neutron-vmware.xml77(td) msgid "" "(StrOpt) The default network tranport type to use (stt, gre, bridge, " "ipsec_gre, or ipsec_stt)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml81(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on a bridged transport " "zone (default 5000)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml85(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on an overlay transport" " zone (default 256)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml88(replaceable) msgid "access_network" msgstr "" #: ./doc/common/tables/neutron-vmware.xml89(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-vmware.xml93(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-vmware.xml97(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-vmware.xml100(th) msgid "[NSX_DHCP]" msgstr "[NSX_DHCP]" #: ./doc/common/tables/neutron-vmware.xml103(replaceable) msgid "43200" msgstr "" #: ./doc/common/tables/neutron-vmware.xml104(td) msgid "(IntOpt) Default DHCP lease time" msgstr "" #: ./doc/common/tables/neutron-vmware.xml107(replaceable) #: ./doc/common/tables/neutron-common.xml109(replaceable) msgid "openstacklocal" msgstr "" #: ./doc/common/tables/neutron-vmware.xml108(td) #: ./doc/common/tables/nova-network.xml50(td) #: ./doc/common/tables/neutron-common.xml110(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" #: ./doc/common/tables/neutron-vmware.xml112(td) msgid "(ListOpt) Comma separated list of additional domain name servers" msgstr "" #: ./doc/common/tables/neutron-vmware.xml115(th) msgid "[NSX_LSN]" msgstr "[NSX_LSN]" #: ./doc/common/tables/neutron-vmware.xml119(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-vmware.xml122(th) msgid "[NSX_METADATA]" msgstr "[NSX_METADATA]" #: ./doc/common/tables/neutron-vmware.xml126(td) msgid "(StrOpt) IP address used by Metadata server." msgstr "" #: ./doc/common/tables/neutron-vmware.xml130(td) msgid "(IntOpt) TCP Port used by Metadata server." msgstr "" #: ./doc/common/tables/neutron-vmware.xml134(td) #: ./doc/common/tables/neutron-metadata.xml42(td) msgid "(StrOpt) Shared secret to sign instance-id request" msgstr "" #: ./doc/common/tables/neutron-vmware.xml137(th) msgid "[NSX_SYNC]" msgstr "[NSX_SYNC]" #: ./doc/common/tables/neutron-vmware.xml141(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-vmware.xml145(td) msgid "" "(IntOpt) Maximum value for the additional random delay in seconds between " "runs of the state synchronization task" msgstr "" #: ./doc/common/tables/neutron-vmware.xml148(replaceable) msgid "500" msgstr "500" #: ./doc/common/tables/neutron-vmware.xml149(td) msgid "" "(IntOpt) Minimum number of resources to be retrieved from NSX during state " "synchronization" msgstr "" #: ./doc/common/tables/neutron-vmware.xml153(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-vmware.xml157(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-vmware.xml160(th) msgid "[vcns]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml164(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml168(td) #: ./doc/common/tables/neutron-vmware.xml172(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml176(td) msgid "(StrOpt) Network ID for physical network connectivity" msgstr "" #: ./doc/common/tables/neutron-vmware.xml180(td) msgid "(StrOpt) uri for vsm" msgstr "" #: ./doc/common/tables/neutron-vmware.xml184(td) msgid "(StrOpt) Password for vsm" msgstr "" #: ./doc/common/tables/neutron-vmware.xml188(td) msgid "" "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml191(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml37(replaceable) msgid "2000" msgstr "" #: ./doc/common/tables/neutron-vmware.xml192(td) msgid "(IntOpt) Task status check interval" msgstr "" #: ./doc/common/tables/neutron-vmware.xml196(td) msgid "(StrOpt) User name for vsm" msgstr "" #: ./doc/common/tables/nova-rdp.xml7(caption) msgid "Description of RDP configuration options" msgstr "" #: ./doc/common/tables/nova-rdp.xml18(th) msgid "[rdp]" msgstr "" #: ./doc/common/tables/nova-rdp.xml22(td) msgid "(BoolOpt) Enable RDP related features" msgstr "" #: ./doc/common/tables/nova-rdp.xml25(replaceable) msgid "http://127.0.0.1:6083/" msgstr "" #: ./doc/common/tables/nova-rdp.xml26(td) msgid "" "(StrOpt) Location of RDP html5 console proxy, in the form " "\"http://127.0.0.1:6083/\"" msgstr "" #: ./doc/common/tables/trove-ca.xml22(td) #: ./doc/common/tables/nova-ca.xml58(td) #: ./doc/common/tables/neutron-ca.xml22(td) #: ./doc/common/tables/cinder-ca.xml22(td) #: ./doc/common/tables/ironic-ssl.xml22(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients" msgstr "" #: ./doc/common/tables/trove-ca.xml26(td) #: ./doc/common/tables/neutron-ca.xml26(td) #: ./doc/common/tables/cinder-ca.xml26(td) msgid "(StrOpt) Certificate file to use when starting the server securely" msgstr "" #: ./doc/common/tables/trove-ca.xml30(td) #: ./doc/common/tables/neutron-ca.xml30(td) #: ./doc/common/tables/cinder-ca.xml30(td) msgid "(StrOpt) Private key file to use when starting the server securely" msgstr "" #: ./doc/common/tables/nova-quobyte.xml7(caption) #: ./doc/common/tables/cinder-quobyte.xml7(caption) msgid "Description of Quobyte USP volume driver configuration options" msgstr "" #: ./doc/common/tables/nova-quobyte.xml22(td) #: ./doc/common/tables/cinder-quobyte.xml22(td) #: ./doc/common/tables/nova-conf-changes.xml177(td) #: ./doc/common/tables/cinder-conf-changes.xml257(td) msgid "(StrOpt) Path to a Quobyte Client configuration file." msgstr "" #: ./doc/common/tables/nova-quobyte.xml25(replaceable) #: ./doc/common/tables/nova-volumes.xml102(replaceable) #: ./doc/common/tables/nova-volumes.xml110(replaceable) #: ./doc/common/tables/nova-volumes.xml150(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml29(replaceable) #: ./doc/common/tables/cinder-quobyte.xml25(replaceable) #: ./doc/common/tables/cinder-storage_glusterfs.xml21(replaceable) #: ./doc/common/tables/cinder-smbfs.xml29(replaceable) #: ./doc/common/tables/cinder-nexenta_nfs.xml21(replaceable) msgid "$state_path/mnt" msgstr "" #: ./doc/common/tables/nova-quobyte.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml181(td) msgid "" "(StrOpt) Directory where the Quobyte volume is mounted on the compute node" msgstr "" #: ./doc/common/tables/keystone-role.xml7(caption) msgid "Description of role configuration options" msgstr "" #: ./doc/common/tables/keystone-role.xml18(th) msgid "[role]" msgstr "" #: ./doc/common/tables/keystone-role.xml22(td) #: ./doc/common/tables/keystone-conf-changes.xml345(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.xml26(td) #: ./doc/common/tables/keystone-conf-changes.xml349(td) msgid "" "(BoolOpt) Toggle for role caching. This has no effect unless global caching " "is enabled." msgstr "" #: ./doc/common/tables/keystone-role.xml30(td) #: ./doc/common/tables/keystone-conf-changes.xml353(td) msgid "(StrOpt) Role backend driver." msgstr "" #: ./doc/common/tables/keystone-role.xml34(td) #: ./doc/common/tables/keystone-conf-changes.xml357(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a role " "collection." msgstr "" #: ./doc/common/tables/keystone-assignment.xml7(caption) msgid "Description of assignment configuration options" msgstr "" #: ./doc/common/tables/keystone-assignment.xml18(th) msgid "[assignment]" msgstr "" #: ./doc/common/tables/keystone-assignment.xml22(td) msgid "" "(IntOpt) TTL (in seconds) to cache assignment data. This has no effect " "unless global caching is enabled." msgstr "" #: ./doc/common/tables/keystone-assignment.xml26(td) msgid "" "(BoolOpt) Toggle for assignment caching. This has no effect unless global " "caching is enabled." msgstr "" #: ./doc/common/tables/keystone-assignment.xml30(td) msgid "(StrOpt) Assignment backend driver." msgstr "" #: ./doc/common/tables/keystone-assignment.xml34(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in an assignment " "collection." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml7(caption) msgid "" "Description of ZFS Storage Appliance iSCSI driver configuration options" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml22(td) msgid "(StrOpt) iSCSI initiator IQNs. (comma separated)" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml26(td) msgid "(StrOpt) iSCSI initiators configuration." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml30(td) msgid "(StrOpt) iSCSI initiator group." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml34(td) msgid "(StrOpt) iSCSI initiator CHAP password." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml38(td) msgid "(StrOpt) iSCSI initiator CHAP user." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml42(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml46(td) msgid "(StrOpt) Data compression-off, lzjb, gzip-2, gzip, gzip-9." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml46(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml50(td) msgid "(StrOpt) Synchronous write bias-latency, throughput." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml50(td) msgid "(BoolOpt) Flag to enable sparse (thin-provisioned): True, False." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml53(replaceable) msgid "8k" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml54(td) msgid "(StrOpt) Block size: 512, 1k, 2k, 4k, 8k, 16k, 32k, 64k, 128k." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml58(td) #: ./doc/common/tables/cinder-emc.xml58(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml34(td) msgid "(StrOpt) Storage pool name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml62(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml38(td) msgid "(StrOpt) Project name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml66(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml54(td) msgid "(IntOpt) REST connection timeout. (seconds)" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml69(replaceable) msgid "tgt-grp" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml70(td) msgid "(StrOpt) iSCSI target group name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml74(td) msgid "(StrOpt) Network interfaces of iSCSI targets. (comma separated)" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml78(td) msgid "(StrOpt) iSCSI target CHAP password." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml82(td) msgid "(StrOpt) iSCSI target portal (Data-IP:Port, w.x.y.z:3260)." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml86(td) msgid "(StrOpt) iSCSI target CHAP user." msgstr "" #: ./doc/common/tables/cinder-storage.xml7(caption) msgid "Description of storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage.xml22(td) #: ./doc/common/tables/cinder-storage.xml26(td) msgid "" "(FloatOpt) Multiplier used for weighing volume capacity. Negative numbers " "mean to stack vs spread." msgstr "" #: ./doc/common/tables/cinder-storage.xml30(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.xml33(replaceable) #: ./doc/common/tables/cinder-storage.xml65(replaceable) msgid "tgtadm" msgstr "" #: ./doc/common/tables/cinder-storage.xml34(td) msgid "" "(StrOpt) iSCSI target user-land tool to use. tgtadm is default, use lioadm " "for LIO iSCSI support, iseradm for the ISER protocol, iscsictl for Chelsio " "iSCSI Target or fake for testing." msgstr "" #: ./doc/common/tables/cinder-storage.xml37(replaceable) msgid "fileio" msgstr "" #: ./doc/common/tables/cinder-storage.xml38(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.xml42(td) msgid "(StrOpt) The IP address that the iSCSI daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml46(td) msgid "(IntOpt) The maximum number of iSCSI target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml50(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml30(td) msgid "(IntOpt) The port that the iSCSI daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml53(replaceable) #: ./doc/common/tables/cinder-scst.xml21(replaceable) #: ./doc/common/tables/cinder-xiv.xml41(replaceable) msgid "iscsi" msgstr "" #: ./doc/common/tables/cinder-storage.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml177(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.xml57(replaceable) #: ./doc/common/tables/cinder-storage.xml81(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml564(td) msgid "iqn.2010-10.org.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml58(td) msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml61(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml24(replaceable) #: ./doc/common/tables/cinder-nexenta_nfs.xml33(replaceable) msgid "on" msgstr "on" #: ./doc/common/tables/cinder-storage.xml62(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.xml66(td) msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" #: ./doc/common/tables/cinder-storage.xml70(td) msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml74(td) msgid "(IntOpt) The maximum number of iSER target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml78(td) msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml82(td) msgid "(StrOpt) Prefix for iSER volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml86(td) msgid "" "(IntOpt) This configure option has been deprecated along with the " "SimpleScheduler. New scheduler is able to gather capacity information for " "each host, thus setting the maximum number of volume gigabytes for host is " "no longer needed. It's safe to remove this configure from cinder.conf." msgstr "" #: ./doc/common/tables/cinder-storage.xml90(td) msgid "" "(IntOpt) Timeout for creating the volume to migrate to when performing " "volume migration (seconds)" msgstr "" #: ./doc/common/tables/cinder-storage.xml94(td) msgid "" "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml98(td) msgid "(IntOpt) The maximum number of times to rescan targets to find volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml102(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" #: ./doc/common/tables/cinder-storage.xml105(replaceable) #: ./doc/common/tables/nova-libvirt.xml184(replaceable) msgid "zero" msgstr "" #: ./doc/common/tables/cinder-storage.xml106(td) #: ./doc/common/tables/nova-libvirt.xml185(td) msgid "" "(StrOpt) Method used to wipe old volumes (valid options are: none, zero, " "shred)" msgstr "" #: ./doc/common/tables/cinder-storage.xml110(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.xml114(td) #: ./doc/common/tables/nova-libvirt.xml189(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" #: ./doc/common/tables/cinder-storage.xml117(replaceable) msgid "cinder-volume-copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml118(td) msgid "" "(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml122(td) msgid "" "(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" #: ./doc/common/tables/cinder-storage.xml125(replaceable) #: ./doc/common/tables/ironic-deploy.xml21(replaceable) msgid "1M" msgstr "" #: ./doc/common/tables/cinder-storage.xml126(td) msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml129(replaceable) msgid "cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" #: ./doc/common/tables/cinder-storage.xml130(td) msgid "(StrOpt) Driver to use for volume creation" msgstr "" #: ./doc/common/tables/cinder-storage.xml133(replaceable) msgid "cinder.volume.manager.VolumeManager" msgstr "" #: ./doc/common/tables/cinder-storage.xml134(td) msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml138(td) msgid "(BoolOpt) Offload pending volume delete during volume service startup" msgstr "" #: ./doc/common/tables/cinder-storage.xml142(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.xml145(replaceable) msgid "$state_path/volumes" msgstr "$state_path/volumes" #: ./doc/common/tables/cinder-storage.xml146(td) msgid "(StrOpt) Volume configuration file storage directory" msgstr "" #: ./doc/common/tables/glance-registry.xml7(caption) msgid "Description of registry configuration options" msgstr "" #: ./doc/common/tables/glance-registry.xml22(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.xml26(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.xml30(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.xml34(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.xml38(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.xml42(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.xml46(td) msgid "" "(StrOpt) The path to the certifying authority cert file to use in SSL " "connections to the registry server." msgstr "" #: ./doc/common/tables/glance-registry.xml50(td) msgid "" "(StrOpt) The path to the cert file to use in SSL connections to the registry" " server." msgstr "" #: ./doc/common/tables/glance-registry.xml54(td) msgid "" "(BoolOpt) When using SSL in connections to the registry server, do not " "require validation via a certifying authority." msgstr "" #: ./doc/common/tables/glance-registry.xml58(td) msgid "" "(StrOpt) The path to the key file to use in SSL connections to the registry " "server." msgstr "" #: ./doc/common/tables/glance-registry.xml62(td) msgid "" "(StrOpt) The protocol to use for communication with the registry server. " "Either http or https." msgstr "" #: ./doc/common/tables/glance-registry.xml66(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.xml70(td) msgid "(StrOpt) Address to find the registry server." msgstr "" #: ./doc/common/tables/glance-registry.xml73(replaceable) msgid "9191" msgstr "9191" #: ./doc/common/tables/glance-registry.xml74(td) msgid "(IntOpt) Port the registry server is listening on." msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml8(literal) msgid "[storage-policy-1]" msgstr "" #: ./doc/common/tables/swift-swift-storage-policy-1.xml20(replaceable) msgid "silver" msgstr "" #: ./doc/common/tables/neutron-embrane.xml7(caption) msgid "Description of Embrane configuration options" msgstr "" #: ./doc/common/tables/neutron-embrane.xml18(th) #: ./doc/common/tables/neutron-common.xml223(th) msgid "[heleos]" msgstr "" #: ./doc/common/tables/neutron-embrane.xml22(td) #: ./doc/common/tables/neutron-embrane_lb.xml26(td) msgid "(StrOpt) ESM admin username." msgstr "" #: ./doc/common/tables/neutron-embrane.xml26(td) #: ./doc/common/tables/neutron-embrane_lb.xml30(td) msgid "(BoolOpt) Define if the requests have run asynchronously or not" msgstr "" #: ./doc/common/tables/neutron-embrane.xml30(td) msgid "(StrOpt) Dummy user traffic Security Zone id" msgstr "" #: ./doc/common/tables/neutron-embrane.xml34(td) #: ./doc/common/tables/neutron-embrane_lb.xml38(td) msgid "(StrOpt) ESM management root address" msgstr "" #: ./doc/common/tables/neutron-embrane.xml38(td) msgid "(StrOpt) In band Security Zone id" msgstr "" #: ./doc/common/tables/neutron-embrane.xml42(td) msgid "(StrOpt) Management Security Zone id" msgstr "" #: ./doc/common/tables/neutron-embrane.xml46(td) msgid "(StrOpt) Out of band Security Zone id" msgstr "" #: ./doc/common/tables/neutron-embrane.xml50(td) #: ./doc/common/tables/neutron-embrane_lb.xml62(td) msgid "(StrOpt) Shared resource pool id" msgstr "" #: ./doc/common/tables/neutron-embrane.xml54(td) msgid "(StrOpt) Router image id (Embrane FW/VPN)" msgstr "" #: ./doc/common/tables/heat-quota.xml22(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.xml26(td) msgid "(IntOpt) Maximum depth allowed when using nested stacks." msgstr "" #: ./doc/common/tables/heat-quota.xml30(td) msgid "(IntOpt) Maximum resources allowed per top-level stack." msgstr "" #: ./doc/common/tables/heat-quota.xml34(td) msgid "" "(IntOpt) Maximum number of stacks any one tenant may have active at one " "time." msgstr "" #: ./doc/common/tables/heat-quota.xml37(replaceable) msgid "524288" msgstr "" #: ./doc/common/tables/heat-quota.xml38(td) msgid "(IntOpt) Maximum raw byte size of any template." msgstr "" #: ./doc/common/tables/trove-network.xml7(caption) #: ./doc/common/tables/nova-network.xml7(caption) msgid "Description of network configuration options" msgstr "" #: ./doc/common/tables/trove-network.xml21(replaceable) msgid "trove.network.nova.NovaNetwork" msgstr "" #: ./doc/common/tables/trove-network.xml22(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.xml26(td) #: ./doc/common/tables/trove-volume.xml26(td) #: ./doc/common/tables/trove-conf-changes.xml21(td) #: ./doc/common/tables/trove-conf-changes.xml29(td) #: ./doc/common/tables/trove-conf-changes.xml37(td) #: ./doc/common/tables/trove-conf-changes.xml41(td) #: ./doc/common/tables/trove-conf-changes.xml45(td) #: ./doc/common/tables/trove-heat.xml22(td) #: ./doc/common/tables/trove-compute.xml26(td) #: ./doc/common/tables/trove-swift.xml22(td) msgid "(StrOpt) Service endpoint type to use when searching catalog." msgstr "" #: ./doc/common/tables/trove-network.xml29(replaceable) #: ./doc/common/tables/nova-network.xml193(replaceable) #: ./doc/common/tables/ceilometer-service_types.xml29(replaceable) msgid "network" msgstr "网络" #: ./doc/common/tables/trove-network.xml30(td) #: ./doc/common/tables/trove-volume.xml30(td) #: ./doc/common/tables/trove-heat.xml26(td) #: ./doc/common/tables/trove-compute.xml30(td) #: ./doc/common/tables/trove-swift.xml26(td) msgid "(StrOpt) Service type to use when searching catalog." msgstr "" #: ./doc/common/tables/trove-network.xml34(td) #: ./doc/common/tables/trove-volume.xml34(td) #: ./doc/common/tables/trove-heat.xml34(td) #: ./doc/common/tables/trove-compute.xml34(td) msgid "(StrOpt) URL without the tenant segment." msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/neutron-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for OpenStack Networking" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml16(td) msgid "[DEFAULT] advertise_mtu = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml17(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-conf-changes.xml20(td) msgid "[DEFAULT] allow_automatic_dhcp_failover = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml21(td) #: ./doc/common/tables/neutron-l3_agent.xml26(td) msgid "(BoolOpt) Automatically remove networks from offline DHCP agents." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml24(td) msgid "[DEFAULT] default_ipv4_subnet_pool = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml25(td) msgid "" "(StrOpt) Default IPv4 subnet-pool to be used for automatic subnet CIDR " "allocation" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml28(td) msgid "[DEFAULT] default_ipv6_subnet_pool = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml29(td) msgid "" "(StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR " "allocation" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml32(td) msgid "[DEFAULT] dhcp_broadcast_reply = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml33(td) #: ./doc/common/tables/neutron-common.xml98(td) msgid "(BoolOpt) Use broadcast in DHCP replies" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml36(td) msgid "[DEFAULT] dhcp_load_type = networks" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml37(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-conf-changes.xml40(td) msgid "[DEFAULT] enable_services_on_agents_with_admin_state_down = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml41(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-conf-changes.xml44(td) msgid "[DEFAULT] external_ingress_mark = 0x2" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml45(td) msgid "" "(StrOpt) Iptables mangle mark used to mark ingress from external network" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml48(td) msgid "[DEFAULT] ipv6_gateway =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml49(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-conf-changes.xml52(td) msgid "[DEFAULT] metadata_access_mark = 0x1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml53(td) #: ./doc/common/tables/neutron-metadata.xml26(td) msgid "(StrOpt) Iptables mangle mark used to mark metadata valid requests" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml56(td) msgid "[DEFAULT] metadata_proxy_group =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml57(td) msgid "" "(StrOpt) Group (gid or name) running metadata proxy after its initialization" " (if empty: agent effective group)" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml60(td) msgid "[DEFAULT] metadata_proxy_user =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml61(td) msgid "" "(StrOpt) User (uid or name) running metadata proxy after its initialization " "(if empty: agent effective user)" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml64(td) msgid "[DEFAULT] metadata_proxy_watch_log = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml65(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-conf-changes.xml68(td) msgid "[DEFAULT] nova_admin_tenant_name = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml69(td) msgid "" "(StrOpt) The name of the admin nova tenant. Deprecated in favour of an auth " "plugin in [nova]." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml72(td) msgid "[DEFAULT] policy_default_rule = default" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml80(td) msgid "[DEFAULT] vlan_transparent = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml81(td) msgid "" "(BoolOpt) If True, then allow plugins that support it to create VLAN " "transparent networks." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml84(td) msgid "[AGENT] check_child_processes_action = respawn" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml85(td) #: ./doc/common/tables/neutron-common.xml185(td) msgid "(StrOpt) Action to be executed when a child process dies" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml88(td) msgid "[AGENT] check_child_processes_interval = 60" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml89(td) #: ./doc/common/tables/neutron-common.xml189(td) msgid "" "(IntOpt) Interval between checks of child process liveness (seconds), use 0 " "to disable" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml92(td) msgid "[AGENT] comment_iptables_rules = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml93(td) #: ./doc/common/tables/neutron-l3_agent.xml93(td) msgid "(BoolOpt) Add comments to iptables rules." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml96(td) msgid "[AGENT] root_helper_daemon = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml97(td) msgid "(StrOpt) Root helper daemon application to use when possible." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml100(td) msgid "[AGENT] use_helper_for_ns_read = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml101(td) #: ./doc/common/tables/neutron-l3_agent.xml97(td) msgid "" "(BoolOpt) Use the root helper to read the namespaces from the operating " "system." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml104(td) msgid "[OFC] support_packet_filter_on_ofc_router = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml105(td) #: ./doc/common/tables/neutron-nec.xml58(td) msgid "(BoolOpt) Support packet filter on OFC router interface." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml108(td) msgid "[ml2] path_mtu = 0" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml109(td) msgid "" "(IntOpt) The maximum permissible size of an unfragmented packet travelling " "from and to addresses where encapsulated Neutron traffic is sent. If <= " "0, the path MTU is indeterminate." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml112(td) msgid "[ml2] physical_network_mtus =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml113(td) msgid "" "(ListOpt) A list of mappings of physical networks to MTU values. The format " "of the mapping is <physnet>:<mtu val>. This mapping allows " "specifying a physical network MTU value that differs from the default " "segment_mtu value." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml116(td) msgid "[ml2] segment_mtu = 0" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml117(td) msgid "" "(IntOpt) The maximum permissible size of an unfragmented packet travelling a" " L2 network segment. If <= 0, the segment MTU is indeterminate." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml120(td) msgid "[nova] auth_plugin = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml124(td) msgid "[nova] auth_section = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml128(td) msgid "[nova] cafile = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml129(td) #: ./doc/common/tables/nova-volumes.xml45(td) #: ./doc/common/tables/nova-barbican.xml22(td) #: ./doc/common/tables/nova-conf-changes.xml117(td) #: ./doc/common/tables/nova-conf-changes.xml149(td) #: ./doc/common/tables/nova-conf-changes.xml201(td) msgid "" "(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs " "connections." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml132(td) msgid "[nova] certfile = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml133(td) #: ./doc/common/tables/nova-volumes.xml53(td) #: ./doc/common/tables/nova-barbican.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml125(td) #: ./doc/common/tables/nova-conf-changes.xml153(td) #: ./doc/common/tables/nova-conf-changes.xml205(td) msgid "(StrOpt) PEM encoded client certificate cert file" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml136(td) msgid "[nova] insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml140(td) msgid "[nova] keyfile = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml141(td) #: ./doc/common/tables/nova-volumes.xml73(td) #: ./doc/common/tables/nova-barbican.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml137(td) #: ./doc/common/tables/nova-conf-changes.xml161(td) #: ./doc/common/tables/nova-conf-changes.xml213(td) msgid "(StrOpt) PEM encoded client certificate key file" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml144(td) msgid "[nova] region_name = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml145(td) #: ./doc/common/tables/neutron-compute.xml66(td) msgid "" "(StrOpt) Name of nova region to use. Useful if keystone manages more than " "one region." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml148(td) msgid "[nova] timeout = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml149(td) #: ./doc/common/tables/nova-volumes.xml81(td) #: ./doc/common/tables/nova-barbican.xml50(td) #: ./doc/common/tables/nova-conf-changes.xml145(td) #: ./doc/common/tables/nova-conf-changes.xml165(td) #: ./doc/common/tables/nova-conf-changes.xml217(td) msgid "(IntOpt) Timeout value for http requests" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml365(td) #: ./doc/common/tables/trove-conf-changes.xml445(td) #: ./doc/common/tables/cinder-conf-changes.xml547(td) msgid "[DEFAULT] default_log_levels" msgstr "[DEFAULT] default_log_levels" #: ./doc/common/tables/neutron-conf-changes.xml366(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "oslo.messaging=INFO, iso8601=WARN, " "requests.packages.urllib3.connectionpool=WARN" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml367(td) #: ./doc/common/tables/cinder-conf-changes.xml549(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "oslo.messaging=INFO, iso8601=WARN, " "requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, " "websocket=WARN, requests.packages.urllib3.util.retry=WARN, " "urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, " "stevedore=WARN" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml375(td) msgid "[CISCO_N1K] restrict_network_profiles" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml380(td) msgid "[OVS] local_ip" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml385(td) msgid "[OVS] ovsdb_interface" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml390(td) msgid "[VXLAN] enable_vxlan" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml395(td) msgid "[VXLAN] local_ip" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml400(td) msgid "[ml2_sriov] supported_pci_vendor_devs" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml401(td) msgid "15b3:1004, 8086:10c9" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml402(td) #: ./doc/common/tables/neutron-ml2_sriov.xml25(replaceable) msgid "15b3:1004, 8086:10ca" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml416(td) msgid "[DEFAULT] nova_ca_certificates_file" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml417(td) msgid "[nova] cafile" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml420(td) msgid "[DEFAULT] nova_api_insecure" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml421(td) msgid "[nova] insecure" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml424(td) msgid "[DEFAULT] nova_region_name" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml425(td) msgid "[nova] region_name" msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/keystone-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for OpenStack Identity" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml16(td) msgid "[DEFAULT] max_project_tree_depth = 5" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml20(td) msgid "[DEFAULT] notification_format = basic" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml21(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. Valid options are: basic and cadf" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml24(td) msgid "[DEFAULT] secure_proxy_ssl_header = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml25(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-conf-changes.xml28(td) msgid "[auth] oauth1 = keystone.auth.plugins.oauth1.OAuth" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml29(td) msgid "(StrOpt) The oAuth1.0 auth plugin module." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml32(td) msgid "[domain_config] cache_time = 300" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml33(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-conf-changes.xml36(td) msgid "[domain_config] caching = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml37(td) msgid "" "(BoolOpt) Toggle for domain config caching. This has no effect unless global" " caching is enabled." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml40(td) msgid "" "[domain_config] driver = keystone.resource.config_backends.sql.DomainConfig" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml41(td) msgid "(StrOpt) Domain config backend driver." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml44(td) msgid "[eventlet_server] admin_bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml48(td) msgid "[eventlet_server] admin_port = 35357" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml52(td) msgid "[eventlet_server] admin_workers = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml53(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-conf-changes.xml56(td) msgid "[eventlet_server] public_bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml60(td) msgid "[eventlet_server] public_port = 5000" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml64(td) msgid "[eventlet_server] public_workers = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml65(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-conf-changes.xml68(td) msgid "[eventlet_server] tcp_keepalive = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml72(td) msgid "[eventlet_server] tcp_keepidle = 600" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml76(td) msgid "[eventlet_server_ssl] ca_certs = /etc/keystone/ssl/certs/ca.pem" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml80(td) msgid "[eventlet_server_ssl] cert_required = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml84(td) msgid "[eventlet_server_ssl] certfile = /etc/keystone/ssl/certs/keystone.pem" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml88(td) msgid "[eventlet_server_ssl] enable = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml92(td) msgid "" "[eventlet_server_ssl] keyfile = /etc/keystone/ssl/private/keystonekey.pem" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml96(td) msgid "[federation] federated_domain_name = Federated" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml97(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. Changing this " "option to empty string or None will not have any impact and default name " "will be used." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml100(td) msgid "[federation] remote_id_attribute = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml101(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-conf-changes.xml104(td) msgid "" "[federation] sso_callback_template = " "/etc/keystone/sso_callback_template.html" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml105(td) msgid "" "(StrOpt) Location of Single Sign-On callback handler, will return a token to" " a trusted dashboard host." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml108(td) msgid "[federation] trusted_dashboard = []" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml109(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 " "trusted_dashboard=http://beta.com" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml112(td) msgid "[fernet_tokens] key_repository = /etc/keystone/fernet-keys/" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml113(td) msgid "(StrOpt) Directory containing Fernet token keys." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml116(td) msgid "[fernet_tokens] max_active_keys = 3" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml117(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-conf-changes.xml120(td) msgid "[identity] cache_time = 600" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml121(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-conf-changes.xml124(td) msgid "[identity] caching = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml125(td) msgid "" "(BoolOpt) Toggle for identity caching. This has no effect unless global " "caching is enabled." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml128(td) msgid "[identity] domain_configurations_from_database = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml129(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-conf-changes.xml324(td) msgid "[resource] cache_time = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml325(td) msgid "" "(IntOpt) TTL (in seconds) to cache resource data. This has no effect unless " "global caching is enabled." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml328(td) msgid "[resource] caching = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml329(td) msgid "" "(BoolOpt) Toggle for resource caching. This has no effect unless global " "caching is enabled." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml332(td) msgid "[resource] driver = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml333(td) msgid "" "(StrOpt) Resource backend driver. If a resource driver is not specified, the" " assignment driver will choose the resource driver." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml336(td) msgid "[resource] list_limit = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml337(td) msgid "" "(IntOpt) Maximum number of entities that will be returned in a resource " "collection." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml340(td) msgid "[revoke] cache_time = 3600" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml341(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-conf-changes.xml344(td) msgid "[role] cache_time = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml348(td) msgid "[role] caching = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml352(td) msgid "[role] driver = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml356(td) msgid "[role] list_limit = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml360(td) msgid "[saml] relay_state_prefix = ss:mem:" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml361(td) msgid "" "(StrOpt) The prefix to use for the RelayState SAML attribute, used when " "generating ECP wrapped assertions." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml364(td) msgid "[token] allow_rescope_scoped_token = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml365(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-conf-changes.xml368(td) msgid "[trust] allow_redelegation = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml369(td) #: ./doc/common/tables/keystone-trust.xml22(td) msgid "(BoolOpt) Enable redelegation feature." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml372(td) msgid "[trust] max_redelegation_count = 3" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml373(td) #: ./doc/common/tables/keystone-trust.xml34(td) msgid "(IntOpt) Maximum depth of trust redelegation." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml394(td) msgid "[auth] methods" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml396(td) msgid "external, password, token, oauth1" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml399(td) msgid "[revoke] driver" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml400(td) msgid "keystone.contrib.revoke.backends.kvs.Revoke" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml401(td) #: ./doc/common/tables/keystone-revoke.xml25(replaceable) msgid "keystone.contrib.revoke.backends.sql.Revoke" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml404(td) msgid "[token] provider" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml406(td) msgid "keystone.token.providers.uuid.Provider" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml420(td) msgid "[DEFAULT] admin_bind_host" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml421(td) msgid "[eventlet_server] admin_bind_host" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml424(td) msgid "[DEFAULT] admin_workers" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml425(td) msgid "[eventlet_server] admin_workers" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml428(td) msgid "[assignment] list_limit" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml429(td) msgid "[resource] list_limit" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml432(td) msgid "[DEFAULT] admin_port" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml433(td) msgid "[eventlet_server] admin_port" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml436(td) msgid "[assignment] caching" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml437(td) msgid "[resource] caching" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml440(td) msgid "[assignment] cache_time" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml441(td) msgid "[resource] cache_time" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml444(td) msgid "[DEFAULT] tcp_keepidle" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml445(td) msgid "[eventlet_server] tcp_keepidle" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml448(td) msgid "[ssl] cert_required" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml449(td) msgid "[eventlet_server_ssl] cert_required" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml452(td) msgid "[DEFAULT] public_port" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml453(td) msgid "[eventlet_server] public_port" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml456(td) msgid "[DEFAULT] public_bind_host" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml457(td) msgid "[eventlet_server] public_bind_host" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml460(td) msgid "[DEFAULT] tcp_keepalive" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml461(td) msgid "[eventlet_server] tcp_keepalive" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml464(td) msgid "[token] revocation_cache_time" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml465(td) msgid "[revoke] cache_time" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml468(td) msgid "[DEFAULT] public_workers" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml469(td) msgid "[eventlet_server] public_workers" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml472(td) msgid "[ssl] keyfile" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml473(td) msgid "[eventlet_server_ssl] keyfile" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml476(td) msgid "[ssl] ca_certs" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml477(td) msgid "[eventlet_server_ssl] ca_certs" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml480(td) msgid "[ssl] enable" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml481(td) msgid "[eventlet_server_ssl] enable" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml484(td) msgid "[ssl] certfile" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml485(td) msgid "[eventlet_server_ssl] certfile" msgstr "" #: ./doc/common/tables/cinder-srb.xml7(caption) msgid "Description of srb configuration options" msgstr "" #: ./doc/common/tables/cinder-srb.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml301(td) msgid "" "(StrOpt) Comma-separated list of REST servers IP to connect to. (eg " "http://IP1/,http://IP2:81/path" msgstr "" #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml8(literal) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml8(literal) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml8(literal) msgid "[filter-healthcheck]" msgstr "" #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml8(filename) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml8(filename) #: ./doc/common/tables/swift-account-server-filter-recon.xml8(filename) #: ./doc/common/tables/swift-account-server-account-replicator.xml8(filename) #: ./doc/common/tables/swift-account-server-app-account-server.xml8(filename) #: ./doc/common/tables/swift-account-server-pipeline-main.xml8(filename) #: ./doc/common/tables/swift-account-server-account-auditor.xml8(filename) #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-account-server-account-reaper.xml8(filename) msgid "account-server.conf" msgstr "" #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml24(replaceable) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml24(replaceable) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml24(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml24(replaceable) msgid "egg:swift#healthcheck" msgstr "" #: ./doc/common/tables/nova-common.xml21(replaceable) #: ./doc/common/tables/ironic-common.xml21(replaceable) msgid "/usr/local/bin" msgstr "" #: ./doc/common/tables/nova-common.xml22(td) msgid "(StrOpt) Directory where nova binaries are installed" msgstr "" #: ./doc/common/tables/nova-common.xml25(replaceable) #: ./doc/common/tables/ceilometer-cells.xml33(replaceable) #: ./doc/common/tables/nova-cells.xml29(replaceable) #: ./doc/common/tables/trove-compute.xml29(replaceable) #: ./doc/common/tables/ceilometer-service_types.xml33(replaceable) #: ./doc/common/tables/ironic-cells.xml33(replaceable) msgid "compute" msgstr "compute" #: ./doc/common/tables/nova-common.xml26(td) msgid "(StrOpt) The topic compute nodes listen on" msgstr "" #: ./doc/common/tables/nova-common.xml29(replaceable) msgid "console" msgstr "" #: ./doc/common/tables/nova-common.xml30(td) msgid "(StrOpt) The topic console proxy nodes listen on" msgstr "" #: ./doc/common/tables/nova-common.xml33(replaceable) msgid "consoleauth" msgstr "" #: ./doc/common/tables/nova-common.xml34(td) msgid "(StrOpt) The topic console auth proxy nodes listen on" msgstr "" #: ./doc/common/tables/nova-common.xml38(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.xml45(replaceable) #: ./doc/common/tables/cinder-common.xml93(replaceable) #: ./doc/common/tables/ironic-common.xml61(replaceable) msgid "10.0.0.1" msgstr "" #: ./doc/common/tables/nova-common.xml46(td) #: ./doc/common/tables/cinder-common.xml94(td) msgid "(StrOpt) IP address of this host" msgstr "" #: ./doc/common/tables/nova-common.xml50(td) msgid "" "(BoolOpt) If set, send api.fault notifications on caught exceptions in the " "API service." msgstr "" #: ./doc/common/tables/nova-common.xml54(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.xml57(replaceable) msgid "/usr/lib/python/site-packages/nova" msgstr "" #: ./doc/common/tables/nova-common.xml58(td) msgid "(StrOpt) Directory where the nova python module is installed" msgstr "" #: ./doc/common/tables/nova-common.xml62(td) msgid "(IntOpt) Seconds between nodes reporting state to datastore" msgstr "" #: ./doc/common/tables/nova-common.xml65(replaceable) msgid "/etc/nova/rootwrap.conf" msgstr "" #: ./doc/common/tables/nova-common.xml66(td) #: ./doc/common/tables/cinder-common.xml154(td) msgid "" "(StrOpt) Path to the rootwrap configuration file to use for running commands" " as root" msgstr "" #: ./doc/common/tables/nova-common.xml70(td) msgid "(IntOpt) Maximum time since last check-in for up service" msgstr "" #: ./doc/common/tables/nova-common.xml73(replaceable) #: ./doc/common/tables/ironic-common.xml85(replaceable) msgid "$pybasedir" msgstr "" #: ./doc/common/tables/nova-common.xml74(td) msgid "(StrOpt) Top-level directory for maintaining nova's state" msgstr "" #: ./doc/common/tables/nova-common.xml78(td) msgid "(StrOpt) Explicitly specify the temporary working directory" msgstr "" #: ./doc/common/tables/nova-common.xml88(th) msgid "[workarounds]" msgstr "" #: ./doc/common/tables/nova-common.xml92(td) #: ./doc/common/tables/nova-conf-changes.xml449(td) msgid "" "(BoolOpt) When using libvirt 1.2.2 fails live snapshots intermittently under" " load. This config option provides mechanism to disable livesnapshot while " "this is resolved. See https://bugs.launchpad.net/nova/+bug/1334398" msgstr "" #: ./doc/common/tables/nova-common.xml96(td) #: ./doc/common/tables/nova-conf-changes.xml453(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/swift-proxy-server-app-proxy-server.xml21(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.xml25(td) msgid "Whether account PUTs and DELETEs are even callable" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml29(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml21(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml25(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml21(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml25(td) msgid "Prefix to use when automatically creating accounts" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml72(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml52(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml142(replaceable) #: ./doc/common/tables/trove-backup.xml25(replaceable) #: ./doc/common/tables/swift-object-server-object-auditor.xml28(replaceable) msgid "65536" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml33(td) msgid "Chunk size to read from clients" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml37(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml41(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml25(td) #: ./doc/common/tables/swift-container-server-container-updater.xml30(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml29(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml25(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml25(td) msgid "Connection timeout to external services" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml45(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml29(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.xml49(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml33(td) msgid "Error count to consider a node error limited" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml57(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.xml61(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.xml69(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml147(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml61(td) #: ./doc/common/tables/swift-container-server-container-updater.xml54(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml61(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml33(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml53(td) #: ./doc/common/tables/swift-object-server-object-updater.xml45(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml53(td) msgid "Request timeout to external services" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml73(td) msgid "Chunk size to read from object servers" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml77(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.xml88(replaceable) msgid "r1z1=100, r1z2=200, r2=300" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml93(td) msgid "Cache timeout in seconds to send memcached for account existence" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml97(td) msgid "Cache timeout in seconds to send memcached for container existence" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml100(replaceable) msgid "node_timeout" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml101(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.xml104(replaceable) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml144(replaceable) msgid "2 * replicas" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml105(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> 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.xml120(replaceable) msgid "proxy-server" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml124(replaceable) msgid "shuffle" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml128(replaceable) #: ./doc/common/tables/swift-conf-changes.xml97(td) 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.xml129(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> 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.xml140(replaceable) msgid "r1, r2" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml141(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<N> " "for region N or r<N>z<M> 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.xml145(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/nova-volumes.xml7(caption) msgid "Description of volumes configuration options" msgstr "" #: ./doc/common/tables/nova-volumes.xml22(td) msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml26(td) msgid "" "(IntOpt) Waiting time interval (seconds) between block device allocation " "retries on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml41(td) msgid "(StrOpt) Block storage IP address of this host" msgstr "" #: ./doc/common/tables/nova-volumes.xml33(replaceable) msgid "nova.volume.cinder.API" msgstr "" #: ./doc/common/tables/nova-volumes.xml34(td) #: ./doc/common/tables/cinder-api.xml90(td) msgid "(StrOpt) The full class name of the volume API class to use" msgstr "" #: ./doc/common/tables/nova-volumes.xml38(td) msgid "(IntOpt) Interval in seconds for gathering volume usages" msgstr "" #: ./doc/common/tables/nova-volumes.xml41(th) #: ./doc/common/tables/sahara-clients.xml18(th) msgid "[cinder]" msgstr "" #: ./doc/common/tables/nova-volumes.xml48(replaceable) #: ./doc/common/tables/nova-conf-changes.xml491(td) msgid "volumev2:cinderv2:publicURL" msgstr "" #: ./doc/common/tables/nova-volumes.xml49(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " "Format is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/nova-volumes.xml57(td) msgid "" "(BoolOpt) Allow attach between instance and volume in different availability" " zones." msgstr "" #: ./doc/common/tables/nova-volumes.xml61(td) #: ./doc/common/tables/glance-cinder.xml34(td) msgid "" "(StrOpt) Override service catalog lookup with template for cinder endpoint " "e.g. http://localhost:8776/v1/%(project_id)s" msgstr "" #: ./doc/common/tables/nova-volumes.xml65(td) #: ./doc/common/tables/glance-cinder.xml38(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" #: ./doc/common/tables/nova-volumes.xml77(td) #: ./doc/common/tables/nova-barbican.xml46(td) #: ./doc/common/tables/nova-conf-changes.xml141(td) #: ./doc/common/tables/cinder-compute.xml46(td) #: ./doc/common/tables/glance-common.xml105(td) msgid "(StrOpt) Region name of this node" msgstr "" #: ./doc/common/tables/nova-volumes.xml84(th) #: ./doc/common/tables/neutron-hyperv_agent.xml52(th) #: ./doc/common/tables/nova-hyperv.xml18(th) #: ./doc/common/tables/nova-configdrive.xml37(th) msgid "[hyperv]" msgstr "" #: ./doc/common/tables/nova-volumes.xml88(td) msgid "(BoolOpt) Force V1 volume utility class" msgstr "" #: ./doc/common/tables/nova-volumes.xml92(td) msgid "(IntOpt) The number of times to retry to attach a volume" msgstr "" #: ./doc/common/tables/nova-volumes.xml96(td) msgid "(IntOpt) Interval between volume attachment attempts, in seconds" msgstr "" #: ./doc/common/tables/nova-volumes.xml103(td) msgid "" "(StrOpt) Directory where the glusterfs volume is mounted on the compute node" msgstr "" #: ./doc/common/tables/nova-volumes.xml107(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.xml111(td) msgid "(StrOpt) Directory where the NFS volume is mounted on the compute node" msgstr "" #: ./doc/common/tables/nova-volumes.xml115(td) msgid "(IntOpt) Number of times to rediscover AoE target to find volume" msgstr "" #: ./doc/common/tables/nova-volumes.xml119(td) msgid "(IntOpt) Number of times to rescan iSCSI target to find volume" msgstr "" #: ./doc/common/tables/nova-volumes.xml123(td) msgid "(IntOpt) Number of times to rescan iSER target to find volume" msgstr "" #: ./doc/common/tables/nova-volumes.xml127(td) msgid "" "(ListOpt) Protocols listed here will be accessed directly from QEMU. " "Currently supported protocols: [gluster]" msgstr "" #: ./doc/common/tables/nova-volumes.xml131(td) msgid "(StrOpt) The libvirt UUID of the secret for the rbd_uservolumes" msgstr "" #: ./doc/common/tables/nova-volumes.xml135(td) msgid "(StrOpt) The RADOS client name for accessing rbd volumes" msgstr "" #: ./doc/common/tables/nova-volumes.xml139(td) #: ./doc/common/tables/cinder-scality.xml22(td) msgid "(StrOpt) Path or URL to Scality SOFS configuration file" msgstr "" #: ./doc/common/tables/nova-volumes.xml142(replaceable) #: ./doc/common/tables/cinder-scality.xml25(replaceable) msgid "$state_path/scality" msgstr "" #: ./doc/common/tables/nova-volumes.xml143(td) #: ./doc/common/tables/cinder-scality.xml26(td) msgid "(StrOpt) Base dir where Scality SOFS shall be mounted" msgstr "" #: ./doc/common/tables/nova-volumes.xml147(td) #: ./doc/common/tables/nova-conf-changes.xml185(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.xml151(td) #: ./doc/common/tables/nova-conf-changes.xml189(td) msgid "" "(StrOpt) Directory where the SMBFS shares are mounted on the compute node" msgstr "" #: ./doc/common/tables/nova-volumes.xml158(td) msgid "(IntOpt) Time to wait for a block device to be created" msgstr "" #: ./doc/common/tables/trove-db_mysql.xml7(caption) msgid "Description of MySQL database configuration options" msgstr "" #: ./doc/common/tables/trove-db_mysql.xml18(th) msgid "[mysql]" msgstr "" #: ./doc/common/tables/trove-db_mysql.xml65(replaceable) msgid "400" msgstr "400" #: ./doc/common/tables/neutron-dvr.xml7(caption) msgid "Description of DVR configuration options" msgstr "" #: ./doc/common/tables/neutron-dvr.xml21(replaceable) msgid "fa:16:3f:00:00:00" msgstr "" #: ./doc/common/tables/neutron-dvr.xml22(td) msgid "(StrOpt) The base mac address used for unique DVR instances by Neutron" msgstr "" #: ./doc/common/tables/neutron-dvr.xml26(td) msgid "" "(BoolOpt) System-wide flag to determine the type of router that tenants can " "create. Only admin can override." msgstr "" #: ./doc/common/tables/heat-amqp.xml34(td) msgid "(StrOpt) Default notification level for outgoing notifications." msgstr "" #: ./doc/common/tables/heat-amqp.xml38(td) #: ./doc/common/tables/glance-amqp.xml26(td) msgid "(StrOpt) Default publisher_id for outgoing notifications." msgstr "" #: ./doc/common/tables/heat-amqp.xml42(td) msgid "(MultiStrOpt) List of drivers to send notifications (DEPRECATED)." msgstr "" #: ./doc/common/tables/cinder-violin.xml7(caption) msgid "Description of Violin volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-violin.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml161(td) msgid "(StrOpt) IP address or hostname of mg-a" msgstr "" #: ./doc/common/tables/cinder-violin.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml165(td) msgid "(StrOpt) IP address or hostname of mg-b" msgstr "" #: ./doc/common/tables/cinder-violin.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml313(td) msgid "(BoolOpt) Use igroups to manage targets and initiators" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml7(caption) msgid "Description of Linux Bridge agent configuration options" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml18(th) msgid "[LINUX_BRIDGE]" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml22(td) #: ./doc/common/tables/neutron-ml2_ofa.xml45(td) #: ./doc/common/tables/neutron-mlnx.xml30(td) msgid "(ListOpt) List of <physical_network>:<physical_interface>" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml25(th) msgid "[VLANS]" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml29(td) #: ./doc/common/tables/neutron-hyperv_agent.xml45(td) msgid "" "(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max>" " or <physical_network>" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml33(td) msgid "(StrOpt) Network type for tenant networks (local, vlan, or none)" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml36(th) msgid "[VXLAN]" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml40(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.xml44(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.xml48(td) msgid "(IPOpt) Local IP address of the VXLAN endpoints." msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml52(td) msgid "(IntOpt) TOS for vxlan interface protocol packets." msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml56(td) msgid "(IntOpt) TTL for vxlan interface protocol packets." msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml59(replaceable) msgid "224.0.0.1" msgstr "" #: ./doc/common/tables/neutron-linuxbridge_agent.xml60(td) msgid "(StrOpt) Multicast group for vxlan interface." msgstr "" #: ./doc/common/tables/cinder-logging.xml34(td) #: ./doc/common/tables/ironic-logging.xml30(td) msgid "(BoolOpt) Make exception message format errors fatal." msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml32(replaceable) msgid "6001" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml40(replaceable) #: ./doc/common/tables/cinder-zfssa-nfs.xml45(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml36(replaceable) msgid "off" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml41(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml37(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/swift-container-server-DEFAULT.xml44(replaceable) #: ./doc/common/tables/swift-object-server-DEFAULT.xml44(replaceable) #: ./doc/common/tables/swift-rsyncd-container.xml28(replaceable) #: ./doc/common/tables/swift-rsyncd-account.xml28(replaceable) #: ./doc/common/tables/swift-rsyncd-object.xml28(replaceable) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml20(replaceable) #: ./doc/common/tables/swift-account-server-DEFAULT.xml40(replaceable) msgid "/srv/node" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml45(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml45(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml41(td) msgid "Parent directory of where devices are mounted" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml49(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml49(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml45(td) msgid "" "Disable \"fast fail\" fallocate checks if the underlying filesystem does not" " support it." msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml57(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml69(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml53(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-container-server-DEFAULT.xml127(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml139(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml123(td) msgid "" "Whether or not check if the devices are mounted to prevent accidentally " "writing to the root device" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml7(caption) msgid "Description of L3 agent configuration options" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml21(replaceable) msgid "legacy" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml22(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.xml30(td) msgid "" "(BoolOpt) Automatically reschedule routers from offline L3 agents to online " "L3 agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml34(td) msgid "(BoolOpt) Allow running metadata proxy." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml37(replaceable) msgid "br-ex" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml38(td) msgid "(StrOpt) Name of bridge used for external network traffic." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml42(td) msgid "" "(StrOpt) UUID of external network for routers implemented by the agents." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml45(replaceable) msgid "$state_path/ha_confs" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml46(td) msgid "(StrOpt) Location to store keepalived/conntrackd config files" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml50(td) msgid "(IntOpt) The advertisement interval in seconds" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml54(td) msgid "(StrOpt) VRRP authentication password" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml57(replaceable) msgid "PASS" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml58(td) msgid "(StrOpt) VRRP authentication type AH/PASS" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml62(td) msgid "(BoolOpt) Agent should implement routers with no gateway" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml66(td) msgid "(BoolOpt) Enable HA mode for virtual routers." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml69(replaceable) msgid "169.254.192.0/18" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml70(td) msgid "(StrOpt) Subnet used for the l3 HA admin network." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml74(td) msgid "(IntOpt) Maximum number of agents on which a router will be scheduled." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml78(td) msgid "(IntOpt) Minimum number of agents on which a router will be scheduled." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml82(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.xml86(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/swift-container-server-pipeline-main.xml20(replaceable) msgid "healthcheck recon container-server" msgstr "" #: ./doc/common/tables/nova-neutron.xml7(caption) #: ./doc/common/tables/ironic-neutron.xml7(caption) msgid "Description of neutron configuration options" msgstr "" #: ./doc/common/tables/nova-neutron.xml22(td) msgid "(StrOpt) Default tenant id when creating neutron networks" msgstr "" #: ./doc/common/tables/nova-neutron.xml25(th) #: ./doc/common/tables/ironic-neutron.xml18(th) #: ./doc/common/tables/sahara-clients.xml55(th) msgid "[neutron]" msgstr "" #: ./doc/common/tables/nova-neutron.xml29(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml33(td) msgid "(StrOpt) Password for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml37(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml41(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." msgstr "" #: ./doc/common/tables/nova-neutron.xml45(td) msgid "(StrOpt) User id for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml49(td) msgid "(StrOpt) Username for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml53(td) msgid "" "(BoolOpt) Allow an instance to have multiple vNICs attached to the same " "Neutron network." msgstr "" #: ./doc/common/tables/nova-neutron.xml57(td) msgid "(BoolOpt) If set, ignore any SSL validation issues" msgstr "" #: ./doc/common/tables/nova-neutron.xml61(td) msgid "" "(StrOpt) Authorization strategy for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml65(td) msgid "" "(StrOpt) Location of CA certificates file to use for neutron client " "requests." msgstr "" #: ./doc/common/tables/nova-neutron.xml69(td) msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" #: ./doc/common/tables/nova-neutron.xml73(td) msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" #: ./doc/common/tables/nova-neutron.xml81(td) msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml85(td) msgid "" "(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and " "resolve instance ids." msgstr "" #: ./doc/common/tables/nova-neutron.xml88(replaceable) msgid "http://127.0.0.1:9696" msgstr "" #: ./doc/common/tables/nova-neutron.xml89(td) msgid "(StrOpt) URL for connecting to neutron" msgstr "" #: ./doc/common/tables/nova-neutron.xml93(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds" msgstr "" #: ./doc/common/tables/cinder-backups.xml7(caption) msgid "Description of backups configuration options" msgstr "" #: ./doc/common/tables/cinder-backups.xml21(replaceable) msgid "cinder.backup.api.API" msgstr "" #: ./doc/common/tables/cinder-backups.xml22(td) msgid "(StrOpt) The full class name of the volume backup API class" msgstr "" #: ./doc/common/tables/cinder-backups.xml25(replaceable) msgid "zlib" msgstr "" #: ./doc/common/tables/cinder-backups.xml26(td) msgid "(StrOpt) Compression algorithm (None to disable)" msgstr "" #: ./doc/common/tables/cinder-backups.xml29(replaceable) msgid "cinder.backup.drivers.swift" msgstr "" #: ./doc/common/tables/cinder-backups.xml30(td) msgid "(StrOpt) Driver to use for backups." msgstr "" #: ./doc/common/tables/cinder-backups.xml33(replaceable) msgid "cinder.backup.manager.BackupManager" msgstr "" #: ./doc/common/tables/cinder-backups.xml34(td) msgid "(StrOpt) Full class name for the Manager for volume backup" msgstr "" #: ./doc/common/tables/cinder-backups.xml38(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.xml41(replaceable) msgid "backup-%s" msgstr "" #: ./doc/common/tables/cinder-backups.xml42(td) msgid "(StrOpt) Template string to be used to generate backup names" msgstr "" #: ./doc/common/tables/cinder-backups.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml41(td) msgid "" "(IntOpt) The number of chunks or objects, for which one Ceilometer " "notification will be sent" msgstr "" #: ./doc/common/tables/cinder-backups.xml49(replaceable) #: ./doc/common/tables/cinder-storwize.xml29(replaceable) #: ./doc/common/tables/trove-dns.xml69(replaceable) #: ./doc/common/tables/trove-volume.xml49(replaceable) #: ./doc/common/tables/nova-network.xml205(replaceable) #: ./doc/common/tables/trove-taskmanager.xml41(replaceable) #: ./doc/common/tables/nova-libvirt.xml196(replaceable) msgid "120" msgstr "120" #: ./doc/common/tables/cinder-backups.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml61(td) msgid "" "(IntOpt) Interval, in seconds, between two progress notifications reporting " "the backup status" msgstr "" #: ./doc/common/tables/cinder-backups.xml53(replaceable) msgid "cinder-backup" msgstr "" #: ./doc/common/tables/cinder-backups.xml54(td) msgid "(StrOpt) The topic that volume backup nodes listen on" msgstr "" #: ./doc/common/tables/cinder-backups.xml57(replaceable) #: ./doc/common/tables/nova-api.xml97(replaceable) msgid "snapshot-%s" msgstr "" #: ./doc/common/tables/cinder-backups.xml58(td) #: ./doc/common/tables/nova-api.xml98(td) msgid "(StrOpt) Template string to be used to generate snapshot names" msgstr "" #: ./doc/common/tables/cinder-backups.xml62(td) msgid "" "(BoolOpt) Create volume from snapshot at the host where snapshot resides" msgstr "" #: ./doc/common/tables/cinder-keymgr.xml21(replaceable) msgid "cinder.keymgr.conf_key_mgr.ConfKeyManager" msgstr "" #: ./doc/common/tables/cinder-keymgr.xml25(replaceable) msgid "http://localhost:9311/v1" msgstr "" #: ./doc/common/tables/cinder-keymgr.xml26(td) msgid "(StrOpt) Url for encryption service." msgstr "" #: ./doc/common/tables/cinder-keymgr.xml29(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml584(td) msgid "http://localhost:5000/v3" msgstr "" #: ./doc/common/tables/cinder-keymgr.xml30(td) msgid "(StrOpt) Authentication url for encryption service." msgstr "" #: ./doc/common/tables/ceilometer-cells.xml7(caption) #: ./doc/common/tables/ironic-cells.xml7(caption) msgid "Description of cells configuration options" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml22(td) #: ./doc/common/tables/ironic-cells.xml22(td) #: ./doc/common/tables/nova-quota.xml97(td) msgid "(IntOpt) Seconds between bandwidth updates for cells." msgstr "" #: ./doc/common/tables/ceilometer-cells.xml26(td) #: ./doc/common/tables/nova-cells.xml22(td) #: ./doc/common/tables/ironic-cells.xml26(td) msgid "(IntOpt) Seconds to wait for response from a call to a cell." msgstr "" #: ./doc/common/tables/ceilometer-cells.xml29(replaceable) #: ./doc/common/tables/nova-cells.xml25(replaceable) #: ./doc/common/tables/ironic-cells.xml29(replaceable) msgid "hypervisor=xenserver;kvm, os=linux;windows" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml30(td) #: ./doc/common/tables/nova-cells.xml26(td) #: ./doc/common/tables/ironic-cells.xml30(td) msgid "(ListOpt) Key/Multi-value list with the capabilities of the cell" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml34(td) #: ./doc/common/tables/nova-cells.xml30(td) #: ./doc/common/tables/ironic-cells.xml34(td) msgid "(StrOpt) Type of cell: api or compute" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml38(td) #: ./doc/common/tables/nova-cells.xml46(td) #: ./doc/common/tables/ironic-cells.xml38(td) msgid "(BoolOpt) Enable cell functionality" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml41(replaceable) #: ./doc/common/tables/nova-cells.xml57(replaceable) #: ./doc/common/tables/ironic-cells.xml41(replaceable) msgid "nova.cells.manager.CellsManager" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml42(td) #: ./doc/common/tables/nova-cells.xml58(td) #: ./doc/common/tables/ironic-cells.xml42(td) msgid "(StrOpt) Manager for cells" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml46(td) #: ./doc/common/tables/nova-cells.xml66(td) #: ./doc/common/tables/ironic-cells.xml46(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/ceilometer-cells.xml50(td) #: ./doc/common/tables/nova-cells.xml78(td) #: ./doc/common/tables/ironic-cells.xml50(td) msgid "(StrOpt) Name of this cell" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml54(td) #: ./doc/common/tables/nova-cells.xml86(td) #: ./doc/common/tables/ironic-cells.xml54(td) msgid "" "(FloatOpt) Percentage of cell capacity to hold in reserve. Affects both " "memory and disk utilization" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml57(replaceable) #: ./doc/common/tables/nova-cells.xml89(replaceable) #: ./doc/common/tables/ironic-cells.xml57(replaceable) msgid "cells" msgstr "单元" #: ./doc/common/tables/ceilometer-cells.xml58(td) #: ./doc/common/tables/nova-cells.xml90(td) #: ./doc/common/tables/ironic-cells.xml58(td) msgid "(StrOpt) The topic cells nodes listen on" msgstr "" #: ./doc/common/tables/keystone-ldap.xml18(th) msgid "[ldap]" msgstr "" #: ./doc/common/tables/keystone-ldap.xml22(td) msgid "" "(StrOpt) The LDAP dereferencing option for queries. This can be either " "\"never\", \"searching\", \"always\", \"finding\" or \"default\". The " "\"default\" option falls back to using default dereferencing configured by " "your ldap.conf." msgstr "" #: ./doc/common/tables/keystone-ldap.xml26(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.xml30(td) msgid "(IntOpt) End user auth connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-ldap.xml34(td) msgid "(IntOpt) End user auth connection pool size." msgstr "" #: ./doc/common/tables/keystone-ldap.xml38(td) msgid "" "(BoolOpt) Override the system's default referral chasing behavior for " "queries." msgstr "" #: ./doc/common/tables/keystone-ldap.xml42(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.xml45(replaceable) msgid "cn=dumb,dc=nonexistent" msgstr "" #: ./doc/common/tables/keystone-ldap.xml46(td) msgid "" "(StrOpt) DN of the \"dummy member\" to use when \"use_dumb_member\" is " "enabled." msgstr "" #: ./doc/common/tables/keystone-ldap.xml50(td) msgid "" "(ListOpt) Additional attribute mappings for groups. Attribute mapping format" " is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in" " the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml54(td) msgid "(BoolOpt) Allow group creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml58(td) msgid "(BoolOpt) Allow group deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml62(td) msgid "(BoolOpt) Allow group update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml66(td) msgid "(ListOpt) List of attributes stripped off the group on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml69(replaceable) #: ./doc/common/tables/keystone-ldap.xml145(replaceable) msgid "description" msgstr "" #: ./doc/common/tables/keystone-ldap.xml70(td) msgid "(StrOpt) LDAP attribute mapped to group description." msgstr "" #: ./doc/common/tables/keystone-ldap.xml74(td) msgid "(StrOpt) LDAP search filter for groups." msgstr "" #: ./doc/common/tables/keystone-ldap.xml77(replaceable) #: ./doc/common/tables/keystone-ldap.xml169(replaceable) #: ./doc/common/tables/keystone-ldap.xml217(replaceable) #: ./doc/common/tables/keystone-ldap.xml329(replaceable) msgid "cn" msgstr "" #: ./doc/common/tables/keystone-ldap.xml78(td) msgid "(StrOpt) LDAP attribute mapped to group id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml81(replaceable) #: ./doc/common/tables/keystone-ldap.xml173(replaceable) msgid "member" msgstr "" #: ./doc/common/tables/keystone-ldap.xml82(td) msgid "(StrOpt) LDAP attribute mapped to show group membership." msgstr "" #: ./doc/common/tables/keystone-ldap.xml85(replaceable) #: ./doc/common/tables/keystone-ldap.xml177(replaceable) #: ./doc/common/tables/keystone-ldap.xml225(replaceable) msgid "ou" msgstr "" #: ./doc/common/tables/keystone-ldap.xml86(td) msgid "(StrOpt) LDAP attribute mapped to group name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml89(replaceable) #: ./doc/common/tables/keystone-ldap.xml181(replaceable) msgid "groupOfNames" msgstr "" #: ./doc/common/tables/keystone-ldap.xml90(td) msgid "(StrOpt) LDAP objectclass for groups." msgstr "" #: ./doc/common/tables/keystone-ldap.xml94(td) msgid "(StrOpt) Search base for groups." msgstr "" #: ./doc/common/tables/keystone-ldap.xml98(td) msgid "" "(IntOpt) Maximum results per page; a value of zero (\"0\") disables paging." msgstr "" #: ./doc/common/tables/keystone-ldap.xml102(td) msgid "(StrOpt) Password for the BindDN to query the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml106(td) msgid "(IntOpt) Connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-ldap.xml110(td) msgid "" "(IntOpt) Connector timeout in seconds. Value -1 indicates indefinite wait " "for response." msgstr "" #: ./doc/common/tables/keystone-ldap.xml113(replaceable) msgid "0.1" msgstr "" #: ./doc/common/tables/keystone-ldap.xml114(td) msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." msgstr "" #: ./doc/common/tables/keystone-ldap.xml118(td) msgid "(IntOpt) Maximum count of reconnect trials." msgstr "" #: ./doc/common/tables/keystone-ldap.xml122(td) msgid "(IntOpt) Connection pool size." msgstr "" #: ./doc/common/tables/keystone-ldap.xml126(td) msgid "" "(ListOpt) Additional attribute mappings for projects. Attribute mapping " "format is <ldap_attr>:<user_attr>, where ldap_attr is the " "attribute in the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml130(td) msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml134(td) msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml138(td) msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml142(td) msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml146(td) msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" #: ./doc/common/tables/keystone-ldap.xml149(replaceable) msgid "businessCategory" msgstr "" #: ./doc/common/tables/keystone-ldap.xml150(td) msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml153(replaceable) #: ./doc/common/tables/keystone-ldap.xml301(replaceable) msgid "enabled" msgstr "" #: ./doc/common/tables/keystone-ldap.xml154(td) msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" #: ./doc/common/tables/keystone-ldap.xml158(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.xml162(td) msgid "" "(StrOpt) DN of the group entry to hold enabled projects when using enabled " "emulation." msgstr "" #: ./doc/common/tables/keystone-ldap.xml166(td) msgid "(StrOpt) LDAP search filter for projects." msgstr "" #: ./doc/common/tables/keystone-ldap.xml170(td) msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml174(td) msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" #: ./doc/common/tables/keystone-ldap.xml178(td) msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml182(td) msgid "(StrOpt) LDAP objectclass for projects." msgstr "" #: ./doc/common/tables/keystone-ldap.xml186(td) msgid "(StrOpt) Search base for projects" msgstr "" #: ./doc/common/tables/keystone-ldap.xml189(replaceable) msgid "one" msgstr "" #: ./doc/common/tables/keystone-ldap.xml190(td) msgid "" "(StrOpt) The LDAP scope for queries, this can be either \"one\" " "(onelevel/singleLevel) or \"sub\" (subtree/wholeSubtree)." msgstr "" #: ./doc/common/tables/keystone-ldap.xml194(td) msgid "" "(ListOpt) Additional attribute mappings for roles. Attribute mapping format " "is <ldap_attr>:<user_attr>, where ldap_attr is the attribute in " "the LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml198(td) msgid "(BoolOpt) Allow role creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml202(td) msgid "(BoolOpt) Allow role deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml206(td) msgid "(BoolOpt) Allow role update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml210(td) msgid "(ListOpt) List of attributes stripped off the role on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml214(td) msgid "(StrOpt) LDAP search filter for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml218(td) msgid "(StrOpt) LDAP attribute mapped to role id." msgstr "" #: ./doc/common/tables/keystone-ldap.xml221(replaceable) msgid "roleOccupant" msgstr "" #: ./doc/common/tables/keystone-ldap.xml222(td) msgid "(StrOpt) LDAP attribute mapped to role membership." msgstr "" #: ./doc/common/tables/keystone-ldap.xml226(td) msgid "(StrOpt) LDAP attribute mapped to role name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml229(replaceable) msgid "organizationalRole" msgstr "" #: ./doc/common/tables/keystone-ldap.xml230(td) msgid "(StrOpt) LDAP objectclass for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml234(td) msgid "(StrOpt) Search base for roles." msgstr "" #: ./doc/common/tables/keystone-ldap.xml237(replaceable) msgid "cn=example,cn=com" msgstr "" #: ./doc/common/tables/keystone-ldap.xml238(td) msgid "(StrOpt) LDAP server suffix" msgstr "" #: ./doc/common/tables/keystone-ldap.xml242(td) msgid "" "(StrOpt) CA certificate directory path for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml246(td) msgid "(StrOpt) CA certificate file path for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml249(replaceable) msgid "demand" msgstr "" #: ./doc/common/tables/keystone-ldap.xml250(td) msgid "(StrOpt) Valid options for tls_req_cert are demand, never, and allow." msgstr "" #: ./doc/common/tables/keystone-ldap.xml253(replaceable) msgid "ldap://localhost" msgstr "" #: ./doc/common/tables/keystone-ldap.xml254(td) msgid "(StrOpt) URL for connecting to the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml258(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.xml262(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.xml266(td) msgid "(BoolOpt) Enable LDAP connection pooling." msgstr "" #: ./doc/common/tables/keystone-ldap.xml270(td) msgid "(BoolOpt) Enable TLS for communicating with LDAP servers." msgstr "" #: ./doc/common/tables/keystone-ldap.xml274(td) msgid "(StrOpt) User BindDN to query the LDAP server." msgstr "" #: ./doc/common/tables/keystone-ldap.xml278(td) msgid "" "(ListOpt) List of additional LDAP attributes used for mapping additional " "attribute mappings for users. Attribute mapping format is " "<ldap_attr>:<user_attr>, where ldap_attr is the attribute in the" " LDAP entry and user_attr is the Identity API attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml282(td) msgid "(BoolOpt) Allow user creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml286(td) msgid "(BoolOpt) Allow user deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml290(td) msgid "(BoolOpt) Allow user updates in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-ldap.xml293(replaceable) msgid "default_project_id, tenants" msgstr "" #: ./doc/common/tables/keystone-ldap.xml294(td) msgid "(ListOpt) List of attributes stripped off the user on update." msgstr "" #: ./doc/common/tables/keystone-ldap.xml298(td) msgid "(StrOpt) LDAP attribute mapped to default_project_id for users." msgstr "" #: ./doc/common/tables/keystone-ldap.xml302(td) msgid "(StrOpt) LDAP attribute mapped to user enabled flag." msgstr "" #: ./doc/common/tables/keystone-ldap.xml306(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.xml310(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.xml314(td) msgid "" "(StrOpt) DN of the group entry to hold enabled users when using enabled " "emulation." msgstr "" #: ./doc/common/tables/keystone-ldap.xml318(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.xml322(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.xml326(td) msgid "(StrOpt) LDAP search filter for users." msgstr "" #: ./doc/common/tables/keystone-ldap.xml330(td) msgid "" "(StrOpt) LDAP attribute mapped to user id. WARNING: must not be a " "multivalued attribute." msgstr "" #: ./doc/common/tables/keystone-ldap.xml333(replaceable) msgid "mail" msgstr "" #: ./doc/common/tables/keystone-ldap.xml334(td) msgid "(StrOpt) LDAP attribute mapped to user email." msgstr "" #: ./doc/common/tables/keystone-ldap.xml337(replaceable) msgid "sn" msgstr "" #: ./doc/common/tables/keystone-ldap.xml338(td) msgid "(StrOpt) LDAP attribute mapped to user name." msgstr "" #: ./doc/common/tables/keystone-ldap.xml341(replaceable) msgid "inetOrgPerson" msgstr "" #: ./doc/common/tables/keystone-ldap.xml342(td) msgid "(StrOpt) LDAP objectclass for users." msgstr "" #: ./doc/common/tables/keystone-ldap.xml345(replaceable) msgid "userPassword" msgstr "" #: ./doc/common/tables/keystone-ldap.xml346(td) msgid "(StrOpt) LDAP attribute mapped to password." msgstr "" #: ./doc/common/tables/keystone-ldap.xml350(td) msgid "(StrOpt) Search base for users." msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml7(caption) msgid "Description of PostgreSQL database configuration options" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml18(th) msgid "[postgresql]" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml25(replaceable) #: ./doc/common/tables/trove-conf-changes.xml521(td) msgid "trove.guestagent.strategies.backup.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml29(replaceable) msgid "PgDump" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml34(td) #: ./doc/common/tables/swift-conf-changes.xml17(td) #: ./doc/common/tables/swift-conf-changes.xml25(td) #: ./doc/common/tables/swift-conf-changes.xml45(td) #: ./doc/common/tables/swift-conf-changes.xml70(td) #: ./doc/common/tables/swift-conf-changes.xml74(td) msgid "(StrOpt) No help text available for this option." msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml37(replaceable) msgid "postgres" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml38(td) #: ./doc/common/tables/trove-db_postgresql.xml42(td) msgid "(ListOpt) No help text available for this option." msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml41(replaceable) msgid "os_admin, postgres, root" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml45(replaceable) msgid "/var/lib/postgresql" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml49(replaceable) #: ./doc/common/tables/trove-conf-changes.xml526(td) msgid "trove.guestagent.strategies.restore.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml57(replaceable) msgid "5432" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml62(td) #: ./doc/common/tables/trove-db_mongodb.xml78(td) msgid "" "(ListOpt) List of UPD ports and/or port ranges to open in the security group" " (only applicable if trove_security_groups_support is True)." msgstr "" #: ./doc/common/tables/glance-vmware.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to ESX/VC." msgstr "" #: ./doc/common/tables/glance-vmware.xml26(td) #: ./doc/common/tables/cinder-vmware.xml22(td) msgid "" "(IntOpt) Number of times VMware ESX/VC server API must be retried upon " "connection related issues." msgstr "" #: ./doc/common/tables/glance-vmware.xml29(replaceable) msgid "ha-datacenter" msgstr "" #: ./doc/common/tables/glance-vmware.xml30(td) msgid "" "(StrOpt) 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\"." msgstr "" #: ./doc/common/tables/glance-vmware.xml34(td) msgid "(StrOpt) Datastore associated with the datacenter." msgstr "" #: ./doc/common/tables/glance-vmware.xml38(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.xml42(td) #: ./doc/common/tables/cinder-vmware.xml30(td) msgid "(StrOpt) Password for authenticating with VMware ESX/VC server." msgstr "" #: ./doc/common/tables/glance-vmware.xml46(td) #: ./doc/common/tables/cinder-vmware.xml34(td) msgid "(StrOpt) Username for authenticating with VMware ESX/VC server." msgstr "" #: ./doc/common/tables/glance-vmware.xml49(replaceable) msgid "/openstack_glance" msgstr "/openstack_glance" #: ./doc/common/tables/glance-vmware.xml50(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.xml54(td) msgid "" "(IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC" " server." msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml8(literal) msgid "[filter-xprofile]" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml32(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml32(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml32(replaceable) msgid "/tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml36(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml36(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml36(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml36(replaceable) msgid "/__profile__" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml40(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml40(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml40(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml40(replaceable) msgid "eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml48(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml48(replaceable) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml48(replaceable) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml48(replaceable) msgid "egg:swift#xprofile" msgstr "" #: ./doc/common/tables/ceilometer-xenapi.xml7(caption) msgid "Description of XenAPI configuration options" msgstr "" #: ./doc/common/tables/ceilometer-xenapi.xml22(td) msgid "(StrOpt) Password for connection to XenServer/Xen Cloud Platform." msgstr "" #: ./doc/common/tables/ceilometer-xenapi.xml26(td) msgid "(StrOpt) URL for connection to XenServer/Xen Cloud Platform." msgstr "" #: ./doc/common/tables/ceilometer-xenapi.xml30(td) msgid "(StrOpt) Username for connection to XenServer/Xen Cloud Platform." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml8(literal) msgid "[filter-container-quotas]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml20(replaceable) msgid "egg:swift#container_quotas" msgstr "" #: ./doc/common/tables/cinder-zoning.xml7(caption) msgid "Description of zoning configuration options" msgstr "" #: ./doc/common/tables/cinder-zoning.xml22(td) msgid "(StrOpt) FC Zoning mode configured" msgstr "" #: ./doc/common/tables/cinder-zoning.xml25(th) #: ./doc/common/tables/cinder-zoning_manager_cisco.xml18(th) #: ./doc/common/tables/cinder-zoning_manager.xml18(th) msgid "[fc-zone-manager]" msgstr "" #: ./doc/common/tables/cinder-zoning.xml29(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.xml32(replaceable) msgid "" "cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService" msgstr "" #: ./doc/common/tables/cinder-zoning.xml33(td) msgid "(StrOpt) FC San Lookup Service" msgstr "" #: ./doc/common/tables/cinder-zoning.xml36(replaceable) msgid "" "cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver" msgstr "" #: ./doc/common/tables/cinder-zoning.xml37(td) msgid "(StrOpt) FC Zone Driver responsible for zone management" msgstr "" #: ./doc/common/tables/cinder-zoning.xml41(td) msgid "(StrOpt) Zoning policy configured by user" msgstr "" #: ./doc/common/tables/ironic-disk_partitioner.xml7(caption) msgid "Description of disk partitioner configuration options" msgstr "" #: ./doc/common/tables/ironic-disk_partitioner.xml18(th) msgid "[disk_partitioner]" msgstr "" #: ./doc/common/tables/ironic-disk_partitioner.xml22(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.xml26(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 "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/ceilometer-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for Telemetry" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml16(td) msgid "[DEFAULT] api_workers = 1" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml17(td) #: ./doc/common/tables/ceilometer-api.xml26(td) msgid "(IntOpt) Number of workers for Ceilometer API server." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml20(td) msgid "[DEFAULT] event_pipeline_cfg_file = event_pipeline.yaml" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml21(td) #: ./doc/common/tables/ceilometer-api.xml30(td) msgid "(StrOpt) Configuration file for event pipeline definition." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml24(td) msgid "[DEFAULT] magnetodb_control_exchange = magnetodb" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml25(td) #: ./doc/common/tables/ceilometer-magnetodb.xml22(td) msgid "(StrOpt) Exchange name for Magnetodb notifications." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml28(td) msgid "[DEFAULT] polling_namespaces = ['compute', 'central']" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml32(td) msgid "[DEFAULT] pollster_list = []" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml36(td) msgid "[DEFAULT] reserved_metadata_keys =" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml37(td) #: ./doc/common/tables/ceilometer-api.xml38(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-conf-changes.xml40(td) msgid "[DEFAULT] shuffle_time_before_polling_task = 0" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml44(td) msgid "[DEFAULT] sql_expire_samples_only = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml48(td) msgid "[DEFAULT] swift_control_exchange = swift" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml49(td) #: ./doc/common/tables/ceilometer-exchange.xml62(td) msgid "(StrOpt) Exchange name for Swift notifications." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml52(td) msgid "[DEFAULT] zaqar_control_exchange = zaqar" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml56(td) msgid "[alarms] gnocchi_url = http://localhost:8041" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml57(td) #: ./doc/common/tables/ceilometer-alarms.xml22(td) msgid "(StrOpt) URL to Gnocchi." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml60(td) msgid "[collector] requeue_event_on_dispatcher_error = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml61(td) #: ./doc/common/tables/ceilometer-collector.xml29(td) msgid "" "(BoolOpt) Requeue the event on the collector event queue when the collector " "fails to dispatch it." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml64(td) msgid "[coordination] check_watchers = 10.0" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml68(td) msgid "[database] db2nosql_resource_id_maxlen = 512" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml72(td) msgid "[database] event_connection = None" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml76(td) msgid "[database] event_time_to_live = -1" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml80(td) msgid "[database] metering_time_to_live = -1" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml84(td) msgid "[database] mongodb_replica_set =" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml88(td) msgid "[dispatcher_http] cadf_only = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml92(td) msgid "[dispatcher_http] event_target = None" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml96(td) msgid "[dispatcher_http] target =" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml100(td) msgid "[dispatcher_http] timeout = 5" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml104(td) msgid "[event] store_raw = []" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml105(td) #: ./doc/common/tables/ceilometer-events.xml30(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-conf-changes.xml108(td) msgid "[ipmi] polling_retry = 3" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml109(td) #: ./doc/common/tables/ceilometer-ipmi.xml26(td) msgid "" "(IntOpt) Tolerance of IPMI/NM polling failures before disable this pollster." " Negative indicates retrying forever." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml112(td) msgid "[notification] disable_non_metric_meters = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml113(td) #: ./doc/common/tables/ceilometer-notification.xml22(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. This option disables the " "collection of non-metric meters and will be the default behavior in Liberty." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml116(td) msgid "[notification] workload_partitioning = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml117(td) #: ./doc/common/tables/ceilometer-events.xml45(td) msgid "" "(BoolOpt) Enable workload partitioning, allowing multiple notification " "agents to be run simultaneously." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml320(td) msgid "[polling] partitioning_group_prefix = None" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml324(td) msgid "[publisher] telemetry_secret = change this for valid signing" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml325(td) #: ./doc/common/tables/ceilometer-rpc.xml107(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-conf-changes.xml328(td) msgid "[publisher_notifier] event_topic = event" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml329(td) #: ./doc/common/tables/ceilometer-rpc.xml114(td) msgid "(StrOpt) The topic that ceilometer uses for event notifications." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml332(td) msgid "[publisher_notifier] telemetry_driver = messagingv2" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml333(td) #: ./doc/common/tables/ceilometer-rpc.xml122(td) msgid "(StrOpt) The driver that ceilometer uses for metering notifications." msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml336(td) msgid "[vmware] host_port = 443" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml369(td) msgid "[database] time_to_live" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml370(td) msgid "[database] metering_time_to_live" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml373(td) msgid "[publisher] metering_secret" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml374(td) msgid "[publisher] telemetry_secret" msgstr "" #: ./doc/common/tables/cinder-scst.xml7(caption) msgid "Description of scst configuration options" msgstr "" #: ./doc/common/tables/cinder-scst.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml281(td) msgid "" "(StrOpt) SCST target implementation can choose from multiple SCST target " "drivers." msgstr "" #: ./doc/common/tables/cinder-scst.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml285(td) msgid "" "(StrOpt) Certain ISCSI targets have predefined target names, SCST target " "driver uses this name." msgstr "" #: ./doc/common/tables/heat-notification.xml7(caption) #: ./doc/common/tables/ceilometer-notification.xml7(caption) msgid "Description of notification configuration options" msgstr "" #: ./doc/common/tables/heat-notification.xml22(td) msgid "(StrOpt) Deprecated." msgstr "" #: ./doc/common/tables/ironic-neutron.xml22(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.xml26(td) msgid "(IntOpt) Client retries in the case of a failed request." msgstr "" #: ./doc/common/tables/ironic-neutron.xml29(replaceable) msgid "http://$my_ip:9696" msgstr "" #: ./doc/common/tables/ironic-neutron.xml30(td) msgid "(StrOpt) URL for connecting to neutron." msgstr "" #: ./doc/common/tables/ironic-neutron.xml34(td) msgid "(IntOpt) Timeout value for connecting to neutron in seconds." msgstr "" #: ./doc/common/tables/nova-vpn.xml7(caption) #: ./doc/common/tables/neutron-vpn.xml7(caption) msgid "Description of VPN configuration options" msgstr "" #: ./doc/common/tables/nova-vpn.xml21(replaceable) msgid "$pybasedir/nova/cloudpipe/bootscript.template" msgstr "" #: ./doc/common/tables/nova-vpn.xml22(td) msgid "(StrOpt) Template for cloudpipe instance boot script" msgstr "" #: ./doc/common/tables/nova-vpn.xml26(td) msgid "(ListOpt) A list of dmz range that should be accepted" msgstr "" #: ./doc/common/tables/nova-vpn.xml29(replaceable) msgid "255.255.255.0" msgstr "255.255.255.0" #: ./doc/common/tables/nova-vpn.xml30(td) msgid "(StrOpt) Netmask to push into openvpn config" msgstr "" #: ./doc/common/tables/nova-vpn.xml33(replaceable) msgid "10.0.0.0" msgstr "" #: ./doc/common/tables/nova-vpn.xml34(td) msgid "(StrOpt) Network to push into openvpn config" msgstr "" #: ./doc/common/tables/nova-vpn.xml37(replaceable) msgid "m1.tiny" msgstr "" #: ./doc/common/tables/nova-vpn.xml38(td) msgid "(StrOpt) Flavor for vpn instances" msgstr "" #: ./doc/common/tables/nova-vpn.xml42(td) msgid "(StrOpt) Image ID used when starting up a cloudpipe vpn server" msgstr "" #: ./doc/common/tables/nova-vpn.xml46(td) msgid "(StrOpt) Public IP for the cloudpipe VPN servers" msgstr "" #: ./doc/common/tables/nova-vpn.xml49(replaceable) msgid "-vpn" msgstr "" #: ./doc/common/tables/nova-vpn.xml50(td) msgid "(StrOpt) Suffix to add to project name for vpn key and secgroups" msgstr "" #: ./doc/common/tables/nova-vpn.xml54(td) msgid "(IntOpt) First Vpn port for private networks" msgstr "" #: ./doc/common/tables/neutron-vpn.xml18(th) msgid "[ipsec]" msgstr "" #: ./doc/common/tables/neutron-vpn.xml21(td) msgid "config_base_dir = $state_path/ipsec" msgstr "" #: ./doc/common/tables/neutron-vpn.xml22(td) msgid "(StrOpt) Location to store ipsec server config files" msgstr "" #: ./doc/common/tables/neutron-vpn.xml25(td) msgid "ipsec_status_check_interval = 60" msgstr "" #: ./doc/common/tables/neutron-vpn.xml26(td) msgid "(IntOpt) Interval for checking ipsec status" msgstr "" #: ./doc/common/tables/neutron-vpn.xml29(th) msgid "[openswan]" msgstr "" #: ./doc/common/tables/neutron-vpn.xml32(td) msgid "" "ipsec_config_template = /usr/lib/python/site-" "packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template" msgstr "" #: ./doc/common/tables/neutron-vpn.xml33(td) msgid "(StrOpt) Template file for ipsec configuration" msgstr "" #: ./doc/common/tables/neutron-vpn.xml36(td) msgid "" "ipsec_secret_template = /usr/lib/python/site-" "packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.secret.template" msgstr "" #: ./doc/common/tables/neutron-vpn.xml37(td) msgid "(StrOpt) Template file for ipsec secret configuration" msgstr "" #: ./doc/common/tables/neutron-vpn.xml40(th) msgid "[vpnagent]" msgstr "" #: ./doc/common/tables/neutron-vpn.xml43(td) msgid "" "vpn_device_driver = " "['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver']" msgstr "" #: ./doc/common/tables/neutron-vpn.xml44(td) msgid "(MultiStrOpt) The vpn device drivers Neutron will use" msgstr "" #: ./doc/common/tables/swift-object-server-filter-xprofile.xml8(filename) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml8(filename) #: ./doc/common/tables/swift-object-server-app-object-server.xml8(filename) #: ./doc/common/tables/swift-object-server-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-object-server-object-replicator.xml8(filename) #: ./doc/common/tables/swift-object-server-pipeline-main.xml8(filename) #: ./doc/common/tables/swift-object-server-object-auditor.xml8(filename) #: ./doc/common/tables/swift-object-server-filter-recon.xml8(filename) #: ./doc/common/tables/swift-object-server-object-updater.xml8(filename) msgid "object-server.conf" msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml8(literal) msgid "[object-expirer]" msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml25(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml21(td) #: ./doc/common/tables/swift-container-server-container-updater.xml26(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml21(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml25(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml21(td) #: ./doc/common/tables/swift-object-server-object-updater.xml21(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml37(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml21(td) msgid "Number of replication workers to spawn" msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml37(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.xml46(replaceable) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml24(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml68(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml64(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml60(replaceable) msgid "604800" msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml47(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml25(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml69(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml65(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml61(td) msgid "Time elapsed in seconds before an object can be reclaimed" msgstr "" #: ./doc/common/tables/trove-common.xml22(td) msgid "(IntOpt) Page size for listing configurations." msgstr "" #: ./doc/common/tables/trove-common.xml26(td) msgid "(IntOpt) Page size for listing databases." msgstr "" #: ./doc/common/tables/trove-common.xml30(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.xml34(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.xml37(replaceable) msgid "36" msgstr "" #: ./doc/common/tables/trove-common.xml38(td) msgid "(IntOpt) Character length of generated passwords." msgstr "" #: ./doc/common/tables/trove-common.xml42(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.xml46(td) msgid "(StrOpt) Host to listen for RPC messages." msgstr "" #: ./doc/common/tables/trove-common.xml53(replaceable) msgid "/usr/lib/python/site-packages/trove/trove" msgstr "" #: ./doc/common/tables/trove-common.xml54(td) msgid "(StrOpt) Directory where the Trove python module is installed." msgstr "" #: ./doc/common/tables/trove-common.xml58(td) msgid "" "(StrOpt) Set path to pydevd library, used if pydevd is not found in python " "sys.path." msgstr "" #: ./doc/common/tables/trove-common.xml61(replaceable) msgid "taskmanager" msgstr "" #: ./doc/common/tables/trove-common.xml62(td) msgid "(StrOpt) Message queue name the Taskmanager will listen to." msgstr "" #: ./doc/common/tables/trove-common.xml65(replaceable) msgid "/etc/trove/templates/" msgstr "" #: ./doc/common/tables/trove-common.xml66(td) msgid "(StrOpt) Path which leads to datastore templates." msgstr "" #: ./doc/common/tables/trove-api.xml22(td) msgid "(ListOpt) Roles to add to an admin user." msgstr "" #: ./doc/common/tables/trove-api.xml25(replaceable) #: ./doc/common/tables/heat-api.xml157(replaceable) #: ./doc/common/tables/cinder-api.xml21(replaceable) #: ./doc/common/tables/nova-api.xml21(replaceable) #: ./doc/common/tables/neutron-api.xml37(replaceable) msgid "api-paste.ini" msgstr "api-paste.ini" #: ./doc/common/tables/trove-api.xml26(td) msgid "(StrOpt) File name for the paste.deploy config for trove-api." msgstr "" #: ./doc/common/tables/trove-api.xml30(td) msgid "(StrOpt) IP address the API server will listen on." msgstr "" #: ./doc/common/tables/trove-api.xml33(replaceable) msgid "8779" msgstr "" #: ./doc/common/tables/trove-api.xml34(td) msgid "(IntOpt) Port the API server will listen on." msgstr "" #: ./doc/common/tables/trove-api.xml38(td) msgid "(StrOpt) Exclude IP addresses that match this regular expression." msgstr "" #: ./doc/common/tables/trove-api.xml41(replaceable) msgid "trove.db.sqlalchemy.api" msgstr "" #: ./doc/common/tables/trove-api.xml42(td) msgid "(StrOpt) API Implementation for Trove database access." msgstr "" #: ./doc/common/tables/trove-api.xml46(td) msgid "(BoolOpt) Require user hostnames to be valid IP addresses." msgstr "" #: ./doc/common/tables/trove-api.xml50(td) msgid "(IntOpt) Maximum number of HTTP 'DELETE' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml54(td) msgid "(IntOpt) Maximum number of HTTP 'GET' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml58(td) msgid "" "(IntOpt) Maximum number of management HTTP 'POST' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml62(td) msgid "(IntOpt) Maximum number of HTTP 'POST' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml66(td) msgid "(IntOpt) Maximum number of HTTP 'PUT' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml70(td) msgid "(IntOpt) Page size for listing instances." msgstr "" #: ./doc/common/tables/trove-api.xml78(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" #: ./doc/common/tables/trove-api.xml81(replaceable) msgid "LOCAL_DEV" msgstr "" #: ./doc/common/tables/trove-api.xml82(td) msgid "(StrOpt) The region this service is located." msgstr "" #: ./doc/common/tables/trove-api.xml86(td) #: ./doc/common/tables/cinder-common.xml194(td) #: ./doc/common/tables/nova-api.xml102(td) #: ./doc/common/tables/neutron-api.xml74(td) msgid "" "(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. " "Not supported on OS X." msgstr "" #: ./doc/common/tables/trove-api.xml90(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.xml93(replaceable) msgid "http://0.0.0.0:5000/v2.0" msgstr "" #: ./doc/common/tables/trove-api.xml94(td) msgid "(StrOpt) Trove authentication URL." msgstr "" #: ./doc/common/tables/trove-api.xml98(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.xml101(replaceable) msgid "SecGroup" msgstr "" #: ./doc/common/tables/trove-api.xml102(td) msgid "(StrOpt) Prefix to use when creating Security Groups." msgstr "" #: ./doc/common/tables/trove-api.xml105(replaceable) msgid "0.0.0.0/0" msgstr "" #: ./doc/common/tables/trove-api.xml106(td) msgid "(StrOpt) CIDR to use when creating Security Group Rules." msgstr "" #: ./doc/common/tables/trove-api.xml110(td) msgid "(BoolOpt) Whether Trove should add Security Groups on create." msgstr "" #: ./doc/common/tables/trove-api.xml114(td) msgid "(IntOpt) Page size for listing users." msgstr "" #: ./doc/common/tables/cinder-zadara.xml7(caption) msgid "Description of Zadara Storage driver configuration options" msgstr "" #: ./doc/common/tables/cinder-zadara.xml22(td) msgid "(StrOpt) Password for the VPSA" msgstr "" #: ./doc/common/tables/cinder-zadara.xml26(td) msgid "(StrOpt) User name for the VPSA" msgstr "" #: ./doc/common/tables/cinder-zadara.xml30(td) msgid "(BoolOpt) Default encryption policy for volumes" msgstr "" #: ./doc/common/tables/cinder-zadara.xml33(replaceable) msgid "OS_%s" msgstr "" #: ./doc/common/tables/cinder-zadara.xml34(td) msgid "(StrOpt) Default template for VPSA volume names" msgstr "" #: ./doc/common/tables/cinder-zadara.xml38(td) msgid "(BoolOpt) Default thin provisioning policy for volumes" msgstr "" #: ./doc/common/tables/cinder-zadara.xml42(td) msgid "(BoolOpt) Don't halt on deletion of non-existing volumes" msgstr "" #: ./doc/common/tables/cinder-zadara.xml46(td) msgid "(BoolOpt) Automatically detach from servers on volume delete" msgstr "" #: ./doc/common/tables/cinder-zadara.xml50(td) msgid "(StrOpt) Management IP of Zadara VPSA" msgstr "" #: ./doc/common/tables/cinder-zadara.xml54(td) msgid "(StrOpt) Name of VPSA storage pool for volumes" msgstr "" #: ./doc/common/tables/cinder-zadara.xml58(td) msgid "(StrOpt) Zadara VPSA port number" msgstr "" #: ./doc/common/tables/cinder-zadara.xml62(td) msgid "(BoolOpt) Use SSL connection" msgstr "" #: ./doc/common/tables/nova-conductor.xml7(caption) #: ./doc/common/tables/ironic-conductor.xml7(caption) msgid "Description of conductor configuration options" msgstr "" #: ./doc/common/tables/nova-conductor.xml22(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.xml25(th) #: ./doc/common/tables/sahara-common.xml157(th) #: ./doc/common/tables/ironic-conductor.xml18(th) msgid "[conductor]" msgstr "" #: ./doc/common/tables/nova-conductor.xml28(replaceable) msgid "nova.conductor.manager.ConductorManager" msgstr "" #: ./doc/common/tables/nova-conductor.xml29(td) msgid "(StrOpt) Full class name for the Manager for conductor" msgstr "" #: ./doc/common/tables/nova-conductor.xml32(replaceable) msgid "conductor" msgstr "" #: ./doc/common/tables/nova-conductor.xml33(td) msgid "(StrOpt) The topic on which conductor nodes listen" msgstr "" #: ./doc/common/tables/nova-conductor.xml37(td) msgid "(BoolOpt) Perform nova-conductor operations locally" msgstr "" #: ./doc/common/tables/nova-conductor.xml41(td) msgid "" "(IntOpt) Number of workers for OpenStack Conductor service. The default will" " be the number of CPUs available." msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml8(literal) msgid "[app-object-server]" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml20(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.xml21(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.xml29(td) msgid "Allow non-public objects to stay in kernel's buffer cache" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml32(replaceable) #: ./doc/common/tables/swift-conf-changes.xml92(td) msgid "5242880" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml33(td) msgid "Largest object size to keep in buffer cache" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml37(td) msgid "Maximum time allowed to upload an object" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml41(td) msgid "On PUT requests, sync file every n MB" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml45(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.xml49(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.xml53(td) msgid "" "The number of subrequest failures before the replication_failure_ratio is " "checked" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml57(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.xml61(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.xml65(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml25(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml37(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.xml80(replaceable) msgid "object-server" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml85(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml45(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml57(td) msgid "Whether or not to log requests" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml89(td) msgid "" "If > 0, Minimum time in seconds for a PUT or DELETE request to complete" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml92(replaceable) #: ./doc/common/tables/swift-account-server-account-replicator.xml80(replaceable) #: ./doc/common/tables/swift-object-server-object-replicator.xml104(replaceable) #: ./doc/common/tables/swift-container-server-container-replicator.xml72(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml52(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml60(replaceable) msgid "no" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml97(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.xml100(replaceable) msgid "egg:swift#object" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml36(replaceable) msgid "catch_errors" msgstr "" #: ./doc/common/tables/nova-livemigration.xml7(caption) msgid "Description of live migration configuration options" msgstr "" #: ./doc/common/tables/nova-livemigration.xml22(td) msgid "(IntOpt) Number of 1 second retries needed in live_migration" msgstr "" #: ./doc/common/tables/nova-livemigration.xml29(td) msgid "(IntOpt) Maximum bandwidth to be used during migration, in Mbps" msgstr "" #: ./doc/common/tables/nova-livemigration.xml32(replaceable) msgid "" "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, " "VIR_MIGRATE_TUNNELLED" msgstr "" #: ./doc/common/tables/nova-livemigration.xml33(td) msgid "(StrOpt) Migration flags to be set for live migration" msgstr "" #: ./doc/common/tables/nova-livemigration.xml36(replaceable) msgid "qemu+tcp://%s/system" msgstr "" #: ./doc/common/tables/nova-livemigration.xml37(td) msgid "" "(StrOpt) Migration target URI (any included \"%s\" is replaced with the " "migration target hostname)" msgstr "" #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml8(literal) msgid "[container-reconciler]" msgstr "" #: ./doc/common/tables/heat-rabbitmq.xml38(td) #: ./doc/common/tables/trove-rabbitmq.xml38(td) #: ./doc/common/tables/keystone-rabbitmq.xml38(td) #: ./doc/common/tables/sahara-rabbitmq.xml38(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are " "TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml8(literal) msgid "[filter-keystoneauth]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml21(td) msgid "" "The backwards compatible behavior can be disabled by setting this option to " "False." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml26(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.xml33(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.xml37(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 " ". 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.xml41(replaceable) msgid "admin, swiftoperator" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml42(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.xml46(replaceable) msgid "ResellerAdmin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml47(td) msgid "" "The reseller admin role gives the ability to create and delete accounts." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml50(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml32(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml24(replaceable) msgid "AUTH" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml51(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml33(td) msgid "The naming scope for the auth service. Swift" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml55(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.xml59(replaceable) msgid "egg:swift#keystoneauth" msgstr "" #: ./doc/common/tables/keystone-amqp.xml34(td) #: ./doc/common/tables/nova-amqp.xml34(td) msgid "(StrOpt) Default publisher_id for outgoing notifications" msgstr "" #: ./doc/common/tables/keystone-rpc.xml46(td) #: ./doc/common/tables/trove-rpc.xml54(td) #: ./doc/common/tables/sahara-rpc.xml46(td) #: ./doc/common/tables/heat-rpc.xml50(td) msgid "(IntOpt) Size of RPC greenthread pool." msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml28(replaceable) msgid "6000" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml53(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml29(td) msgid "Size of chunks to read/write to disk" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml143(td) msgid "Size of chunks to read/write over the network" msgstr "" #: ./doc/common/tables/cinder-zones.xml7(caption) msgid "Description of zones configuration options" msgstr "" #: ./doc/common/tables/cinder-zones.xml22(td) msgid "" "(BoolOpt) Ensure that the new volumes are the same AZ as snapshot or source " "volume" msgstr "" #: ./doc/common/tables/ironic-keystone.xml7(caption) msgid "Description of keystone configuration options" msgstr "" #: ./doc/common/tables/ironic-keystone.xml18(th) #: ./doc/common/tables/sahara-clients.xml44(th) msgid "[keystone]" msgstr "" #: ./doc/common/tables/ironic-keystone.xml22(td) msgid "(StrOpt) The region used for getting endpoints of OpenStackservices." msgstr "" #: ./doc/common/tables/cinder-scality.xml7(caption) msgid "Description of Scality SOFS volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-scality.xml29(replaceable) msgid "cinder/volumes" msgstr "" #: ./doc/common/tables/cinder-scality.xml30(td) msgid "(StrOpt) Path from Scality SOFS root to volume dir" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml8(literal) msgid "[filter-tempauth]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml24(replaceable) msgid "/auth/" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml25(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.xml52(replaceable) msgid "tempauth" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml57(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.xml61(td) msgid "The number of seconds a token is valid." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml64(replaceable) msgid "egg:swift#tempauth" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml68(replaceable) msgid "admin .admin .reseller_admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml72(replaceable) msgid "testing2 .admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml76(replaceable) msgid "testing5 service" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml80(replaceable) msgid "testing .admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml84(replaceable) msgid "testing3" msgstr "" #: ./doc/common/tables/neutron-agent.xml21(replaceable) msgid "$state_path/external/pids" msgstr "" #: ./doc/common/tables/neutron-agent.xml22(td) msgid "(StrOpt) Location to store child pid files" msgstr "" #: ./doc/common/tables/neutron-agent.xml26(td) msgid "(IntOpt) MTU setting for device." msgstr "" #: ./doc/common/tables/cinder-emc.xml7(caption) msgid "Description of EMC configuration options" msgstr "" #: ./doc/common/tables/cinder-emc.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml101(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.xml26(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.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml157(td) msgid "(BoolOpt) Delete a LUN even if it is in Storage Groups." msgstr "" #: ./doc/common/tables/cinder-emc.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml173(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.xml38(td) msgid "" "(BoolOpt) Automatically register initiators. By default, the value is False." msgstr "" #: ./doc/common/tables/cinder-emc.xml42(td) msgid "" "(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." msgstr "" #: ./doc/common/tables/cinder-emc.xml45(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml28(replaceable) #: ./doc/common/tables/nova-quota.xml49(replaceable) msgid "255" msgstr "" #: ./doc/common/tables/cinder-emc.xml46(td) msgid "" "(IntOpt) Default max number of LUNs in a storage group. By default, the " "value is 255." msgstr "" #: ./doc/common/tables/cinder-emc.xml50(td) msgid "(StrOpt) Naviseccli Path." msgstr "" #: ./doc/common/tables/cinder-emc.xml53(replaceable) msgid "global" msgstr "" #: ./doc/common/tables/cinder-emc.xml54(td) msgid "(StrOpt) VNX authentication scope type." msgstr "" #: ./doc/common/tables/cinder-emc.xml62(td) msgid "" "(StrOpt) Directory path that contains the VNX security file. Make sure the " "security file is generated first." msgstr "" #: ./doc/common/tables/cinder-vmware.xml26(td) msgid "(StrOpt) IP address for connecting to VMware ESX/VC server." msgstr "" #: ./doc/common/tables/cinder-vmware.xml38(td) msgid "" "(StrOpt) Optional string specifying the VMware VC server version. The driver" " attempts to retrieve the version from VMware VC server. Set this " "configuration only if you want to override the VC server version." msgstr "" #: ./doc/common/tables/cinder-vmware.xml42(td) msgid "" "(IntOpt) Timeout in seconds for VMDK volume transfer between Cinder and " "Glance." msgstr "" #: ./doc/common/tables/cinder-vmware.xml46(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.xml50(td) msgid "" "(FloatOpt) The interval (in seconds) for polling remote tasks invoked on " "VMware ESX/VC server." msgstr "" #: ./doc/common/tables/cinder-vmware.xml53(replaceable) #: ./doc/common/tables/nova-s3.xml25(replaceable) msgid "/tmp" msgstr "" #: ./doc/common/tables/cinder-vmware.xml54(td) msgid "" "(StrOpt) Directory where virtual disks are stored during volume backup and " "restore." msgstr "" #: ./doc/common/tables/cinder-vmware.xml57(replaceable) #: ./doc/common/tables/cinder-lvm.xml33(replaceable) msgid "cinder-volumes" msgstr "" #: ./doc/common/tables/cinder-vmware.xml58(td) msgid "" "(StrOpt) Name for the folder in the VC datacenter that will contain cinder " "volumes." msgstr "" #: ./doc/common/tables/cinder-vmware.xml62(td) msgid "" "(StrOpt) Optional VIM service WSDL Location e.g " "http://<server>/vimService.wsdl. Optional over-ride to default " "location for bug work-arounds." msgstr "" #: ./doc/common/tables/neutron-ml2_flat.xml7(caption) msgid "Description of ML2 Flat mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_flat.xml18(th) msgid "[ml2_type_flat]" msgstr "" #: ./doc/common/tables/neutron-ml2_flat.xml22(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/heat-metadata_api.xml7(caption) msgid "Description of metadata API configuration options" msgstr "" #: ./doc/common/tables/heat-metadata_api.xml22(td) #: ./doc/common/tables/heat-api.xml34(td) msgid "(StrOpt) URL of the Heat metadata server." msgstr "" #: ./doc/common/tables/ironic-glance.xml7(caption) #: ./doc/common/tables/nova-glance.xml7(caption) #: ./doc/common/tables/ceilometer-glance.xml7(caption) msgid "Description of glance configuration options" msgstr "" #: ./doc/common/tables/ironic-glance.xml18(th) #: ./doc/common/tables/nova-glance.xml25(th) msgid "[glance]" msgstr "" #: ./doc/common/tables/ironic-glance.xml22(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.xml26(td) #: ./doc/common/tables/ironic-glance.xml50(td) #: ./doc/common/tables/nova-glance.xml53(td) msgid "" "(StrOpt) Default protocol to use when connecting to glance. Set to https for" " SSL." msgstr "" #: ./doc/common/tables/ironic-glance.xml30(td) msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to glance." msgstr "" #: ./doc/common/tables/ironic-glance.xml34(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.xml38(td) msgid "(StrOpt) Default glance hostname or IP address." msgstr "" #: ./doc/common/tables/ironic-glance.xml42(td) msgid "(IntOpt) Number of retries when downloading an image from glance." msgstr "" #: ./doc/common/tables/ironic-glance.xml45(replaceable) #: ./doc/common/tables/nova-glance.xml48(replaceable) #: ./doc/common/tables/cinder-images.xml57(replaceable) msgid "9292" msgstr "9292" #: ./doc/common/tables/ironic-glance.xml46(td) msgid "(IntOpt) Default glance port." msgstr "" #: ./doc/common/tables/ironic-glance.xml54(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.xml58(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.xml61(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml25(replaceable) #: ./doc/common/tables/glance-swift.xml72(replaceable) msgid "glance" msgstr "glance" #: ./doc/common/tables/ironic-glance.xml62(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.xml66(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.xml70(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.xml73(replaceable) msgid "1200" msgstr "" #: ./doc/common/tables/ironic-glance.xml74(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.xml78(td) msgid "" "(StrOpt) The secret token given to Swift to allow temporary URL downloads. " "Required for temporary URLs." msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml7(caption) msgid "Description of upgrade levels configuration options" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml21(replaceable) msgid "nova.cells.scheduler.CellsScheduler" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml22(td) msgid "(StrOpt) Cells scheduler to use" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml25(th) #: ./doc/common/tables/ironic-upgrades.xml18(th) #: ./doc/common/tables/nova-rpc.xml114(th) #: ./doc/common/tables/trove-upgrades.xml18(th) msgid "[upgrade_levels]" msgstr "[upgrade_levels]" #: ./doc/common/tables/nova-upgrade_levels.xml29(td) #: ./doc/common/tables/ironic-upgrades.xml22(td) msgid "(StrOpt) Set a version cap for messages sent to local cells services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml33(td) msgid "(StrOpt) Set a version cap for messages sent to cert services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml37(td) msgid "" "(StrOpt) Set a version cap for messages sent to compute services. If you " "plan to do a live upgrade from havana to icehouse, you should set this " "option to \"icehouse-compat\" before beginning the live upgrade procedure." msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml41(td) #: ./doc/common/tables/trove-conf-changes.xml357(td) #: ./doc/common/tables/trove-upgrades.xml22(td) msgid "(StrOpt) Set a version cap for messages sent to conductor services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml45(td) msgid "(StrOpt) Set a version cap for messages sent to console services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml49(td) msgid "(StrOpt) Set a version cap for messages sent to consoleauth services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml53(td) msgid "(StrOpt) Set a version cap for messages sent between cells services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml57(td) msgid "(StrOpt) Set a version cap for messages sent to network services" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml61(td) msgid "(StrOpt) Set a version cap for messages sent to scheduler services" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml7(caption) msgid "Description of NetApp cDOT iSCSI driver configuration options" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml41(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml41(replaceable) msgid "1.2" msgstr "1.2" #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml42(td) #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml42(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." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_iscsi.xml58(td) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml62(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/neutron-ml2_ofa.xml7(caption) msgid "Description of ML2 ofagent mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_ofa.xml22(td) msgid "(StrOpt) openflow listen host" msgstr "" #: ./doc/common/tables/neutron-ml2_ofa.xml25(replaceable) #: ./doc/common/tables/neutron-ml2_ofa.xml29(replaceable) msgid "6633" msgstr "" #: ./doc/common/tables/neutron-ml2_ofa.xml26(td) msgid "(IntOpt) openflow ssl listen port" msgstr "" #: ./doc/common/tables/neutron-ml2_ofa.xml30(td) msgid "(IntOpt) openflow tcp listen port" msgstr "" #: ./doc/common/tables/neutron-ml2_ofa.xml41(td) msgid "(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath" msgstr "" #: ./doc/common/tables/nova-barbican.xml7(caption) msgid "Description of Barbican configuration options" msgstr "" #: ./doc/common/tables/nova-barbican.xml18(th) msgid "[barbican]" msgstr "" #: ./doc/common/tables/nova-barbican.xml25(replaceable) msgid "key-manager:barbican:public" msgstr "" #: ./doc/common/tables/nova-barbican.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml121(td) msgid "" "(StrOpt) Info to match when looking for barbican in the service catalog. " "Format is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/nova-barbican.xml34(td) #: ./doc/common/tables/nova-conf-changes.xml129(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/glance-api.xml22(td) msgid "(StrOpt) Role used to identify an authenticated user as administrator." msgstr "" #: ./doc/common/tables/glance-api.xml26(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.xml30(td) msgid "(BoolOpt) Deploy the v1 OpenStack Images API." msgstr "" #: ./doc/common/tables/glance-api.xml34(td) msgid "(BoolOpt) Deploy the v1 OpenStack Registry API." msgstr "" #: ./doc/common/tables/glance-api.xml38(td) msgid "(BoolOpt) Deploy the v2 OpenStack Images API." msgstr "" #: ./doc/common/tables/glance-api.xml42(td) msgid "(BoolOpt) Deploy the v2 OpenStack Registry API." msgstr "" #: ./doc/common/tables/glance-api.xml45(replaceable) msgid "1099511627776" msgstr "" #: ./doc/common/tables/glance-api.xml46(td) msgid "" "(IntOpt) Maximum size of image a user can upload in bytes. Defaults to " "1099511627776 bytes (1 TB)." msgstr "" #: ./doc/common/tables/glance-api.xml49(replaceable) msgid "location_order" msgstr "" #: ./doc/common/tables/glance-api.xml50(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.xml54(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.xml58(td) msgid "" "(BoolOpt) When true, this option sets the owner of an image to be the " "tenant. Otherwise, the owner of the image will be the authenticated user " "issuing the request." msgstr "" #: ./doc/common/tables/glance-api.xml66(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.xml70(td) msgid "" "(BoolOpt) Whether to include the backend image locations in image " "properties. Revealing storage location can be a security risk, so use this " "setting with caution! The overrides show_image_direct_url." msgstr "" #: ./doc/common/tables/glance-api.xml74(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/glance-api.xml78(td) msgid "" "(BoolOpt) Whether to pass through the user token when making requests to the" " registry." msgstr "" #: ./doc/common/tables/glance-api.xml84(replaceable) msgid "file" msgstr "文件" #: ./doc/common/tables/glance-api.xml85(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.xml92(replaceable) msgid "file, http" msgstr "" #: ./doc/common/tables/glance-api.xml93(td) msgid "(ListOpt) List of stores enabled" msgstr "" #: ./doc/common/tables/glance-api.xml100(td) msgid "(StrOpt) Name of the paste configuration file." msgstr "" #: ./doc/common/tables/glance-api.xml104(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.xml107(th) msgid "[store_type_location_strategy]" msgstr "" #: ./doc/common/tables/glance-api.xml111(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/heat-waitcondition_api.xml7(caption) msgid "Description of waitcondition API configuration options" msgstr "" #: ./doc/common/tables/heat-waitcondition_api.xml22(td) #: ./doc/common/tables/heat-api.xml42(td) msgid "(StrOpt) URL of the Heat waitcondition server." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml8(literal) msgid "[filter-gatekeeper]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml36(replaceable) msgid "gatekeeper" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml40(replaceable) msgid "egg:swift#gatekeeper" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml8(literal) msgid "[container]" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml8(filename) #: ./doc/common/tables/swift-rsyncd-account.xml8(filename) #: ./doc/common/tables/swift-rsyncd-object.xml8(filename) msgid "rsyncd.conf" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml20(replaceable) msgid "/var/lock/container.lock" msgstr "" #: ./doc/common/tables/cinder-storwize.xml7(caption) msgid "Description of IBM Storwise driver configuration options" msgstr "" #: ./doc/common/tables/cinder-storwize.xml25(replaceable) msgid "iSCSI" msgstr "" #: ./doc/common/tables/cinder-storwize.xml26(td) msgid "(StrOpt) Connection protocol (iSCSI/FC)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml30(td) msgid "" "(IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared. " "Maximum value is 600 seconds (10 minutes)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml34(td) msgid "" "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: " "Enabled)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml38(td) msgid "(BoolOpt) Allows vdisk to multi host mapping" msgstr "" #: ./doc/common/tables/cinder-storwize.xml42(td) msgid "" "(BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled by " "Nova)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml46(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" msgstr "" #: ./doc/common/tables/cinder-storwize.xml50(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.xml54(td) msgid "(BoolOpt) Storage system autoexpand parameter for volumes (True/False)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml58(td) msgid "(BoolOpt) Storage system compression option for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml62(td) msgid "(BoolOpt) Enable Easy Tier for volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml66(td) msgid "" "(IntOpt) Storage system grain size parameter for volumes (32/64/128/256)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml70(td) msgid "(IntOpt) The I/O group in which to allocate volumes" msgstr "" #: ./doc/common/tables/cinder-storwize.xml74(td) msgid "" "(IntOpt) Storage system space-efficiency parameter for volumes (percentage)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml78(td) msgid "" "(IntOpt) Storage system threshold for volume capacity warnings (percentage)" msgstr "" #: ./doc/common/tables/cinder-storwize.xml81(replaceable) msgid "volpool" msgstr "" #: ./doc/common/tables/cinder-storwize.xml82(td) msgid "(StrOpt) Storage system storage pool for volumes" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml7(caption) msgid "Description of HP LeftHand/StoreVirtual driver configuration options" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml22(td) msgid "" "(StrOpt) HP LeftHand WSAPI Server Url like https://<LeftHand " "ip>:8081/lhos" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml26(td) msgid "(StrOpt) HP LeftHand cluster name" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml30(td) msgid "(BoolOpt) Enable HTTP debugging to LeftHand" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml34(td) msgid "" "(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: " "Disabled)" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml38(td) msgid "(StrOpt) HP LeftHand Super user password" msgstr "" #: ./doc/common/tables/cinder-hplefthand.xml42(td) msgid "(StrOpt) HP LeftHand Super user username" msgstr "" #: ./doc/common/tables/ironic-ilo.xml7(caption) msgid "Description of ILO configuration options" msgstr "" #: ./doc/common/tables/ironic-ilo.xml18(th) msgid "[ilo]" msgstr "" #: ./doc/common/tables/ironic-ilo.xml22(td) msgid "(IntOpt) Port to be used for iLO operations" msgstr "" #: ./doc/common/tables/ironic-ilo.xml26(td) msgid "(IntOpt) Timeout (in seconds) for iLO operations" msgstr "" #: ./doc/common/tables/ironic-ilo.xml30(td) msgid "(IntOpt) Number of times a power operation needs to be retried" msgstr "" #: ./doc/common/tables/ironic-ilo.xml34(td) msgid "(IntOpt) Amount of time in seconds to wait in between power operations" msgstr "" #: ./doc/common/tables/ironic-ilo.xml37(replaceable) msgid "ironic_ilo_container" msgstr "" #: ./doc/common/tables/ironic-ilo.xml38(td) msgid "(StrOpt) The Swift iLO container to store data." msgstr "" #: ./doc/common/tables/ironic-ilo.xml41(replaceable) #: ./doc/common/tables/cinder-common.xml33(replaceable) #: ./doc/common/tables/nova-conf-changes.xml471(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml88(replaceable) #: ./doc/common/tables/nova-api.xml29(replaceable) #: ./doc/common/tables/neutron-api.xml45(replaceable) #: ./doc/common/tables/neutron-api.xml49(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml544(td) msgid "900" msgstr "" #: ./doc/common/tables/ironic-ilo.xml42(td) msgid "(IntOpt) Amount of time in seconds for Swift objects to auto-expire." msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) msgid "[filter-proxy-logging]" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml33(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml33(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-object-expirer-filter-proxy-logging.xml74(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(replaceable) msgid "GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml78(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(replaceable) msgid "True." msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml82(replaceable) #: ./doc/common/tables/cinder-api.xml101(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(replaceable) #: ./doc/common/tables/neutron-common.xml141(replaceable) msgid "16" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml83(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml83(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-object-expirer-filter-proxy-logging.xml91(replaceable) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(replaceable) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml91(replaceable) msgid "egg:swift#proxy_logging" msgstr "" #: ./doc/common/tables/neutron-ipv6_ra.xml7(caption) msgid "Description of IPv6 router advertisement configuration options" msgstr "" #: ./doc/common/tables/neutron-ipv6_ra.xml21(replaceable) msgid "$state_path/ra" msgstr "" #: ./doc/common/tables/neutron-ipv6_ra.xml22(td) msgid "(StrOpt) Location to store IPv6 RA config files" msgstr "" #: ./doc/common/tables/glance-s3.xml7(caption) #: ./doc/common/tables/nova-s3.xml7(caption) msgid "Description of S3 configuration options" msgstr "" #: ./doc/common/tables/glance-s3.xml22(td) msgid "(StrOpt) The S3 query token access key." msgstr "" #: ./doc/common/tables/glance-s3.xml26(td) msgid "(StrOpt) The S3 bucket to be used to store the Glance data." msgstr "" #: ./doc/common/tables/glance-s3.xml29(replaceable) msgid "subdomain" msgstr "" #: ./doc/common/tables/glance-s3.xml30(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.xml34(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.xml38(td) msgid "(StrOpt) The host where the S3 server is listening." msgstr "" #: ./doc/common/tables/glance-s3.xml42(td) msgid "" "(IntOpt) What multipart upload part size, in MB, should S3 use when " "uploading parts. The size must be greater than or equal to 5M." msgstr "" #: ./doc/common/tables/glance-s3.xml46(td) msgid "" "(IntOpt) What size, in MB, should S3 start chunking image files and do a " "multipart upload in S3." msgstr "" #: ./doc/common/tables/glance-s3.xml50(td) msgid "" "(StrOpt) The local directory where uploads will be staged before they are " "transferred into S3." msgstr "" #: ./doc/common/tables/glance-s3.xml54(td) msgid "(StrOpt) The S3 query token secret key." msgstr "" #: ./doc/common/tables/glance-s3.xml58(td) msgid "" "(IntOpt) The number of thread pools to perform a multipart upload in S3." msgstr "" #: ./doc/common/tables/nova-rootwrap.xml21(replaceable) msgid "/etc/nova/rootwrap.d,/usr/share/nova/rootwrap" msgstr "" #: ./doc/common/tables/heat-loadbalancer.xml7(caption) msgid "Description of load balancer configuration options" msgstr "" #: ./doc/common/tables/heat-loadbalancer.xml22(td) msgid "(StrOpt) Custom template for the built-in loadbalancer nested stack." msgstr "" #: ./doc/common/tables/ceilometer-api.xml21(replaceable) msgid "api_paste.ini" msgstr "" #: ./doc/common/tables/ceilometer-api.xml22(td) msgid "(StrOpt) Configuration file for WSGI definition of API." msgstr "" #: ./doc/common/tables/ceilometer-api.xml29(replaceable) msgid "event_pipeline.yaml" msgstr "" #: ./doc/common/tables/ceilometer-api.xml33(replaceable) msgid "pipeline.yaml" msgstr "" #: ./doc/common/tables/ceilometer-api.xml34(td) msgid "(StrOpt) Configuration file for pipeline definition." msgstr "" #: ./doc/common/tables/ceilometer-api.xml42(td) msgid "(IntOpt) Limit on length of reserved metadata values." msgstr "" #: ./doc/common/tables/ceilometer-api.xml45(replaceable) msgid "metering." msgstr "" #: ./doc/common/tables/ceilometer-api.xml46(td) msgid "(ListOpt) List of metadata prefixes reserved for metering use." msgstr "" #: ./doc/common/tables/ceilometer-api.xml49(th) #: ./doc/common/tables/ironic-api.xml18(th) msgid "[api]" msgstr "" #: ./doc/common/tables/ceilometer-api.xml53(td) msgid "(StrOpt) The listen IP for the ceilometer API server." msgstr "" #: ./doc/common/tables/ceilometer-api.xml57(td) msgid "(BoolOpt) Toggle Pecan Debug Middleware." msgstr "" #: ./doc/common/tables/ceilometer-api.xml60(replaceable) msgid "8777" msgstr "" #: ./doc/common/tables/ceilometer-api.xml61(td) msgid "(IntOpt) The port for the ceilometer API server." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml7(caption) msgid "Description of exchange configuration options" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml22(td) msgid "(StrOpt) Exchange name for Cinder notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml26(td) msgid "(StrOpt) Exchange name for Glance notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml29(replaceable) msgid "heat" msgstr "heat" #: ./doc/common/tables/ceilometer-exchange.xml30(td) msgid "(StrOpt) Exchange name for Heat notifications" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml33(replaceable) msgid "['nova', 'glance', 'neutron', 'cinder']" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml34(td) msgid "(MultiStrOpt) Exchanges name to listen for notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml37(replaceable) msgid "ironic" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml38(td) msgid "(StrOpt) Exchange name for Ironic notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml42(td) msgid "(StrOpt) Exchange name for Keystone notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml46(td) msgid "(StrOpt) Exchange name for Neutron notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml50(td) msgid "(StrOpt) Exchange name for Nova notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml53(replaceable) msgid "sahara" msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml54(td) msgid "(StrOpt) Exchange name for Data Processing notifications." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml58(td) msgid "(StrOpt) Source for samples emitted on this instance." msgstr "" #: ./doc/common/tables/ceilometer-exchange.xml65(replaceable) msgid "trove" msgstr "trove" #: ./doc/common/tables/ceilometer-exchange.xml66(td) msgid "(StrOpt) Exchange name for DBaaS notifications." msgstr "" #: ./doc/common/tables/cinder-lvm.xml7(caption) msgid "Description of LVM configuration options" msgstr "" #: ./doc/common/tables/cinder-lvm.xml21(replaceable) msgid "/etc/cinder/lvm.conf" msgstr "" #: ./doc/common/tables/cinder-lvm.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml205(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.xml26(td) msgid "" "(IntOpt) If >0, create LVs with multiple mirrors. Note that this requires" " lvm_mirrors + 2 PVs with available space" msgstr "" #: ./doc/common/tables/cinder-lvm.xml30(td) msgid "(StrOpt) Type of LVM volumes to deploy; (default or thin)" msgstr "" #: ./doc/common/tables/cinder-lvm.xml34(td) msgid "(StrOpt) Name for the VG that will contain exported volumes" msgstr "" #: ./doc/common/tables/trove-dns.xml7(caption) msgid "Description of DNS configuration options" msgstr "" #: ./doc/common/tables/trove-dns.xml22(td) msgid "(StrOpt) Tenant ID for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml26(td) msgid "(StrOpt) Authentication URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml30(td) msgid "(StrOpt) Domain ID used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml34(td) msgid "(StrOpt) Domain name used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml37(replaceable) msgid "trove.dns.driver.DnsDriver" msgstr "" #: ./doc/common/tables/trove-dns.xml38(td) msgid "(StrOpt) Driver for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml42(td) msgid "(StrOpt) Endpoint URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml46(td) msgid "(StrOpt) Hostname used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml49(replaceable) msgid "trove.dns.driver.DnsInstanceEntryFactory" msgstr "" #: ./doc/common/tables/trove-dns.xml50(td) msgid "(StrOpt) Factory for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml54(td) msgid "(StrOpt) Management URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml58(td) msgid "(StrOpt) Passkey for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml62(td) msgid "(StrOpt) Region name for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml66(td) msgid "(StrOpt) Service Type for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml70(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a DNS entry add." msgstr "" #: ./doc/common/tables/trove-dns.xml74(td) msgid "(IntOpt) Time (in seconds) before a refresh of DNS information occurs." msgstr "" #: ./doc/common/tables/trove-dns.xml78(td) msgid "(StrOpt) Username for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml82(td) msgid "" "(BoolOpt) Whether Trove should add DNS entries on create (using Designate " "DNSaaS)." msgstr "" #: ./doc/common/tables/sahara-amqp.xml38(td) msgid "(StrOpt) Notification level for outgoing notifications" msgstr "" #: ./doc/common/tables/sahara-amqp.xml42(td) msgid "(StrOpt) Notification publisher_id for outgoing notifications" msgstr "" #: ./doc/common/tables/nova-cells.xml7(caption) msgid "Description of cell configuration options" msgstr "" #: ./doc/common/tables/nova-cells.xml34(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.xml38(td) msgid "" "(IntOpt) Interval, in seconds, for getting fresh cell information from the " "database." msgstr "" #: ./doc/common/tables/nova-cells.xml41(replaceable) msgid "nova.cells.rpc_driver.CellsRPCDriver" msgstr "" #: ./doc/common/tables/nova-cells.xml42(td) msgid "(StrOpt) Cells communication driver to use" msgstr "" #: ./doc/common/tables/nova-cells.xml50(td) msgid "(IntOpt) Number of instances to update per periodic task run" msgstr "" #: ./doc/common/tables/nova-cells.xml54(td) msgid "" "(IntOpt) Number of seconds after an instance was updated or deleted to " "continue to update cells" msgstr "" #: ./doc/common/tables/nova-cells.xml62(td) msgid "(IntOpt) Maximum number of hops for cells routing." msgstr "" #: ./doc/common/tables/nova-cells.xml69(replaceable) msgid "-10.0" msgstr "" #: ./doc/common/tables/nova-cells.xml70(td) msgid "" "(FloatOpt) Multiplier used to weigh mute children. (The value should be " "negative.)" msgstr "" #: ./doc/common/tables/nova-cells.xml73(replaceable) msgid "1000.0" msgstr "" #: ./doc/common/tables/nova-cells.xml74(td) msgid "" "(FloatOpt) Weight value assigned to mute children. (The value should be " "positive.)" msgstr "" #: ./doc/common/tables/nova-cells.xml82(td) msgid "(FloatOpt) Multiplier used to weigh offset weigher." msgstr "" #: ./doc/common/tables/trove-volume.xml7(caption) msgid "Description of volume configuration options" msgstr "" #: ./doc/common/tables/trove-volume.xml21(replaceable) msgid "vdb" msgstr "" #: ./doc/common/tables/trove-volume.xml22(td) msgid "(StrOpt) Block device to map onto the created instance." msgstr "" #: ./doc/common/tables/trove-volume.xml29(replaceable) msgid "volumev2" msgstr "" #: ./doc/common/tables/trove-volume.xml38(td) msgid "(StrOpt) Volume type to use when provisioning a Cinder volume." msgstr "" #: ./doc/common/tables/trove-volume.xml50(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a volume format." msgstr "" #: ./doc/common/tables/trove-volume.xml53(replaceable) msgid "ext3" msgstr "ext3" #: ./doc/common/tables/trove-volume.xml54(td) msgid "(StrOpt) File system type used to format a volume." msgstr "" #: ./doc/common/tables/trove-volume.xml58(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a volume attach." msgstr "" #: ./doc/common/tables/neutron-quotas.xml7(caption) msgid "Description of quotas configuration options" msgstr "" #: ./doc/common/tables/neutron-quotas.xml22(td) msgid "(IntOpt) Maximum number of routes" msgstr "" #: ./doc/common/tables/neutron-quotas.xml25(th) msgid "[QUOTAS]" msgstr "" #: ./doc/common/tables/neutron-quotas.xml29(td) msgid "" "(IntOpt) Default number of resource allowed per tenant. A negative value " "means unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml32(replaceable) msgid "neutron.db.quota_db.DbQuotaDriver" msgstr "" #: ./doc/common/tables/neutron-quotas.xml37(td) msgid "" "(IntOpt) Number of floating IPs allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml40(replaceable) msgid "network, subnet, port" msgstr "" #: ./doc/common/tables/neutron-quotas.xml41(td) msgid "(ListOpt) Resource name(s) that are supported in quota features" msgstr "" #: ./doc/common/tables/neutron-quotas.xml45(td) msgid "" "(IntOpt) Number of networks allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml49(td) msgid "" "(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited" msgstr "" #: ./doc/common/tables/neutron-quotas.xml53(td) msgid "(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited" msgstr "" #: ./doc/common/tables/neutron-quotas.xml57(td) msgid "" "(IntOpt) Number of ports allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml61(td) msgid "" "(IntOpt) Number of routers allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml65(td) msgid "" "(IntOpt) Number of security groups allowed per tenant. A negative value " "means unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml69(td) msgid "" "(IntOpt) Number of security rules allowed per tenant. A negative value means" " unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml73(td) msgid "" "(IntOpt) Number of subnets allowed per tenant, A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml7(caption) msgid "Description of NFS storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml233(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.xml26(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.xml30(td) msgid "(StrOpt) Base dir containing mount points for nfs shares." msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml34(td) #: ./doc/common/tables/cinder-smbfs.xml34(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-storage_nfs.xml37(replaceable) #: ./doc/common/tables/cinder-nexenta_nfs.xml29(replaceable) msgid "/etc/cinder/nfs_shares" msgstr "/etc/cinder/nfs_shares" #: ./doc/common/tables/cinder-storage_nfs.xml38(td) #: ./doc/common/tables/cinder-nexenta_nfs.xml30(td) msgid "(StrOpt) File with the list of available nfs shares" msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml42(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml34(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.xml45(replaceable) #: ./doc/common/tables/cinder-smbfs.xml45(replaceable) msgid "0.95" msgstr "" #: ./doc/common/tables/cinder-storage_nfs.xml46(td) #: ./doc/common/tables/cinder-smbfs.xml46(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/cinder-quobyte.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml261(td) msgid "(StrOpt) Base dir containing the mount point for the Quobyte volume." msgstr "" #: ./doc/common/tables/cinder-quobyte.xml30(td) #: ./doc/common/tables/cinder-storage_glusterfs.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml265(td) msgid "(BoolOpt) Create volumes as QCOW2 files rather than raw files." msgstr "" #: ./doc/common/tables/cinder-quobyte.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml269(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.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml273(td) msgid "" "(StrOpt) URL to the Quobyte volume e.g., quobyte://<DIR " "host>/<volume name>" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml7(caption) msgid "Description of HDS HNAS iSCSI and NFS driver configuration options" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml21(replaceable) msgid "/opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml22(td) msgid "(StrOpt) Configuration file for HDS iSCSI cinder plugin" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml25(replaceable) msgid "/opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hnas.xml26(td) msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" msgstr "" #: ./doc/common/tables/heat-api.xml22(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.xml26(td) msgid "(BoolOpt) Enable the preview Stack Abandon feature." msgstr "" #: ./doc/common/tables/heat-api.xml30(td) msgid "(BoolOpt) Enable the preview Stack Adopt feature." msgstr "" #: ./doc/common/tables/heat-api.xml37(replaceable) msgid "heat_stack_user" msgstr "" #: ./doc/common/tables/heat-api.xml38(td) msgid "(StrOpt) Keystone role for heat template-defined users." msgstr "" #: ./doc/common/tables/heat-api.xml46(td) #: ./doc/common/tables/heat-cloudwatch_api.xml26(td) msgid "(StrOpt) URL of the Heat CloudWatch server." msgstr "" #: ./doc/common/tables/heat-api.xml50(td) msgid "" "(IntOpt) Maximum raw byte size of JSON request body. Should be larger than " "max_template_size." msgstr "" #: ./doc/common/tables/heat-api.xml54(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" #: ./doc/common/tables/heat-api.xml69(replaceable) msgid "X-Forwarded-Proto" msgstr "" #: ./doc/common/tables/heat-api.xml70(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.xml74(td) msgid "(IntOpt) Timeout in seconds for stack action (ie. create or update)." msgstr "" #: ./doc/common/tables/heat-api.xml78(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.xml82(td) msgid "(StrOpt) Keystone password for stack_domain_admin user." msgstr "" #: ./doc/common/tables/heat-api.xml86(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.xml90(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.xml94(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.xml97(th) msgid "[auth_password]" msgstr "" #: ./doc/common/tables/heat-api.xml101(td) #: ./doc/common/tables/heat-api.xml112(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.xml105(td) #: ./doc/common/tables/heat-api.xml120(td) msgid "(BoolOpt) Allow orchestration of multiple clouds." msgstr "" #: ./doc/common/tables/heat-api.xml108(th) msgid "[ec2authtoken]" msgstr "" #: ./doc/common/tables/heat-api.xml116(td) msgid "(StrOpt) Authentication Endpoint URI." msgstr "" #: ./doc/common/tables/heat-api.xml123(th) msgid "[heat_api]" msgstr "" #: ./doc/common/tables/heat-api.xml134(replaceable) msgid "8004" msgstr "8004" #: ./doc/common/tables/heat-api.xml158(td) msgid "(StrOpt) The API paste config file to use." msgstr "" #: ./doc/common/tables/heat-api.xml162(td) msgid "(StrOpt) The flavor to use." msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/trove-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for Database Service" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml16(td) msgid "[DEFAULT] agent_heartbeat_expiry = 60" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml17(td) msgid "" "(IntOpt) Time (in seconds) after which a guest is considered unreachable" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml20(td) msgid "[DEFAULT] cinder_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml24(td) msgid "[DEFAULT] guest_info = guest_info.conf" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml25(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-conf-changes.xml28(td) msgid "[DEFAULT] heat_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml32(td) msgid "[DEFAULT] injected_config_location = /etc/trove/conf.d" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml33(td) msgid "" "(StrOpt) Path to folder on the Guest where config files will be injected " "during instance creation." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml36(td) msgid "[DEFAULT] neutron_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml40(td) msgid "[DEFAULT] nova_compute_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml44(td) msgid "[DEFAULT] swift_endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml48(td) msgid "[DEFAULT] transport_url = None" msgstr "[DEFAULT] transport_url = None" #: ./doc/common/tables/trove-conf-changes.xml52(td) msgid "[couchdb] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml56(td) msgid "[couchdb] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml60(td) msgid "[couchdb] backup_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml64(td) msgid "[couchdb] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml68(td) msgid "[couchdb] mount_point = /var/lib/couchdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml72(td) msgid "[couchdb] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml76(td) msgid "[couchdb] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml80(td) msgid "[couchdb] root_on_create = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml81(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-conf-changes.xml84(td) msgid "[couchdb] tcp_ports = 5984" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml88(td) msgid "[couchdb] udp_ports =" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml92(td) msgid "[couchdb] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml96(td) msgid "[database] connection = sqlite:///trove_test.sqlite" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml97(td) #: ./doc/common/tables/trove-database.xml22(td) msgid "(StrOpt) SQL Connection." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml100(td) msgid "[database] idle_timeout = 3600" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml101(td) msgid "(IntOpt) None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml104(td) msgid "[database] query_log = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml105(td) msgid "(BoolOpt) None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml108(td) msgid "[db2] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml112(td) msgid "[db2] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml116(td) msgid "[db2] backup_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml120(td) msgid "[db2] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml124(td) msgid "[db2] ignore_users = PUBLIC, DB2INST1" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml125(td) msgid "(ListOpt) None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml128(td) msgid "[db2] mount_point = /home/db2inst1/db2inst1" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml132(td) msgid "[db2] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml136(td) msgid "[db2] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml140(td) msgid "[db2] root_on_create = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml144(td) msgid "[db2] tcp_ports = 50000" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml148(td) msgid "[db2] udp_ports =" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml152(td) msgid "[db2] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml348(td) msgid "[profiler] enabled = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml352(td) msgid "[profiler] trace_sqlalchemy = True" msgstr "[profiler] trace_sqlalchemy = True" #: ./doc/common/tables/trove-conf-changes.xml353(td) #: ./doc/common/tables/cinder-profiler.xml26(td) #: ./doc/common/tables/glance-profiler.xml26(td) msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml356(td) msgid "[upgrade_levels] conductor = icehouse" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml360(td) msgid "[upgrade_levels] guestagent = icehouse" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml361(td) #: ./doc/common/tables/trove-upgrades.xml26(td) msgid "(StrOpt) Set a version cap for messages sent to guestagent services" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml364(td) msgid "[upgrade_levels] taskmanager = icehouse" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml365(td) #: ./doc/common/tables/trove-upgrades.xml30(td) msgid "(StrOpt) Set a version cap for messages sent to taskmanager services" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml368(td) msgid "" "[vertica] api_strategy = " "trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml369(td) #: ./doc/common/tables/trove-db_mongodb.xml22(td) msgid "(StrOpt) Class that implements datastore-specific API logic." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml372(td) msgid "[vertica] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml376(td) msgid "[vertica] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml380(td) msgid "[vertica] backup_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml384(td) msgid "[vertica] cluster_member_count = 3" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml385(td) msgid "(IntOpt) Number of members in Vertica cluster." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml388(td) msgid "[vertica] cluster_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml389(td) #: ./doc/common/tables/trove-db_mongodb.xml38(td) msgid "(BoolOpt) Enable clusters to be created and managed." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml392(td) msgid "[vertica] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml396(td) msgid "" "[vertica] guestagent_strategy = " "trove.common.strategies.cluster.experimental.vertica.guestagent.VerticaGuestAgentStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml397(td) #: ./doc/common/tables/trove-db_mongodb.xml46(td) msgid "" "(StrOpt) Class that implements datastore-specific Guest Agent API logic." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml400(td) msgid "[vertica] mount_point = /var/lib/vertica" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml404(td) msgid "[vertica] readahead_size = 2048" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml405(td) msgid "(IntOpt) Size(MB) to be set as readahead_size for data volume" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml408(td) msgid "[vertica] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml412(td) msgid "[vertica] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml416(td) msgid "" "[vertica] taskmanager_strategy = " "trove.common.strategies.cluster.experimental.vertica.taskmanager.VerticaTaskManagerStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml417(td) #: ./doc/common/tables/trove-db_mongodb.xml70(td) msgid "(StrOpt) Class that implements datastore-specific task manager logic." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml420(td) msgid "[vertica] tcp_ports = 5433, 5434, 22, 5444, 5450, 4803" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml424(td) msgid "[vertica] udp_ports = 5433, 4803, 4804, 6453" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml428(td) msgid "[vertica] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml446(td) #: ./doc/common/tables/trove-logging.xml25(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" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml450(td) msgid "[DEFAULT] guest_config" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml451(td) #: ./doc/common/tables/trove-guestagent.xml37(replaceable) msgid "$pybasedir/etc/trove/trove-guestagent.conf.sample" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml452(td) msgid "/etc/trove/trove-guestagent.conf" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml455(td) msgid "[DEFAULT] notification_service_id" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml457(td) msgid "" "{'vertica': 'a8d805ae-a3b2-c4fd-gb23-b62cee5201ae', 'db2': " "'e040cd37-263d-4869-aaa6-c62aa97523b5', 'postgresql': 'ac277e0d-" "4f21-40aa-b347-1ea31e571720', 'mysql': '2f3ff068-2bfb-4f70-9a9d-" "a6bb65bc084b', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', " "'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'couchdb': 'f0a9ab7b-" "66f7-4352-93d7-071521d44c7c', 'redis': 'b216ffc5-1947-456c-a4cf-" "70f94c05f7d0', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml460(td) msgid "[DEFAULT] os_region_name" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml465(td) msgid "[DEFAULT] rpc_backend" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml466(td) msgid "trove.openstack.common.rpc.impl_kombu" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml471(td) msgid "trove.openstack.common.rpc.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml475(td) msgid "[couchbase] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml476(td) #: ./doc/common/tables/trove-db_couchbase.xml25(replaceable) msgid "trove.guestagent.strategies.backup.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml477(td) msgid "trove.guestagent.strategies.backup.experimental.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml480(td) msgid "[couchbase] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml481(td) #: ./doc/common/tables/trove-db_couchbase.xml45(replaceable) msgid "trove.guestagent.strategies.restore.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml482(td) msgid "trove.guestagent.strategies.restore.experimental.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml485(td) msgid "[mongodb] api_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml486(td) #: ./doc/common/tables/trove-db_mongodb.xml21(replaceable) msgid "trove.common.strategies.mongodb.api.MongoDbAPIStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml487(td) msgid "" "trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml490(td) msgid "[mongodb] guestagent_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml491(td) #: ./doc/common/tables/trove-db_mongodb.xml45(replaceable) msgid "trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml492(td) msgid "" "trove.common.strategies.cluster.experimental.mongodb.guestagent.MongoDbGuestAgentStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml495(td) msgid "[mongodb] taskmanager_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml496(td) #: ./doc/common/tables/trove-db_mongodb.xml69(replaceable) msgid "trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml497(td) msgid "" "trove.common.strategies.cluster.experimental.mongodb.taskmanager.MongoDbTaskManagerStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml500(td) msgid "[mysql] replication_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml502(td) #: ./doc/common/tables/trove-conf-changes.xml512(td) msgid "trove.guestagent.strategies.replication.mysql_gtid" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml505(td) msgid "[mysql] replication_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml507(td) #: ./doc/common/tables/trove-conf-changes.xml517(td) msgid "MysqlGTIDReplication" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml510(td) msgid "[percona] replication_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml515(td) msgid "[percona] replication_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml520(td) msgid "[postgresql] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml522(td) msgid "trove.guestagent.strategies.backup.experimental.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml525(td) msgid "[postgresql] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml527(td) msgid "trove.guestagent.strategies.restore.experimental.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml541(td) msgid "[rpc_notifier2] topics" msgstr "[rpc_notifier2] topics" #: ./doc/common/tables/trove-conf-changes.xml542(td) msgid "[DEFAULT] notification_topics" msgstr "[DEFAULT] notification_topics" #: ./doc/common/tables/trove-conf-changes.xml545(td) msgid "[DEFAULT] sql_query_log" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml546(td) msgid "[database] query_log" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml549(td) msgid "[DEFAULT] sql_connection" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml550(td) msgid "[database] connection" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml553(td) msgid "[DEFAULT] sql_idle_timeout" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml554(td) msgid "[database] idle_timeout" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml8(literal) msgid "[filter-tempurl]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml21(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.xml26(replaceable) msgid "x-timestamp" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml27(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.xml31(replaceable) msgid "GET HEAD PUT POST DELETE" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml32(td) msgid "HTTP methods allowed with Temporary URLs" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml35(replaceable) msgid "x-object-meta-public-*" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml36(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.xml40(replaceable) msgid "x-object-meta-*" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml41(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.xml46(replaceable) msgid "egg:swift#tempurl" msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml7(caption) msgid "Description of ceilometer clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_ceilometer.xml18(th) msgid "[clients_ceilometer]" msgstr "" #: ./doc/common/tables/neutron-ryu.xml7(caption) msgid "Description of RYU configuration options" msgstr "" #: ./doc/common/tables/neutron-ryu.xml22(td) msgid "(StrOpt) webapp listen host" msgstr "" #: ./doc/common/tables/neutron-ryu.xml26(td) msgid "(IntOpt) webapp listen port" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml8(literal) msgid "[account]" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml20(replaceable) msgid "/var/lock/account.lock" msgstr "" #: ./doc/common/tables/neutron-metering_agent.xml7(caption) msgid "Description of metering agent configuration options" msgstr "" #: ./doc/common/tables/neutron-metering_agent.xml21(replaceable) msgid "neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver" msgstr "" #: ./doc/common/tables/neutron-metering_agent.xml22(td) msgid "(StrOpt) Metering driver" msgstr "" #: ./doc/common/tables/neutron-metering_agent.xml26(td) msgid "(IntOpt) Interval between two metering measures" msgstr "" #: ./doc/common/tables/neutron-metering_agent.xml33(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/heat-clients_glance.xml7(caption) msgid "Description of glance clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_glance.xml18(th) msgid "[clients_glance]" msgstr "" #: ./doc/common/tables/cinder-storage_glusterfs.xml7(caption) msgid "Description of GlusterFS storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage_glusterfs.xml22(td) msgid "(StrOpt) Base dir containing mount points for gluster shares." msgstr "" #: ./doc/common/tables/cinder-storage_glusterfs.xml29(replaceable) msgid "/etc/cinder/glusterfs_shares" msgstr "" #: ./doc/common/tables/cinder-storage_glusterfs.xml30(td) msgid "(StrOpt) File with the list of available gluster shares" msgstr "" #: ./doc/common/tables/cinder-common.xml22(td) msgid "(StrOpt) CHAP password to use for iSCSI Targets" msgstr "" #: ./doc/common/tables/cinder-common.xml26(td) msgid "(StrOpt) CHAP username to use for iSCSI Targets" msgstr "" #: ./doc/common/tables/cinder-common.xml29(replaceable) msgid "/etc/chelsio-iscsi/chiscsi.conf" msgstr "" #: ./doc/common/tables/cinder-common.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml105(td) msgid "(StrOpt) Chiscsi (CXT) global defaults configuration file" msgstr "" #: ./doc/common/tables/cinder-common.xml34(td) #: ./doc/common/tables/nova-api.xml30(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/cinder-common.xml37(replaceable) msgid "cinder.compute.nova.API" msgstr "" #: ./doc/common/tables/cinder-common.xml38(td) msgid "(StrOpt) The full class name of the compute API class to use" msgstr "" #: ./doc/common/tables/cinder-common.xml41(replaceable) msgid "cinder.consistencygroup.api.API" msgstr "" #: ./doc/common/tables/cinder-common.xml42(td) msgid "(StrOpt) The full class name of the consistencygroup API class" msgstr "" #: ./doc/common/tables/cinder-common.xml46(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.xml50(td) msgid "(StrOpt) Default volume type to use" msgstr "" #: ./doc/common/tables/cinder-common.xml54(td) #: ./doc/common/tables/nova-api.xml34(td) msgid "(BoolOpt) Services to be added to the available pool on create" msgstr "" #: ./doc/common/tables/cinder-common.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml137(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.xml62(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.xml65(replaceable) msgid "/etc/iet/ietd.conf" msgstr "" #: ./doc/common/tables/cinder-common.xml66(td) msgid "(StrOpt) IET configuration file" msgstr "" #: ./doc/common/tables/cinder-common.xml70(td) #: ./doc/common/tables/cinder-conf-changes.xml181(td) msgid "(ListOpt) The list of secondary IP addresses of the iSCSI daemon" msgstr "" #: ./doc/common/tables/cinder-common.xml74(td) msgid "" "(StrOpt) This option is deprecated and unused. It will be removed in the " "next release." msgstr "" #: ./doc/common/tables/cinder-common.xml77(replaceable) #: ./doc/common/tables/swift-memcache-memcache.xml24(replaceable) msgid "2.0" msgstr "" #: ./doc/common/tables/cinder-common.xml78(td) msgid "" "(FloatOpt) Float representation of the over subscription ratio when thin " "provisioning is involved. Default ratio is 2.0, meaning provisioned capacity" " can be twice 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.xml86(td) msgid "(BoolOpt) Enable monkey patching" msgstr "" #: ./doc/common/tables/cinder-common.xml98(td) msgid "(BoolOpt) Whether snapshots count against gigabyte quota" msgstr "" #: ./doc/common/tables/cinder-common.xml102(td) msgid "(IntOpt) Number of times to attempt to run flakey shell commands" msgstr "" #: ./doc/common/tables/cinder-common.xml106(td) #: ./doc/common/tables/cinder-conf-changes.xml237(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.xml110(td) #: ./doc/common/tables/cinder-conf-changes.xml241(td) msgid "(StrOpt) Password associated with the OpenStack privileged account." msgstr "" #: ./doc/common/tables/cinder-common.xml114(td) #: ./doc/common/tables/cinder-conf-changes.xml245(td) msgid "(StrOpt) Tenant name associated with the OpenStack privileged account." msgstr "" #: ./doc/common/tables/cinder-common.xml118(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.xml122(td) msgid "(IntOpt) Interval, in seconds, between running periodic tasks" msgstr "" #: ./doc/common/tables/cinder-common.xml137(replaceable) msgid "cinder.replication.api.API" msgstr "" #: ./doc/common/tables/cinder-common.xml138(td) msgid "(StrOpt) The full class name of the volume replication API class" msgstr "" #: ./doc/common/tables/cinder-common.xml142(td) msgid "" "(IntOpt) Interval, in seconds, between nodes reporting state to datastore" msgstr "" #: ./doc/common/tables/cinder-common.xml146(td) #: ./doc/common/tables/cinder-conf-changes.xml277(td) msgid "(IntOpt) Global backend request timeout, in seconds" msgstr "" #: ./doc/common/tables/cinder-common.xml150(td) msgid "(IntOpt) The percentage of backend capacity is reserved" msgstr "" #: ./doc/common/tables/cinder-common.xml153(replaceable) msgid "/etc/cinder/rootwrap.conf" msgstr "" #: ./doc/common/tables/cinder-common.xml162(td) msgid "" "(IntOpt) Maximum time since last check-in for a service to be considered up" msgstr "" #: ./doc/common/tables/cinder-common.xml165(replaceable) msgid "$state_path/ssh_known_hosts" msgstr "" #: ./doc/common/tables/cinder-common.xml166(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.xml169(replaceable) msgid "/var/lib/cinder" msgstr "" #: ./doc/common/tables/cinder-common.xml170(td) msgid "(StrOpt) Top-level directory for maintaining cinder's state" msgstr "" #: ./doc/common/tables/cinder-common.xml174(td) msgid "(StrOpt) Availability zone of this node" msgstr "" #: ./doc/common/tables/cinder-common.xml178(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.xml182(td) msgid "" "(BoolOpt) Sets the value of TCP_KEEPALIVE (True/False) for each server " "socket." msgstr "" #: ./doc/common/tables/cinder-common.xml186(td) msgid "" "(IntOpt) Sets the value of TCP_KEEPCNT for each server socket. Not supported" " on OS X." msgstr "" #: ./doc/common/tables/cinder-common.xml190(td) msgid "" "(IntOpt) Sets the value of TCP_KEEPINTVL in seconds for each server socket. " "Not supported on OS X." msgstr "" #: ./doc/common/tables/cinder-common.xml202(td) #: ./doc/common/tables/nova-api.xml106(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/cinder-common.xml206(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/glance-swift.xml21(replaceable) #: ./doc/common/tables/glance-swift.xml44(replaceable) msgid "ref1" msgstr "" #: ./doc/common/tables/glance-swift.xml22(td) #: ./doc/common/tables/glance-swift.xml45(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." msgstr "" #: ./doc/common/tables/glance-swift.xml26(td) #: ./doc/common/tables/glance-swift.xml53(td) msgid "" "(StrOpt) The address where the Swift authentication service is " "listening.(deprecated)" msgstr "" #: ./doc/common/tables/glance-swift.xml30(td) #: ./doc/common/tables/glance-swift.xml69(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" #: ./doc/common/tables/glance-swift.xml34(td) #: ./doc/common/tables/glance-swift.xml89(td) msgid "" "(StrOpt) Auth key for the user authenticating against the Swift " "authentication service. (deprecated)" msgstr "" #: ./doc/common/tables/glance-swift.xml38(td) #: ./doc/common/tables/glance-swift.xml125(td) msgid "" "(StrOpt) The user to authenticate against the Swift authentication service " "(deprecated)" msgstr "" #: ./doc/common/tables/glance-swift.xml49(td) msgid "" "(ListOpt) A list of tenants that will be granted read/write access on all " "Swift containers created by Glance in multi-tenant mode." msgstr "" #: ./doc/common/tables/glance-swift.xml57(td) msgid "" "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when " "authenticating." msgstr "" #: ./doc/common/tables/glance-swift.xml61(td) msgid "" "(StrOpt) Version of the authentication service to use. Valid versions are 2 " "for keystone and 1 for swauth and rackspace. (deprecated)" msgstr "" #: ./doc/common/tables/glance-swift.xml73(td) msgid "" "(StrOpt) Container within the account that the account should use for " "storing images in Swift when using single container mode. In multiple " "container mode, this will be the prefix for all containers." msgstr "" #: ./doc/common/tables/glance-swift.xml77(td) msgid "" "(BoolOpt) A boolean value that determines if we create the container if it " "does not exist." msgstr "" #: ./doc/common/tables/glance-swift.xml85(td) msgid "" "(StrOpt) A string giving the endpoint type of the swift service to use " "(publicURL, adminURL or internalURL). This setting is only used if " "swift_store_auth_version is 2." msgstr "" #: ./doc/common/tables/glance-swift.xml93(td) msgid "" "(IntOpt) The amount of data written to a temporary disk buffer during the " "process of chunking the image file." msgstr "" #: ./doc/common/tables/glance-swift.xml96(replaceable) #: ./doc/common/tables/sahara-common.xml57(replaceable) msgid "5120" msgstr "" #: ./doc/common/tables/glance-swift.xml97(td) msgid "" "(IntOpt) The size, in MB, that Glance will start chunking image files and do" " a large object manifest in Swift." msgstr "" #: ./doc/common/tables/glance-swift.xml101(td) msgid "" "(BoolOpt) If set to True, enables multi-tenant storage mode which causes " "Glance images to be stored in tenant specific Swift accounts." msgstr "" #: ./doc/common/tables/glance-swift.xml109(td) msgid "" "(StrOpt) The region of the swift endpoint to be used for single tenant. This" " setting is only necessary if the tenant has multiple swift endpoints." msgstr "" #: ./doc/common/tables/glance-swift.xml113(td) msgid "" "(IntOpt) The number of times a Swift download will be retried before the " "request fails." msgstr "" #: ./doc/common/tables/glance-swift.xml116(replaceable) #: ./doc/common/tables/ceilometer-service_types.xml37(replaceable) #: ./doc/common/tables/trove-swift.xml25(replaceable) msgid "object-store" msgstr "" #: ./doc/common/tables/glance-swift.xml117(td) msgid "" "(StrOpt) A string giving the service type of the swift service to use. This " "setting is only used if swift_store_auth_version is 2." msgstr "" #: ./doc/common/tables/glance-swift.xml121(td) msgid "" "(BoolOpt) If set to False, disables SSL layer compression of https swift " "requests. Setting to False may improve performance for images which are " "already in a compressed format, eg qcow2." msgstr "" #: ./doc/common/tables/trove-quota.xml22(td) msgid "(IntOpt) Default maximum volume size (in GB) for an instance." msgstr "" #: ./doc/common/tables/trove-quota.xml26(td) msgid "(IntOpt) Default maximum number of backups created by a tenant." msgstr "" #: ./doc/common/tables/trove-quota.xml30(td) msgid "(IntOpt) Default maximum number of instances per tenant." msgstr "" #: ./doc/common/tables/trove-quota.xml34(td) msgid "" "(IntOpt) Default maximum volume capacity (in GB) spanning across all Trove " "volumes per tenant." msgstr "" #: ./doc/common/tables/trove-quota.xml37(replaceable) msgid "trove.quota.quota.DbQuotaDriver" msgstr "" #: ./doc/common/tables/trove-quota.xml38(td) msgid "(StrOpt) Default driver to use for quota checks." msgstr "" #: ./doc/common/tables/trove-clients.xml21(replaceable) msgid "trove.common.remote.cinder_client" msgstr "" #: ./doc/common/tables/trove-clients.xml22(td) msgid "(StrOpt) Client to send Cinder calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml25(replaceable) msgid "trove.common.remote.dns_client" msgstr "" #: ./doc/common/tables/trove-clients.xml26(td) msgid "(StrOpt) Client to send DNS calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml29(replaceable) msgid "trove.common.remote.guest_client" msgstr "" #: ./doc/common/tables/trove-clients.xml30(td) msgid "(StrOpt) Client to send Guest Agent calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml33(replaceable) msgid "trove.common.remote.heat_client" msgstr "" #: ./doc/common/tables/trove-clients.xml34(td) msgid "(StrOpt) Client to send Heat calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml37(replaceable) msgid "trove.common.remote.neutron_client" msgstr "" #: ./doc/common/tables/trove-clients.xml38(td) msgid "(StrOpt) Client to send Neutron calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml41(replaceable) msgid "trove.common.remote.nova_client" msgstr "" #: ./doc/common/tables/trove-clients.xml42(td) msgid "(StrOpt) Client to send Nova calls to." msgstr "" #: ./doc/common/tables/trove-clients.xml45(replaceable) msgid "trove.common.remote.swift_client" msgstr "" #: ./doc/common/tables/trove-clients.xml46(td) msgid "(StrOpt) Client to send Swift calls to." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml7(caption) msgid "Description of alarm configuration options" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml18(th) msgid "[alarm]" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml22(td) msgid "" "(IntOpt) Period of evaluation cycle, should be >= than configured " "pipeline interval for collection of underlying metrics." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml26(td) msgid "" "(StrOpt) Driver to use for alarm evaluation service. DEPRECATED: " "\"singleton\" and \"partitioned\" alarm evaluator services will be removed " "in Kilo in favour of the default alarm evaluation service using tooz for " "partitioning." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml29(replaceable) msgid "alarm_notifier" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml30(td) msgid "(StrOpt) The topic that ceilometer uses for alarm notifier messages." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml33(replaceable) msgid "alarm_partition_coordination" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml34(td) msgid "" "(StrOpt) The topic that ceilometer uses for alarm partition coordination " "messages. DEPRECATED: RPC-based partitionedalarm evaluation service will be " "removed in Kilo in favour of the default alarm evaluation service using tooz" " for partitioning." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml38(td) msgid "(IntOpt) Maximum number of alarms defined for a project." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml42(td) msgid "(BoolOpt) Record alarm change events." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml46(td) msgid "(StrOpt) SSL Client certificate for REST notifier." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml50(td) msgid "(StrOpt) SSL Client private key for REST notifier." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml54(td) msgid "(IntOpt) Number of retries for REST notifier" msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml58(td) msgid "" "(BoolOpt) Whether to verify the SSL Server certificate when calling alarm " "action." msgstr "" #: ./doc/common/tables/ceilometer-alarm.xml62(td) msgid "(IntOpt) Maximum number of alarms defined for a user." msgstr "" #: ./doc/common/tables/sahara-clients.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder." msgstr "" #: ./doc/common/tables/sahara-clients.xml26(td) msgid "(IntOpt) Version of the Cinder API to use." msgstr "" #: ./doc/common/tables/sahara-clients.xml30(td) msgid "" "(StrOpt) Location of ca certificates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/sahara-clients.xml33(th) msgid "[heat]" msgstr "" #: ./doc/common/tables/sahara-clients.xml37(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to heat." msgstr "" #: ./doc/common/tables/sahara-clients.xml41(td) msgid "" "(StrOpt) Location of ca certificates file to use for heat client requests." msgstr "" #: ./doc/common/tables/sahara-clients.xml48(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to keystone." msgstr "" #: ./doc/common/tables/sahara-clients.xml52(td) msgid "" "(StrOpt) Location of ca certificates file to use for keystone client " "requests." msgstr "" #: ./doc/common/tables/sahara-clients.xml59(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to neutron." msgstr "" #: ./doc/common/tables/sahara-clients.xml63(td) msgid "" "(StrOpt) Location of ca certificates file to use for neutron client " "requests." msgstr "" #: ./doc/common/tables/sahara-clients.xml66(th) msgid "[nova]" msgstr "" #: ./doc/common/tables/sahara-clients.xml70(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova." msgstr "" #: ./doc/common/tables/sahara-clients.xml74(td) #: ./doc/common/tables/cinder-compute.xml26(td) msgid "" "(StrOpt) Location of ca certificates file to use for nova client requests." msgstr "" #: ./doc/common/tables/sahara-clients.xml81(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to swift." msgstr "" #: ./doc/common/tables/sahara-clients.xml85(td) msgid "" "(StrOpt) Location of ca certificates file to use for swift client requests." msgstr "" #: ./doc/common/tables/ceilometer-events.xml7(caption) msgid "Description of events configuration options" msgstr "" #: ./doc/common/tables/ceilometer-events.xml18(th) msgid "[event]" msgstr "" #: ./doc/common/tables/ceilometer-events.xml21(replaceable) msgid "event_definitions.yaml" msgstr "event_definitions.yaml" #: ./doc/common/tables/ceilometer-events.xml22(td) msgid "(StrOpt) Configuration file for event definitions." msgstr "" #: ./doc/common/tables/ceilometer-events.xml26(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.xml33(th) #: ./doc/common/tables/ceilometer-notification.xml18(th) #: ./doc/common/tables/ceilometer-rpc.xml49(th) msgid "[notification]" msgstr "" #: ./doc/common/tables/ceilometer-events.xml37(td) msgid "(BoolOpt) Acknowledge message when event persistence fails." msgstr "" #: ./doc/common/tables/ceilometer-events.xml41(td) msgid "(BoolOpt) Save event details." msgstr "" #: ./doc/common/tables/heat-testing.xml25(th) #: ./doc/common/tables/cinder-profiler.xml18(th) #: ./doc/common/tables/glance-profiler.xml18(th) msgid "[profiler]" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml7(caption) msgid "Description of LBaaS haproxy configuration options" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml18(th) msgid "[haproxy]" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml21(td) msgid "loadbalancer_state_path = $state_path/lbaas" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml22(td) msgid "(StrOpt) Location to store config and state files" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml25(td) msgid "send_gratuitous_arp = 3" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml26(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_haproxy.xml29(td) msgid "user_group = nogroup" msgstr "" #: ./doc/common/tables/neutron-lbaas_haproxy.xml30(td) msgid "(StrOpt) The user group" msgstr "" #: ./doc/common/tables/cinder-xiv.xml7(caption) msgid "Description of IBM XIV and DS8000 volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-xiv.xml22(td) #: ./doc/common/tables/cinder-san.xml22(td) msgid "(StrOpt) Cluster name to use for creating volumes" msgstr "" #: ./doc/common/tables/cinder-xiv.xml26(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml34(td) #: ./doc/common/tables/cinder-san.xml26(td) msgid "(StrOpt) IP address of SAN controller" msgstr "" #: ./doc/common/tables/cinder-xiv.xml30(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml38(td) #: ./doc/common/tables/cinder-san.xml34(td) msgid "(StrOpt) Username for SAN controller" msgstr "" #: ./doc/common/tables/cinder-xiv.xml34(td) #: ./doc/common/tables/cinder-prophetstor_dpl.xml42(td) #: ./doc/common/tables/cinder-san.xml38(td) msgid "(StrOpt) Password for SAN controller" msgstr "" #: ./doc/common/tables/cinder-xiv.xml37(replaceable) #: ./doc/common/tables/trove-debug.xml29(replaceable) msgid "disabled" msgstr "禁用" #: ./doc/common/tables/cinder-xiv.xml38(td) msgid "" "(StrOpt) CHAP authentication mode, effective only for iscsi " "(disabled|enabled)" msgstr "" #: ./doc/common/tables/cinder-xiv.xml42(td) msgid "" "(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)" msgstr "" #: ./doc/common/tables/cinder-xiv.xml45(replaceable) msgid "xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy" msgstr "" #: ./doc/common/tables/cinder-xiv.xml46(td) msgid "(StrOpt) Proxy driver that connects to the IBM Storage Array" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml8(literal) msgid "[filter-name_check]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml20(replaceable) msgid "'\"`<>" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml21(td) msgid "Characters that are not allowed in a name" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml24(replaceable) msgid "/\\./|/\\.\\./|/\\.$|/\\.\\.$" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml25(td) msgid "Substrings to forbid, using regular expression syntax" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml29(td) msgid "Maximum length of a name" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml32(replaceable) msgid "egg:swift#name_check" msgstr "" #: ./doc/common/tables/neutron-sriov.xml7(caption) msgid "Description of SR-IOV configuration options" msgstr "" #: ./doc/common/tables/neutron-sriov.xml18(th) msgid "[SRIOV_NIC]" msgstr "" #: ./doc/common/tables/neutron-sriov.xml22(td) msgid "" "(ListOpt) List of <network_device>:<excluded_devices> 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.xml26(td) msgid "" "(ListOpt) List of <physical_network>:<network_device> mapping " "physical network names to the agent's node-specific physical network device " "of SR-IOV physical function to be used for VLAN networks. All physical " "networks listed in network_vlan_ranges on the server should have mappings to" " appropriate interfaces on each agent" msgstr "" #: ./doc/common/tables/ironic-ssh.xml7(caption) msgid "Description of SSH configuration options" msgstr "" #: ./doc/common/tables/ironic-ssh.xml18(th) msgid "[ssh]" msgstr "" #: ./doc/common/tables/ironic-ssh.xml21(replaceable) msgid "qemu:///system" msgstr "" #: ./doc/common/tables/ironic-ssh.xml22(td) msgid "(StrOpt) libvirt uri" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml7(caption) msgid "Description of ML2 BigSwitch mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml18(th) #: ./doc/common/tables/neutron-bigswitch.xml18(th) msgid "[NOVA]" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml22(td) #: ./doc/common/tables/neutron-bigswitch.xml22(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbg" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml26(td) #: ./doc/common/tables/neutron-bigswitch.xml26(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbh" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml30(td) #: ./doc/common/tables/neutron-bigswitch.xml30(td) msgid "" "(ListOpt) Nova compute nodes to manually set VIF type to binding_failed" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml34(td) #: ./doc/common/tables/neutron-bigswitch.xml34(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to bridge" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml38(td) #: ./doc/common/tables/neutron-bigswitch.xml38(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to distributed" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml42(td) #: ./doc/common/tables/neutron-bigswitch.xml42(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to dvs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml46(td) #: ./doc/common/tables/neutron-bigswitch.xml46(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to hostdev" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml50(td) #: ./doc/common/tables/neutron-bigswitch.xml50(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to hw_veb" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml54(td) #: ./doc/common/tables/neutron-bigswitch.xml54(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to hyperv" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml58(td) #: ./doc/common/tables/neutron-bigswitch.xml58(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to ivs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml62(td) #: ./doc/common/tables/neutron-bigswitch.xml62(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to midonet" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml66(td) #: ./doc/common/tables/neutron-bigswitch.xml66(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml70(td) #: ./doc/common/tables/neutron-bigswitch.xml70(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to other" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml74(td) #: ./doc/common/tables/neutron-bigswitch.xml74(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to ovs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml78(td) #: ./doc/common/tables/neutron-bigswitch.xml78(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to unbound" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml82(td) #: ./doc/common/tables/neutron-bigswitch.xml82(td) msgid "(ListOpt) Nova compute nodes to manually set VIF type to vrouter" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml85(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml163(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml85(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml163(replaceable) msgid "ovs" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml86(td) #: ./doc/common/tables/neutron-bigswitch.xml86(td) msgid "(StrOpt) Virtual interface type to configure on Nova compute nodes" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml89(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml89(replaceable) msgid "" "unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, " "midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, vrouter" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml90(td) #: ./doc/common/tables/neutron-bigswitch.xml90(td) msgid "(ListOpt) List of allowed vif_type values." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml93(th) #: ./doc/common/tables/neutron-nuage.xml18(th) #: ./doc/common/tables/neutron-bigswitch.xml93(th) msgid "[RESTPROXY]" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml97(td) #: ./doc/common/tables/neutron-bigswitch.xml97(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.xml101(td) #: ./doc/common/tables/neutron-bigswitch.xml101(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.xml105(td) #: ./doc/common/tables/neutron-bigswitch.xml105(td) msgid "(BoolOpt) Re-use HTTP/HTTPS connections to the controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml109(td) #: ./doc/common/tables/neutron-bigswitch.xml109(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.xml112(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml112(replaceable) msgid "neutron-shock" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml113(td) #: ./doc/common/tables/neutron-bigswitch.xml113(td) msgid "(StrOpt) User defined identifier for this Neutron deployment" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml117(td) #: ./doc/common/tables/neutron-bigswitch.xml117(td) msgid "(BoolOpt) Disables SSL certificate validation for controllers" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml121(td) #: ./doc/common/tables/neutron-bigswitch.xml121(td) msgid "" "(StrOpt) The username and password for authenticating against the Big Switch" " or Floodlight controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml125(td) #: ./doc/common/tables/neutron-bigswitch.xml125(td) msgid "" "(BoolOpt) If True, Use SSL when connecting to the Big Switch or Floodlight " "controller." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml129(td) #: ./doc/common/tables/neutron-bigswitch.xml129(td) msgid "" "(IntOpt) Maximum number of seconds to wait for proxy request to connect and " "complete." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml132(replaceable) #: ./doc/common/tables/neutron-nuage.xml41(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml132(replaceable) msgid "localhost:8800" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml133(td) #: ./doc/common/tables/neutron-bigswitch.xml133(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.xml136(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml136(replaceable) msgid "/etc/neutron/plugins/bigswitch/ssl" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml137(td) #: ./doc/common/tables/neutron-bigswitch.xml137(td) msgid "" "(StrOpt) Directory containing ca_certs and host_certs certificate " "directories." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml141(td) #: ./doc/common/tables/neutron-bigswitch.xml141(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.xml145(td) #: ./doc/common/tables/neutron-bigswitch.xml145(td) msgid "(BoolOpt) Sync data on connect" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml149(td) #: ./doc/common/tables/neutron-bigswitch.xml149(td) msgid "" "(IntOpt) Maximum number of threads to spawn to handle large volumes of port " "creations." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml152(th) #: ./doc/common/tables/neutron-bigswitch.xml152(th) msgid "[RESTPROXYAGENT]" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml156(td) #: ./doc/common/tables/neutron-bigswitch.xml156(td) msgid "" "(StrOpt) Name of integration bridge on compute nodes used for security group" " insertion." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml160(td) #: ./doc/common/tables/neutron-bigswitch.xml160(td) msgid "(IntOpt) Seconds between agent checks for port changes" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml164(td) #: ./doc/common/tables/neutron-bigswitch.xml164(td) msgid "(StrOpt) Virtual switch type." msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml167(th) #: ./doc/common/tables/neutron-bigswitch.xml167(th) msgid "[ROUTER]" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml171(td) #: ./doc/common/tables/neutron-bigswitch.xml171(td) msgid "(IntOpt) Maximum number of router rules" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml174(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml174(replaceable) msgid "['*:any:any:permit']" msgstr "" #: ./doc/common/tables/neutron-ml2_bigswitch.xml175(td) #: ./doc/common/tables/neutron-bigswitch.xml175(td) msgid "" "(MultiStrOpt) The default router rules installed in new tenant routers. " "Repeat the config option for each rule. Format is " "<tenant>:<source>:<destination>:<action> Use an * to" " specify default for all tenants." msgstr "" #: ./doc/common/tables/nova-glance.xml22(td) msgid "" "(StrOpt) Base URL that will be presented to users in links to glance " "resources" msgstr "" #: ./doc/common/tables/nova-glance.xml29(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.xml33(td) #: ./doc/common/tables/cinder-images.xml26(td) msgid "(BoolOpt) Allow to perform insecure SSL (https) requests to glance" msgstr "" #: ./doc/common/tables/nova-glance.xml37(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.xml41(td) msgid "(StrOpt) Default glance hostname or IP address" msgstr "" #: ./doc/common/tables/nova-glance.xml45(td) msgid "" "(IntOpt) Number of retries when uploading / downloading an image to / from " "glance." msgstr "" #: ./doc/common/tables/nova-glance.xml49(td) #: ./doc/common/tables/cinder-images.xml58(td) msgid "(IntOpt) Default glance port" msgstr "" #: ./doc/common/tables/nova-glance.xml56(th) msgid "[image_file_url]" msgstr "[image_file_url]" #: ./doc/common/tables/nova-glance.xml60(td) msgid "" "(ListOpt) List of file systems that are configured in this file in the " "image_file_url:<list entry name> sections" msgstr "" #: ./doc/common/tables/nova-s3.xml21(replaceable) msgid "$state_path/buckets" msgstr "" #: ./doc/common/tables/nova-s3.xml22(td) msgid "(StrOpt) Path to S3 buckets" msgstr "" #: ./doc/common/tables/nova-s3.xml26(td) msgid "(StrOpt) Parent directory for tempdir used for image decryption" msgstr "" #: ./doc/common/tables/nova-s3.xml29(replaceable) #: ./doc/common/tables/nova-s3.xml53(replaceable) msgid "notchecked" msgstr "" #: ./doc/common/tables/nova-s3.xml30(td) msgid "(StrOpt) Access key to use for S3 server for images" msgstr "" #: ./doc/common/tables/nova-s3.xml34(td) msgid "" "(BoolOpt) Whether to affix the tenant id to the access key when downloading " "from S3" msgstr "" #: ./doc/common/tables/nova-s3.xml38(td) msgid "(StrOpt) Hostname or IP for OpenStack to use when accessing the S3 api" msgstr "" #: ./doc/common/tables/nova-s3.xml42(td) msgid "(StrOpt) IP address for S3 API to listen" msgstr "" #: ./doc/common/tables/nova-s3.xml45(replaceable) #: ./doc/common/tables/nova-s3.xml49(replaceable) msgid "3333" msgstr "" #: ./doc/common/tables/nova-s3.xml46(td) msgid "(IntOpt) Port for S3 API to listen" msgstr "" #: ./doc/common/tables/nova-s3.xml50(td) msgid "(IntOpt) Port used when accessing the S3 api" msgstr "" #: ./doc/common/tables/nova-s3.xml54(td) msgid "(StrOpt) Secret key to use for S3 server for images" msgstr "" #: ./doc/common/tables/nova-s3.xml58(td) msgid "(BoolOpt) Whether to use SSL when talking to S3" msgstr "" #: ./doc/common/tables/nova-serial_console.xml7(caption) msgid "Description of serial console configuration options" msgstr "" #: ./doc/common/tables/nova-serial_console.xml18(th) msgid "[serial_console]" msgstr "[serial_console]" #: ./doc/common/tables/nova-serial_console.xml21(replaceable) msgid "ws://127.0.0.1:6083/" msgstr "" #: ./doc/common/tables/nova-serial_console.xml22(td) msgid "(StrOpt) Location of serial console proxy." msgstr "" #: ./doc/common/tables/nova-serial_console.xml26(td) msgid "(BoolOpt) Enable serial console related features" msgstr "" #: ./doc/common/tables/nova-serial_console.xml30(td) msgid "(StrOpt) IP address on which instance serial console should listen" msgstr "" #: ./doc/common/tables/nova-serial_console.xml33(replaceable) msgid "10000:20000" msgstr "" #: ./doc/common/tables/nova-serial_console.xml34(td) msgid "(StrOpt) Range of TCP ports to use for serial ports on compute hosts" msgstr "" #: ./doc/common/tables/nova-serial_console.xml38(td) msgid "" "(StrOpt) The address to which proxy clients (like nova-serialproxy) should " "connect" msgstr "" #: ./doc/common/tables/nova-serial_console.xml45(replaceable) msgid "6083" msgstr "" #: ./doc/common/tables/ironic-api.xml22(td) msgid "(StrOpt) The listen IP for the Ironic API server." msgstr "" #: ./doc/common/tables/ironic-api.xml26(td) msgid "" "(IntOpt) The maximum number of items returned in a single response from a " "collection resource." msgstr "" #: ./doc/common/tables/ironic-api.xml29(replaceable) msgid "6385" msgstr "" #: ./doc/common/tables/ironic-api.xml30(td) msgid "(IntOpt) The port for the Ironic API server." msgstr "" #: ./doc/common/tables/nova-pci.xml7(caption) msgid "Description of PCI configuration options" msgstr "" #: ./doc/common/tables/nova-pci.xml22(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\": \"QuicAssist\", \"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.xml26(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/ceilometer-magnetodb.xml7(caption) msgid "Description of MagnetoDB configuration options" msgstr "" #: ./doc/common/tables/ceilometer-magnetodb.xml21(replaceable) msgid "magnetodb" msgstr "" #: ./doc/common/tables/heat-clients_cinder.xml7(caption) msgid "Description of cinder clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_cinder.xml18(th) msgid "[clients_cinder]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml8(literal) msgid "[filter-ratelimit]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml20(replaceable) msgid "c,d" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml21(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.xml25(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.xml28(replaceable) msgid "a,b" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml29(td) msgid "Comma separated lists of account names that will not be rate limited." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml33(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.xml61(td) msgid "" "To allow visibility into rate limiting set this value > 0 and all sleeps " "greater than the number will be logged." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml65(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.xml69(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.xml88(replaceable) msgid "ratelimit" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml92(replaceable) msgid "egg:swift#ratelimit" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml96(replaceable) msgid "r" msgstr "" #: ./doc/common/tables/keystone-revoke.xml7(caption) msgid "Description of revoke configuration options" msgstr "" #: ./doc/common/tables/keystone-revoke.xml18(th) msgid "[revoke]" msgstr "" #: ./doc/common/tables/keystone-revoke.xml22(td) msgid "" "(BoolOpt) Toggle for revocation event caching. This has no effect unless " "global caching is enabled." msgstr "" #: ./doc/common/tables/keystone-revoke.xml26(td) msgid "" "(StrOpt) An implementation of the backend for persisting revocation events." msgstr "" #: ./doc/common/tables/keystone-revoke.xml30(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/sahara-common.xml21(replaceable) msgid "70" msgstr "" #: ./doc/common/tables/sahara-common.xml22(td) msgid "" "(IntOpt) The same as global_remote_threshold, but for a single cluster." msgstr "" #: ./doc/common/tables/sahara-common.xml25(replaceable) msgid "etc/sahara/compute.topology" msgstr "" #: ./doc/common/tables/sahara-common.xml26(td) msgid "" "(StrOpt) File with nova compute topology. It should contain mapping between " "nova computes and racks." msgstr "" #: ./doc/common/tables/sahara-common.xml30(td) msgid "(IntOpt) Timeout for detaching volumes from instance (in seconds)." msgstr "" #: ./doc/common/tables/sahara-common.xml34(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.xml38(td) msgid "" "(BoolOpt) Enables four-level topology for data locality. Works only if " "corresponding plugin supports such mode." msgstr "" #: ./doc/common/tables/sahara-common.xml42(td) msgid "(BoolOpt) Enables sending notifications to Ceilometer" msgstr "" #: ./doc/common/tables/sahara-common.xml46(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.xml50(td) msgid "(StrOpt) Hostname or IP address that will be used to listen on." msgstr "" #: ./doc/common/tables/sahara-common.xml53(replaceable) msgid "direct" msgstr "" #: ./doc/common/tables/sahara-common.xml54(td) msgid "" "(StrOpt) An engine which will be used to provision infrastructure for Hadoop" " cluster." msgstr "" #: ./doc/common/tables/sahara-common.xml58(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.xml62(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.xml66(td) msgid "" "(StrOpt) Postfix for storing jobs in hdfs. Will be added to '/user/<hdfs " "user>/' path." msgstr "" #: ./doc/common/tables/sahara-common.xml74(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.xml77(replaceable) #: ./doc/common/tables/nova-network.xml49(replaceable) msgid "novalocal" msgstr "" #: ./doc/common/tables/sahara-common.xml78(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.xml82(td) msgid "(StrOpt) Region name used to get services endpoints." msgstr "" #: ./doc/common/tables/sahara-common.xml86(td) msgid "(BoolOpt) Enable periodic tasks." msgstr "" #: ./doc/common/tables/sahara-common.xml90(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.xml94(td) msgid "" "(IntOpt) Max interval size between periodic tasks execution in seconds." msgstr "" #: ./doc/common/tables/sahara-common.xml97(replaceable) msgid "vanilla, hdp, spark" msgstr "" #: ./doc/common/tables/sahara-common.xml98(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.xml113(replaceable) msgid "8386" msgstr "" #: ./doc/common/tables/sahara-common.xml114(td) msgid "(IntOpt) Port that will be used to listen on." msgstr "" #: ./doc/common/tables/sahara-common.xml118(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.xml121(replaceable) msgid "ssh" msgstr "" #: ./doc/common/tables/sahara-common.xml122(td) msgid "(StrOpt) A method for Sahara to execute commands on VMs." msgstr "" #: ./doc/common/tables/sahara-common.xml125(replaceable) msgid "sudo sahara-rootwrap /etc/sahara/rootwrap.conf" msgstr "" #: ./doc/common/tables/sahara-common.xml126(td) msgid "" "(StrOpt) Rootwrap command to leverage. Use in conjunction with " "use_rootwrap=True" msgstr "" #: ./doc/common/tables/sahara-common.xml133(replaceable) msgid "etc/sahara/swift.topology" msgstr "" #: ./doc/common/tables/sahara-common.xml134(td) msgid "" "(StrOpt) File with Swift topology.It should contain mapping between Swift " "nodes and racks." msgstr "" #: ./doc/common/tables/sahara-common.xml138(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.xml142(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.xml146(td) msgid "" "(BoolOpt) Use network namespaces for communication (only valid to use in " "conjunction with use_neutron=True)." msgstr "" #: ./doc/common/tables/sahara-common.xml150(td) msgid "" "(BoolOpt) Use Neutron Networking (False indicates the use of Nova " "networking)." msgstr "" #: ./doc/common/tables/sahara-common.xml154(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.xml161(td) msgid "(BoolOpt) Perform sahara-conductor operations locally." msgstr "" #: ./doc/common/tables/cinder-api.xml22(td) msgid "(StrOpt) File name for the paste.deploy config for cinder-api" msgstr "" #: ./doc/common/tables/cinder-api.xml26(td) msgid "(BoolOpt) Enables or disables rate limit of the API." msgstr "" #: ./doc/common/tables/cinder-api.xml30(td) msgid "" "(IntOpt) Cache volume availability zones in memory for the provided duration" " in seconds" msgstr "" #: ./doc/common/tables/cinder-api.xml33(replaceable) msgid "525600" msgstr "" #: ./doc/common/tables/cinder-api.xml34(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.xml38(td) msgid "(BoolOpt) DEPRECATED: Deploy v1 of the Cinder API." msgstr "" #: ./doc/common/tables/cinder-api.xml42(td) msgid "(BoolOpt) Deploy v2 of the Cinder API." msgstr "" #: ./doc/common/tables/cinder-api.xml46(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.xml54(td) msgid "" "(IntOpt) The maximum number of items that a collection resource returns in a" " single response" msgstr "" #: ./doc/common/tables/cinder-api.xml58(td) msgid "(IntOpt) Max size for body of a request" msgstr "" #: ./doc/common/tables/cinder-api.xml62(td) msgid "" "(StrOpt) Base URL that will be presented to users in links to the OpenStack " "Volume API" msgstr "" #: ./doc/common/tables/cinder-api.xml66(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.xml69(replaceable) msgid "['cinder.api.contrib.standard_extensions']" msgstr "" #: ./doc/common/tables/cinder-api.xml70(td) msgid "(MultiStrOpt) osapi volume extension to load" msgstr "" #: ./doc/common/tables/cinder-api.xml74(td) msgid "(StrOpt) IP address on which OpenStack Volume API listens" msgstr "" #: ./doc/common/tables/cinder-api.xml77(replaceable) msgid "8776" msgstr "8776" #: ./doc/common/tables/cinder-api.xml78(td) msgid "(IntOpt) Port on which OpenStack Volume API listens" msgstr "" #: ./doc/common/tables/cinder-api.xml82(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.xml85(replaceable) msgid "cinder.transfer.api.API" msgstr "" #: ./doc/common/tables/cinder-api.xml86(td) msgid "(StrOpt) The full class name of the volume transfer API class" msgstr "" #: ./doc/common/tables/cinder-api.xml89(replaceable) msgid "cinder.volume.api.API" msgstr "" #: ./doc/common/tables/cinder-api.xml93(replaceable) msgid "volume-%s" msgstr "" #: ./doc/common/tables/cinder-api.xml94(td) msgid "(StrOpt) Template string to be used to generate volume names" msgstr "" #: ./doc/common/tables/cinder-api.xml98(td) msgid "" "(FloatOpt) Multiplier used for weighing volume number. Negative numbers mean" " to spread vs stack." msgstr "" #: ./doc/common/tables/cinder-api.xml102(td) msgid "(IntOpt) The number of characters in the autogenerated auth key." msgstr "" #: ./doc/common/tables/cinder-api.xml106(td) msgid "(IntOpt) The number of characters in the salt." msgstr "" #: ./doc/common/tables/ceilometer-rootwrap.xml21(replaceable) msgid "/etc/ceilometer/rootwrap.d,/usr/share/ceilometer/rootwrap" msgstr "" #: ./doc/common/tables/ceilometer-rootwrap.xml34(td) #: ./doc/common/tables/ironic-rootwrap.xml34(td) msgid "" "Which syslog facility to use. Valid values include auth, authpriv, syslog, " "user0, user1... Default value is 'syslog'" msgstr "" #: ./doc/common/tables/ironic-virtualbox.xml7(caption) msgid "Description of virtualbox configuration options" msgstr "" #: ./doc/common/tables/ironic-virtualbox.xml18(th) msgid "[virtualbox]" msgstr "" #: ./doc/common/tables/ironic-virtualbox.xml21(replaceable) msgid "18083" msgstr "" #: ./doc/common/tables/ironic-virtualbox.xml22(td) msgid "(IntOpt) Port on which VirtualBox web service is listening." msgstr "" #: ./doc/common/tables/keystone-saml.xml7(caption) msgid "Description of SAML configuration options" msgstr "" #: ./doc/common/tables/keystone-saml.xml18(th) msgid "[saml]" msgstr "" #: ./doc/common/tables/keystone-saml.xml22(td) msgid "" "(IntOpt) Default TTL, in seconds, for any generated SAML assertion created " "by Keystone." msgstr "" #: ./doc/common/tables/keystone-saml.xml26(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.xml30(td) msgid "(StrOpt) Company of contact person." msgstr "" #: ./doc/common/tables/keystone-saml.xml34(td) msgid "(StrOpt) Email address of contact person." msgstr "" #: ./doc/common/tables/keystone-saml.xml38(td) msgid "(StrOpt) Given name of contact person" msgstr "" #: ./doc/common/tables/keystone-saml.xml42(td) msgid "(StrOpt) Surname of contact person." msgstr "" #: ./doc/common/tables/keystone-saml.xml46(td) msgid "(StrOpt) Telephone number of contact person." msgstr "" #: ./doc/common/tables/keystone-saml.xml49(replaceable) msgid "other" msgstr "" #: ./doc/common/tables/keystone-saml.xml50(td) msgid "" "(StrOpt) Contact type. Allowed values are: technical, support, " "administrative billing, and other" msgstr "" #: ./doc/common/tables/keystone-saml.xml54(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.xml57(replaceable) msgid "en" msgstr "" #: ./doc/common/tables/keystone-saml.xml58(td) msgid "(StrOpt) Language used by the organization." msgstr "" #: ./doc/common/tables/keystone-saml.xml61(replaceable) msgid "/etc/keystone/saml2_idp_metadata.xml" msgstr "" #: ./doc/common/tables/keystone-saml.xml62(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.xml66(td) msgid "(StrOpt) Organization name to be displayed." msgstr "" #: ./doc/common/tables/keystone-saml.xml70(td) msgid "(StrOpt) Organization name the installation belongs to." msgstr "" #: ./doc/common/tables/keystone-saml.xml74(td) msgid "(StrOpt) URL of the organization." msgstr "" #: ./doc/common/tables/keystone-saml.xml78(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.xml82(td) msgid "" "(StrOpt) Path of the keyfile for SAML signing. Note, the path cannot contain" " a comma." msgstr "" #: ./doc/common/tables/keystone-saml.xml85(replaceable) msgid "xmlsec1" msgstr "" #: ./doc/common/tables/keystone-saml.xml86(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/trove-db_couchbase.xml7(caption) msgid "Description of Couchbase database configuration options" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml18(th) msgid "[couchbase]" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml29(replaceable) msgid "CbBackup" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml37(replaceable) msgid "/var/lib/couchbase" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml53(replaceable) msgid "8091, 8092, 4369, 11209-11211, 21100-21199" msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/nova-conf-changes.xml4(title) msgid "New, updated and deprecated options in Kilo for OpenStack Compute" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml16(td) msgid "[DEFAULT] ebtables_exec_attempts = 3" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml17(td) #: ./doc/common/tables/nova-network.xml78(td) msgid "(IntOpt) Number of times to retry ebtables commands on failure." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml20(td) msgid "[DEFAULT] ebtables_retry_interval = 1.0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml21(td) #: ./doc/common/tables/nova-network.xml82(td) msgid "(FloatOpt) Number of seconds to wait between ebtables retries." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml24(td) msgid "[DEFAULT] io_ops_weight_multiplier = -1.0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml28(td) msgid "[DEFAULT] keystone_ec2_insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml29(td) #: ./doc/common/tables/nova-ec2.xml66(td) #: ./doc/common/tables/neutron-nec.xml42(td) #: ./doc/common/tables/keystone-ec2.xml30(td) msgid "(BoolOpt) Disable SSL certificate verification." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml32(td) msgid "[DEFAULT] max_concurrent_builds = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml36(td) msgid "[DEFAULT] metadata_cache_expiration = 15" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml37(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-conf-changes.xml40(td) msgid "[DEFAULT] my_block_storage_ip = $my_ip" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml44(td) msgid "[DEFAULT] novncproxy_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml48(td) msgid "[DEFAULT] novncproxy_port = 6080" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml56(td) msgid "[DEFAULT] quota_networks = 3" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml57(td) #: ./doc/common/tables/nova-quota.xml70(td) msgid "(IntOpt) Number of private networks allowed per project" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml60(td) msgid "[DEFAULT] scheduler_instance_sync_interval = 120" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml61(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-conf-changes.xml64(td) msgid "[DEFAULT] scheduler_tracks_instance_changes = True" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml65(td) msgid "" "(BoolOpt) Determines if the Scheduler tracks changes to instances to help " "with its filtering decisions." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml68(td) msgid "[api_database] connection = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml69(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the Nova API " "database." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml72(td) msgid "[api_database] connection_debug = 0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml76(td) msgid "[api_database] connection_trace = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml80(td) msgid "[api_database] idle_timeout = 3600" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml84(td) msgid "[api_database] max_overflow = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml88(td) msgid "[api_database] max_pool_size = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml92(td) msgid "[api_database] max_retries = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml96(td) msgid "[api_database] mysql_sql_mode = TRADITIONAL" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml100(td) msgid "[api_database] pool_timeout = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml104(td) msgid "[api_database] retry_interval = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml108(td) msgid "[api_database] slave_connection = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml112(td) msgid "[api_database] sqlite_synchronous = True" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml116(td) msgid "[barbican] cafile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml120(td) msgid "[barbican] catalog_info = key-manager:barbican:public" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml124(td) msgid "[barbican] certfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml128(td) msgid "[barbican] endpoint_template = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml132(td) msgid "[barbican] insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml136(td) msgid "[barbican] keyfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml140(td) msgid "[barbican] os_region_name = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml144(td) msgid "[barbican] timeout = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml148(td) msgid "[cinder] cafile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml152(td) msgid "[cinder] certfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml156(td) msgid "[cinder] insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml160(td) msgid "[cinder] keyfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml164(td) msgid "[cinder] timeout = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml168(td) msgid "[guestfs] debug = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml169(td) #: ./doc/common/tables/nova-debug.xml29(td) msgid "(BoolOpt) Enable guestfs debug" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml172(td) msgid "[libvirt] iscsi_iface = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml173(td) #: ./doc/common/tables/nova-libvirt.xml109(td) msgid "" "(StrOpt) The iSCSI transport iface to use to connect to target in case " "offload support is desired. Supported transports are be2iscsi, bnx2i, " "cxgb3i, cxgb4i, qla4xxx and ocs. Default format is transport_name.hwaddress " "and can be generated manually or via iscsiadm -m iface" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml176(td) msgid "[libvirt] quobyte_client_cfg = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml180(td) msgid "[libvirt] quobyte_mount_point_base = $state_path/mnt" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml184(td) msgid "[libvirt] smbfs_mount_options =" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml188(td) msgid "[libvirt] smbfs_mount_point_base = $state_path/mnt" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml192(td) msgid "[neutron] auth_plugin = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml196(td) msgid "[neutron] auth_section = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml200(td) msgid "[neutron] cafile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml204(td) msgid "[neutron] certfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml208(td) msgid "[neutron] insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml212(td) msgid "[neutron] keyfile = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml216(td) msgid "[neutron] timeout = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml420(td) msgid "[serial_console] serialproxy_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml424(td) msgid "[serial_console] serialproxy_port = 6083" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml428(td) msgid "[vmware] cache_prefix = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml432(td) msgid "[vmware] pbm_default_policy = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml436(td) msgid "[vmware] pbm_enabled = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml440(td) msgid "[vmware] pbm_wsdl_location = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml444(td) msgid "[workarounds] destroy_after_evacuate = True" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml445(td) msgid "" "(BoolOpt) 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-conf-changes.xml448(td) msgid "[workarounds] disable_libvirt_livesnapshot = True" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml452(td) msgid "[workarounds] disable_rootwrap = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml469(td) #: ./doc/common/tables/cinder-conf-changes.xml542(td) msgid "[DEFAULT] client_socket_timeout" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml474(td) msgid "[DEFAULT] ec2_path" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml475(td) msgid "/services/Cloud" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml479(td) msgid "[DEFAULT] multi_instance_display_name_template" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml480(td) msgid "%(name)s-%(uuid)s" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml481(td) #: ./doc/common/tables/nova-api.xml53(replaceable) msgid "%(name)s-%(count)d" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml489(td) msgid "[cinder] catalog_info" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml490(td) #: ./doc/common/tables/glance-cinder.xml29(replaceable) msgid "volume:cinder:publicURL" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml494(td) msgid "[libvirt] volume_drivers" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml495(td) msgid "" "iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver, " "iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver, " "local=nova.virt.libvirt.volume.LibvirtVolumeDriver, " "fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver, " "rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, " "sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, " "nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver, " "aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver, " "glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver, " "fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver, " "scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver, " "gpfs=nova.virt.libvirt.volume.LibvirtGPFSVolumeDriver" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml496(td) #: ./doc/common/tables/nova-libvirt.xml192(replaceable) msgid "" "iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver, " "iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver, " "local=nova.virt.libvirt.volume.LibvirtVolumeDriver, " "fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver, " "rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, " "sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, " "nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver, " "smbfs=nova.virt.libvirt.volume.LibvirtSMBFSVolumeDriver, " "aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver, " "glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver, " "fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver, " "scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver, " "gpfs=nova.virt.libvirt.volume.LibvirtGPFSVolumeDriver, " "quobyte=nova.virt.libvirt.volume.LibvirtQuobyteVolumeDriver" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml510(td) msgid "[cinder] http_timeout" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml511(td) msgid "[cinder] timeout" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml514(td) msgid "[neutron] ca_certificates_file" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml515(td) msgid "[neutron] cafile" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml518(td) msgid "[cinder] api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml519(td) msgid "[cinder] insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml522(td) msgid "[neutron] api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml523(td) msgid "[neutron] insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml526(td) msgid "[cinder] ca_certificates_file" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml527(td) msgid "[cinder] cafile" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml530(td) msgid "[neutron] url_timeout" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml531(td) msgid "[neutron] timeout" msgstr "" #: ./doc/common/tables/heat-clients_trove.xml7(caption) msgid "Description of trove clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_trove.xml18(th) msgid "[clients_trove]" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml8(literal) msgid "[account-replicator]" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml52(replaceable) msgid "account-replicator" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml57(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml49(td) msgid "Caps how long the replicator spends trying to sync a database per pass" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml65(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml57(td) msgid "Limit number of items to get per diff" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml77(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml93(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml69(td) msgid "Time in seconds to wait between replication passes" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml81(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml105(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml73(td) msgid "Indicates that you are using a VM environment" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml7(caption) msgid "Description of PLUMgrid configuration options" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml18(th) msgid "[plumgriddirector]" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml22(td) msgid "(StrOpt) PLUMgrid Director server to connect to" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml26(td) msgid "(StrOpt) PLUMgrid Director server port to connect to" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml29(replaceable) msgid "neutron.plugins.plumgrid.drivers.plumlib.Plumlib" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml30(td) msgid "(StrOpt) PLUMgrid Driver" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml34(td) msgid "(StrOpt) PLUMgrid Director admin password" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml38(td) msgid "(IntOpt) PLUMgrid Director server timeout" msgstr "" #: ./doc/common/tables/neutron-plumgrid.xml42(td) msgid "(StrOpt) PLUMgrid Director admin username" msgstr "" #: ./doc/common/tables/trove-heat.xml7(caption) msgid "Description of Orchestration module configuration options" msgstr "" #: ./doc/common/tables/trove-heat.xml25(replaceable) msgid "orchestration" msgstr "" #: ./doc/common/tables/trove-heat.xml30(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for a Heat request to complete." msgstr "" #: ./doc/common/tables/glance-sheepdog.xml7(caption) msgid "Description of Sheepdog configuration options" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml22(td) msgid "(StrOpt) IP address of sheep daemon." msgstr "" #: ./doc/common/tables/glance-sheepdog.xml26(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/glance-sheepdog.xml29(replaceable) msgid "7000" msgstr "" #: ./doc/common/tables/glance-sheepdog.xml30(td) msgid "(IntOpt) Port of sheep daemon." msgstr "" #: ./doc/common/tables/ironic-upgrades.xml7(caption) #: ./doc/common/tables/trove-upgrades.xml7(caption) msgid "Description of upgrades configuration options" msgstr "" #: ./doc/common/tables/keystone-mapping.xml7(caption) msgid "Description of mapping configuration options" msgstr "" #: ./doc/common/tables/keystone-mapping.xml18(th) msgid "[identity_mapping]" msgstr "" #: ./doc/common/tables/keystone-mapping.xml22(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.xml25(replaceable) msgid "keystone.identity.mapping_backends.sql.Mapping" msgstr "" #: ./doc/common/tables/keystone-mapping.xml26(td) msgid "(StrOpt) Keystone Identity Mapping backend driver." msgstr "" #: ./doc/common/tables/keystone-mapping.xml29(replaceable) msgid "keystone.identity.id_generators.sha256.Generator" msgstr "" #: ./doc/common/tables/keystone-mapping.xml30(td) msgid "" "(StrOpt) Public ID generator for user and group entities. The Keystone " "identity mapper only supports generators that produce no more than 64 " "characters." msgstr "" #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(filename) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml8(filename) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(filename) msgid "container-sync-realms.conf" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml7(caption) msgid "Description of ZFS Storage Appliance NFS driver configuration options" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml22(td) msgid "(StrOpt) Data path IP address" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml26(td) msgid "(StrOpt) HTTPS port number" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml30(td) msgid "(StrOpt) Options to be passed while mounting share over nfs" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml37(replaceable) msgid "NFSProject" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml41(replaceable) msgid "nfs_share" msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml42(td) msgid "(StrOpt) Share name." msgstr "" #: ./doc/common/tables/cinder-zfssa-nfs.xml49(replaceable) msgid "latency" msgstr "" #: ./doc/common/tables/cinder-windows.xml7(caption) msgid "Description of Windows configuration options" msgstr "" #: ./doc/common/tables/cinder-windows.xml21(replaceable) msgid "C:\\iSCSIVirtualDisks" msgstr "" #: ./doc/common/tables/cinder-windows.xml22(td) msgid "(StrOpt) Path to store VHD backed volumes" msgstr "" #: ./doc/common/tables/cinder-san-solaris.xml7(caption) msgid "Description of Solaris SAN configuration options" msgstr "" #: ./doc/common/tables/cinder-san-solaris.xml21(replaceable) msgid "rpool/" msgstr "" #: ./doc/common/tables/cinder-san-solaris.xml22(td) msgid "(StrOpt) The ZFS path under which to create zvols for volumes." msgstr "" #: ./doc/common/tables/neutron-nuage.xml7(caption) msgid "Description of Nuage configuration options" msgstr "" #: ./doc/common/tables/neutron-nuage.xml22(td) msgid "(StrOpt) Nuage provided uri for initial authorization to access VSD" msgstr "" #: ./doc/common/tables/neutron-nuage.xml26(td) msgid "(StrOpt) Nuage provided base uri to reach out to VSD" msgstr "" #: ./doc/common/tables/neutron-nuage.xml29(replaceable) msgid "254" msgstr "" #: ./doc/common/tables/neutron-nuage.xml30(td) msgid "(IntOpt) Per Net Partition quota of floating ips" msgstr "" #: ./doc/common/tables/neutron-nuage.xml33(replaceable) msgid "OpenStackDefaultNetPartition" msgstr "" #: ./doc/common/tables/neutron-nuage.xml34(td) msgid "" "(StrOpt) Default Network partition in which VSD will orchestrate network " "resources using openstack" msgstr "" #: ./doc/common/tables/neutron-nuage.xml37(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml41(replaceable) msgid "system" msgstr "" #: ./doc/common/tables/neutron-nuage.xml38(td) msgid "" "(StrOpt) Organization name in which VSD will orchestrate network resources " "using openstack" msgstr "" #: ./doc/common/tables/neutron-nuage.xml42(td) msgid "(StrOpt) IP Address and Port of Nuage's VSD server" msgstr "" #: ./doc/common/tables/neutron-nuage.xml45(replaceable) msgid "username:password" msgstr "" #: ./doc/common/tables/neutron-nuage.xml46(td) msgid "(StrOpt) Username and password for authentication" msgstr "" #: ./doc/common/tables/neutron-nuage.xml50(td) msgid "(BoolOpt) Boolean for SSL connection with VSD server" msgstr "" #: ./doc/common/tables/neutron-nuage.xml53(th) msgid "[SYNCMANAGER]" msgstr "" #: ./doc/common/tables/neutron-nuage.xml57(td) msgid "(BoolOpt) Nuage plugin will sync resources between openstack and VSD" msgstr "" #: ./doc/common/tables/neutron-nuage.xml61(td) msgid "" "(IntOpt) Sync interval in seconds between openstack and VSD. It defines how " "often the synchronization is done. If not set, value of 0 is assumed and " "sync will be performed only once, at the Neutron startup time." msgstr "" #: ./doc/common/tables/ironic-database.xml73(replaceable) msgid "InnoDB" msgstr "" #: ./doc/common/tables/ironic-database.xml74(td) msgid "(StrOpt) MySQL engine to use." msgstr "" #: ./doc/common/tables/neutron-bigswitch.xml7(caption) msgid "Description of BigSwitch configuration options" msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml7(caption) msgid "Description of cfg agent configuration options" msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml18(th) msgid "[cfg_agent]" msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml22(td) msgid "(IntOpt) Time in seconds for connecting to a hosting device" msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml26(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-cfg_agent.xml29(replaceable) msgid "" "neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml30(td) msgid "(StrOpt) Path of the routing service helper class." msgstr "" #: ./doc/common/tables/neutron-cfg_agent.xml34(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/ceilometer-rpc.xml21(replaceable) msgid "['database']" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml22(td) msgid "(MultiStrOpt) Dispatcher to process data." msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml53(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.xml103(th) msgid "[publisher]" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml106(replaceable) msgid "change this for valid signing" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml110(th) msgid "[publisher_notifier]" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml113(replaceable) msgid "event" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml117(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml128(replaceable) msgid "metering" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml118(td) msgid "(StrOpt) The topic that ceilometer uses for metering notifications." msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml121(replaceable) msgid "messagingv2" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml125(th) msgid "[publisher_rpc]" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml129(td) msgid "(StrOpt) The topic that ceilometer uses for metering messages." msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml8(literal) msgid "[container-updater]" msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml21(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.xml49(replaceable) msgid "container-updater" msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml61(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml52(replaceable) msgid "0.01" msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml62(td) #: ./doc/common/tables/swift-object-server-object-updater.xml53(td) msgid "Time in seconds to wait between objects" msgstr "" #: ./doc/common/tables/ironic-ipmi.xml7(caption) #: ./doc/common/tables/ceilometer-ipmi.xml7(caption) msgid "Description of IPMI configuration options" msgstr "" #: ./doc/common/tables/ironic-ipmi.xml18(th) #: ./doc/common/tables/ceilometer-ipmi.xml18(th) msgid "[ipmi]" msgstr "" #: ./doc/common/tables/ironic-ipmi.xml22(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.xml26(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/trove-db_mongodb.xml7(caption) msgid "Description of MongoDB database configuration options" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml18(th) msgid "[mongodb]" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml49(replaceable) msgid "/var/lib/mongodb" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml54(td) msgid "(IntOpt) The number of config servers to create per cluster." msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml58(td) msgid "(IntOpt) The number of query routers (mongos) to create per cluster." msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml73(replaceable) msgid "2500, 27017" msgstr "" #: ./doc/common/tables/ironic-snmp.xml7(caption) msgid "Description of SNMP configuration options" msgstr "" #: ./doc/common/tables/ironic-snmp.xml18(th) msgid "[snmp]" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml8(literal) msgid "[object-replicator]" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml25(td) msgid "Whether or not to run replication as a daemon" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml29(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.xml33(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.xml37(td) msgid "Maximum duration for an HTTP request" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml41(td) msgid "" "Attempts to kill all workers if nothing replications for lockup_timeout " "seconds" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml56(replaceable) msgid "object-replicator" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml60(replaceable) #: ./doc/common/tables/swift-object-server-object-updater.xml44(replaceable) msgid "<whatever's in the DEFAULT section or 10>" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml73(td) msgid "How often (in seconds) to check the ring" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml85(td) msgid "Passed to rsync for a max duration (seconds) of an I/O op" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml89(td) msgid "Max duration (seconds) of a partition rsync" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml97(td) msgid "Interval in seconds between logging replication statistics" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml100(replaceable) msgid "rsync" msgstr "rsync" #: ./doc/common/tables/glance-filesystem.xml7(caption) msgid "Description of filesystem configuration options" msgstr "" #: ./doc/common/tables/glance-filesystem.xml22(td) msgid "" "(StrOpt) Directory to which the Filesystem backend store writes images." msgstr "" #: ./doc/common/tables/glance-filesystem.xml26(td) msgid "" "(MultiStrOpt) List of directories and its priorities to which the Filesystem" " backend store writes images." msgstr "" #: ./doc/common/tables/glance-filesystem.xml30(td) msgid "" "(IntOpt) The required permission for created image file. In this way the " "user other service used, e.g. Nova, who consumes the image could be the " "exclusive member of the group that owns the files created. Assigning it less" " then or equal to zero means don't change the default permission of the " "file. This value will be decoded as an octal digit." msgstr "" #: ./doc/common/tables/glance-filesystem.xml34(td) msgid "" "(StrOpt) The path to a file which contains the metadata to be returned with " "any location associated with this store. The file must contain a valid JSON " "object. The object should contain the keys 'id' and 'mountpoint'. The value " "for both keys should be 'string'." msgstr "" #: ./doc/common/tables/trove-rpc.xml30(td) msgid "(IntOpt) Number of times to check if a volume exists." msgstr "" #: ./doc/common/tables/trove-rpc.xml34(td) msgid "(IntOpt) The interval (in seconds) which periodic tasks are run." msgstr "" #: ./doc/common/tables/ceilometer-swift.xml21(replaceable) msgid "AUTH_" msgstr "" #: ./doc/common/tables/ceilometer-swift.xml22(td) msgid "" "(StrOpt) Swift reseller prefix. Must be on par with reseller_prefix in " "proxy-server.conf." msgstr "" #: ./doc/common/tables/trove-backup.xml7(caption) msgid "Description of backup configuration options" msgstr "" #: ./doc/common/tables/trove-backup.xml21(replaceable) msgid "default_aes_cbc_key" msgstr "" #: ./doc/common/tables/trove-backup.xml22(td) msgid "(StrOpt) Default OpenSSL aes_cbc key." msgstr "" #: ./doc/common/tables/trove-backup.xml26(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.xml29(replaceable) msgid "trove.guestagent.backup.backup_types.InnoBackupEx" msgstr "" #: ./doc/common/tables/trove-backup.xml30(td) msgid "(StrOpt) Runner to use for backups." msgstr "" #: ./doc/common/tables/trove-backup.xml34(td) msgid "(DictOpt) Additional options to be passed to the backup runner." msgstr "" #: ./doc/common/tables/trove-backup.xml37(replaceable) msgid "2147483648" msgstr "" #: ./doc/common/tables/trove-backup.xml38(td) msgid "(IntOpt) Maximum size (in bytes) of each segment of the backup file." msgstr "" #: ./doc/common/tables/trove-backup.xml41(replaceable) msgid "database_backups" msgstr "" #: ./doc/common/tables/trove-backup.xml42(td) msgid "(StrOpt) Swift container to put backups in." msgstr "" #: ./doc/common/tables/trove-backup.xml46(td) msgid "(BoolOpt) Compress backups using gzip." msgstr "" #: ./doc/common/tables/trove-backup.xml50(td) msgid "(BoolOpt) Encrypt backups using OpenSSL." msgstr "" #: ./doc/common/tables/trove-backup.xml54(td) msgid "(BoolOpt) Send backup files over snet." msgstr "" #: ./doc/common/tables/trove-backup.xml58(td) msgid "(IntOpt) Page size for listing backups." msgstr "" #: ./doc/common/tables/nova-network.xml22(td) msgid "(BoolOpt) Whether to allow network traffic from same network" msgstr "" #: ./doc/common/tables/nova-network.xml26(td) msgid "(BoolOpt) Autoassigning floating IP to VM" msgstr "" #: ./doc/common/tables/nova-network.xml30(td) msgid "(IntOpt) Number of addresses reserved for vpn clients" msgstr "" #: ./doc/common/tables/nova-network.xml34(td) msgid "(IntOpt) Number of attempts to create unique mac address" msgstr "" #: ./doc/common/tables/nova-network.xml38(td) msgid "(StrOpt) Name of network to use to set access IPs for instances" msgstr "" #: ./doc/common/tables/nova-network.xml42(td) msgid "(StrOpt) Default pool for floating IPs" msgstr "" #: ./doc/common/tables/nova-network.xml46(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.xml54(td) msgid "(IntOpt) Lifetime of a DHCP lease in seconds" msgstr "" #: ./doc/common/tables/nova-network.xml57(replaceable) msgid "$bindir/nova-dhcpbridge" msgstr "" #: ./doc/common/tables/nova-network.xml58(td) msgid "(StrOpt) Location of nova-dhcpbridge" msgstr "" #: ./doc/common/tables/nova-network.xml61(replaceable) msgid "['/etc/nova/nova-dhcpbridge.conf']" msgstr "" #: ./doc/common/tables/nova-network.xml62(td) msgid "(MultiStrOpt) Location of flagfiles for dhcpbridge" msgstr "" #: ./doc/common/tables/nova-network.xml66(td) msgid "" "(MultiStrOpt) If set, uses specific DNS server for dnsmasq. Can be specified" " multiple times." msgstr "" #: ./doc/common/tables/nova-network.xml70(td) msgid "" "(IntOpt) Number of seconds to wait between runs of updates to DNS entries." msgstr "" #: ./doc/common/tables/nova-network.xml74(td) #: ./doc/common/tables/neutron-dhcp_agent.xml22(td) msgid "(StrOpt) Override the default dnsmasq settings with this file" msgstr "" #: ./doc/common/tables/nova-network.xml86(td) msgid "" "(StrOpt) Firewall driver (defaults to hypervisor specific iptables driver)" msgstr "" #: ./doc/common/tables/nova-network.xml90(td) msgid "(IntOpt) Seconds after which a deallocated IP is disassociated" msgstr "" #: ./doc/common/tables/nova-network.xml94(td) msgid "(BoolOpt) Whether to attempt to inject network setup into guest" msgstr "" #: ./doc/common/tables/nova-network.xml98(td) msgid "(StrOpt) FlatDhcp will bridge into this interface if set" msgstr "" #: ./doc/common/tables/nova-network.xml102(td) msgid "(StrOpt) Bridge for simple network instances" msgstr "" #: ./doc/common/tables/nova-network.xml105(replaceable) msgid "8.8.4.4" msgstr "" #: ./doc/common/tables/nova-network.xml106(td) msgid "(StrOpt) DNS server for simple network" msgstr "" #: ./doc/common/tables/nova-network.xml109(replaceable) #: ./doc/common/tables/nova-network.xml137(replaceable) msgid "nova.network.noop_dns_driver.NoopDNSDriver" msgstr "" #: ./doc/common/tables/nova-network.xml110(td) msgid "(StrOpt) Full class name for the DNS Manager for floating IPs" msgstr "" #: ./doc/common/tables/nova-network.xml114(td) msgid "(BoolOpt) If True, send a dhcp release on instance termination" msgstr "" #: ./doc/common/tables/nova-network.xml118(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.xml121(replaceable) msgid "['all']" msgstr "" #: ./doc/common/tables/nova-network.xml122(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.xml126(td) msgid "(StrOpt) Default IPv4 gateway" msgstr "" #: ./doc/common/tables/nova-network.xml129(replaceable) msgid "$pybasedir/nova/virt/interfaces.template" msgstr "" #: ./doc/common/tables/nova-network.xml130(td) msgid "(StrOpt) Template file for injected network" msgstr "" #: ./doc/common/tables/nova-network.xml134(td) msgid "(StrOpt) Full class name for the DNS Zone for instance IPs" msgstr "" #: ./doc/common/tables/nova-network.xml138(td) msgid "(StrOpt) Full class name for the DNS Manager for instance IPs" msgstr "" #: ./doc/common/tables/nova-network.xml142(td) msgid "" "(StrOpt) Regular expression to match iptables rule that should always be on " "the bottom." msgstr "" #: ./doc/common/tables/nova-network.xml145(replaceable) msgid "DROP" msgstr "" #: ./doc/common/tables/nova-network.xml146(td) msgid "" "(StrOpt) The table that iptables to jump to when a packet is to be dropped." msgstr "" #: ./doc/common/tables/nova-network.xml150(td) msgid "" "(StrOpt) Regular expression to match iptables rule that should always be on " "the top." msgstr "" #: ./doc/common/tables/nova-network.xml153(replaceable) msgid "nova.network.l3.LinuxNetL3" msgstr "" #: ./doc/common/tables/nova-network.xml154(td) msgid "(StrOpt) Indicates underlying L3 management library" msgstr "" #: ./doc/common/tables/nova-network.xml157(replaceable) msgid "nova.network.linux_net.LinuxBridgeInterfaceDriver" msgstr "" #: ./doc/common/tables/nova-network.xml158(td) msgid "(StrOpt) Driver used to create ethernet devices." msgstr "" #: ./doc/common/tables/nova-network.xml162(td) msgid "(StrOpt) Name of Open vSwitch bridge used with linuxnet" msgstr "" #: ./doc/common/tables/nova-network.xml166(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.xml170(td) msgid "(IntOpt) Number of times to retry network allocation on failures" msgstr "" #: ./doc/common/tables/nova-network.xml173(replaceable) msgid "nova.network.api.API" msgstr "" #: ./doc/common/tables/nova-network.xml174(td) msgid "(StrOpt) The full class name of the network API class to use" msgstr "" #: ./doc/common/tables/nova-network.xml178(td) msgid "" "(IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU" " setting for network interface." msgstr "" #: ./doc/common/tables/nova-network.xml181(replaceable) msgid "nova.network.linux_net" msgstr "" #: ./doc/common/tables/nova-network.xml182(td) msgid "(StrOpt) Driver to use for network creation" msgstr "" #: ./doc/common/tables/nova-network.xml185(replaceable) msgid "nova.network.manager.VlanManager" msgstr "" #: ./doc/common/tables/nova-network.xml186(td) msgid "(StrOpt) Full class name for the Manager for network" msgstr "" #: ./doc/common/tables/nova-network.xml190(td) msgid "(IntOpt) Number of addresses in each private subnet" msgstr "" #: ./doc/common/tables/nova-network.xml194(td) msgid "(StrOpt) The topic network nodes listen on" msgstr "" #: ./doc/common/tables/nova-network.xml197(replaceable) msgid "$state_path/networks" msgstr "" #: ./doc/common/tables/nova-network.xml198(td) msgid "(StrOpt) Location to keep network config files" msgstr "" #: ./doc/common/tables/nova-network.xml202(td) msgid "(IntOpt) Number of networks to support" msgstr "" #: ./doc/common/tables/nova-network.xml206(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.xml209(replaceable) #: ./doc/common/tables/neutron-brocade.xml21(replaceable) msgid "eth0" msgstr "eth0" #: ./doc/common/tables/nova-network.xml210(td) msgid "(StrOpt) Interface for public IP addresses" msgstr "" #: ./doc/common/tables/nova-network.xml214(td) msgid "(StrOpt) Public IP of network host" msgstr "" #: ./doc/common/tables/nova-network.xml218(td) msgid "(StrOpt) The full class name of the security API class" msgstr "" #: ./doc/common/tables/nova-network.xml222(td) msgid "(BoolOpt) Send gratuitous ARPs for HA setup" msgstr "" #: ./doc/common/tables/nova-network.xml226(td) msgid "(IntOpt) Send this many gratuitous ARPs for HA setup" msgstr "" #: ./doc/common/tables/nova-network.xml230(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.xml234(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.xml238(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.xml242(td) msgid "" "(BoolOpt) If set, uses the dns1 and dns2 from the network ref. as dns " "servers." msgstr "" #: ./doc/common/tables/nova-network.xml246(td) msgid "(StrOpt) Control for checking for default networks" msgstr "" #: ./doc/common/tables/nova-network.xml250(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.xml254(td) msgid "(StrOpt) VLANs will bridge into this interface if set" msgstr "" #: ./doc/common/tables/nova-network.xml258(td) msgid "(IntOpt) First VLAN for private networks" msgstr "" #: ./doc/common/tables/nova-network.xml264(replaceable) msgid "vmnic0" msgstr "" #: ./doc/common/tables/nova-network.xml265(td) msgid "(StrOpt) Physical ethernet adapter name for vlan networking" msgstr "" #: ./doc/common/tables/cinder-smbfs.xml7(caption) msgid "Description of Samba volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-smbfs.xml21(replaceable) msgid "qcow2" msgstr "qcow2" #: ./doc/common/tables/cinder-smbfs.xml22(td) msgid "" "(StrOpt) Default format that will be used when creating volumes if no volume" " format is specified. Can be set to: raw, qcow2, vhd or vhdx." msgstr "" #: ./doc/common/tables/cinder-smbfs.xml25(replaceable) msgid "noperm,file_mode=0775,dir_mode=0775" msgstr "" #: ./doc/common/tables/cinder-smbfs.xml26(td) msgid "" "(StrOpt) Mount options passed to the smbfs client. See mount.cifs man page " "for details." msgstr "" #: ./doc/common/tables/cinder-smbfs.xml30(td) msgid "(StrOpt) Base dir containing mount points for smbfs shares." msgstr "" #: ./doc/common/tables/cinder-smbfs.xml37(replaceable) msgid "/etc/cinder/smbfs_shares" msgstr "" #: ./doc/common/tables/cinder-smbfs.xml38(td) msgid "(StrOpt) File with the list of available smbfs shares." msgstr "" #: ./doc/common/tables/cinder-smbfs.xml42(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-prophetstor_dpl.xml7(caption) msgid "" "Description of ProphetStor Fibre Channel and iSCSi drivers configuration " "options" msgstr "" #: ./doc/common/tables/cinder-prophetstor_dpl.xml22(td) msgid "(StrOpt) DPL pool uuid in which DPL volumes are stored." msgstr "" #: ./doc/common/tables/cinder-prophetstor_dpl.xml25(replaceable) msgid "8357" msgstr "" #: ./doc/common/tables/cinder-prophetstor_dpl.xml26(td) msgid "(IntOpt) DPL port number." msgstr "" #: ./doc/common/tables/cinder-prophetstor_dpl.xml46(td) #: ./doc/common/tables/cinder-san.xml54(td) msgid "(BoolOpt) Use thin provisioning for SAN volumes?" msgstr "" #: ./doc/common/tables/nova-ca.xml22(td) msgid "(StrOpt) Filename of root CA" msgstr "" #: ./doc/common/tables/nova-ca.xml25(replaceable) msgid "$state_path/CA" msgstr "" #: ./doc/common/tables/nova-ca.xml26(td) msgid "(StrOpt) Where we keep our root CA" msgstr "" #: ./doc/common/tables/nova-ca.xml29(replaceable) msgid "self.pem" msgstr "" #: ./doc/common/tables/nova-ca.xml30(td) msgid "(StrOpt) SSL certificate file" msgstr "" #: ./doc/common/tables/nova-ca.xml33(replaceable) msgid "nova.cert.manager.CertManager" msgstr "" #: ./doc/common/tables/nova-ca.xml34(td) msgid "(StrOpt) Full class name for the Manager for cert" msgstr "" #: ./doc/common/tables/nova-ca.xml37(replaceable) msgid "cert" msgstr "" #: ./doc/common/tables/nova-ca.xml38(td) msgid "(StrOpt) The topic cert nodes listen on" msgstr "" #: ./doc/common/tables/nova-ca.xml41(replaceable) msgid "crl.pem" msgstr "" #: ./doc/common/tables/nova-ca.xml42(td) msgid "(StrOpt) Filename of root Certificate Revocation List" msgstr "" #: ./doc/common/tables/nova-ca.xml45(replaceable) msgid "private/cakey.pem" msgstr "" #: ./doc/common/tables/nova-ca.xml46(td) msgid "(StrOpt) Filename of private key" msgstr "" #: ./doc/common/tables/nova-ca.xml49(replaceable) msgid "$state_path/keys" msgstr "" #: ./doc/common/tables/nova-ca.xml50(td) msgid "(StrOpt) Where we keep our keys" msgstr "" #: ./doc/common/tables/nova-ca.xml53(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s" msgstr "" #: ./doc/common/tables/nova-ca.xml54(td) msgid "" "(StrOpt) Subject for certificate for projects, %s for project, timestamp" msgstr "" #: ./doc/common/tables/nova-ca.xml62(td) #: ./doc/common/tables/ironic-ssl.xml26(td) msgid "(StrOpt) SSL certificate of API server" msgstr "" #: ./doc/common/tables/nova-ca.xml66(td) #: ./doc/common/tables/ironic-ssl.xml30(td) msgid "(StrOpt) SSL private key of API server" msgstr "" #: ./doc/common/tables/nova-ca.xml70(td) msgid "(BoolOpt) Should we use a CA for each project?" msgstr "" #: ./doc/common/tables/nova-ca.xml73(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s" msgstr "" #: ./doc/common/tables/nova-ca.xml74(td) msgid "" "(StrOpt) Subject for certificate for users, %s for project, user, timestamp" msgstr "" #: ./doc/common/tables/neutron-l3_arista.xml7(caption) msgid "Description of Arista layer-3 service plug-in configuration options" msgstr "" #: ./doc/common/tables/neutron-l3_arista.xml18(th) msgid "[l3_arista]" msgstr "" #: ./doc/common/tables/neutron-l3_arista.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_l2pop.xml21(replaceable) #: ./doc/common/tables/ironic-conductor.xml81(replaceable) #: ./doc/common/tables/trove-cluster.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_arista.xml37(replaceable) #: ./doc/common/tables/trove-taskmanager.xml61(replaceable) msgid "180" msgstr "180" #: ./doc/common/tables/neutron-l3_arista.xml22(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.xml26(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.xml30(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.xml34(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.xml38(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.xml42(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.xml46(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/neutron-dhcp_agent.xml7(caption) msgid "Description of DHCP agent configuration options" msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml26(td) msgid "" "(ListOpt) Comma-separated list of the DNS servers which will be used as " "forwarders." msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml30(td) msgid "(IntOpt) Limit number of leases to prevent a denial-of-service." msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml34(td) msgid "(BoolOpt) Support Metadata requests on isolated networks." msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml38(td) msgid "" "(BoolOpt) Allows for serving metadata requests from a dedicated network. " "Requires enable_isolated_metadata = True" msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml42(td) msgid "(IntOpt) Number of threads to use during sync process." msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml46(td) msgid "(IntOpt) Interval to resync." msgstr "" #: ./doc/common/tables/neutron-dhcp_agent.xml50(td) msgid "(BoolOpt) Allow overlapping IP." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml7(caption) msgid "Description of collector configuration options" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml22(td) msgid "" "(IntOpt) Number of workers for collector service. A single collector is " "enabled by default." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml25(th) msgid "[collector]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml33(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.xml37(td) msgid "" "(StrOpt) Address to which the UDP socket is bound. Set to an empty string to" " disable." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml40(replaceable) msgid "4952" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml41(td) msgid "(IntOpt) Port to which the UDP socket is bound." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml44(th) msgid "[dispatcher_file]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml48(td) msgid "(IntOpt) The max number of the files to keep." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml52(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml56(td) msgid "(IntOpt) The max size of the file." msgstr "" #: ./doc/common/tables/cinder-hds-hus.xml7(caption) msgid "Description of HDS HUS iSCSI driver configuration options" msgstr "" #: ./doc/common/tables/cinder-hds-hus.xml21(replaceable) msgid "/opt/hds/hus/cinder_hus_conf.xml" msgstr "" #: ./doc/common/tables/cinder-hds-hus.xml22(td) msgid "(StrOpt) The configuration file for the Cinder HDS driver for HUS" msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml7(caption) msgid "Description of NetApp 7-Mode iSCSI driver configuration options" msgstr "" #: ./doc/common/tables/cinder-netapp_7mode_iscsi.xml62(td) msgid "" "(StrOpt) This option is only utilized when the storage protocol is " "configured to use iSCSI or FC. This option is used to restrict provisioning " "to the specified controller volumes. Specify the value of this option to be " "a comma separated list of NetApp controller volume names to be used for " "provisioning." msgstr "" #: ./doc/common/tables/swift-swift-swift-hash.xml8(literal) msgid "[swift-hash]" msgstr "" #: ./doc/common/tables/swift-swift-swift-hash.xml20(replaceable) #: ./doc/common/tables/swift-swift-swift-hash.xml32(replaceable) msgid "changeme" msgstr "" #: ./doc/common/tables/swift-swift-swift-hash.xml21(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.xml33(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/neutron-ml2_gre.xml7(caption) msgid "Description of ML2 GRE configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_gre.xml18(th) msgid "[ml2_type_gre]" msgstr "" #: ./doc/common/tables/neutron-ml2_gre.xml22(td) msgid "" "(ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples " "enumerating ranges of GRE tunnel IDs that are available for tenant network " "allocation" msgstr "" #: ./doc/common/tables/neutron-varmour.xml7(caption) msgid "Description of vArmour configuration options" msgstr "" #: ./doc/common/tables/neutron-varmour.xml18(th) msgid "[vArmour]" msgstr "" #: ./doc/common/tables/neutron-varmour.xml21(td) msgid "director = localhost" msgstr "" #: ./doc/common/tables/neutron-varmour.xml22(td) msgid "(StrOpt) vArmour director ip" msgstr "" #: ./doc/common/tables/neutron-varmour.xml25(td) msgid "director_port = 443" msgstr "" #: ./doc/common/tables/neutron-varmour.xml26(td) msgid "(StrOpt) vArmour director port" msgstr "" #: ./doc/common/tables/neutron-varmour.xml29(td) msgid "password = varmour" msgstr "" #: ./doc/common/tables/neutron-varmour.xml30(td) msgid "(StrOpt) vArmour director password" msgstr "" #: ./doc/common/tables/neutron-varmour.xml33(td) msgid "username = varmour" msgstr "" #: ./doc/common/tables/neutron-varmour.xml34(td) msgid "(StrOpt) vArmour director username" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml8(literal) msgid "[filter-dlo]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml32(replaceable) msgid "egg:swift#dlo" msgstr "" #: ./doc/common/tables/trove-guestagent.xml7(caption) msgid "Description of guest agent configuration options" msgstr "" #: ./doc/common/tables/trove-guestagent.xml22(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.xml26(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.xml30(td) msgid "" "(IntOpt) Maximum time (in seconds) for the Guest Agent to reply to a " "heartbeat request." msgstr "" #: ./doc/common/tables/trove-guestagent.xml33(replaceable) #: ./doc/common/tables/trove-taskmanager.xml49(replaceable) msgid "36000" msgstr "" #: ./doc/common/tables/trove-guestagent.xml34(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent " "replication snapshot." msgstr "" #: ./doc/common/tables/trove-guestagent.xml38(td) msgid "(StrOpt) Path to the Guest Agent config file." msgstr "" #: ./doc/common/tables/trove-guestagent.xml42(td) msgid "(StrOpt) ID of the Guest Instance." msgstr "" #: ./doc/common/tables/trove-guestagent.xml45(replaceable) msgid "lost+found, mysql, information_schema" msgstr "" #: ./doc/common/tables/trove-guestagent.xml46(td) msgid "(ListOpt) Databases to exclude when listing databases." msgstr "" #: ./doc/common/tables/trove-guestagent.xml49(replaceable) msgid "os_admin, root" msgstr "" #: ./doc/common/tables/trove-guestagent.xml50(td) msgid "(ListOpt) Users to exclude when listing users." msgstr "" #: ./doc/common/tables/trove-guestagent.xml53(replaceable) msgid "defaults,noatime" msgstr "" #: ./doc/common/tables/trove-guestagent.xml54(td) msgid "(StrOpt) Options to use when mounting a volume." msgstr "" #: ./doc/common/tables/trove-guestagent.xml57(replaceable) msgid "trove.guestagent.strategies.storage.swift" msgstr "" #: ./doc/common/tables/trove-guestagent.xml58(td) msgid "(StrOpt) Namespace to load the default storage strategy from." msgstr "" #: ./doc/common/tables/trove-guestagent.xml61(replaceable) msgid "SwiftStorage" msgstr "" #: ./doc/common/tables/trove-guestagent.xml62(td) msgid "(StrOpt) Default strategy to store backups." msgstr "" #: ./doc/common/tables/trove-guestagent.xml66(td) #: ./doc/common/tables/trove-taskmanager.xml70(td) msgid "(IntOpt) Time to sleep during the check for an active Guest." msgstr "" #: ./doc/common/tables/ironic-irmc.xml7(caption) msgid "Description of irmc configuration options" msgstr "" #: ./doc/common/tables/ironic-irmc.xml18(th) msgid "[irmc]" msgstr "" #: ./doc/common/tables/ironic-irmc.xml21(replaceable) msgid "basic" msgstr "" #: ./doc/common/tables/ironic-irmc.xml22(td) msgid "" "(StrOpt) Authentication method to be used for iRMC operations, either " "\"basic\" or \"digest\"" msgstr "" #: ./doc/common/tables/ironic-irmc.xml26(td) msgid "(IntOpt) Timeout (in seconds) for iRMC operations" msgstr "" #: ./doc/common/tables/ironic-irmc.xml30(td) msgid "(IntOpt) Port to be used for iRMC operations, either 80 or 443" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml7(caption) msgid "Description of LBaaS Radware configuration options" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml18(th) msgid "[radware]" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml21(td) msgid "actions_to_skip = setup_l2_l3" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml22(td) msgid "(ListOpt) List of actions that are not pushed to the completion queue." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml25(td) msgid "ha_secondary_address = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml26(td) msgid "(StrOpt) IP address of secondary vDirect server." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml29(td) msgid "" "l2_l3_ctor_params = {'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_radware.xml30(td) msgid "(DictOpt) Parameter for l2_l3 workflow constructor." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml33(td) msgid "" "l2_l3_setup_params = {'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_radware.xml34(td) msgid "(DictOpt) Parameter for l2_l3 workflow setup." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml37(td) msgid "l2_l3_workflow_name = openstack_l2_l3" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml38(td) msgid "(StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml41(td) msgid "l4_action_name = BaseCreate" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml42(td) msgid "(StrOpt) Name of the l4 workflow action. Default: BaseCreate." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml45(td) msgid "l4_workflow_name = openstack_l4" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml46(td) msgid "(StrOpt) Name of l4 workflow. Default: openstack_l4." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml49(td) msgid "service_adc_type = VA" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml50(td) msgid "(StrOpt) Service ADC type. Default: VA." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml53(td) msgid "service_adc_version =" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml54(td) msgid "(StrOpt) Service ADC version." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml57(td) msgid "service_cache = 20" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml58(td) msgid "(IntOpt) Size of service cache. Default: 20." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml61(td) msgid "service_compression_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml62(td) msgid "(IntOpt) Service compression throughput. Default: 100." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml65(td) msgid "service_ha_pair = False" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml66(td) msgid "(BoolOpt) Enables or disables the Service HA pair. Default: False." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml69(td) msgid "service_isl_vlan = -1" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml70(td) msgid "(IntOpt) A required VLAN for the interswitch link to use." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml73(td) msgid "service_resource_pool_ids =" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml74(td) msgid "(ListOpt) Resource pool IDs." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml77(td) msgid "service_session_mirroring_enabled = False" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml78(td) msgid "" "(BoolOpt) Enable or disable Alteon interswitch link for stateful session " "failover. Default: False." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml81(td) msgid "service_ssl_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml82(td) msgid "(IntOpt) Service SSL throughput. Default: 100." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml85(td) msgid "service_throughput = 1000" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml86(td) msgid "(IntOpt) Service throughput. Default: 1000." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml89(td) msgid "vdirect_address = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml90(td) msgid "(StrOpt) IP address of vDirect server." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml93(td) msgid "vdirect_password = radware" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml94(td) msgid "(StrOpt) vDirect user password." msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml97(td) msgid "vdirect_user = vDirect" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml98(td) msgid "(StrOpt) vDirect user name." msgstr "" #: ./doc/common/tables/neutron-ml2_sriov.xml7(caption) msgid "Description of ML2 ML2 SR-IOV driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_sriov.xml18(th) msgid "[ml2_sriov]" msgstr "" #: ./doc/common/tables/neutron-ml2_sriov.xml22(td) msgid "(BoolOpt) SRIOV neutron agent is required for port binding" msgstr "" #: ./doc/common/tables/neutron-ml2_sriov.xml26(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-ml2_l2pop.xml7(caption) msgid "Description of ML2 L2 population configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_l2pop.xml18(th) msgid "[l2pop]" msgstr "" #: ./doc/common/tables/neutron-ml2_l2pop.xml22(td) msgid "" "(IntOpt) Delay within which agent is expected to update existing ports whent" " it restarts" msgstr "" #: ./doc/common/tables/cinder-ibmnas.xml7(caption) msgid "Description of IBM NAS volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-ibmnas.xml21(replaceable) msgid "v7ku" msgstr "" #: ./doc/common/tables/cinder-ibmnas.xml22(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/glance-amqp.xml25(replaceable) msgid "image.localhost" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml7(caption) msgid "Description of Embrane LBaaS driver configuration options" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml18(th) msgid "[heleoslb]" msgstr "[heleoslb]" #: ./doc/common/tables/neutron-embrane_lb.xml21(td) msgid "admin_password = None" msgstr "admin_password = None" #: ./doc/common/tables/neutron-embrane_lb.xml22(td) #: ./doc/common/tables/neutron-common.xml227(td) msgid "(StrOpt) ESM admin password." msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml25(td) msgid "admin_username = None" msgstr "admin_username = None" #: ./doc/common/tables/neutron-embrane_lb.xml29(td) msgid "async_requests = None" msgstr "async_requests = None" #: ./doc/common/tables/neutron-embrane_lb.xml33(td) msgid "dummy_utif_id = None" msgstr "dummy_utif_id = None" #: ./doc/common/tables/neutron-embrane_lb.xml34(td) msgid "(StrOpt) Dummy user traffic Security Zone id for LBs" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml37(td) msgid "esm_mgmt = None" msgstr "esm_mgmt = None" #: ./doc/common/tables/neutron-embrane_lb.xml41(td) msgid "inband_id = None" msgstr "inband_id = None" #: ./doc/common/tables/neutron-embrane_lb.xml42(td) msgid "(StrOpt) In band Security Zone id for LBs" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml45(td) msgid "lb_flavor = small" msgstr "lb_flavor = small" #: ./doc/common/tables/neutron-embrane_lb.xml46(td) msgid "(StrOpt) choose LB image flavor to use, accepted values: small, medium" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml49(td) msgid "lb_image = None" msgstr "lb_image = None" #: ./doc/common/tables/neutron-embrane_lb.xml50(td) msgid "(StrOpt) Load Balancer image id (Embrane LB)" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml53(td) msgid "mgmt_id = None" msgstr "mgmt_id = None" #: ./doc/common/tables/neutron-embrane_lb.xml54(td) msgid "(StrOpt) Management Security Zone id for LBs" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml57(td) msgid "oob_id = None" msgstr "oob_id = None" #: ./doc/common/tables/neutron-embrane_lb.xml58(td) msgid "(StrOpt) Out of band Security Zone id for LBs" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml61(td) msgid "resource_pool_id = None" msgstr "resource_pool_id = None" #: ./doc/common/tables/neutron-embrane_lb.xml65(td) msgid "sync_interval = 60" msgstr "sync_interval = 60" #: ./doc/common/tables/neutron-embrane_lb.xml66(td) msgid "(IntOpt) resource synchronization interval in seconds" msgstr "" #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml7(caption) msgid "Description of Fujitsu ETERNUS DX volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml21(replaceable) msgid "/etc/cinder/cinder_fujitsu_eternus_dx.xml" msgstr "/etc/cinder/cinder_fujitsu_eternus_dx.xml" #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml22(td) msgid "(StrOpt) The configuration file for the Cinder SMI-S driver" msgstr "" #: ./doc/common/tables/sahara-logging.xml25(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" msgstr "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" #: ./doc/common/tables/sahara-logging.xml54(td) msgid "" "(BoolOpt) Log request/response exchange details: environ, headers and " "bodies." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml8(literal) msgid "[filter-authtoken]" msgstr "[filter-authtoken]" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml32(replaceable) msgid "http://keystonehost:5000/" msgstr "http://keystonehost:5000/" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml36(replaceable) msgid "swift.cache" msgstr "swift.cache" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml44(replaceable) msgid "http://keystonehost:35357/" msgstr "http://keystonehost:35357/" #: ./doc/common/tables/swift-object-server-pipeline-main.xml20(replaceable) msgid "healthcheck recon object-server" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml8(literal) #: ./doc/common/tables/keystone-cache.xml73(th) #: ./doc/common/tables/keystone-memcache.xml18(th) msgid "[memcache]" msgstr "[memcache]" #: ./doc/common/tables/swift-memcache-memcache.xml8(filename) msgid "memcache.conf" msgstr "memcache.conf" #: ./doc/common/tables/swift-memcache-memcache.xml20(replaceable) msgid "0.3" msgstr "0.3" #: ./doc/common/tables/swift-memcache-memcache.xml21(td) msgid "Timeout in seconds (float) for connection" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml25(td) msgid "Timeout in seconds (float) for read and write" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml33(td) msgid "Sets how memcache values are serialized and deserialized" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml37(td) msgid "Comma-separated list of memcached servers ip:port services" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml41(td) msgid "Timeout in seconds (float) for pooled connection" msgstr "" #: ./doc/common/tables/swift-memcache-memcache.xml45(td) msgid "Number of servers to retry on failures getting a pooled connection" msgstr "" #: ./doc/common/tables/ceilometer-debug.xml26(td) msgid "(BoolOpt) Allow novaclient's debug log output." msgstr "" #: ./doc/common/tables/swift-account-server-app-account-server.xml8(literal) msgid "[app-account-server]" msgstr "[app-account-server]" #: ./doc/common/tables/swift-account-server-app-account-server.xml40(replaceable) msgid "account-server" msgstr "account-server" #: ./doc/common/tables/swift-account-server-app-account-server.xml48(replaceable) msgid "egg:swift#account" msgstr "egg:swift#account" #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml8(literal) msgid "[filter-formpost]" msgstr "[filter-formpost]" #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml20(replaceable) msgid "egg:swift#formpost" msgstr "egg:swift#formpost" #: ./doc/common/tables/trove-compute.xml22(td) msgid "(StrOpt) List IP addresses that match this regular expression." msgstr "" #: ./doc/common/tables/trove-compute.xml37(replaceable) #: ./doc/common/tables/ironic-conductor.xml77(replaceable) msgid "ALL" msgstr "" #: ./doc/common/tables/trove-compute.xml38(td) msgid "(ListOpt) Permissions to grant to the 'root' user." msgstr "" #: ./doc/common/tables/trove-compute.xml42(td) msgid "(BoolOpt) Assign the 'root' user GRANT permissions." msgstr "" #: ./doc/common/tables/ironic-rootwrap.xml21(replaceable) msgid "/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap" msgstr "/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/swift-conf-changes.xml4(title) msgid "" "New, updated and deprecated options in Kilo for OpenStack Object Storage" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml16(td) msgid "drive-audit.conf: [drive-audit] log_to_console = False" msgstr "drive-audit.conf: [drive-audit] log_to_console = False" #: ./doc/common/tables/swift-conf-changes.xml20(td) msgid "drive-audit.conf: [drive-audit] recon_cache_path = /var/cache/swift" msgstr "drive-audit.conf: [drive-audit] recon_cache_path = /var/cache/swift" #: ./doc/common/tables/swift-conf-changes.xml21(td) msgid "(StrOpt) Directory where stats for a few items will be stored" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml24(td) msgid "drive-audit.conf: [drive-audit] unmount_failed_device = True" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml28(td) msgid "memcache.conf: [memcache] connect_timeout = 0.3" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml29(td) msgid "(StrOpt) Timeout in seconds (float) for connection" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml32(td) msgid "memcache.conf: [memcache] io_timeout = 2.0" msgstr "memcache.conf: [memcache] io_timeout = 2.0" #: ./doc/common/tables/swift-conf-changes.xml33(td) msgid "(StrOpt) Timeout in seconds (float) for read and write" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml36(td) msgid "memcache.conf: [memcache] pool_timeout = 1.0" msgstr "memcache.conf: [memcache] pool_timeout = 1.0" #: ./doc/common/tables/swift-conf-changes.xml37(td) msgid "(StrOpt) Timeout in seconds (float) for pooled connection" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml40(td) msgid "memcache.conf: [memcache] tries = 3" msgstr "memcache.conf: [memcache] tries = 3" #: ./doc/common/tables/swift-conf-changes.xml41(td) msgid "" "(StrOpt) Number of servers to retry on failures getting a pooled connection" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml44(td) msgid "" "proxy-server.conf: [filter-authtoken] identity_uri = " "http://keystonehost:35357/" msgstr "proxy-server.conf: [filter-authtoken] identity_uri = http://keystonehost:35357/" #: ./doc/common/tables/swift-conf-changes.xml48(td) msgid "proxy-server.conf: [filter-keystoneauth] allow_overrides = true" msgstr "proxy-server.conf: [filter-keystoneauth] allow_overrides = true" #: ./doc/common/tables/swift-conf-changes.xml49(td) msgid "" "(StrOpt) 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-conf-changes.xml55(td) msgid "proxy-server.conf: [filter-keystoneauth] is_admin = false" msgstr "proxy-server.conf: [filter-keystoneauth] is_admin = false" #: ./doc/common/tables/swift-conf-changes.xml56(td) msgid "" "(StrOpt) 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-conf-changes.xml60(td) msgid "proxy-server.conf: [filter-keystoneauth] reseller_prefix = AUTH" msgstr "proxy-server.conf: [filter-keystoneauth] reseller_prefix = AUTH" #: ./doc/common/tables/swift-conf-changes.xml61(td) msgid "(StrOpt) The naming scope for the auth service. Swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml64(td) msgid "proxy-server.conf: [filter-keystoneauth] service_roles =" msgstr "proxy-server.conf: [filter-keystoneauth] service_roles =" #: ./doc/common/tables/swift-conf-changes.xml65(td) msgid "" "(StrOpt) 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-conf-changes.xml69(td) msgid "proxy-server.conf: [filter-tempauth] require_group =" msgstr "proxy-server.conf: [filter-tempauth] require_group =" #: ./doc/common/tables/swift-conf-changes.xml73(td) msgid "" "proxy-server.conf: [filter-tempauth] user_test5_tester5 = testing5 service" msgstr "proxy-server.conf: [filter-tempauth] user_test5_tester5 = testing5 service" #: ./doc/common/tables/swift-conf-changes.xml90(td) msgid "object-server.conf: [app-object-server] keep_cache_size" msgstr "object-server.conf: [app-object-server] keep_cache_size" #: ./doc/common/tables/swift-conf-changes.xml91(td) msgid "5424880" msgstr "5424880" #: ./doc/common/tables/swift-conf-changes.xml95(td) msgid "proxy-server.conf: [app-proxy-server] swift_owner_headers" msgstr "proxy-server.conf: [app-proxy-server] swift_owner_headers" #: ./doc/common/tables/swift-conf-changes.xml96(td) 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-account-" "access-control" msgstr "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-account-access-control" #: ./doc/common/tables/swift-conf-changes.xml100(td) msgid "proxy-server.conf: [filter-authtoken] delay_auth_decision" msgstr "proxy-server.conf: [filter-authtoken] delay_auth_decision" #: ./doc/common/tables/trove-db_redis.xml7(caption) msgid "Description of Redis database configuration options" msgstr "" #: ./doc/common/tables/trove-db_redis.xml18(th) msgid "[redis]" msgstr "[redis]" #: ./doc/common/tables/trove-db_redis.xml37(replaceable) msgid "/var/lib/redis" msgstr "/var/lib/redis" #: ./doc/common/tables/cinder-rpc.xml50(td) msgid "(StrOpt) The topic that volume nodes listen on" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml8(literal) msgid "[realm2]" msgstr "[realm2]" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml20(replaceable) msgid "https://host3/v1/" msgstr "https://host3/v1/" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml24(replaceable) msgid "https://host4/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml28(replaceable) msgid "realm2key" msgstr "realm2key" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml32(replaceable) msgid "realm2key2" msgstr "realm2key2" #: ./doc/common/tables/cinder-hpmsa.xml7(caption) msgid "Description of HP MSA Fiber Channel driver configuration options" msgstr "" #: ./doc/common/tables/cinder-hpmsa.xml22(td) msgid "(StrOpt) The VDisk to use for volume creation." msgstr "" #: ./doc/common/tables/nova-apiv3.xml7(caption) msgid "Description of API v3 configuration options" msgstr "" #: ./doc/common/tables/nova-apiv3.xml18(th) msgid "[osapi_v3]" msgstr "[osapi_v3]" #: ./doc/common/tables/nova-apiv3.xml22(td) msgid "(BoolOpt) Whether the V3 API is enabled or not" msgstr "" #: ./doc/common/tables/nova-apiv3.xml26(td) msgid "" "(ListOpt) A list of v3 API extensions to never load. Specify the extension " "aliases here." msgstr "" #: ./doc/common/tables/nova-apiv3.xml30(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/keystone-oauth.xml7(caption) msgid "Description of OAuth configuration options" msgstr "" #: ./doc/common/tables/keystone-oauth.xml18(th) msgid "[oauth1]" msgstr "[oauth1]" #: ./doc/common/tables/keystone-oauth.xml22(td) msgid "(IntOpt) Duration (in seconds) for the OAuth Access Token." msgstr "" #: ./doc/common/tables/keystone-oauth.xml25(replaceable) msgid "keystone.contrib.oauth1.backends.sql.OAuth1" msgstr "keystone.contrib.oauth1.backends.sql.OAuth1" #: ./doc/common/tables/keystone-oauth.xml26(td) #: ./doc/common/tables/keystone-credential.xml22(td) msgid "(StrOpt) Credential backend driver." msgstr "" #: ./doc/common/tables/keystone-oauth.xml29(replaceable) msgid "28800" msgstr "28800" #: ./doc/common/tables/keystone-oauth.xml30(td) msgid "(IntOpt) Duration (in seconds) for the OAuth Request Token." msgstr "" #: ./doc/common/tables/cinder-storage_gpfs.xml7(caption) msgid "Description of GPFS storage configuration options" msgstr "" #: ./doc/common/tables/cinder-storage_gpfs.xml22(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.xml26(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.xml30(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.xml34(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.xml38(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.xml42(td) msgid "" "(StrOpt) Specifies the storage pool that volumes are assigned to. By " "default, the system storage pool is used." msgstr "" #: ./doc/common/tables/neutron-ml2_vlan.xml7(caption) msgid "Description of ML2 VLAN configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_vlan.xml18(th) msgid "[ml2_type_vlan]" msgstr "[ml2_type_vlan]" #: ./doc/common/tables/neutron-ml2_vlan.xml22(td) msgid "" "(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max>" " or <physical_network> specifying physical_network names usable for " "VLAN provider and tenant networks, as well as ranges of VLAN tags on each " "available for allocation to tenant networks." msgstr "" #: ./doc/common/tables/cinder-storpool.xml7(caption) msgid "Description of StorPool volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-storpool.xml22(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.xml26(td) msgid "(StrOpt) The StorPool template for volumes with no type." msgstr "" #: ./doc/common/tables/swift-object-server-object-auditor.xml8(literal) msgid "[object-auditor]" msgstr "[object-auditor]" #: ./doc/common/tables/swift-object-server-object-auditor.xml20(replaceable) msgid "10000000" msgstr "10000000" #: ./doc/common/tables/swift-object-server-object-auditor.xml21(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.xml33(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.xml48(replaceable) msgid "object-auditor" msgstr "object-auditor" #: ./doc/common/tables/swift-object-server-object-auditor.xml53(td) msgid "Frequency of status logs in seconds." msgstr "" #: ./doc/common/tables/swift-object-server-object-auditor.xml65(td) msgid "Maximum zero byte files audited per second." msgstr "" #: ./doc/common/tables/neutron-lbaas.xml7(caption) msgid "Description of LBaaS configuration options" msgstr "" #: ./doc/common/tables/neutron-lbaas.xml21(td) msgid "" "device_driver = " "['neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver']" msgstr "" #: ./doc/common/tables/neutron-lbaas.xml22(td) msgid "(MultiStrOpt) Drivers used to manage loadbalancing devices" msgstr "" #: ./doc/common/tables/neutron-lbaas.xml25(td) msgid "" "loadbalancer_pool_scheduler_driver = " "neutron.services.loadbalancer.agent_scheduler.ChanceScheduler" msgstr "" #: ./doc/common/tables/neutron-lbaas.xml26(td) msgid "" "(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml7(caption) msgid "Description of Swift backup driver configuration options" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml21(replaceable) msgid "per_user" msgstr "per_user" #: ./doc/common/tables/cinder-backups_swift.xml22(td) msgid "(StrOpt) Swift authentication mechanism" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml26(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.xml29(replaceable) msgid "volumebackups" msgstr "volumebackups" #: ./doc/common/tables/cinder-backups_swift.xml30(td) msgid "(StrOpt) The default Swift container to use" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml57(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.xml38(td) msgid "(StrOpt) Swift key for authentication" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml41(replaceable) msgid "52428800" msgstr "52428800" #: ./doc/common/tables/cinder-backups_swift.xml42(td) msgid "(IntOpt) The size in bytes of Swift backup objects" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml46(td) msgid "(IntOpt) The number of retries to make for Swift operations" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml50(td) msgid "(IntOpt) The backoff time in seconds between Swift retries" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml54(td) msgid "" "(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 " "system" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml58(td) msgid "(StrOpt) The URL of the Swift endpoint" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml62(td) msgid "(StrOpt) Swift user name" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml65(replaceable) msgid "object-store:swift:publicURL" msgstr "object-store:swift:publicURL" #: ./doc/common/tables/cinder-backups_swift.xml66(td) msgid "" "(StrOpt) Info to match when looking for swift in the service catalog. Format" " is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type> - Only used " "if backup_swift_url is unset" msgstr "" #: ./doc/common/tables/trove-database.xml21(replaceable) msgid "sqlite:///trove_test.sqlite" msgstr "sqlite:///trove_test.sqlite" #: ./doc/common/tables/trove-database.xml26(td) msgid "" "(IntOpt) Idle time (in seconds) after which the connection to the database " "is reestablished. Some databases will drop connections after a specific " "amount of idle time. Setting sql_idle_timeout to a lower value than this " "will ensure that a reconnect occurs before the database can drop the " "connection." msgstr "" #: ./doc/common/tables/trove-database.xml30(td) msgid "(BoolOpt) Write all SQL queries to a log." msgstr "" #: ./doc/common/tables/trove-database.xml34(td) msgid "" "(BoolOpt) Allow insecure logging while executing queries through SQLAlchemy." msgstr "" #: ./doc/common/tables/ironic-common.xml22(td) msgid "(StrOpt) Directory where ironic binaries are installed." msgstr "" #: ./doc/common/tables/ironic-common.xml25(replaceable) msgid "pxe_ipmitool" msgstr "pxe_ipmitool" #: ./doc/common/tables/ironic-common.xml26(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.xml34(td) msgid "(BoolOpt) Force backing images to raw format." msgstr "" #: ./doc/common/tables/ironic-common.xml38(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.xml42(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.xml46(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.xml49(replaceable) msgid "/usr/lib/syslinux/isolinux.bin" msgstr "" #: ./doc/common/tables/ironic-common.xml50(td) msgid "(StrOpt) Path to isolinux binary file." msgstr "" #: ./doc/common/tables/ironic-common.xml53(replaceable) msgid "$pybasedir/common/isolinux_config.template" msgstr "" #: ./doc/common/tables/ironic-common.xml54(td) msgid "(StrOpt) Template file for isolinux configuration file." msgstr "" #: ./doc/common/tables/ironic-common.xml62(td) msgid "(StrOpt) IP address of this host." msgstr "" #: ./doc/common/tables/ironic-common.xml66(td) msgid "(BoolOpt) Run image downloads and raw format conversions in parallel." msgstr "" #: ./doc/common/tables/ironic-common.xml73(replaceable) msgid "/usr/lib/python/site-packages/ironic/ironic" msgstr "" #: ./doc/common/tables/ironic-common.xml74(td) msgid "(StrOpt) Directory where the ironic python module is installed." msgstr "" #: ./doc/common/tables/ironic-common.xml77(replaceable) msgid "/etc/ironic/rootwrap.conf" msgstr "" #: ./doc/common/tables/ironic-common.xml78(td) msgid "" "(StrOpt) Path to the rootwrap configuration file to use for running commands" " as root." msgstr "" #: ./doc/common/tables/ironic-common.xml86(td) msgid "(StrOpt) Top-level directory for maintaining ironic's state." msgstr "" #: ./doc/common/tables/ironic-common.xml90(td) msgid "(StrOpt) Explicitly specify the temporary working directory." msgstr "" #: ./doc/common/tables/swift-container-server-app-container-server.xml8(literal) msgid "[app-container-server]" msgstr "" #: ./doc/common/tables/swift-container-server-app-container-server.xml21(td) msgid "Enable/Disable object versioning feature" msgstr "" #: ./doc/common/tables/swift-container-server-app-container-server.xml52(replaceable) msgid "container-server" msgstr "" #: ./doc/common/tables/swift-container-server-app-container-server.xml60(replaceable) msgid "egg:swift#container" msgstr "" #: ./doc/common/tables/nova-authentication.xml7(caption) msgid "Description of authentication configuration options" msgstr "" #: ./doc/common/tables/nova-authentication.xml22(td) msgid "(StrOpt) The strategy to use for auth: noauth or keystone." msgstr "" #: ./doc/common/tables/neutron-nvsd.xml7(caption) msgid "Description of NVSD driver configuration options" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml22(td) msgid "(StrOpt) integration bridge" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml25(th) msgid "[nvsd]" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml29(td) msgid "(StrOpt) NVSD Controller IP address" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml32(replaceable) msgid "oc123" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml33(td) msgid "(StrOpt) NVSD Controller password" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml36(replaceable) #: ./doc/common/tables/neutron-opencontrail.xml25(replaceable) msgid "8082" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml37(td) msgid "(IntOpt) NVSD Controller Port number" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml41(td) msgid "(IntOpt) Number of login retries to NVSD controller" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml44(replaceable) msgid "ocplugin" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml45(td) msgid "(StrOpt) NVSD Controller username" msgstr "" #: ./doc/common/tables/neutron-nvsd.xml49(td) msgid "(IntOpt) NVSD controller REST API request timeout in seconds" msgstr "" #: ./doc/common/tables/swift-account-server-pipeline-main.xml20(replaceable) msgid "healthcheck recon account-server" msgstr "" #: ./doc/common/tables/glance-gridfs.xml7(caption) msgid "Description of GridFS configuration options" msgstr "" #: ./doc/common/tables/glance-gridfs.xml22(td) msgid "(StrOpt) Database to use" msgstr "" #: ./doc/common/tables/glance-gridfs.xml26(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/neutron-hyperv_agent.xml7(caption) msgid "Description of HyperV agent configuration options" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml22(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.xml25(replaceable) msgid "private" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml26(td) msgid "(StrOpt) Private vswitch name used for local networks" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml30(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.xml34(td) msgid "" "(ListOpt) List of <physical_network>:<vswitch> where the " "physical networks can be expressed with wildcards, e.g.: .\"*:external\"" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml38(td) msgid "" "(IntOpt) The number of seconds the agent will wait between polling for local" " device changes." msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml41(th) msgid "[HYPERV]" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml49(td) msgid "(StrOpt) Network type for tenant networks (local, flat, vlan or none)" msgstr "" #: ./doc/common/tables/neutron-hyperv_agent.xml56(td) #: ./doc/common/tables/nova-hyperv.xml30(td) msgid "(BoolOpt) Force V1 WMI utility classes" msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml7(caption) msgid "Description of TripleO configuration options" msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml18(th) msgid "[hardware]" msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml21(replaceable) msgid "ro_snmp_user" msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml22(td) msgid "(StrOpt) SNMPd user name of all nodes running in the cloud." msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml26(td) msgid "(StrOpt) SNMPd password of all the nodes running in the cloud." msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml29(replaceable) msgid "snmp://" msgstr "" #: ./doc/common/tables/ceilometer-tripleo.xml30(td) msgid "(StrOpt) URL scheme to use for hardware nodes." msgstr "" #: ./doc/common/tables/keystone-federation.xml7(caption) msgid "Description of federation configuration options" msgstr "" #: ./doc/common/tables/keystone-federation.xml18(th) msgid "[federation]" msgstr "" #: ./doc/common/tables/keystone-federation.xml22(td) msgid "" "(StrOpt) Value to be used when filtering assertion parameters from the " "environment." msgstr "" #: ./doc/common/tables/keystone-federation.xml25(replaceable) msgid "keystone.contrib.federation.backends.sql.Federation" msgstr "" #: ./doc/common/tables/keystone-federation.xml26(td) msgid "(StrOpt) Federation backend driver." msgstr "" #: ./doc/common/tables/glance-taskflow.xml7(caption) msgid "Description of TaskFlow configuration options" msgstr "" #: ./doc/common/tables/glance-taskflow.xml18(th) msgid "[taskflow_executor]" msgstr "" #: ./doc/common/tables/glance-taskflow.xml21(replaceable) msgid "serial" msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml7(caption) msgid "Description of service types configuration options" msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml18(th) msgid "[service_types]" msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml21(replaceable) msgid "image" msgstr "镜像" #: ./doc/common/tables/ceilometer-service_types.xml22(td) msgid "(StrOpt) Glance service type." msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml25(replaceable) msgid "energy" msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml26(td) msgid "(StrOpt) Kwapi service type." msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml30(td) msgid "(StrOpt) Neutron service type." msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml34(td) msgid "(StrOpt) Nova service type." msgstr "" #: ./doc/common/tables/ceilometer-service_types.xml38(td) msgid "(StrOpt) Swift service type." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml7(caption) msgid "Description of Dell EqualLogic volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml22(td) msgid "(StrOpt) Existing CHAP account name. Defaults to \"admin\"." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml26(td) msgid "" "(StrOpt) Password for specified CHAP account name. Defaults to \"password\"." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml30(td) msgid "(IntOpt) Maximum retry count for reconnection. Default is 5." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml34(td) msgid "" "(IntOpt) Timeout for the Group Manager cli command execution. Default is 30." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml37(replaceable) msgid "group-0" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml38(td) msgid "(StrOpt) Group name to use for creating volumes. Defaults to \"group-0\"." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml42(td) msgid "(StrOpt) Pool in which volumes will be created. Defaults to \"default\"." msgstr "" #: ./doc/common/tables/cinder-eqlx.xml46(td) msgid "(BoolOpt) Use CHAP authentication for targets. Defaults to \"False\"." msgstr "" #: ./doc/common/tables/nova-ec2.xml7(caption) #: ./doc/common/tables/keystone-ec2.xml7(caption) msgid "Description of EC2 configuration options" msgstr "" #: ./doc/common/tables/nova-ec2.xml22(td) msgid "(StrOpt) The internal IP address of the EC2 API server" msgstr "" #: ./doc/common/tables/nova-ec2.xml26(td) msgid "(StrOpt) The IP address of the EC2 API server" msgstr "" #: ./doc/common/tables/nova-ec2.xml30(td) msgid "(StrOpt) The IP address on which the EC2 API will listen." msgstr "" #: ./doc/common/tables/nova-ec2.xml33(replaceable) #: ./doc/common/tables/nova-ec2.xml41(replaceable) msgid "8773" msgstr "" #: ./doc/common/tables/nova-ec2.xml34(td) msgid "(IntOpt) The port on which the EC2 API will listen." msgstr "" #: ./doc/common/tables/nova-ec2.xml38(td) msgid "(StrOpt) The path prefix used to call the ec2 API server" msgstr "" #: ./doc/common/tables/nova-ec2.xml42(td) msgid "(IntOpt) The port of the EC2 API server" msgstr "" #: ./doc/common/tables/nova-ec2.xml46(td) msgid "" "(BoolOpt) Return the IP address as private dns hostname in describe " "instances" msgstr "" #: ./doc/common/tables/nova-ec2.xml50(td) msgid "" "(StrOpt) The protocol to use when connecting to the EC2 API server (http, " "https)" msgstr "" #: ./doc/common/tables/nova-ec2.xml54(td) msgid "(BoolOpt) Validate security group names according to EC2 specification" msgstr "" #: ./doc/common/tables/nova-ec2.xml58(td) msgid "(IntOpt) Time in seconds before ec2 timestamp expires" msgstr "" #: ./doc/common/tables/nova-ec2.xml62(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.xml69(replaceable) #: ./doc/common/tables/keystone-ec2.xml37(replaceable) msgid "http://localhost:5000/v2.0/ec2tokens" msgstr "" #: ./doc/common/tables/nova-ec2.xml70(td) #: ./doc/common/tables/keystone-ec2.xml38(td) msgid "(StrOpt) URL to get token from ec2 request." msgstr "" #: ./doc/common/tables/nova-ec2.xml74(td) msgid "(IntOpt) Number of failed auths before lockout." msgstr "" #: ./doc/common/tables/nova-ec2.xml78(td) msgid "(IntOpt) Number of minutes to lockout if triggered." msgstr "" #: ./doc/common/tables/nova-ec2.xml82(td) msgid "(IntOpt) Number of minutes for lockout window." msgstr "" #: ./doc/common/tables/nova-ec2.xml86(td) msgid "(ListOpt) List of region=fqdn pairs separated by commas" msgstr "" #: ./doc/common/tables/keystone-credential.xml7(caption) msgid "Description of credential configuration options" msgstr "" #: ./doc/common/tables/keystone-credential.xml18(th) msgid "[credential]" msgstr "" #: ./doc/common/tables/keystone-credential.xml21(replaceable) msgid "keystone.credential.backends.sql.Credential" msgstr "" #: ./doc/common/tables/cinder-block-device.xml7(caption) msgid "Description of block device configuration options" msgstr "" #: ./doc/common/tables/cinder-block-device.xml22(td) msgid "(ListOpt) List of all available devices" msgstr "" #: ./doc/common/tables/ironic-conductor.xml22(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.xml26(td) msgid "(IntOpt) Interval between checks of provision timeouts, in seconds." msgstr "" #: ./doc/common/tables/ironic-conductor.xml29(replaceable) msgid "ironic_configdrive_container" msgstr "" #: ./doc/common/tables/ironic-conductor.xml30(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.xml34(td) msgid "(BoolOpt) Whether to upload the config drive to Swift." msgstr "" #: ./doc/common/tables/ironic-conductor.xml38(td) msgid "" "(IntOpt) Timeout (seconds) for waiting callback from deploy ramdisk. 0 - " "unlimited." msgstr "" #: ./doc/common/tables/ironic-conductor.xml42(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.xml46(td) msgid "(IntOpt) Seconds between conductor heart beats." msgstr "" #: ./doc/common/tables/ironic-conductor.xml50(td) msgid "" "(IntOpt) Maximum time (in seconds) since the last check-in of a conductor." msgstr "" #: ./doc/common/tables/ironic-conductor.xml54(td) msgid "(IntOpt) Number of attempts to grab a node lock." msgstr "" #: ./doc/common/tables/ironic-conductor.xml58(td) msgid "(IntOpt) Seconds to sleep between node lock attempts." msgstr "" #: ./doc/common/tables/ironic-conductor.xml62(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.xml66(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.xml70(td) msgid "(BoolOpt) Enable sending sensor data message via the notification bus" msgstr "" #: ./doc/common/tables/ironic-conductor.xml74(td) msgid "" "(IntOpt) Seconds between conductor sending sensor data message to ceilometer" " via the notification bus." msgstr "" #: ./doc/common/tables/ironic-conductor.xml78(td) msgid "" "(ListOpt) List of comma separated metric 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.xml82(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.xml86(td) msgid "" "(IntOpt) Interval between syncing the node power state to the database, in " "seconds." msgstr "" #: ./doc/common/tables/ironic-conductor.xml90(td) msgid "(IntOpt) The size of the workers greenthread pool." msgstr "" #: ./doc/common/tables/neutron-metadata.xml22(td) msgid "" "(StrOpt) Mapping between flavor and LinuxInterfaceDriver. It is specific to " "MetaInterfaceDriver used with admin_user, admin_password, admin_tenant_name," " admin_url, auth_strategy, auth_region and endpoint_type." msgstr "" #: ./doc/common/tables/neutron-metadata.xml25(replaceable) msgid "0x1" msgstr "" #: ./doc/common/tables/neutron-metadata.xml30(td) msgid "" "(IntOpt) Number of backlog requests to configure the metadata server socket " "with" msgstr "" #: ./doc/common/tables/neutron-metadata.xml33(replaceable) msgid "9697" msgstr "" #: ./doc/common/tables/neutron-metadata.xml34(td) msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy." msgstr "" #: ./doc/common/tables/neutron-metadata.xml38(td) msgid "" "(StrOpt) Group (gid or name) running metadata proxy after its initialization" " (if empty: L3 agent effective group)" msgstr "" #: ./doc/common/tables/neutron-metadata.xml45(replaceable) msgid "$state_path/metadata_proxy" msgstr "" #: ./doc/common/tables/neutron-metadata.xml46(td) msgid "(StrOpt) Location of Metadata Proxy UNIX domain socket" msgstr "" #: ./doc/common/tables/neutron-metadata.xml50(td) msgid "" "(StrOpt) User (uid or name) running metadata proxy after its initialization " "(if empty: L3 agent effective user)" msgstr "" #: ./doc/common/tables/neutron-metadata.xml54(td) msgid "(IntOpt) Number of separate worker processes for metadata server" msgstr "" #: ./doc/common/tables/neutron-metadata.xml58(td) msgid "" "(BoolOpt) Allow to perform insecure SSL (https) requests to nova metadata" msgstr "" #: ./doc/common/tables/neutron-metadata.xml62(td) msgid "(StrOpt) IP address used by Nova metadata server." msgstr "" #: ./doc/common/tables/neutron-metadata.xml66(td) msgid "(IntOpt) TCP Port used by Nova metadata server." msgstr "" #: ./doc/common/tables/neutron-metadata.xml70(td) msgid "(StrOpt) Protocol to access nova metadata, http or https" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml7(caption) msgid "Description of LBaaS Netscaler configuration options" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml18(th) msgid "[netscaler_driver]" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml21(td) msgid "netscaler_ncc_password = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml22(td) msgid "(StrOpt) Password to login to the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml25(td) msgid "netscaler_ncc_uri = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml26(td) msgid "(StrOpt) The URL to reach the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml29(td) msgid "netscaler_ncc_username = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml30(td) msgid "(StrOpt) Username to login to the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/nova-fping.xml7(caption) msgid "Description of fping configuration options" msgstr "" #: ./doc/common/tables/nova-fping.xml21(replaceable) msgid "/usr/sbin/fping" msgstr "" #: ./doc/common/tables/nova-fping.xml22(td) msgid "(StrOpt) Full path to fping." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml8(literal) msgid "[filter-staticweb]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml20(replaceable) msgid "egg:swift#staticweb" msgstr "" #: ./doc/common/tables/ironic-auth.xml22(td) msgid "(StrOpt) Method to use for authentication: noauth or keystone." msgstr "" #: ./doc/common/tables/trove-cluster.xml7(caption) msgid "Description of cluster configuration options" msgstr "" #: ./doc/common/tables/trove-cluster.xml22(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a cluster delete." msgstr "" #: ./doc/common/tables/trove-cluster.xml25(replaceable) msgid "675" msgstr "" #: ./doc/common/tables/trove-cluster.xml26(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for a cluster to become active." msgstr "" #: ./doc/common/tables/trove-cluster.xml30(td) msgid "(IntOpt) Page size for listing clusters." msgstr "" #: ./doc/common/tables/swift-container-server-container-replicator.xml8(literal) msgid "[container-replicator]" msgstr "" #: ./doc/common/tables/swift-container-server-container-replicator.xml44(replaceable) msgid "container-replicator" msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml7(caption) msgid "Description of ML2 NCS mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml18(th) msgid "[ml2_ncs]" msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml22(td) #: ./doc/common/tables/neutron-ml2_odl.xml22(td) msgid "(StrOpt) HTTP password for authentication" msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml26(td) #: ./doc/common/tables/neutron-ml2_odl.xml30(td) msgid "(IntOpt) HTTP timeout in seconds." msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml30(td) msgid "(StrOpt) HTTP URL of Tail-f NCS REST interface." msgstr "" #: ./doc/common/tables/neutron-ml2_ncs.xml34(td) #: ./doc/common/tables/neutron-ml2_odl.xml38(td) msgid "(StrOpt) HTTP username for authentication" msgstr "" #: ./doc/common/tables/neutron-ml2_arista.xml7(caption) msgid "Description of ML2 Arista mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_arista.xml18(th) msgid "[ml2_arista]" msgstr "" #: ./doc/common/tables/neutron-ml2_arista.xml22(td) msgid "" "(StrOpt) Arista EOS IP address. This is required field. If not set, all " "communications to Arista EOSwill fail." msgstr "" #: ./doc/common/tables/neutron-ml2_arista.xml26(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.xml30(td) msgid "" "(StrOpt) Username for Arista EOS. This is required field. If not set, all " "communications to Arista EOSwill fail." msgstr "" #: ./doc/common/tables/neutron-ml2_arista.xml34(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.xml38(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.xml42(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/nova-trustedcomputing.xml7(caption) msgid "Description of trusted computing configuration options" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml18(th) msgid "[trusted_computing]" msgstr "[trusted_computing]" #: ./doc/common/tables/nova-trustedcomputing.xml21(replaceable) msgid "/OpenAttestationWebServices/V1.0" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml22(td) msgid "(StrOpt) Attestation web API URL" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml26(td) msgid "(StrOpt) Attestation authorization blob - must change" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml30(td) msgid "(IntOpt) Attestation status cache valid period length" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml34(td) msgid "(BoolOpt) Disable SSL cert verification for Attestation service" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml38(td) msgid "(StrOpt) Attestation server port" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml42(td) msgid "(StrOpt) Attestation server HTTP" msgstr "" #: ./doc/common/tables/nova-trustedcomputing.xml46(td) msgid "(StrOpt) Attestation server Cert file for Identity verification" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml8(literal) msgid "[filter-bulk]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml40(replaceable) msgid "egg:swift#bulk" msgstr "" #: ./doc/common/tables/neutron-compute.xml22(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.xml26(td) msgid "(BoolOpt) Send notification to nova when port status changes" msgstr "" #: ./doc/common/tables/neutron-compute.xml30(td) msgid "(StrOpt) Authorization URL for connecting to nova in admin context" msgstr "" #: ./doc/common/tables/neutron-compute.xml34(td) msgid "(StrOpt) Password for connection to nova in admin context" msgstr "" #: ./doc/common/tables/neutron-compute.xml38(td) msgid "(StrOpt) The uuid of the admin nova tenant" msgstr "" #: ./doc/common/tables/neutron-compute.xml42(td) msgid "(StrOpt) The name of the admin nova tenant" msgstr "" #: ./doc/common/tables/neutron-compute.xml46(td) msgid "(StrOpt) Username for connecting to nova in admin context" msgstr "" #: ./doc/common/tables/neutron-compute.xml50(td) msgid "(BoolOpt) If True, ignore any SSL validation issues" msgstr "" #: ./doc/common/tables/neutron-compute.xml54(td) msgid "(StrOpt) CA file for novaclient to verify server certificates" msgstr "" #: ./doc/common/tables/neutron-compute.xml58(td) msgid "(StrOpt) Client certificate for nova metadata api server." msgstr "" #: ./doc/common/tables/neutron-compute.xml62(td) msgid "(StrOpt) Private key of client certificate." msgstr "" #: ./doc/common/tables/neutron-compute.xml69(replaceable) msgid "http://127.0.0.1:8774/v2" msgstr "" #: ./doc/common/tables/neutron-compute.xml70(td) msgid "(StrOpt) URL for connection to nova" msgstr "" #: ./doc/common/tables/neutron-compute.xml74(td) msgid "" "(IntOpt) Number of seconds between sending events to nova if there are any " "events to send." msgstr "" #: ./doc/common/tables/glance-imagecache.xml7(caption) msgid "Description of flagmappings configuration options" msgstr "" #: ./doc/common/tables/glance-imagecache.xml22(td) msgid "" "(BoolOpt) A boolean that determines if the scrubber should clean up the " "files it uses for taking data. Only one server in your deployment should be " "designated the cleanup host." msgstr "" #: ./doc/common/tables/glance-imagecache.xml26(td) msgid "" "(IntOpt) Items must have a modified time that is older than this value in " "order to be candidates for cleanup." msgstr "" #: ./doc/common/tables/glance-imagecache.xml30(td) msgid "(BoolOpt) Turn on/off delayed delete." msgstr "" #: ./doc/common/tables/glance-imagecache.xml34(td) msgid "(StrOpt) Base directory that the Image Cache uses." msgstr "" #: ./doc/common/tables/glance-imagecache.xml37(replaceable) msgid "sqlite" msgstr "" #: ./doc/common/tables/glance-imagecache.xml38(td) msgid "(StrOpt) The driver to use for image cache management." msgstr "" #: ./doc/common/tables/glance-imagecache.xml41(replaceable) msgid "10737418240" msgstr "" #: ./doc/common/tables/glance-imagecache.xml42(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.xml45(replaceable) msgid "cache.db" msgstr "" #: ./doc/common/tables/glance-imagecache.xml46(td) msgid "" "(StrOpt) The path to the sqlite file database that will be used for image " "cache management." msgstr "" #: ./doc/common/tables/glance-imagecache.xml50(td) msgid "" "(IntOpt) The amount of time to let an image remain in the cache without " "being accessed." msgstr "" #: ./doc/common/tables/glance-imagecache.xml54(td) msgid "" "(IntOpt) The amount of time in seconds to delay before performing a delete." msgstr "" #: ./doc/common/tables/glance-imagecache.xml57(replaceable) msgid "/var/lib/glance/scrubber" msgstr "" #: ./doc/common/tables/glance-imagecache.xml58(td) msgid "" "(StrOpt) Directory that the scrubber will use to track information about " "what to delete. Make sure this is set in glance-api.conf and glance-" "scrubber.conf." msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml7(caption) msgid "Description of ML2 Brocade mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml18(th) msgid "[ml2_brocade]" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml22(td) #: ./doc/common/tables/neutron-brocade.xml29(td) msgid "(StrOpt) The address of the host to SSH to" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml25(replaceable) #: ./doc/common/tables/neutron-brocade.xml32(replaceable) msgid "NOS" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml26(td) msgid "(StrOpt) OS Type of the switch" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml29(replaceable) msgid "4.0.0" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml30(td) msgid "(StrOpt) OS Version number" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml34(td) #: ./doc/common/tables/neutron-brocade.xml37(td) msgid "(StrOpt) The SSH password to use" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml38(td) msgid "(StrOpt) Allowed physical networks" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml42(td) msgid "(StrOpt) Rbridge id of provider edge router(s)" msgstr "" #: ./doc/common/tables/neutron-ml2_brocade.xml46(td) #: ./doc/common/tables/neutron-brocade.xml41(td) msgid "(StrOpt) The SSH username to use" msgstr "" #: ./doc/common/tables/swift-account-server-account-auditor.xml8(literal) msgid "[account-auditor]" msgstr "" #: ./doc/common/tables/swift-account-server-account-auditor.xml21(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.xml40(replaceable) msgid "account-auditor" msgstr "" #: ./doc/common/tables/cinder-nas.xml7(caption) msgid "Description of NAS configuration options" msgstr "" #: ./doc/common/tables/cinder-nas.xml22(td) msgid "(StrOpt) IP address or Hostname of NAS system." msgstr "" #: ./doc/common/tables/cinder-nas.xml26(td) msgid "(StrOpt) User name to connect to NAS system." msgstr "" #: ./doc/common/tables/cinder-nas.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml213(td) msgid "" "(StrOpt) Options used to mount the storage backend file system where Cinder " "volumes are stored." msgstr "" #: ./doc/common/tables/cinder-nas.xml34(td) msgid "(StrOpt) Password to connect to NAS system." msgstr "" #: ./doc/common/tables/cinder-nas.xml38(td) msgid "(StrOpt) Filename of private key to use for SSH authentication." msgstr "" #: ./doc/common/tables/cinder-nas.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml217(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-nas.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml221(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-nas.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml225(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-nas.xml54(td) msgid "(IntOpt) SSH port to use to connect to NAS system." msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml7(caption) msgid "Description of NetApp cDOT NFS driver configuration options" msgstr "" #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml26(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/heat-clients_swift.xml7(caption) msgid "Description of swift clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_swift.xml18(th) msgid "[clients_swift]" msgstr "" #: ./doc/common/tables/neutron-brocade.xml7(caption) msgid "Description of Brocade configuration options" msgstr "" #: ./doc/common/tables/neutron-brocade.xml18(th) msgid "[PHYSICAL_INTERFACE]" msgstr "" #: ./doc/common/tables/neutron-brocade.xml22(td) msgid "(StrOpt) The network interface to use when creating a port" msgstr "" #: ./doc/common/tables/neutron-brocade.xml25(th) msgid "[SWITCH]" msgstr "" #: ./doc/common/tables/neutron-brocade.xml33(td) msgid "(StrOpt) Currently unused" msgstr "" #: ./doc/common/tables/neutron-ml2_odl.xml7(caption) msgid "Description of ML2 OpenDaylight mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_odl.xml18(th) msgid "[ml2_odl]" msgstr "" #: ./doc/common/tables/neutron-ml2_odl.xml26(td) msgid "(IntOpt) Tomcat session timeout in minutes." msgstr "" #: ./doc/common/tables/neutron-ml2_odl.xml34(td) msgid "(StrOpt) HTTP URL of OpenDaylight REST interface." msgstr "" #: ./doc/common/tables/swift-object-server-filter-recon.xml24(replaceable) msgid "/var/lock" msgstr "" #: ./doc/common/tables/heat-rpc.xml22(td) msgid "" "(IntOpt) RPC timeout for the engine liveness check that is used for stack " "locking." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml7(caption) msgid "Description of taskmanager configuration options" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml21(replaceable) msgid "/etc/trove/cloudinit" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml22(td) msgid "(StrOpt) Path to folder with cloudinit scripts." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml26(td) msgid "" "(StrOpt) Manager class in the Guest Agent, set up by the Taskmanager on " "instance provision." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml30(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.xml33(replaceable) msgid "360" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml34(td) msgid "" "(IntOpt) Number of report_intervals to wait between pushing events (see " "report_interval)." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml38(td) msgid "(StrOpt) Transformer for exists notifications." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml42(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server reboot." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml46(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml50(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.xml54(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server resize revert." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml58(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a server delete." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml62(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a state change." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml66(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.xml74(td) msgid "(BoolOpt) Use Heat for provisioning." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml78(td) msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml82(td) msgid "(BoolOpt) Whether to provision a Cinder volume for the Nova instance." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml86(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/heat-cloudwatch_api.xml7(caption) msgid "Description of CloudWatch API configuration options" msgstr "" #: ./doc/common/tables/heat-cloudwatch_api.xml22(td) msgid "(BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource." msgstr "" #: ./doc/common/tables/heat-cloudwatch_api.xml29(th) msgid "[heat_api_cloudwatch]" msgstr "" #: ./doc/common/tables/heat-cloudwatch_api.xml40(replaceable) msgid "8003" msgstr "8003" #: ./doc/common/tables/heat-cloudwatch_api.xml53(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/cinder-images.xml7(caption) msgid "Description of images configuration options" msgstr "" #: ./doc/common/tables/cinder-images.xml22(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.xml29(replaceable) msgid "$glance_host:$glance_port" msgstr "" #: ./doc/common/tables/cinder-images.xml30(td) msgid "" "(ListOpt) A list of the glance API servers available to cinder " "([hostname|ip]:port)" msgstr "" #: ./doc/common/tables/cinder-images.xml34(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.xml38(td) msgid "(IntOpt) Version of the glance API to use" msgstr "" #: ./doc/common/tables/cinder-images.xml42(td) msgid "" "(StrOpt) Location of ca certificates file to use for glance client requests." msgstr "" #: ./doc/common/tables/cinder-images.xml45(replaceable) msgid "" "checksum, container_format, disk_format, image_name, image_id, min_disk, " "min_ram, name, size" msgstr "" #: ./doc/common/tables/cinder-images.xml46(td) msgid "(ListOpt) Default core properties of image" msgstr "" #: ./doc/common/tables/cinder-images.xml50(td) msgid "(StrOpt) Default glance host name or IP" msgstr "" #: ./doc/common/tables/cinder-images.xml54(td) msgid "(IntOpt) Number retries when downloading an image from glance" msgstr "" #: ./doc/common/tables/cinder-images.xml62(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.xml65(replaceable) msgid "$state_path/conversion" msgstr "" #: ./doc/common/tables/cinder-images.xml66(td) msgid "(StrOpt) Directory used for temporary storage during image conversion" msgstr "" #: ./doc/common/tables/cinder-images.xml70(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-huawei.xml7(caption) msgid "Description of Huawei storage driver configuration options" msgstr "" #: ./doc/common/tables/cinder-huawei.xml21(replaceable) msgid "/etc/cinder/cinder_huawei_conf.xml" msgstr "" #: ./doc/common/tables/cinder-huawei.xml22(td) msgid "(StrOpt) The configuration file for the Cinder Huawei driver" msgstr "" #: ./doc/common/tables/nova-console.xml7(caption) #: ./doc/common/tables/ironic-console.xml7(caption) msgid "Description of console configuration options" msgstr "" #: ./doc/common/tables/nova-console.xml22(td) msgid "(StrOpt) Publicly visible name for this console host" msgstr "" #: ./doc/common/tables/nova-console.xml26(td) msgid "(IntOpt) How many seconds before deleting tokens" msgstr "" #: ./doc/common/tables/nova-console.xml29(replaceable) msgid "nova.consoleauth.manager.ConsoleAuthManager" msgstr "" #: ./doc/common/tables/nova-console.xml30(td) msgid "(StrOpt) Manager for console auth" msgstr "" #: ./doc/common/tables/cinder-profiler.xml7(caption) #: ./doc/common/tables/glance-profiler.xml7(caption) msgid "Description of profiler configuration options" msgstr "" #: ./doc/common/tables/neutron-fwaas.xml7(caption) msgid "Description of FwaaS configuration options" msgstr "" #: ./doc/common/tables/neutron-fwaas.xml18(th) #: ./doc/common/tables/neutron-nec.xml76(th) msgid "[fwaas]" msgstr "" #: ./doc/common/tables/neutron-fwaas.xml22(td) msgid "(BoolOpt) Enable FWaaS" msgstr "" #: ./doc/common/tables/cinder-nexenta_nfs.xml7(caption) msgid "Description of Nexenta NFS driver configuration options" msgstr "" #: ./doc/common/tables/cinder-nexenta_nfs.xml22(td) msgid "(StrOpt) Base directory that contains NFS share mount points" msgstr "" #: ./doc/common/tables/cinder-nexenta_nfs.xml26(td) msgid "" "(BoolOpt) If set True cache NexentaStor appliance volroot option value." msgstr "" #: ./doc/common/tables/cinder-nexenta_nfs.xml34(td) msgid "(StrOpt) Default compression value for new ZFS folders." msgstr "" #: ./doc/common/tables/nova-database.xml21(replaceable) msgid "nova.db" msgstr "" #: ./doc/common/tables/nova-database.xml22(td) msgid "(StrOpt) The driver to use for database access" msgstr "" #: ./doc/common/tables/nova-quota.xml22(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.xml26(td) msgid "(BoolOpt) Enables or disables quota checking for tenant networks" msgstr "" #: ./doc/common/tables/nova-quota.xml30(td) msgid "(IntOpt) Number of instance cores allowed per project" msgstr "" #: ./doc/common/tables/nova-quota.xml33(replaceable) msgid "nova.quota.DbQuotaDriver" msgstr "" #: ./doc/common/tables/nova-quota.xml38(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.xml42(td) msgid "(IntOpt) Number of floating IPs allowed per project" msgstr "" #: ./doc/common/tables/nova-quota.xml45(replaceable) msgid "10240" msgstr "" #: ./doc/common/tables/nova-quota.xml46(td) msgid "(IntOpt) Number of bytes allowed per injected file" msgstr "" #: ./doc/common/tables/nova-quota.xml50(td) msgid "(IntOpt) Length of injected file path" msgstr "" #: ./doc/common/tables/nova-quota.xml54(td) msgid "(IntOpt) Number of injected files allowed" msgstr "" #: ./doc/common/tables/nova-quota.xml58(td) msgid "(IntOpt) Number of instances allowed per project" msgstr "" #: ./doc/common/tables/nova-quota.xml62(td) msgid "(IntOpt) Number of key pairs per user" msgstr "" #: ./doc/common/tables/nova-quota.xml66(td) msgid "(IntOpt) Number of metadata items allowed per instance" msgstr "" #: ./doc/common/tables/nova-quota.xml73(replaceable) msgid "51200" msgstr "" #: ./doc/common/tables/nova-quota.xml74(td) msgid "(IntOpt) Megabytes of instance RAM allowed per project" msgstr "" #: ./doc/common/tables/nova-quota.xml78(td) msgid "(IntOpt) Number of security rules per security group" msgstr "" #: ./doc/common/tables/nova-quota.xml82(td) msgid "(IntOpt) Number of security groups per project" msgstr "" #: ./doc/common/tables/nova-quota.xml86(td) msgid "(IntOpt) Number of servers per server group" msgstr "" #: ./doc/common/tables/nova-quota.xml90(td) msgid "(IntOpt) Number of server groups per project" msgstr "" #: ./doc/common/tables/ironic-pxe.xml7(caption) msgid "Description of PXE configuration options" msgstr "" #: ./doc/common/tables/ironic-pxe.xml18(th) msgid "[pxe]" msgstr "" #: ./doc/common/tables/ironic-pxe.xml21(replaceable) msgid "ext4" msgstr "ext4" #: ./doc/common/tables/ironic-pxe.xml22(td) msgid "" "(StrOpt) Default file system format for ephemeral partition, if one is " "created." msgstr "" #: ./doc/common/tables/ironic-pxe.xml25(replaceable) msgid "cciss/c0d0,sda,hda,vda" msgstr "" #: ./doc/common/tables/ironic-pxe.xml26(td) msgid "(StrOpt) The disk devices to scan while doing the deploy." msgstr "" #: ./doc/common/tables/ironic-pxe.xml29(replaceable) msgid "/httpboot" msgstr "" #: ./doc/common/tables/ironic-pxe.xml30(td) msgid "(StrOpt) Ironic compute node's HTTP root path." msgstr "" #: ./doc/common/tables/ironic-pxe.xml34(td) msgid "" "(StrOpt) Ironic compute node's HTTP server URL. Example: " "http://192.1.2.3:8080" msgstr "" #: ./doc/common/tables/ironic-pxe.xml37(replaceable) msgid "20480" msgstr "" #: ./doc/common/tables/ironic-pxe.xml38(td) msgid "" "(IntOpt) Maximum size (in MiB) of cache for master images, including those " "in use." msgstr "" #: ./doc/common/tables/ironic-pxe.xml41(replaceable) msgid "10080" msgstr "" #: ./doc/common/tables/ironic-pxe.xml42(td) msgid "(IntOpt) Maximum TTL (in minutes) for old master images in cache." msgstr "" #: ./doc/common/tables/ironic-pxe.xml45(replaceable) msgid "/var/lib/ironic/images/" msgstr "" #: ./doc/common/tables/ironic-pxe.xml46(td) msgid "(StrOpt) Directory where images are stored on disk." msgstr "" #: ./doc/common/tables/ironic-pxe.xml49(replaceable) msgid "/var/lib/ironic/master_images" msgstr "" #: ./doc/common/tables/ironic-pxe.xml50(td) msgid "(StrOpt) Directory where master instance images are stored on disk." msgstr "" #: ./doc/common/tables/ironic-pxe.xml53(replaceable) msgid "$pybasedir/drivers/modules/boot.ipxe" msgstr "" #: ./doc/common/tables/ironic-pxe.xml54(td) msgid "(StrOpt) The path to the main iPXE script file." msgstr "" #: ./doc/common/tables/ironic-pxe.xml58(td) msgid "(BoolOpt) Enable iPXE boot." msgstr "" #: ./doc/common/tables/ironic-pxe.xml66(td) msgid "(StrOpt) Bootfile DHCP parameter." msgstr "" #: ./doc/common/tables/ironic-pxe.xml69(replaceable) msgid "$pybasedir/drivers/modules/pxe_config.template" msgstr "" #: ./doc/common/tables/ironic-pxe.xml73(replaceable) msgid "/tftpboot/master_images" msgstr "" #: ./doc/common/tables/ironic-pxe.xml74(td) msgid "(StrOpt) Directory where master tftp images are stored on disk." msgstr "" #: ./doc/common/tables/ironic-pxe.xml77(replaceable) msgid "/tftpboot" msgstr "" #: ./doc/common/tables/ironic-pxe.xml78(td) msgid "(StrOpt) Ironic compute node's tftp root path." msgstr "" #: ./doc/common/tables/ironic-pxe.xml82(td) msgid "(StrOpt) IP address of Ironic compute node's tftp server." msgstr "" #: ./doc/common/tables/ironic-pxe.xml85(replaceable) msgid "elilo.efi" msgstr "" #: ./doc/common/tables/ironic-pxe.xml86(td) msgid "(StrOpt) Bootfile DHCP parameter for UEFI boot mode." msgstr "" #: ./doc/common/tables/ironic-pxe.xml89(replaceable) msgid "$pybasedir/drivers/modules/elilo_efi_pxe_config.template" msgstr "" #: ./doc/common/tables/ironic-pxe.xml90(td) msgid "(StrOpt) Template file for PXE configuration for UEFI boot loader." msgstr "" #: ./doc/common/tables/keystone-stats.xml7(caption) msgid "Description of stats configuration options" msgstr "" #: ./doc/common/tables/keystone-stats.xml18(th) msgid "[stats]" msgstr "" #: ./doc/common/tables/keystone-stats.xml21(td) msgid "driver = keystone.contrib.stats.backends.kvs.Stats" msgstr "" #: ./doc/common/tables/keystone-stats.xml22(td) msgid "(StrOpt) Stats backend driver." msgstr "" #: ./doc/common/tables/heat-crypt.xml7(caption) msgid "Description of crypt configuration options" msgstr "" #: ./doc/common/tables/heat-crypt.xml21(replaceable) msgid "notgood but just long enough i think" msgstr "" #: ./doc/common/tables/heat-crypt.xml22(td) msgid "(StrOpt) Encryption key used for authentication info in database." msgstr "" #: ./doc/common/tables/neutron-midonet.xml7(caption) msgid "Description of Midonet configuration options" msgstr "" #: ./doc/common/tables/neutron-midonet.xml18(th) msgid "[MIDONET]" msgstr "" #: ./doc/common/tables/neutron-midonet.xml21(replaceable) msgid "/etc/midolman/host_uuid.properties" msgstr "" #: ./doc/common/tables/neutron-midonet.xml22(td) msgid "(StrOpt) Path to midonet host uuid file" msgstr "" #: ./doc/common/tables/neutron-midonet.xml25(replaceable) msgid "http://localhost:8080/midonet-api" msgstr "" #: ./doc/common/tables/neutron-midonet.xml26(td) msgid "(StrOpt) MidoNet API server URI." msgstr "" #: ./doc/common/tables/neutron-midonet.xml29(replaceable) msgid "dev" msgstr "" #: ./doc/common/tables/neutron-midonet.xml30(td) msgid "(StrOpt) Operational mode. Internal dev use only." msgstr "" #: ./doc/common/tables/neutron-midonet.xml33(replaceable) msgid "passw0rd" msgstr "" #: ./doc/common/tables/neutron-midonet.xml34(td) msgid "(StrOpt) MidoNet admin password." msgstr "" #: ./doc/common/tables/neutron-midonet.xml37(replaceable) msgid "77777777-7777-7777-7777-777777777777" msgstr "" #: ./doc/common/tables/neutron-midonet.xml38(td) msgid "(StrOpt) ID of the project that MidoNet admin userbelongs to." msgstr "" #: ./doc/common/tables/neutron-midonet.xml42(td) msgid "(StrOpt) Virtual provider router ID." msgstr "" #: ./doc/common/tables/neutron-midonet.xml46(td) msgid "(StrOpt) MidoNet admin username." msgstr "" #: ./doc/common/tables/cinder-coraid.xml7(caption) msgid "Description of Coraid AoE driver configuration options" msgstr "" #: ./doc/common/tables/cinder-coraid.xml22(td) msgid "" "(StrOpt) ESM Repository Name to use if not specified in Volume Type keys" msgstr "" #: ./doc/common/tables/cinder-coraid.xml26(td) msgid "(StrOpt) IP address of Coraid ESM" msgstr "" #: ./doc/common/tables/cinder-coraid.xml30(td) msgid "" "(StrOpt) Name of group on Coraid ESM to which coraid_user belongs (must have" " admin privilege)" msgstr "" #: ./doc/common/tables/cinder-coraid.xml34(td) msgid "(StrOpt) Password to connect to Coraid ESM" msgstr "" #: ./doc/common/tables/cinder-coraid.xml37(replaceable) msgid "coraid_repository" msgstr "coraid_repository" #: ./doc/common/tables/cinder-coraid.xml38(td) msgid "(StrOpt) Volume Type key name to store ESM Repository Name" msgstr "" #: ./doc/common/tables/cinder-coraid.xml42(td) msgid "(StrOpt) User name to connect to Coraid ESM" msgstr "" #: ./doc/common/tables/cinder-compute.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova" msgstr "" #: ./doc/common/tables/cinder-compute.xml29(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml569(td) msgid "compute:Compute Service:adminURL" msgstr "" #: ./doc/common/tables/cinder-compute.xml30(td) msgid "(StrOpt) Same as nova_catalog_info, but for admin endpoint." msgstr "" #: ./doc/common/tables/cinder-compute.xml33(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml574(td) msgid "compute:Compute Service:publicURL" msgstr "" #: ./doc/common/tables/cinder-compute.xml34(td) msgid "" "(StrOpt) Match this value when searching for nova in the service catalog. " "Format is: separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/cinder-compute.xml38(td) msgid "(StrOpt) Same as nova_endpoint_template, but for admin endpoint." msgstr "" #: ./doc/common/tables/cinder-compute.xml42(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/ironic-console.xml18(th) msgid "[console]" msgstr "" #: ./doc/common/tables/ironic-console.xml22(td) msgid "" "(IntOpt) Time interval (in seconds) for checking the status of console " "subprocess." msgstr "" #: ./doc/common/tables/ironic-console.xml26(td) msgid "" "(IntOpt) Time (in seconds) to wait for the console subprocess to start." msgstr "" #: ./doc/common/tables/ironic-console.xml29(replaceable) msgid "shellinaboxd" msgstr "" #: ./doc/common/tables/ironic-console.xml30(td) msgid "(StrOpt) Path to serial console terminal program" msgstr "" #: ./doc/common/tables/ironic-console.xml34(td) msgid "" "(StrOpt) Directory containing the terminal SSL cert(PEM) for serial console " "access" msgstr "" #: ./doc/common/tables/ironic-console.xml38(td) msgid "" "(StrOpt) Directory for holding terminal pid files. If not specified, the " "temporary directory will be used." msgstr "" #: ./doc/common/tables/swift-rsyncd-object.xml8(literal) msgid "[object]" msgstr "" #: ./doc/common/tables/swift-rsyncd-object.xml20(replaceable) msgid "/var/lock/object.lock" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml8(literal) msgid "[drive-audit]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml8(filename) msgid "drive-audit.conf" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml21(td) msgid "Directory devices are mounted under" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml25(td) msgid "Number of errors to find before a device is unmounted" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml36(replaceable) msgid "/var/log/kern.*[!.][!g][!z]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml37(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.xml53(td) msgid "Number of minutes to look back in `/var/log/kern.log`" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml60(replaceable) msgid "\\berror\\b.*\\b(dm-[0-9]{1,2}\\d?)\\b" msgstr "" #: ./doc/common/tables/nova-baremetal.xml7(caption) msgid "Description of baremetal configuration options" msgstr "" #: ./doc/common/tables/nova-baremetal.xml18(th) #: ./doc/common/tables/nova-tilera.xml18(th) msgid "[baremetal]" msgstr "" #: ./doc/common/tables/nova-baremetal.xml21(td) msgid "db_backend = sqlalchemy" msgstr "" #: ./doc/common/tables/nova-baremetal.xml22(td) msgid "(StrOpt) The backend to use for bare-metal database" msgstr "" #: ./doc/common/tables/nova-baremetal.xml25(td) msgid "deploy_kernel = None" msgstr "" #: ./doc/common/tables/nova-baremetal.xml26(td) msgid "(StrOpt) Default kernel image ID used in deployment phase" msgstr "" #: ./doc/common/tables/nova-baremetal.xml29(td) msgid "deploy_ramdisk = None" msgstr "" #: ./doc/common/tables/nova-baremetal.xml30(td) msgid "(StrOpt) Default ramdisk image ID used in deployment phase" msgstr "" #: ./doc/common/tables/nova-baremetal.xml33(td) msgid "driver = nova.virt.baremetal.pxe.PXE" msgstr "" #: ./doc/common/tables/nova-baremetal.xml34(td) msgid "(StrOpt) Baremetal driver back-end (pxe or tilera)" msgstr "" #: ./doc/common/tables/nova-baremetal.xml37(td) msgid "flavor_extra_specs =" msgstr "" #: ./doc/common/tables/nova-baremetal.xml38(td) msgid "" "(ListOpt) A list of additional capabilities corresponding to " "flavor_extra_specs for this compute host to advertise. Valid entries are " "name=value, pairs For example, \"key1:val1, key2:val2\"" msgstr "" #: ./doc/common/tables/nova-baremetal.xml41(td) msgid "ipmi_power_retry = 10" msgstr "" #: ./doc/common/tables/nova-baremetal.xml42(td) msgid "(IntOpt) Maximal number of retries for IPMI operations" msgstr "" #: ./doc/common/tables/nova-baremetal.xml45(td) msgid "" "net_config_template = $pybasedir/nova/virt/baremetal/net-" "dhcp.ubuntu.template" msgstr "" #: ./doc/common/tables/nova-baremetal.xml46(td) msgid "(StrOpt) Template file for injected network config" msgstr "" #: ./doc/common/tables/nova-baremetal.xml49(td) msgid "power_manager = nova.virt.baremetal.ipmi.IPMI" msgstr "" #: ./doc/common/tables/nova-baremetal.xml50(td) msgid "(StrOpt) Baremetal power management method" msgstr "" #: ./doc/common/tables/nova-baremetal.xml53(td) msgid "pxe_append_params = nofb nomodeset vga=normal" msgstr "" #: ./doc/common/tables/nova-baremetal.xml54(td) msgid "(StrOpt) Additional append parameters for baremetal PXE boot" msgstr "" #: ./doc/common/tables/nova-baremetal.xml57(td) msgid "pxe_bootfile_name = pxelinux.0" msgstr "" #: ./doc/common/tables/nova-baremetal.xml58(td) msgid "(StrOpt) This gets passed to Neutron as the bootfile dhcp parameter." msgstr "" #: ./doc/common/tables/nova-baremetal.xml61(td) msgid "" "pxe_config_template = $pybasedir/nova/virt/baremetal/pxe_config.template" msgstr "" #: ./doc/common/tables/nova-baremetal.xml62(td) msgid "(StrOpt) Template file for PXE configuration" msgstr "" #: ./doc/common/tables/nova-baremetal.xml65(td) msgid "pxe_deploy_timeout = 0" msgstr "" #: ./doc/common/tables/nova-baremetal.xml66(td) msgid "(IntOpt) Timeout for PXE deployments. Default: 0 (unlimited)" msgstr "" #: ./doc/common/tables/nova-baremetal.xml69(td) msgid "pxe_network_config = False" msgstr "" #: ./doc/common/tables/nova-baremetal.xml70(td) msgid "" "(BoolOpt) If set, pass the network configuration details to the initramfs " "via cmdline." msgstr "" #: ./doc/common/tables/nova-baremetal.xml73(td) msgid "sql_connection = sqlite:///$state_path/baremetal_nova.sqlite" msgstr "" #: ./doc/common/tables/nova-baremetal.xml74(td) msgid "" "(StrOpt) The SQLAlchemy connection string used to connect to the bare-metal " "database" msgstr "" #: ./doc/common/tables/nova-baremetal.xml77(td) msgid "terminal = shellinaboxd" msgstr "" #: ./doc/common/tables/nova-baremetal.xml78(td) msgid "(StrOpt) Path to baremetal terminal program" msgstr "" #: ./doc/common/tables/nova-baremetal.xml81(td) msgid "terminal_cert_dir = None" msgstr "" #: ./doc/common/tables/nova-baremetal.xml82(td) msgid "(StrOpt) Path to baremetal terminal SSL cert(PEM)" msgstr "" #: ./doc/common/tables/nova-baremetal.xml85(td) msgid "terminal_pid_dir = $state_path/baremetal/console" msgstr "" #: ./doc/common/tables/nova-baremetal.xml86(td) msgid "(StrOpt) Path to directory stores pidfiles of baremetal_terminal" msgstr "" #: ./doc/common/tables/nova-baremetal.xml89(td) msgid "tftp_root = /tftpboot" msgstr "" #: ./doc/common/tables/nova-baremetal.xml90(td) msgid "(StrOpt) Baremetal compute node's tftp root path" msgstr "" #: ./doc/common/tables/nova-baremetal.xml93(td) msgid "use_file_injection = False" msgstr "" #: ./doc/common/tables/nova-baremetal.xml94(td) msgid "" "(BoolOpt) If True, enable file injection for network info, files and admin " "password" msgstr "" #: ./doc/common/tables/nova-baremetal.xml97(td) msgid "use_unsafe_iscsi = False" msgstr "" #: ./doc/common/tables/nova-baremetal.xml98(td) msgid "" "(BoolOpt) Do not set this out of dev/test environments. If a node does not " "have a fixed PXE IP address, volumes are exported with globally opened ACL" msgstr "" #: ./doc/common/tables/nova-baremetal.xml101(td) msgid "vif_driver = nova.virt.baremetal.vif_driver.BareMetalVIFDriver" msgstr "" #: ./doc/common/tables/nova-baremetal.xml102(td) msgid "(StrOpt) Baremetal VIF driver." msgstr "" #: ./doc/common/tables/nova-baremetal.xml105(td) msgid "virtual_power_host_key = None" msgstr "" #: ./doc/common/tables/nova-baremetal.xml106(td) msgid "(StrOpt) The ssh key for virtual power host_user" msgstr "" #: ./doc/common/tables/nova-baremetal.xml109(td) msgid "virtual_power_host_pass =" msgstr "" #: ./doc/common/tables/nova-baremetal.xml110(td) msgid "(StrOpt) Password for virtual power host_user" msgstr "" #: ./doc/common/tables/nova-baremetal.xml113(td) msgid "virtual_power_host_user =" msgstr "" #: ./doc/common/tables/nova-baremetal.xml114(td) msgid "(StrOpt) User to execute virtual power commands as" msgstr "" #: ./doc/common/tables/nova-baremetal.xml117(td) msgid "virtual_power_ssh_host =" msgstr "" #: ./doc/common/tables/nova-baremetal.xml118(td) msgid "(StrOpt) IP or name to virtual power host" msgstr "" #: ./doc/common/tables/nova-baremetal.xml121(td) msgid "virtual_power_ssh_port = 22" msgstr "" #: ./doc/common/tables/nova-baremetal.xml122(td) msgid "(IntOpt) Port to use for ssh to virtual power host" msgstr "" #: ./doc/common/tables/nova-baremetal.xml125(td) msgid "virtual_power_type = virsh" msgstr "" #: ./doc/common/tables/nova-baremetal.xml126(td) msgid "(StrOpt) Base command to use for virtual power(vbox, virsh)" msgstr "" #: ./doc/common/tables/nova-rpc.xml52(replaceable) msgid "cells.intercell" msgstr "" #: ./doc/common/tables/nova-rpc.xml53(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.xml118(td) msgid "" "(StrOpt) Set a version cap for messages sent to the base api in any service" msgstr "" #: ./doc/common/tables/cinder-zoning_manager_cisco.xml7(caption) msgid "Description of cisco zoning manager configuration options" msgstr "" #: ./doc/common/tables/cinder-zoning_manager_cisco.xml21(replaceable) msgid "" "cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI" msgstr "" #: ./doc/common/tables/cinder-zoning_manager_cisco.xml22(td) #: ./doc/common/tables/cinder-zoning_manager.xml22(td) msgid "(StrOpt) Southbound connector for zoning operation" msgstr "" #: ./doc/common/tables/cinder-backups_tsm.xml7(caption) msgid "" "Description of IBM Tivoli Storage Manager backup driver configuration " "options" msgstr "" #: ./doc/common/tables/cinder-backups_tsm.xml22(td) msgid "(BoolOpt) Enable or Disable compression for backups" msgstr "" #: ./doc/common/tables/cinder-backups_tsm.xml26(td) msgid "(StrOpt) TSM password for the running username" msgstr "" #: ./doc/common/tables/cinder-backups_tsm.xml29(replaceable) msgid "backup" msgstr "" #: ./doc/common/tables/cinder-backups_tsm.xml30(td) msgid "(StrOpt) Volume prefix for the backup id when backing up to TSM" msgstr "" #: ./doc/common/tables/cinder-san.xml7(caption) msgid "Description of SAN configuration options" msgstr "" #: ./doc/common/tables/cinder-san.xml30(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.xml42(td) msgid "(StrOpt) Filename of private key to use for SSH authentication" msgstr "" #: ./doc/common/tables/cinder-san.xml46(td) msgid "(StrOpt) VNX secondary SP IP Address." msgstr "" #: ./doc/common/tables/cinder-san.xml50(td) msgid "(IntOpt) SSH port to use with SAN" msgstr "" #: ./doc/common/tables/cinder-san.xml58(td) msgid "(IntOpt) SSH connection timeout in seconds" msgstr "" #: ./doc/common/tables/cinder-san.xml62(td) msgid "(IntOpt) Maximum ssh connections in the pool" msgstr "" #: ./doc/common/tables/cinder-san.xml66(td) msgid "(IntOpt) Minimum ssh connections in the pool" msgstr "" #: ./doc/common/tables/ceilometer-alarms.xml7(caption) msgid "Description of alarms configuration options" msgstr "" #: ./doc/common/tables/ceilometer-alarms.xml18(th) msgid "[alarms]" msgstr "" #: ./doc/common/tables/ceilometer-alarms.xml21(replaceable) msgid "http://localhost:8041" msgstr "" #: ./doc/common/tables/neutron-nec.xml7(caption) msgid "Description of Nec configuration options" msgstr "" #: ./doc/common/tables/neutron-nec.xml18(th) msgid "[OFC]" msgstr "" #: ./doc/common/tables/neutron-nec.xml22(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.xml26(td) msgid "(StrOpt) Location of certificate file." msgstr "" #: ./doc/common/tables/neutron-nec.xml29(replaceable) msgid "trema" msgstr "" #: ./doc/common/tables/neutron-nec.xml30(td) msgid "(StrOpt) Driver to use." msgstr "" #: ./doc/common/tables/neutron-nec.xml34(td) msgid "(BoolOpt) Enable packet filter." msgstr "" #: ./doc/common/tables/neutron-nec.xml38(td) msgid "(StrOpt) Host to connect to." msgstr "" #: ./doc/common/tables/neutron-nec.xml46(td) msgid "(StrOpt) Location of key file." msgstr "" #: ./doc/common/tables/neutron-nec.xml50(td) msgid "" "(StrOpt) Base URL of OFC REST API. It is prepended to each API request." msgstr "" #: ./doc/common/tables/neutron-nec.xml53(replaceable) msgid "8888" msgstr "" #: ./doc/common/tables/neutron-nec.xml54(td) msgid "(StrOpt) Port to connect to." msgstr "" #: ./doc/common/tables/neutron-nec.xml62(td) msgid "(BoolOpt) Use SSL to connect." msgstr "" #: ./doc/common/tables/neutron-nec.xml65(th) msgid "[PROVIDER]" msgstr "" #: ./doc/common/tables/neutron-nec.xml68(replaceable) msgid "l3-agent" msgstr "" #: ./doc/common/tables/neutron-nec.xml69(td) msgid "(StrOpt) Default router provider to use." msgstr "" #: ./doc/common/tables/neutron-nec.xml72(replaceable) msgid "l3-agent, openflow" msgstr "" #: ./doc/common/tables/neutron-nec.xml73(td) msgid "(ListOpt) List of enabled router providers." msgstr "" #: ./doc/common/tables/neutron-nec.xml80(td) msgid "(StrOpt) Name of the FWaaS Driver" msgstr "" #: ./doc/common/tables/keystone-security.xml7(caption) msgid "Description of security configuration options" msgstr "" #: ./doc/common/tables/keystone-security.xml21(replaceable) msgid "40000" msgstr "" #: ./doc/common/tables/keystone-security.xml22(td) msgid "" "(IntOpt) The value passed as the keyword \"rounds\" to passlib's encrypt " "method." msgstr "" #: ./doc/common/tables/heat-clients_neutron.xml7(caption) msgid "Description of neutron clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_neutron.xml18(th) msgid "[clients_neutron]" msgstr "" #: ./doc/common/tables/nova-api.xml22(td) msgid "(StrOpt) File name for the paste.deploy config for nova-api" msgstr "" #: ./doc/common/tables/nova-api.xml26(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 v3 api." msgstr "" #: ./doc/common/tables/nova-api.xml37(replaceable) msgid "ec2, osapi_compute, metadata" msgstr "" #: ./doc/common/tables/nova-api.xml38(td) msgid "(ListOpt) A list of APIs to enable by default" msgstr "" #: ./doc/common/tables/nova-api.xml42(td) msgid "(ListOpt) A list of APIs with enabled SSL" msgstr "" #: ./doc/common/tables/nova-api.xml45(replaceable) msgid "instance-%08x" msgstr "" #: ./doc/common/tables/nova-api.xml46(td) msgid "(StrOpt) Template string to be used to generate instance names" msgstr "" #: ./doc/common/tables/nova-api.xml54(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.xml57(replaceable) msgid "cache_in_nova, bittorrent" msgstr "" #: ./doc/common/tables/nova-api.xml58(td) msgid "" "(ListOpt) These are image properties which a snapshot should not inherit " "from an instance" msgstr "" #: ./doc/common/tables/nova-api.xml61(replaceable) msgid "nokernel" msgstr "" #: ./doc/common/tables/nova-api.xml62(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.xml66(td) msgid "" "(ListOpt) Specify list of extensions to load when using " "osapi_compute_extension option with " "nova.api.openstack.compute.contrib.select_extensions" msgstr "" #: ./doc/common/tables/nova-api.xml69(replaceable) msgid "['nova.api.openstack.compute.contrib.standard_extensions']" msgstr "" #: ./doc/common/tables/nova-api.xml70(td) msgid "(MultiStrOpt) osapi compute extension to load" msgstr "" #: ./doc/common/tables/nova-api.xml74(td) msgid "" "(StrOpt) Base URL that will be presented to users in links to the OpenStack " "Compute API" msgstr "" #: ./doc/common/tables/nova-api.xml78(td) msgid "(StrOpt) The IP address on which the OpenStack API will listen." msgstr "" #: ./doc/common/tables/nova-api.xml82(td) msgid "(IntOpt) The port on which the OpenStack API will listen." msgstr "" #: ./doc/common/tables/nova-api.xml86(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.xml89(replaceable) msgid "building" msgstr "" #: ./doc/common/tables/nova-api.xml90(td) msgid "(ListOpt) List of instance states that should hide network info" msgstr "" #: ./doc/common/tables/nova-api.xml93(replaceable) msgid "db" msgstr "" #: ./doc/common/tables/nova-api.xml94(td) msgid "" "(StrOpt) The driver for servicegroup service (valid options are: db, zk, mc)" msgstr "" #: ./doc/common/tables/nova-api.xml110(td) msgid "(IntOpt) Size of the pool of greenthreads used by wsgi" msgstr "" #: ./doc/common/tables/nova-api.xml114(td) msgid "(BoolOpt) If False, closes the client socket connection explicitly." msgstr "" #: ./doc/common/tables/nova-api.xml117(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.xml118(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/neutron-opencontrail.xml7(caption) msgid "Description of OpenContrail configuration options" msgstr "" #: ./doc/common/tables/neutron-opencontrail.xml18(th) msgid "[CONTRAIL]" msgstr "" #: ./doc/common/tables/neutron-opencontrail.xml22(td) msgid "(StrOpt) IP address to connect to opencontrail controller" msgstr "" #: ./doc/common/tables/neutron-opencontrail.xml26(td) msgid "(IntOpt) Port to connect to opencontrail controller" msgstr "" #: ./doc/common/tables/neutron-ml2_mlnx.xml7(caption) msgid "Description of Mellanox ML2 mechanism driver configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_mlnx.xml18(th) #: ./doc/common/tables/neutron-mlnx.xml18(th) msgid "[ESWITCH]" msgstr "" #: ./doc/common/tables/neutron-ml2_mlnx.xml21(replaceable) msgid "mlnx_direct" msgstr "" #: ./doc/common/tables/neutron-ml2_mlnx.xml22(td) msgid "(StrOpt) Type of VM network interface: mlnx_direct or hostdev" msgstr "" #: ./doc/common/tables/sahara-domain.xml7(caption) msgid "Description of domain configuration options" msgstr "" #: ./doc/common/tables/sahara-domain.xml22(td) msgid "" "(StrOpt) The domain Sahara will use to create new proxy users for Swift " "object access." msgstr "" #: ./doc/common/tables/sahara-domain.xml25(replaceable) msgid "Member" msgstr "成员" #: ./doc/common/tables/sahara-domain.xml26(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.xml30(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-trust.xml7(caption) msgid "Description of trust configuration options" msgstr "" #: ./doc/common/tables/keystone-trust.xml18(th) msgid "[trust]" msgstr "" #: ./doc/common/tables/keystone-trust.xml25(replaceable) msgid "keystone.trust.backends.sql.Trust" msgstr "" #: ./doc/common/tables/keystone-trust.xml26(td) msgid "(StrOpt) Trust backend driver." msgstr "" #: ./doc/common/tables/keystone-trust.xml30(td) msgid "" "(BoolOpt) Delegation and impersonation features can be optionally disabled." msgstr "" #: ./doc/common/tables/glance-cinder.xml7(caption) msgid "Description of cinder configuration options" msgstr "" #: ./doc/common/tables/glance-cinder.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" #: ./doc/common/tables/glance-cinder.xml26(td) msgid "" "(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/glance-cinder.xml30(td) msgid "" "(StrOpt) Info to match when looking for cinder in the service catalog. " "Format is : separated values of the form: " "<service_type>:<service_name>:<endpoint_type>" msgstr "" #: ./doc/common/tables/swift-object-server-object-updater.xml8(literal) msgid "[object-updater]" msgstr "" #: ./doc/common/tables/swift-object-server-object-updater.xml40(replaceable) msgid "object-updater" msgstr "" #: ./doc/common/tables/glance-common.xml22(td) msgid "" "(BoolOpt) Whether to allow users to specify image properties beyond what the" " image schema provides" msgstr "" #: ./doc/common/tables/glance-common.xml26(td) msgid "" "(IntOpt) Maximum permissible number of items that could be returned by a " "request" msgstr "" #: ./doc/common/tables/glance-common.xml30(td) msgid "" "(IntOpt) The backlog value that will be used when creating the TCP listener " "socket." msgstr "" #: ./doc/common/tables/glance-common.xml41(replaceable) msgid "glance.db.sqlalchemy.api" msgstr "" #: ./doc/common/tables/glance-common.xml42(td) msgid "(StrOpt) Python module path of data access API" msgstr "" #: ./doc/common/tables/glance-common.xml45(replaceable) msgid "sha1" msgstr "sha1" #: ./doc/common/tables/glance-common.xml50(td) msgid "" "(IntOpt) Maximum number of locations allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml54(td) msgid "" "(IntOpt) Maximum number of image members per image. Negative values evaluate" " to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml58(td) msgid "" "(IntOpt) Maximum number of properties allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml62(td) msgid "" "(IntOpt) Maximum number of tags allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml65(replaceable) #: ./doc/common/tables/swift-dispersion-dispersion.xml36(replaceable) #: ./doc/common/tables/swift-account-server-account-reaper.xml20(replaceable) msgid "25" msgstr "" #: ./doc/common/tables/glance-common.xml66(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.xml74(td) msgid "" "(StrOpt) Key used for encrypting sensitive metadata while talking to the " "registry or database." msgstr "" #: ./doc/common/tables/glance-common.xml77(replaceable) msgid "/etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-common.xml78(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" #: ./doc/common/tables/glance-common.xml82(td) msgid "(StrOpt) The location of the property protection file." msgstr "" #: ./doc/common/tables/glance-common.xml85(replaceable) msgid "roles" msgstr "" #: ./doc/common/tables/glance-common.xml86(td) msgid "" "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are " "used in the property protection file." msgstr "" #: ./doc/common/tables/glance-common.xml90(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.xml94(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.xml98(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.xml108(th) msgid "[image_format]" msgstr "" #: ./doc/common/tables/glance-common.xml111(replaceable) msgid "ami, ari, aki, bare, ovf, ova" msgstr "" #: ./doc/common/tables/glance-common.xml112(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" #: ./doc/common/tables/glance-common.xml115(replaceable) msgid "ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" #: ./doc/common/tables/glance-common.xml116(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" #: ./doc/common/tables/glance-common.xml126(th) msgid "[task]" msgstr "" #: ./doc/common/tables/glance-common.xml130(td) msgid "" "(IntOpt) Specifies the maximum number of eventlet threads which can be spun " "up by the eventlet based task executor to perform execution of Glance tasks." msgstr "" #: ./doc/common/tables/glance-common.xml134(td) msgid "" "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" #: ./doc/common/tables/glance-common.xml137(replaceable) msgid "48" msgstr "" #: ./doc/common/tables/glance-common.xml138(td) msgid "" "(IntOpt) Time in hours for which a task lives after, either succeeding or " "failing" msgstr "" #: ./doc/common/tables/neutron-ml2_vxlan.xml7(caption) msgid "Description of ML2 VXLN configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2_vxlan.xml18(th) msgid "[ml2_type_vxlan]" msgstr "" #: ./doc/common/tables/neutron-ml2_vxlan.xml22(td) msgid "" "(ListOpt) Comma-separated list of <vni_min>:<vni_max> tuples " "enumerating ranges of VXLAN VNI IDs that are available for tenant network " "allocation" msgstr "" #: ./doc/common/tables/neutron-ml2_vxlan.xml26(td) msgid "" "(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode." msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml8(literal) msgid "[dispersion]" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml8(filename) msgid "dispersion.conf" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml20(replaceable) msgid "testing" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml24(replaceable) msgid "http://localhost:8080/auth/v1.0" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml25(td) msgid "Endpoint for auth server, such as keystone" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml28(replaceable) msgid "test:tester" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml29(td) msgid "Default user for dispersion in this context" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml33(td) msgid "Indicates which version of auth" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml57(td) msgid "Indicates whether endpoint for auth is public or internal" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml61(td) msgid "" "Allow accessing insecure keystone server. The keystone's certificate will " "not be verified." msgstr "" #: ./doc/common/tables/swift-account-server-DEFAULT.xml28(replaceable) msgid "6002" msgstr "" #: ./doc/common/tables/ironic-amt.xml7(caption) msgid "Description of amt configuration options" msgstr "" #: ./doc/common/tables/ironic-amt.xml18(th) msgid "[amt]" msgstr "" #: ./doc/common/tables/ironic-amt.xml22(td) msgid "(StrOpt) Protocol used for AMT endpoint, support http/https" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml8(literal) msgid "[filter-domain_remap]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml21(td) msgid "Root path" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml25(td) msgid "Reseller prefix" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml44(replaceable) msgid "domain_remap" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml53(replaceable) msgid "egg:swift#domain_remap" msgstr "" #: ./doc/common/tables/trove-nova.xml7(caption) msgid "Description of nova configuration options" msgstr "" #: ./doc/common/tables/trove-nova.xml22(td) msgid "(StrOpt) Admin password used to connect to Nova." msgstr "" #: ./doc/common/tables/trove-nova.xml26(td) msgid "(StrOpt) Admin tenant used to connect to Nova." msgstr "" #: ./doc/common/tables/trove-nova.xml30(td) msgid "(StrOpt) Admin username used to connect to Nova." msgstr "" #: ./doc/common/tables/neutron-meta.xml7(caption) msgid "Description of meta configuration options" msgstr "" #: ./doc/common/tables/neutron-meta.xml18(th) msgid "[META]" msgstr "" #: ./doc/common/tables/neutron-meta.xml22(td) msgid "" "(StrOpt) Default flavor to use, when flavor:network is not specified at " "network creation." msgstr "" #: ./doc/common/tables/neutron-meta.xml26(td) msgid "" "(StrOpt) Default L3 flavor to use, when flavor:router is not specified at " "router creation. Ignored if 'l3_plugin_list' is blank." msgstr "" #: ./doc/common/tables/neutron-meta.xml30(td) msgid "" "(StrOpt) Comma separated list of method:flavor to select specific plugin for" " a method. This has priority over method search order based on " "'plugin_list'." msgstr "" #: ./doc/common/tables/neutron-meta.xml34(td) msgid "" "(StrOpt) Comma separated list of flavor:neutron_plugin for L3 service " "plugins to load. This is intended for specifying L2 plugins which support L3" " functions. If you use a router service plugin, set this blank." msgstr "" #: ./doc/common/tables/neutron-meta.xml38(td) msgid "" "(StrOpt) Comma separated list of flavor:neutron_plugin for plugins to load. " "Extension method is searched in the list order and the first one is used." msgstr "" #: ./doc/common/tables/neutron-meta.xml42(td) msgid "" "(StrOpt) Specifies flavor for plugin to handle 'q-plugin' RPC requests." msgstr "" #: ./doc/common/tables/neutron-meta.xml46(td) msgid "(StrOpt) Comma separated list of supported extension aliases." msgstr "" #: ./doc/common/tables/keystone-ec2.xml18(th) msgid "[keystone_ec2_token]" msgstr "" #: ./doc/common/tables/keystone-ec2.xml22(td) msgid "" "(StrOpt) A PEM encoded certificate authority to use when verifying HTTPS " "connections. Defaults to the system CAs." msgstr "" #: ./doc/common/tables/keystone-ec2.xml26(td) msgid "" "(StrOpt) Client certificate key filename. Required if EC2 server requires " "client certificate." msgstr "" #: ./doc/common/tables/keystone-ec2.xml34(td) msgid "(StrOpt) Required if EC2 server requires client certificate." msgstr "" #: ./doc/common/tables/heat-clients_keystone.xml7(caption) msgid "Description of keystone clients configuration options" msgstr "" #: ./doc/common/tables/heat-clients_keystone.xml18(th) msgid "[clients_keystone]" msgstr "" #: ./doc/common/tables/neutron-api.xml22(td) msgid "(BoolOpt) Allow the usage of the bulk API" msgstr "" #: ./doc/common/tables/neutron-api.xml26(td) msgid "(BoolOpt) Allow the usage of the pagination" msgstr "" #: ./doc/common/tables/neutron-api.xml30(td) msgid "(BoolOpt) Allow the usage of the sorting" msgstr "" #: ./doc/common/tables/neutron-api.xml34(td) msgid "(StrOpt) The path for API extensions" msgstr "" #: ./doc/common/tables/neutron-api.xml38(td) msgid "(StrOpt) The API paste config file to use" msgstr "" #: ./doc/common/tables/neutron-api.xml42(td) #: ./doc/common/tables/trove-debug.xml26(td) msgid "(IntOpt) Number of backlog requests to configure the socket with" msgstr "" #: ./doc/common/tables/neutron-api.xml46(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.xml50(td) msgid "" "(IntOpt) Reconnect connection to nsx if not used within this amount of time." msgstr "" #: ./doc/common/tables/neutron-api.xml54(td) msgid "(IntOpt) Max header line to accommodate large tokens" msgstr "" #: ./doc/common/tables/neutron-api.xml58(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.xml62(td) msgid "(IntOpt) Number of seconds to keep retrying to listen" msgstr "" #: ./doc/common/tables/neutron-api.xml70(td) msgid "(ListOpt) The service plugins Neutron will use" msgstr "" #: ./doc/common/tables/neutron-api.xml78(td) msgid "" "(BoolOpt) Determines if connections are allowed to be held open by clients " "after a request is fulfilled. A value of False will ensure that the socket " "connection will be explicitly closed once a response has been sent to the " "client." msgstr "" #: ./doc/common/tables/neutron-api.xml81(th) msgid "[service_providers]" msgstr "" #: ./doc/common/tables/neutron-api.xml85(td) msgid "" "(MultiStrOpt) Defines providers for advanced services using the format: " "<service_type>:<name>:<driver>[:default]" msgstr "" #: ./doc/common/tables/trove-logging.xml33(replaceable) msgid "-m 5" msgstr "" #: ./doc/common/tables/trove-logging.xml34(td) msgid "(StrOpt) Options to use when formatting a volume." msgstr "" #: ./doc/common/tables/trove-logging.xml81(replaceable) msgid "^private$" msgstr "" #: ./doc/common/tables/trove-logging.xml82(td) msgid "(StrOpt) Regular expression to match Trove network labels." msgstr "" #: ./doc/common/tables/keystone-kvs.xml7(caption) msgid "Description of KVS configuration options" msgstr "" #: ./doc/common/tables/keystone-kvs.xml18(th) msgid "[kvs]" msgstr "" #: ./doc/common/tables/keystone-kvs.xml22(td) msgid "" "(ListOpt) Extra dogpile.cache backend modules to register with the " "dogpile.cache library." msgstr "" #: ./doc/common/tables/keystone-kvs.xml25(replaceable) msgid "keystone.kvs" msgstr "" #: ./doc/common/tables/keystone-kvs.xml26(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.xml30(td) msgid "(IntOpt) Default lock timeout for distributed locking." msgstr "" #: ./doc/common/tables/keystone-kvs.xml34(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/nova-xvpnvncproxy.xml7(caption) msgid "Description of XCP VNC proxy configuration options" msgstr "" #: ./doc/common/tables/nova-xvpnvncproxy.xml21(replaceable) msgid "http://127.0.0.1:6081/console" msgstr "" #: ./doc/common/tables/nova-xvpnvncproxy.xml22(td) msgid "" "(StrOpt) Location of nova xvp VNC console proxy, in the form " "\"http://127.0.0.1:6081/console\"" msgstr "" #: ./doc/common/tables/nova-xvpnvncproxy.xml26(td) msgid "(StrOpt) Address that the XCP VNC proxy should bind to" msgstr "" #: ./doc/common/tables/nova-xvpnvncproxy.xml29(replaceable) msgid "6081" msgstr "6081" #: ./doc/common/tables/nova-xvpnvncproxy.xml30(td) msgid "(IntOpt) Port that the XCP VNC proxy should bind to" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml8(literal) msgid "[filter-list-endpoints]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml20(replaceable) msgid "/endpoints/" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml24(replaceable) msgid "egg:swift#list_endpoints" msgstr "" #: ./doc/common/tables/swift-account-server-account-reaper.xml8(literal) msgid "[account-reaper]" msgstr "" #: ./doc/common/tables/swift-account-server-account-reaper.xml29(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.xml48(replaceable) msgid "account-reaper" msgstr "" #: ./doc/common/tables/swift-account-server-account-reaper.xml56(replaceable) msgid "2592000" msgstr "" #: ./doc/common/tables/nova-hyperv.xml7(caption) msgid "Description of HyperV configuration options" msgstr "" #: ./doc/common/tables/nova-hyperv.xml22(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.xml26(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.xml34(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.xml38(td) msgid "" "(BoolOpt) Required for live migration among hosts with different CPU " "features" msgstr "" #: ./doc/common/tables/nova-hyperv.xml42(td) msgid "" "(IntOpt) The number of times to retry checking for a disk mounted via iSCSI." msgstr "" #: ./doc/common/tables/nova-hyperv.xml46(td) msgid "(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds." msgstr "" #: ./doc/common/tables/nova-hyperv.xml49(replaceable) msgid "qemu-img.exe" msgstr "" #: ./doc/common/tables/nova-hyperv.xml50(td) msgid "" "(StrOpt) Path of qemu-img command which is used to convert between different" " image types" msgstr "" #: ./doc/common/tables/nova-hyperv.xml54(td) msgid "" "(StrOpt) External virtual switch Name, if not provided, the first external " "virtual switch is used" msgstr "" #: ./doc/common/tables/nova-hyperv.xml58(td) #: ./doc/common/tables/nova-libvirt.xml197(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/swift-proxy-server-filter-container_sync.xml8(literal) msgid "[filter-container_sync]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml24(replaceable) msgid "//REALM/CLUSTER" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml28(replaceable) msgid "egg:swift#container_sync" msgstr "" #: ./doc/common/tables/heat-clients_backends.xml7(caption) msgid "Description of client backends configuration options" msgstr "" #: ./doc/common/tables/heat-clients_backends.xml21(replaceable) msgid "heat.engine.clients.OpenStackClients" msgstr "" #: ./doc/common/tables/heat-clients_backends.xml22(td) msgid "(StrOpt) Fully qualified class name to use as a client backend." msgstr "" #: ./doc/common/tables/glance-testing.xml22(td) msgid "" "(StrOpt) The hostname/IP of the pydev process listening for debug " "connections" msgstr "" #: ./doc/common/tables/glance-testing.xml25(replaceable) msgid "5678" msgstr "" #: ./doc/common/tables/glance-testing.xml26(td) msgid "" "(IntOpt) The port on which a pydev process is listening for connections." msgstr "" #: ./doc/common/tables/neutron-common.xml22(td) #: ./doc/common/tables/neutron-common.xml200(td) msgid "(StrOpt) Admin password" msgstr "" #: ./doc/common/tables/neutron-common.xml26(td) #: ./doc/common/tables/neutron-common.xml204(td) msgid "(StrOpt) Admin tenant name" msgstr "" #: ./doc/common/tables/neutron-common.xml30(td) msgid "(StrOpt) Admin username" msgstr "" #: ./doc/common/tables/neutron-common.xml34(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.xml38(td) msgid "(IntOpt) Number of separate API worker processes for service" msgstr "" #: ./doc/common/tables/neutron-common.xml42(td) msgid "(StrOpt) Certificate Authority public key (CA cert) file for ssl" msgstr "" #: ./doc/common/tables/neutron-common.xml46(td) msgid "(BoolOpt) Turn off verification of the certificate for ssl" msgstr "" #: ./doc/common/tables/neutron-common.xml50(td) #: ./doc/common/tables/neutron-common.xml212(td) msgid "(StrOpt) Authentication region" msgstr "" #: ./doc/common/tables/neutron-common.xml54(td) #: ./doc/common/tables/neutron-common.xml216(td) msgid "(StrOpt) The type of authentication to use" msgstr "" #: ./doc/common/tables/neutron-common.xml58(td) #: ./doc/common/tables/neutron-common.xml220(td) msgid "(StrOpt) Authentication URL" msgstr "" #: ./doc/common/tables/neutron-common.xml61(replaceable) msgid "fa:16:3e:00:00:00" msgstr "" #: ./doc/common/tables/neutron-common.xml62(td) msgid "(StrOpt) The base MAC address Neutron will use for VIFs" msgstr "" #: ./doc/common/tables/neutron-common.xml66(td) msgid "(StrOpt) The host IP to bind to" msgstr "" #: ./doc/common/tables/neutron-common.xml69(replaceable) msgid "9696" msgstr "9696" #: ./doc/common/tables/neutron-common.xml70(td) msgid "(IntOpt) The port to bind to" msgstr "" #: ./doc/common/tables/neutron-common.xml74(td) msgid "(StrOpt) CA certificates" msgstr "" #: ./doc/common/tables/neutron-common.xml78(td) msgid "(StrOpt) The core plugin Neutron will use" msgstr "" #: ./doc/common/tables/neutron-common.xml82(td) msgid "(StrOpt) controller certificate" msgstr "" #: ./doc/common/tables/neutron-common.xml86(td) msgid "(StrOpt) controller private key" msgstr "" #: ./doc/common/tables/neutron-common.xml90(td) msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" #: ./doc/common/tables/neutron-common.xml94(td) msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" #: ./doc/common/tables/neutron-common.xml101(replaceable) msgid "$state_path/dhcp" msgstr "" #: ./doc/common/tables/neutron-common.xml102(td) msgid "(StrOpt) Location to store DHCP server config files" msgstr "" #: ./doc/common/tables/neutron-common.xml106(td) msgid "(BoolOpt) Delete namespace after removing a dhcp server." msgstr "" #: ./doc/common/tables/neutron-common.xml113(replaceable) msgid "neutron.agent.linux.dhcp.Dnsmasq" msgstr "" #: ./doc/common/tables/neutron-common.xml114(td) msgid "(StrOpt) The driver used to manage the DHCP server." msgstr "" #: ./doc/common/tables/neutron-common.xml118(td) msgid "" "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use " "infinite lease times." msgstr "" #: ./doc/common/tables/neutron-common.xml122(td) msgid "" "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" #: ./doc/common/tables/neutron-common.xml126(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.xml130(td) msgid "" "(StrOpt) Hostname to be used by the neutron server, agents andservices " "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.xml134(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "" #: ./doc/common/tables/neutron-common.xml138(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" #: ./doc/common/tables/neutron-common.xml142(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" #: ./doc/common/tables/neutron-common.xml146(td) msgid "(IntOpt) Maximum number of allowed address pairs" msgstr "" #: ./doc/common/tables/neutron-common.xml150(td) msgid "(IntOpt) Maximum number of DNS nameservers" msgstr "" #: ./doc/common/tables/neutron-common.xml154(td) msgid "(IntOpt) Maximum number of fixed ips per port" msgstr "" #: ./doc/common/tables/neutron-common.xml158(td) msgid "(IntOpt) Maximum number of host routes per subnet" msgstr "" #: ./doc/common/tables/neutron-common.xml169(replaceable) msgid "40" msgstr "" #: ./doc/common/tables/neutron-common.xml170(td) msgid "(IntOpt) Seconds between running periodic tasks" msgstr "" #: ./doc/common/tables/neutron-common.xml174(td) msgid "(IntOpt) Interval between two metering reports" msgstr "" #: ./doc/common/tables/neutron-common.xml177(replaceable) msgid "/var/lib/neutron" msgstr "" #: ./doc/common/tables/neutron-common.xml178(td) msgid "" "(StrOpt) Where to store Neutron state files. This directory must be writable" " by the agent." msgstr "" #: ./doc/common/tables/neutron-common.xml184(replaceable) msgid "respawn" msgstr "" #: ./doc/common/tables/neutron-common.xml192(replaceable) msgid "sudo" msgstr "" #: ./doc/common/tables/neutron-common.xml193(td) msgid "(StrOpt) Root helper application." msgstr "" #: ./doc/common/tables/neutron-common.xml196(th) msgid "[PROXY]" msgstr "" #: ./doc/common/tables/neutron-common.xml208(td) msgid "(StrOpt) Admin user" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml7(caption) msgid "Description of hypervisor configuration options" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml22(td) msgid "" "(StrOpt) The default format an ephemeral_volume will be formatted with on " "creation." msgstr "" #: ./doc/common/tables/nova-hypervisor.xml26(td) msgid "(BoolOpt) Force backing images to raw format" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml30(td) msgid "" "(StrOpt) VM image preallocation mode: \"none\" => no storage provisioning" " is done up front, \"space\" => storage is fully allocated at instance " "start" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml34(td) msgid "(IntOpt) Amount of time, in seconds, to wait for NBD device start up." msgstr "" #: ./doc/common/tables/nova-hypervisor.xml38(td) msgid "(BoolOpt) Whether to use cow images" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml42(td) msgid "" "(StrOpt) Defines which pcpus that instance vcpus can use. For example, " "\"4-12,^8,15\"" msgstr "" #: ./doc/common/tables/nova-hypervisor.xml46(td) msgid "" "(MultiStrOpt) Name of the mkfs commands for ephemeral device. The format is " "<os_type>=<mkfs command>" msgstr "" #: ./doc/common/tables/cinder-openvstorage.xml7(caption) msgid "Description of openvstorage configuration options" msgstr "" #: ./doc/common/tables/cinder-openvstorage.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml317(td) msgid "" "(StrOpt) Vpool to use for volumes - backend is defined by vpool not by us." msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) msgid "[realm1]" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml20(replaceable) msgid "https://host1/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml24(replaceable) msgid "https://host2/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml28(replaceable) msgid "realm1key" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml32(replaceable) msgid "realm1key2" msgstr "" #: ./doc/common/tables/ironic-deploy.xml7(caption) msgid "Description of deploy configuration options" msgstr "" #: ./doc/common/tables/ironic-deploy.xml18(th) msgid "[deploy]" msgstr "" #: ./doc/common/tables/ironic-deploy.xml22(td) msgid "(StrOpt) Block size to use when writing to the nodes disk." msgstr "" #: ./doc/common/tables/ironic-deploy.xml26(td) msgid "" "(IntOpt) Maximum attempts to verify an iSCSI connection is active, sleeping " "1 second between attempts." msgstr "" #: ./doc/common/tables/keystone-cache.xml7(caption) msgid "Description of cache configuration options" msgstr "" #: ./doc/common/tables/keystone-cache.xml18(th) msgid "[cache]" msgstr "" #: ./doc/common/tables/keystone-cache.xml21(replaceable) msgid "keystone.common.cache.noop" msgstr "" #: ./doc/common/tables/keystone-cache.xml22(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.xml26(td) msgid "" "(MultiStrOpt) Arguments supplied to the backend module. Specify this option " "once per argument to be passed to the dogpile.cache backend. Example format:" " \"<argname>:<value>\"." msgstr "" #: ./doc/common/tables/keystone-cache.xml29(replaceable) msgid "cache.keystone" msgstr "" #: ./doc/common/tables/keystone-cache.xml30(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.xml34(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.xml38(td) msgid "" "(BoolOpt) Global toggle for all caching using the should_cache_fn mechanism." msgstr "" #: ./doc/common/tables/keystone-cache.xml42(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.xml46(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.xml50(td) msgid "" "(IntOpt) Number of seconds that an operation will wait to get a memcache " "client connection." msgstr "" #: ./doc/common/tables/keystone-cache.xml54(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.xml58(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.xml61(replaceable) #: ./doc/common/tables/keystone-memcache.xml21(replaceable) msgid "localhost:11211" msgstr "" #: ./doc/common/tables/keystone-cache.xml62(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.xml66(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.xml70(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.xml77(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.xml81(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.xml85(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.xml89(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/nova-ephemeral_storage_encryption.xml7(caption) msgid "Description of ephemeral storage encryption configuration options" msgstr "" #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml18(th) msgid "[ephemeral_storage_encryption]" msgstr "" #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml21(replaceable) msgid "aes-xts-plain64" msgstr "" #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml22(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.xml26(td) msgid "(BoolOpt) Whether to encrypt ephemeral storage" msgstr "" #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml30(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/nova-configdrive.xml7(caption) msgid "Description of config drive configuration options" msgstr "" #: ./doc/common/tables/nova-configdrive.xml21(replaceable) msgid "iso9660" msgstr "" #: ./doc/common/tables/nova-configdrive.xml22(td) msgid "(StrOpt) Config drive format. One of iso9660 (default) or vfat" msgstr "" #: ./doc/common/tables/nova-configdrive.xml25(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.xml26(td) msgid "" "(StrOpt) List of metadata versions to skip placing into the config drive" msgstr "" #: ./doc/common/tables/nova-configdrive.xml30(td) msgid "" "(StrOpt) Set to force injection to take place on a config drive (if set, " "valid options are: always)" msgstr "" #: ./doc/common/tables/nova-configdrive.xml33(replaceable) msgid "genisoimage" msgstr "" #: ./doc/common/tables/nova-configdrive.xml41(td) msgid "" "(BoolOpt) Attaches the Config Drive image as a cdrom drive instead of a disk" " drive" msgstr "" #: ./doc/common/tables/nova-configdrive.xml45(td) msgid "(BoolOpt) Sets the admin password in the config drive image" msgstr "" #: ./doc/common/tables/keystone-token.xml7(caption) msgid "Description of token configuration options" msgstr "" #: ./doc/common/tables/keystone-token.xml18(th) msgid "[token]" msgstr "" #: ./doc/common/tables/keystone-token.xml22(td) msgid "" "(ListOpt) External auth mechanisms that should add bind information to " "token, e.g., kerberos,x509." msgstr "" #: ./doc/common/tables/keystone-token.xml26(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.xml30(td) msgid "" "(BoolOpt) Toggle for token system caching. This has no effect unless global " "caching is enabled." msgstr "" #: ./doc/common/tables/keystone-token.xml33(replaceable) msgid "keystone.token.persistence.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-token.xml34(td) msgid "(StrOpt) Token persistence backend driver." msgstr "" #: ./doc/common/tables/keystone-token.xml38(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.xml42(td) msgid "(IntOpt) Amount of time a token should remain valid (in seconds)." msgstr "" #: ./doc/common/tables/keystone-token.xml46(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.xml50(td) msgid "" "(StrOpt) Controls the token construction, validation, and revocation " "operations. Core providers are " "\"keystone.token.providers.[pkiz|pki|uuid].Provider\". The default provider " "is uuid." msgstr "" #: ./doc/common/tables/keystone-token.xml54(td) msgid "" "(IntOpt) Time to cache the revocation list and the revocation events if " "revoke extension is enabled (in seconds). This has no effect unless global " "and token caching are enabled." msgstr "" #: ./doc/common/tables/keystone-token.xml58(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/cinder-datera.xml7(caption) msgid "Description of Datera volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-datera.xml21(replaceable) msgid "7717" msgstr "" #: ./doc/common/tables/cinder-datera.xml22(td) msgid "(StrOpt) Datera API port." msgstr "" #: ./doc/common/tables/cinder-datera.xml26(td) msgid "(StrOpt) Datera API token." msgstr "" #: ./doc/common/tables/cinder-datera.xml30(td) msgid "(StrOpt) Datera API version." msgstr "" #: ./doc/common/tables/cinder-datera.xml34(td) msgid "(StrOpt) Number of replicas to create of an inode." msgstr "" #: ./doc/common/tables/cinder-datera.xml38(td) msgid "" "(StrOpt) The path to the client certificate for verification, if the driver " "supports it." msgstr "" #: ./doc/common/tables/cinder-datera.xml42(td) msgid "" "(StrOpt) The path to the client certificate key for verification, if the " "driver supports it." msgstr "" #: ./doc/common/tables/ceilometer-ipmi.xml22(td) msgid "" "(IntOpt) Number of retries upon Intel Node Manager initialization failure" msgstr "" #: ./doc/common/tables/ironic-ssl.xml7(caption) msgid "Description of ssl configuration options" msgstr "" #: ./doc/common/tables/cinder-drbd.xml7(caption) msgid "Description of DRBD configuration options" msgstr "" #: ./doc/common/tables/cinder-drbd.xml22(td) msgid "(StrOpt) Number of nodes that should replicate the data." msgstr "" #: ./doc/common/tables/neutron-ml2.xml7(caption) msgid "Description of ML2 configuration options" msgstr "" #: ./doc/common/tables/neutron-ml2.xml18(th) msgid "[ml2]" msgstr "" #: ./doc/common/tables/neutron-ml2.xml22(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.xml26(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.xml30(td) msgid "" "(ListOpt) Ordered list of network_types to allocate as tenant networks." msgstr "" #: ./doc/common/tables/neutron-ml2.xml33(replaceable) msgid "local, flat, vlan, gre, vxlan" msgstr "" #: ./doc/common/tables/neutron-ml2.xml34(td) msgid "" "(ListOpt) List of network type driver entrypoints to be loaded from the " "neutron.ml2.type_drivers namespace." msgstr "" #. Warning: Do not edit this file. It is automatically generated and your #. changes will be overwritten. The tool to do so lives in the openstack-doc- #. tools repository. #: ./doc/common/tables/cinder-conf-changes.xml4(title) msgid "" "New, updated and deprecated options in Kilo for OpenStack Block Storage" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml16(td) msgid "[DEFAULT] backend_host = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml17(td) msgid "(StrOpt) Backend override of host value." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml20(td) msgid "[DEFAULT] backup_container = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml21(td) msgid "(StrOpt) Custom container to use for backups." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml24(td) msgid "[DEFAULT] backup_enable_progress_timer = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml25(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-conf-changes.xml28(td) msgid "[DEFAULT] backup_file_size = 1999994880" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml29(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." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml32(td) msgid "[DEFAULT] backup_mount_options = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml33(td) msgid "" "(StrOpt) Mount options passed to the NFS client. See NFS man page for " "details." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml36(td) msgid "[DEFAULT] backup_mount_point_base = $state_path/backup_mount" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml37(td) msgid "(StrOpt) Base dir containing mount point for NFS share." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml40(td) msgid "[DEFAULT] backup_object_number_per_notification = 10" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml44(td) msgid "[DEFAULT] backup_sha_block_size_bytes = 32768" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml45(td) #: ./doc/common/tables/cinder-conf-changes.xml53(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-conf-changes.xml48(td) msgid "[DEFAULT] backup_share = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml49(td) msgid "" "(StrOpt) NFS share in fqdn:path, ipv4addr:path, or \"[ipv6addr]:path\" " "format." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml52(td) msgid "[DEFAULT] backup_swift_block_size = 32768" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml56(td) msgid "[DEFAULT] backup_swift_enable_progress_timer = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml60(td) msgid "[DEFAULT] backup_timer_interval = 120" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml64(td) msgid "[DEFAULT] cb_account_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml68(td) msgid "" "[DEFAULT] cb_add_qosgroup = {'latency': '15', 'iops': '10', 'graceallowed': " "'false', 'iopscontrol': 'true', 'memlimit': '0', 'throughput': '0', " "'tpcontrol': 'false', 'networkspeed': '0'}" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml72(td) msgid "[DEFAULT] cb_apikey = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml76(td) msgid "[DEFAULT] cb_confirm_volume_create_retries = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml80(td) msgid "[DEFAULT] cb_confirm_volume_create_retry_interval = 5" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml84(td) msgid "" "[DEFAULT] cb_create_volume = {'compression': 'off', 'deduplication': 'off', " "'blocklength': '512B', 'sync': 'always', 'protocoltype': 'ISCSI', " "'recordsize': '16k'}" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml88(td) msgid "[DEFAULT] cb_tsm_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml92(td) msgid "[DEFAULT] chap_password =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml93(td) msgid "(StrOpt) Password for specified CHAP account name." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml96(td) msgid "[DEFAULT] chap_username =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml97(td) msgid "(StrOpt) CHAP user name." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml100(td) msgid "[DEFAULT] check_max_pool_luns_threshold = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml104(td) msgid "[DEFAULT] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml108(td) msgid "[DEFAULT] dell_sc_api_port = 3033" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml112(td) msgid "[DEFAULT] dell_sc_server_folder = openstack" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml116(td) msgid "[DEFAULT] dell_sc_ssn = 64702" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml120(td) msgid "[DEFAULT] dell_sc_volume_folder = openstack" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml124(td) msgid "[DEFAULT] driver_data_namespace = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml125(td) msgid "(StrOpt) Namespace for driver private data values to be saved in." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml128(td) msgid "[DEFAULT] driver_use_ssl = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml132(td) msgid "[DEFAULT] end_time = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml133(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-conf-changes.xml136(td) msgid "[DEFAULT] enforce_multipath_for_image_xfer = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml140(td) msgid "[DEFAULT] filter_function = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml141(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-conf-changes.xml144(td) msgid "[DEFAULT] flashsystem_connection_protocol = FC" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml148(td) msgid "[DEFAULT] flashsystem_multihostmap_enabled = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml152(td) msgid "[DEFAULT] flashsystem_multipath_enabled = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml156(td) msgid "[DEFAULT] force_delete_lun_in_storagegroup = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml160(td) msgid "[DEFAULT] gateway_mga = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml164(td) msgid "[DEFAULT] gateway_mgb = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml168(td) msgid "[DEFAULT] goodness_function = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml169(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-conf-changes.xml172(td) msgid "[DEFAULT] initiator_auto_deregistration = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml176(td) msgid "[DEFAULT] iscsi_protocol = iscsi" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml180(td) msgid "[DEFAULT] iscsi_secondary_ip_addresses =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml184(td) msgid "[DEFAULT] ise_completion_retries = 30" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml188(td) msgid "[DEFAULT] ise_connection_retries = 5" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml192(td) msgid "[DEFAULT] ise_raid = 1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml196(td) msgid "[DEFAULT] ise_retry_interval = 1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml200(td) msgid "[DEFAULT] ise_storage_pool = 1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml204(td) msgid "[DEFAULT] lvm_conf_file = /etc/cinder/lvm.conf" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml208(td) msgid "[DEFAULT] max_over_subscription_ratio = 20.0" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml209(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-conf-changes.xml212(td) msgid "[DEFAULT] nas_mount_options = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml216(td) msgid "[DEFAULT] nas_secure_file_operations = auto" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml220(td) msgid "[DEFAULT] nas_secure_file_permissions = auto" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml224(td) msgid "[DEFAULT] nas_share_path =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml228(td) msgid "[DEFAULT] netapp_partner_backend_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml232(td) msgid "[DEFAULT] nfs_mount_attempts = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml236(td) msgid "[DEFAULT] os_privileged_user_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml240(td) msgid "[DEFAULT] os_privileged_user_password = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml244(td) msgid "[DEFAULT] os_privileged_user_tenant = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml253(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-conf-changes.xml256(td) msgid "[DEFAULT] quobyte_client_cfg = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml260(td) msgid "[DEFAULT] quobyte_mount_point_base = $state_path/mnt" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml264(td) msgid "[DEFAULT] quobyte_qcow2_volumes = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml268(td) msgid "[DEFAULT] quobyte_sparsed_volumes = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml272(td) msgid "[DEFAULT] quobyte_volume_url = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml276(td) msgid "[DEFAULT] request_timeout = 300" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml280(td) msgid "[DEFAULT] scst_target_driver = iscsi" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml284(td) msgid "[DEFAULT] scst_target_iqn_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml288(td) msgid "[DEFAULT] send_actions = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml289(td) msgid "" "(BoolOpt) Send the volume and snapshot create and delete notifications " "generated in the specified period." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml292(td) msgid "[DEFAULT] sf_allow_template_caching = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml296(td) msgid "[DEFAULT] sf_template_account_name = openstack-vtemplate" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml297(td) msgid "" "(StrOpt) Account name on the SolidFire Cluster to use as owner of " "template/cache volumes (created if does not exist)." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml300(td) msgid "[DEFAULT] srb_base_urls = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml304(td) msgid "[DEFAULT] start_time = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml305(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-conf-changes.xml308(td) msgid "[DEFAULT] use_chap_auth = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml309(td) msgid "(BoolOpt) Option to enable/disable CHAP authentication for targets." msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml312(td) msgid "[DEFAULT] use_igroups = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml316(td) msgid "[DEFAULT] vpool_name =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml320(td) msgid "[DEFAULT] xtremio_cluster_name =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml321(td) msgid "(StrOpt) XMS cluster id in multi-cluster environment" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml537(td) msgid "[DEFAULT] backup_metadata_version" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml552(td) msgid "[DEFAULT] iscsi_num_targets" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml557(td) msgid "[DEFAULT] iser_num_targets" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml562(td) msgid "[DEFAULT] iser_target_prefix" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml563(td) msgid "iqn.2010-10.org.iser.openstack:" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml567(td) msgid "[DEFAULT] nova_catalog_admin_info" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml568(td) msgid "compute:nova:adminURL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml572(td) msgid "[DEFAULT] nova_catalog_info" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml573(td) msgid "compute:nova:publicURL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml582(td) msgid "[keymgr] encryption_auth_url" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml598(td) msgid "[DEFAULT] eqlx_chap_password" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml599(td) msgid "[DEFAULT] chap_password" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml602(td) msgid "[DEFAULT] eqlx_chap_login" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml603(td) msgid "[DEFAULT] chap_username" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml606(td) msgid "[DEFAULT] eqlx_use_chap" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml607(td) msgid "[DEFAULT] use_chap_auth" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml610(td) msgid "[DEFAULT] db_backend" msgstr "[DEFAULT] db_backend" #: ./doc/common/tables/cinder-conf-changes.xml611(td) msgid "[database] backend" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml614(td) msgid "[DEFAULT] host" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml615(td) msgid "[DEFAULT] backend_host" msgstr "" #: ./doc/common/tables/keystone-memcache.xml7(caption) msgid "Description of memcache configuration options" msgstr "" #: ./doc/common/tables/keystone-memcache.xml22(td) msgid "(ListOpt) Memcache servers in the format of \"host:port\"." msgstr "" #: ./doc/common/tables/keystone-memcache.xml26(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/trove-debug.xml30(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.xml34(td) msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" #: ./doc/common/tables/trove-debug.xml38(td) msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" #: ./doc/common/tables/trove-swift.xml30(td) msgid "(StrOpt) URL ending in AUTH_." msgstr "" #: ./doc/common/tables/nova-tilera.xml7(caption) msgid "Description of Tilera configuration options" msgstr "" #: ./doc/common/tables/nova-tilera.xml21(td) msgid "tile_pdu_ip = 10.0.100.1" msgstr "" #: ./doc/common/tables/nova-tilera.xml22(td) msgid "(StrOpt) IP address of tilera pdu" msgstr "" #: ./doc/common/tables/nova-tilera.xml25(td) msgid "tile_pdu_mgr = /tftpboot/pdu_mgr" msgstr "" #: ./doc/common/tables/nova-tilera.xml26(td) msgid "(StrOpt) Management script for tilera pdu" msgstr "" #: ./doc/common/tables/nova-tilera.xml29(td) msgid "tile_pdu_off = 2" msgstr "" #: ./doc/common/tables/nova-tilera.xml30(td) msgid "(IntOpt) Power status of tilera PDU is OFF" msgstr "" #: ./doc/common/tables/nova-tilera.xml33(td) msgid "tile_pdu_on = 1" msgstr "" #: ./doc/common/tables/nova-tilera.xml34(td) msgid "(IntOpt) Power status of tilera PDU is ON" msgstr "" #: ./doc/common/tables/nova-tilera.xml37(td) msgid "tile_pdu_status = 9" msgstr "" #: ./doc/common/tables/nova-tilera.xml38(td) msgid "(IntOpt) Power status of tilera PDU" msgstr "" #: ./doc/common/tables/nova-tilera.xml41(td) msgid "tile_power_wait = 9" msgstr "" #: ./doc/common/tables/nova-tilera.xml42(td) msgid "" "(IntOpt) Wait time in seconds until check the result after tilera power " "operations" msgstr "" #: ./doc/common/tables/nova-libvirt.xml7(caption) msgid "Description of Libvirt configuration options" msgstr "" #: ./doc/common/tables/nova-libvirt.xml22(td) msgid "(BoolOpt) Should unused base images be removed?" msgstr "" #: ./doc/common/tables/nova-libvirt.xml26(td) msgid "" "(IntOpt) Unused unresized base images younger than this will not be removed" msgstr "" #: ./doc/common/tables/nova-libvirt.xml32(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.xml33(td) msgid "(StrOpt) Migration flags to be set for block migration" msgstr "" #: ./doc/common/tables/nova-libvirt.xml37(td) msgid "(BoolOpt) Write a checksum for files in _base to disk" msgstr "" #: ./doc/common/tables/nova-libvirt.xml41(td) msgid "(IntOpt) How frequently to checksum base images" msgstr "" #: ./doc/common/tables/nova-libvirt.xml45(td) msgid "" "(StrOpt) Override the default libvirt URI (which is dependent on virt_type)" msgstr "" #: ./doc/common/tables/nova-libvirt.xml49(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.xml53(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.xml57(td) msgid "" "(ListOpt) Specific cachemodes to use for different disk types e.g: " "file=directsync,block=none" msgstr "" #: ./doc/common/tables/nova-libvirt.xml61(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.xml65(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.xml69(td) msgid "" "(StrOpt) Discard option for nova managed disks (valid options are: ignore, " "unmap). Need Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2 format)" msgstr "" #: ./doc/common/tables/nova-libvirt.xml73(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.xml76(replaceable) msgid "$instances_path/$image_cache_subdirectory_name/%(image)s.info" msgstr "" #: ./doc/common/tables/nova-libvirt.xml77(td) msgid "" "(StrOpt) Allows image information files to be stored in non-standard " "locations" msgstr "" #: ./doc/common/tables/nova-libvirt.xml81(td) msgid "(StrOpt) Path to the ceph configuration file to use" msgstr "" #: ./doc/common/tables/nova-libvirt.xml85(td) msgid "(StrOpt) The RADOS pool in which rbd volumes are stored" msgstr "" #: ./doc/common/tables/nova-libvirt.xml89(td) msgid "" "(StrOpt) VM Images format. Acceptable values are: raw, qcow2, lvm, rbd, " "default. If default is specified, then use_cow_images flag is used instead " "of this one." msgstr "" #: ./doc/common/tables/nova-libvirt.xml93(td) msgid "" "(StrOpt) LVM Volume Group that is used for VM images, when you specify " "images_type=lvm." msgstr "" #: ./doc/common/tables/nova-libvirt.xml97(td) msgid "(BoolOpt) Inject the ssh public key at boot time" msgstr "" #: ./doc/common/tables/nova-libvirt.xml100(replaceable) msgid "-2" msgstr "" #: ./doc/common/tables/nova-libvirt.xml101(td) msgid "" "(IntOpt) The partition to inject to : -2 => disable, -1 => inspect " "(libguestfs only), 0 => not partitioned, >0 => partition number" msgstr "" #: ./doc/common/tables/nova-libvirt.xml105(td) msgid "(BoolOpt) Inject the admin password at boot time, without an agent." msgstr "" #: ./doc/common/tables/nova-libvirt.xml113(td) msgid "(BoolOpt) Use multipath connection of the iSCSI volume" msgstr "" #: ./doc/common/tables/nova-libvirt.xml117(td) msgid "(BoolOpt) Use multipath connection of the iSER volume" msgstr "" #: ./doc/common/tables/nova-libvirt.xml121(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.xml125(td) msgid "" "(BoolOpt) Should unused kernel images be removed? This is only safe to " "enable if all compute nodes have been updated to support this option. This " "will be enabled by default in future." msgstr "" #: ./doc/common/tables/nova-libvirt.xml129(td) msgid "" "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" #: ./doc/common/tables/nova-libvirt.xml133(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.xml137(td) msgid "(StrOpt) Rescue aki image" msgstr "" #: ./doc/common/tables/nova-libvirt.xml141(td) msgid "(StrOpt) Rescue ari image" msgstr "" #: ./doc/common/tables/nova-libvirt.xml145(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.xml149(td) msgid "" "(BoolOpt) Compress snapshot images when possible. This currently applies " "exclusively to qcow2 images" msgstr "" #: ./doc/common/tables/nova-libvirt.xml153(td) msgid "" "(StrOpt) Snapshot image format (valid options are : raw, qcow2, vmdk, vdi). " "Defaults to same as source image" msgstr "" #: ./doc/common/tables/nova-libvirt.xml156(replaceable) msgid "$instances_path/snapshots" msgstr "$instances_path/snapshots" #: ./doc/common/tables/nova-libvirt.xml157(td) msgid "" "(StrOpt) Location where libvirt driver will store snapshots before uploading" " them to image service" msgstr "" #: ./doc/common/tables/nova-libvirt.xml161(td) msgid "" "(BoolOpt) Create sparse logical volumes (with virtualsize) if this flag is " "set to True." msgstr "" #: ./doc/common/tables/nova-libvirt.xml165(td) msgid "" "(StrOpt) The data source used to the populate the host \"serial\" UUID " "exposed to guest in the virtual BIOS. Permitted options are \"hardware\", " "\"os\", \"none\" or \"auto\" (default)." msgstr "" #: ./doc/common/tables/nova-libvirt.xml169(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.xml173(td) msgid "(BoolOpt) Sync virtual and real mouse cursors in Windows VMs" msgstr "" #: ./doc/common/tables/nova-libvirt.xml177(td) msgid "(BoolOpt) Use virtio for bridge interfaces with KVM/QEMU" msgstr "" #: ./doc/common/tables/nova-libvirt.xml181(td) msgid "" "(StrOpt) Libvirt domain type (valid options are: kvm, lxc, qemu, uml, xen " "and parallels)" msgstr "" #: ./doc/common/tables/nova-libvirt.xml193(td) msgid "" "(ListOpt) DEPRECATED. Libvirt handlers for remote volumes. This option is " "deprecated and will be removed in the Kilo release." msgstr "" #: ./doc/common/tables/trove-upgrades.xml21(replaceable) #: ./doc/common/tables/trove-upgrades.xml25(replaceable) #: ./doc/common/tables/trove-upgrades.xml29(replaceable) msgid "icehouse" msgstr "" #: ./doc/common/tables/neutron-mlnx.xml7(caption) msgid "Description of Mellanox configuration options" msgstr "" #: ./doc/common/tables/neutron-mlnx.xml22(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-mlnx.xml25(replaceable) msgid "tcp://127.0.0.1:60001" msgstr "tcp://127.0.0.1:60001" #: ./doc/common/tables/neutron-mlnx.xml26(td) msgid "(StrOpt) eswitch daemon end point" msgstr "" #: ./doc/common/tables/neutron-mlnx.xml33(replaceable) msgid "3000" msgstr "3000" #: ./doc/common/tables/neutron-mlnx.xml34(td) msgid "" "(IntOpt) The number of milliseconds the agent will wait for response on " "request to daemon." msgstr "" #: ./doc/common/tables/cinder-zoning_manager.xml7(caption) msgid "Description of zoning manager configuration options" msgstr "" #: ./doc/common/tables/cinder-zoning_manager.xml21(replaceable) msgid "" "cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI" msgstr "cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI" #: ./doc/common/tables/ceilometer-glance.xml22(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/ironic-dhcp.xml7(caption) msgid "Description of DHCP configuration options" msgstr "" #: ./doc/common/tables/ironic-dhcp.xml18(th) msgid "[dhcp]" msgstr "" #: ./doc/common/tables/ironic-dhcp.xml22(td) msgid "" "(StrOpt) DHCP provider to use. \"neutron\" uses Neutron, and \"none\" uses a" " no-op provider." msgstr "" #: ./doc/common/tables/neutron-securitygroups.xml7(caption) msgid "Description of security groups configuration options" msgstr "" #: ./doc/common/tables/neutron-securitygroups.xml18(th) msgid "[SECURITYGROUP]" msgstr "" #: ./doc/common/tables/neutron-securitygroups.xml22(td) msgid "(BoolOpt) Use ipset to speed-up the iptables based security groups." msgstr "" #: ./doc/common/tables/neutron-securitygroups.xml26(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.xml30(td) msgid "(StrOpt) Driver for security groups firewall in the L2 agent" msgstr "" #: ./doc/common/tables/keystone-debug.xml26(td) msgid "(StrOpt) Host to connect to for remote debugger." msgstr "" #: ./doc/common/tables/keystone-debug.xml30(td) msgid "(IntOpt) Port to connect to for remote debugger." msgstr "" #: ./doc/common/tables/keystone-debug.xml34(td) msgid "(BoolOpt) Do not monkey-patch threading system modules." msgstr "" #: ./doc/common/tables/keystone-debug.xml37(th) msgid "[audit]" msgstr "" #: ./doc/common/tables/keystone-debug.xml41(td) msgid "(StrOpt) namespace prefix for generated id" msgstr "" #: ./doc/common/tables/nova-debug.xml25(th) msgid "[guestfs]" msgstr "" #: ./doc/common/tables/cinder-rootwrap.xml21(replaceable) msgid "/etc/cinder/rootwrap.d,/usr/share/cinder/rootwrap" msgstr "" #: ./doc/common/tables/cinder-rootwrap.xml25(replaceable) msgid "/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml7(caption) msgid "Description of Nexenta iSCSI driver configuration options" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml22(td) msgid "(StrOpt) Block size for volumes (default=blank means 8KB)" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml26(td) msgid "(StrOpt) IP address of Nexenta SA" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml30(td) msgid "(IntOpt) Nexenta target portal port" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml33(replaceable) msgid "nexenta" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml34(td) msgid "(StrOpt) Password to connect to Nexenta SA" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml38(td) msgid "(IntOpt) HTTP port to connect to Nexenta REST API server" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml42(td) msgid "(StrOpt) Use http or https for REST connection (default auto)" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml46(td) msgid "" "(IntOpt) Enable stream compression, level 1..9. 1 - gives best speed; 9 - " "gives best compression." msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml50(td) msgid "(IntOpt) Number of TCP connections." msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml54(td) msgid "(IntOpt) TCP Buffer size in KiloBytes." msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml58(td) msgid "(BoolOpt) Enables or disables the creation of sparse volumes" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml62(td) msgid "" "(BoolOpt) Enables or disables the creation of volumes as sparsed files that " "take no space. If disabled (False), volume is created as a regular file, " "which takes a long time." msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml65(replaceable) msgid "cinder/" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml66(td) msgid "(StrOpt) Prefix for iSCSI target groups on SA" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml69(replaceable) msgid "iqn.1986-03.com.sun:02:cinder-" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml70(td) msgid "(StrOpt) IQN prefix for iSCSI targets" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml74(td) msgid "(StrOpt) User name to connect to Nexenta SA" msgstr "" #: ./doc/common/tables/cinder-nexenta_iscsi.xml78(td) msgid "(StrOpt) SA Pool that holds all volumes" msgstr "" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 #: ./doc/common/tables/cinder-nexenta_iscsi.xml0(None) msgid "translator-credits" msgstr "translator-credits"