# # Translators: # Akihiro Motoki , 2013 # Andreas Jaeger , 2014 # Tomoyuki KATO , 2012-2014 # Toru Makabe , 2013-2014 msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" "POT-Creation-Date: 2015-01-06 15:45+0000\n" "PO-Revision-Date: 2015-01-06 10:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\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 Dashboard" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_dashboard-configure-http.xml7(title) msgid "Configure the dashboard for HTTP" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_dashboard-configure-http.xml29(para) msgid "Restart Apache http server. For Ubuntu/Debian/SUSE:" msgstr "" #: ./doc/common/section_dashboard-configure-http.xml31(para) msgid "or for Fedora/RHEL/CentOS:" msgstr "" #: ./doc/common/section_dashboard-configure-http.xml33(para) msgid "Next, restart memcached:" msgstr "" #: ./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 "Identity のユーザー管理のおもなコンポーネントは、以下のとおりです。" #: ./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 "" #: ./doc/common/section_keystone-concepts-user-management.xml18(para) msgid "" "Tenant. A project, group, or " "organization. When you make requests to OpenStack services, you must specify" " a tenant. For example, if you query the Compute service for a list of " "running instances, you get a list of all running instances in the tenant " "that you specified in your query. This example creates a tenant named " "acme:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml28(para) msgid "" "Because the term project was used instead of " "tenant in earlier versions of OpenStack Compute, some " "command-line tools use --project_id instead of --tenant-id or --os-tenant-id to refer to a " "tenant ID." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml39(para) msgid "" "Role. Captures the operations that a user" " can perform in a given tenant." msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml41(para) msgid "This example creates a role named compute-user:" msgstr "" #: ./doc/common/section_keystone-concepts-user-management.xml45(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.xml52(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.xml75(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.xml79(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.xml89(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.xml94(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.xml100(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.xml106(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.xml111(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/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/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/ceilometer-inspector.xml13(th) #: ./doc/common/tables/cinder-scheduler.xml13(th) #: ./doc/common/tables/trove-db_cassandra.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/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/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/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/glance-rabbitmq.xml13(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/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/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/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/cinder-swift.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/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/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/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/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/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/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/nova-qpid.xml13(th) #: ./doc/common/tables/glance-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/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/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/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/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/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/keystone-qpid.xml13(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml15(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/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/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 "cores" #: ./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 "fixed-ips" #: ./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 "テナント毎の固定 IP アドレスの最大数。この数はテナント毎の最大インスタンス数以上にしなければなりません。" #: ./doc/common/section_cli_nova_quotas.xml56(systemitem) msgid "floating-ips" msgstr "floating-ips" #: ./doc/common/section_cli_nova_quotas.xml60(para) msgid "Number of floating IP addresses allowed per tenant." msgstr "テナントごとの最大 Floating IP 数" #: ./doc/common/section_cli_nova_quotas.xml68(systemitem) msgid "injected-file-content-bytes" msgstr "injected-file-content-bytes" #: ./doc/common/section_cli_nova_quotas.xml72(para) msgid "Number of content bytes allowed per injected file." msgstr "injected file あたりの最大バイト数" #: ./doc/common/section_cli_nova_quotas.xml80(systemitem) msgid "injected-file-path-bytes" msgstr "injected-file-path-bytes" #: ./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 "injected-files" #: ./doc/common/section_cli_nova_quotas.xml96(para) msgid "Number of injected files allowed per tenant." msgstr "injected file の最大数" #: ./doc/common/section_cli_nova_quotas.xml105(systemitem) msgid "instances" msgstr "instances" #: ./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 "key-pairs" #: ./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 "metadata-items" #: ./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 "ram" #: ./doc/common/section_cli_nova_quotas.xml145(para) msgid "Megabytes of instance ram allowed per tenant." msgstr "テナントごとのインスタンスの RAM 容量(メガバイト単位)" #: ./doc/common/section_cli_nova_quotas.xml153(systemitem) msgid "security-groups" msgstr "security-groups" #: ./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 "security-group-rules" #: ./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 "Compute サービスのテナント (プロジェクト) の クォータの表示と更新" #: ./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.xml199(para) #: ./doc/common/section_cli_nova_boot_from_volume.xml191(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml327(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml341(para) #: ./doc/common/section_cli_cinder_manage_volumes.xml385(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 "key" #: ./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 "tenantName" #: ./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 "quotaName" #: ./doc/common/section_cli_nova_quotas.xml249(replaceable) #: ./doc/common/section_cli_nova_quotas.xml324(replaceable) msgid "quotaValue" msgstr "quotaValue" #: ./doc/common/section_cli_nova_quotas.xml249(replaceable) msgid "tenantID" msgstr "tenantID" #: ./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:4000, 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-all. Starts both the " "service and administrative APIs in a single process to provide Catalog, " "Authorization, and Authentication services for OpenStack." msgstr "" #: ./doc/common/section_keystone-concepts-service-management.xml19(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.xml25(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.xml30(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 "nova クライアントを用いたイメージの管理" #: ./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 "nova クライアントを使用して、イメージのリストアップ、イメージメタデータの設定や削除、イメージの削除ができるだけでなく、イメージを作成するために実行中のインスタンスのスナップショットを作成することができます。" #: ./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.xml11(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 "イメージを作成するには、インスタンスを一覧表示してサーバー ID を取得します。" #: ./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 "この例では、サーバーの名前は myCirrosServer となっています。このサーバーを使用して、以下のようにスナップショットを作成します。 このコマンドは、qemu スナップショットを作成して、お使いのリポジトリにイメージを自動的にアップロードします。イメージを作成したテナントのみ、そのイメージにアクセスすることができます。" #: ./doc/common/section_cli_nova_images.xml44(para) #: ./doc/common/section_cli_nova_manage_images.xml51(para) msgid "Get details for your image to check its status:" msgstr "イメージの詳細を取得して状態を確認します。" #: ./doc/common/section_cli_nova_images.xml46(replaceable) msgid "IMAGE" msgstr "IMAGE" #: ./doc/common/section_cli_nova_images.xml80(para) #: ./doc/common/section_cli_nova_manage_images.xml86(para) msgid "" "The image status changes from SAVING to " "ACTIVE. Only the tenant who creates the image has access " "to it." msgstr "イメージの状態は SAVING から ACTIVE に変わります。イメージを作成したテナントのみがこのイメージにアクセスできます。" #: ./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 "イメージからインスタンスを起動するには、以下のようにイメージ ID とフレーバー ID を含めます。" #: ./doc/common/section_cli_nova_images.xml126(title) #: ./doc/common/section_cli_glance_manage_images.xml412(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 "QEMU のバージョン 0.14 以降を使用していることを確認します。古いバージョンの QEMU を使用していると、nova-compute.log に \"unknown option -s\" エラーメッセージが記録されます。" #: ./doc/common/section_cli_nova_images.xml141(para) #: ./doc/common/section_cli_glance_manage_images.xml422(para) msgid "" "Examine the /var/log/nova-api.log and " "/var/log/nova-compute.log log files for error messages." msgstr "エラーメッセージは /var/log/nova-api.log/var/log/nova-compute.log ログファイルを確認します。" #: ./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 "先ほど説明したように、不明オプション --provider:network-type を使用して、local プロバイダーネットワークを作成します。" #: ./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 "サブネットが所属するネットワークの名前または ID。" #: ./doc/common/section_cli_neutron_manage_networks.xml113(para) msgid "" "In this example, net1 is a positional argument that " "specifies the network name." msgstr "この例では、net1 がネットワーク名を指定する引数です。" #: ./doc/common/section_cli_neutron_manage_networks.xml118(para) msgid "The CIDR of the subnet." msgstr "サブネットの CIDR。" #: ./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 "この例では、192.168.2.0/24 が CIDR を指定する引数です。" #: ./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 "この例では、--name subnet1 がサブネットの名前を指定します。" #: ./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 "router1" #: ./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 "返された一意なルーター ID を記録します。これは以降の手順に必要となります。" #: ./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 "ROUTER" #: ./doc/common/section_cli_neutron_manage_networks.xml159(replaceable) msgid "NETWORK" msgstr "NETWORK" #: ./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 "ROUTER をルーターの一意な ID で置き換え、NETWOKR を外部プロバイダールーターの一意な ID で置き換えます。" #: ./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 "SUBNET" #: ./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 "ROUTER をルーターの一意な ID で置き換え、SUBNET をサブネットの一意な ID で置き換えます。" #: ./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 "指定の IP アドレスでポートを作成します。" #: ./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 "上記のコマンドでは、net1 がネットワーク名で、位置引数となっています。 --fixed-ip ip_address=192.168.2.40 はオプションで、希望のポートの Fixed IP アドレスを指定します。" #: ./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 "ポートの作成時、サブネット内の未割り当ての IP を指定できます。そのアドレスが、(クラウドプロバイダーにより設定された) 事前定義済みプールの確保済み IP アドレスになくても構いません。" #: ./doc/common/section_cli_neutron_manage_networks.xml210(para) msgid "Create a port without specified IP address:" msgstr "IP アドレス指定なしでポートを作成します。" #: ./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 " コマンドで IP アドレスを指定しない場合、システムが IP アドレスを一つ確保することに注意してください。" #: ./doc/common/section_cli_neutron_manage_networks.xml236(para) msgid "Query ports with specified fixed IP addresses:" msgstr "指定の Fixed IP アドレスでポートを問い合わせします。" #: ./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 "--fixed-ips ip_address=192.168.2.2 ip_address=192.168.2.40 は不明オプションです。" #: ./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 "不明オプションの探し方: 不明オプションは、create_xxx または show_xxx コマンドの出力を見ているとすぐに見つけられます。例えば、ポート作成コマンドには fixed_ips フィールドがありますが、これは不明オプションとして使用することができます。" #. 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 "Object Storage アーキテクチャー" #: ./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 "Object Storage (swift)" #: ./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 "トークン" #: ./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 "controller" #: ./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 "Database の概要" #: ./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 "Database は、高性能にリソースを分割でき、配備、設定、パッチ適用、バックアップ、リストア、監視などの複雑な管理作業を自動化します。" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_trove.xml54(para) msgid "" "Access the Database service instance using typical database access commands." " For example, with MySQL:" msgstr "" #: ./doc/common/section_getstart_trove.xml56(replaceable) msgid "TROVE_IP_ADDRESS" msgstr "" #: ./doc/common/section_getstart_trove.xml61(para) msgid "The Database service includes the following components:" msgstr "Database は以下のコンポーネントを含みます。" #: ./doc/common/section_getstart_trove.xml64(term) msgid "python-troveclient command-line client" msgstr "" #: ./doc/common/section_getstart_trove.xml65(para) msgid "A CLI that communicates with the trove-api component." msgstr "" #: ./doc/common/section_getstart_trove.xml69(term) msgid "trove-api component" msgstr "" #: ./doc/common/section_getstart_trove.xml70(para) msgid "" "Provides an OpenStack-native RESTful API that supports JSON to provision and" " manage Trove instances." msgstr "" #: ./doc/common/section_getstart_trove.xml74(term) msgid "trove-conductor service" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_trove.xml79(term) msgid "trove-taskmanager service" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_trove.xml86(para) msgid "" "Runs within the guest instance. Manages and performs operations on the " "database itself." msgstr "" #: ./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 "" #: ./doc/common/section_support-compute.xml30(literal) msgid "logging_default_format_string" msgstr "" #: ./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 "disk" #: ./doc/common/section_support-compute.xml165(filename) msgid "disk-raw" msgstr "disk-raw" #: ./doc/common/section_support-compute.xml168(filename) msgid "kernel" msgstr "kernel" #: ./doc/common/section_support-compute.xml171(filename) msgid "ramdisk" msgstr "ramdisk" #: ./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 "" #: ./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_getstart_telemetry.xml7(title) msgid "Telemetry module" msgstr "" #: ./doc/common/section_getstart_telemetry.xml8(para) msgid "The Telemetry module performs the following functions:" msgstr "" #: ./doc/common/section_getstart_telemetry.xml12(para) msgid "" "Efficiently collects the metering data about the CPU and network costs." msgstr "CPU とネットワークのコストに関する統計データを効率的に収集します。" #: ./doc/common/section_getstart_telemetry.xml16(para) msgid "" "Collects data by monitoring notifications sent from services or by polling " "the infrastructure." msgstr "サービスから送られた通知を監視すること、またはインフラストラクチャーをポーリングすることにより、データを収集します。" #: ./doc/common/section_getstart_telemetry.xml20(para) msgid "" "Configures the type of collected data to meet various operating " "requirements. It accesses and inserts the metering data through the REST " "API." msgstr "" #: ./doc/common/section_getstart_telemetry.xml25(para) msgid "" "Expands the framework to collect custom usage data by additional plug-ins." msgstr "追加のプラグインによりカスタム利用データを収集するためにフレームワークを拡張します。" #: ./doc/common/section_getstart_telemetry.xml29(para) msgid "Produces signed metering messages that cannot be repudiated." msgstr "否認できない書名付き統計情報メッセージを作成します。" #: ./doc/common/section_getstart_telemetry.xml34(para) msgid "The Telemetry module consists of the following components:" msgstr "" #: ./doc/common/section_getstart_telemetry.xml37(term) msgid "" "A compute agent (ceilometer-agent-" "compute)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml39(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.xml44(term) msgid "" "A central agent (ceilometer-agent-" "central)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml46(para) msgid "" "Runs on a central management server to poll for resource utilization " "statistics for resources not tied to instances or compute nodes." msgstr "" #: ./doc/common/section_getstart_telemetry.xml50(term) msgid "" "A notification agent (ceilometer-agent-" "notification)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml52(para) msgid "" "Runs on a central management server to initiate alarm actions, such as " "calling out to a webhook with a description of the alarm state transition." msgstr "" #: ./doc/common/section_getstart_telemetry.xml56(term) msgid "" "A collector (ceilometer-" "collector)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml58(para) msgid "" "Runs on central management server(s) to monitor the message queues (for " "notifications and for metering data coming from the agent). Notification " "messages are processed and turned into metering messages, which are sent to " "the message bus using the appropriate topic. Telemetry messages are written " "to the data store without modification." msgstr "" #: ./doc/common/section_getstart_telemetry.xml66(term) msgid "" "An alarm evaluator (ceilometer-alarm-" "evaluator)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml68(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.xml72(term) msgid "" "An alarm notifier (ceilometer-alarm-" "notifier)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml74(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.xml79(term) msgid "A data store" msgstr "" #: ./doc/common/section_getstart_telemetry.xml80(para) msgid "" "A database capable of handling concurrent writes (from one or more collector" " instances) and reads (from the API server)." msgstr "" #: ./doc/common/section_getstart_telemetry.xml85(term) msgid "An API server (ceilometer-api)" msgstr "" #: ./doc/common/section_getstart_telemetry.xml87(para) msgid "" "Runs on one or more central management servers to provide data access from " "the data store." msgstr "" #: ./doc/common/section_getstart_telemetry.xml91(para) msgid "" "These services communicate by using the OpenStack messaging bus. Only the " "collector and API server have access to the data store." msgstr "" #: ./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 "VOLUME" #: ./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.xml81(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.xml85(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.xml93(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.xml101(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.xml109(para) msgid "" "--os-auth_url OS_AUTH_URL. The" " Identity Service endpoint to use for authentication. Defaults to " "env[OS_AUTH_URL]." 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 "VNC コンソールプロキシー" #: ./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 "VNC プロキシーは、コンピュートサービスのユーザーが VNC クライアント経由で自身のインスタンスにアクセスできるようにする、OpenStack コンポーネントです。" #: ./doc/common/section_compute-configure-vnc.xml11(para) msgid "The VNC console connection works as follows:" msgstr "VNC コンソール接続は、以下のとおり動作します。" #: ./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 "ユーザーは、API に接続し、http://ip:port/?token=xyz のような access_url を取得します。" #: ./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 "ユーザーは、URL をブラウザーに貼り付けるか、クライアントパラメーターとして使用します。" #: ./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 "nova-consoleauth について" #: ./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 "VNC 設定オプション" #: ./doc/common/section_compute-configure-vnc.xml122(para) msgid "To customize the VNC console, use the following configuration options:" msgstr "VNC コンソールをカスタマイズする場合、以下の設定オプションを使用します。" #: ./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 "ライブマイグレーションをサポートする場合、特定の IP アドレスを vncserver_listen に指定できません。その IP アドレスが宛先のホストに存在しないからです。" #: ./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 "nova-novncproxy (noVNC)" #: ./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 "設定オプションのパラメーターは、nova.conf ファイルを指し示す必要があります。メッセージキューサーバーのアドレスとクレデンシャルが含まれます。" #: ./doc/common/section_compute-configure-vnc.xml163(para) msgid "" "By default, nova-novncproxy binds" " on 0.0.0.0:6080." msgstr "nova-novncproxy は、デフォルトで 0.0.0.0:6080 をバインドします。" #: ./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 "サービスを Compute に接続するために、以下の設定オプションを nova.conf ファイルを追加します。" #: ./doc/common/section_compute-configure-vnc.xml170(para) msgid "vncserver_listen=0.0.0.0" msgstr "vncserver_listen=0.0.0.0" #: ./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 "VNC サービスがバインドするアドレスを指定します。きちんとコンピュートノードのインターフェースのどれかに割り当てます。このアドレスはドメインファイルにより使用されるものです。" #: ./doc/common/section_compute-configure-vnc.xml179(para) msgid "" "To use live migration, use the 0.0.0.0 address." msgstr "ライブマイグレーションを使用するために、アドレス 0.0.0.0 を使用します。" #: ./doc/common/section_compute-configure-vnc.xml184(para) msgid "" "vncserver_proxyclient_address=127.0.0.1" msgstr "vncserver_proxyclient_address=127.0.0.1" #: ./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 "" #: ./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 "インスタンスのフレーバー。nova コンピューティングインスタンスのコンピュート、メモリー、ストレージ容量を定義します。フレーバーは、サーバーが使用可能なハードウェア設定で、起動可能な仮想サーバーのサイズを定義します。" #: ./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 "アクセス、セキュリティクレデンシャル。以下のクレデンシャルの 1 つまたは両方が含まれます。" #: ./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 "インスタンスのキーペア。イメージ起動時にイメージに注入される SSH 認証情報です。キーペアを機能させるには、イメージに cloud-init パッケージがインストールされている必要があります。プロジェクトごとにキーペアを最低でも 1 つ作成します。すでに外部のツールでキーペアを生成している場合は、OpenStack にそのキーペアをインポートすることができます。プロジェクトに所属する複数のインスタンスに対して、キーペアを使用することができます。" #: ./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 "必要であれば、Floating IP (パブリック IP) アドレスを実行中のインスタンスに割り当てて、永続ストレージにブロックストレージまたはボリュームを接続することができます。" #: ./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 Dashboard にログインします。" #: ./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 Image Service にアップロードされ、このプロジェクトに利用可能なイメージを表示します。" #: ./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 "" "Identity Service supports integration with an existing LDAP directory for " "authentication and authorization services." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml12(para) msgid "" "For OpenStack Identity to access an LDAP back end, you must enable the " " boolean value for SELinux on the Identity server. To enable" " and make the option persistent across reboots:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml19(para) msgid "You can integrate Identity with a single LDAP server." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml22(para) msgid "" "To configure Identity, set options in the " "/etc/keystone/keystone.conf file. Modify these examples" " as needed." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml26(title) msgid "To integrate Identity with LDAP" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml28(para) msgid "Enable the LDAP driver in the keystone.conf file:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml35(para) msgid "" "Define the destination LDAP server in the keystone.conf" " file:" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml46(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.xml59(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.xml68(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.xml86(para) msgid "Restart the Identity service:" msgstr "Identity のサービスを再起動します。" #: ./doc/common/section_keystone_config_ldap.xml88(para) msgid "" "During service restart, authentication and authorization are unavailable." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml93(title) msgid "Additional LDAP integration settings" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml94(para) msgid "Set these options in the keystone.conf file." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml99(term) msgid "Filters" msgstr "フィルター" #: ./doc/common/section_keystone_config_ldap.xml101(para) msgid "Use filters to control the scope of data presented through LDAP." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml110(term) msgid "LDAP Account Status" msgstr "" #: ./doc/common/section_keystone_config_ldap.xml112(para) msgid "" "Mask account status values for compatibility with various directory " "services. Superfluous accounts are filtered with " "user_filter." msgstr "" #: ./doc/common/section_keystone_config_ldap.xml116(para) msgid "" "For example, you can mask Active Directory account status attributes in the " "keystone.conf file:" 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.xml400(para) #: ./doc/common/ch_getstart.xml211(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 Documentation Mailing Listの openstack-docs@lists.openstack.orgか、Launchpadのreport a 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 Debian 7" msgstr "" #: ./doc/common/app_support.xml42(citetitle) msgid "" "Installation Guide for openSUSE 13.1 and SUSE Linux Enterprise Server 11 SP3" msgstr "" #: ./doc/common/app_support.xml50(citetitle) msgid "" "Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 20" msgstr "" #: ./doc/common/app_support.xml59(citetitle) msgid "Installation Guide for Ubuntu 14.04" msgstr "" #: ./doc/common/app_support.xml64(para) msgid "" "The following books explain how to configure and run an OpenStack cloud:" msgstr "OpenStackクラウドの構成と実行ガイド:" #: ./doc/common/app_support.xml70(citetitle) msgid "Architecture Design Guide" msgstr "" #: ./doc/common/app_support.xml77(citetitle) msgid "Cloud Administrator Guide" msgstr "Cloud Administrator Guide" #: ./doc/common/app_support.xml83(citetitle) msgid "Configuration Reference" msgstr "Configuration Reference" #: ./doc/common/app_support.xml89(citetitle) msgid "Operations Guide" msgstr "Operations Guide" #: ./doc/common/app_support.xml95(citetitle) msgid "High Availability Guide" msgstr "High Availability Guide" #: ./doc/common/app_support.xml101(citetitle) msgid "Security Guide" msgstr "Security Guide" #: ./doc/common/app_support.xml107(citetitle) msgid "Virtual Machine Image Guide" msgstr "Virtual Machine Image Guide" #: ./doc/common/app_support.xml111(para) msgid "" "The following books explain how to use the OpenStack dashboard and command-" "line clients:" msgstr "OpenStackダッシュボードとCLIクライアントガイド" #: ./doc/common/app_support.xml118(citetitle) msgid "API Quick Start" msgstr "API Quick Start" #: ./doc/common/app_support.xml125(citetitle) msgid "End User Guide" msgstr "End User Guide" #: ./doc/common/app_support.xml132(citetitle) msgid "Admin User Guide" msgstr "Admin User Guide" #: ./doc/common/app_support.xml139(citetitle) msgid "Command-Line Interface Reference" msgstr "コマンドラインインターフェースリファレンス" #: ./doc/common/app_support.xml143(para) msgid "" "The following documentation provides reference and guidance information for " "the OpenStack APIs:" msgstr "OpenStack APIのリファレンスガイド" #: ./doc/common/app_support.xml149(link) msgid "OpenStack API Complete Reference (HTML)" msgstr "OpenStack API Complete Reference (HTML)" #: ./doc/common/app_support.xml155(link) msgid "API Complete Reference (PDF)" msgstr "API Complete Reference (PDF)" #: ./doc/common/app_support.xml160(citetitle) msgid "OpenStack Block Storage Service API v2 Reference" msgstr "OpenStack Block Storage Service API v2 Reference" #: ./doc/common/app_support.xml167(citetitle) msgid "OpenStack Compute API v2 and Extensions Reference" msgstr "OpenStack Compute API v2 and Extensions Reference" #: ./doc/common/app_support.xml174(citetitle) msgid "OpenStack Identity Service API v2.0 Reference" msgstr "OpenStack Identity Service API v2.0 Reference" #: ./doc/common/app_support.xml180(citetitle) msgid "OpenStack Image Service API v2 Reference" msgstr "OpenStack Identity Service API v2.0 Reference" #: ./doc/common/app_support.xml186(citetitle) msgid "OpenStack Networking API v2.0 Reference" msgstr "OpenStack Networking API v2.0 Reference" #: ./doc/common/app_support.xml192(citetitle) msgid "OpenStack Object Storage API v1 Reference" msgstr "OpenStack Object Storage API v1 Reference" #: ./doc/common/app_support.xml196(para) msgid "" "The Training Guides offer " "software training for cloud administration and management." msgstr "トレーニングガイドはクラウド管理者向けのソフトウェアトレーニングを提供します。" #: ./doc/common/app_support.xml203(title) msgid "ask.openstack.org" msgstr "ask.openstack.org" #: ./doc/common/app_support.xml204(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で、すでに同様の質問に回答がないかを確かめてみてください。もしなければ、質問しましょう。簡潔で明瞭なサマリーをタイトルにし、できるだけ詳細な情報を記入してください。コマンドの出力結果やスタックトレース、スクリーンショットへのリンク、その他有用な情報などがいいでしょう。" #: ./doc/common/app_support.xml221(title) msgid "OpenStack mailing lists" msgstr "OpenStack メーリングリスト" #: ./doc/common/app_support.xml222(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で行ってください。特定プロジェクトや環境についてのメーリングリストは、on the wikiで探してみましょう。すべてのメーリングリストは、http://wiki.openstack.org/MailingListsで参照できます。" #: ./doc/common/app_support.xml238(title) msgid "The OpenStack wiki" msgstr "OpenStack wiki" #: ./doc/common/app_support.xml239(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 wikiは広い範囲のトピックを扱っていますが、情報によっては、探すのが難しかったり、情報が少なかったりします。幸いなことに wiki の検索機能で、タイトルと内容で探せます。もし特定の情報、たとえばネットワークや nova について探すのであれば、多くの関連情報を見つけられます。日々追加されているため、こまめに確認してみてください。OpenStack wiki ページの右上に、その検索窓はあります。" #: ./doc/common/app_support.xml250(title) msgid "The Launchpad Bugs area" msgstr "Launchpad バグエリア" #: ./doc/common/app_support.xml251(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コミュニティはあなたのセットアップ、テストの取り組みに価値を感じており、フィードバックを求めています。バグを登録するには、https://launchpad.net/+loginでLaunchpadのアカウントを作成してください。Launchpadバグエリアにて、既知のバグの確認と報告ができます。すでにそのバグが報告、解決されていないかを判断するため、検索機能を活用してください。もしそのバグが報告されていなければ、バグレポートを入力しましょう。" #: ./doc/common/app_support.xml259(para) msgid "Some tips:" msgstr "使いこなすヒント:" #: ./doc/common/app_support.xml262(para) msgid "Give a clear, concise summary." msgstr "明瞭で簡潔なまとめを。" #: ./doc/common/app_support.xml265(para) msgid "" "Provide as much detail as possible in the description. Paste in your command" " output or stack traces, links to screen shots, and any other information " "which might be useful." msgstr "できるだけ詳細な情報を記入してください。コマンドの出力結果やスタックトレース、スクリーンショットへのリンク、その他有用な情報などがいいでしょう。" #: ./doc/common/app_support.xml271(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.xml278(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.xml283(para) msgid "The following Launchpad Bugs areas are available:" msgstr "以下の Launchpad バグエリアが利用できます。" #: ./doc/common/app_support.xml289(link) msgid "Bugs: OpenStack Block Storage (cinder)" msgstr "Bugs: OpenStack Block Storage (cinder)" #: ./doc/common/app_support.xml295(link) msgid "Bugs: OpenStack Compute (nova)" msgstr "Bugs: OpenStack Compute (nova)" #: ./doc/common/app_support.xml300(link) msgid "Bugs: OpenStack Dashboard (horizon)" msgstr "Bugs : OpenStack Dashboard (horizon)" #: ./doc/common/app_support.xml306(link) msgid "Bugs: OpenStack Identity (keystone)" msgstr "Bugs : OpenStack Identity (keystone)" #: ./doc/common/app_support.xml312(link) msgid "Bugs: OpenStack Image Service (glance)" msgstr "Bugs : OpenStack Image Service (glance)" #: ./doc/common/app_support.xml318(link) msgid "Bugs: OpenStack Networking (neutron)" msgstr "Bugs : OpenStack Networking (neutron)" #: ./doc/common/app_support.xml324(link) msgid "Bugs: OpenStack Object Storage (swift)" msgstr "Bugs : OpenStack Object Storage (swift)" #: ./doc/common/app_support.xml331(link) msgid "Bugs: Bare Metal (ironic)" msgstr "Bugs: Bare Metal (ironic)" #: ./doc/common/app_support.xml336(link) msgid "Bugs: Data Processing Service (sahara)" msgstr "Bugs: Data Processing Service (sahara)" #: ./doc/common/app_support.xml342(link) msgid "Bugs: Database Service (trove)" msgstr "Bugs: Database Service (trove)" #: ./doc/common/app_support.xml347(link) msgid "Bugs: Orchestration (heat)" msgstr "Bugs: Orchestration (heat)" #: ./doc/common/app_support.xml352(link) msgid "Bugs: Telemetry (ceilometer)" msgstr "Bugs: Telemetry (ceilometer)" #: ./doc/common/app_support.xml357(link) msgid "Bugs: Queue Service (marconi)" msgstr "Bugs: Queue Service (marconi)" #: ./doc/common/app_support.xml363(link) msgid "Bugs: OpenStack API Documentation (developer.openstack.org)" msgstr "Bugs: OpenStack API Documentation (developer.openstack.org)" #: ./doc/common/app_support.xml369(link) msgid "Bugs: OpenStack Documentation (docs.openstack.org)" msgstr "Bugs: OpenStack Documentation (docs.openstack.org)" #: ./doc/common/app_support.xml375(title) msgid "The OpenStack IRC channel" msgstr "OpenStack IRC チャネル" #: ./doc/common/app_support.xml376(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 http://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 "OpenStackコミュニティはFreenode上の#openstack IRCチャネルを活用しています。あなたはそこに訪れ、質問することで、差し迫った問題へのフィードバックを迅速に得られます。IRCクライアントをインストール、もしくはブラウザベースのクライアントを使うには、http://webchat.freenode.net/にアクセスしてください。また、Colloquy (Mac OS X, http://colloquy.info/), mIRC (Windows, http://www.mirc.com/), or XChat (Linux)なども使えます。IRCチャネル上でコードやコマンド出力結果を共有したい時には、Paste Binが多く使われています。OpenStackプロジェクトのPaste Binはhttp://paste.openstack.orgです。長めのテキストやログであっても、webフォームに貼り付けてURLを得るだけです。OpenStack IRCチャネルは、#openstack on irc.freenode.netです。OpenStack IRC チャネルは、https://wiki.openstack.org/wiki/IRCにリストがあります。" #: ./doc/common/app_support.xml399(title) msgid "Documentation feedback" msgstr "ドキュメントへのフィードバック" #: ./doc/common/app_support.xml406(title) msgid "OpenStack distribution packages" msgstr "OpenStackディストリビューション" #: ./doc/common/app_support.xml407(para) msgid "" "The following Linux distributions provide community-supported packages for " "OpenStack:" msgstr "OpenStackのコミュニティサポート版を提供しているディストリビューション" #: ./doc/common/app_support.xml411(emphasis) msgid "Debian:" msgstr "Debian:" #: ./doc/common/app_support.xml414(link) msgid "http://wiki.debian.org/OpenStack" msgstr "http://wiki.debian.org/OpenStack" #: ./doc/common/app_support.xml417(emphasis) msgid "CentOS, Fedora, and Red Hat Enterprise Linux:" msgstr "CentOS、Fedora、およびRed Hat Enterprise Linux:" #: ./doc/common/app_support.xml420(link) msgid "http://openstack.redhat.com/" msgstr "http://openstack.redhat.com/" #: ./doc/common/app_support.xml423(emphasis) msgid "openSUSE and SUSE Linux Enterprise Server:" msgstr "openSUSEとSUSE Linux Enterprise Server:" #: ./doc/common/app_support.xml427(link) msgid "http://en.opensuse.org/Portal:OpenStack" msgstr "http://en.opensuse.org/Portal:OpenStack" #: ./doc/common/app_support.xml430(emphasis) msgid "Ubuntu:" msgstr "Ubuntu:" #: ./doc/common/app_support.xml433(link) msgid "https://wiki.ubuntu.com/ServerTeam/CloudArchive" msgstr "https://wiki.ubuntu.com/ServerTeam/CloudArchive" #: ./doc/common/section_objectstorage-troubleshoot.xml7(title) msgid "Troubleshoot Object Storage" msgstr "Object Storage のトラブルシューティング" #: ./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 "サーバーにハードウェアの問題がある場合、Object Storage サービスが動作していないことを確認すると良いでしょう。これにより、トラブルシューティング中に、Object Storage が故障を回避できるようになります。" #: ./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 "" #: ./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 "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 "スワップ" #: ./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 "仮想 CPU" #: ./doc/common/section_cli_nova_customize_flavors.xml89(td) msgid "Number of virtual CPUs presented to the instance." msgstr "インスタンスに存在する仮想 CPU 数。" #: ./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 "論理値。フレーバーがすべてのユーザーに利用可能か、または作成されたプロジェクト内のみであるか。標準で真 (True) です。" #: ./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 "" "cpu_shares. 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 "" "cpu_period. 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 "" "cpu_limit. 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 "" "cpu_reservation. 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 "" "cpu_quota. 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 "" #: ./doc/common/section_cli_nova_customize_flavors.xml203(para) msgid "disk_read_iops_sec" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml206(para) msgid "disk_write_bytes_sec" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml209(para) msgid "disk_write_iops_sec" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml212(para) msgid "disk_total_bytes_sec" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml215(para) msgid "disk_total_iops_sec" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml218(para) msgid "The vif I/O options are:" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml221(para) msgid "vif_inbound_ average" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml224(para) msgid "vif_inbound_burst" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml227(para) msgid "vif_inbound_peak" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml230(para) msgid "vif_outbound_ average" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml233(para) msgid "vif_outbound_burst" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml236(para) msgid "vif_outbound_peak" msgstr "" #: ./doc/common/section_cli_nova_customize_flavors.xml242(term) msgid "Bandwidth I/O" msgstr "" #: ./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 "Instance VIF traffic control" 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 "cacert.pem" #: ./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 "middleware.pem" #: ./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 "cakey.pem" #: ./doc/common/section_keystone-ssl-config.xml44(para) msgid "Private key for the CA." msgstr "CA の秘密鍵。" #: ./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 "SSL configuration" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml63(para) msgid "" "To enable SSL with client authentication, modify the " "[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.xml75(title) msgid "Options" msgstr "オプション" #: ./doc/common/section_keystone-ssl-config.xml77(para) msgid "enable. True enables SSL. Default is False." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml81(para) msgid "" "certfile. Path to the Identity Service public certificate" " file." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml85(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.xml91(para) msgid "ca_certs. Path to the CA trust chain." msgstr "" #: ./doc/common/section_keystone-ssl-config.xml95(para) msgid "" "cert_required. Requires client certificate. Default is " "False." 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 "" #: ./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. You can also use the client to list images, " "set and delete image metadata, delete images, and take a snapshot of a " "running instance to create an image. After you upload an image, you cannot " "change it." msgstr " クライアントまたは Image Service API 経由でイメージをアップロードできます。また クライアントを使用して、イメージを一覧表示し、イメージのメタデータを設定、削除し、イメージを削除するできます。また、イメージを作成するために稼働中のインスタンスのスナップショットを取得できます。イメージのアップロード後、変更できません。" #: ./doc/common/section_cli_glance_manage_images.xml17(para) msgid "" "For details about image creation, see the Virtual " "Machine Image Guide." msgstr "イメージの作成に関する詳細は仮想マシンイメージガイドを参照してください。" #: ./doc/common/section_cli_glance_manage_images.xml22(title) msgid "List or get details for images (glance)" msgstr "イメージ (glance) の詳細の一覧表示と取得" #: ./doc/common/section_cli_glance_manage_images.xml23(para) msgid "" "To get a list of images and to then get further details about a single " "image, use and ." msgstr "イメージの一覧を取得し、イメージ 1 つの詳細を取得するために、 および を使用します。" #: ./doc/common/section_cli_glance_manage_images.xml75(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.xml81(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 "イメージの場所のメタデータを保存してクライアントが直接ファイルにアクセスできるようにするには、/etc/glance/glance.conf ファイルで以下のステートメントを追加更新します。" #: ./doc/common/section_cli_glance_manage_images.xml88(code) msgid "show_multiple_locations = True" msgstr "show_multiple_locations = True" #: ./doc/common/section_cli_glance_manage_images.xml91(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 "filesystem_store_metadata_file = filePathfilePath は、お使いのシステムの OpenStack イメージのマウントポイントを定義する JSON ファイルおよび一意な ID を参照するようにします。例: " #: ./doc/common/section_cli_glance_manage_images.xml103(para) msgid "" "After you restart the Image Service, you can use the following syntax to " "view the image's location information:" msgstr "Image Service を再起動してから、以下の構文を使用してイメージの場所情報を確認します。" #: ./doc/common/section_cli_glance_manage_images.xml104(replaceable) msgid "imageID" msgstr "imageID" #: ./doc/common/section_cli_glance_manage_images.xml105(para) msgid "" "For example, using the image ID shown above, you would issue the command as " "follows:" msgstr "例えば、上に示したイメージ ID を使用して、以下のとおりコマンドを発行します。" #: ./doc/common/section_cli_glance_manage_images.xml110(title) msgid "Create or update an image (glance)" msgstr "イメージ (glance) の作成・更新" #: ./doc/common/section_cli_glance_manage_images.xml111(para) msgid "To create an image, use :" msgstr "イメージを作成するために、 を使用します。" #: ./doc/common/section_cli_glance_manage_images.xml112(replaceable) #: ./doc/common/section_cli_glance_manage_images.xml115(replaceable) msgid "imageName" msgstr "imageName" #: ./doc/common/section_cli_glance_manage_images.xml113(para) msgid "To update an image by name or ID, use :" msgstr "名前または ID によりイメージを更新するために、 を使用します。" #: ./doc/common/section_cli_glance_manage_images.xml117(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 "以下の表は、イメージのプロパティを変更するために、 コマンドと コマンドで使用できるオプション引数の一覧です。詳細は OpenStack Command-Line Interface Reference の Image Service の章を参照してください。" #: ./doc/common/section_cli_glance_manage_images.xml127(parameter) msgid "--name NAME" msgstr "--name NAME" #: ./doc/common/section_cli_glance_manage_images.xml130(para) msgid "The name of the image." msgstr "イメージの名前。" #: ./doc/common/section_cli_glance_manage_images.xml135(parameter) msgid "--disk-format DISK_FORMAT" msgstr "--disk-format DISK_FORMAT" #: ./doc/common/section_cli_glance_manage_images.xml138(para) msgid "" "The disk format of the image. Acceptable formats are ami, ari, aki, vhd, " "vmdk, raw, qcow2, vdi, and iso." msgstr "イメージのディスク形式。利用可能な形式は ami、ari、aki、vhd、vmdk、raw、qcow2、vdi、iso です。" #: ./doc/common/section_cli_glance_manage_images.xml144(parameter) msgid "--container-format CONTAINER_FORMAT" msgstr "--container-format CONTAINER_FORMAT" #: ./doc/common/section_cli_glance_manage_images.xml147(para) msgid "" "The container format of the image. Acceptable formats are ami, ari, aki, " "bare, and ovf." msgstr "イメージのコンテナー形式。対応形式は ami、ari、aki、bare、ovf です。" #: ./doc/common/section_cli_glance_manage_images.xml153(parameter) msgid "--owner TENANT_ID" msgstr "--owner TENANT_ID" #: ./doc/common/section_cli_glance_manage_images.xml156(para) msgid "The tenant who should own the image." msgstr "イメージを所有するプロジェクト。" #: ./doc/common/section_cli_glance_manage_images.xml161(parameter) msgid "--size SIZE" msgstr "--size SIZE" #: ./doc/common/section_cli_glance_manage_images.xml164(para) msgid "The size of image data, in bytes." msgstr "イメージデータの容量。バイト単位。" #: ./doc/common/section_cli_glance_manage_images.xml169(parameter) msgid "--min-disk DISK_GB" msgstr "--min-disk DISK_GB" #: ./doc/common/section_cli_glance_manage_images.xml172(para) msgid "The minimum size of the disk needed to boot the image, in gigabytes." msgstr "ブートイメージに必要となるディスクの最小容量。ギガバイト単位。" #: ./doc/common/section_cli_glance_manage_images.xml178(parameter) msgid "--min-ram DISK_RAM" msgstr "--min-ram DISK_RAM" #: ./doc/common/section_cli_glance_manage_images.xml181(para) msgid "The minimum amount of RAM needed to boot the image, in megabytes." msgstr "ブートイメージに必要となるメモリの最小容量。ギガバイト単位。" #: ./doc/common/section_cli_glance_manage_images.xml186(parameter) msgid "--location IMAGE_URL" msgstr "--location IMAGE_URL" #: ./doc/common/section_cli_glance_manage_images.xml189(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 "このイメージのデータが格納されている URL。例えば、イメージデータが swift に格納されている場合 swift://account:key@example.com/container/obj を指定します。" #: ./doc/common/section_cli_glance_manage_images.xml196(parameter) msgid "--file FILE" msgstr "--file FILE" #: ./doc/common/section_cli_glance_manage_images.xml199(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.xml205(parameter) msgid "--checksum CHECKSUM" msgstr "--checksum CHECKSUM" #: ./doc/common/section_cli_glance_manage_images.xml208(para) msgid "Hash of image data to use for verification." msgstr "イメージデータの検証に使用するハッシュ。" #: ./doc/common/section_cli_glance_manage_images.xml213(parameter) msgid "--copy-from IMAGE_URL" msgstr "--copy-from IMAGE_URL" #: ./doc/common/section_cli_glance_manage_images.xml216(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 "使用方法は --location に似ていますが、イメージサーバーはすぐにデータをコピーして設定済みのイメージストアに保存する必要があると指定します。" #: ./doc/common/section_cli_glance_manage_images.xml223(parameter) msgid "--is-public [True|False]" msgstr "--is-public [True|False]" #: ./doc/common/section_cli_glance_manage_images.xml226(para) msgid "Makes an image accessible for all the tenants (admin-only by default)." msgstr "イメージをすべてのテナントからアクセス可能にします (デフォルトは admin 専用)。" #: ./doc/common/section_cli_glance_manage_images.xml232(parameter) msgid "--is-protected [True|False]" msgstr "--is-protected [True|False]" #: ./doc/common/section_cli_glance_manage_images.xml235(para) msgid "Prevents an image from being deleted." msgstr "イメージが削除されることを防ぎます。" #: ./doc/common/section_cli_glance_manage_images.xml240(parameter) msgid "--property KEY=VALUE" msgstr "--property KEY=VALUE" #: ./doc/common/section_cli_glance_manage_images.xml243(para) msgid "" "Arbitrary property to associate with image. This option can be used multiple" " times." msgstr "イメージと関連付ける任意のプロパティ。このオプションは複数回使用できます。" #: ./doc/common/section_cli_glance_manage_images.xml249(parameter) msgid "--purge-props" msgstr "--purge-props" #: ./doc/common/section_cli_glance_manage_images.xml252(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.xml258(parameter) msgid "--human-readable" msgstr "--human-readable" #: ./doc/common/section_cli_glance_manage_images.xml261(para) msgid "Prints the image size in a human-friendly format." msgstr "人間が理解しやすい形式でイメージの容量を表示します。" #: ./doc/common/section_cli_glance_manage_images.xml265(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 "以下の例は、CentOS 6.3 イメージを qcow2 形式でアップロードし、パブリックなアクセス用に設定するために使用するコマンドを表します。" #: ./doc/common/section_cli_glance_manage_images.xml269(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 "以下の例は、ディスクバス、CD-ROM バス、VIF モデルのプロパティを指定して、既存のイメージを更新する方法を表します。" #: ./doc/common/section_cli_glance_manage_images.xml276(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 "libvirt 仮想化ツールは現在、設定されたハイパーバイザー種別 (/etc/nova/nova.conflibvirt_type) に基づいて、ディスク、CD-ROM、VIF のデバイスモデルを判断します。最適なパフォーマンスのために、libvirt はデフォルトでディスクと VIF (NIC) のモデルに virtio を使用します。この方法の欠点は、BSD、Solaris、古い Linux、古い Windows のような virtio ドライバーを持たないオペレーティングシステムを実行できないことです。" #: ./doc/common/section_cli_glance_manage_images.xml282(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 "サポートされていないディスクや CD-ROM バスモデルを指定する場合、を参照してください。サポートされていない VIF モデルを指定する場合、インスタンスは起動できません。を参照してください。" #: ./doc/common/section_cli_glance_manage_images.xml286(para) msgid "" "The valid model values depend on the libvirt_type " "setting, as shown in the following tables." msgstr "有効なモデルの値は、以下の表にあるように libvirt_type 設定により左右されます。" #: ./doc/common/section_cli_glance_manage_images.xml289(caption) msgid "Disk and CD-ROM bus model values" msgstr "ディスクと CD-ROM のバスモデルの値" #: ./doc/common/section_cli_glance_manage_images.xml294(th) #: ./doc/common/section_cli_glance_manage_images.xml338(th) msgid "libvirt_type setting" msgstr "libvirt_type 設定" #: ./doc/common/section_cli_glance_manage_images.xml295(th) #: ./doc/common/section_cli_glance_manage_images.xml339(th) msgid "Supported model values" msgstr "サポートされるモデルの値" #: ./doc/common/section_cli_glance_manage_images.xml300(td) #: ./doc/common/section_cli_glance_manage_images.xml344(td) msgid "qemu or kvm" msgstr "qemu または kvm" #: ./doc/common/section_cli_glance_manage_images.xml305(para) #: ./doc/common/section_cli_glance_manage_images.xml322(para) msgid "ide" msgstr "ide" #: ./doc/common/section_cli_glance_manage_images.xml308(para) msgid "scsi" msgstr "scsi" #: ./doc/common/section_cli_glance_manage_images.xml311(para) #: ./doc/common/section_cli_glance_manage_images.xml361(para) msgid "virtio" msgstr "virtio" #: ./doc/common/section_cli_glance_manage_images.xml318(td) #: ./doc/common/section_cli_glance_manage_images.xml325(para) #: ./doc/common/section_cli_glance_manage_images.xml368(td) msgid "xen" msgstr "xen" #: ./doc/common/section_cli_glance_manage_images.xml333(caption) msgid "VIF model values" msgstr "仮想インターフェースのモデルの値" #: ./doc/common/section_cli_glance_manage_images.xml349(para) #: ./doc/common/section_cli_glance_manage_images.xml372(para) msgid "e1000" msgstr "e1000" #: ./doc/common/section_cli_glance_manage_images.xml352(para) #: ./doc/common/section_cli_glance_manage_images.xml378(para) msgid "ne2k_pci" msgstr "ne2k_pci" #: ./doc/common/section_cli_glance_manage_images.xml355(para) #: ./doc/common/section_cli_glance_manage_images.xml381(para) msgid "pcnet" msgstr "pcnet" #: ./doc/common/section_cli_glance_manage_images.xml358(para) #: ./doc/common/section_cli_glance_manage_images.xml384(para) msgid "rtl8139" msgstr "rtl8139" #: ./doc/common/section_cli_glance_manage_images.xml375(para) msgid "netfront" msgstr "netfront" #: ./doc/common/section_cli_glance_manage_images.xml390(td) msgid "vmware" msgstr "vmware" #: ./doc/common/section_cli_glance_manage_images.xml395(para) msgid "VirtualE1000" msgstr "VirtualE1000" #: ./doc/common/section_cli_glance_manage_images.xml398(para) msgid "VirtualPCNet32" msgstr "VirtualPCNet32" #: ./doc/common/section_cli_glance_manage_images.xml401(para) msgid "VirtualVmxnet" msgstr "VirtualVmxnet" #: ./doc/common/section_cli_glance_manage_images.xml413(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 "Image Service や Compute でイメージの作成に関する問題に遭遇した場合、以下の情報が作成プロセスのトラブルシュートに役立つかもしれません。" #: ./doc/common/section_cli_glance_manage_images.xml417(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 "QEMU のバージョン 0.14 以降を使用していることを確認します。古いバージョンの QEMU を使用していると、nova-compute.logunknown option -s エラーメッセージが記録されます。" #: ./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 Object Storage" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_object-storage.xml22(term) msgid "" "Account servers (swift-account-" "server)" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_object-storage.xml47(term) msgid "WSGI middleware" msgstr "" #: ./doc/common/section_getstart_object-storage.xml48(para) msgid "Handles authentication and is usually OpenStack Identity." msgstr "" #: ./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 "@@image: '../common/figures/objectstorage.png'; md5=e26e374ace84070f5fed24e73adcd562" #: ./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 "Object Storage の主要な特性は以下のとおりです。" #: ./doc/common/section_objectstorage-characteristics.xml11(para) msgid "All objects stored in Object Storage have a URL." msgstr "Object Storage に保存されたすべてのオブジェクトは URL を持ちます。" #: ./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 "保存されたすべてのオブジェクトは、できる限り一意なゾーンで 3 個に複製されます。これは、ドライブ、ノード、ラックなどのグループとして定義されます。" #: ./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 "開発者は、RESTful HTTP API 経由でオブジェクトストレージシステムを操作します。" #: ./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 "Dell、HP、Supermicro などの標準的なハードウェアで動作します。" #: ./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 にアクセスできる、コマンドラインクライアントを提供しています。例えば、Compute は nova コマンドラインクライアントを提供しています。" #: ./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 "コマンドライン、または作業を自動化するスクリプトの中からコマンドを実行できます。ユーザー名とパスワードのような、OpenStack のクレデンシャルを指定すると、どのコンピューターでもこれらのコマンドを実行できます。" #: ./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 "内部的に、各コマンドは API リクエストを組み込んだ cURL コマンドラインツールを使用します。OpenStack API は HTTP プロトコルを使用する RESTful API です。メソッド、URI、メディアタイプ、応答コードなどが含まれます。" #: ./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 "OpenStack API はオープンソースの Python クライアントです。Linux や Mac OS X のシステムで実行できます。いくつかのクライアントコマンドでは、コマンドのベースになる API リクエストを表示するために、 パラメーターを指定できます。これは OpenStack API コールに慣れるために良い方法です。" #: ./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 "以下の表は、各 OpenStack サービスのコマンドラインクライアント、そのパッケージ名、説明の一覧です。" #: ./doc/common/section_cli_overview.xml33(caption) msgid "OpenStack services and clients" msgstr "OpenStack のサービスとクライアント" #: ./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.xml100(glossterm) msgid "Block Storage" msgstr "Block Storage" #: ./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.xml173(glossterm) msgid "Database Service" msgstr "Database" #: ./doc/common/section_cli_overview.xml62(package) msgid "python-troveclient" msgstr "python-troveclient" #: ./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) msgid "python-keystoneclient" msgstr "python-keystoneclient" #: ./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.xml128(glossterm) msgid "Image Service" msgstr "Image Service" #: ./doc/common/section_cli_overview.xml74(package) msgid "python-glanceclient" msgstr "python-glanceclient" #: ./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 "Networking" #: ./doc/common/section_cli_overview.xml80(package) msgid "python-neutronclient" msgstr "python-neutronclient" #: ./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 "python-swiftclient" #: ./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 "統計情報を収集し、項目を一覧表示し、メタデータを更新し、Object Storage サービスにより保存されたファイルをアップロード、ダウンロード、削除します。" #: ./doc/common/section_cli_overview.xml93(td) #: ./doc/common/section_dashboard_access.xml192(guilabel) #: ./doc/common/ch_getstart.xml158(glossterm) msgid "Orchestration" msgstr "Orchestration" #: ./doc/common/section_cli_overview.xml95(package) msgid "python-heatclient" msgstr "python-heatclient" #: ./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.xml143(glossterm) msgid "Telemetry" msgstr "Telemetry" #: ./doc/common/section_cli_overview.xml102(package) msgid "python-ceilometerclient" msgstr "python-ceilometerclient" #: ./doc/common/section_cli_overview.xml103(td) msgid "Create and collect measurements across OpenStack." msgstr "OpenStack 全体の測定項目を作成、収集します。" #: ./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 "OpenStack に Hadoop クラスターを作成、管理します。" #: ./doc/common/section_cli_overview.xml112(td) msgid "Common client" msgstr "" #: ./doc/common/section_cli_overview.xml114(package) msgid "python-openstackclient" 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 "クライアントのインストールの説明は OpenStack コマンドラインクライアントのインストールを参照してください。OpenStack RC ファイルに関する情報は OpenStack RC ファイルのダウンロードと読み込みを参照してください。" #. 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 "" #: ./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 "" #: ./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 "" #: ./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 " にあるとおり、エンドユーザーはダッシュボード、CLI、API 経由で操作できます。すべてのサービスは共通の Identity Service 経由で認証されます。個々のサービスは、特権管理コマンドが必要となる場合を除いて、お互いにパブリック 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 "<name>" #: ./doc/common/section_cli_nova_host_aggregates.xml37(replaceable) msgid "<availability-zone>" msgstr "<availability-zone>" #: ./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 "<id>" #: ./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 "<host>" #: ./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 "<key=value>" #: ./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 "" #: ./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) msgid "6" msgstr "" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/tables/keystone-api.xml65(replaceable) #: ./doc/common/tables/swift-conf-changes.xml421(td) #: ./doc/common/tables/swift-conf-changes.xml426(td) #: ./doc/common/tables/swift-conf-changes.xml431(td) msgid "8192" msgstr "8192" #: ./doc/common/section_cli_nova_host_aggregates.xml208(replaceable) #: ./doc/common/tables/swift-conf-changes.xml411(td) 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/glance-conf-changes.xml124(td) #: ./doc/common/tables/neutron-ml2_bigswitch.xml148(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml148(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml41(replaceable) #: ./doc/common/tables/neutron-metadata.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.xml192(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 Networking" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_networking.xml21(term) msgid "OpenStack Networking plug-ins and agents" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_networking.xml39(para) msgid "" "OpenStack Networking mainly interacts with OpenStack Compute to provide " "networks and connectivity for its instances." msgstr "" #: ./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 "" #: ./doc/common/section_cli_nova_evacuate.xml26(replaceable) #: ./doc/common/section_cli_nova_evacuate.xml42(replaceable) msgid "host_b" msgstr "" #: ./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 simple means to provision data processing (Hadoop, Spark) clusters by " "specifying several parameters like Hadoop version, cluster topology, nodes " "hardware details and a few more. After user fills in all the parameters, the" " Data processing service deploys the cluster in a few minutes. Also sahara " "provides means to scale already provisioned clusters by adding/removing " "worker nodes on demand." msgstr "" #: ./doc/common/section_getstart_sahara.xml19(para) msgid "" "Fast provisioning of Hadoop clusters on OpenStack for development and QA." msgstr "" #: ./doc/common/section_getstart_sahara.xml21(para) msgid "" "Utilization of unused compute power from general purpose OpenStack IaaS " "cloud." msgstr "" #: ./doc/common/section_getstart_sahara.xml23(para) msgid "Analytics-as-a-Service for ad-hoc or bursty analytic workloads." msgstr "" #: ./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 "" #: ./doc/common/section_getstart_sahara.xml32(para) msgid "" "Managed through REST API with UI available as part of OpenStack dashboard." msgstr "" #: ./doc/common/section_getstart_sahara.xml36(para) msgid "Pluggable system of Hadoop installation engines." msgstr "" #: ./doc/common/section_getstart_sahara.xml38(para) msgid "" "Integration with vendor specific management tools, such as Apache Ambari or " "Cloudera Management Console." msgstr "" #: ./doc/common/section_getstart_sahara.xml34(para) msgid "Support for different Hadoop distributions: " msgstr "" #: ./doc/common/section_getstart_sahara.xml42(para) msgid "" "Predefined templates of Hadoop configurations with ability to modify " "parameters." msgstr "" #: ./doc/common/section_getstart_sahara.xml44(para) msgid "User-friendly UI for ad-hoc analytics queries based on Hive or Pig." msgstr "" #: ./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 Block Storage" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_block-storage.xml19(para) msgid "" "Accepts API requests, and routes them to the cinder-volume for action." msgstr "" #: ./doc/common/section_getstart_block-storage.xml24(systemitem) #: ./doc/common/tables/cinder-rpc.xml49(replaceable) msgid "cinder-volume" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_block-storage.xml37(term) msgid "cinder-scheduler daemon" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "[novnc|xvpvnc]" #: ./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 "各プロジェクトに少なくとも 1 つのキーペアを作成します。外部ツールでキーペアを生成してある場合、それを OpenStack にインポートできます。キーペアは、プロジェクトに属する複数のインスタンスに使用できます。" #: ./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 "" #: ./doc/common/section_keystone_config_ldap-hardening.xml83(replaceable) msgid "CERT_BEHAVIOR" msgstr "" #: ./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 "" "token_format - Determines the algorithm used to generate " "tokens. Can be either UUID or PKI. " "Defaults to PKI." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml47(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.xml53(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.xml59(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.xml66(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.xml73(para) msgid "key_size - Default is 2048." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml78(para) msgid "valid_days - Default is 3650." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml83(para) msgid "" "ca_password - Password required to read the " "ca_file. Default is None." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml89(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.xml94(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.xml98(para) msgid "" "If token_format=UUID, a typical token looks like " "53f7f6ef0cc344b5be706bcc8b1479e1. If " "token_format=PKI, a typical token is a much longer " "string, such as:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml131(title) msgid "Sign certificate issued by external CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml132(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.xml139(para) msgid "" "all certificate and key files must be in Privacy Enhanced Mail (PEM) format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml143(para) msgid "private key files must not be protected by a password" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml147(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.xml153(para) msgid "" "The basic workflow for using a signing certificate issued by an external CA " "involves:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml157(para) msgid "Request Signing Certificate from External CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml161(para) msgid "Convert certificate and private key to PEM if needed" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml165(para) msgid "Install External Signing Certificate" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml170(title) msgid "Request a signing certificate from an external CA" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml172(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.xml175(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.xml195(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.xml202(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.xml212(title) msgid "Install an external signing certificate" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml213(para) msgid "Assuming you have the following already:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml216(para) msgid "" "signing_cert.pem - (Keystone token) signing certificate" " in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml221(para) msgid "" "signing_key.pem - corresponding (non-encrypted) private" " key in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml227(para) msgid "" "cacert.pem - trust CA certificate chain in PEM format" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml232(para) msgid "Copy the above to your certificate directory. For example:" msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml240(para) msgid "Make sure the certificate directory is only accessible by root." msgstr "" #: ./doc/common/section_keystone_certificates-for-pki.xml244(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.xml250(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.xml255(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 Storage 序論" #: ./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 "これらの作業を完了するために、nova コマンドでこれらのパラメーターを使用します。" #: ./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 "nova boot パラメーター" #: ./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 "--block-device" #: ./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 "--swap" #: ./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 "--ephemeral" #: ./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 "ボリュームを作成するために使用したいイメージの ID を記録します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml170(para) msgid "List the available flavors:" msgstr "利用可能なフレーバーを表示します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml184(para) msgid "Note the ID of the flavor that you want to use to create a volume." msgstr "ボリュームを作成するために使用したいフレーバーの ID を記録します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml188(para) msgid "" "To create a bootable volume from an image and launch an instance from this " "volume, use the --block-device parameter." msgstr "イメージから起動可能なボリュームを作成し、このボリュームからインスタンスを起動するために、--block-device パラメーターを使用します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml330(replaceable) msgid "FLAVOR" msgstr "FLAVOR" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml206(replaceable) msgid "SOURCE" msgstr "SOURCE" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml218(replaceable) msgid "ID" msgstr "ID" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml225(replaceable) msgid "DEST" msgstr "DEST" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml234(replaceable) msgid "SIZE" msgstr "SIZE" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) msgid "PRESERVE" msgstr "PRESERVE" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml251(replaceable) msgid "INDEX" msgstr "INDEX" #: ./doc/common/section_cli_nova_boot_from_volume.xml192(replaceable) #: ./doc/common/section_cli_nova_boot_from_volume.xml330(replaceable) msgid "NAME" msgstr "NAME" #: ./doc/common/section_cli_nova_boot_from_volume.xml193(para) msgid "The parameters are:" msgstr "パラメーターは以下のとおりです。" #: ./doc/common/section_cli_nova_boot_from_volume.xml196(para) msgid "" "--flavorFLAVOR. The flavor" " ID or name." msgstr "--flavorFLAVOR。フレーバー ID か名前。" #: ./doc/common/section_cli_nova_boot_from_volume.xml201(para) msgid "" "--block-device " "source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX" msgstr "--block-device source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX" #: ./doc/common/section_cli_nova_boot_from_volume.xml206(emphasis) msgid "source=" msgstr "source=" #: ./doc/common/section_cli_nova_boot_from_volume.xml208(para) msgid "" "The type of object used to create the block device. Valid values are " "volume, snapshot, " "image, and blank." msgstr "ブロックデバイスを作成するために使用するオブジェクトの種別。有効な値は、volumesnapshotimageblank です。" #: ./doc/common/section_cli_nova_boot_from_volume.xml218(emphasis) msgid "id=" msgstr "id=" #: ./doc/common/section_cli_nova_boot_from_volume.xml220(para) msgid "The ID of the source object." msgstr "ソースオブジェクトの ID。" #: ./doc/common/section_cli_nova_boot_from_volume.xml225(emphasis) msgid "dest=" msgstr "dest=" #: ./doc/common/section_cli_nova_boot_from_volume.xml227(para) msgid "" "The type of the target virtual device. Valid values are " "volume and local." msgstr "ターゲット仮想デバイスの種別。有効な値は、volumelocal です。" #: ./doc/common/section_cli_nova_boot_from_volume.xml234(emphasis) msgid "size=" msgstr "size=" #: ./doc/common/section_cli_nova_boot_from_volume.xml236(para) msgid "The size of the volume that is created." msgstr "作成されたボリュームの容量。" #: ./doc/common/section_cli_nova_boot_from_volume.xml241(emphasis) msgid "shutdown={preserve|remove}" msgstr "shutdown={preserve|remove}" #: ./doc/common/section_cli_nova_boot_from_volume.xml243(para) msgid "" "What to do with the volume when the instance is deleted. " "preserve does not delete the volume. " "remove deletes the volume." msgstr "インスタンスの削除時に、ボリュームをどのようにするか。preserve はボリュームを削除しません。remove はボリュームを削除します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml251(emphasis) msgid "bootindex=" msgstr "bootindex=" #: ./doc/common/section_cli_nova_boot_from_volume.xml253(para) msgid "" "Orders the boot disks. Use 0 to boot from this volume." msgstr "起動ディスクの順番。このボリュームから起動する場合 0 を使用します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml261(para) msgid "NAME. The name for the server." msgstr "NAME。サーバーの名前。" #: ./doc/common/section_cli_nova_boot_from_volume.xml267(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.xml308(para) msgid "" "List volumes to see the bootable volume and its attached " "myInstanceFromVolume instance:" msgstr "起動可能なボリュームと接続された myInstanceFromVolume インスタンスを参照するためにボリュームを一覧表示します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml321(title) msgid "Attach swap or ephemeral disk to an instance" msgstr "インスタンスへのスワップや一時ディスクの接続" #: ./doc/common/section_cli_nova_boot_from_volume.xml322(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 "起動時にスワップディスクを接続するために nova --swap パラメーターを使用します。起動時に一時ディスクを接続するために nova --ephemeral パラメーターを使用します。インスタンスの終了時、どちらのディスクも削除されます。" #: ./doc/common/section_cli_nova_boot_from_volume.xml328(para) msgid "Boot an instance with a 512MB swap disk and 2GB ephemeral disk:" msgstr "512MB のスワップディスクと 2GB 一時ディスクを持つインスタンスを起動します。" #: ./doc/common/section_cli_nova_boot_from_volume.xml330(replaceable) msgid "IMAGE_ID" msgstr "IMAGE_ID" #: ./doc/common/section_cli_nova_boot_from_volume.xml332(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 "ダッシュボードは nova-dashboard サーバーロールを持つノードで利用できます。" #: ./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 "ダッシュボードにアクセスできるホスト名またはパブリック IP アドレス、およびあなたのユーザー名とパスワードをクラウド運用者に問い合わせます。" #: ./doc/common/section_dashboard_access.xml22(para) msgid "Open a web browser that has JavaScript and cookies enabled." msgstr "JavaScript とクッキーが有効化された、ウェブブラウザーを開きます。" #: ./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 "ダッシュボード用の Virtual Network Computing (VNC) クライアントを使用する場合、お使いのブラウザーが HTML5 Canvas と HTML5 WebSockets をサポートする必要があります。この VNC クライアントは noVNC に基づいています。詳細は noVNC: HTML5 VNC Client を参照してください。サポートされるブラウザーの一覧は Browser support を参照してください。" #: ./doc/common/section_dashboard_access.xml38(para) msgid "" "In the address bar, enter the host name or IP address for the dashboard." msgstr "アドレスバーにダッシュボードのホスト名または IP アドレスを入力します。" #: ./doc/common/section_dashboard_access.xml40(replaceable) msgid "ipAddressOrHostName" msgstr "ipAddressOrHostName" #: ./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 "URL に初めてアクセスしようとしたときに、証明書の警告が表示された場合、自己署名証明書が使用されています。これは標準で信頼性が考慮されていません。警告を回避するために、証明書を検証するか、ブラウザーに例外を追加してください。" #: ./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 "OpenStack Dashboard プロジェクトタブ" #: ./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 "プロジェクトは、クラウドにおける組織単位です。テナントやアカウントとしても知られています。各ユーザーは、1 つ以上のプロジェクトのメンバーです。ユーザーは、プロジェクト内でインスタンスを作成、管理します。" #: ./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 "インスタンスの表示、起動、スナップショットの作成をします。インスタンスの停止、一時停止、シャットダウンをします。または、インスタンスに VNC 経由で接続します。" #: ./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 "Floating IP" #: ./doc/common/section_dashboard_access.xml158(para) msgid "Allocate an IP address to or release it from a project." msgstr "プロジェクトに IP アドレスを確保します。または、解放します。" #: ./doc/common/section_dashboard_access.xml163(guilabel) msgid "API Access" msgstr "API アクセス" #: ./doc/common/section_dashboard_access.xml164(para) msgid "View API endpoints." msgstr "API エンドポイントを表示します。" #: ./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 "複数のコンポジットクラウドアプリケーションをオーケストレーションするために REST API を使用します。" #: ./doc/common/section_dashboard_access.xml203(title) msgid "OpenStack dashboardAdmin tab" msgstr "OpenStack Dashboard 管理タブ" #: ./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 "いくつかだが、すべてではないプロジェクトのユーザーが所属する実行中のインスタンスを表示、一時停止、再開、サスペンド、マイグレーション、ソフトリブート、ハードリブート、削除します。また、インスタンスのログを表示します。VNC 経由でインスタンスにアクセスします。" #: ./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 "規定のクォータ値を表示します。クォータは OpenStack Compute にハードコードされています。利用可能な最大値と最大リソース数を定義します。" #: ./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 "高機能のモニタリングについては、ceilometer プロジェクトを参照してください。Ganglia や Graphite などのツールを使用して、より詳細にわたるデータを収集することも可能です。" #: ./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 "以下の例は、devstack という名前のホストの使用統計を示します。" #: ./doc/common/section_cli_nova_usage_statistics.xml26(para) msgid "List the hosts and the nova-related services that run on them:" msgstr "ホストおよびそのホストで実行されている nova 関連のサービスを一覧表示します。" #: ./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 "cpu の欄は、ホストで実行中のインスタンスの仮想 CPU 総数を表示します。" #: ./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 "memory_mb の欄は、ホストで実行中のインスタンスに割り当てられたメモリー (MB) 合計を表示します。" #: ./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 "disk_gb の欄は、ホストで実行中のインスタンスの一時ディスクのサイズ (GB) と root の合計を表示します。" #: ./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 "PROJECT 列にある used_now という値の列は、ホストで実行中のインスタンスに割り当てられたリソースの合計と、ホスト自体の仮想マシンに割り当てられたリソースを表示します。" #: ./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 "PROJECT 列にある used_max という値の列は、ホストで実行中のインスタンスに割り当てられたリソースの合計を表示します。" #: ./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 "これらの値は、ホストで実行されるインスタンスのフレーバーに関する情報を使用して計算されます。このコマンドは、物理ホストの CPU の使用状況、メモリーの使用状況、ハードディスクの使用状況の問い合わせは行いません。" #: ./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 "インスタンスの CPU、メモリー、I/O、ネットワーク統計を取得します。" #: ./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 "OpenStack RC ファイルを用いた環境変数の設定" #: ./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 "OpenStack コマンドラインクライアントに必要な環境変数を設定するために、OpenStack RC ファイルや openrc.sh ファイルと呼ばれる環境ファイルを作成する必要があります。OpenStack 環境により提供されている場合、管理ユーザーまたは他の何らかのユーザーとして OpenStack Dashboard からダウンロードできます。このプロジェクト固有の環境ファイルは、すべての OpenStack サービスを使用するクレデンシャルを含みます。" #: ./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 "このファイルを読み込むと、環境変数が現在のシェルに対して設定されます。この変数により OpenStack クライアントコマンドがクラウドで実行中の OpenStack サービスとやりとりできるようになります。" #: ./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 "環境変数ファイルを用いて環境変数を定義することは、Microsoft Windows で一般的な手法ではありません。環境変数は通常、「システムのプロパティ」ダイアログの詳細設定タブで定義されます。" #: ./doc/common/section_cli_openrc.xml30(title) msgid "Download and source the OpenStack RC file" msgstr "OpenStack RC ファイルのダウンロードと読み込み" #: ./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 "OpenStack Dashboard にログインし、OpenStack RC ファイルをダウンロードしたいプロジェクトを選択し、アクセスとセキュリティをクリックします。" #: ./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 "API アクセスのタブで、OpenStack RC ファイルのダウンロードをクリックし、ファイルを保存します。ファイル名は PROJECT-openrc.sh という形式になります。PROJECT はダウンロードしたファイルのプロジェクト名です。" #: ./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 "PROJECT-openrc.sh ファイルを OpenStack コマンドを実行したいコンピューターにコピーします。" #: ./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 "OpenStack コマンドを実行したいシェルで、それぞれのプロジェクト用の PROJECT-openrc.sh ファイルを読み込みます。" #: ./doc/common/section_cli_openrc.xml62(para) msgid "" "In the following example, the demo-openrc.sh file is " "sourced for the demo project:" msgstr "以下の例では、demo-openrc.sh が demo プロジェクト用に読み込まれます。" #: ./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 "OpenStack パスワードの入力プロンプトが表示されたとき、PROJECT-openrc.sh ファイルをダウンロードしたユーザーのパスワードを入力します。" #: ./doc/common/section_cli_openrc.xml76(title) msgid "Create and source the OpenStack RC file" msgstr "OpenStack RC ファイルの作成と読み込み" #: ./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 "何らかの理由によりダッシュボードからファイルをダウンロードできない場合、代わりに一から PROJECT-openrc.sh ファイルを作成できます。" #: ./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 "テキストエディターで PROJECT-openrc.sh という名前のファイルを作成し、以下の認証情報を追加します。" #: ./doc/common/section_cli_openrc.xml87(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml41(replaceable) msgid "username" msgstr "username" #: ./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/neutron-plumgrid.xml33(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 "password" #: ./doc/common/section_cli_openrc.xml89(replaceable) msgid "projectName" msgstr "projectName" #: ./doc/common/section_cli_openrc.xml90(replaceable) msgid "https://identityHost:portNumber/v2.0" msgstr "https://identityHost:portNumber/v2.0" #: ./doc/common/section_cli_openrc.xml92(replaceable) msgid "tenantIDString" msgstr "tenantIDString" #: ./doc/common/section_cli_openrc.xml93(replaceable) msgid "regionName" msgstr "regionName" #: ./doc/common/section_cli_openrc.xml96(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 "OpenStack コマンドを実行したいシェルで、それぞれのプロジェクト用の PROJECT-openrc.sh ファイルを読み込みます。この例では、admin プロジェクト用の admin-openrc.sh ファイルを読み込みます。" #: ./doc/common/section_cli_openrc.xml108(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 "この方法を用いると、パスワードを聞かれません。パスワードは PROJECT-openrc.sh ファイルに平文で記載されています。セキュリティ問題を避けるために、このファイルのパーミッションを制限します。このファイルから OS_PASSWORD 変数を削除し、OpenStack クライアントコマンドで --password パラメーターを使用することもできます。" #: ./doc/common/section_cli_openrc.xml120(title) msgid "Override environment variable values" msgstr "環境変数値の上書き" #: ./doc/common/section_cli_openrc.xml121(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.xml129(replaceable) msgid "PASSWORD" msgstr "PASSWORD" #: ./doc/common/section_cli_openrc.xml130(para) msgid "Where PASSWORD is your password." msgstr "PASSWORD は、お使いのパスワードです。" #: ./doc/common/section_keystone-keyring-support.xml7(title) msgid "Keyring support" msgstr "" #: ./doc/common/section_keystone-keyring-support.xml8(para) msgid "" "Keyring is a password management system available in OpenStack. You can " "install it using the following command:" msgstr "" #: ./doc/common/section_keystone-keyring-support.xml12(para) msgid "" "Keyring is used only if --os-use-keyring is specified" " or if the environment variable OS_USE_KEYRING=true " "is defined." msgstr "" #: ./doc/common/section_keystone-keyring-support.xml16(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_keystone-keyring-support.xml20(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_keystone-keyring-support.xml24(para) msgid "" "To avoid storing the password in plain text, you can prompt for the " "OpenStack password interactively. Then, the keyring can store the password " "and the user can safely retrieve it from their keyring. The encrypted " "password is stored in the ~/.openstack-keyring.cfg " "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_objectstorage-components.xml43(None) msgid "" "@@image: '../common/figures/objectstorage-buildingblocks.png'; " "md5=ed79466c8464513dbeaf1e0954280e5e" msgstr "@@image: '../common/figures/objectstorage-buildingblocks.png'; md5=ed79466c8464513dbeaf1e0954280e5e" #. 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.xml86(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.xml126(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.xml144(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.xml169(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.xml195(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.xml222(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 "プロキシサーバー。すべての受信 API リクエストを処理します。" #: ./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.xml59(title) msgid "Rings" msgstr "" #: ./doc/common/section_objectstorage-components.xml60(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.xml65(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.xml70(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.xml73(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.xml77(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.xml80(para) msgid "" "The ring is used by the proxy server and several background processes (like " "replication)." msgstr "" #: ./doc/common/section_objectstorage-components.xml83(title) msgid "The ring" msgstr "" #: ./doc/common/section_objectstorage-components.xml90(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.xml92(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.xml101(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.xml109(title) #: ./doc/common/section_objectstorage-components.xml123(title) msgid "Zones" msgstr "ゾーン" #: ./doc/common/section_objectstorage-components.xml110(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.xml117(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.xml130(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.xml134(title) #: ./doc/common/section_objectstorage-components.xml141(title) msgid "Accounts and containers" msgstr "アカウントとコンテナー" #: ./doc/common/section_objectstorage-components.xml135(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 "各アカウントとコンテナーは、クラスターに渡り分散される個別の SQLite データベースです。アカウントデータベースは、アカウント内のコンテナー一覧を持ちます。コンテナーデータベースは、コンテナー内のオブジェクト一覧を持ちます。" #: ./doc/common/section_objectstorage-components.xml148(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.xml153(title) #: ./doc/common/section_objectstorage-components.xml166(title) msgid "Partitions" msgstr "パーティション" #: ./doc/common/section_objectstorage-components.xml154(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.xml156(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.xml160(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.xml163(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.xml175(title) msgid "Replicators" msgstr "" #: ./doc/common/section_objectstorage-components.xml176(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.xml180(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.xml186(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.xml189(para) msgid "" "The cluster eventually has a consistent behavior where the newest data has a" " priority." msgstr "" #: ./doc/common/section_objectstorage-components.xml199(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.xml203(title) msgid "Use cases" msgstr "ユースケース" #: ./doc/common/section_objectstorage-components.xml204(para) msgid "" "The following sections show use cases for object uploads and downloads and " "introduce the components." msgstr "以下のセクションは、オブジェクトのアップロードやダウンロードのユースケースを説明し、コンポーネントを紹介します。" #: ./doc/common/section_objectstorage-components.xml206(title) msgid "Upload" msgstr "アップロード" #: ./doc/common/section_objectstorage-components.xml207(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.xml211(para) msgid "" "Then a lookup in the ring figures out which storage nodes contain the " "partitions in question." msgstr "" #: ./doc/common/section_objectstorage-components.xml213(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.xml216(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.xml219(title) msgid "Object Storage in use" msgstr "使用中の Object Storage" #: ./doc/common/section_objectstorage-components.xml228(title) msgid "Download" msgstr "ダウンロード" #: ./doc/common/section_objectstorage-components.xml229(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.xml291(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.xml296(para) msgid "View pending transfers:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml305(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.xml317(title) msgid "Accept a volume transfer request" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml320(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.xml325(para) msgid "Display the transfer request details by using the ID:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml326(replaceable) #: ./doc/common/section_cli_cinder_manage_volumes.xml340(replaceable) #: ./doc/common/section_cli_cinder_manage_volumes.xml384(replaceable) msgid "transferID" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml339(para) msgid "Accept the request:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml340(replaceable) msgid "authKey" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml351(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.xml359(title) msgid "Delete a volume transfer" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml363(para) msgid "List available volumes and their statuses:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml374(para) msgid "Find the matching transfer ID:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml383(para) msgid "Delete the volume:" msgstr "" #: ./doc/common/section_cli_cinder_manage_volumes.xml389(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 Compute" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml19(para) msgid "" "OpenStack Compute consists of the following areas and their components:" msgstr "" #: ./doc/common/section_getstart_compute.xml22(title) msgid "API" msgstr "API" #: ./doc/common/section_getstart_compute.xml24(systemitem) msgid "nova-api service" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml36(term) msgid "nova-api-metadata service" msgstr "" #: ./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 "" #: ./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 "Compute コア" #: ./doc/common/section_getstart_compute.xml56(term) msgid "nova-compute service" msgstr "" #: ./doc/common/section_getstart_compute.xml59(para) msgid "" "A worker daemon that creates and terminates virtual machine instances " "through hypervisor APIs. For example:" msgstr "" #: ./doc/common/section_getstart_compute.xml64(para) msgid "XenAPI for XenServer/XCP" msgstr "" #: ./doc/common/section_getstart_compute.xml67(para) msgid "libvirt for KVM or QEMU" msgstr "" #: ./doc/common/section_getstart_compute.xml70(para) msgid "VMwareAPI for VMware" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml80(term) msgid "nova-scheduler service" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml105(term) msgid "nova-cert module" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml131(title) msgid "Console interface" msgstr "コンソールインターフェース" #: ./doc/common/section_getstart_compute.xml133(term) msgid "nova-consoleauth daemon" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml158(term) msgid "nova-spicehtml5proxy daemon" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml167(term) msgid "nova-xvpnvncproxy daemon" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml176(term) msgid "nova-cert daemon" msgstr "" #: ./doc/common/section_getstart_compute.xml179(para) msgid "x509 certificates." msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_compute.xml209(term) msgid "euca2ools client" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_cli_nova_manage_images.xml4(title) msgid "Create an image (nova)" msgstr "イメージの作成 (nova)" #: ./doc/common/section_cli_nova_manage_images.xml5(para) msgid "" "You can use the client to take a snapshot of a running " "instance to create an image." msgstr "イメージを作成するために、実行中のインスタンスのスナップショットを取得するために、 クライアントを使用できます。" #: ./doc/common/section_cli_nova_manage_images.xml7(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.xml12(para) msgid "" "For more information, see Taking Snapshots in the " "OpenStack Operations Guide." msgstr "詳細情報は、OpenStack 運用ガイドスナップショットの作成方法を参照してください。" #: ./doc/common/section_cli_nova_manage_images.xml18(para) msgid "List instances to get the server name:" msgstr "サーバー名を取得するために、インスタンスを一覧表示します。" #: ./doc/common/section_cli_nova_manage_images.xml25(para) msgid "" "In this example, the instance is named myCirrosServer." msgstr "この例では、インスタンス名が myCirrosServer です。" #: ./doc/common/section_cli_nova_manage_images.xml28(para) msgid "Use this instance to create a snapshot:" msgstr "スナップショットを作成するために、このインスタンスを使用します。" #: ./doc/common/section_cli_nova_manage_images.xml30(para) msgid "" "The command creates a snapshot and automatically uploads the image to your " "repository." msgstr "このコマンドは、スナップショットを作成し、イメージをリポジトリーに自動的にアップロードします。" #: ./doc/common/section_cli_nova_manage_images.xml33(para) msgid "" "For snapshots that you create from an instance that was booted from a " "volume:" msgstr "ボリュームから起動したインスタンスからスナップショットを作成する場合:" #: ./doc/common/section_cli_nova_manage_images.xml37(para) msgid "" "The snapshot is based on the volume that is attached to the instance through" " the Block Storage service." msgstr "スナップショットが、Block Storage 経由でインスタンスに接続されているボリュームをベースにしています。" #: ./doc/common/section_cli_nova_manage_images.xml41(para) msgid "No data is uploaded to the Image Service." msgstr "データが Image Service に何もアップロードされません。" #: ./doc/common/section_cli_nova_manage_images.xml44(para) msgid "" "You can find information about the snapshot in the properties of the image." msgstr "イメージのプロパティにスナップショットに関する情報を見つけられます。" #: ./doc/common/section_cli_nova_manage_images.xml91(para) msgid "" "To launch an instance from your image, include the image ID and flavor ID, " "as in the following example:" msgstr "イメージからインスタンスを起動するには、以下の例のように、イメージ ID とフレーバー ID を含めます。" #: ./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 "Separate role authorization and user authentication" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml8(para) msgid "" "When you configure the Identity service to use an LDAP back end, you can " "split authentication and authorization using the " "Assignments feature." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml11(para) msgid "" "The Assignments feature enables administrators to manage project role " "authorization using the Identity service's own SQL database, while still " "providing user authentication through the LDAP directory." msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml15(para) msgid "To configure this:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml17(title) msgid "" "Separating role authorization and user authentication through Assignments" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml20(para) msgid "" "Configure the Identity service to authenticate users through the LDAP " "driver. To do so, first find the [identity] section in " "the /etc/keystone/keystone.conf configuration file. " "Then, set the driver configuration key in that section to" " keystone.identity.backends.ldap.Identity:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml31(para) msgid "" "Next, enable the Assignment driver. To do so, find the " "[assignment] section in the " "/etc/keystone/keystone.conf configuration file. Then, " "set the driver configuration key in that section to " "keystone.assignment.backends.sql.Assignment:" msgstr "" #: ./doc/common/section_keystone_config_ldap-assignments.xml42(para) msgid "" "On distributions that include openstack-config, " "you can configure both drivers by running the following commands instead:" msgstr "" #: ./doc/common/section_cli_install.xml8(title) msgid "Install the OpenStack command-line clients" msgstr "OpenStack コマンドラインクライアントのインストール" #: ./doc/common/section_cli_install.xml9(para) msgid "" "Install the prerequisite software and the Python package for each OpenStack " "client." msgstr "前提ソフトウェアと各 OpenStack クライアント用の Python パッケージをインストールします。" #: ./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 "多くの Linux ディストリビューションは、コマンドラインクライアントのパッケージを持っており、直接インストールできます。を参照してください。" #: ./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.7 or later" msgstr "" #: ./doc/common/section_cli_install.xml39(para) msgid "Currently, the clients do not support Python 3." msgstr "現在、クライアントは Python 3 をサポートしません。" #: ./doc/common/section_cli_install.xml45(para) msgid "setuptools package" msgstr "setuptools パッケージ" #: ./doc/common/section_cli_install.xml48(para) msgid "Installed by default on Mac OS X." msgstr "Mac OS X に標準でインストールされます。" #: ./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 "多くの Linux ディストリビューションはインストールしやすい setuptools パッケージを提供します。インストールパッケージを検索するために、パッケージマネージャーで setuptools を検索します。見つけられない場合、http://pypi.python.org/pypi/setuptools から setuptools パッケージを直接ダウンロードします。" #: ./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 "Microsoft Windows に setuptools をインストールする推奨の方法は setuptools ウェブサイト で提供されているドキュメントに従うことです。他の選択肢は hristoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools) によりメンテナンスされている非公式のバイナリインストーラーを使用することです。" #: ./doc/common/section_cli_install.xml70(package) msgid "pip" msgstr "pip" #: ./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 "Linux、Mac OS X、Microsoft Windows システムにクライアントをインストールするために、pip を使用します。これは使いやすく、必ず Python Package Index から最新バージョンのクライアントを取得します。後からパッケージの更新や削除ができます。" #: ./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 "お使いのシステムのパッケージマネージャーを利用して pip をインストールします。" #: ./doc/common/section_cli_install.xml87(title) msgid "MacOS" msgstr "MacOS" #: ./doc/common/section_cli_install.xml91(title) msgid "Microsoft Windows" msgstr "Microsoft Windows" #: ./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 "C:\\Python27\\Scripts ディレクトリが PATH 環境変数に定義され、setuptools パッケージから コマンドを使用できることを確認します。 もう一つの選択肢は Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip) により提供されている非公式のバイナリインストーラーを使用することです。" #: ./doc/common/section_cli_install.xml109(title) msgid "Ubuntu and Debian" msgstr "Ubuntu、Debian" #: ./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 "Red Hat Enterprise Linux、CentOS、Fedora" #: ./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 "パッケージをインストールするために yum を使用できます。 に記載されているとおり、クライアントをインストールするために yum を使用できる、クライアントパッケージが RDO にあります。" #: ./doc/common/section_cli_install.xml133(title) msgid "SUSE Linux Enterprise Linux 11" msgstr "SUSE Linux Enterprise Linux 11" #: ./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 "Open Build Service にあるパッケージにより、パッケージをインストールするために zypper を使用できます。まず、Open Build Service リポジトリを追加します。 次に、pip をインストールし、クライアントのインストールを管理するために使用します。 に記載されているとおり、zypper がクライアントをインストールできるようにするために、クライアントのパッケージバージョンを利用できます。" #: ./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 "pip をインストールし、クライアントのインストールを管理するために使用できます。 に記載されているとおり、zypper がクライアントをインストールできるようにするために、クライアントのパッケージバージョンを利用できます。" #: ./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 "このセクションにある説明に従うとき、 のように、インストールするクライアントの小文字名で PROJECT を置き換えてください。各クライアントに対して繰り返します。以下の値が有効です。" #: ./doc/common/section_cli_install.xml173(para) msgid "ceilometer - Telemetry API" msgstr "ceilometer - Telemetry API" #: ./doc/common/section_cli_install.xml177(para) msgid "cinder - Block Storage API and extensions" msgstr "cinder - Block Storage API およびその拡張" #: ./doc/common/section_cli_install.xml181(para) msgid "glance - Image Service API" msgstr "glance - Image Service API" #: ./doc/common/section_cli_install.xml185(para) msgid "heat - Orchestration API" msgstr "heat - Orchestration API" #: ./doc/common/section_cli_install.xml189(para) msgid "keystone - Identity service API and extensions" msgstr "keystone - Identity service API およびその拡張" #: ./doc/common/section_cli_install.xml193(para) msgid "neutron - Networking API" msgstr "neutron - Networking API" #: ./doc/common/section_cli_install.xml197(para) msgid "nova - Compute API and extensions" msgstr "nova - Compute API およびその拡張" #: ./doc/common/section_cli_install.xml201(para) msgid "sahara - Database Processing API" msgstr "" #: ./doc/common/section_cli_install.xml205(para) msgid "swift - Object Storage API" msgstr "swift - Object Storage API" #: ./doc/common/section_cli_install.xml209(para) msgid "trove - Database Service API" msgstr "trove - Database Service API" #: ./doc/common/section_cli_install.xml213(para) msgid "" "openstack - Common OpenStack client supporting multiple " "services" msgstr "" #: ./doc/common/section_cli_install.xml218(para) msgid "" "The following example shows the command for installing the nova client with " "." msgstr "" #: ./doc/common/section_cli_install.xml222(title) msgid "Installing with pip" msgstr "pip を用いたインストール" #: ./doc/common/section_cli_install.xml223(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 "Linux、Mac OS X、Microsoft Windows システムにクライアントをインストールするために pip を使用します。これは使いやすく、必ず Python Package Index から最新バージョンのクライアントを取得します。また、pip がパッケージの更新や削除ができます。" #: ./doc/common/section_cli_install.xml230(para) msgid "Install each client separately by using the following command:" msgstr "以下のコマンドを使用して、各クライアントをそれぞれインストールします。" #: ./doc/common/section_cli_install.xml233(para) msgid "For Mac OS X or Linux:" msgstr "Mac OS X または Linux の場合:" #: ./doc/common/section_cli_install.xml234(replaceable) #: ./doc/common/section_cli_install.xml236(replaceable) #: ./doc/common/section_cli_install.xml248(replaceable) #: ./doc/common/section_cli_install.xml252(replaceable) #: ./doc/common/section_cli_install.xml259(replaceable) #: ./doc/common/section_cli_install.xml268(replaceable) #: ./doc/common/section_cli_install.xml271(replaceable) #: ./doc/common/section_cli_version.xml10(replaceable) msgid "PROJECT" msgstr "PROJECT" #: ./doc/common/section_cli_install.xml235(para) msgid "For Microsoft Windows:" msgstr "Microsoft Windows の場合:" #: ./doc/common/section_cli_install.xml240(title) msgid "Installing from packages" msgstr "パッケージからのインストール" #: ./doc/common/section_cli_install.xml241(para) msgid "" "RDO, openSUSE and SUSE Linux Enterprise have client packages that can be " "installed without pip." msgstr "RDO、openSUSE、SUSE Linux Enterprise は、pip を使用せずにインストールできるクライアントパッケージがあります。" #: ./doc/common/section_cli_install.xml243(para) msgid "" "On Red Hat Enterprise Linux, CentOS, or Fedora, use to " "install the clients from the packaged versions available in RDO: " msgstr "Red Hat Enterprise Linux、CentOS、Fedora の場合、RDO にあるパッケージ化されたバージョンからクライアントをインストールするために、 を使用します。" #: ./doc/common/section_cli_install.xml249(para) msgid "" "For openSUSE, use zypper to install the clients from the " "distribution packages Service: " msgstr "openSUSE の場合、ディストリビューションのパッケージサービスからクライアントをインストールするために zypper を使用します。" #: ./doc/common/section_cli_install.xml253(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 "SUSE Linux Enterprise Server の場合、Open Build Service にあるディストリビューションのパッケージからクライアントをインストールするために zypper を使用します。" #: ./doc/common/section_cli_install.xml264(title) msgid "Upgrade or remove clients" msgstr "クライアントの更新や削除" #: ./doc/common/section_cli_install.xml265(para) msgid "" "To upgrade a client, add the --upgrade option to the " " command:" msgstr "クライアントを更新する場合、 コマンドに --upgrade オプションを追加します。" #: ./doc/common/section_cli_install.xml269(para) msgid "To remove the a client, run the command:" msgstr "クライアントを削除する場合、 コマンドを実行します。" #: ./doc/common/section_cli_install.xml274(title) msgid "What's next" msgstr "次はどうする" #: ./doc/common/section_cli_install.xml275(para) msgid "" "Before you can run client commands, you must create and source the " "PROJECT-openrc.sh file to " "set environment variables. See ." msgstr "クライアントコマンドを実行する前に、環境変数を設定するために PROJECT-openrc.sh ファイルを作成して読み込む必要があります。" #: ./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 "例えば、swift クライアントの情報を取得する場合、以下のコマンドを実行します。" #: ./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 "例えば、glance コマンドのヘルプを取得する場合、以下のコマンドを入力します。" #: ./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/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/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/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/glance-rabbitmq.xml18(th) #: ./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/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/cinder-swift.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/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/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/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/glance-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/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/keystone-qpid.xml18(th) #: ./doc/common/tables/nova-configdrive.xml18(th) #: ./doc/common/tables/ceilometer-qpid.xml18(th) #: ./doc/common/tables/cinder-datera.xml18(th) #: ./doc/common/tables/ceilometer-rabbitmq.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 "[DEFAULT]" #: ./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.xml29(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 Image Service" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_image.xml18(para) msgid "The OpenStack Image Service includes the following components:" msgstr "" #: ./doc/common/section_getstart_image.xml22(systemitem) msgid "glance-api" msgstr "" #: ./doc/common/section_getstart_image.xml23(para) msgid "Accepts Image API calls for image discovery, retrieval, and storage." msgstr "" #: ./doc/common/section_getstart_image.xml27(systemitem) msgid "glance-registry" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "the OpenStack project はあらゆる種類のクラウド向けのオープンソースのクラウドコンピューティングプラットフォームです。シンプルな実装、大規模なスケーラビリティ、豊富な機能を目指しています。世界中の開発者とクラウドコンピューティング技術者が the OpenStack project を作成します。" #: ./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 は一組の相互に関係のあるサービスを通して Infrastructure-as-a-Service (IaaS) ソリューションを提供します。各サービスはこの統合を促す application programming interface (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.xml189(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 "Horizon" #: ./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 "インスタンスの起動、IP アドレスの割り当て、アクセス制御の設定など、基礎となる OpenStack サービスを操作するために、ウェブベースのセルフサービスポータルを提供します。" #: ./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 "" #: ./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." msgstr "、HTTP ベースの API 経由で任意の非構造データオブジェクトを保存および取得します。そのデータ複製およびスケールアウトアーキテクチャーで高い耐障害性を持ちます。その実装はマウント可能なディレクトリを持つファイルサーバーのようではありません。" #: ./doc/common/ch_getstart.xml104(glossterm) msgid "Cinder" msgstr "Cinder" #: ./doc/common/ch_getstart.xml106(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.xml111(th) msgid "Shared services" msgstr "共有サービス" #: ./doc/common/ch_getstart.xml115(glossterm) msgid "Identity service" msgstr "Identity" #: ./doc/common/ch_getstart.xml119(glossterm) msgid "Keystone" msgstr "Keystone" #: ./doc/common/ch_getstart.xml121(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.xml132(glossterm) msgid "Glance" msgstr "Glance" #: ./doc/common/ch_getstart.xml134(td) msgid "" "Stores and retrieves virtual machine disk images. OpenStack Compute makes " "use of this during instance provisioning." msgstr "仮想マシンディスクイメージを保存および取得します。OpenStack Compute がインスタンスの配備中に使用します。" #: ./doc/common/ch_getstart.xml147(glossterm) msgid "Ceilometer" msgstr "Ceilometer" #: ./doc/common/ch_getstart.xml149(td) msgid "" "Monitors and meters the OpenStack cloud for billing, benchmarking, " "scalability, and statistical purposes." msgstr "課金、ベンチマーク、スケーラビリティ、統計などの目的のために、OpenStack クラウドを監視および測定します。" #: ./doc/common/ch_getstart.xml154(th) msgid "Higher-level services" msgstr "高レベルサービス" #: ./doc/common/ch_getstart.xml161(glossterm) msgid "Heat" msgstr "Heat" #: ./doc/common/ch_getstart.xml165(glossterm) msgid "HOT" msgstr "HOT" #: ./doc/common/ch_getstart.xml163(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 "OpenStack ネイティブの REST API および CloudFormation 互換のクエリー API 経由で、ネイティブの テンプレート形式または AWS CloudFormation テンプレート形式を使用することにより、複数の混合クラウドアプリケーションを統合します。" #: ./doc/common/ch_getstart.xml177(glossterm) msgid "Trove" msgstr "Trove" #: ./doc/common/ch_getstart.xml179(td) msgid "" "Provides scalable and reliable Cloud Database-as-a-Service functionality for" " both relational and non-relational database engines." msgstr "リレーショナルデータベースと非リレーショナルデータベースの両エンジン用にスケール可能かつ信頼できるクラウド Database-as-a-Service を提供します。" #: ./doc/common/ch_getstart.xml190(para) msgid "This section describes OpenStack services in detail." msgstr "このセクションは OpenStack のサービスを詳細に記載します。" #: ./doc/common/ch_getstart.xml210(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 for Fibre Channel do not support automatic zoning." " 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 "" #: ./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 "" #: ./doc/common/section_fibrechannel.xml47(para) msgid "For systems running Red Hat:" msgstr "" #: ./doc/common/section_fibrechannel.xml51(para) msgid "For systems running Ubuntu:" msgstr "" #: ./doc/common/section_keystone-concepts-domain-management.xml7(title) msgid "Domains" msgstr "ドメイン" #: ./doc/common/section_keystone-concepts-domain-management.xml8(para) msgid "" "A 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-domain-management.xml11(para) msgid "" "A domain is a collection of tenants, users, and roles. Users may be given a " "domain's administrator role. A domain administrator may create tenants, " "users, and groups within a domain and assign roles to users and groups." msgstr "" #: ./doc/common/section_dashboard_customizing.xml7(title) msgid "Customize the dashboard" msgstr "ダッシュボードのカスタマイズ" #: ./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 dependancies " "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 adapated 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 "" #: ./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 "" #: ./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 "" #: ./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 "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' />" #: ./doc/common/section_dashboard_customizing.xml142(title) msgid "Restart Apache:" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "HTTP メソッド" #: ./doc/common/section_compute_config-api.xml89(th) msgid "API URI" msgstr "API URI" #: ./doc/common/section_compute_config-api.xml90(th) msgid "API regular expression" msgstr "API 正規表現" #: ./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 "POST" #: ./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 "すべての URI (*)" #: ./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 "/servers" #: ./doc/common/section_compute_config-api.xml104(td) msgid "^/servers" msgstr "^/servers" #: ./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 "*changes-since*" #: ./doc/common/section_compute_config-api.xml116(td) msgid ".*changes-since.*" msgstr ".*changes-since.*" #: ./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 "interval" #: ./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 "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml14(caption) msgid "Storage types" msgstr "" #: ./doc/common/section_storage-concepts.xml20(td) msgid "On-instance / ephemeral" msgstr "" #: ./doc/common/section_storage-concepts.xml21(td) msgid "Block storage (cinder)" msgstr "" #: ./doc/common/section_storage-concepts.xml27(td) msgid "Runs operating systems and provides scratch space" msgstr "" #: ./doc/common/section_storage-concepts.xml28(td) msgid "" "Used for adding additional persistent storage to a virtual machine (VM)" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml45(td) msgid "" "Mounted via OpenStack Block Storage controlled protocol (for example, iSCSI)" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml57(td) msgid "Example: 1TB \"extra hard drive\"" msgstr "" #: ./doc/common/section_storage-concepts.xml58(td) msgid "Example: 10s of TBs of data set storage" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml63(para) msgid "You should note that:" msgstr "" #: ./doc/common/section_storage-concepts.xml90(term) msgid "swift client" msgstr "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml98(term) msgid "swift-init" msgstr "" #: ./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 "" #: ./doc/common/section_storage-concepts.xml105(term) msgid "swift-recon" msgstr "" #: ./doc/common/section_storage-concepts.xml109(term) msgid "swift-ring-builder" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "バージョン番号 (この例は 2.15.0) が返されます。" #: ./doc/common/section_getstart_orchestration.xml7(title) msgid "Orchestration module concepts" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/section_getstart_orchestration.xml20(para) msgid "The Orchestration module consists of the following components:" msgstr "" #: ./doc/common/section_getstart_orchestration.xml24(term) msgid "heat command-line client" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_orchestration.xml30(term) msgid "heat-api component" msgstr "" #: ./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 "" #: ./doc/common/section_getstart_orchestration.xml36(term) msgid "heat-api-cfn component" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/ch_using_openstack_overview.xml7(title) msgid "" "How can I useadminister an OpenStack cloud?" msgstr "どのように OpenStack クラウドを利用管理できますか?" #: ./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 "OpenStack クラウドのエンドユーザーとして、管理者により設定された制限の範囲内で自身のリソースを配備できます。" #: ./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 "OpenStack クラウドの管理ユーザーとして、プロジェクトとして知られているテナント、ユーザー、サービス、イメージ、フレーバー、クォータを管理できます。" #: ./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 "OpenStack Dashboard。リソース およびサービスを表示、作成、管理するために、このウェブのグラフィカルインターフェース (コード名 Horizon) を使用します。" #: ./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 "OpenStack コマンドラインクライアント。各 OpenStack コアプロジェクトは、クラウドでリソース およびサービスを表示、作成、管理するために、シンプルなコマンドを実行するために使用でき、スクリプトを使用して作業を自動化できるコマンドラインクライアントを持ちます。" #: ./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 "クラウドと相互に作用するこれらの方法に加えて、cURL コマンドまたはオープン SDK 経由で直接的または間接的に OpenStack API にアクセスできます。ネイティブの OpenStack API や EC2 互換 API を使用することにより、リソースやサービスを管理するために、アクセスを自動化したり、ツールを作成したりできます。" #: ./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 "OpenStack API を使用するために、HTTP/1.1、RESTful ウェブサービス、OpenStack サービス、および JSON や XML データシリアライズ形式に慣れることは役に立ちます。" #: ./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 と CUI のツールに慣れているとよいでしょう。このドキュメントは、クラウドのリソースを作成および管理するために、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 "" #: ./doc/common/section_keystone-concepts.xml8(title) msgid "OpenStack Identity concepts" msgstr "OpenStack Identity の概念" #: ./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 "" #: ./doc/common/section_keystone-concepts.xml24(para) msgid "" "To understand OpenStack Identity, you must understand the following " "concepts:" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 Identity API のコマンドラインインターフェース。例えば、ユーザーは コマンドを実行して、OpenStack 環境にサービスを登録できます。" #: ./doc/common/section_keystone-concepts.xml130(para) msgid "The following diagram shows the OpenStack Identity process flow:" msgstr "以下の図は OpenStack Identity の処理の流れを示しています。" #: ./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 "HDD/ノードの故障の不可知" #: ./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 "" #: ./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 "Compute との統合" #: ./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 "Dashboard 用セッションストレージのセットアップ" #: ./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 "Dashboard はユーザーのセッションデータを処理するために Django セッションフレームワーク を使用します。しかしながら、あらゆる利用可能なセッションバックエンドを使用できます。local_settings ファイル (Fedora/RHEL/CentOS の場合: /etc/openstack-dashboard/local_settings、Ubuntu/Debian の場合: /etc/openstack-dashboard/local_settings.py、openSUSE の場合: /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py) にある SESSION_ENGINE 設定によりセッションバックエンドをカスタマイズします。" #: ./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 "以下のセクションは、Dashboard の導入に関する各選択肢の賛否について記載します。" #: ./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 "ローカルメモリバックエンドは、依存関係がないため、Horizon 単体のデフォルトとして有効化されています。本番環境や深刻な開発作業の用途に推奨しません。以下のように有効化します。" #: ./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 "外部キャッシュのために Memcached や Redis のようなアプリケーションを使用できます。これらのアプリケーションは永続性と共有ストレージを提供します。小規模な環境や開発環境に有用です。" #: ./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 "Memcached は高性能かつ分散のメモリオブジェクトのキャッシュシステムです。小さな塊の任意のデータ向けのインメモリのキーバリューストアを提供します。" #: ./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 ライセンスの高度なキーバリューストアです。しばしばデータ構造サーバーとして参照されます。" #: ./doc/common/section_dashboard_sessions.xml84(para) msgid "Redis service running and accessible." msgstr "Redis サービスが実行中であり、アクセス可能であること。" #: ./doc/common/section_dashboard_sessions.xml87(para) msgid "" "Python modules redis and django-redis " "installed." msgstr "Python モジュール redisdjango-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 "MySQL データベースを設定するために、dash データベースを作成します。" #: ./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 "新しく作成した dash データベース用の MySQL ユーザーを作成し、データベースのフルアクセスを許可します。DASH_DBPASS を新しいユーザー用のパスワードで置き換えます。" #: ./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 "local_settings ファイル (Fedora/RHEL/CentOS の場合: /etc/openstack-dashboard/local_settings、Ubuntu/Debian の場合: /etc/openstack-dashboard/local_settings.py、openSUSE の場合: /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py) で、これらのオプションを変更します。" #: ./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 "示されているとおり local_settings を設定した後、この新しく作成したデータベースを事前設定するために、 コマンドを実行できます。" #: ./doc/common/section_dashboard_sessions.xml164(para) msgid "" "Note on openSUSE the path is /srv/www/openstack-" "dashboard/manage.py." msgstr "openSUSE ではパスが /srv/www/openstack-dashboard/manage.py であることに注意してください。" #: ./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 "" #: ./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 "Ubuntu の場合、API サーバーがエラーなくダッシュボードに接続できることを確実にするために nova-api サービスを再起動します。" #: ./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 "データベースクエリーの性能問題を緩和するために、Django セッションバックエンドを使用できます。これは、ライトスルーキャッシュと効率的な取得を実現するために、データベースとキャッシュ環境の両方を利用するものです。" #: ./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 "クッキー" #: ./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 "Django 1.4 またはそれ以降を使用している場合、 バックエンドによりサーバー負荷とスケールの問題を回避します。" #: ./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 "Django cookie-based sessions ドキュメントを参照してください。" #: ./doc/common/section_kvm_enable.xml7(title) msgid "Enable KVM" msgstr "" #: ./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 "" #: ./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 "" #: ./doc/common/section_kvm_enable.xml55(para) msgid "For AMD, run this command:" msgstr "" #: ./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 "AMD 系プロセッサー" #: ./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/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/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/ceilometer-inspector.xml12(th) #: ./doc/common/tables/cinder-scheduler.xml12(th) #: ./doc/common/tables/trove-db_cassandra.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/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/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/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/glance-rabbitmq.xml12(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/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/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/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/cinder-swift.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/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/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/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/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/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/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/nova-qpid.xml12(th) #: ./doc/common/tables/glance-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/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/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/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/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/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/keystone-qpid.xml12(th) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml14(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/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/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.xml76(replaceable) #: ./doc/common/tables/ceilometer-database.xml80(replaceable) #: ./doc/common/tables/ceilometer-database.xml88(replaceable) #: ./doc/common/tables/ceilometer-database.xml104(replaceable) #: ./doc/common/tables/ceilometer-database.xml112(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml64(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml94(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.xml71(replaceable) #: ./doc/common/tables/neutron-rpc.xml99(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.xml53(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.xml89(replaceable) #: ./doc/common/tables/glance-auth_token.xml97(replaceable) #: ./doc/common/tables/glance-auth_token.xml109(replaceable) #: ./doc/common/tables/glance-auth_token.xml113(replaceable) #: ./doc/common/tables/glance-auth_token.xml117(replaceable) #: ./doc/common/tables/glance-auth_token.xml125(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.xml59(replaceable) #: ./doc/common/tables/ceilometer-common.xml74(replaceable) #: ./doc/common/tables/ceilometer-common.xml81(replaceable) #: ./doc/common/tables/cinder-pure.xml21(replaceable) #: ./doc/common/tables/cinder-database.xml36(replaceable) #: ./doc/common/tables/cinder-database.xml68(replaceable) #: ./doc/common/tables/cinder-database.xml72(replaceable) #: ./doc/common/tables/cinder-database.xml88(replaceable) #: ./doc/common/tables/cinder-database.xml96(replaceable) #: ./doc/common/tables/ceilometer-logging.xml45(replaceable) #: ./doc/common/tables/ceilometer-logging.xml53(replaceable) #: ./doc/common/tables/ceilometer-logging.xml57(replaceable) #: ./doc/common/tables/ceilometer-logging.xml61(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/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/glance-rpc.xml64(replaceable) #: ./doc/common/tables/glance-rpc.xml92(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/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.xml53(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.xml89(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml97(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml109(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml113(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml117(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml125(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml28(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml79(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml91(replaceable) #: ./doc/common/tables/keystone-identity.xml37(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.xml53(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.xml89(replaceable) #: ./doc/common/tables/neutron-auth_token.xml97(replaceable) #: ./doc/common/tables/neutron-auth_token.xml109(replaceable) #: ./doc/common/tables/neutron-auth_token.xml113(replaceable) #: ./doc/common/tables/neutron-auth_token.xml117(replaceable) #: ./doc/common/tables/neutron-auth_token.xml125(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/ceilometer-auth.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth.xml41(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/heat-conf-changes.xml169(td) #: ./doc/common/tables/heat-conf-changes.xml179(td) #: ./doc/common/tables/heat-conf-changes.xml184(td) #: ./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.xml45(replaceable) #: ./doc/common/tables/nova-vmware.xml57(replaceable) #: ./doc/common/tables/nova-vmware.xml65(replaceable) #: ./doc/common/tables/nova-vmware.xml77(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.xml170(replaceable) #: ./doc/common/tables/neutron-vmware.xml174(replaceable) #: ./doc/common/tables/neutron-vmware.xml178(replaceable) #: ./doc/common/tables/neutron-vmware.xml182(replaceable) #: ./doc/common/tables/neutron-vmware.xml186(replaceable) #: ./doc/common/tables/neutron-vmware.xml194(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.xml97(replaceable) #: ./doc/common/tables/cinder-storage.xml105(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/neutron-conf-changes.xml850(td) #: ./doc/common/tables/neutron-conf-changes.xml855(td) #: ./doc/common/tables/neutron-conf-changes.xml860(td) #: ./doc/common/tables/neutron-conf-changes.xml865(td) #: ./doc/common/tables/neutron-conf-changes.xml870(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.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.xml49(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/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/heat-notification.xml21(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/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/cinder-scality.xml21(replaceable) #: ./doc/common/tables/cinder-amqp.xml41(replaceable) #: ./doc/common/tables/neutron-agent.xml25(replaceable) #: ./doc/common/tables/cinder-emc.xml49(replaceable) #: ./doc/common/tables/cinder-emc.xml53(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/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/glance-api.xml61(replaceable) #: ./doc/common/tables/glance-api.xml95(replaceable) #: ./doc/common/tables/glance-api.xml99(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/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/nova-cells.xml33(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.xml53(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.xml89(replaceable) #: ./doc/common/tables/nova-auth_token.xml97(replaceable) #: ./doc/common/tables/nova-auth_token.xml109(replaceable) #: ./doc/common/tables/nova-auth_token.xml113(replaceable) #: ./doc/common/tables/nova-auth_token.xml117(replaceable) #: ./doc/common/tables/nova-auth_token.xml125(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.xml371(td) #: ./doc/common/tables/trove-conf-changes.xml381(td) #: ./doc/common/tables/trove-conf-changes.xml391(td) #: ./doc/common/tables/trove-conf-changes.xml396(td) #: ./doc/common/tables/trove-conf-changes.xml401(td) #: ./doc/common/tables/trove-conf-changes.xml410(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/cinder-swift.xml25(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.xml33(replaceable) #: ./doc/common/tables/cinder-common.xml37(replaceable) #: ./doc/common/tables/cinder-common.xml57(replaceable) #: ./doc/common/tables/cinder-common.xml81(replaceable) #: ./doc/common/tables/cinder-common.xml85(replaceable) #: ./doc/common/tables/cinder-common.xml89(replaceable) #: ./doc/common/tables/cinder-common.xml161(replaceable) #: ./doc/common/tables/cinder-common.xml165(replaceable) #: ./doc/common/tables/cinder-common.xml188(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.xml56(replaceable) #: ./doc/common/tables/glance-swift.xml68(replaceable) #: ./doc/common/tables/glance-swift.xml84(replaceable) #: ./doc/common/tables/glance-swift.xml100(replaceable) #: ./doc/common/tables/glance-swift.xml116(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.xml53(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.xml89(replaceable) #: ./doc/common/tables/cinder-auth_token.xml97(replaceable) #: ./doc/common/tables/cinder-auth_token.xml109(replaceable) #: ./doc/common/tables/cinder-auth_token.xml113(replaceable) #: ./doc/common/tables/cinder-auth_token.xml117(replaceable) #: ./doc/common/tables/cinder-auth_token.xml125(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml37(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml61(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/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/nova-conf-changes.xml338(td) #: ./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/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/neutron-bigswitch.xml120(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml71(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml99(replaceable) #: ./doc/common/tables/cinder-redis.xml25(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/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.xml53(replaceable) #: ./doc/common/tables/nova-ca.xml57(replaceable) #: ./doc/common/tables/nova-ca.xml61(replaceable) #: ./doc/common/tables/nova-ca.xml76(replaceable) #: ./doc/common/tables/nova-ca.xml80(replaceable) #: ./doc/common/tables/nova-ca.xml84(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml25(replaceable) #: ./doc/common/tables/ceilometer-collector.xml47(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/glance-amqp.xml45(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/cinder-rpc.xml64(replaceable) #: ./doc/common/tables/cinder-rpc.xml92(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/cinder-backups_swift.xml33(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml49(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml53(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/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/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-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/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/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/nova-rpc.xml67(replaceable) #: ./doc/common/tables/nova-rpc.xml95(replaceable) #: ./doc/common/tables/nova-rpc.xml106(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/glance-cinder.xml25(replaceable) #: ./doc/common/tables/glance-cinder.xml33(replaceable) #: ./doc/common/tables/glance-common.xml37(replaceable) #: ./doc/common/tables/glance-common.xml65(replaceable) #: ./doc/common/tables/glance-common.xml69(replaceable) #: ./doc/common/tables/glance-common.xml77(replaceable) #: ./doc/common/tables/glance-common.xml100(replaceable) #: ./doc/common/tables/glance-common.xml118(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/keystone-redis.xml25(replaceable) #: ./doc/common/tables/nova-hyperv.xml53(replaceable) #: ./doc/common/tables/glance-testing.xml25(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.xml85(replaceable) #: ./doc/common/tables/neutron-common.xml89(replaceable) #: ./doc/common/tables/neutron-common.xml93(replaceable) #: ./doc/common/tables/neutron-common.xml141(replaceable) #: ./doc/common/tables/neutron-common.xml149(replaceable) #: ./doc/common/tables/neutron-common.xml173(replaceable) #: ./doc/common/tables/neutron-common.xml207(replaceable) #: ./doc/common/tables/neutron-common.xml211(replaceable) #: ./doc/common/tables/neutron-common.xml215(replaceable) #: ./doc/common/tables/neutron-common.xml219(replaceable) #: ./doc/common/tables/neutron-common.xml227(replaceable) #: ./doc/common/tables/neutron-common.xml234(replaceable) #: ./doc/common/tables/neutron-common.xml241(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/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.xml543(td) #: ./doc/common/tables/cinder-conf-changes.xml557(td) #: ./doc/common/tables/cinder-conf-changes.xml573(td) #: ./doc/common/tables/cinder-conf-changes.xml578(td) #: ./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.xml128(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.xml148(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml41(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.xml100(td) #: ./doc/common/tables/ceilometer-database.xml104(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/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.xml64(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml68(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml75(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml86(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/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/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.xml71(td) #: ./doc/common/tables/neutron-rpc.xml75(td) #: ./doc/common/tables/neutron-rpc.xml79(td) #: ./doc/common/tables/neutron-rpc.xml83(td) #: ./doc/common/tables/neutron-rpc.xml99(td) #: ./doc/common/tables/neutron-rpc.xml103(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/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/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/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.xml200(td) #: ./doc/common/tables/neutron-cisco.xml204(td) #: ./doc/common/tables/neutron-cisco.xml208(td) #: ./doc/common/tables/neutron-cisco.xml212(td) #: ./doc/common/tables/neutron-cisco.xml216(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/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.xml52(td) #: ./doc/common/tables/ceilometer-common.xml59(td) #: ./doc/common/tables/ceilometer-common.xml63(td) #: ./doc/common/tables/ceilometer-common.xml67(td) #: ./doc/common/tables/ceilometer-common.xml74(td) #: ./doc/common/tables/ceilometer-common.xml81(td) #: ./doc/common/tables/cinder-pure.xml21(td) #: ./doc/common/tables/cinder-database.xml21(td) #: ./doc/common/tables/cinder-database.xml25(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/cinder-database.xml112(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/ceilometer-logging.xml101(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/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.xml44(td) #: ./doc/common/tables/nova-vnc.xml48(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/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.xml29(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.xml49(td) #: ./doc/common/tables/glance-rpc.xml56(td) #: ./doc/common/tables/glance-rpc.xml60(td) #: ./doc/common/tables/glance-rpc.xml64(td) #: ./doc/common/tables/glance-rpc.xml68(td) #: ./doc/common/tables/glance-rpc.xml72(td) #: ./doc/common/tables/glance-rpc.xml76(td) #: ./doc/common/tables/glance-rpc.xml92(td) #: ./doc/common/tables/glance-rpc.xml96(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/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/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/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/neutron-ml2_cisco.xml21(td) #: ./doc/common/tables/neutron-ml2_cisco.xml28(td) #: ./doc/common/tables/neutron-ml2_cisco.xml35(td) #: ./doc/common/tables/neutron-ml2_cisco.xml39(td) #: ./doc/common/tables/neutron-ml2_cisco.xml43(td) #: ./doc/common/tables/neutron-ml2_cisco.xml47(td) #: ./doc/common/tables/neutron-ml2_cisco.xml51(td) #: ./doc/common/tables/neutron-ml2_cisco.xml55(td) #: ./doc/common/tables/neutron-ml2_cisco.xml67(td) #: ./doc/common/tables/neutron-ml2_cisco.xml71(td) #: ./doc/common/tables/neutron-ml2_cisco.xml75(td) #: ./doc/common/tables/neutron-ml2_cisco.xml79(td) #: ./doc/common/tables/neutron-ml2_cisco.xml83(td) #: ./doc/common/tables/neutron-ml2_cisco.xml87(td) #: ./doc/common/tables/neutron-ml2_cisco.xml91(td) #: ./doc/common/tables/neutron-ml2_cisco.xml95(td) #: ./doc/common/tables/neutron-ml2_cisco.xml99(td) #: ./doc/common/tables/neutron-ml2_cisco.xml107(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/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/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/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/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/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/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/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/keystone-os_inherit.xml21(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/neutron-sdnve.xml92(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-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/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/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.xml75(td) #: ./doc/common/tables/neutron-vmware.xml79(td) #: ./doc/common/tables/neutron-vmware.xml83(td) #: ./doc/common/tables/neutron-vmware.xml87(td) #: ./doc/common/tables/neutron-vmware.xml91(td) #: ./doc/common/tables/neutron-vmware.xml95(td) #: ./doc/common/tables/neutron-vmware.xml99(td) #: ./doc/common/tables/neutron-vmware.xml103(td) #: ./doc/common/tables/neutron-vmware.xml110(td) #: ./doc/common/tables/neutron-vmware.xml114(td) #: ./doc/common/tables/neutron-vmware.xml125(td) #: ./doc/common/tables/neutron-vmware.xml132(td) #: ./doc/common/tables/neutron-vmware.xml136(td) #: ./doc/common/tables/neutron-vmware.xml147(td) #: ./doc/common/tables/neutron-vmware.xml151(td) #: ./doc/common/tables/neutron-vmware.xml155(td) #: ./doc/common/tables/neutron-vmware.xml159(td) #: ./doc/common/tables/neutron-vmware.xml163(td) #: ./doc/common/tables/neutron-vmware.xml170(td) #: ./doc/common/tables/neutron-vmware.xml174(td) #: ./doc/common/tables/neutron-vmware.xml178(td) #: ./doc/common/tables/neutron-vmware.xml182(td) #: ./doc/common/tables/neutron-vmware.xml186(td) #: ./doc/common/tables/neutron-vmware.xml190(td) #: ./doc/common/tables/neutron-vmware.xml194(td) #: ./doc/common/tables/neutron-vmware.xml198(td) #: ./doc/common/tables/neutron-vmware.xml202(td) #: ./doc/common/tables/nova-rdp.xml21(td) #: ./doc/common/tables/nova-rdp.xml25(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/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/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/cinder-srb.xml21(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-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/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.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/glance-rabbitmq.xml21(td) #: ./doc/common/tables/glance-rabbitmq.xml41(td) #: ./doc/common/tables/glance-rabbitmq.xml45(td) #: ./doc/common/tables/glance-rabbitmq.xml49(td) #: ./doc/common/tables/glance-rabbitmq.xml53(td) #: ./doc/common/tables/glance-rabbitmq.xml57(td) #: ./doc/common/tables/glance-rabbitmq.xml61(td) #: ./doc/common/tables/glance-rabbitmq.xml65(td) #: ./doc/common/tables/glance-rabbitmq.xml69(td) #: ./doc/common/tables/glance-rabbitmq.xml73(td) #: ./doc/common/tables/glance-rabbitmq.xml77(td) #: ./doc/common/tables/glance-rabbitmq.xml81(td) #: ./doc/common/tables/glance-rabbitmq.xml85(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.xml41(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.xml81(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/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/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/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/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/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/heat-notification.xml21(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/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/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/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/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/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/cinder-zones.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/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.xml37(td) #: ./doc/common/tables/cinder-emc.xml45(td) #: ./doc/common/tables/cinder-emc.xml49(td) #: ./doc/common/tables/cinder-emc.xml53(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/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/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.xml95(td) #: ./doc/common/tables/glance-api.xml99(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/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.xml37(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-api.xml64(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/cinder-lvm.xml21(td) #: ./doc/common/tables/cinder-lvm.xml25(td) #: ./doc/common/tables/cinder-lvm.xml29(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/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/neutron-quotas.xml76(td) #: ./doc/common/tables/neutron-quotas.xml80(td) #: ./doc/common/tables/neutron-quotas.xml84(td) #: ./doc/common/tables/neutron-quotas.xml88(td) #: ./doc/common/tables/neutron-quotas.xml92(td) #: ./doc/common/tables/neutron-quotas.xml96(td) #: ./doc/common/tables/neutron-quotas.xml100(td) #: ./doc/common/tables/neutron-quotas.xml104(td) #: ./doc/common/tables/neutron-quotas.xml108(td) #: ./doc/common/tables/neutron-quotas.xml112(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/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/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/cinder-swift.xml21(td) #: ./doc/common/tables/cinder-swift.xml25(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.xml57(td) #: ./doc/common/tables/cinder-common.xml61(td) #: ./doc/common/tables/cinder-common.xml69(td) #: ./doc/common/tables/cinder-common.xml73(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.xml89(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.xml188(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.xml48(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/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/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/ceilometer-events.xml21(td) #: ./doc/common/tables/ceilometer-events.xml25(td) #: ./doc/common/tables/ceilometer-events.xml32(td) #: ./doc/common/tables/ceilometer-events.xml36(td) #: ./doc/common/tables/ceilometer-events.xml40(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/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/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-pci.xml21(td) #: ./doc/common/tables/nova-pci.xml25(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/keystone-revoke.xml21(td) #: ./doc/common/tables/keystone-revoke.xml25(td) #: ./doc/common/tables/keystone-revoke.xml29(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/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/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/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/glance-sheepdog.xml21(td) #: ./doc/common/tables/glance-sheepdog.xml25(td) #: ./doc/common/tables/glance-sheepdog.xml29(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/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/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/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.xml49(td) #: ./doc/common/tables/ceilometer-rpc.xml56(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.xml83(td) #: ./doc/common/tables/ceilometer-rpc.xml99(td) #: ./doc/common/tables/ceilometer-rpc.xml103(td) #: ./doc/common/tables/ceilometer-rpc.xml110(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/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/ceilometer-swift.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.xml76(td) #: ./doc/common/tables/nova-ca.xml80(td) ./doc/common/tables/nova-ca.xml84(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.xml43(td) #: ./doc/common/tables/ceilometer-collector.xml47(td) #: ./doc/common/tables/ceilometer-collector.xml51(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/heat-debug.xml21(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/glance-qpid.xml21(td) #: ./doc/common/tables/glance-qpid.xml25(td) #: ./doc/common/tables/glance-qpid.xml29(td) #: ./doc/common/tables/glance-qpid.xml37(td) #: ./doc/common/tables/glance-qpid.xml41(td) #: ./doc/common/tables/glance-qpid.xml45(td) #: ./doc/common/tables/glance-qpid.xml53(td) #: ./doc/common/tables/glance-qpid.xml57(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/glance-amqp.xml41(td) #: ./doc/common/tables/glance-amqp.xml45(td) #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml21(td) #: ./doc/common/tables/neutron-testing.xml21(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/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.xml64(td) #: ./doc/common/tables/cinder-rpc.xml68(td) #: ./doc/common/tables/cinder-rpc.xml72(td) #: ./doc/common/tables/cinder-rpc.xml76(td) #: ./doc/common/tables/cinder-rpc.xml92(td) #: ./doc/common/tables/cinder-rpc.xml96(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/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/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/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/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/neutron-metadata.xml21(td) #: ./doc/common/tables/neutron-metadata.xml25(td) #: ./doc/common/tables/neutron-metadata.xml29(td) #: ./doc/common/tables/neutron-metadata.xml37(td) #: ./doc/common/tables/neutron-metadata.xml41(td) #: ./doc/common/tables/neutron-metadata.xml45(td) #: ./doc/common/tables/neutron-metadata.xml49(td) #: ./doc/common/tables/neutron-metadata.xml53(td) #: ./doc/common/tables/neutron-metadata.xml57(td) #: ./doc/common/tables/nova-fping.xml21(td) #: ./doc/common/tables/neutron-debug.xml21(td) #: ./doc/common/tables/neutron-debug.xml25(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/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/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/cinder-nas.xml25(td) #: ./doc/common/tables/cinder-nas.xml37(td) #: ./doc/common/tables/cinder-nas.xml41(td) #: ./doc/common/tables/cinder-nas.xml45(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/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/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/cinder-huawei.xml25(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/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/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.xml67(td) #: ./doc/common/tables/nova-rpc.xml71(td) #: ./doc/common/tables/nova-rpc.xml75(td) #: ./doc/common/tables/nova-rpc.xml79(td) #: ./doc/common/tables/nova-rpc.xml95(td) #: ./doc/common/tables/nova-rpc.xml99(td) #: ./doc/common/tables/nova-rpc.xml106(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/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/keystone-trust.xml21(td) #: ./doc/common/tables/keystone-trust.xml25(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/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.xml100(td) #: ./doc/common/tables/glance-common.xml107(td) #: ./doc/common/tables/glance-common.xml111(td) #: ./doc/common/tables/glance-common.xml118(td) #: ./doc/common/tables/glance-common.xml125(td) #: ./doc/common/tables/glance-common.xml129(td) #: ./doc/common/tables/glance-common.xml133(td) #: ./doc/common/tables/neutron-ml2_vxlan.xml25(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/ceilometer-testing.xml25(td) #: ./doc/common/tables/ceilometer-testing.xml29(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/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/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/heat-clients_backends.xml21(td) #: ./doc/common/tables/glance-testing.xml21(td) #: ./doc/common/tables/glance-testing.xml25(td) #: ./doc/common/tables/glance-testing.xml29(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.xml181(td) #: ./doc/common/tables/neutron-common.xml185(td) #: ./doc/common/tables/neutron-common.xml189(td) #: ./doc/common/tables/neutron-common.xml193(td) #: ./doc/common/tables/neutron-common.xml200(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.xml223(td) #: ./doc/common/tables/neutron-common.xml227(td) #: ./doc/common/tables/neutron-common.xml234(td) #: ./doc/common/tables/neutron-common.xml241(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/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.xml37(td) #: ./doc/common/tables/ceilometer-qpid.xml41(td) #: ./doc/common/tables/ceilometer-qpid.xml45(td) #: ./doc/common/tables/ceilometer-qpid.xml53(td) #: ./doc/common/tables/ceilometer-qpid.xml57(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/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.xml41(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/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/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/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.xml168(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/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-amqp.xml37(td) #: ./doc/common/tables/ceilometer-amqp.xml41(td) #: ./doc/common/tables/ceilometer-glance.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.xml21(replaceable) #: ./doc/common/tables/cinder-database.xml32(replaceable) #: ./doc/common/tables/glance-database.xml28(replaceable) #: ./doc/common/tables/neutron-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 "sqlalchemy" #: ./doc/common/tables/ceilometer-database.xml33(td) #: ./doc/common/tables/cinder-database.xml33(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.xml37(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.xml79(replaceable) #: ./doc/common/tables/cinder-database.xml40(replaceable) #: ./doc/common/tables/glance-rpc.xml72(replaceable) #: ./doc/common/tables/glance-database.xml36(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml57(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml83(replaceable) #: ./doc/common/tables/nova-policy.xml33(replaceable) #: ./doc/common/tables/nova-policy.xml73(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.xml101(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.xml129(replaceable) #: ./doc/common/tables/nova-compute.xml133(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/heat-cfn_api.xml25(replaceable) #: ./doc/common/tables/heat-cfn_api.xml56(replaceable) #: ./doc/common/tables/neutron-vmware.xml151(replaceable) #: ./doc/common/tables/cinder-storage.xml109(replaceable) #: ./doc/common/tables/cinder-storage.xml117(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml824(td) #: ./doc/common/tables/nova-volumes.xml37(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml57(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/nova-livemigration.xml28(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml57(replaceable) #: ./doc/common/tables/keystone-rpc.xml68(replaceable) #: ./doc/common/tables/cinder-storwize.xml69(replaceable) #: ./doc/common/tables/cinder-storwize.xml77(replaceable) #: ./doc/common/tables/cinder-lvm.xml21(replaceable) #: ./doc/common/tables/heat-api.xml150(replaceable) #: ./doc/common/tables/cinder-common.xml125(replaceable) #: ./doc/common/tables/cinder-common.xml173(replaceable) #: ./doc/common/tables/glance-swift.xml104(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/neutron-nuage.xml60(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml57(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml79(replaceable) #: ./doc/common/tables/glance-filesystem.xml29(replaceable) #: ./doc/common/tables/nova-network.xml29(replaceable) #: ./doc/common/tables/nova-network.xml169(replaceable) #: ./doc/common/tables/ceilometer-collector.xml43(replaceable) #: ./doc/common/tables/ceilometer-collector.xml51(replaceable) #: ./doc/common/tables/cinder-rpc.xml72(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml29(replaceable) #: ./doc/common/tables/neutron-nvsd.xml40(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/nova-rpc.xml75(replaceable) #: ./doc/common/tables/glance-common.xml89(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml57(replaceable) #: ./doc/common/tables/neutron-common.xml37(replaceable) #: ./doc/common/tables/neutron-common.xml81(replaceable) #: ./doc/common/tables/heat-database.xml29(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml57(replaceable) #: ./doc/common/tables/keystone-database.xml29(replaceable) #: ./doc/common/tables/nova-libvirt.xml184(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.xml41(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/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.xml128(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.xml106(replaceable) #: ./doc/common/tables/heat-clients.xml40(replaceable) #: ./doc/common/tables/cinder-solidfire.xml25(replaceable) #: ./doc/common/tables/neutron-rpc.xml56(replaceable) #: ./doc/common/tables/neutron-rpc.xml63(replaceable) #: ./doc/common/tables/neutron-rpc.xml103(replaceable) #: ./doc/common/tables/glance-auth_token.xml73(replaceable) #: ./doc/common/tables/glance-auth_token.xml77(replaceable) #: ./doc/common/tables/glance-auth_token.xml105(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/neutron-cisco.xml189(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.xml52(replaceable) #: ./doc/common/tables/cinder-database.xml44(replaceable) #: ./doc/common/tables/cinder-database.xml108(replaceable) #: ./doc/common/tables/cinder-database.xml112(replaceable) #: ./doc/common/tables/ceilometer-logging.xml21(replaceable) #: ./doc/common/tables/ceilometer-logging.xml29(replaceable) #: ./doc/common/tables/ceilometer-logging.xml33(replaceable) #: ./doc/common/tables/ceilometer-logging.xml81(replaceable) #: ./doc/common/tables/ceilometer-logging.xml93(replaceable) #: ./doc/common/tables/ceilometer-logging.xml97(replaceable) #: ./doc/common/tables/ceilometer-logging.xml101(replaceable) #: ./doc/common/tables/nova-ipv6.xml33(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.xml56(replaceable) #: ./doc/common/tables/glance-rpc.xml96(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/ceilometer-auth_token.xml73(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml77(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml105(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml41(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml77(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/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.xml73(replaceable) #: ./doc/common/tables/neutron-auth_token.xml77(replaceable) #: ./doc/common/tables/neutron-auth_token.xml105(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/neutron-sdnve.xml73(replaceable) #: ./doc/common/tables/nova-compute.xml85(replaceable) #: ./doc/common/tables/nova-compute.xml117(replaceable) #: ./doc/common/tables/nova-scheduler.xml121(replaceable) #: ./doc/common/tables/nova-vmware.xml61(replaceable) #: ./doc/common/tables/neutron-vmware.xml125(replaceable) #: ./doc/common/tables/neutron-vmware.xml147(replaceable) #: ./doc/common/tables/nova-rdp.xml21(replaceable) #: ./doc/common/tables/cinder-zfssa.xml49(replaceable) #: ./doc/common/tables/cinder-storage.xml133(replaceable) #: ./doc/common/tables/glance-registry.xml53(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml809(td) #: ./doc/common/tables/nova-common.xml49(replaceable) #: ./doc/common/tables/nova-volumes.xml68(replaceable) #: ./doc/common/tables/nova-volumes.xml87(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/glance-rabbitmq.xml41(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml77(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml25(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml61(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/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/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.xml25(replaceable) #: ./doc/common/tables/cinder-emc.xml29(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/glance-s3.xml33(replaceable) #: ./doc/common/tables/nova-rootwrap.xml29(replaceable) #: ./doc/common/tables/ceilometer-api.xml52(replaceable) #: ./doc/common/tables/ceilometer-api.xml60(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.xml73(replaceable) #: ./doc/common/tables/nova-auth_token.xml77(replaceable) #: ./doc/common/tables/nova-auth_token.xml105(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/trove-conf-changes.xml405(td) #: ./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.xml61(replaceable) #: ./doc/common/tables/cinder-common.xml73(replaceable) #: ./doc/common/tables/cinder-common.xml153(replaceable) #: ./doc/common/tables/cinder-common.xml177(replaceable) #: ./doc/common/tables/glance-swift.xml48(replaceable) #: ./doc/common/tables/glance-swift.xml60(replaceable) #: ./doc/common/tables/glance-swift.xml76(replaceable) #: ./doc/common/tables/glance-swift.xml96(replaceable) #: ./doc/common/tables/cinder-auth_token.xml73(replaceable) #: ./doc/common/tables/cinder-auth_token.xml77(replaceable) #: ./doc/common/tables/cinder-auth_token.xml105(replaceable) #: ./doc/common/tables/ceilometer-events.xml25(replaceable) #: ./doc/common/tables/ceilometer-events.xml36(replaceable) #: ./doc/common/tables/ceilometer-events.xml40(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/ceilometer-rootwrap.xml29(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/neutron-bigswitch.xml116(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml144(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml63(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml103(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.xml65(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/neutron-ml2_sriov.xml21(replaceable) #: ./doc/common/tables/glance-amqp.xml21(replaceable) #: ./doc/common/tables/glance-amqp.xml25(replaceable) #: ./doc/common/tables/neutron-testing.xml21(replaceable) #: ./doc/common/tables/ceilometer-debug.xml25(replaceable) #: ./doc/common/tables/cinder-rpc.xml56(replaceable) #: ./doc/common/tables/cinder-rpc.xml96(replaceable) #: ./doc/common/tables/nova-apiv3.xml21(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/neutron-metadata.xml45(replaceable) #: ./doc/common/tables/neutron-debug.xml25(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/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/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/cinder-compute.xml21(replaceable) #: ./doc/common/tables/nova-rpc.xml59(replaceable) #: ./doc/common/tables/nova-rpc.xml99(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/glance-cinder.xml21(replaceable) #: ./doc/common/tables/glance-common.xml85(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/ceilometer-testing.xml25(replaceable) #: ./doc/common/tables/neutron-api.xml25(replaceable) #: ./doc/common/tables/neutron-api.xml29(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/glance-testing.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml105(replaceable) #: ./doc/common/tables/neutron-common.xml113(replaceable) #: ./doc/common/tables/neutron-common.xml145(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/heat-database.xml33(replaceable) #: ./doc/common/tables/heat-database.xml97(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml41(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml77(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.xml108(replaceable) #: ./doc/common/tables/nova-libvirt.xml112(replaceable) #: ./doc/common/tables/nova-libvirt.xml120(replaceable) #: ./doc/common/tables/nova-libvirt.xml144(replaceable) #: ./doc/common/tables/nova-libvirt.xml156(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml21(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml25(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.xml45(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/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/nova-ephemeral_storage_encryption.xml29(replaceable) msgid "512" msgstr "512" #: ./doc/common/tables/ceilometer-database.xml49(td) #: ./doc/common/tables/ceilometer-conf-changes.xml25(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.xml120(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml40(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml52(replaceable) #: ./doc/common/tables/cinder-solidfire.xml33(replaceable) #: ./doc/common/tables/nova-periodic.xml21(replaceable) #: ./doc/common/tables/nova-periodic.xml29(replaceable) #: ./doc/common/tables/glance-auth_token.xml101(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.xml48(replaceable) #: ./doc/common/tables/cinder-database.xml104(replaceable) #: ./doc/common/tables/ceilometer-logging.xml89(replaceable) #: ./doc/common/tables/nova-vnc.xml25(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-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.xml101(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml87(replaceable) #: ./doc/common/tables/nova-policy.xml21(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.xml101(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.xml92(replaceable) #: ./doc/common/tables/nova-compute.xml61(replaceable) #: ./doc/common/tables/nova-compute.xml149(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.xml73(replaceable) #: ./doc/common/tables/keystone-assignment.xml25(replaceable) #: ./doc/common/tables/neutron-embrane.xml25(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml810(td) #: ./doc/common/tables/nova-volumes.xml56(replaceable) #: ./doc/common/tables/cinder-logging.xml89(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml29(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml57(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml85(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/cinder-zadara.xml37(replaceable) #: ./doc/common/tables/cinder-zadara.xml41(replaceable) #: ./doc/common/tables/cinder-zadara.xml45(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/heat-auth_token.xml101(replaceable) #: ./doc/common/tables/nova-auth_token.xml101(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/trove-conf-changes.xml406(td) #: ./doc/common/tables/glance-logging.xml85(replaceable) #: ./doc/common/tables/cinder-storage_glusterfs.xml33(replaceable) #: ./doc/common/tables/cinder-common.xml41(replaceable) #: ./doc/common/tables/cinder-common.xml133(replaceable) #: ./doc/common/tables/cinder-common.xml157(replaceable) #: ./doc/common/tables/cinder-common.xml181(replaceable) #: ./doc/common/tables/glance-swift.xml112(replaceable) #: ./doc/common/tables/cinder-auth_token.xml101(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml41(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml57(replaceable) #: ./doc/common/tables/ceilometer-events.xml32(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/cinder-api.xml25(replaceable) #: ./doc/common/tables/cinder-api.xml37(replaceable) #: ./doc/common/tables/cinder-api.xml41(replaceable) #: ./doc/common/tables/keystone-mapping.xml21(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/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/glance-qpid.xml53(replaceable) #: ./doc/common/tables/cinder-storage_gpfs.xml37(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml29(replaceable) #: ./doc/common/tables/nova-ec2.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/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/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/keystone-trust.xml25(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/keystone-kvs.xml33(replaceable) #: ./doc/common/tables/neutron-common.xml97(replaceable) #: ./doc/common/tables/neutron-common.xml133(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.xml53(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.xml168(replaceable) #: ./doc/common/tables/nova-libvirt.xml172(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/cinder-database.xml49(td) #: ./doc/common/tables/glance-database.xml45(td) #: ./doc/common/tables/sahara-database.xml45(td) #: ./doc/common/tables/heat-conf-changes.xml101(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) #: ./doc/common/tables/cinder-conf-changes.xml457(td) msgid "" "(BoolOpt) If True, increases the interval between database connection " "retries 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.xml52(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/neutron-conf-changes.xml854(td) #: ./doc/common/tables/neutron-database.xml41(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.xml169(replaceable) #: ./doc/common/tables/heat-database.xml41(replaceable) #: ./doc/common/tables/keystone-database.xml41(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml552(td) msgid "20" msgstr "20" #: ./doc/common/tables/ceilometer-database.xml57(td) #: ./doc/common/tables/cinder-database.xml53(td) #: ./doc/common/tables/glance-database.xml49(td) #: ./doc/common/tables/sahara-database.xml49(td) #: ./doc/common/tables/heat-conf-changes.xml105(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) #: ./doc/common/tables/cinder-conf-changes.xml461(td) msgid "" "(IntOpt) Maximum database connection retries 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.xml84(replaceable) #: ./doc/common/tables/ceilometer-database.xml108(replaceable) #: ./doc/common/tables/neutron-openvswitch_agent.xml29(replaceable) #: ./doc/common/tables/glance-auth_token.xml121(replaceable) #: ./doc/common/tables/ceilometer-vmware.xml21(replaceable) #: ./doc/common/tables/neutron-cisco.xml115(replaceable) #: ./doc/common/tables/cinder-database.xml56(replaceable) #: ./doc/common/tables/cinder-database.xml76(replaceable) #: ./doc/common/tables/cinder-database.xml92(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/neutron-auth_token.xml121(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-scheduler.xml140(replaceable) #: ./doc/common/tables/heat-conf-changes.xml189(td) #: ./doc/common/tables/nova-vmware.xml21(replaceable) #: ./doc/common/tables/glance-conf-changes.xml134(td) #: ./doc/common/tables/neutron-vmware.xml79(replaceable) #: ./doc/common/tables/neutron-vmware.xml163(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml814(td) #: ./doc/common/tables/neutron-conf-changes.xml834(td) #: ./doc/common/tables/neutron-conf-changes.xml859(td) #: ./doc/common/tables/neutron-conf-changes.xml864(td) #: ./doc/common/tables/neutron-conf-changes.xml875(td) #: ./doc/common/tables/keystone-conf-changes.xml342(td) #: ./doc/common/tables/nova-common.xml61(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/cinder-vmware.xml21(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.xml68(replaceable) #: ./doc/common/tables/neutron-quotas.xml76(replaceable) #: ./doc/common/tables/neutron-quotas.xml88(replaceable) #: ./doc/common/tables/neutron-quotas.xml96(replaceable) #: ./doc/common/tables/neutron-quotas.xml100(replaceable) #: ./doc/common/tables/neutron-quotas.xml108(replaceable) #: ./doc/common/tables/neutron-quotas.xml112(replaceable) #: ./doc/common/tables/nova-auth_token.xml121(replaceable) #: ./doc/common/tables/trove-conf-changes.xml416(td) #: ./doc/common/tables/cinder-common.xml117(replaceable) #: ./doc/common/tables/cinder-auth_token.xml121(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/nova-conf-changes.xml349(td) #: ./doc/common/tables/neutron-bigswitch.xml128(replaceable) #: ./doc/common/tables/neutron-cfg_agent.xml33(replaceable) #: ./doc/common/tables/neutron-ml2_ncs.xml25(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/glance-common.xml45(replaceable) #: ./doc/common/tables/nova-hyperv.xml41(replaceable) #: ./doc/common/tables/neutron-common.xml157(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/cinder-conf-changes.xml583(td) #: ./doc/common/tables/nova-libvirt.xml116(replaceable) msgid "10" msgstr "10" #: ./doc/common/tables/ceilometer-database.xml61(td) #: ./doc/common/tables/cinder-database.xml57(td) #: ./doc/common/tables/glance-database.xml53(td) #: ./doc/common/tables/sahara-database.xml53(td) #: ./doc/common/tables/heat-conf-changes.xml109(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) #: ./doc/common/tables/cinder-conf-changes.xml465(td) msgid "" "(IntOpt) If db_inc_retry_interval is set, the maximum seconds between " "database connection retries." msgstr "" #: ./doc/common/tables/ceilometer-database.xml64(replaceable) #: ./doc/common/tables/ceilometer-database.xml92(replaceable) #: ./doc/common/tables/cinder-qpid.xml45(replaceable) #: ./doc/common/tables/cinder-qpid.xml57(replaceable) #: ./doc/common/tables/ceilometer-common.xml33(replaceable) #: ./doc/common/tables/cinder-database.xml60(replaceable) #: ./doc/common/tables/cinder-database.xml80(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-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/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/glance-conf-changes.xml123(td) #: ./doc/common/tables/heat-cfn_api.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml159(replaceable) #: ./doc/common/tables/nova-zeromq.xml25(replaceable) #: ./doc/common/tables/heat-zeromq.xml25(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml73(replaceable) #: ./doc/common/tables/cinder-zeromq.xml25(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml73(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml25(replaceable) #: ./doc/common/tables/nova-cells.xml49(replaceable) #: ./doc/common/tables/neutron-quotas.xml36(replaceable) #: ./doc/common/tables/neutron-quotas.xml40(replaceable) #: ./doc/common/tables/heat-api.xml53(replaceable) #: ./doc/common/tables/trove-conf-changes.xml400(td) #: ./doc/common/tables/cinder-swift.xml21(replaceable) #: ./doc/common/tables/neutron-zeromq.xml25(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/nova-network.xml201(replaceable) #: ./doc/common/tables/ceilometer-collector.xml21(replaceable) #: ./doc/common/tables/nova-qpid.xml45(replaceable) #: ./doc/common/tables/nova-qpid.xml57(replaceable) #: ./doc/common/tables/glance-qpid.xml45(replaceable) #: ./doc/common/tables/glance-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/neutron-qpid.xml45(replaceable) #: ./doc/common/tables/neutron-qpid.xml57(replaceable) #: ./doc/common/tables/cinder-san.xml65(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml73(replaceable) #: ./doc/common/tables/neutron-common.xml101(replaceable) #: ./doc/common/tables/keystone-qpid.xml45(replaceable) #: ./doc/common/tables/keystone-qpid.xml57(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml45(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml57(replaceable) #: ./doc/common/tables/cinder-datera.xml29(replaceable) #: ./doc/common/tables/heat-database.xml49(replaceable) #: ./doc/common/tables/heat-database.xml69(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml73(replaceable) #: ./doc/common/tables/keystone-database.xml49(replaceable) #: ./doc/common/tables/keystone-database.xml69(replaceable) msgid "1" msgstr "1" #: ./doc/common/tables/ceilometer-database.xml65(td) #: ./doc/common/tables/cinder-database.xml61(td) #: ./doc/common/tables/glance-database.xml57(td) #: ./doc/common/tables/sahara-database.xml57(td) #: ./doc/common/tables/heat-conf-changes.xml113(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) #: ./doc/common/tables/cinder-conf-changes.xml469(td) msgid "(IntOpt) Seconds between database connection retries." msgstr "" #: ./doc/common/tables/ceilometer-database.xml69(td) #: ./doc/common/tables/ceilometer-conf-changes.xml29(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/cinder-database.xml64(replaceable) #: ./doc/common/tables/glance-database.xml60(replaceable) #: ./doc/common/tables/nova-xen.xml215(replaceable) #: ./doc/common/tables/nova-ldap.xml49(replaceable) #: ./doc/common/tables/nova-compute.xml137(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/nova-database.xml60(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.xml124(replaceable) msgid "3600" msgstr "3600" #: ./doc/common/tables/ceilometer-database.xml73(td) #: ./doc/common/tables/cinder-database.xml65(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/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.xml77(td) #: ./doc/common/tables/cinder-database.xml69(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/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.xml81(td) #: ./doc/common/tables/cinder-database.xml73(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/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.xml85(td) #: ./doc/common/tables/cinder-database.xml77(td) #: ./doc/common/tables/glance-database.xml73(td) #: ./doc/common/tables/neutron-database.xml66(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.xml89(td) msgid "" "(StrOpt) The connection string used to connect to the metering database. (if" " unset, connection is used)" msgstr "" #: ./doc/common/tables/ceilometer-database.xml93(td) #: ./doc/common/tables/cinder-database.xml81(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.xml96(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml60(td) #: ./doc/common/tables/neutron-openvswitch_agent.xml82(td) #: ./doc/common/tables/neutron-rpc.xml87(td) #: ./doc/common/tables/neutron-rpc.xml91(td) #: ./doc/common/tables/neutron-rpc.xml95(td) #: ./doc/common/tables/glance-auth_token.xml37(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/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.xml25(td) #: ./doc/common/tables/glance-rpc.xml80(td) #: ./doc/common/tables/glance-rpc.xml84(td) #: ./doc/common/tables/glance-rpc.xml88(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.xml59(td) #: ./doc/common/tables/neutron-ml2_cisco.xml63(td) #: ./doc/common/tables/neutron-ml2_cisco.xml103(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/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/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.xml118(td) #: ./doc/common/tables/neutron-vmware.xml140(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/nova-volumes.xml126(td) #: ./doc/common/tables/nova-volumes.xml146(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml21(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml28(td) #: ./doc/common/tables/neutron-linuxbridge_agent.xml47(td) #: ./doc/common/tables/glance-rabbitmq.xml25(td) #: ./doc/common/tables/glance-rabbitmq.xml29(td) #: ./doc/common/tables/glance-rabbitmq.xml33(td) #: ./doc/common/tables/glance-rabbitmq.xml37(td) #: ./doc/common/tables/neutron-l3_agent.xml37(td) #: ./doc/common/tables/neutron-l3_agent.xml77(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/nova-vpn.xml25(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/keystone-rpc.xml76(td) #: ./doc/common/tables/keystone-rpc.xml80(td) #: ./doc/common/tables/keystone-rpc.xml84(td) #: ./doc/common/tables/cinder-emc.xml33(td) #: ./doc/common/tables/cinder-emc.xml41(td) #: ./doc/common/tables/neutron-ml2_flat.xml21(td) #: ./doc/common/tables/heat-metadata_api.xml21(td) #: ./doc/common/tables/neutron-ml2_ofa.xml21(td) #: ./doc/common/tables/neutron-ml2_ofa.xml44(td) #: ./doc/common/tables/glance-api.xml106(td) #: ./doc/common/tables/heat-waitcondition_api.xml21(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/neutron-ryu.xml21(td) #: ./doc/common/tables/cinder-common.xml53(td) #: ./doc/common/tables/cinder-common.xml65(td) #: ./doc/common/tables/glance-swift.xml52(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/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/cinder-api.xml65(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.xml87(td) #: ./doc/common/tables/ceilometer-rpc.xml91(td) #: ./doc/common/tables/ceilometer-rpc.xml95(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/glance-qpid.xml33(td) #: ./doc/common/tables/glance-qpid.xml49(td) #: ./doc/common/tables/glance-qpid.xml61(td) #: ./doc/common/tables/cinder-rpc.xml80(td) #: ./doc/common/tables/cinder-rpc.xml84(td) #: ./doc/common/tables/cinder-rpc.xml88(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/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.xml33(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.xml29(td) #: ./doc/common/tables/cinder-nas.xml33(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.xml83(td) #: ./doc/common/tables/nova-rpc.xml87(td) #: ./doc/common/tables/nova-rpc.xml91(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/neutron-ml2_vxlan.xml21(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/keystone-qpid.xml33(td) #: ./doc/common/tables/keystone-qpid.xml49(td) #: ./doc/common/tables/keystone-qpid.xml61(td) #: ./doc/common/tables/keystone-cache.xml69(td) #: ./doc/common/tables/keystone-token.xml21(td) #: ./doc/common/tables/ceilometer-qpid.xml33(td) #: ./doc/common/tables/ceilometer-qpid.xml49(td) #: ./doc/common/tables/ceilometer-qpid.xml61(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/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.xml164(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.xml97(td) #: ./doc/common/tables/ceilometer-conf-changes.xml33(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.xml100(replaceable) #: ./doc/common/tables/cinder-database.xml84(replaceable) #: ./doc/common/tables/glance-database.xml80(replaceable) #: ./doc/common/tables/neutron-database.xml73(replaceable) #: ./doc/common/tables/nova-conf-changes.xml339(td) #: ./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.xml101(td) #: ./doc/common/tables/cinder-database.xml85(td) #: ./doc/common/tables/glance-database.xml81(td) #: ./doc/common/tables/sahara-database.xml81(td) #: ./doc/common/tables/heat-conf-changes.xml117(td) #: ./doc/common/tables/neutron-conf-changes.xml385(td) #: ./doc/common/tables/neutron-database.xml74(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) #: ./doc/common/tables/cinder-conf-changes.xml473(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.xml105(td) #: ./doc/common/tables/cinder-database.xml89(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/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) #: ./doc/common/tables/cinder-conf-changes.xml477(td) msgid "(IntOpt) If set, use this value for pool_timeout with SQLAlchemy." msgstr "" #: ./doc/common/tables/ceilometer-database.xml109(td) #: ./doc/common/tables/cinder-database.xml93(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/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.xml113(td) #: ./doc/common/tables/cinder-database.xml97(td) #: ./doc/common/tables/glance-database.xml93(td) #: ./doc/common/tables/sahara-database.xml93(td) #: ./doc/common/tables/glance-conf-changes.xml33(td) #: ./doc/common/tables/keystone-conf-changes.xml61(td) #: ./doc/common/tables/neutron-database.xml86(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) #: ./doc/common/tables/cinder-conf-changes.xml481(td) msgid "" "(StrOpt) The SQLAlchemy connection string to use to connect to the slave " "database." msgstr "" #: ./doc/common/tables/ceilometer-database.xml116(replaceable) #: ./doc/common/tables/cinder-database.xml100(replaceable) #: ./doc/common/tables/glance-database.xml96(replaceable) #: ./doc/common/tables/glance-conf-changes.xml129(td) #: ./doc/common/tables/keystone-conf-changes.xml337(td) #: ./doc/common/tables/neutron-database.xml89(replaceable) #: ./doc/common/tables/nova-conf-changes.xml344(td) #: ./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 "" #: ./doc/common/tables/ceilometer-database.xml117(td) #: ./doc/common/tables/cinder-database.xml101(td) #: ./doc/common/tables/glance-database.xml97(td) #: ./doc/common/tables/sahara-database.xml97(td) #: ./doc/common/tables/heat-conf-changes.xml121(td) #: ./doc/common/tables/neutron-conf-changes.xml389(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) #: ./doc/common/tables/cinder-conf-changes.xml485(td) msgid "(StrOpt) The file name to use with SQLite." msgstr "" #: ./doc/common/tables/ceilometer-database.xml121(td) #: ./doc/common/tables/cinder-database.xml105(td) #: ./doc/common/tables/glance-database.xml101(td) #: ./doc/common/tables/sahara-database.xml101(td) #: ./doc/common/tables/heat-conf-changes.xml125(td) #: ./doc/common/tables/neutron-conf-changes.xml393(td) #: ./doc/common/tables/neutron-database.xml94(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) #: ./doc/common/tables/cinder-conf-changes.xml489(td) msgid "(BoolOpt) If True, SQLite uses synchronous mode." msgstr "" #: ./doc/common/tables/ceilometer-database.xml124(replaceable) #: ./doc/common/tables/cinder-storage_ceph.xml21(replaceable) #: ./doc/common/tables/neutron-vmware.xml99(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/neutron-quotas.xml52(replaceable) #: ./doc/common/tables/neutron-quotas.xml56(replaceable) #: ./doc/common/tables/neutron-quotas.xml64(replaceable) #: ./doc/common/tables/neutron-quotas.xml72(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 "" #: ./doc/common/tables/ceilometer-database.xml125(td) msgid "" "(IntOpt) Number of seconds that samples are kept in the database for (<= " "0 means forever)." msgstr "" #: ./doc/common/tables/ceilometer-database.xml129(td) #: ./doc/common/tables/cinder-database.xml109(td) #: ./doc/common/tables/glance-database.xml105(td) #: ./doc/common/tables/sahara-database.xml105(td) #: ./doc/common/tables/heat-conf-changes.xml129(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) #: ./doc/common/tables/cinder-conf-changes.xml493(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.xml90(replaceable) #: ./doc/common/tables/neutron-cisco.xml76(replaceable) #: ./doc/common/tables/nova-vmware.xml49(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 "" #: ./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.xml197(th) msgid "[AGENT]" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml37(td) #: ./doc/common/tables/neutron-conf-changes.xml189(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-conf-changes.xml193(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) #: ./doc/common/tables/neutron-conf-changes.xml197(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/cinder-xio.xml25(replaceable) #: ./doc/common/tables/glance-rpc.xml37(replaceable) #: ./doc/common/tables/glance-rpc.xml41(replaceable) #: ./doc/common/tables/nova-xen.xml67(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml39(replaceable) #: ./doc/common/tables/neutron-ml2_fslsdn.xml53(replaceable) #: ./doc/common/tables/nova-neutron.xml92(replaceable) #: ./doc/common/tables/nova-livemigration.xml21(replaceable) #: ./doc/common/tables/keystone-rpc.xml33(replaceable) #: ./doc/common/tables/keystone-rpc.xml37(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/neutron-cfg_agent.xml21(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml37(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml41(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/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/neutron-api.xml61(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 "(ListOpt) Network types supported by the agent (gre and/or vxlan)." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml65(td) msgid "(IntOpt) MTU size of veth interfaces" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml68(replaceable) msgid "4789" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml69(td) msgid "(IntOpt) The UDP port to use for VXLAN tunnels." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml72(th) #: ./doc/common/tables/neutron-cisco.xml49(th) msgid "[CISCO_N1K]" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml75(replaceable) msgid "10.0.0.3" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml76(td) msgid "(StrOpt) N1K Local IP" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml79(th) msgid "[OVS]" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml83(td) msgid "" "(ListOpt) List of <physical_network>:<bridge>. Deprecated for " "ofagent." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml86(replaceable) msgid "patch-tun" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml87(td) msgid "(StrOpt) Peer patch port in integration bridge for tunnel bridge." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml91(td) #: ./doc/common/tables/neutron-sdnve.xml42(td) msgid "(StrOpt) Integration bridge to use." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml95(td) msgid "(IPOpt) Local IP address of tunnel endpoint." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml98(replaceable) msgid "patch-int" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml99(td) msgid "(StrOpt) Peer patch port in tunnel bridge for integration bridge." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml102(replaceable) #: ./doc/common/tables/neutron-cisco.xml104(replaceable) msgid "br-tun" msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml103(td) msgid "(StrOpt) Tunnel bridge to use." msgstr "" #: ./doc/common/tables/neutron-openvswitch_agent.xml107(td) #: ./doc/common/tables/neutron-conf-changes.xml273(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) 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.xml77(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.xml81(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/neutron-conf-changes.xml805(td) #: ./doc/common/tables/glance-swift.xml80(replaceable) #: ./doc/common/tables/neutron-common.xml129(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.xml85(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.xml89(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.xml93(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-storwize.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml313(td) msgid "(BoolOpt) Allow tenants to specify QOS on create" msgstr "" #: ./doc/common/tables/cinder-solidfire.xml29(replaceable) #: ./doc/common/tables/ceilometer-vmware.xml33(replaceable) #: ./doc/common/tables/nova-vmware.xml41(replaceable) #: ./doc/common/tables/cinder-zfssa-nfs.xml25(replaceable) msgid "443" msgstr "443" #: ./doc/common/tables/cinder-solidfire.xml30(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.xml34(td) msgid "(BoolOpt) Set 512 byte emulation on volume creation;" 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.xml129(replaceable) #: ./doc/common/tables/glance-rpc.xml25(replaceable) #: ./doc/common/tables/nova-xen.xml71(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml129(replaceable) #: ./doc/common/tables/neutron-auth_token.xml129(replaceable) #: ./doc/common/tables/nova-compute.xml81(replaceable) #: ./doc/common/tables/nova-compute.xml153(replaceable) #: ./doc/common/tables/heat-conf-changes.xml188(td) #: ./doc/common/tables/glance-conf-changes.xml133(td) #: ./doc/common/tables/cinder-storage.xml85(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml874(td) #: ./doc/common/tables/keystone-conf-changes.xml341(td) #: ./doc/common/tables/ceilometer-cells.xml45(replaceable) #: ./doc/common/tables/keystone-rpc.xml21(replaceable) #: ./doc/common/tables/nova-cells.xml65(replaceable) #: ./doc/common/tables/heat-auth_token.xml129(replaceable) #: ./doc/common/tables/nova-auth_token.xml129(replaceable) #: ./doc/common/tables/trove-conf-changes.xml415(td) #: ./doc/common/tables/cinder-common.xml121(replaceable) #: ./doc/common/tables/cinder-auth_token.xml129(replaceable) #: ./doc/common/tables/keystone-auth_token.xml129(replaceable) #: ./doc/common/tables/nova-conf-changes.xml348(td) #: ./doc/common/tables/neutron-cfg_agent.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml25(replaceable) #: ./doc/common/tables/cinder-rpc.xml21(replaceable) #: ./doc/common/tables/nova-ec2.xml57(replaceable) #: ./doc/common/tables/heat-rpc.xml25(replaceable) #: ./doc/common/tables/nova-rpc.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml185(replaceable) #: ./doc/common/tables/keystone-cache.xml45(replaceable) #: ./doc/common/tables/keystone-cache.xml76(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml582(td) 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/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/nova-compute.xml145(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/keystone-rpc.xml25(replaceable) #: ./doc/common/tables/glance-api.xml73(replaceable) #: ./doc/common/tables/cinder-common.xml169(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml29(replaceable) #: ./doc/common/tables/nova-network.xml89(replaceable) #: ./doc/common/tables/cinder-rpc.xml25(replaceable) #: ./doc/common/tables/heat-rpc.xml29(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 "" #: ./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.xml30(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/keystone-rpc.xml29(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml33(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/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.xml46(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.xml42(td) #: ./doc/common/tables/ironic-rpc.xml38(td) #: ./doc/common/tables/keystone-rpc.xml38(td) #: ./doc/common/tables/ceilometer-rpc.xml42(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) msgid "(IntOpt) Size of RPC connection pool." msgstr "(整数オプション) RPC 接続プールの容量。" #: ./doc/common/tables/neutron-rpc.xml41(replaceable) #: ./doc/common/tables/nova-periodic.xml25(replaceable) #: ./doc/common/tables/cinder-netapp_7mode_nfs.xml65(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/nova-ironic.xml45(replaceable) #: ./doc/common/tables/glance-rpc.xml45(replaceable) #: ./doc/common/tables/nova-xen.xml63(replaceable) #: ./doc/common/tables/nova-xen.xml159(replaceable) #: ./doc/common/tables/heat-qpid.xml21(replaceable) #: ./doc/common/tables/nova-compute.xml65(replaceable) #: ./doc/common/tables/nova-compute.xml141(replaceable) #: ./doc/common/tables/nova-scheduler.xml93(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml835(td) #: ./doc/common/tables/nova-common.xml69(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/keystone-rpc.xml41(replaceable) #: ./doc/common/tables/neutron-ml2_ofa.xml40(replaceable) #: ./doc/common/tables/nova-cells.xml21(replaceable) #: ./doc/common/tables/nova-cells.xml37(replaceable) #: ./doc/common/tables/cinder-common.xml93(replaceable) #: ./doc/common/tables/cinder-common.xml97(replaceable) #: ./doc/common/tables/cinder-common.xml137(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml108(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml108(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml45(replaceable) #: ./doc/common/tables/nova-qpid.xml21(replaceable) #: ./doc/common/tables/glance-qpid.xml21(replaceable) #: ./doc/common/tables/cinder-rpc.xml41(replaceable) #: ./doc/common/tables/nova-trustedcomputing.xml29(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml69(replaceable) #: ./doc/common/tables/heat-rpc.xml45(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.xml21(replaceable) msgid "60" msgstr "60" #: ./doc/common/tables/neutron-rpc.xml42(td) #: ./doc/common/tables/glance-rpc.xml46(td) #: ./doc/common/tables/ironic-rpc.xml42(td) #: ./doc/common/tables/keystone-rpc.xml42(td) #: ./doc/common/tables/ceilometer-rpc.xml46(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.xml49(replaceable) #: ./doc/common/tables/keystone-rpc.xml45(replaceable) #: ./doc/common/tables/glance-sheepdog.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml49(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.xml50(td) #: ./doc/common/tables/ironic-rpc.xml46(td) #: ./doc/common/tables/keystone-rpc.xml46(td) #: ./doc/common/tables/ceilometer-rpc.xml50(td) #: ./doc/common/tables/sahara-rpc.xml46(td) #: ./doc/common/tables/cinder-rpc.xml46(td) #: ./doc/common/tables/heat-rpc.xml50(td) #: ./doc/common/tables/nova-rpc.xml46(td) msgid "(IntOpt) Size of RPC greenthread 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.xml53(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.xml60(th) #: ./doc/common/tables/cinder-rpc.xml53(th) #: ./doc/common/tables/heat-rpc.xml53(th) #: ./doc/common/tables/nova-rpc.xml56(th) msgid "[oslo_messaging_amqp]" msgstr "" #: ./doc/common/tables/neutron-rpc.xml64(td) #: ./doc/common/tables/glance-rpc.xml57(td) #: ./doc/common/tables/ironic-amqp.xml49(td) #: ./doc/common/tables/keystone-rpc.xml53(td) #: ./doc/common/tables/ceilometer-rpc.xml64(td) #: ./doc/common/tables/cinder-rpc.xml57(td) #: ./doc/common/tables/heat-rpc.xml57(td) #: ./doc/common/tables/nova-rpc.xml60(td) msgid "(BoolOpt) Accept clients using either SSL or plain TCP" msgstr "" #: ./doc/common/tables/neutron-rpc.xml67(replaceable) #: ./doc/common/tables/glance-rpc.xml60(replaceable) #: ./doc/common/tables/keystone-rpc.xml56(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml67(replaceable) #: ./doc/common/tables/cinder-rpc.xml60(replaceable) #: ./doc/common/tables/heat-rpc.xml60(replaceable) #: ./doc/common/tables/nova-rpc.xml63(replaceable) msgid "broadcast" msgstr "" #: ./doc/common/tables/neutron-rpc.xml68(td) #: ./doc/common/tables/glance-rpc.xml61(td) #: ./doc/common/tables/ironic-amqp.xml53(td) #: ./doc/common/tables/keystone-rpc.xml57(td) #: ./doc/common/tables/ceilometer-rpc.xml68(td) #: ./doc/common/tables/cinder-rpc.xml61(td) #: ./doc/common/tables/heat-rpc.xml61(td) #: ./doc/common/tables/nova-rpc.xml64(td) msgid "(StrOpt) address prefix used when broadcasting to all servers" msgstr "" #: ./doc/common/tables/neutron-rpc.xml72(td) #: ./doc/common/tables/glance-rpc.xml65(td) #: ./doc/common/tables/ironic-amqp.xml57(td) #: ./doc/common/tables/keystone-rpc.xml61(td) #: ./doc/common/tables/ceilometer-rpc.xml72(td) #: ./doc/common/tables/cinder-rpc.xml65(td) #: ./doc/common/tables/heat-rpc.xml65(td) #: ./doc/common/tables/nova-rpc.xml68(td) msgid "(StrOpt) Name for the AMQP container" msgstr "" #: ./doc/common/tables/neutron-rpc.xml75(replaceable) #: ./doc/common/tables/glance-rpc.xml68(replaceable) #: ./doc/common/tables/keystone-rpc.xml64(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml75(replaceable) #: ./doc/common/tables/cinder-rpc.xml68(replaceable) #: ./doc/common/tables/heat-rpc.xml68(replaceable) #: ./doc/common/tables/nova-rpc.xml71(replaceable) msgid "unicast" msgstr "" #: ./doc/common/tables/neutron-rpc.xml76(td) #: ./doc/common/tables/glance-rpc.xml69(td) #: ./doc/common/tables/ironic-amqp.xml61(td) #: ./doc/common/tables/keystone-rpc.xml65(td) #: ./doc/common/tables/ceilometer-rpc.xml76(td) #: ./doc/common/tables/cinder-rpc.xml69(td) #: ./doc/common/tables/heat-rpc.xml69(td) #: ./doc/common/tables/nova-rpc.xml72(td) msgid "(StrOpt) address prefix when sending to any server in group" msgstr "" #: ./doc/common/tables/neutron-rpc.xml80(td) #: ./doc/common/tables/glance-rpc.xml73(td) #: ./doc/common/tables/ironic-amqp.xml65(td) #: ./doc/common/tables/keystone-rpc.xml69(td) #: ./doc/common/tables/ceilometer-rpc.xml80(td) #: ./doc/common/tables/cinder-rpc.xml73(td) #: ./doc/common/tables/heat-rpc.xml73(td) #: ./doc/common/tables/nova-rpc.xml76(td) msgid "(IntOpt) Timeout for inactive connections (in seconds)" msgstr "" #: ./doc/common/tables/neutron-rpc.xml83(replaceable) #: ./doc/common/tables/glance-rpc.xml76(replaceable) #: ./doc/common/tables/keystone-rpc.xml72(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml83(replaceable) #: ./doc/common/tables/cinder-rpc.xml76(replaceable) #: ./doc/common/tables/heat-rpc.xml76(replaceable) #: ./doc/common/tables/nova-rpc.xml79(replaceable) msgid "exclusive" msgstr "" #: ./doc/common/tables/neutron-rpc.xml84(td) #: ./doc/common/tables/glance-rpc.xml77(td) #: ./doc/common/tables/ironic-amqp.xml69(td) #: ./doc/common/tables/keystone-rpc.xml73(td) #: ./doc/common/tables/ceilometer-rpc.xml84(td) #: ./doc/common/tables/cinder-rpc.xml77(td) #: ./doc/common/tables/heat-rpc.xml77(td) #: ./doc/common/tables/nova-rpc.xml80(td) msgid "(StrOpt) address prefix used when sending to a specific server" msgstr "" #: ./doc/common/tables/neutron-rpc.xml88(td) #: ./doc/common/tables/glance-rpc.xml81(td) #: ./doc/common/tables/ironic-ca.xml22(td) #: ./doc/common/tables/keystone-rpc.xml77(td) #: ./doc/common/tables/ceilometer-rpc.xml88(td) #: ./doc/common/tables/cinder-rpc.xml81(td) #: ./doc/common/tables/heat-rpc.xml81(td) #: ./doc/common/tables/nova-rpc.xml84(td) msgid "(StrOpt) CA certificate PEM file for verifing server certificate" msgstr "" #: ./doc/common/tables/neutron-rpc.xml92(td) #: ./doc/common/tables/glance-rpc.xml85(td) #: ./doc/common/tables/ironic-ca.xml26(td) #: ./doc/common/tables/keystone-rpc.xml81(td) #: ./doc/common/tables/ceilometer-rpc.xml92(td) #: ./doc/common/tables/cinder-rpc.xml85(td) #: ./doc/common/tables/heat-rpc.xml85(td) #: ./doc/common/tables/nova-rpc.xml88(td) msgid "(StrOpt) Identifying certificate PEM file to present to clients" msgstr "" #: ./doc/common/tables/neutron-rpc.xml96(td) #: ./doc/common/tables/glance-rpc.xml89(td) #: ./doc/common/tables/ironic-ca.xml30(td) #: ./doc/common/tables/keystone-rpc.xml85(td) #: ./doc/common/tables/ceilometer-rpc.xml96(td) #: ./doc/common/tables/cinder-rpc.xml89(td) #: ./doc/common/tables/heat-rpc.xml89(td) #: ./doc/common/tables/nova-rpc.xml92(td) msgid "(StrOpt) Private key PEM file used to sign cert_file certificate" msgstr "" #: ./doc/common/tables/neutron-rpc.xml100(td) #: ./doc/common/tables/glance-rpc.xml93(td) #: ./doc/common/tables/ironic-ca.xml34(td) #: ./doc/common/tables/keystone-rpc.xml89(td) #: ./doc/common/tables/ceilometer-rpc.xml100(td) #: ./doc/common/tables/cinder-rpc.xml93(td) #: ./doc/common/tables/heat-rpc.xml93(td) #: ./doc/common/tables/nova-rpc.xml96(td) msgid "(StrOpt) Password for decrypting ssl_key_file (if encrypted)" msgstr "" #: ./doc/common/tables/neutron-rpc.xml104(td) #: ./doc/common/tables/glance-rpc.xml97(td) #: ./doc/common/tables/ironic-amqp.xml73(td) #: ./doc/common/tables/keystone-rpc.xml93(td) #: ./doc/common/tables/ceilometer-rpc.xml104(td) #: ./doc/common/tables/cinder-rpc.xml97(td) #: ./doc/common/tables/heat-rpc.xml97(td) #: ./doc/common/tables/nova-rpc.xml100(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(td) #: ./doc/common/tables/trove-db_mysql.xml21(td) msgid "" "backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'}" msgstr "" #: ./doc/common/tables/trove-db_percona.xml22(td) #: ./doc/common/tables/trove-db_mysql.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml221(td) #: ./doc/common/tables/trove-conf-changes.xml249(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(td) #: ./doc/common/tables/trove-db_mysql.xml25(td) msgid "backup_namespace = trove.guestagent.strategies.backup.mysql_impl" msgstr "" #: ./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.xml113(td) #: ./doc/common/tables/trove-conf-changes.xml137(td) #: ./doc/common/tables/trove-conf-changes.xml181(td) #: ./doc/common/tables/trove-conf-changes.xml225(td) #: ./doc/common/tables/trove-conf-changes.xml253(td) #: ./doc/common/tables/trove-conf-changes.xml289(td) #: ./doc/common/tables/trove-conf-changes.xml337(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(td) #: ./doc/common/tables/trove-db_mysql.xml29(td) msgid "backup_strategy = 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.xml293(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(td) #: ./doc/common/tables/trove-db_cassandra.xml33(td) #: ./doc/common/tables/trove-db_mysql.xml33(td) #: ./doc/common/tables/trove-db_postgresql.xml33(td) #: ./doc/common/tables/trove-volume.xml37(td) #: ./doc/common/tables/trove-db_couchbase.xml33(td) #: ./doc/common/tables/trove-db_mongodb.xml41(td) msgid "device_path = /dev/vdb" msgstr "" #: ./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.xml38(td) #: ./doc/common/tables/trove-conf-changes.xml117(td) #: ./doc/common/tables/trove-conf-changes.xml141(td) #: ./doc/common/tables/trove-conf-changes.xml189(td) #: ./doc/common/tables/trove-conf-changes.xml229(td) #: ./doc/common/tables/trove-conf-changes.xml257(td) #: ./doc/common/tables/trove-conf-changes.xml341(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(td) #: ./doc/common/tables/trove-db_mysql.xml37(td) msgid "mount_point = /var/lib/mysql" msgstr "" #: ./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.xml309(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(td) #: ./doc/common/tables/trove-db_mysql.xml41(td) msgid "" "replication_namespace = trove.guestagent.strategies.replication.mysql_binlog" msgstr "" #: ./doc/common/tables/trove-db_percona.xml42(td) #: ./doc/common/tables/trove-db_mysql.xml42(td) #: ./doc/common/tables/trove-conf-changes.xml233(td) #: ./doc/common/tables/trove-conf-changes.xml261(td) msgid "(StrOpt) Namespace to load replication strategies from." msgstr "" #: ./doc/common/tables/trove-db_percona.xml45(td) msgid "replication_password = NETOU7897NNLOU" msgstr "" #: ./doc/common/tables/trove-db_percona.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml265(td) msgid "(StrOpt) Password for replication slave user." msgstr "" #: ./doc/common/tables/trove-db_percona.xml49(td) #: ./doc/common/tables/trove-db_mysql.xml45(td) msgid "replication_strategy = 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.xml121(td) #: ./doc/common/tables/trove-conf-changes.xml145(td) #: ./doc/common/tables/trove-conf-changes.xml205(td) #: ./doc/common/tables/trove-conf-changes.xml237(td) #: ./doc/common/tables/trove-conf-changes.xml269(td) #: ./doc/common/tables/trove-conf-changes.xml345(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(td) msgid "replication_user = slave_user" msgstr "" #: ./doc/common/tables/trove-db_percona.xml54(td) #: ./doc/common/tables/trove-conf-changes.xml273(td) msgid "(StrOpt) Userid for replication slave." msgstr "" #: ./doc/common/tables/trove-db_percona.xml57(td) #: ./doc/common/tables/trove-db_mysql.xml49(td) msgid "restore_namespace = trove.guestagent.strategies.restore.mysql_impl" msgstr "" #: ./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.xml125(td) #: ./doc/common/tables/trove-conf-changes.xml149(td) #: ./doc/common/tables/trove-conf-changes.xml209(td) #: ./doc/common/tables/trove-conf-changes.xml241(td) #: ./doc/common/tables/trove-conf-changes.xml277(td) #: ./doc/common/tables/trove-conf-changes.xml313(td) #: ./doc/common/tables/trove-conf-changes.xml349(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.xml61(td) #: ./doc/common/tables/trove-db_mysql.xml53(td) #: ./doc/common/tables/trove-db_postgresql.xml53(td) msgid "root_on_create = False" 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.xml153(td) #: ./doc/common/tables/trove-conf-changes.xml317(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(td) #: ./doc/common/tables/trove-db_mysql.xml57(td) msgid "tcp_ports = 3306" msgstr "" #: ./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.xml321(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.xml69(td) #: ./doc/common/tables/trove-db_cassandra.xml53(td) #: ./doc/common/tables/trove-db_mysql.xml61(td) #: ./doc/common/tables/trove-db_postgresql.xml61(td) #: ./doc/common/tables/trove-db_couchbase.xml57(td) #: ./doc/common/tables/trove-db_mongodb.xml77(td) #: ./doc/common/tables/trove-db_redis.xml53(td) msgid "udp_ports =" 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-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(td) msgid "usage_timeout = 450" msgstr "" #: ./doc/common/tables/trove-db_percona.xml74(td) #: ./doc/common/tables/trove-db_mysql.xml66(td) #: ./doc/common/tables/trove-common.xml78(td) #: ./doc/common/tables/trove-conf-changes.xml97(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for a Guest to become active." msgstr "" #: ./doc/common/tables/trove-db_percona.xml77(td) #: ./doc/common/tables/trove-db_cassandra.xml57(td) #: ./doc/common/tables/trove-db_mysql.xml69(td) #: ./doc/common/tables/trove-db_postgresql.xml65(td) #: ./doc/common/tables/trove-db_couchbase.xml61(td) #: ./doc/common/tables/trove-db_mongodb.xml81(td) msgid "volume_support = True" 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.xml42(td) #: ./doc/common/tables/trove-conf-changes.xml129(td) #: ./doc/common/tables/trove-conf-changes.xml157(td) #: ./doc/common/tables/trove-conf-changes.xml217(td) #: ./doc/common/tables/trove-conf-changes.xml245(td) #: ./doc/common/tables/trove-conf-changes.xml281(td) #: ./doc/common/tables/trove-conf-changes.xml329(td) #: ./doc/common/tables/trove-conf-changes.xml353(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.xml178(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.xml134(td) #: ./doc/common/tables/sahara-common.xml120(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 "" #: ./doc/common/tables/ironic-redis.xml21(td) #: ./doc/common/tables/sahara-redis.xml21(td) #: ./doc/common/tables/trove-redis.xml21(td) msgid "host = 127.0.0.1" msgstr "" #: ./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/keystone-redis.xml22(td) msgid "(StrOpt) Host to locate redis." msgstr "" #: ./doc/common/tables/ironic-redis.xml25(td) #: ./doc/common/tables/sahara-redis.xml25(td) #: ./doc/common/tables/trove-redis.xml25(td) msgid "password = None" msgstr "password = None" #: ./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/keystone-redis.xml26(td) msgid "(StrOpt) Password for Redis server (optional)." msgstr "" #: ./doc/common/tables/ironic-redis.xml29(td) #: ./doc/common/tables/sahara-redis.xml29(td) #: ./doc/common/tables/trove-redis.xml29(td) msgid "port = 6379" msgstr "" #: ./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 "" #: ./doc/common/tables/ironic-redis.xml36(td) #: ./doc/common/tables/sahara-redis.xml36(td) #: ./doc/common/tables/trove-redis.xml36(td) msgid "ringfile = /etc/oslo/matchmaker_ring.json" msgstr "" #: ./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/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) 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.xml190(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/ceilometer-api.xml29(replaceable) #: ./doc/common/tables/cinder-lvm.xml25(replaceable) #: ./doc/common/tables/heat-api.xml57(replaceable) #: ./doc/common/tables/cinder-common.xml101(replaceable) #: ./doc/common/tables/ceilometer-alarm.xml25(replaceable) #: ./doc/common/tables/cinder-eqlx.xml41(replaceable) #: ./doc/common/tables/nova-libvirt.xml88(replaceable) msgid "default" msgstr "default" #: ./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-policy.xml22(td) #: ./doc/common/tables/ceilometer-api.xml30(td) #: ./doc/common/tables/heat-api.xml58(td) #: ./doc/common/tables/cinder-common.xml102(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/ceilometer-api.xml33(replaceable) #: ./doc/common/tables/heat-api.xml61(replaceable) #: ./doc/common/tables/cinder-common.xml105(replaceable) msgid "['policy.d']" msgstr "" #: ./doc/common/tables/keystone-policy.xml26(td) #: ./doc/common/tables/glance-policy.xml26(td) #: ./doc/common/tables/ceilometer-conf-changes.xml17(td) #: ./doc/common/tables/ceilometer-api.xml34(td) #: ./doc/common/tables/heat-api.xml62(td) #: ./doc/common/tables/cinder-common.xml106(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/ceilometer-api.xml37(replaceable) #: ./doc/common/tables/heat-api.xml65(replaceable) #: ./doc/common/tables/cinder-common.xml109(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-policy.xml30(td) #: ./doc/common/tables/ceilometer-api.xml38(td) #: ./doc/common/tables/heat-api.xml66(td) #: ./doc/common/tables/cinder-common.xml110(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.xml71(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.xml81(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.xml185(th) #: ./doc/common/tables/cinder-auth_token.xml18(th) #: ./doc/common/tables/keystone-auth_token.xml18(th) #: ./doc/common/tables/sahara-common.xml155(th) #: ./doc/common/tables/trove-auth_token.xml18(th) #: ./doc/common/tables/glance-common.xml115(th) #: ./doc/common/tables/neutron-common.xml238(th) msgid "[keystone_authtoken]" msgstr "" #: ./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) Keystone account 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.xml202(replaceable) #: ./doc/common/tables/neutron-embrane.xml21(replaceable) #: ./doc/common/tables/glance-api.xml21(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/cinder-nexenta_iscsi.xml73(replaceable) msgid "admin" msgstr "admin" #: ./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) Keystone service account tenant name to validate user tokens" 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) Keystone account 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.xml41(replaceable) #: ./doc/common/tables/ceilometer-redis.xml21(replaceable) #: ./doc/common/tables/nova-vnc.xml33(replaceable) #: ./doc/common/tables/nova-vnc.xml37(replaceable) #: ./doc/common/tables/nova-spice.xml37(replaceable) #: ./doc/common/tables/nova-spice.xml41(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.xml132(replaceable) #: ./doc/common/tables/neutron-redis.xml21(replaceable) #: ./doc/common/tables/nova-redis.xml21(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.xml49(replaceable) #: ./doc/common/tables/neutron-nec.xml37(replaceable) #: ./doc/common/tables/neutron-opencontrail.xml21(replaceable) #: ./doc/common/tables/keystone-redis.xml21(replaceable) msgid "127.0.0.1" msgstr "127.0.0.1" #: ./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.xml45(replaceable) #: ./doc/common/tables/keystone-api.xml29(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml45(replaceable) #: ./doc/common/tables/neutron-auth_token.xml45(replaceable) #: ./doc/common/tables/heat-auth_token.xml45(replaceable) #: ./doc/common/tables/nova-auth_token.xml45(replaceable) #: ./doc/common/tables/cinder-auth_token.xml45(replaceable) #: ./doc/common/tables/keystone-auth_token.xml45(replaceable) msgid "35357" 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/ironic-auth_token.xml46(td) #: ./doc/common/tables/sahara-auth_token.xml46(td) #: ./doc/common/tables/heat-auth_token.xml46(td) #: ./doc/common/tables/nova-auth_token.xml46(td) #: ./doc/common/tables/cinder-auth_token.xml46(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.xml49(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml49(replaceable) #: ./doc/common/tables/neutron-auth_token.xml49(replaceable) #: ./doc/common/tables/heat-auth_token.xml49(replaceable) #: ./doc/common/tables/nova-auth_token.xml49(replaceable) #: ./doc/common/tables/cinder-auth_token.xml49(replaceable) #: ./doc/common/tables/keystone-auth_token.xml49(replaceable) msgid "https" msgstr "" #: ./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.xml50(td) #: ./doc/common/tables/nova-auth_token.xml50(td) #: ./doc/common/tables/cinder-auth_token.xml50(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.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.xml54(td) #: ./doc/common/tables/nova-auth_token.xml54(td) #: ./doc/common/tables/cinder-auth_token.xml54(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.xml58(td) #: ./doc/common/tables/ceilometer-auth_token.xml58(td) #: ./doc/common/tables/neutron-auth_token.xml58(td) #: ./doc/common/tables/ironic-auth_token.xml58(td) #: ./doc/common/tables/sahara-auth_token.xml58(td) #: ./doc/common/tables/heat-auth_token.xml58(td) #: ./doc/common/tables/nova-auth_token.xml58(td) #: ./doc/common/tables/cinder-auth_token.xml58(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.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.xml62(td) #: ./doc/common/tables/nova-auth_token.xml62(td) #: ./doc/common/tables/cinder-auth_token.xml62(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.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.xml66(td) #: ./doc/common/tables/nova-auth_token.xml66(td) #: ./doc/common/tables/cinder-auth_token.xml66(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.xml70(td) #: ./doc/common/tables/glance-auth_token.xml110(td) #: ./doc/common/tables/ceilometer-auth_token.xml70(td) #: ./doc/common/tables/ceilometer-auth_token.xml110(td) #: ./doc/common/tables/neutron-auth_token.xml70(td) #: ./doc/common/tables/neutron-auth_token.xml110(td) #: ./doc/common/tables/ironic-auth_token.xml70(td) #: ./doc/common/tables/ironic-auth_token.xml110(td) #: ./doc/common/tables/sahara-auth_token.xml70(td) #: ./doc/common/tables/sahara-auth_token.xml110(td) #: ./doc/common/tables/heat-auth_token.xml70(td) #: ./doc/common/tables/heat-auth_token.xml110(td) #: ./doc/common/tables/nova-auth_token.xml70(td) #: ./doc/common/tables/nova-auth_token.xml110(td) #: ./doc/common/tables/cinder-auth_token.xml70(td) #: ./doc/common/tables/cinder-auth_token.xml110(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 Keystone server requires client certificate" 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/heat-conf-changes.xml133(td) #: ./doc/common/tables/glance-conf-changes.xml77(td) #: ./doc/common/tables/neutron-conf-changes.xml469(td) #: ./doc/common/tables/keystone-conf-changes.xml81(td) #: ./doc/common/tables/ironic-auth_token.xml74(td) #: ./doc/common/tables/sahara-auth_token.xml74(td) #: ./doc/common/tables/heat-auth_token.xml74(td) #: ./doc/common/tables/nova-auth_token.xml74(td) #: ./doc/common/tables/trove-conf-changes.xml161(td) #: ./doc/common/tables/cinder-auth_token.xml74(td) #: ./doc/common/tables/keystone-auth_token.xml74(td) #: ./doc/common/tables/nova-conf-changes.xml173(td) #: ./doc/common/tables/trove-auth_token.xml74(td) #: ./doc/common/tables/cinder-conf-changes.xml509(td) msgid "" "(BoolOpt) If true, the revocation list will be checked for cached tokens. " "This requires that PKI tokens are configured on the Keystone server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml78(td) #: ./doc/common/tables/ceilometer-auth_token.xml78(td) #: ./doc/common/tables/neutron-auth_token.xml78(td) #: ./doc/common/tables/ironic-auth_token.xml78(td) #: ./doc/common/tables/sahara-auth_token.xml78(td) #: ./doc/common/tables/heat-auth_token.xml78(td) #: ./doc/common/tables/nova-auth_token.xml78(td) #: ./doc/common/tables/cinder-auth_token.xml78(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.xml81(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml81(replaceable) #: ./doc/common/tables/neutron-auth_token.xml81(replaceable) #: ./doc/common/tables/heat-auth_token.xml81(replaceable) #: ./doc/common/tables/nova-auth_token.xml81(replaceable) #: ./doc/common/tables/cinder-auth_token.xml81(replaceable) #: ./doc/common/tables/keystone-auth_token.xml81(replaceable) #: ./doc/common/tables/keystone-token.xml37(replaceable) msgid "permissive" 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.xml82(td) #: ./doc/common/tables/nova-auth_token.xml82(td) #: ./doc/common/tables/cinder-auth_token.xml82(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.xml85(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml85(replaceable) #: ./doc/common/tables/neutron-auth_token.xml85(replaceable) #: ./doc/common/tables/heat-auth_token.xml85(replaceable) #: ./doc/common/tables/nova-auth_token.xml85(replaceable) #: ./doc/common/tables/cinder-auth_token.xml85(replaceable) #: ./doc/common/tables/keystone-auth_token.xml85(replaceable) #: ./doc/common/tables/keystone-token.xml45(replaceable) msgid "md5" 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/heat-conf-changes.xml137(td) #: ./doc/common/tables/glance-conf-changes.xml81(td) #: ./doc/common/tables/neutron-conf-changes.xml473(td) #: ./doc/common/tables/keystone-conf-changes.xml85(td) #: ./doc/common/tables/ironic-auth_token.xml86(td) #: ./doc/common/tables/sahara-auth_token.xml86(td) #: ./doc/common/tables/heat-auth_token.xml86(td) #: ./doc/common/tables/nova-auth_token.xml86(td) #: ./doc/common/tables/trove-conf-changes.xml165(td) #: ./doc/common/tables/cinder-auth_token.xml86(td) #: ./doc/common/tables/keystone-auth_token.xml86(td) #: ./doc/common/tables/nova-conf-changes.xml177(td) #: ./doc/common/tables/trove-auth_token.xml86(td) #: ./doc/common/tables/cinder-conf-changes.xml513(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.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.xml90(td) #: ./doc/common/tables/nova-auth_token.xml90(td) #: ./doc/common/tables/cinder-auth_token.xml90(td) #: ./doc/common/tables/keystone-auth_token.xml90(td) #: ./doc/common/tables/trove-auth_token.xml90(td) msgid "" "(BoolOpt) Request timeout value for communicating with Identity API server." msgstr "" #: ./doc/common/tables/glance-auth_token.xml93(replaceable) #: ./doc/common/tables/cinder-fusionio.xml21(replaceable) #: ./doc/common/tables/ceilometer-auth_token.xml93(replaceable) #: ./doc/common/tables/nova-policy.xml37(replaceable) #: ./doc/common/tables/cinder-scheduler.xml45(replaceable) #: ./doc/common/tables/neutron-auth_token.xml93(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/neutron-vmware.xml68(replaceable) #: ./doc/common/tables/cinder-storage.xml89(replaceable) #: ./doc/common/tables/cinder-storage.xml93(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.xml69(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml81(replaceable) #: ./doc/common/tables/keystone-ldap.xml117(replaceable) #: ./doc/common/tables/heat-auth_token.xml93(replaceable) #: ./doc/common/tables/nova-auth_token.xml93(replaceable) #: ./doc/common/tables/cinder-storage_nfs.xml21(replaceable) #: ./doc/common/tables/cinder-common.xml77(replaceable) #: ./doc/common/tables/cinder-auth_token.xml93(replaceable) #: ./doc/common/tables/keystone-auth_token.xml93(replaceable) #: ./doc/common/tables/nova-network.xml77(replaceable) #: ./doc/common/tables/nova-network.xml225(replaceable) #: ./doc/common/tables/cinder-storpool.xml21(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml41(replaceable) #: ./doc/common/tables/nova-quota.xml69(replaceable) #: ./doc/common/tables/neutron-nec.xml21(replaceable) #: ./doc/common/tables/glance-cinder.xml37(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/keystone-memcache.xml25(replaceable) msgid "3" msgstr "3" #: ./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.xml94(td) #: ./doc/common/tables/nova-auth_token.xml94(td) #: ./doc/common/tables/cinder-auth_token.xml94(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.xml98(td) #: ./doc/common/tables/ceilometer-auth_token.xml98(td) #: ./doc/common/tables/neutron-auth_token.xml98(td) #: ./doc/common/tables/heat-conf-changes.xml141(td) #: ./doc/common/tables/glance-conf-changes.xml85(td) #: ./doc/common/tables/neutron-conf-changes.xml477(td) #: ./doc/common/tables/keystone-conf-changes.xml89(td) #: ./doc/common/tables/ironic-auth_token.xml98(td) #: ./doc/common/tables/sahara-auth_token.xml98(td) #: ./doc/common/tables/heat-auth_token.xml98(td) #: ./doc/common/tables/nova-auth_token.xml98(td) #: ./doc/common/tables/trove-conf-changes.xml169(td) #: ./doc/common/tables/cinder-auth_token.xml98(td) #: ./doc/common/tables/keystone-auth_token.xml98(td) #: ./doc/common/tables/nova-conf-changes.xml181(td) #: ./doc/common/tables/trove-auth_token.xml98(td) #: ./doc/common/tables/cinder-conf-changes.xml517(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.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.xml102(td) #: ./doc/common/tables/nova-auth_token.xml102(td) #: ./doc/common/tables/cinder-auth_token.xml102(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.xml106(td) #: ./doc/common/tables/ceilometer-auth_token.xml106(td) #: ./doc/common/tables/neutron-auth_token.xml106(td) #: ./doc/common/tables/nova-volumes.xml69(td) #: ./doc/common/tables/ironic-auth_token.xml106(td) #: ./doc/common/tables/sahara-auth_token.xml106(td) #: ./doc/common/tables/heat-auth_token.xml106(td) #: ./doc/common/tables/nova-auth_token.xml106(td) #: ./doc/common/tables/cinder-auth_token.xml106(td) #: ./doc/common/tables/keystone-auth_token.xml106(td) #: ./doc/common/tables/trove-auth_token.xml106(td) msgid "(BoolOpt) Verify HTTPS connections." 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/ironic-auth_token.xml134(td) #: ./doc/common/tables/sahara-auth_token.xml114(td) #: ./doc/common/tables/heat-auth_token.xml114(td) #: ./doc/common/tables/nova-auth_token.xml114(td) #: ./doc/common/tables/cinder-auth_token.xml114(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.xml118(td) #: ./doc/common/tables/ceilometer-auth_token.xml118(td) #: ./doc/common/tables/neutron-auth_token.xml118(td) #: ./doc/common/tables/ironic-auth_token.xml138(td) #: ./doc/common/tables/sahara-auth_token.xml118(td) #: ./doc/common/tables/heat-auth_token.xml118(td) #: ./doc/common/tables/nova-auth_token.xml118(td) #: ./doc/common/tables/cinder-auth_token.xml118(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.xml122(td) #: ./doc/common/tables/ceilometer-auth_token.xml122(td) #: ./doc/common/tables/neutron-auth_token.xml122(td) #: ./doc/common/tables/ironic-auth_token.xml150(td) #: ./doc/common/tables/sahara-auth_token.xml122(td) #: ./doc/common/tables/heat-auth_token.xml122(td) #: ./doc/common/tables/nova-auth_token.xml122(td) #: ./doc/common/tables/cinder-auth_token.xml122(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.xml126(td) #: ./doc/common/tables/ceilometer-auth_token.xml126(td) #: ./doc/common/tables/neutron-auth_token.xml126(td) #: ./doc/common/tables/ironic-auth_token.xml154(td) #: ./doc/common/tables/sahara-auth_token.xml126(td) #: ./doc/common/tables/heat-auth_token.xml126(td) #: ./doc/common/tables/nova-auth_token.xml126(td) #: ./doc/common/tables/cinder-auth_token.xml126(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.xml130(td) #: ./doc/common/tables/ceilometer-auth_token.xml130(td) #: ./doc/common/tables/neutron-auth_token.xml130(td) #: ./doc/common/tables/ironic-auth_token.xml158(td) #: ./doc/common/tables/sahara-auth_token.xml130(td) #: ./doc/common/tables/heat-auth_token.xml130(td) #: ./doc/common/tables/nova-auth_token.xml130(td) #: ./doc/common/tables/cinder-auth_token.xml130(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/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 "" #: ./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) 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 "" #: ./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/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.xml57(replaceable) #: ./doc/common/tables/cinder-netapp_cdot_nfs.xml57(replaceable) msgid "http" msgstr "" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml205(td) msgid "(StrOpt) Nimble Controller pool name" msgstr "" #: ./doc/common/tables/cinder-nimble.xml25(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) msgid "*" msgstr "" #: ./doc/common/tables/cinder-nimble.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml209(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/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/cinder-testing.xml22(td) #: ./doc/common/tables/heat-testing.xml22(td) #: ./doc/common/tables/neutron-testing.xml22(td) #: ./doc/common/tables/ceilometer-testing.xml22(td) #: ./doc/common/tables/glance-testing.xml22(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(literal) #: ./doc/common/tables/swift-container-server-container-auditor.xml8(literal) #: ./doc/common/tables/swift-container-server-filter-recon.xml8(literal) #: ./doc/common/tables/swift-container-server-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-container-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml8(literal) #: ./doc/common/tables/swift-container-server-container-updater.xml8(literal) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-container-server-app-container-server.xml8(literal) #: ./doc/common/tables/swift-container-server-container-replicator.xml8(literal) 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.xml20(td) msgid "container_time = 60" 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.xml24(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml32(td) #: ./doc/common/tables/swift-container-server-container-updater.xml33(td) #: ./doc/common/tables/swift-object-server-object-updater.xml24(td) msgid "interval = 300" 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(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml28(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml20(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml60(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml40(td) #: ./doc/common/tables/swift-container-server-container-updater.xml37(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml44(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml20(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml36(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml32(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml28(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml28(td) #: ./doc/common/tables/swift-object-server-object-updater.xml28(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml36(td) msgid "log_address = /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.xml33(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(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml32(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml28(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml44(td) #: ./doc/common/tables/swift-container-server-container-updater.xml41(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml48(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml28(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml40(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml36(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml32(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml32(td) #: ./doc/common/tables/swift-object-server-object-updater.xml32(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml40(td) msgid "log_facility = 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.xml37(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 "Syslog ログファシリティ" #: ./doc/common/tables/swift-container-server-container-sync.xml36(td) #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml92(td) #: ./doc/common/tables/swift-container-server-container-auditor.xml36(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml32(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml72(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml48(td) #: ./doc/common/tables/swift-container-server-container-updater.xml45(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml52(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml32(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml40(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml36(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml40(td) #: ./doc/common/tables/swift-object-server-object-updater.xml36(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml44(td) msgid "log_level = 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(td) msgid "log_name = 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(td) msgid "sync_proxy = 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.xml21(td) msgid "action_timeout = 10" 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.xml25(td) msgid "max_retry = 3" msgstr "" #: ./doc/common/tables/ironic-seamicro.xml26(td) msgid "(IntOpt) Maximum retries for SeaMicro operations" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-slo.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml8(literal) #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-account-quotas.xml8(literal) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-container-quotas.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-name_check.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-staticweb.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml8(literal) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml8(literal) msgid "proxy-server.conf" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml20(td) msgid "admin_key = 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(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml20(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml20(td) #: ./doc/common/tables/trove-debug.xml25(td) msgid "backlog = 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(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml28(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml24(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml24(td) msgid "bind_ip = 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 "サーバーがバインドする IP アドレス" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml32(td) msgid "bind_port = 8080" msgstr "" #: ./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.xml36(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml36(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml32(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml32(td) msgid "bind_timeout = 30" 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(td) msgid "cert_file = /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.xml44(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml36(td) #: ./doc/common/tables/ironic-ilo.xml25(td) msgid "client_timeout = 60" 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.xml48(td) msgid "cors_allow_origin =" 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(td) msgid "" "disallowed_sections = 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/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-proxy-server-app-proxy-server.xml141(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml145(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-proxy-server-filter-keystoneauth.xml21(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml25(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml29(td) #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml33(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.xml65(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-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-proxy-server-filter-authtoken.xml53(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml57(td) #: ./doc/common/tables/swift-object-server-pipeline-main.xml21(td) #: ./doc/common/tables/swift-memcache-memcache.xml25(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.xml53(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(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml56(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml48(td) msgid "eventlet_debug = 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(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml28(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml60(td) msgid "expiring_objects_account_name = expiring_objects" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml64(td) msgid "expiring_objects_container_divisor = 86400" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml68(td) msgid "expose_info = 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(td) msgid "key_file = /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.xml80(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml24(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml64(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml24(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml60(td) msgid "log_custom_handlers =" 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.xml88(td) msgid "log_headers = false" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml96(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml76(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml88(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml36(td) #: ./doc/common/tables/swift-drive-audit-drive-audit.xml44(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml72(td) msgid "log_max_line_length = 0" 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(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml36(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml80(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml92(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml40(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml76(td) msgid "log_name = swift" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml104(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml40(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml84(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml96(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml44(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml80(td) msgid "log_statsd_default_sample_rate = 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(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml45(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml89(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml101(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml49(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml85(td) msgid "log_statsd_host = 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.xml113(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml49(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml93(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml105(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml53(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml89(td) msgid "log_statsd_metric_prefix =" 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(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml53(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml97(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml109(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml57(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml93(td) msgid "log_statsd_port = 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.xml121(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml57(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml101(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml113(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml61(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml97(td) msgid "log_statsd_sample_rate_factor = 1.0" 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.xml127(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml63(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml107(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml119(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml67(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml103(td) msgid "log_udp_host =" 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(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml67(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml111(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml123(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml71(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml107(td) msgid "log_udp_port = 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(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml115(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml127(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml111(td) msgid "max_clients = 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.xml146(td) msgid "strict_cors_mode = True" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml71(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml130(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml150(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml75(td) #: ./doc/common/tables/swift-dispersion-dispersion.xml76(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml126(td) msgid "swift_dir = /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 "Swift 設定ディレクトリー" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml154(td) msgid "trans_id_suffix =" msgstr "" #: ./doc/common/tables/swift-proxy-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml75(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml134(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml154(td) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml79(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml130(td) msgid "user = swift" msgstr "user = swift" #: ./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(td) #: ./doc/common/tables/swift-container-server-DEFAULT.xml138(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml158(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml134(td) msgid "workers = 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/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) msgid "(StrOpt) Connection protocol should be FC." msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml26(td) msgid "(BoolOpt) Allows vdisk to multi host mapping." msgstr "" #: ./doc/common/tables/cinder-flashsystem.xml30(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/ironic-amqp.xml22(td) #: ./doc/common/tables/heat-amqp.xml22(td) #: ./doc/common/tables/keystone-amqp.xml22(td) #: ./doc/common/tables/cinder-amqp.xml22(td) #: ./doc/common/tables/glance-amqp.xml22(td) #: ./doc/common/tables/nova-amqp.xml22(td) #: ./doc/common/tables/ceilometer-amqp.xml22(td) msgid "(BoolOpt) Auto-delete queues in AMQP." msgstr "" #: ./doc/common/tables/neutron-amqp.xml26(td) #: ./doc/common/tables/ironic-amqp.xml26(td) #: ./doc/common/tables/heat-amqp.xml26(td) #: ./doc/common/tables/keystone-amqp.xml26(td) #: ./doc/common/tables/cinder-amqp.xml26(td) #: ./doc/common/tables/glance-amqp.xml26(td) #: ./doc/common/tables/nova-amqp.xml26(td) #: ./doc/common/tables/ceilometer-amqp.xml26(td) msgid "(BoolOpt) Use durable queues in AMQP." msgstr "" #: ./doc/common/tables/neutron-amqp.xml29(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml794(td) #: ./doc/common/tables/ceilometer-exchange.xml45(replaceable) msgid "neutron" msgstr "neutron" #: ./doc/common/tables/neutron-amqp.xml30(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.xml30(td) #: ./doc/common/tables/nova-amqp.xml30(td) #: ./doc/common/tables/ceilometer-amqp.xml30(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/heat-amqp.xml45(replaceable) #: ./doc/common/tables/keystone-amqp.xml37(replaceable) #: ./doc/common/tables/cinder-amqp.xml33(replaceable) #: ./doc/common/tables/nova-pci.xml21(replaceable) #: ./doc/common/tables/nova-pci.xml25(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml56(replaceable) #: ./doc/common/tables/nova-network.xml65(replaceable) #: ./doc/common/tables/nova-network.xml117(replaceable) #: ./doc/common/tables/glance-amqp.xml37(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.xml33(replaceable) msgid "[]" msgstr "" #: ./doc/common/tables/neutron-amqp.xml34(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.xml38(td) #: ./doc/common/tables/nova-amqp.xml38(td) #: ./doc/common/tables/ceilometer-amqp.xml34(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications." msgstr "" #: ./doc/common/tables/neutron-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/glance-amqp.xml41(replaceable) #: ./doc/common/tables/nova-amqp.xml41(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml37(replaceable) msgid "notifications" msgstr "" #: ./doc/common/tables/neutron-amqp.xml38(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.xml42(td) #: ./doc/common/tables/nova-amqp.xml42(td) #: ./doc/common/tables/ceilometer-amqp.xml38(td) msgid "(ListOpt) AMQP topic used for OpenStack notifications." msgstr "" #: ./doc/common/tables/neutron-amqp.xml42(td) #: ./doc/common/tables/heat-conf-changes.xml65(td) #: ./doc/common/tables/ironic-amqp.xml42(td) #: ./doc/common/tables/neutron-conf-changes.xml181(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/glance-amqp.xml46(td) #: ./doc/common/tables/nova-amqp.xml46(td) #: ./doc/common/tables/ceilometer-amqp.xml42(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/glance-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/heat-qpid.xml22(td) #: ./doc/common/tables/ironic-qpid.xml22(td) #: ./doc/common/tables/nova-qpid.xml22(td) #: ./doc/common/tables/glance-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.xml22(td) msgid "(IntOpt) Seconds between connection keepalive heartbeats." msgstr "" #: ./doc/common/tables/cinder-qpid.xml25(replaceable) #: ./doc/common/tables/ceilometer-common.xml21(replaceable) #: ./doc/common/tables/heat-common.xml37(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/glance-rabbitmq.xml45(replaceable) #: ./doc/common/tables/cinder-zeromq.xml29(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml45(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml29(replaceable) #: ./doc/common/tables/neutron-zeromq.xml29(replaceable) #: ./doc/common/tables/cinder-common.xml45(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/glance-qpid.xml25(replaceable) #: ./doc/common/tables/nova-console.xml21(replaceable) #: ./doc/common/tables/neutron-qpid.xml25(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml137(replaceable) #: ./doc/common/tables/keystone-qpid.xml25(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml25(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml45(replaceable) msgid "localhost" msgstr "localhost" #: ./doc/common/tables/cinder-qpid.xml26(td) #: ./doc/common/tables/heat-qpid.xml26(td) #: ./doc/common/tables/ironic-qpid.xml26(td) #: ./doc/common/tables/nova-qpid.xml26(td) #: ./doc/common/tables/glance-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.xml26(td) msgid "(StrOpt) Qpid broker hostname." msgstr "" #: ./doc/common/tables/cinder-qpid.xml29(replaceable) #: ./doc/common/tables/heat-qpid.xml29(replaceable) #: ./doc/common/tables/nova-qpid.xml29(replaceable) #: ./doc/common/tables/glance-qpid.xml29(replaceable) #: ./doc/common/tables/neutron-qpid.xml29(replaceable) #: ./doc/common/tables/keystone-qpid.xml29(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml29(replaceable) msgid "$qpid_hostname:$qpid_port" msgstr "" #: ./doc/common/tables/cinder-qpid.xml30(td) #: ./doc/common/tables/heat-qpid.xml30(td) #: ./doc/common/tables/ironic-qpid.xml30(td) #: ./doc/common/tables/nova-qpid.xml30(td) #: ./doc/common/tables/glance-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.xml30(td) msgid "(ListOpt) Qpid HA cluster host:port pairs." msgstr "" #: ./doc/common/tables/cinder-qpid.xml34(td) #: ./doc/common/tables/heat-qpid.xml34(td) #: ./doc/common/tables/ironic-qpid.xml34(td) #: ./doc/common/tables/nova-qpid.xml34(td) #: ./doc/common/tables/glance-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.xml34(td) msgid "(StrOpt) Password for Qpid connection." msgstr "" #: ./doc/common/tables/cinder-qpid.xml37(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/glance-rabbitmq.xml65(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml65(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml65(replaceable) #: ./doc/common/tables/nova-qpid.xml37(replaceable) #: ./doc/common/tables/glance-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.xml37(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml65(replaceable) msgid "5672" msgstr "5672" #: ./doc/common/tables/cinder-qpid.xml38(td) #: ./doc/common/tables/heat-qpid.xml38(td) #: ./doc/common/tables/ironic-qpid.xml38(td) #: ./doc/common/tables/nova-qpid.xml38(td) #: ./doc/common/tables/glance-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.xml38(td) msgid "(IntOpt) Qpid broker port." msgstr "" #: ./doc/common/tables/cinder-qpid.xml41(replaceable) #: ./doc/common/tables/heat-qpid.xml41(replaceable) #: ./doc/common/tables/nova-qpid.xml41(replaceable) #: ./doc/common/tables/glance-qpid.xml41(replaceable) #: ./doc/common/tables/neutron-qpid.xml41(replaceable) #: ./doc/common/tables/keystone-qpid.xml41(replaceable) #: ./doc/common/tables/ceilometer-qpid.xml41(replaceable) msgid "tcp" msgstr "" #: ./doc/common/tables/cinder-qpid.xml42(td) #: ./doc/common/tables/heat-qpid.xml42(td) #: ./doc/common/tables/ironic-qpid.xml42(td) #: ./doc/common/tables/nova-qpid.xml42(td) #: ./doc/common/tables/glance-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.xml42(td) msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'." msgstr "" #: ./doc/common/tables/cinder-qpid.xml46(td) #: ./doc/common/tables/heat-qpid.xml46(td) #: ./doc/common/tables/heat-conf-changes.xml49(td) #: ./doc/common/tables/neutron-conf-changes.xml145(td) #: ./doc/common/tables/ironic-qpid.xml46(td) #: ./doc/common/tables/nova-qpid.xml46(td) #: ./doc/common/tables/glance-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.xml46(td) msgid "(IntOpt) The number of prefetched messages held by receiver." msgstr "" #: ./doc/common/tables/cinder-qpid.xml50(td) #: ./doc/common/tables/heat-qpid.xml50(td) #: ./doc/common/tables/ironic-qpid.xml50(td) #: ./doc/common/tables/nova-qpid.xml50(td) #: ./doc/common/tables/glance-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.xml50(td) msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth." msgstr "" #: ./doc/common/tables/cinder-qpid.xml54(td) #: ./doc/common/tables/heat-qpid.xml54(td) #: ./doc/common/tables/ironic-qpid.xml54(td) #: ./doc/common/tables/nova-qpid.xml54(td) #: ./doc/common/tables/glance-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.xml54(td) msgid "(BoolOpt) Whether to disable the Nagle algorithm." msgstr "" #: ./doc/common/tables/cinder-qpid.xml58(td) #: ./doc/common/tables/heat-qpid.xml58(td) #: ./doc/common/tables/ironic-qpid.xml58(td) #: ./doc/common/tables/nova-qpid.xml58(td) #: ./doc/common/tables/glance-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.xml58(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/heat-qpid.xml62(td) #: ./doc/common/tables/ironic-qpid.xml62(td) #: ./doc/common/tables/nova-qpid.xml62(td) #: ./doc/common/tables/glance-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.xml62(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 "" #: ./doc/common/tables/cinder-zoning_fabric.xml22(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml425(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) #: ./doc/common/tables/cinder-conf-changes.xml429(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.xml45(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) #: ./doc/common/tables/cinder-conf-changes.xml433(td) msgid "(IntOpt) Connecting port" msgstr "" #: ./doc/common/tables/cinder-zoning_fabric.xml34(td) #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml437(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) #: ./doc/common/tables/cinder-conf-changes.xml441(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) #: ./doc/common/tables/cinder-conf-changes.xml445(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) #: ./doc/common/tables/cinder-conf-changes.xml449(td) msgid "(StrOpt) overridden zoning policy" msgstr "" #: ./doc/common/tables/ceilometer-redis.xml29(replaceable) #: ./doc/common/tables/neutron-redis.xml29(replaceable) #: ./doc/common/tables/nova-redis.xml29(replaceable) #: ./doc/common/tables/cinder-redis.xml29(replaceable) #: ./doc/common/tables/glance-redis.xml29(replaceable) #: ./doc/common/tables/heat-redis.xml29(replaceable) #: ./doc/common/tables/keystone-redis.xml29(replaceable) msgid "6379" msgstr "" #: ./doc/common/tables/ceilometer-redis.xml36(replaceable) #: ./doc/common/tables/neutron-redis.xml36(replaceable) #: ./doc/common/tables/nova-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/keystone-redis.xml36(replaceable) msgid "/etc/oslo/matchmaker_ring.json" 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) #: ./doc/common/tables/cinder-conf-changes.xml257(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.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.xml29(replaceable) #: ./doc/common/tables/nova-xen.xml83(replaceable) #: ./doc/common/tables/nova-zookeeper.xml33(replaceable) #: ./doc/common/tables/nova-compute.xml97(replaceable) #: ./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.xml80(replaceable) #: ./doc/common/tables/heat-api.xml21(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml159(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml37(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml159(replaceable) #: ./doc/common/tables/nova-network.xml33(replaceable) #: ./doc/common/tables/neutron-dhcp_agent.xml45(replaceable) #: ./doc/common/tables/cinder-eqlx.xml29(replaceable) #: ./doc/common/tables/nova-ec2.xml73(replaceable) #: ./doc/common/tables/nova-quota.xml53(replaceable) #: ./doc/common/tables/cinder-san.xml61(replaceable) #: ./doc/common/tables/keystone-kvs.xml29(replaceable) #: ./doc/common/tables/nova-hyperv.xml45(replaceable) #: ./doc/common/tables/neutron-common.xml161(replaceable) #: ./doc/common/tables/neutron-common.xml165(replaceable) #: ./doc/common/tables/neutron-common.xml177(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml567(td) #: ./doc/common/tables/cinder-conf-changes.xml577(td) msgid "5" msgstr "5" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml261(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.xml41(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.xml49(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.xml69(replaceable) #: ./doc/common/tables/cinder-vmware.xml49(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml568(td) msgid "0.5" msgstr "0.5" #: ./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 "" #: ./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) #: ./doc/common/tables/neutron-cisco.xml190(td) msgid "(BoolOpt) Distribute SVI interfaces over all switches" msgstr "" #: ./doc/common/tables/neutron-cisco.xml45(replaceable) #: ./doc/common/tables/neutron-cisco.xml193(replaceable) msgid "q-" msgstr "" #: ./doc/common/tables/neutron-cisco.xml46(td) #: ./doc/common/tables/neutron-cisco.xml194(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 "" #: ./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 "" #: ./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) #: ./doc/common/tables/neutron-conf-changes.xml205(td) msgid "(IntOpt) Number of threads to use to make HTTP requests" msgstr "" #: ./doc/common/tables/neutron-cisco.xml72(replaceable) #: ./doc/common/tables/nova-ec2.xml77(replaceable) #: ./doc/common/tables/nova-ec2.xml81(replaceable) msgid "15" msgstr "15" #: ./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 "" #: ./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) #: ./doc/common/tables/neutron-conf-changes.xml209(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 "local" #: ./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) #: ./doc/common/tables/neutron-conf-changes.xml397(td) msgid "" "(IntOpt) Time in seconds between renewed scheduling attempts of non-" "scheduled routers." msgstr "" #: ./doc/common/tables/neutron-cisco.xml120(td) #: ./doc/common/tables/neutron-conf-changes.xml401(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 "" #: ./doc/common/tables/neutron-cisco.xml124(td) #: ./doc/common/tables/neutron-conf-changes.xml405(td) msgid "" "(StrOpt) Default security group applied on management port. Default value is" " mgmt_sec_grp." msgstr "" #: ./doc/common/tables/neutron-cisco.xml128(td) #: ./doc/common/tables/neutron-conf-changes.xml409(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) #: ./doc/common/tables/neutron-conf-changes.xml413(td) msgid "(StrOpt) Name of the L3 admin tenant." msgstr "" #: ./doc/common/tables/neutron-cisco.xml135(replaceable) msgid "osn_mgmt_nw" msgstr "" #: ./doc/common/tables/neutron-cisco.xml136(td) #: ./doc/common/tables/neutron-conf-changes.xml417(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 "" #: ./doc/common/tables/neutron-cisco.xml140(td) #: ./doc/common/tables/neutron-conf-changes.xml421(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) #: ./doc/common/tables/neutron-conf-changes.xml425(td) msgid "(StrOpt) Path to templates for hosting devices." msgstr "" #: ./doc/common/tables/neutron-cisco.xml147(th) msgid "[hosting_devices]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml150(replaceable) msgid "420" msgstr "" #: ./doc/common/tables/neutron-cisco.xml151(td) #: ./doc/common/tables/neutron-conf-changes.xml433(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 "" #: ./doc/common/tables/neutron-cisco.xml155(td) #: ./doc/common/tables/neutron-conf-changes.xml437(td) msgid "(StrOpt) Config agent driver for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml158(replaceable) msgid "csr1kv_cfg_template" msgstr "" #: ./doc/common/tables/neutron-cisco.xml159(td) #: ./doc/common/tables/neutron-conf-changes.xml441(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 "" #: ./doc/common/tables/neutron-cisco.xml163(td) #: ./doc/common/tables/neutron-conf-changes.xml445(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) #: ./doc/common/tables/neutron-conf-changes.xml449(td) msgid "(StrOpt) UUID of Nova flavor for CSR1kv." msgstr "" #: ./doc/common/tables/neutron-cisco.xml170(replaceable) msgid "csr1kv_openstack_img" msgstr "" #: ./doc/common/tables/neutron-cisco.xml171(td) #: ./doc/common/tables/neutron-conf-changes.xml453(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) #: ./doc/common/tables/neutron-conf-changes.xml457(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 "" #: ./doc/common/tables/neutron-cisco.xml179(td) #: ./doc/common/tables/neutron-conf-changes.xml461(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) #: ./doc/common/tables/neutron-conf-changes.xml465(td) msgid "(StrOpt) Username to use for CSR1kv configurations." msgstr "" #: ./doc/common/tables/neutron-cisco.xml186(th) #: ./doc/common/tables/neutron-ml2_cisco.xml25(th) msgid "[ml2_cisco]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml197(th) msgid "[n1kv]" msgstr "" #: ./doc/common/tables/neutron-cisco.xml200(replaceable) msgid "osn_mgmt_pp" msgstr "" #: ./doc/common/tables/neutron-cisco.xml201(td) #: ./doc/common/tables/neutron-conf-changes.xml641(td) msgid "(StrOpt) Name of N1kv port profile for management ports." msgstr "" #: ./doc/common/tables/neutron-cisco.xml204(replaceable) msgid "osn_t1_np" msgstr "" #: ./doc/common/tables/neutron-cisco.xml205(td) #: ./doc/common/tables/neutron-conf-changes.xml645(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.xml208(replaceable) msgid "osn_t1_pp" msgstr "" #: ./doc/common/tables/neutron-cisco.xml209(td) #: ./doc/common/tables/neutron-conf-changes.xml649(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.xml212(replaceable) msgid "osn_t2_np" msgstr "" #: ./doc/common/tables/neutron-cisco.xml213(td) #: ./doc/common/tables/neutron-conf-changes.xml653(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.xml216(replaceable) msgid "osn_t2_pp" msgstr "" #: ./doc/common/tables/neutron-cisco.xml217(td) #: ./doc/common/tables/neutron-conf-changes.xml657(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) #: ./doc/common/tables/ceilometer-testing.xml26(td) msgid "(BoolOpt) Whether to log monkey patching" msgstr "" #: ./doc/common/tables/nova-testing.xml37(replaceable) #: ./doc/common/tables/ceilometer-testing.xml29(replaceable) msgid "" "nova.api.ec2.cloud:nova.notifications.notify_decorator, " "nova.compute.api:nova.notifications.notify_decorator" msgstr "" #: ./doc/common/tables/nova-testing.xml38(td) #: ./doc/common/tables/cinder-common.xml66(td) #: ./doc/common/tables/ceilometer-testing.xml30(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.xml65(replaceable) #: ./doc/common/tables/nova-volumes.xml29(replaceable) #: ./doc/common/tables/nova-vpn.xml45(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) msgid "$my_ip" msgstr "" #: ./doc/common/tables/nova-metadata.xml22(td) msgid "(StrOpt) The IP address for the metadata API server" msgstr "" #: ./doc/common/tables/nova-metadata.xml25(replaceable) #: ./doc/common/tables/keystone-api.xml21(replaceable) #: ./doc/common/tables/keystone-api.xml77(replaceable) #: ./doc/common/tables/heat-cfn_api.xml36(replaceable) #: ./doc/common/tables/glance-registry.xml69(replaceable) #: ./doc/common/tables/ceilometer-api.xml56(replaceable) #: ./doc/common/tables/heat-api.xml130(replaceable) #: ./doc/common/tables/nova-s3.xml41(replaceable) #: ./doc/common/tables/cinder-api.xml73(replaceable) #: ./doc/common/tables/ceilometer-collector.xml32(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/nova-xvpnvncproxy.xml25(replaceable) #: ./doc/common/tables/neutron-common.xml65(replaceable) msgid "0.0.0.0" msgstr "0.0.0.0" #: ./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.xml136(replaceable) #: ./doc/common/tables/neutron-metadata.xml53(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 "" #: ./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 "" #: ./doc/common/tables/heat-clients_nova.xml34(td) #: ./doc/common/tables/heat-conf-changes.xml73(td) #: ./doc/common/tables/heat-conf-changes.xml97(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) #: ./doc/common/tables/cinder-conf-changes.xml185(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 "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml20(td) msgid "lookup_depth = 1" msgstr "" #: ./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.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml32(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml108(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml68(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml72(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml28(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml28(td) msgid "set log_address = /dev/log" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml36(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml112(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml72(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml76(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml32(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml32(td) msgid "set log_facility = LOG_LOCAL0" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cname_lookup.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml80(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml36(td) msgid "set log_headers = false" 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.xml41(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.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-cache.xml44(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml116(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml76(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml84(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml36(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml40(td) msgid "set log_level = INFO" 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.xml45(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(td) msgid "set log_name = 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.xml49(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(td) #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml48(td) msgid "storage_domain = 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(td) msgid "use = 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.xml37(td) #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml61(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/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/nova-ca.xml77(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) msgid "Description of scheduler configuration options" msgstr "" #: ./doc/common/tables/neutron-scheduler.xml22(td) #: ./doc/common/tables/neutron-conf-changes.xml113(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 "" #: ./doc/common/tables/neutron-scheduler.xml26(td) #: ./doc/common/tables/neutron-conf-changes.xml117(td) msgid "(StrOpt) Driver to use for scheduling network to DHCP agent" msgstr "" #: ./doc/common/tables/neutron-scheduler.xml30(td) #: ./doc/common/tables/neutron-conf-changes.xml157(td) msgid "(BoolOpt) Allow auto scheduling of routers to L3 agent." msgstr "" #: ./doc/common/tables/neutron-scheduler.xml34(td) #: ./doc/common/tables/neutron-conf-changes.xml161(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 "" #: ./doc/common/tables/neutron-scheduler.xml38(td) #: ./doc/common/tables/neutron-conf-changes.xml173(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.xml97(th) msgid "[glance_store]" msgstr "" #: ./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/glance-common.xml93(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) #: ./doc/common/tables/cinder-conf-changes.xml73(td) msgid "(IntOpt) number of retries for GET operations" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml77(td) msgid "(IntOpt) amount of time wait for iSCSI target to come online" msgstr "" #: ./doc/common/tables/cinder-fusionio.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml81(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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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) 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) 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.xml58(td) #: ./doc/common/tables/cinder-common.xml58(td) #: ./doc/common/tables/sahara-common.xml80(td) #: ./doc/common/tables/ironic-common.xml58(td) #: ./doc/common/tables/glance-common.xml66(td) #: ./doc/common/tables/neutron-common.xml174(td) msgid "(ListOpt) Memcached servers or None for in process cache." msgstr "" #: ./doc/common/tables/ceilometer-common.xml34(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) msgid "" "(MultiChoicesOpt) Polling namespace(s) to be used while resource polling" msgstr "" #: ./doc/common/tables/ceilometer-common.xml42(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.xml49(th) msgid "[compute]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml53(td) msgid "" "(BoolOpt) Enable work-load partitioning, allowing multiple compute agents to" " be run simultaneously." msgstr "" #: ./doc/common/tables/ceilometer-common.xml56(th) msgid "[coordination]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml60(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.xml63(replaceable) #: ./doc/common/tables/nova-scheduler.xml132(replaceable) #: ./doc/common/tables/ceilometer-cells.xml53(replaceable) #: ./doc/common/tables/nova-cells.xml85(replaceable) msgid "10.0" msgstr "" #: ./doc/common/tables/ceilometer-common.xml64(td) msgid "" "(FloatOpt) Number of seconds between checks to see if group membership has " "changed" msgstr "" #: ./doc/common/tables/ceilometer-common.xml67(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/glance-rabbitmq.xml21(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml21(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-conf-changes.xml397(td) #: ./doc/common/tables/neutron-rabbitmq.xml21(replaceable) #: ./doc/common/tables/nova-hyperv.xml21(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml21(replaceable) msgid "1.0" msgstr "1.0" #: ./doc/common/tables/ceilometer-common.xml68(td) msgid "" "(FloatOpt) Number of seconds between heartbeats for distributed " "coordination." msgstr "" #: ./doc/common/tables/ceilometer-common.xml75(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.xml85(td) #: ./doc/common/tables/ironic-auth_token.xml146(td) #: ./doc/common/tables/cinder-common.xml189(td) #: ./doc/common/tables/sahara-common.xml159(td) #: ./doc/common/tables/glance-common.xml119(td) #: ./doc/common/tables/neutron-common.xml242(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.xml78(th) msgid "[polling]" msgstr "" #: ./doc/common/tables/ceilometer-common.xml82(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) #: ./doc/common/tables/cinder-conf-changes.xml241(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 "" #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-app-proxy-server.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml8(literal) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml8(literal) msgid "container-reconciler.conf" msgstr "" #: ./doc/common/tables/swift-container-reconciler-filter-catch_errors.xml20(td) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml40(td) msgid "use = egg:swift#catch_errors" msgstr "" #: ./doc/common/tables/cinder-database.xml22(td) msgid "(StrOpt) The backend to use for db" msgstr "" #: ./doc/common/tables/cinder-database.xml25(replaceable) msgid "cinder.db" msgstr "" #: ./doc/common/tables/cinder-database.xml26(td) msgid "(StrOpt) Driver to use for database access" msgstr "" #: ./doc/common/tables/cinder-database.xml113(td) #: ./doc/common/tables/nova-conf-changes.xml85(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/keystone-conf-changes.xml332(td) #: ./doc/common/tables/cinder-logging.xml25(replaceable) #: ./doc/common/tables/glance-logging.xml25(replaceable) #: ./doc/common/tables/nova-conf-changes.xml324(td) #: ./doc/common/tables/keystone-logging.xml25(replaceable) #: ./doc/common/tables/heat-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.xml34(td) #: ./doc/common/tables/nova-logging.xml34(td) msgid "(BoolOpt) Make exception message format errors fatal" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml37(replaceable) #: ./doc/common/tables/ceilometer-logging.xml41(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/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/nova-logging.xml37(replaceable) #: ./doc/common/tables/nova-logging.xml41(replaceable) msgid "\"[instance: %(uuid)s] \"" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml38(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.xml42(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.xml46(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.xml49(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/keystone-logging.xml45(replaceable) #: ./doc/common/tables/heat-logging.xml45(replaceable) #: ./doc/common/tables/nova-logging.xml49(replaceable) msgid "%Y-%m-%d %H:%M:%S" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml50(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.xml54(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.xml58(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.xml62(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.xml65(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/nova-conf-changes.xml334(td) #: ./doc/common/tables/keystone-logging.xml61(replaceable) #: ./doc/common/tables/heat-logging.xml61(replaceable) #: ./doc/common/tables/nova-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 "" #: ./doc/common/tables/ceilometer-logging.xml66(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.xml69(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/keystone-logging.xml65(replaceable) #: ./doc/common/tables/heat-logging.xml65(replaceable) #: ./doc/common/tables/nova-logging.xml69(replaceable) msgid "%(funcName)s %(pathname)s:%(lineno)d" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml70(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.xml73(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/keystone-logging.xml69(replaceable) #: ./doc/common/tables/heat-logging.xml69(replaceable) #: ./doc/common/tables/nova-logging.xml73(replaceable) msgid "" "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] " "%(instance)s%(message)s" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml74(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.xml77(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/keystone-logging.xml73(replaceable) #: ./doc/common/tables/heat-logging.xml73(replaceable) #: ./doc/common/tables/nova-logging.xml77(replaceable) msgid "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml78(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.xml82(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.xml85(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/keystone-logging.xml81(replaceable) #: ./doc/common/tables/heat-logging.xml81(replaceable) #: ./doc/common/tables/nova-logging.xml85(replaceable) msgid "LOG_USER" msgstr "" #: ./doc/common/tables/ceilometer-logging.xml86(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.xml90(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.xml94(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.xml98(td) #: ./doc/common/tables/neutron-logging.xml98(td) #: ./doc/common/tables/heat-conf-changes.xml69(td) #: ./doc/common/tables/neutron-conf-changes.xml185(td) #: ./doc/common/tables/cinder-logging.xml98(td) #: ./doc/common/tables/trove-conf-changes.xml105(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.xml102(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) 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 "" #: ./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) 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.xml21(td) #: ./doc/common/tables/trove-zeromq.xml21(td) #: ./doc/common/tables/ironic-zeromq.xml21(td) msgid "rpc_zmq_bind_address = *" 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.xml25(td) #: ./doc/common/tables/trove-zeromq.xml25(td) #: ./doc/common/tables/ironic-zeromq.xml25(td) msgid "rpc_zmq_contexts = 1" 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/ironic-zeromq.xml26(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml29(td) #: ./doc/common/tables/trove-zeromq.xml29(td) #: ./doc/common/tables/ironic-zeromq.xml29(td) msgid "rpc_zmq_host = localhost" 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(td) #: ./doc/common/tables/trove-zeromq.xml33(td) #: ./doc/common/tables/ironic-zeromq.xml33(td) msgid "rpc_zmq_ipc_dir = /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/ironic-zeromq.xml34(td) msgid "(StrOpt) Directory for holding IPC sockets." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml37(td) #: ./doc/common/tables/ironic-zeromq.xml37(td) msgid "" "rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" msgstr "" #: ./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/ironic-zeromq.xml38(td) msgid "(StrOpt) MatchMaker driver." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml41(td) #: ./doc/common/tables/trove-zeromq.xml41(td) #: ./doc/common/tables/ironic-zeromq.xml41(td) msgid "rpc_zmq_port = 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/ironic-zeromq.xml42(td) msgid "(IntOpt) ZeroMQ receiver listening port." msgstr "" #: ./doc/common/tables/sahara-zeromq.xml45(td) #: ./doc/common/tables/trove-zeromq.xml45(td) #: ./doc/common/tables/ironic-zeromq.xml45(td) msgid "rpc_zmq_topic_backlog = None" 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/glance-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.xml21(td) #: ./doc/common/tables/sahara-rabbitmq.xml21(td) msgid "kombu_reconnect_delay = 1.0" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml22(td) #: ./doc/common/tables/nova-rabbitmq.xml22(td) #: ./doc/common/tables/cinder-rabbitmq.xml22(td) #: ./doc/common/tables/heat-conf-changes.xml37(td) #: ./doc/common/tables/neutron-conf-changes.xml81(td) #: ./doc/common/tables/glance-rabbitmq.xml22(td) #: ./doc/common/tables/heat-rabbitmq.xml22(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.xml22(td) msgid "" "(FloatOpt) How long to wait before reconnecting in response to an AMQP " "consumer cancel notification." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml25(td) #: ./doc/common/tables/trove-rabbitmq.xml21(td) #: ./doc/common/tables/sahara-rabbitmq.xml25(td) msgid "kombu_ssl_ca_certs =" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml26(td) #: ./doc/common/tables/nova-rabbitmq.xml26(td) #: ./doc/common/tables/cinder-rabbitmq.xml26(td) #: ./doc/common/tables/glance-rabbitmq.xml26(td) #: ./doc/common/tables/heat-rabbitmq.xml26(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.xml26(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml29(td) #: ./doc/common/tables/trove-rabbitmq.xml25(td) #: ./doc/common/tables/sahara-rabbitmq.xml29(td) msgid "kombu_ssl_certfile =" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml30(td) #: ./doc/common/tables/nova-rabbitmq.xml30(td) #: ./doc/common/tables/cinder-rabbitmq.xml30(td) #: ./doc/common/tables/glance-rabbitmq.xml30(td) #: ./doc/common/tables/heat-rabbitmq.xml30(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.xml30(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml33(td) #: ./doc/common/tables/trove-rabbitmq.xml29(td) #: ./doc/common/tables/sahara-rabbitmq.xml33(td) msgid "kombu_ssl_keyfile =" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml34(td) #: ./doc/common/tables/nova-rabbitmq.xml34(td) #: ./doc/common/tables/cinder-rabbitmq.xml34(td) #: ./doc/common/tables/glance-rabbitmq.xml34(td) #: ./doc/common/tables/heat-rabbitmq.xml34(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.xml34(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml37(td) #: ./doc/common/tables/trove-rabbitmq.xml33(td) #: ./doc/common/tables/sahara-rabbitmq.xml37(td) msgid "kombu_ssl_version =" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml38(td) #: ./doc/common/tables/nova-rabbitmq.xml38(td) #: ./doc/common/tables/cinder-rabbitmq.xml38(td) #: ./doc/common/tables/glance-rabbitmq.xml38(td) #: ./doc/common/tables/heat-rabbitmq.xml38(td) #: ./doc/common/tables/keystone-rabbitmq.xml38(td) #: ./doc/common/tables/neutron-rabbitmq.xml38(td) #: ./doc/common/tables/ceilometer-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/ironic-rabbitmq.xml41(td) #: ./doc/common/tables/trove-rabbitmq.xml37(td) #: ./doc/common/tables/sahara-rabbitmq.xml41(td) msgid "rabbit_ha_queues = False" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml42(td) #: ./doc/common/tables/nova-rabbitmq.xml42(td) #: ./doc/common/tables/cinder-rabbitmq.xml42(td) #: ./doc/common/tables/glance-rabbitmq.xml42(td) #: ./doc/common/tables/heat-rabbitmq.xml42(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.xml42(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.xml45(td) #: ./doc/common/tables/trove-rabbitmq.xml41(td) #: ./doc/common/tables/sahara-rabbitmq.xml45(td) msgid "rabbit_host = localhost" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml46(td) #: ./doc/common/tables/nova-rabbitmq.xml46(td) #: ./doc/common/tables/cinder-rabbitmq.xml46(td) #: ./doc/common/tables/glance-rabbitmq.xml46(td) #: ./doc/common/tables/heat-rabbitmq.xml46(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.xml46(td) msgid "(StrOpt) The RabbitMQ broker address where a single node is used." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml49(td) #: ./doc/common/tables/trove-rabbitmq.xml45(td) #: ./doc/common/tables/sahara-rabbitmq.xml49(td) msgid "rabbit_hosts = $rabbit_host:$rabbit_port" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml50(td) #: ./doc/common/tables/nova-rabbitmq.xml50(td) #: ./doc/common/tables/cinder-rabbitmq.xml50(td) #: ./doc/common/tables/glance-rabbitmq.xml50(td) #: ./doc/common/tables/heat-rabbitmq.xml50(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.xml50(td) msgid "(ListOpt) RabbitMQ HA cluster host:port pairs." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml53(td) #: ./doc/common/tables/sahara-rabbitmq.xml53(td) msgid "rabbit_login_method = AMQPLAIN" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml54(td) #: ./doc/common/tables/nova-rabbitmq.xml54(td) #: ./doc/common/tables/cinder-rabbitmq.xml54(td) #: ./doc/common/tables/glance-rabbitmq.xml54(td) #: ./doc/common/tables/heat-rabbitmq.xml54(td) #: ./doc/common/tables/keystone-rabbitmq.xml54(td) #: ./doc/common/tables/neutron-rabbitmq.xml54(td) #: ./doc/common/tables/ceilometer-rabbitmq.xml54(td) msgid "(StrOpt) The RabbitMQ login method." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml57(td) #: ./doc/common/tables/trove-rabbitmq.xml49(td) #: ./doc/common/tables/sahara-rabbitmq.xml57(td) msgid "rabbit_max_retries = 0" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml58(td) #: ./doc/common/tables/nova-rabbitmq.xml58(td) #: ./doc/common/tables/cinder-rabbitmq.xml58(td) #: ./doc/common/tables/glance-rabbitmq.xml58(td) #: ./doc/common/tables/heat-rabbitmq.xml58(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.xml58(td) msgid "" "(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 " "(infinite retry count)." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml61(td) #: ./doc/common/tables/trove-rabbitmq.xml53(td) #: ./doc/common/tables/sahara-rabbitmq.xml61(td) msgid "rabbit_password = guest" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml62(td) #: ./doc/common/tables/nova-rabbitmq.xml62(td) #: ./doc/common/tables/cinder-rabbitmq.xml62(td) #: ./doc/common/tables/glance-rabbitmq.xml62(td) #: ./doc/common/tables/heat-rabbitmq.xml62(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.xml62(td) msgid "(StrOpt) The RabbitMQ password." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml65(td) #: ./doc/common/tables/trove-rabbitmq.xml57(td) #: ./doc/common/tables/sahara-rabbitmq.xml65(td) msgid "rabbit_port = 5672" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml66(td) #: ./doc/common/tables/nova-rabbitmq.xml66(td) #: ./doc/common/tables/cinder-rabbitmq.xml66(td) #: ./doc/common/tables/glance-rabbitmq.xml66(td) #: ./doc/common/tables/heat-rabbitmq.xml66(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.xml66(td) msgid "(IntOpt) The RabbitMQ broker port where a single node is used." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml69(td) #: ./doc/common/tables/trove-rabbitmq.xml61(td) #: ./doc/common/tables/sahara-rabbitmq.xml69(td) msgid "rabbit_retry_backoff = 2" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml70(td) #: ./doc/common/tables/nova-rabbitmq.xml70(td) #: ./doc/common/tables/cinder-rabbitmq.xml70(td) #: ./doc/common/tables/glance-rabbitmq.xml70(td) #: ./doc/common/tables/heat-rabbitmq.xml70(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.xml70(td) msgid "" "(IntOpt) How long to backoff for between retries when connecting to " "RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml73(td) #: ./doc/common/tables/trove-rabbitmq.xml65(td) #: ./doc/common/tables/sahara-rabbitmq.xml73(td) msgid "rabbit_retry_interval = 1" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml74(td) #: ./doc/common/tables/nova-rabbitmq.xml74(td) #: ./doc/common/tables/cinder-rabbitmq.xml74(td) #: ./doc/common/tables/glance-rabbitmq.xml74(td) #: ./doc/common/tables/heat-rabbitmq.xml74(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.xml74(td) msgid "(IntOpt) How frequently to retry connecting with RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml77(td) #: ./doc/common/tables/trove-rabbitmq.xml69(td) #: ./doc/common/tables/sahara-rabbitmq.xml77(td) msgid "rabbit_use_ssl = False" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml78(td) #: ./doc/common/tables/nova-rabbitmq.xml78(td) #: ./doc/common/tables/cinder-rabbitmq.xml78(td) #: ./doc/common/tables/glance-rabbitmq.xml78(td) #: ./doc/common/tables/heat-rabbitmq.xml78(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.xml78(td) msgid "(BoolOpt) Connect over SSL for RabbitMQ." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml81(td) #: ./doc/common/tables/trove-rabbitmq.xml73(td) #: ./doc/common/tables/sahara-rabbitmq.xml81(td) msgid "rabbit_userid = guest" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml82(td) #: ./doc/common/tables/nova-rabbitmq.xml82(td) #: ./doc/common/tables/cinder-rabbitmq.xml82(td) #: ./doc/common/tables/glance-rabbitmq.xml82(td) #: ./doc/common/tables/heat-rabbitmq.xml82(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.xml82(td) msgid "(StrOpt) The RabbitMQ userid." msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml85(td) #: ./doc/common/tables/trove-rabbitmq.xml77(td) #: ./doc/common/tables/sahara-rabbitmq.xml85(td) msgid "rabbit_virtual_host = /" msgstr "" #: ./doc/common/tables/ironic-rabbitmq.xml86(td) #: ./doc/common/tables/nova-rabbitmq.xml86(td) #: ./doc/common/tables/cinder-rabbitmq.xml86(td) #: ./doc/common/tables/glance-rabbitmq.xml86(td) #: ./doc/common/tables/heat-rabbitmq.xml86(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.xml86(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.xml21(replaceable) msgid "http://127.0.0.1:6080/vnc_auto.html" msgstr "" #: ./doc/common/tables/nova-vnc.xml22(td) msgid "" "(StrOpt) Location of VNC console proxy, in the form " "\"http://127.0.0.1:6080/vnc_auto.html\"" msgstr "" #: ./doc/common/tables/nova-vnc.xml26(td) msgid "(BoolOpt) Enable VNC related features" msgstr "" #: ./doc/common/tables/nova-vnc.xml29(replaceable) #: ./doc/common/tables/nova-spice.xml33(replaceable) msgid "en-us" msgstr "" #: ./doc/common/tables/nova-vnc.xml30(td) msgid "(StrOpt) Keymap for VNC" msgstr "" #: ./doc/common/tables/nova-vnc.xml34(td) msgid "(StrOpt) IP address on which instance vncservers should listen" msgstr "" #: ./doc/common/tables/nova-vnc.xml38(td) msgid "" "(StrOpt) The address to which proxy clients (like nova-xvpvncproxy) should " "connect" msgstr "" #: ./doc/common/tables/nova-vnc.xml44(replaceable) #: ./doc/common/tables/nova-xen.xml37(replaceable) msgid "5900" msgstr "" #: ./doc/common/tables/nova-vnc.xml45(td) msgid "(IntOpt) VNC starting port" msgstr "" #: ./doc/common/tables/nova-vnc.xml48(replaceable) #: ./doc/common/tables/cinder-storage.xml81(replaceable) msgid "10000" msgstr "10000" #: ./doc/common/tables/nova-vnc.xml49(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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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(td) #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml136(td) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml20(td) msgid "use = egg:swift#proxy" msgstr "" #: ./doc/common/tables/trove-qpid.xml21(td) #: ./doc/common/tables/ironic-qpid.xml21(td) #: ./doc/common/tables/sahara-qpid.xml21(td) msgid "qpid_heartbeat = 60" msgstr "" #: ./doc/common/tables/trove-qpid.xml22(td) msgid "(IntOpt) Seconds between connection keepalive heartbeats" msgstr "" #: ./doc/common/tables/trove-qpid.xml25(td) #: ./doc/common/tables/ironic-qpid.xml25(td) #: ./doc/common/tables/sahara-qpid.xml25(td) msgid "qpid_hostname = localhost" msgstr "" #: ./doc/common/tables/trove-qpid.xml26(td) msgid "(StrOpt) Qpid broker hostname" msgstr "(文字列オプション) Qpid ブローカーのホスト名" #: ./doc/common/tables/trove-qpid.xml29(td) #: ./doc/common/tables/ironic-qpid.xml29(td) #: ./doc/common/tables/sahara-qpid.xml29(td) msgid "qpid_hosts = $qpid_hostname:$qpid_port" msgstr "" #: ./doc/common/tables/trove-qpid.xml30(td) msgid "(ListOpt) Qpid HA cluster host:port pairs" msgstr "" #: ./doc/common/tables/trove-qpid.xml33(td) #: ./doc/common/tables/ironic-qpid.xml33(td) #: ./doc/common/tables/sahara-qpid.xml33(td) msgid "qpid_password =" msgstr "" #: ./doc/common/tables/trove-qpid.xml34(td) msgid "(StrOpt) Password for qpid connection" msgstr "(文字列オプション) qpid 接続のパスワード" #: ./doc/common/tables/trove-qpid.xml37(td) #: ./doc/common/tables/ironic-qpid.xml37(td) #: ./doc/common/tables/sahara-qpid.xml37(td) msgid "qpid_port = 5672" msgstr "" #: ./doc/common/tables/trove-qpid.xml38(td) msgid "(IntOpt) Qpid broker port" msgstr "(整数オプション) Qpid ブローカーのポート" #: ./doc/common/tables/trove-qpid.xml41(td) #: ./doc/common/tables/ironic-qpid.xml41(td) #: ./doc/common/tables/sahara-qpid.xml41(td) msgid "qpid_protocol = tcp" msgstr "" #: ./doc/common/tables/trove-qpid.xml42(td) msgid "(StrOpt) Transport to use, either 'tcp' or 'ssl'" msgstr "(文字列オプション) 使用する転送方式、'tcp' または 'ssl'" #: ./doc/common/tables/trove-qpid.xml45(td) #: ./doc/common/tables/ironic-qpid.xml49(td) #: ./doc/common/tables/sahara-qpid.xml49(td) msgid "qpid_sasl_mechanisms =" msgstr "" #: ./doc/common/tables/trove-qpid.xml46(td) msgid "(StrOpt) Space separated list of SASL mechanisms to use for auth" msgstr "(文字列オプション) 認証に使用する SASL メカニズムの空白区切り一覧" #: ./doc/common/tables/trove-qpid.xml49(td) #: ./doc/common/tables/ironic-qpid.xml53(td) #: ./doc/common/tables/sahara-qpid.xml53(td) msgid "qpid_tcp_nodelay = True" msgstr "" #: ./doc/common/tables/trove-qpid.xml50(td) msgid "(BoolOpt) Disable Nagle algorithm" msgstr "(論理値オプション) Nagle アルゴリズムの無効化" #: ./doc/common/tables/trove-qpid.xml53(td) #: ./doc/common/tables/ironic-qpid.xml61(td) #: ./doc/common/tables/sahara-qpid.xml61(td) msgid "qpid_username =" msgstr "" #: ./doc/common/tables/trove-qpid.xml54(td) msgid "(StrOpt) Username for qpid connection" msgstr "(文字列オプション) qpid 接続のユーザー名" #: ./doc/common/tables/cinder-xio.xml7(caption) msgid "Description of xio configuration options" msgstr "" #: ./doc/common/tables/cinder-xio.xml22(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) msgid "" "(IntOpt) Number on retries to get completion status after issuing a command " "to ISE." msgstr "" #: ./doc/common/tables/cinder-xio.xml30(td) msgid "" "(IntOpt) Number of retries (per port) when establishing connection to ISE " "management port." msgstr "" #: ./doc/common/tables/cinder-xio.xml34(td) msgid "(IntOpt) Raid level for ISE volumes." msgstr "" #: ./doc/common/tables/cinder-xio.xml38(td) msgid "(IntOpt) Interval (secs) between retries." msgstr "" #: ./doc/common/tables/cinder-xio.xml42(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) 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) msgid "(IntOpt) The port number which the admin service listens on." msgstr "" #: ./doc/common/tables/keystone-api.xml33(replaceable) msgid "ADMIN" msgstr "ADMIN" #: ./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) #: ./doc/common/tables/keystone-conf-changes.xml17(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 "" #: ./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) 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 "" #: ./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) 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.xml87(replaceable) msgid "5000" msgstr "" #: ./doc/common/tables/keystone-api.xml86(td) msgid "(IntOpt) The port number which the public service listens on." msgstr "" #: ./doc/common/tables/keystone-api.xml90(td) #: ./doc/common/tables/keystone-conf-changes.xml21(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) #: ./doc/common/tables/keystone-conf-changes.xml25(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) 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) 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 "" #: ./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 "" #: ./doc/common/tables/keystone-api.xml119(replaceable) msgid "keystone.contrib.endpoint_policy.backends.sql.EndpointPolicy" msgstr "" #: ./doc/common/tables/keystone-api.xml120(td) #: ./doc/common/tables/keystone-conf-changes.xml65(td) msgid "(StrOpt) Endpoint policy backend driver" msgstr "" #: ./doc/common/tables/keystone-api.xml123(th) #: ./doc/common/tables/glance-api.xml92(th) #: ./doc/common/tables/heat-api.xml154(th) msgid "[paste_deploy]" msgstr "" #: ./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(literal) #: ./doc/common/tables/swift-object-expirer-filter-catch_errors.xml8(literal) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml8(literal) #: ./doc/common/tables/swift-object-expirer-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml8(literal) #: ./doc/common/tables/swift-object-expirer-app-proxy-server.xml8(literal) msgid "object-expirer.conf" msgstr "" #: ./doc/common/tables/swift-object-expirer-pipeline-main.xml20(td) #: ./doc/common/tables/swift-container-reconciler-pipeline-main.xml20(td) msgid "pipeline = 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 "" #: ./doc/common/tables/cinder-zoning_fabric_cisco.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml453(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) #: ./doc/common/tables/nova-conf-changes.xml133(td) msgid "(StrOpt) Ironic keystone auth token." msgstr "" #: ./doc/common/tables/nova-ironic.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml137(td) msgid "(StrOpt) Ironic keystone admin password." msgstr "" #: ./doc/common/tables/nova-ironic.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml141(td) msgid "(StrOpt) Ironic keystone tenant name." msgstr "" #: ./doc/common/tables/nova-ironic.xml34(td) #: ./doc/common/tables/nova-conf-changes.xml145(td) msgid "(StrOpt) Keystone public API endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml38(td) #: ./doc/common/tables/nova-conf-changes.xml149(td) msgid "(StrOpt) Ironic keystone admin name" msgstr "" #: ./doc/common/tables/nova-ironic.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml153(td) msgid "(StrOpt) URL for Ironic API endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml46(td) #: ./doc/common/tables/nova-conf-changes.xml157(td) msgid "(IntOpt) How many retries when a request does conflict." msgstr "" #: ./doc/common/tables/nova-ironic.xml49(replaceable) #: ./doc/common/tables/nova-rabbitmq.xml69(replaceable) #: ./doc/common/tables/neutron-ml2_cisco.xml35(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml69(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-conf-changes.xml825(td) #: ./doc/common/tables/glance-rabbitmq.xml69(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml45(replaceable) #: ./doc/common/tables/neutron-l3_agent.xml73(replaceable) #: ./doc/common/tables/cinder-backups.xml37(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml69(replaceable) #: ./doc/common/tables/cinder-storwize.xml73(replaceable) #: ./doc/common/tables/glance-swift.xml64(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml69(replaceable) #: ./doc/common/tables/cinder-backups_swift.xml45(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.xml69(replaceable) #: ./doc/common/tables/neutron-mlnx.xml21(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml49(replaceable) msgid "2" msgstr "2" #: ./doc/common/tables/nova-ironic.xml50(td) #: ./doc/common/tables/nova-conf-changes.xml161(td) msgid "(IntOpt) How often to retry in seconds when a request does conflict" msgstr "" #: ./doc/common/tables/nova-ironic.xml54(td) #: ./doc/common/tables/nova-conf-changes.xml165(td) msgid "(IntOpt) Version of Ironic API service endpoint." msgstr "" #: ./doc/common/tables/nova-ironic.xml58(td) #: ./doc/common/tables/nova-conf-changes.xml169(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 "" #: ./doc/common/tables/ceilometer-dispatcher_http.xml22(td) #: ./doc/common/tables/ceilometer-conf-changes.xml37(td) msgid "" "(BoolOpt) The flag which 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.xml41(td) msgid "" "(StrOpt) The target where the http request will be sent to. If this is not " "set, no data will be posted. For example: target = http://hostname:1234/path" msgstr "" #: ./doc/common/tables/ceilometer-dispatcher_http.xml30(td) #: ./doc/common/tables/ceilometer-conf-changes.xml45(td) msgid "(IntOpt) The max time in second 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(td) msgid "containers_per_second = 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(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml24(td) msgid "interval = 1800" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml40(td) msgid "log_name = container-auditor" msgstr "" #: ./doc/common/tables/swift-container-server-container-auditor.xml44(td) #: ./doc/common/tables/swift-container-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml50(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml72(td) #: ./doc/common/tables/swift-container-server-container-updater.xml57(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml68(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml60(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml64(td) #: ./doc/common/tables/swift-account-server-account-auditor.xml44(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml20(td) #: ./doc/common/tables/swift-object-server-object-updater.xml48(td) msgid "recon_cache_path = /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-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) #: ./doc/common/tables/trove-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/neutron-policy.xml22(td) msgid "(BoolOpt) Allow overlapping IP support in Neutron" msgstr "" #: ./doc/common/tables/neutron-policy.xml30(td) #: ./doc/common/tables/nova-policy.xml58(td) msgid "(MultiStrOpt) Directories where policy configuration files are stored." msgstr "" #: ./doc/common/tables/glance-database.xml22(td) #: ./doc/common/tables/glance-conf-changes.xml17(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 "" #: ./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.xml34(td) msgid "(StrOpt) Keymap for spice" msgstr "" #: ./doc/common/tables/nova-spice.xml38(td) msgid "(StrOpt) IP address on which instance spice server should listen" msgstr "" #: ./doc/common/tables/nova-spice.xml42(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 "" #: ./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-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/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 "(文字列オプション) ISO イメージの作成に使用するツールの名前と (任意で) パス" #: ./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" 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) #: ./doc/common/tables/nova-conf-changes.xml257(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.xml73(replaceable) #: ./doc/common/tables/cinder-prophetstor_dpl.xml29(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml29(replaceable) msgid "3260" msgstr "" #: ./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.xml203(replaceable) #: ./doc/common/tables/nova-policy.xml65(replaceable) #: ./doc/common/tables/nova-ldap.xml33(replaceable) #: ./doc/common/tables/cinder-quota.xml53(replaceable) #: ./doc/common/tables/nova-conf-changes.xml329(td) #: ./doc/common/tables/nova-network.xml53(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.xml125(replaceable) #: ./doc/common/tables/nova-libvirt.xml25(replaceable) msgid "86400" msgstr "86400" #: ./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) 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.xml21(td) #: ./doc/common/tables/ironic-amqp.xml21(td) #: ./doc/common/tables/sahara-amqp.xml21(td) msgid "amqp_auto_delete = False" msgstr "" #: ./doc/common/tables/trove-amqp.xml22(td) #: ./doc/common/tables/sahara-amqp.xml22(td) msgid "(BoolOpt) Auto-delete queues in amqp." msgstr "" #: ./doc/common/tables/trove-amqp.xml25(td) #: ./doc/common/tables/ironic-amqp.xml25(td) #: ./doc/common/tables/sahara-amqp.xml25(td) msgid "amqp_durable_queues = False" msgstr "" #: ./doc/common/tables/trove-amqp.xml26(td) #: ./doc/common/tables/sahara-amqp.xml26(td) msgid "(BoolOpt) Use durable queues in amqp." msgstr "" #: ./doc/common/tables/trove-amqp.xml29(td) msgid "conductor_manager = trove.conductor.manager.Manager" msgstr "" #: ./doc/common/tables/trove-amqp.xml30(td) #: ./doc/common/tables/trove-conf-changes.xml49(td) msgid "(StrOpt) Qualified class name to use for conductor manager." msgstr "" #: ./doc/common/tables/trove-amqp.xml33(td) msgid "conductor_queue = 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(td) #: ./doc/common/tables/ironic-amqp.xml29(td) #: ./doc/common/tables/sahara-amqp.xml29(td) msgid "control_exchange = openstack" msgstr "" #: ./doc/common/tables/trove-amqp.xml38(td) msgid "(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid" msgstr "" #: ./doc/common/tables/trove-amqp.xml41(td) msgid "default_publisher_id = $host" msgstr "" #: ./doc/common/tables/trove-amqp.xml42(td) #: ./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/trove-amqp.xml45(td) #: ./doc/common/tables/ironic-amqp.xml33(td) #: ./doc/common/tables/sahara-amqp.xml33(td) msgid "notification_driver = []" msgstr "" #: ./doc/common/tables/trove-amqp.xml46(td) msgid "(MultiStrOpt) Driver or drivers to handle sending notifications" msgstr "" #: ./doc/common/tables/trove-amqp.xml49(td) msgid "" "notification_service_id = {'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.xml50(td) msgid "(DictOpt) Unique ID to tag notification events." msgstr "" #: ./doc/common/tables/trove-amqp.xml53(td) #: ./doc/common/tables/ironic-amqp.xml37(td) #: ./doc/common/tables/sahara-amqp.xml45(td) msgid "notification_topics = notifications" msgstr "" #: ./doc/common/tables/trove-amqp.xml54(td) msgid "(ListOpt) AMQP topic used for openstack notifications" msgstr "" #: ./doc/common/tables/ironic-swift.xml7(caption) #: ./doc/common/tables/cinder-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) msgid "[swift]" msgstr "" #: ./doc/common/tables/ironic-swift.xml21(td) msgid "swift_max_retries = 2" 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/nova-rabbitmq.xml49(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml49(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml49(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml49(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml49(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml49(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml49(replaceable) msgid "$rabbit_host:$rabbit_port" msgstr "" #: ./doc/common/tables/nova-rabbitmq.xml53(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml53(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml53(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml53(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml53(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml53(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml53(replaceable) msgid "AMQPLAIN" msgstr "" #: ./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/glance-rabbitmq.xml61(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml81(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml61(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml81(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml61(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml81(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml61(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml81(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml61(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml81(replaceable) msgid "guest" msgstr "guest" #: ./doc/common/tables/nova-rabbitmq.xml85(replaceable) #: ./doc/common/tables/cinder-rabbitmq.xml85(replaceable) #: ./doc/common/tables/glance-rabbitmq.xml85(replaceable) #: ./doc/common/tables/heat-rabbitmq.xml85(replaceable) #: ./doc/common/tables/neutron-nuage.xml25(replaceable) #: ./doc/common/tables/keystone-rabbitmq.xml85(replaceable) #: ./doc/common/tables/neutron-rabbitmq.xml85(replaceable) #: ./doc/common/tables/ceilometer-rabbitmq.xml85(replaceable) msgid "/" msgstr "/" #: ./doc/common/tables/sahara-database.xml21(td) msgid "db_driver = sahara.db" msgstr "" #: ./doc/common/tables/sahara-database.xml22(td) msgid "(StrOpt) Driver to use for database access." msgstr "" #: ./doc/common/tables/sahara-database.xml28(td) #: ./doc/common/tables/ironic-database.xml21(td) msgid "backend = sqlalchemy" msgstr "" #: ./doc/common/tables/sahara-database.xml32(td) #: ./doc/common/tables/ironic-database.xml25(td) msgid "connection = None" msgstr "" #: ./doc/common/tables/sahara-database.xml36(td) #: ./doc/common/tables/ironic-database.xml29(td) msgid "connection_debug = 0" msgstr "" #: ./doc/common/tables/sahara-database.xml40(td) #: ./doc/common/tables/ironic-database.xml33(td) msgid "connection_trace = False" msgstr "" #: ./doc/common/tables/sahara-database.xml44(td) #: ./doc/common/tables/ironic-database.xml37(td) msgid "db_inc_retry_interval = True" msgstr "" #: ./doc/common/tables/sahara-database.xml48(td) #: ./doc/common/tables/ironic-database.xml41(td) msgid "db_max_retries = 20" msgstr "" #: ./doc/common/tables/sahara-database.xml52(td) #: ./doc/common/tables/ironic-database.xml45(td) msgid "db_max_retry_interval = 10" msgstr "" #: ./doc/common/tables/sahara-database.xml56(td) #: ./doc/common/tables/ironic-database.xml49(td) msgid "db_retry_interval = 1" msgstr "" #: ./doc/common/tables/sahara-database.xml60(td) #: ./doc/common/tables/ironic-database.xml53(td) msgid "idle_timeout = 3600" msgstr "" #: ./doc/common/tables/sahara-database.xml64(td) #: ./doc/common/tables/ironic-database.xml57(td) msgid "max_overflow = None" msgstr "" #: ./doc/common/tables/sahara-database.xml68(td) #: ./doc/common/tables/ironic-database.xml61(td) msgid "max_pool_size = None" msgstr "" #: ./doc/common/tables/sahara-database.xml72(td) #: ./doc/common/tables/ironic-database.xml65(td) msgid "max_retries = 10" msgstr "" #: ./doc/common/tables/sahara-database.xml73(td) msgid "" "(IntOpt) Maximum db connection retries during startup. Set to -1 to specify " "an infinite retry count." msgstr "" #: ./doc/common/tables/sahara-database.xml76(td) #: ./doc/common/tables/ironic-database.xml69(td) msgid "min_pool_size = 1" msgstr "" #: ./doc/common/tables/sahara-database.xml80(td) #: ./doc/common/tables/ironic-database.xml77(td) msgid "mysql_sql_mode = TRADITIONAL" msgstr "" #: ./doc/common/tables/sahara-database.xml84(td) #: ./doc/common/tables/ironic-database.xml81(td) msgid "pool_timeout = None" msgstr "" #: ./doc/common/tables/sahara-database.xml88(td) #: ./doc/common/tables/ironic-database.xml85(td) msgid "retry_interval = 10" msgstr "" #: ./doc/common/tables/sahara-database.xml92(td) #: ./doc/common/tables/ironic-database.xml89(td) msgid "slave_connection = None" msgstr "" #: ./doc/common/tables/sahara-database.xml96(td) #: ./doc/common/tables/ironic-database.xml93(td) msgid "sqlite_db = oslo.sqlite" msgstr "" #: ./doc/common/tables/sahara-database.xml100(td) #: ./doc/common/tables/ironic-database.xml97(td) msgid "sqlite_synchronous = True" msgstr "" #: ./doc/common/tables/sahara-database.xml104(td) #: ./doc/common/tables/ironic-database.xml101(td) msgid "use_db_reconnect = False" 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.xml21(replaceable) #: ./doc/common/tables/heat-conf-changes.xml159(td) #: ./doc/common/tables/cinder-dellsc.xml25(replaceable) #: ./doc/common/tables/cinder-dellsc.xml33(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml795(td) #: ./doc/common/tables/keystone-conf-changes.xml326(td) #: ./doc/common/tables/heat-amqp.xml29(replaceable) #: ./doc/common/tables/cinder-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml57(replaceable) #: ./doc/common/tables/glance-amqp.xml29(replaceable) #: ./doc/common/tables/nova-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-amqp.xml29(replaceable) #: ./doc/common/tables/keystone-debug.xml40(replaceable) msgid "openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml22(td) #: ./doc/common/tables/neutron-conf-changes.xml29(td) msgid "(StrOpt) Prefix for APIC domain/names/profiles created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml29(td) msgid "(StrOpt) The physical network managed by the switches." msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml32(th) msgid "[ml2_cisco_apic]" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml36(td) #: ./doc/common/tables/neutron-conf-changes.xml517(td) msgid "(FloatOpt) Interval between agent poll for topology (in sec)" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml40(td) #: ./doc/common/tables/neutron-conf-changes.xml521(td) msgid "(FloatOpt) Interval between agent status updates (in sec)" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml43(replaceable) msgid "${apic_system_id}_app" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml44(td) #: ./doc/common/tables/neutron-conf-changes.xml525(td) msgid "(StrOpt) Name for the app profile used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml47(replaceable) msgid "${apic_system_id}" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml48(td) #: ./doc/common/tables/neutron-conf-changes.xml529(td) msgid "(StrOpt) Name for the domain created on APIC" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml51(replaceable) msgid "${apic_system_id}_entity_profile" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml52(td) #: ./doc/common/tables/neutron-conf-changes.xml533(td) msgid "(StrOpt) Name of the entity profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml55(replaceable) msgid "${apic_system_id}_function_profile" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml56(td) #: ./doc/common/tables/neutron-conf-changes.xml537(td) msgid "(StrOpt) Name of the function profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml60(td) #: ./doc/common/tables/neutron-conf-changes.xml541(td) msgid "(ListOpt) The uplink ports to check for ACI connectivity" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml64(td) #: ./doc/common/tables/neutron-conf-changes.xml545(td) msgid "" "(ListOpt) An ordered list of host names or IP addresses of the APIC " "controller(s)." msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml67(replaceable) msgid "${apic_system_id}_lacp_profile" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml68(td) #: ./doc/common/tables/neutron-conf-changes.xml549(td) msgid "(StrOpt) Name of the LACP profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml71(replaceable) msgid "use_name" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml72(td) #: ./doc/common/tables/neutron-conf-changes.xml553(td) msgid "(StrOpt) Name mapping strategy to use: use_uuid | use_name" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml75(replaceable) msgid "${apic_system_id}_node_profile" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml76(td) #: ./doc/common/tables/neutron-conf-changes.xml557(td) msgid "(StrOpt) Name of the node profile to be created" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml80(td) #: ./doc/common/tables/neutron-conf-changes.xml561(td) msgid "(StrOpt) Password for the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml84(td) #: ./doc/common/tables/neutron-conf-changes.xml565(td) msgid "(IntOpt) Synchronization interval in seconds" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml88(td) #: ./doc/common/tables/neutron-conf-changes.xml569(td) msgid "(BoolOpt) Use SSL to connect to the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml92(td) #: ./doc/common/tables/neutron-conf-changes.xml573(td) msgid "(StrOpt) Username for the APIC controller" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml95(replaceable) msgid "${apic_system_id}_vlan_ns" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml96(td) #: ./doc/common/tables/neutron-conf-changes.xml577(td) msgid "(StrOpt) Name for the vlan namespace to be used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml99(replaceable) msgid "2:4093" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml100(td) #: ./doc/common/tables/neutron-conf-changes.xml581(td) msgid "(StrOpt) Range of VLAN's to be used for Openstack" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml104(td) #: ./doc/common/tables/neutron-conf-changes.xml585(td) msgid "(ListOpt) The switch pairs for VPC connectivity" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml107(replaceable) msgid "sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf" msgstr "" #: ./doc/common/tables/neutron-ml2_cisco.xml108(td) #: ./doc/common/tables/neutron-conf-changes.xml589(td) msgid "(StrOpt) Setup root helper as rootwrap or sudo" 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/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/cinder-api.xml53(replaceable) #: ./doc/common/tables/nova-api.xml109(replaceable) #: ./doc/common/tables/glance-common.xml25(replaceable) #: ./doc/common/tables/glance-common.xml125(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.xml174(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.xml41(replaceable) #: ./doc/common/tables/heat-cfn_api.xml32(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml820(td) #: ./doc/common/tables/heat-api.xml126(replaceable) #: ./doc/common/tables/neutron-metadata.xml25(replaceable) #: ./doc/common/tables/heat-cloudwatch_api.xml32(replaceable) #: ./doc/common/tables/glance-common.xml29(replaceable) #: ./doc/common/tables/neutron-api.xml41(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml53(replaceable) msgid "4096" msgstr "4096" #: ./doc/common/tables/keystone-identity.xml42(td) msgid "" "(IntOpt) Maximum supported length for user passwords; decrease to improve " "performance." 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.xml176(replaceable) msgid "kvm" msgstr "kvm" #: ./doc/common/tables/ceilometer-inspector.xml26(td) msgid "" "(StrOpt) Libvirt domain type (valid options are: kvm, lxc, qemu, uml, xen)." 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) 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 "" #: ./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 "" #: ./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(td) #: ./doc/common/tables/trove-db_postgresql.xml21(td) #: ./doc/common/tables/trove-db_couchbase.xml21(td) #: ./doc/common/tables/trove-db_mongodb.xml25(td) #: ./doc/common/tables/trove-db_redis.xml21(td) msgid "backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml22(td) #: ./doc/common/tables/trove-db_postgresql.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml109(td) #: ./doc/common/tables/trove-conf-changes.xml133(td) #: ./doc/common/tables/trove-conf-changes.xml177(td) #: ./doc/common/tables/trove-conf-changes.xml285(td) #: ./doc/common/tables/trove-conf-changes.xml333(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.xml25(td) #: ./doc/common/tables/trove-db_mongodb.xml29(td) #: ./doc/common/tables/trove-db_redis.xml25(td) msgid "backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml29(td) #: ./doc/common/tables/trove-db_mongodb.xml33(td) #: ./doc/common/tables/trove-db_redis.xml29(td) msgid "backup_strategy = None" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml37(td) msgid "mount_point = /var/lib/cassandra" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml41(td) #: ./doc/common/tables/trove-db_couchbase.xml41(td) #: ./doc/common/tables/trove-db_mongodb.xml61(td) #: ./doc/common/tables/trove-db_redis.xml41(td) msgid "replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml45(td) #: ./doc/common/tables/trove-db_mongodb.xml65(td) #: ./doc/common/tables/trove-db_redis.xml45(td) msgid "restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-db_cassandra.xml49(td) msgid "tcp_ports = 7000, 7001, 9042, 9160" 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.xml149(replaceable) #: ./doc/common/tables/nova-network.xml41(replaceable) #: ./doc/common/tables/nova-network.xml217(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) #: ./doc/common/tables/keystone-conf-changes.xml53(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) #: ./doc/common/tables/keystone-conf-changes.xml57(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 "" #: ./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 "" #: ./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 "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml22(td) #: ./doc/common/tables/neutron-conf-changes.xml593(td) msgid "(BoolOpt) If set, ignore any SSL validation issues." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml25(replaceable) #: ./doc/common/tables/keystone-conf-changes.xml327(td) #: ./doc/common/tables/nova-neutron.xml60(replaceable) #: ./doc/common/tables/keystone-amqp.xml29(replaceable) #: ./doc/common/tables/ceilometer-exchange.xml41(replaceable) #: ./doc/common/tables/nova-conf-changes.xml319(td) #: ./doc/common/tables/nova-authentication.xml21(replaceable) #: ./doc/common/tables/neutron-common.xml53(replaceable) #: ./doc/common/tables/neutron-common.xml223(replaceable) msgid "keystone" msgstr "keystone" #: ./doc/common/tables/neutron-ml2_fslsdn.xml26(td) #: ./doc/common/tables/neutron-conf-changes.xml597(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) #: ./doc/common/tables/neutron-conf-changes.xml601(td) msgid "(StrOpt) CRD Auth URL." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml34(td) #: ./doc/common/tables/neutron-conf-changes.xml605(td) msgid "" "(StrOpt) Location of ca certificates file to use for CRD client requests." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml38(td) #: ./doc/common/tables/neutron-conf-changes.xml609(td) msgid "(StrOpt) CRD Service Password." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml41(replaceable) #: ./doc/common/tables/neutron-ml2_arista.xml33(replaceable) msgid "RegionOne" msgstr "RegionOne" #: ./doc/common/tables/neutron-ml2_fslsdn.xml42(td) #: ./doc/common/tables/neutron-conf-changes.xml613(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.xml103(replaceable) msgid "service" msgstr "サービス" #: ./doc/common/tables/neutron-ml2_fslsdn.xml46(td) #: ./doc/common/tables/neutron-conf-changes.xml617(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) #: ./doc/common/tables/neutron-conf-changes.xml621(td) msgid "(StrOpt) URL for connecting to CRD service." msgstr "" #: ./doc/common/tables/neutron-ml2_fslsdn.xml54(td) #: ./doc/common/tables/neutron-conf-changes.xml625(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) #: ./doc/common/tables/neutron-conf-changes.xml629(td) msgid "(StrOpt) CRD service Username." msgstr "" #: ./doc/common/tables/neutron-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/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/nova-rootwrap.xml25(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml25(replaceable) msgid "/sbin,/usr/sbin,/bin,/usr/bin" msgstr "" #: ./doc/common/tables/neutron-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/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/nova-rootwrap.xml33(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml33(replaceable) #: ./doc/common/tables/cinder-rootwrap.xml33(replaceable) msgid "syslog" msgstr "" #: ./doc/common/tables/neutron-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/nova-rootwrap.xml37(replaceable) #: ./doc/common/tables/ceilometer-rootwrap.xml37(replaceable) #: ./doc/common/tables/cinder-rootwrap.xml37(replaceable) msgid "ERROR" msgstr "ERROR" #: ./doc/common/tables/neutron-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/ceilometer-xenapi.xml18(th) msgid "[xenapi]" msgstr "" #: ./doc/common/tables/neutron-rootwrap.xml44(replaceable) #: ./doc/common/tables/neutron-rootwrap.xml52(replaceable) msgid "<None>" msgstr "" #: ./doc/common/tables/neutron-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) #: ./doc/common/tables/nova-conf-changes.xml318(td) 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(literal) #: ./doc/common/tables/swift-swift-storage-policy-0.xml8(literal) #: ./doc/common/tables/swift-swift-storage-policy-1.xml8(literal) #: ./doc/common/tables/swift-swift-swift-hash.xml8(literal) msgid "swift.conf" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml20(td) msgid "account_listing_limit = 10000" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml24(td) msgid "container_listing_limit = 10000" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml28(td) msgid "max_account_name_length = 256" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml32(td) msgid "max_container_name_length = 256" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml36(td) msgid "max_file_size = 5368709122" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml40(td) msgid "max_header_size = 8192" 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(td) msgid "max_meta_count = 90" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml48(td) msgid "max_meta_name_length = 128" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml52(td) msgid "max_meta_overall_size = 4096" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml56(td) msgid "max_meta_value_length = 256" msgstr "" #: ./doc/common/tables/swift-swift-swift-constraints.xml60(td) msgid "max_object_name_length = 1024" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml8(literal) msgid "[filter-slo]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml20(td) msgid "max_get_time = 86400" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml24(td) msgid "max_manifest_segments = 1000" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml28(td) msgid "max_manifest_size = 2097152" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml32(td) msgid "min_segment_size = 1048576" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-slo.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml24(td) msgid "rate_limit_after_segment = 10" 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.xml40(td) msgid "rate_limit_segments_per_sec = 0" 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(td) msgid "use = 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 "" #: ./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 "2048" #: ./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 "" #: ./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/trove-ca.xml18(th) #: ./doc/common/tables/nova-ca.xml73(th) msgid "[ssl]" msgstr "" #: ./doc/common/tables/keystone-ca.xml57(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) 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) 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) msgid "(BoolOpt) Toggle for SSL support on the Keystone eventlet servers." msgstr "" #: ./doc/common/tables/keystone-ca.xml80(replaceable) msgid "1024" msgstr "1024" #: ./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) 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(td) msgid "agent_api_version = v1" msgstr "" #: ./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(td) msgid "agent_pxe_append_params = 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(td) msgid "agent_pxe_bootfile_name = pxelinux.0" msgstr "" #: ./doc/common/tables/ironic-agent.xml30(td) msgid "(StrOpt) Neutron bootfile DHCP parameter." msgstr "" #: ./doc/common/tables/ironic-agent.xml33(td) msgid "" "agent_pxe_config_template = $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.xml37(td) msgid "heartbeat_timeout = 300" 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 "" #: ./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(td) msgid "default = 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(td) msgid "name = Policy-0" msgstr "" #: ./doc/common/tables/ironic-ca.xml21(td) msgid "ssl_ca_file =" msgstr "" #: ./doc/common/tables/ironic-ca.xml25(td) msgid "ssl_cert_file =" msgstr "" #: ./doc/common/tables/ironic-ca.xml29(td) msgid "ssl_key_file =" msgstr "" #: ./doc/common/tables/ironic-ca.xml33(td) msgid "ssl_key_password = None" 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.xml20(td) #: ./doc/common/tables/swift-memcache-memcache.xml20(td) msgid "memcache_max_connections = 2" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml21(td) #: ./doc/common/tables/swift-memcache-memcache.xml21(td) msgid "Max number of connections to each memcached server per worker services" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml24(td) #: ./doc/common/tables/swift-memcache-memcache.xml24(td) msgid "memcache_serialization_support = 2" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml28(td) #: ./doc/common/tables/swift-memcache-memcache.xml28(td) msgid "memcache_servers = 127.0.0.1:11211" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml29(td) #: ./doc/common/tables/swift-memcache-memcache.xml29(td) msgid "Comma separated list of memcached servers ip:port services" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml48(td) msgid "set log_name = cache" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-cache.xml52(td) #: ./doc/common/tables/swift-object-expirer-filter-cache.xml20(td) #: ./doc/common/tables/swift-container-reconciler-filter-cache.xml20(td) msgid "use = 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.xml45(replaceable) #: ./doc/common/tables/nova-compute.xml125(replaceable) #: ./doc/common/tables/keystone-revoke.xml29(replaceable) msgid "1800" msgstr "1800" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml101(td) msgid "(BoolOpt) Add CHAP user" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml105(td) msgid "(IntOpt) Interval to check copy asynchronously" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml109(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) #: ./doc/common/tables/cinder-conf-changes.xml113(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) #: ./doc/common/tables/cinder-conf-changes.xml117(td) msgid "(StrOpt) iSCSI authentication username" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml121(td) msgid "(IntOpt) Interval to check copy" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml125(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) #: ./doc/common/tables/cinder-conf-changes.xml129(td) msgid "(StrOpt) Default copy method of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml133(td) msgid "(StrOpt) Range of group number" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml137(td) msgid "(BoolOpt) Request for creating HostGroup or iSCSI Target" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml62(td) #: ./doc/common/tables/cinder-conf-changes.xml141(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) #: ./doc/common/tables/cinder-conf-changes.xml145(td) msgid "(StrOpt) Instance numbers for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml70(td) #: ./doc/common/tables/cinder-conf-changes.xml149(td) msgid "(StrOpt) Password of storage system for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml74(td) #: ./doc/common/tables/cinder-conf-changes.xml153(td) msgid "(StrOpt) Username of storage system for HORCM" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml78(td) #: ./doc/common/tables/cinder-conf-changes.xml157(td) msgid "(StrOpt) Range of logical device of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml82(td) #: ./doc/common/tables/cinder-conf-changes.xml161(td) msgid "(IntOpt) Pool ID of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml86(td) #: ./doc/common/tables/cinder-conf-changes.xml165(td) msgid "(StrOpt) Serial number of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml90(td) #: ./doc/common/tables/cinder-conf-changes.xml169(td) msgid "(StrOpt) Control port names for HostGroup or iSCSI Target" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml94(td) #: ./doc/common/tables/cinder-conf-changes.xml173(td) msgid "(IntOpt) Thin pool ID of storage system" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml98(td) #: ./doc/common/tables/cinder-conf-changes.xml177(td) msgid "(StrOpt) Name of an array unit" msgstr "" #: ./doc/common/tables/cinder-hitachi-hbsd.xml102(td) #: ./doc/common/tables/cinder-conf-changes.xml181(td) msgid "(BoolOpt) Request for FC Zone creating HostGroup" 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(td) #: ./doc/common/tables/swift-account-server-filter-recon.xml24(td) #: ./doc/common/tables/swift-object-server-filter-recon.xml28(td) msgid "use = egg:swift#recon" msgstr "" #: ./doc/common/tables/sahara-debug.xml21(td) #: ./doc/common/tables/glance-debug.xml21(td) #: ./doc/common/tables/trove-debug.xml29(td) msgid "disable_process_locking = False" msgstr "" #: ./doc/common/tables/sahara-debug.xml22(td) #: ./doc/common/tables/glance-debug.xml22(td) #: ./doc/common/tables/neutron-debug.xml26(td) msgid "(BoolOpt) Enables or disables inter-process locks." msgstr "" #: ./doc/common/tables/swift-proxy-server-pipeline-main.xml20(td) msgid "" "pipeline = 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 "" #: ./doc/common/tables/ceilometer-auth.xml22(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) msgid "http://localhost:5000/v2.0" msgstr "" #: ./doc/common/tables/ceilometer-auth.xml26(td) msgid "(StrOpt) Auth URL to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml30(td) msgid "(StrOpt) Certificate chain for SSL validation." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml34(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) msgid "(StrOpt) Password to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml42(td) msgid "(StrOpt) Region name to use for OpenStack service endpoints." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml46(td) msgid "(StrOpt) Tenant ID to use for OpenStack service access." msgstr "" #: ./doc/common/tables/ceilometer-auth.xml50(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) 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) #: ./doc/common/tables/cinder-conf-changes.xml245(td) msgid "" "(IntOpt) Total amount of storage, in gigabytes, allowed for backups per " "project" msgstr "" #: ./doc/common/tables/cinder-quota.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml249(td) msgid "(IntOpt) Number of volume backups allowed per project" msgstr "" #: ./doc/common/tables/cinder-quota.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml253(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(td) msgid "use = 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 "" #: ./doc/common/tables/keystone-os_inherit.xml22(td) msgid "" "(BoolOpt) role-assignment inheritance to projects from owning domain can be " "optionally enabled." msgstr "" #: ./doc/common/tables/ironic-rpc.xml21(td) #: ./doc/common/tables/trove-rpc.xml25(td) #: ./doc/common/tables/sahara-rpc.xml21(td) msgid "matchmaker_heartbeat_freq = 300" msgstr "" #: ./doc/common/tables/ironic-rpc.xml25(td) #: ./doc/common/tables/trove-rpc.xml29(td) #: ./doc/common/tables/sahara-rpc.xml25(td) msgid "matchmaker_heartbeat_ttl = 600" msgstr "" #: ./doc/common/tables/ironic-rpc.xml29(td) #: ./doc/common/tables/sahara-rpc.xml29(td) msgid "rpc_backend = rabbit" msgstr "" #: ./doc/common/tables/ironic-rpc.xml33(td) #: ./doc/common/tables/trove-rpc.xml45(td) #: ./doc/common/tables/sahara-rpc.xml33(td) msgid "rpc_cast_timeout = 30" msgstr "" #: ./doc/common/tables/ironic-rpc.xml37(td) #: ./doc/common/tables/trove-rpc.xml49(td) #: ./doc/common/tables/sahara-rpc.xml37(td) msgid "rpc_conn_pool_size = 30" msgstr "" #: ./doc/common/tables/ironic-rpc.xml41(td) #: ./doc/common/tables/trove-rpc.xml53(td) #: ./doc/common/tables/sahara-rpc.xml41(td) msgid "rpc_response_timeout = 60" msgstr "" #: ./doc/common/tables/ironic-rpc.xml45(td) #: ./doc/common/tables/trove-rpc.xml57(td) #: ./doc/common/tables/sahara-rpc.xml45(td) msgid "rpc_thread_pool_size = 64" 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) #: ./doc/common/tables/neutron-conf-changes.xml845(td) msgid "OVERLAY" msgstr "オーバーレイ" #: ./doc/common/tables/neutron-sdnve.xml30(td) msgid "(StrOpt) Tenant type: OVERLAY (default) or OF." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml33(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 "" #: ./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 "" #: ./doc/common/tables/neutron-sdnve.xml85(td) msgid "(IntOpt) Agent polling interval if necessary." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml88(replaceable) #: ./doc/common/tables/neutron-common.xml189(replaceable) #: ./doc/common/tables/neutron-common.xml200(replaceable) msgid "sudo" msgstr "" #: ./doc/common/tables/neutron-sdnve.xml89(td) msgid "(StrOpt) Using root helper." msgstr "" #: ./doc/common/tables/neutron-sdnve.xml93(td) msgid "(BoolOpt) Whether to use rpc." msgstr "" #: ./doc/common/tables/nova-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 "" #: ./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) 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) #: ./doc/common/tables/nova-conf-changes.xml29(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.xml57(replaceable) #: ./doc/common/tables/heat-amqp.xml33(replaceable) msgid "INFO" msgstr "INFO" #: ./doc/common/tables/nova-compute.xml58(td) #: ./doc/common/tables/trove-common.xml38(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 "" #: ./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.xml137(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 "" #: ./doc/common/tables/nova-compute.xml94(td) msgid "(StrOpt) Where instances are stored on disk" msgstr "" #: ./doc/common/tables/nova-compute.xml98(td) msgid "(IntOpt) The number of times to attempt to reap an instance's files." msgstr "" #: ./doc/common/tables/nova-compute.xml102(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.xml106(td) msgid "(IntOpt) Interval in seconds for reclaiming deleted instances" msgstr "" #: ./doc/common/tables/nova-compute.xml110(td) msgid "" "(IntOpt) Automatically unrescue an instance after N seconds. Set to 0 to " "disable." msgstr "" #: ./doc/common/tables/nova-compute.xml114(td) msgid "" "(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable." msgstr "" #: ./doc/common/tables/nova-compute.xml118(td) msgid "" "(BoolOpt) Whether to start guests that were running before the host rebooted" msgstr "" #: ./doc/common/tables/nova-compute.xml121(replaceable) msgid "reap" msgstr "" #: ./doc/common/tables/nova-compute.xml122(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.xml126(td) msgid "(IntOpt) Number of seconds to wait between runs of the cleanup task." msgstr "" #: ./doc/common/tables/nova-compute.xml130(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.xml134(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.xml138(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.xml142(td) #: ./doc/common/tables/nova-conf-changes.xml49(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.xml146(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.xml150(td) msgid "(BoolOpt) Fail instance boot if vif plugging fails" msgstr "" #: ./doc/common/tables/nova-compute.xml154(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/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) 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) msgid "" "RetryFilter, AvailabilityZoneFilter, ComputeFilter, " "ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, " "ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-scheduler.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml17(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) 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.xml48(replaceable) #: ./doc/common/tables/neutron-quotas.xml92(replaceable) msgid "50" msgstr "50" #: ./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) msgid "['nova.scheduler.filters.all_filters']" msgstr "" #: ./doc/common/tables/nova-scheduler.xml82(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) msgid "" "RetryFilter, AvailabilityZoneFilter, RamFilter, ComputeFilter, " "ComputeCapabilitiesFilter, ImagePropertiesFilter, " "ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter" msgstr "" #: ./doc/common/tables/nova-scheduler.xml89(replaceable) msgid "nova.scheduler.filter_scheduler.FilterScheduler" msgstr "" #: ./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 "" #: ./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 "scheduler" #: ./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/nova-conf-changes.xml45(td) msgid "" "(BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters " "or not." msgstr "" #: ./doc/common/tables/nova-scheduler.xml125(replaceable) msgid "nova.scheduler.weights.all_weighers" msgstr "" #: ./doc/common/tables/nova-scheduler.xml126(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/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 "" #: ./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 "" #: ./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 Juno 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] action_retry_limit = 5" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml17(td) #: ./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-conf-changes.xml20(td) msgid "[DEFAULT] cloud_backend = heat.engine.clients.OpenStackClients" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml21(td) #: ./doc/common/tables/heat-clients_backends.xml22(td) msgid "(StrOpt) Fully qualified class name to use as a client backend." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml24(td) msgid "[DEFAULT] enable_cloud_watch_lite = True" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml25(td) #: ./doc/common/tables/heat-cloudwatch_api.xml22(td) msgid "(BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml28(td) msgid "[DEFAULT] enable_stack_abandon = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml29(td) #: ./doc/common/tables/heat-api.xml26(td) msgid "(BoolOpt) Enable the preview Stack Abandon feature." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml32(td) msgid "[DEFAULT] enable_stack_adopt = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml33(td) #: ./doc/common/tables/heat-api.xml30(td) msgid "(BoolOpt) Enable the preview Stack Adopt feature." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml36(td) #: ./doc/common/tables/neutron-conf-changes.xml80(td) msgid "[DEFAULT] kombu_reconnect_delay = 1.0" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml40(td) msgid "[DEFAULT] loadbalancer_template = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml41(td) #: ./doc/common/tables/heat-loadbalancer.xml22(td) msgid "(StrOpt) Custom template for the built-in loadbalancer nested stack." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml44(td) msgid "[DEFAULT] num_engine_workers = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml45(td) #: ./doc/common/tables/heat-api.xml54(td) msgid "(IntOpt) Number of heat-engine processes to fork and run." msgstr "" #: ./doc/common/tables/heat-conf-changes.xml48(td) #: ./doc/common/tables/neutron-conf-changes.xml144(td) msgid "[DEFAULT] qpid_receiver_capacity = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml52(td) #: ./doc/common/tables/neutron-conf-changes.xml152(td) msgid "[DEFAULT] rabbit_login_method = AMQPLAIN" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml53(td) #: ./doc/common/tables/neutron-conf-changes.xml153(td) #: ./doc/common/tables/sahara-rabbitmq.xml54(td) msgid "(StrOpt) the RabbitMQ login method" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml56(td) msgid "[DEFAULT] stack_user_domain_id = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml57(td) #: ./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-conf-changes.xml60(td) msgid "[DEFAULT] stack_user_domain_name = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml61(td) #: ./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-conf-changes.xml64(td) #: ./doc/common/tables/neutron-conf-changes.xml180(td) msgid "[DEFAULT] transport_url = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml68(td) #: ./doc/common/tables/neutron-conf-changes.xml184(td) #: ./doc/common/tables/trove-conf-changes.xml104(td) msgid "[DEFAULT] use_syslog_rfc_format = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml72(td) msgid "[clients_cinder] http_log_debug = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml76(td) msgid "[clients_glance] ca_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml80(td) msgid "[clients_glance] cert_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml84(td) msgid "[clients_glance] endpoint_type = publicURL" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml88(td) msgid "[clients_glance] insecure = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml92(td) msgid "[clients_glance] key_file = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml96(td) msgid "[clients_nova] http_log_debug = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml100(td) #: ./doc/common/tables/cinder-conf-changes.xml456(td) msgid "[database] db_inc_retry_interval = True" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml104(td) #: ./doc/common/tables/cinder-conf-changes.xml460(td) msgid "[database] db_max_retries = 20" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml108(td) #: ./doc/common/tables/cinder-conf-changes.xml464(td) msgid "[database] db_max_retry_interval = 10" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml112(td) #: ./doc/common/tables/cinder-conf-changes.xml468(td) msgid "[database] db_retry_interval = 1" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml116(td) #: ./doc/common/tables/neutron-conf-changes.xml384(td) #: ./doc/common/tables/cinder-conf-changes.xml472(td) msgid "[database] mysql_sql_mode = TRADITIONAL" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml120(td) #: ./doc/common/tables/neutron-conf-changes.xml388(td) #: ./doc/common/tables/cinder-conf-changes.xml484(td) msgid "[database] sqlite_db = oslo.sqlite" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml124(td) #: ./doc/common/tables/neutron-conf-changes.xml392(td) #: ./doc/common/tables/cinder-conf-changes.xml488(td) msgid "[database] sqlite_synchronous = True" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml128(td) #: ./doc/common/tables/cinder-conf-changes.xml492(td) msgid "[database] use_db_reconnect = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml132(td) #: ./doc/common/tables/glance-conf-changes.xml76(td) #: ./doc/common/tables/neutron-conf-changes.xml468(td) #: ./doc/common/tables/keystone-conf-changes.xml80(td) #: ./doc/common/tables/trove-conf-changes.xml160(td) #: ./doc/common/tables/nova-conf-changes.xml172(td) #: ./doc/common/tables/cinder-conf-changes.xml508(td) msgid "[keystone_authtoken] check_revocations_for_cached = False" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml136(td) #: ./doc/common/tables/glance-conf-changes.xml80(td) #: ./doc/common/tables/neutron-conf-changes.xml472(td) #: ./doc/common/tables/keystone-conf-changes.xml84(td) #: ./doc/common/tables/trove-conf-changes.xml164(td) #: ./doc/common/tables/nova-conf-changes.xml176(td) #: ./doc/common/tables/cinder-conf-changes.xml512(td) msgid "[keystone_authtoken] hash_algorithms = md5" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml140(td) #: ./doc/common/tables/glance-conf-changes.xml84(td) #: ./doc/common/tables/neutron-conf-changes.xml476(td) #: ./doc/common/tables/keystone-conf-changes.xml88(td) #: ./doc/common/tables/trove-conf-changes.xml168(td) #: ./doc/common/tables/nova-conf-changes.xml180(td) #: ./doc/common/tables/cinder-conf-changes.xml516(td) msgid "[keystone_authtoken] identity_uri = None" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml145(caption) #: ./doc/common/tables/glance-conf-changes.xml105(caption) #: ./doc/common/tables/neutron-conf-changes.xml781(caption) #: ./doc/common/tables/keystone-conf-changes.xml313(caption) #: ./doc/common/tables/trove-conf-changes.xml357(caption) #: ./doc/common/tables/nova-conf-changes.xml305(caption) #: ./doc/common/tables/swift-conf-changes.xml383(caption) #: ./doc/common/tables/cinder-conf-changes.xml529(caption) msgid "New default values" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml151(td) #: ./doc/common/tables/glance-conf-changes.xml111(td) #: ./doc/common/tables/neutron-conf-changes.xml787(td) #: ./doc/common/tables/keystone-conf-changes.xml319(td) #: ./doc/common/tables/trove-conf-changes.xml363(td) #: ./doc/common/tables/nova-conf-changes.xml311(td) #: ./doc/common/tables/swift-conf-changes.xml389(td) #: ./doc/common/tables/cinder-conf-changes.xml535(td) msgid "Option" msgstr "オプション" #: ./doc/common/tables/heat-conf-changes.xml152(td) #: ./doc/common/tables/glance-conf-changes.xml112(td) #: ./doc/common/tables/neutron-conf-changes.xml788(td) #: ./doc/common/tables/keystone-conf-changes.xml320(td) #: ./doc/common/tables/trove-conf-changes.xml364(td) #: ./doc/common/tables/nova-conf-changes.xml312(td) #: ./doc/common/tables/swift-conf-changes.xml390(td) #: ./doc/common/tables/cinder-conf-changes.xml536(td) msgid "Previous default value" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml153(td) #: ./doc/common/tables/glance-conf-changes.xml113(td) #: ./doc/common/tables/neutron-conf-changes.xml789(td) #: ./doc/common/tables/keystone-conf-changes.xml321(td) #: ./doc/common/tables/trove-conf-changes.xml365(td) #: ./doc/common/tables/nova-conf-changes.xml313(td) #: ./doc/common/tables/swift-conf-changes.xml391(td) #: ./doc/common/tables/cinder-conf-changes.xml537(td) msgid "New default value" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml157(td) #: ./doc/common/tables/neutron-conf-changes.xml793(td) #: ./doc/common/tables/keystone-conf-changes.xml325(td) msgid "[DEFAULT] control_exchange" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml158(td) #: ./doc/common/tables/ceilometer-exchange.xml29(replaceable) msgid "heat" msgstr "heat" #: ./doc/common/tables/heat-conf-changes.xml162(td) #: ./doc/common/tables/glance-conf-changes.xml117(td) #: ./doc/common/tables/neutron-conf-changes.xml798(td) #: ./doc/common/tables/keystone-conf-changes.xml330(td) #: ./doc/common/tables/trove-conf-changes.xml374(td) #: ./doc/common/tables/nova-conf-changes.xml322(td) #: ./doc/common/tables/cinder-conf-changes.xml546(td) msgid "[DEFAULT] default_log_levels" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml163(td) #: ./doc/common/tables/neutron-conf-changes.xml799(td) #: ./doc/common/tables/trove-conf-changes.xml375(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "iso8601=WARN" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml164(td) #: ./doc/common/tables/glance-conf-changes.xml119(td) #: ./doc/common/tables/neutron-conf-changes.xml800(td) #: ./doc/common/tables/cinder-conf-changes.xml547(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/heat-conf-changes.xml167(td) msgid "[DEFAULT] list_notifier_drivers" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml168(td) msgid "['heat.openstack.common.notifier.no_op_notifier']" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml172(td) #: ./doc/common/tables/neutron-conf-changes.xml828(td) msgid "[DEFAULT] rpc_zmq_matchmaker" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml173(td) msgid "heat.openstack.common.rpc.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml174(td) #: ./doc/common/tables/nova-zeromq.xml37(replaceable) #: ./doc/common/tables/neutron-conf-changes.xml830(td) #: ./doc/common/tables/heat-zeromq.xml37(replaceable) #: ./doc/common/tables/cinder-zeromq.xml37(replaceable) #: ./doc/common/tables/ceilometer-zeromq.xml37(replaceable) #: ./doc/common/tables/neutron-zeromq.xml37(replaceable) #: ./doc/common/tables/keystone-zeromq.xml37(replaceable) #: ./doc/common/tables/glance-zeromq.xml37(replaceable) msgid "oslo.messaging._drivers.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml177(td) #: ./doc/common/tables/neutron-conf-changes.xml848(td) #: ./doc/common/tables/cinder-conf-changes.xml571(td) msgid "[database] connection" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml178(td) msgid "" "sqlite:////usr/lib/python/site-" "packages/heat/heat/openstack/common/db/$sqlite_db" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml182(td) #: ./doc/common/tables/neutron-conf-changes.xml868(td) msgid "[database] slave_connection" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml187(td) #: ./doc/common/tables/glance-conf-changes.xml132(td) #: ./doc/common/tables/neutron-conf-changes.xml873(td) #: ./doc/common/tables/keystone-conf-changes.xml340(td) #: ./doc/common/tables/trove-conf-changes.xml414(td) #: ./doc/common/tables/nova-conf-changes.xml347(td) #: ./doc/common/tables/cinder-conf-changes.xml581(td) msgid "[keystone_authtoken] revocation_cache_time" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml193(caption) #: ./doc/common/tables/glance-conf-changes.xml138(caption) #: ./doc/common/tables/neutron-conf-changes.xml879(caption) #: ./doc/common/tables/keystone-conf-changes.xml356(caption) #: ./doc/common/tables/trove-conf-changes.xml420(caption) #: ./doc/common/tables/nova-conf-changes.xml363(caption) #: ./doc/common/tables/cinder-conf-changes.xml587(caption) msgid "Deprecated options" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml198(td) #: ./doc/common/tables/glance-conf-changes.xml143(td) #: ./doc/common/tables/neutron-conf-changes.xml884(td) #: ./doc/common/tables/keystone-conf-changes.xml361(td) #: ./doc/common/tables/trove-conf-changes.xml425(td) #: ./doc/common/tables/nova-conf-changes.xml368(td) #: ./doc/common/tables/cinder-conf-changes.xml592(td) msgid "Deprecated option" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml199(td) #: ./doc/common/tables/glance-conf-changes.xml144(td) #: ./doc/common/tables/neutron-conf-changes.xml885(td) #: ./doc/common/tables/keystone-conf-changes.xml362(td) #: ./doc/common/tables/trove-conf-changes.xml426(td) #: ./doc/common/tables/nova-conf-changes.xml369(td) #: ./doc/common/tables/cinder-conf-changes.xml593(td) msgid "New Option" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml203(td) #: ./doc/common/tables/cinder-conf-changes.xml597(td) msgid "[DEFAULT] db_backend" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml204(td) #: ./doc/common/tables/cinder-conf-changes.xml598(td) msgid "[database] backend" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml207(td) msgid "[DEFAULT] stack_user_domain" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml208(td) msgid "[DEFAULT] stack_user_domain_id" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml211(td) #: ./doc/common/tables/neutron-conf-changes.xml889(td) msgid "[rpc_notifier2] topics" msgstr "" #: ./doc/common/tables/heat-conf-changes.xml212(td) #: ./doc/common/tables/neutron-conf-changes.xml890(td) msgid "[DEFAULT] notification_topics" msgstr "" #: ./doc/common/tables/ironic-amqp.xml41(td) #: ./doc/common/tables/sahara-amqp.xml49(td) msgid "transport_url = None" msgstr "" #: ./doc/common/tables/ironic-amqp.xml48(td) msgid "allow_insecure_clients = False" msgstr "" #: ./doc/common/tables/ironic-amqp.xml52(td) msgid "broadcast_prefix = broadcast" msgstr "" #: ./doc/common/tables/ironic-amqp.xml56(td) msgid "container_name = None" msgstr "" #: ./doc/common/tables/ironic-amqp.xml60(td) msgid "group_request_prefix = unicast" msgstr "" #: ./doc/common/tables/ironic-amqp.xml64(td) msgid "idle_timeout = 0" msgstr "" #: ./doc/common/tables/ironic-amqp.xml68(td) msgid "server_request_prefix = exclusive" msgstr "" #: ./doc/common/tables/ironic-amqp.xml72(td) msgid "trace = False" 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) msgid "(IntOpt) Dell API port" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml26(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) msgid "(IntOpt) Storage Center System Serial Number" msgstr "" #: ./doc/common/tables/cinder-dellsc.xml34(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) msgid "(MultiStrOpt) Name of a VMware Cluster ComputeResource." msgstr "" #: ./doc/common/tables/nova-vmware.xml30(td) msgid "(StrOpt) Regex to match the name of a datastore." msgstr "" #: ./doc/common/tables/nova-vmware.xml34(td) msgid "(StrOpt) Hostname or IP address for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml38(td) msgid "(StrOpt) Password for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml42(td) #: ./doc/common/tables/nova-conf-changes.xml301(td) msgid "(IntOpt) Port for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml46(td) msgid "(StrOpt) Username for connection to VMware VC host." msgstr "" #: ./doc/common/tables/nova-vmware.xml50(td) msgid "(StrOpt) Name of Integration Bridge" msgstr "" #: ./doc/common/tables/nova-vmware.xml53(replaceable) #: ./doc/common/tables/cinder-storage.xml45(replaceable) #: ./doc/common/tables/cinder-storage.xml69(replaceable) #: ./doc/common/tables/heat-quota.xml33(replaceable) #: ./doc/common/tables/keystone-ldap.xml33(replaceable) #: ./doc/common/tables/cinder-vmware.xml45(replaceable) #: ./doc/common/tables/glance-s3.xml45(replaceable) #: ./doc/common/tables/neutron-quotas.xml44(replaceable) #: ./doc/common/tables/neutron-quotas.xml84(replaceable) #: ./doc/common/tables/neutron-quotas.xml104(replaceable) #: ./doc/common/tables/nova-network.xml257(replaceable) #: ./doc/common/tables/neutron-hyperv_agent.xml29(replaceable) #: ./doc/common/tables/nova-quota.xml61(replaceable) msgid "100" msgstr "100" #: ./doc/common/tables/nova-vmware.xml54(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.xml58(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.xml62(td) msgid "(BoolOpt) The PBM status." msgstr "" #: ./doc/common/tables/nova-vmware.xml66(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.xml70(td) msgid "(FloatOpt) The interval used for polling of remote tasks." msgstr "" #: ./doc/common/tables/nova-vmware.xml74(td) msgid "(BoolOpt) Whether to use linked clone" msgstr "" #: ./doc/common/tables/nova-vmware.xml78(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 Juno for OpenStack Image Service" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml16(td) msgid "[DEFAULT] db_enforce_mysql_charset = True" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml20(td) msgid "[DEFAULT] default_swift_reference = ref1" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml21(td) #: ./doc/common/tables/glance-conf-changes.xml41(td) #: ./doc/common/tables/glance-swift.xml22(td) #: ./doc/common/tables/glance-swift.xml45(td) msgid "" "(StrOpt) The reference to the default swift account/backing store parameters" " to use for adding new images." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml24(td) msgid "[DEFAULT] metadata_source_path = /etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml25(td) #: ./doc/common/tables/glance-common.xml74(td) msgid "(StrOpt) Path to the directory where json metadata files are stored" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml28(td) msgid "[DEFAULT] swift_store_config_file = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml29(td) #: ./doc/common/tables/glance-conf-changes.xml65(td) #: ./doc/common/tables/glance-swift.xml30(td) #: ./doc/common/tables/glance-swift.xml69(td) msgid "(StrOpt) The config file that has the swift account(s)configs." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml32(td) #: ./doc/common/tables/keystone-conf-changes.xml60(td) #: ./doc/common/tables/cinder-conf-changes.xml480(td) msgid "[database] slave_connection = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml36(td) msgid "[glance_store] default_store = file" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml37(td) #: ./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-conf-changes.xml40(td) msgid "[glance_store] default_swift_reference = ref1" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml44(td) msgid "[glance_store] filesystem_store_datadir = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml45(td) #: ./doc/common/tables/glance-filesystem.xml22(td) msgid "" "(StrOpt) Directory to which the Filesystem backend store writes images." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml48(td) msgid "[glance_store] filesystem_store_datadirs = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml49(td) #: ./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-conf-changes.xml52(td) msgid "[glance_store] filesystem_store_metadata_file = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml53(td) #: ./doc/common/tables/glance-filesystem.xml34(td) msgid "" "(StrOpt) The path to a file which contains the metadata to be returned with " "any location associated with this store. The file must contain a valid JSON " "dict." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml56(td) msgid "[glance_store] stores = file, http" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml57(td) #: ./doc/common/tables/glance-api.xml89(td) msgid "(ListOpt) List of stores enabled" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml60(td) msgid "[glance_store] swift_store_auth_address = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml61(td) #: ./doc/common/tables/glance-swift.xml26(td) #: ./doc/common/tables/glance-swift.xml57(td) msgid "" "(StrOpt) The address where the Swift authentication service is " "listening.(deprecated)" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml64(td) msgid "[glance_store] swift_store_config_file = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml68(td) msgid "[glance_store] swift_store_key = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml69(td) #: ./doc/common/tables/glance-swift.xml34(td) #: ./doc/common/tables/glance-swift.xml85(td) msgid "" "(StrOpt) Auth key for the user authenticating against the Swift " "authentication service. (deprecated)" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml72(td) msgid "[glance_store] swift_store_user = None" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml73(td) #: ./doc/common/tables/glance-swift.xml38(td) #: ./doc/common/tables/glance-swift.xml117(td) msgid "" "(StrOpt) The user to authenticate against the Swift authentication service " "(deprecated)" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml88(td) msgid "[profiler] enabled = True" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml89(td) #: ./doc/common/tables/heat-testing.xml29(td) #: ./doc/common/tables/cinder-profiler.xml22(td) #: ./doc/common/tables/glance-profiler.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml521(td) msgid "(BoolOpt) If False fully disable profiling feature." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml92(td) msgid "[profiler] trace_sqlalchemy = True" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml93(td) #: ./doc/common/tables/cinder-profiler.xml26(td) #: ./doc/common/tables/glance-profiler.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml525(td) msgid "(BoolOpt) If False doesn't trace SQL requests." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml96(td) msgid "[task] eventlet_executor_pool_size = 1000" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml97(td) #: ./doc/common/tables/glance-common.xml126(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-conf-changes.xml100(td) msgid "[task] task_executor = eventlet" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml101(td) #: ./doc/common/tables/glance-common.xml130(td) msgid "" "(StrOpt) Specifies which task executor to be used to run the task scripts." msgstr "" #: ./doc/common/tables/glance-conf-changes.xml118(td) #: ./doc/common/tables/keystone-conf-changes.xml331(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "iso8601=WARN, requests.packages.urllib3.connectionpool=WARN" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml122(td) msgid "[DEFAULT] workers" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml127(td) #: ./doc/common/tables/keystone-conf-changes.xml335(td) #: ./doc/common/tables/nova-conf-changes.xml342(td) msgid "[database] sqlite_db" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml128(td) msgid "glance.sqlite" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml148(td) msgid "[DEFAULT] swift_store_auth_address" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml149(td) msgid "[glance_store] swift_store_auth_address" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml152(td) msgid "[DEFAULT] filesystem_store_metadata_file" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml153(td) msgid "[glance_store] filesystem_store_metadata_file" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml156(td) msgid "[DEFAULT] swift_store_key" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml157(td) msgid "[glance_store] swift_store_key" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml160(td) msgid "[DEFAULT] filesystem_store_datadir" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml161(td) msgid "[glance_store] filesystem_store_datadir" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml164(td) msgid "[DEFAULT] known_stores" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml165(td) msgid "[glance_store] stores" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml168(td) msgid "[DEFAULT] default_store" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml169(td) msgid "[glance_store] default_store" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml172(td) msgid "[DEFAULT] swift_store_user" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml173(td) msgid "[glance_store] swift_store_user" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml176(td) msgid "[DEFAULT] filesystem_store_datadirs" msgstr "" #: ./doc/common/tables/glance-conf-changes.xml177(td) msgid "[glance_store] filesystem_store_datadirs" 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 "" #: ./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 "" #: ./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/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 "16384" #: ./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-conf-changes.xml815(td) #: ./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) #: ./doc/common/tables/neutron-ml2_mlnx.xml18(th) #: ./doc/common/tables/neutron-mlnx.xml18(th) msgid "[ESWITCH]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml69(td) msgid "" "(IntOpt) The number of retries the agent will send request to daemon before " "giving up" msgstr "" #: ./doc/common/tables/neutron-vmware.xml72(th) msgid "[NSX]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml75(replaceable) msgid "agent" msgstr "" #: ./doc/common/tables/neutron-vmware.xml76(td) msgid "(StrOpt) The mode used to implement DHCP/metadata services." msgstr "" #: ./doc/common/tables/neutron-vmware.xml80(td) msgid "(IntOpt) Maximum concurrent connections to each NSX controller." msgstr "" #: ./doc/common/tables/neutron-vmware.xml83(replaceable) msgid "stt" msgstr "" #: ./doc/common/tables/neutron-vmware.xml84(td) msgid "" "(StrOpt) The default network tranport type to use (stt, gre, bridge, " "ipsec_gre, or ipsec_stt)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml88(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on a bridged transport " "zone (default 5000)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml91(replaceable) #: ./doc/common/tables/cinder-storwize.xml65(replaceable) #: ./doc/common/tables/ceilometer-api.xml41(replaceable) #: ./doc/common/tables/nova-network.xml189(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml562(td) msgid "256" msgstr "256" #: ./doc/common/tables/neutron-vmware.xml92(td) msgid "" "(IntOpt) Maximum number of ports of a logical switch on an overlay transport" " zone (default 256)" msgstr "" #: ./doc/common/tables/neutron-vmware.xml95(replaceable) msgid "access_network" msgstr "" #: ./doc/common/tables/neutron-vmware.xml96(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.xml100(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.xml104(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.xml107(th) msgid "[NSX_DHCP]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml110(replaceable) msgid "43200" msgstr "" #: ./doc/common/tables/neutron-vmware.xml111(td) #: ./doc/common/tables/neutron-conf-changes.xml245(td) msgid "(IntOpt) Default DHCP lease time" msgstr "" #: ./doc/common/tables/neutron-vmware.xml114(replaceable) #: ./doc/common/tables/neutron-common.xml117(replaceable) msgid "openstacklocal" msgstr "" #: ./doc/common/tables/neutron-vmware.xml115(td) #: ./doc/common/tables/neutron-conf-changes.xml249(td) #: ./doc/common/tables/nova-network.xml50(td) #: ./doc/common/tables/neutron-common.xml118(td) msgid "(StrOpt) Domain to use for building the hostnames" msgstr "" #: ./doc/common/tables/neutron-vmware.xml119(td) #: ./doc/common/tables/neutron-conf-changes.xml253(td) msgid "(ListOpt) Comma separated list of additional domain name servers" msgstr "" #: ./doc/common/tables/neutron-vmware.xml122(th) msgid "[NSX_LSN]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml126(td) #: ./doc/common/tables/neutron-conf-changes.xml257(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.xml129(th) msgid "[NSX_METADATA]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml133(td) #: ./doc/common/tables/neutron-conf-changes.xml261(td) msgid "(StrOpt) IP address used by Metadata server." msgstr "" #: ./doc/common/tables/neutron-vmware.xml137(td) #: ./doc/common/tables/neutron-conf-changes.xml265(td) msgid "(IntOpt) TCP Port used by Metadata server." msgstr "" #: ./doc/common/tables/neutron-vmware.xml141(td) #: ./doc/common/tables/neutron-conf-changes.xml269(td) #: ./doc/common/tables/neutron-metadata.xml34(td) msgid "(StrOpt) Shared secret to sign instance-id request" msgstr "" #: ./doc/common/tables/neutron-vmware.xml144(th) msgid "[NSX_SYNC]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml148(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.xml152(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.xml155(replaceable) msgid "500" msgstr "500" #: ./doc/common/tables/neutron-vmware.xml156(td) msgid "" "(IntOpt) Minimum number of resources to be retrieved from NSX during state " "synchronization" msgstr "" #: ./doc/common/tables/neutron-vmware.xml160(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.xml164(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.xml167(th) msgid "[vcns]" msgstr "" #: ./doc/common/tables/neutron-vmware.xml171(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml175(td) #: ./doc/common/tables/neutron-vmware.xml179(td) msgid "" "(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml183(td) msgid "(StrOpt) Network ID for physical network connectivity" msgstr "" #: ./doc/common/tables/neutron-vmware.xml187(td) msgid "(StrOpt) uri for vsm" msgstr "" #: ./doc/common/tables/neutron-vmware.xml191(td) msgid "(StrOpt) Password for vsm" msgstr "" #: ./doc/common/tables/neutron-vmware.xml195(td) msgid "" "(StrOpt) Optional parameter identifying the ID of resource to deploy NSX " "Edges" msgstr "" #: ./doc/common/tables/neutron-vmware.xml198(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml37(replaceable) msgid "2000" msgstr "" #: ./doc/common/tables/neutron-vmware.xml199(td) msgid "(IntOpt) Task status check interval" msgstr "" #: ./doc/common/tables/neutron-vmware.xml203(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.xml21(td) msgid "ca_file = None" msgstr "" #: ./doc/common/tables/trove-ca.xml22(td) #: ./doc/common/tables/nova-ca.xml54(td) #: ./doc/common/tables/neutron-ca.xml22(td) #: ./doc/common/tables/cinder-ca.xml22(td) msgid "(StrOpt) CA certificate file to use to verify connecting clients" msgstr "" #: ./doc/common/tables/trove-ca.xml25(td) msgid "cert_file = None" 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.xml29(td) msgid "key_file = None" 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/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) #: ./doc/common/tables/cinder-conf-changes.xml361(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) #: ./doc/common/tables/cinder-conf-changes.xml365(td) msgid "(StrOpt) iSCSI initiator group." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml369(td) msgid "(StrOpt) iSCSI initiator CHAP password." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml373(td) msgid "(StrOpt) iSCSI initiator CHAP user." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml42(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml377(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) #: ./doc/common/tables/cinder-conf-changes.xml381(td) msgid "(StrOpt) Synchronous write bias-latency, throughput." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml50(td) #: ./doc/common/tables/cinder-conf-changes.xml385(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) #: ./doc/common/tables/cinder-conf-changes.xml389(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.xml50(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml393(td) msgid "(StrOpt) Storage pool name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml62(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml397(td) msgid "(StrOpt) Project name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml66(td) #: ./doc/common/tables/cinder-zfssa-nfs.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml401(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) #: ./doc/common/tables/cinder-conf-changes.xml405(td) msgid "(StrOpt) iSCSI target group name." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml74(td) #: ./doc/common/tables/cinder-conf-changes.xml409(td) msgid "(StrOpt) Network interfaces of iSCSI targets. (comma separated)" msgstr "" #: ./doc/common/tables/cinder-zfssa.xml78(td) #: ./doc/common/tables/cinder-conf-changes.xml413(td) msgid "(StrOpt) iSCSI target CHAP password." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml82(td) #: ./doc/common/tables/cinder-conf-changes.xml417(td) msgid "(StrOpt) iSCSI target portal (Data-IP:Port, w.x.y.z:3260)." msgstr "" #: ./doc/common/tables/cinder-zfssa.xml86(td) #: ./doc/common/tables/cinder-conf-changes.xml421(td) msgid "(StrOpt) iSCSI target CHAP user." msgstr "" #: ./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) msgid "/var/run/openstack" msgstr "" #: ./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) msgid "9501" 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.xml61(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, 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) msgid "iqn.2010-10.org.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml54(td) msgid "(StrOpt) Prefix for iSCSI volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml57(replaceable) #: ./doc/common/tables/cinder-nexenta_nfs.xml33(replaceable) msgid "on" msgstr "の" #: ./doc/common/tables/cinder-storage.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml201(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.xml62(td) msgid "(StrOpt) The name of the iSER target user-land tool to use" msgstr "" #: ./doc/common/tables/cinder-storage.xml66(td) msgid "(StrOpt) The IP address that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml70(td) msgid "(IntOpt) The maximum number of iSER target IDs per host" msgstr "" #: ./doc/common/tables/cinder-storage.xml74(td) msgid "(IntOpt) The port that the iSER daemon is listening on" msgstr "" #: ./doc/common/tables/cinder-storage.xml77(replaceable) msgid "iqn.2010-10.org.iser.openstack:" msgstr "" #: ./doc/common/tables/cinder-storage.xml78(td) msgid "(StrOpt) Prefix for iSER volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml82(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.xml86(td) msgid "" "(IntOpt) Timeout for creating the volume to migrate to when performing " "volume migration (seconds)" msgstr "" #: ./doc/common/tables/cinder-storage.xml90(td) msgid "" "(IntOpt) The maximum number of times to rescan iSER targetto find volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml94(td) msgid "(IntOpt) The maximum number of times to rescan targets to find volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml98(td) msgid "(StrOpt) The backend name for a given driver implementation" msgstr "" #: ./doc/common/tables/cinder-storage.xml101(replaceable) #: ./doc/common/tables/nova-libvirt.xml180(replaceable) msgid "zero" msgstr "" #: ./doc/common/tables/cinder-storage.xml102(td) #: ./doc/common/tables/nova-libvirt.xml181(td) msgid "" "(StrOpt) Method used to wipe old volumes (valid options are: none, zero, " "shred)" msgstr "" #: ./doc/common/tables/cinder-storage.xml106(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.xml110(td) #: ./doc/common/tables/nova-libvirt.xml185(td) msgid "(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all" msgstr "" #: ./doc/common/tables/cinder-storage.xml113(replaceable) msgid "cinder-volume-copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml114(td) #: ./doc/common/tables/cinder-conf-changes.xml349(td) msgid "" "(StrOpt) The blkio cgroup name to be used to limit bandwidth of volume copy" msgstr "" #: ./doc/common/tables/cinder-storage.xml118(td) #: ./doc/common/tables/cinder-conf-changes.xml353(td) msgid "" "(IntOpt) The upper limit of bandwidth of volume copy. 0 => unlimited" msgstr "" #: ./doc/common/tables/cinder-storage.xml121(replaceable) msgid "1M" msgstr "" #: ./doc/common/tables/cinder-storage.xml122(td) msgid "(StrOpt) The default block size used when copying/clearing volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml125(replaceable) msgid "cinder.volume.drivers.lvm.LVMISCSIDriver" msgstr "" #: ./doc/common/tables/cinder-storage.xml126(td) msgid "(StrOpt) Driver to use for volume creation" msgstr "" #: ./doc/common/tables/cinder-storage.xml129(replaceable) msgid "cinder.volume.manager.VolumeManager" msgstr "" #: ./doc/common/tables/cinder-storage.xml130(td) msgid "(StrOpt) Full class name for the Manager for volume" msgstr "" #: ./doc/common/tables/cinder-storage.xml134(td) msgid "(BoolOpt) Offload pending volume delete during volume service startup" msgstr "" #: ./doc/common/tables/cinder-storage.xml138(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.xml141(replaceable) msgid "$state_path/volumes" msgstr "" #: ./doc/common/tables/cinder-storage.xml142(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 "" #: ./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(td) msgid "name = 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.xml231(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/cinder-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/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(td) msgid "network_driver = trove.network.nova.NovaNetwork" msgstr "" #: ./doc/common/tables/trove-network.xml22(td) #: ./doc/common/tables/trove-conf-changes.xml65(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.xml25(td) msgid "neutron_service_type = network" msgstr "" #: ./doc/common/tables/trove-network.xml26(td) #: ./doc/common/tables/trove-volume.xml26(td) #: ./doc/common/tables/trove-conf-changes.xml29(td) #: ./doc/common/tables/trove-conf-changes.xml53(td) #: ./doc/common/tables/trove-conf-changes.xml69(td) #: ./doc/common/tables/trove-conf-changes.xml77(td) #: ./doc/common/tables/trove-conf-changes.xml93(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 type to use when searching catalog." msgstr "" #: ./doc/common/tables/trove-network.xml29(td) msgid "neutron_url = None" msgstr "" #: ./doc/common/tables/trove-network.xml30(td) #: ./doc/common/tables/trove-volume.xml30(td) #: ./doc/common/tables/trove-conf-changes.xml73(td) #: ./doc/common/tables/trove-heat.xml30(td) #: ./doc/common/tables/trove-compute.xml30(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 Juno for OpenStack Networking" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml16(td) msgid "[DEFAULT] agent_down_time = 75" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml17(td) #: ./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-conf-changes.xml20(td) msgid "[DEFAULT] agent_mode = legacy" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml21(td) #: ./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-conf-changes.xml24(td) msgid "[DEFAULT] allow_automatic_l3agent_failover = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml25(td) #: ./doc/common/tables/neutron-l3_agent.xml26(td) msgid "" "(BoolOpt) Automatically reschedule routers from offline L3 agents to online " "L3 agents." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml28(td) msgid "[DEFAULT] apic_system_id = openstack" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml32(td) msgid "[DEFAULT] check_child_processes = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml33(td) msgid "(BoolOpt) Periodically check child processes" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml36(td) msgid "[DEFAULT] check_child_processes_action = respawn" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml37(td) #: ./doc/common/tables/neutron-common.xml78(td) msgid "(StrOpt) Action to be executed when a child process dies" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml40(td) msgid "[DEFAULT] check_child_processes_interval = 60" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml41(td) msgid "(IntOpt) Interval between checks of child process liveness (seconds)" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml44(td) msgid "[DEFAULT] dhcp_agents_per_network = 1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml45(td) #: ./doc/common/tables/neutron-common.xml102(td) msgid "(IntOpt) Number of DHCP agents scheduled to host a network." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml48(td) msgid "[DEFAULT] dvr_base_mac = fa:16:3f:00:00:00" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml49(td) #: ./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-conf-changes.xml52(td) msgid "[DEFAULT] enable_metadata_proxy = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml53(td) #: ./doc/common/tables/neutron-l3_agent.xml30(td) msgid "(BoolOpt) Allow running metadata proxy." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml56(td) msgid "[DEFAULT] gateway_external_network_id =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml57(td) #: ./doc/common/tables/neutron-l3_agent.xml38(td) msgid "" "(StrOpt) UUID of external network for routers implemented by the agents." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml60(td) msgid "[DEFAULT] ha_confs_path = $state_path/ha_confs" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml61(td) #: ./doc/common/tables/neutron-l3_agent.xml42(td) msgid "(StrOpt) Location to store keepalived/conntrackd config files" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml64(td) msgid "[DEFAULT] ha_vrrp_advert_int = 2" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml65(td) #: ./doc/common/tables/neutron-l3_agent.xml46(td) msgid "(IntOpt) The advertisement interval in seconds" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml68(td) msgid "[DEFAULT] ha_vrrp_auth_password = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml69(td) #: ./doc/common/tables/neutron-l3_agent.xml50(td) msgid "(StrOpt) VRRP authentication password" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml72(td) msgid "[DEFAULT] ha_vrrp_auth_type = PASS" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml73(td) #: ./doc/common/tables/neutron-l3_agent.xml54(td) msgid "(StrOpt) VRRP authentication type AH/PASS" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml76(td) msgid "[DEFAULT] handle_internal_only_routers = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml77(td) #: ./doc/common/tables/neutron-l3_agent.xml58(td) msgid "(BoolOpt) Agent should implement routers with no gateway" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml84(td) msgid "[DEFAULT] l3_ha = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml85(td) #: ./doc/common/tables/neutron-l3_agent.xml62(td) msgid "(BoolOpt) Enable HA mode for virtual routers." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml88(td) msgid "[DEFAULT] l3_ha_net_cidr = 169.254.192.0/18" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml89(td) #: ./doc/common/tables/neutron-l3_agent.xml66(td) msgid "(StrOpt) Subnet used for the l3 HA admin network." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml92(td) msgid "" "[DEFAULT] loadbalancer_pool_scheduler_driver = " "neutron.services.loadbalancer.agent_scheduler.ChanceScheduler" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml93(td) #: ./doc/common/tables/neutron-lbaas.xml26(td) msgid "" "(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml96(td) msgid "[DEFAULT] max_l3_agents_per_router = 3" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml97(td) #: ./doc/common/tables/neutron-l3_agent.xml70(td) msgid "(IntOpt) Maximum number of agents on which a router will be scheduled." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml100(td) msgid "[DEFAULT] max_routes = 30" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml101(td) #: ./doc/common/tables/neutron-quotas.xml22(td) msgid "(IntOpt) Maximum number of routes" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml104(td) msgid "[DEFAULT] metadata_port = 9697" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml105(td) #: ./doc/common/tables/neutron-metadata.xml30(td) msgid "(IntOpt) TCP Port used by Neutron metadata namespace proxy." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml108(td) msgid "[DEFAULT] min_l3_agents_per_router = 2" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml109(td) #: ./doc/common/tables/neutron-l3_agent.xml74(td) msgid "(IntOpt) Minimum number of agents on which a router will be scheduled." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml112(td) msgid "[DEFAULT] network_auto_schedule = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml116(td) msgid "" "[DEFAULT] network_scheduler_driver = " "neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml120(td) #: ./doc/common/tables/cinder-conf-changes.xml212(td) msgid "[DEFAULT] nova_api_insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml121(td) #: ./doc/common/tables/neutron-compute.xml50(td) msgid "(BoolOpt) If True, ignore any SSL validation issues" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml124(td) #: ./doc/common/tables/cinder-conf-changes.xml216(td) msgid "[DEFAULT] nova_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml125(td) #: ./doc/common/tables/neutron-compute.xml54(td) msgid "(StrOpt) CA file for novaclient to verify server certificates" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml128(td) msgid "[DEFAULT] nova_client_cert =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml129(td) #: ./doc/common/tables/neutron-compute.xml58(td) msgid "(StrOpt) Client certificate for nova metadata api server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml132(td) msgid "[DEFAULT] nova_client_priv_key =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml133(td) #: ./doc/common/tables/neutron-compute.xml62(td) msgid "(StrOpt) Private key of client certificate." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml136(td) msgid "[DEFAULT] nova_metadata_insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml137(td) #: ./doc/common/tables/neutron-metadata.xml46(td) msgid "" "(BoolOpt) Allow to perform insecure SSL (https) requests to nova metadata" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml140(td) msgid "[DEFAULT] nova_metadata_protocol = http" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml141(td) #: ./doc/common/tables/neutron-metadata.xml58(td) msgid "(StrOpt) Protocol to access nova metadata, http or https" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml148(td) msgid "[DEFAULT] ra_confs = $state_path/ra" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml149(td) #: ./doc/common/tables/neutron-ipv6_ra.xml22(td) msgid "(StrOpt) Location to store IPv6 RA config files" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml156(td) msgid "[DEFAULT] router_auto_schedule = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml160(td) msgid "[DEFAULT] router_delete_namespaces = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml164(td) msgid "[DEFAULT] router_distributed = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml165(td) #: ./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/neutron-conf-changes.xml168(td) msgid "[DEFAULT] router_id =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml169(td) #: ./doc/common/tables/neutron-l3_agent.xml78(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-conf-changes.xml172(td) msgid "" "[DEFAULT] router_scheduler_driver = " "neutron.scheduler.l3_agent_scheduler.ChanceScheduler" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml176(td) msgid "[DEFAULT] send_arp_for_ha = 3" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml177(td) #: ./doc/common/tables/neutron-l3_agent.xml82(td) msgid "" "(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal " "to 0, the feature is disabled" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml188(td) msgid "[AGENT] arp_responder = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml192(td) msgid "[AGENT] dont_fragment = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml196(td) msgid "[AGENT] enable_distributed_routing = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml200(td) msgid "[AGENT] physical_interface_mappings =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml201(td) #: ./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-conf-changes.xml204(td) msgid "[CISCO_N1K] http_pool_size = 4" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml208(td) msgid "[CISCO_N1K] restrict_policy_profiles = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml212(td) msgid "[CONTRAIL] api_server_ip = 127.0.0.1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml213(td) #: ./doc/common/tables/neutron-opencontrail.xml22(td) msgid "(StrOpt) IP address to connect to opencontrail controller" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml216(td) msgid "[CONTRAIL] api_server_port = 8082" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml217(td) #: ./doc/common/tables/neutron-opencontrail.xml26(td) msgid "(IntOpt) Port to connect to opencontrail controller" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml220(td) msgid "[HYPERV] network_vlan_ranges =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml221(td) #: ./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-conf-changes.xml224(td) msgid "[HYPERV] tenant_network_type = local" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml225(td) #: ./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-conf-changes.xml228(td) msgid "[NOVA] node_override_vif_distributed =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml229(td) #: ./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-conf-changes.xml232(td) msgid "[NOVA] node_override_vif_dvs =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml233(td) #: ./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-conf-changes.xml236(td) msgid "[NOVA] node_override_vif_hw_veb =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml237(td) #: ./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-conf-changes.xml240(td) msgid "[NOVA] node_override_vif_vrouter =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml241(td) #: ./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-conf-changes.xml244(td) msgid "[NSX_DHCP] default_lease_time = 43200" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml248(td) msgid "[NSX_DHCP] domain_name = openstacklocal" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml252(td) msgid "[NSX_DHCP] extra_domain_name_servers =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml256(td) msgid "[NSX_LSN] sync_on_missing_data = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml260(td) msgid "[NSX_METADATA] metadata_server_address = 127.0.0.1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml264(td) msgid "[NSX_METADATA] metadata_server_port = 8775" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml268(td) msgid "[NSX_METADATA] metadata_shared_secret =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml272(td) msgid "[OVS] use_veth_interconnection = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml276(td) msgid "[PHYSICAL_INTERFACE] physical_interface = eth0" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml277(td) #: ./doc/common/tables/neutron-brocade.xml22(td) msgid "(StrOpt) The network interface to use when creatinga port" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml280(td) msgid "[QUOTAS] quota_firewall = 1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml281(td) #: ./doc/common/tables/neutron-quotas.xml37(td) msgid "" "(IntOpt) Number of firewalls allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml284(td) msgid "[QUOTAS] quota_firewall_policy = 1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml285(td) #: ./doc/common/tables/neutron-quotas.xml41(td) msgid "" "(IntOpt) Number of firewall policies allowed per tenant. A negative value " "means unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml288(td) msgid "[QUOTAS] quota_firewall_rule = 100" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml289(td) #: ./doc/common/tables/neutron-quotas.xml45(td) msgid "" "(IntOpt) Number of firewall rules allowed per tenant. A negative value means" " unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml292(td) msgid "[QUOTAS] quota_floatingip = 50" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml293(td) #: ./doc/common/tables/neutron-quotas.xml49(td) msgid "" "(IntOpt) Number of floating IPs allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml296(td) msgid "[QUOTAS] quota_health_monitor = -1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml297(td) #: ./doc/common/tables/neutron-quotas.xml53(td) #: ./doc/common/tables/neutron-quotas.xml57(td) msgid "" "(IntOpt) Number of health monitors allowed per tenant. A negative value " "means unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml300(td) msgid "[QUOTAS] quota_member = -1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml301(td) #: ./doc/common/tables/neutron-quotas.xml73(td) msgid "" "(IntOpt) Number of pool members allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml304(td) msgid "[QUOTAS] quota_network_gateway = 5" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml305(td) #: ./doc/common/tables/neutron-quotas.xml81(td) msgid "" "(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml308(td) msgid "[QUOTAS] quota_packet_filter = 100" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml309(td) #: ./doc/common/tables/neutron-quotas.xml85(td) msgid "(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml312(td) msgid "[QUOTAS] quota_pool = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml313(td) #: ./doc/common/tables/neutron-quotas.xml89(td) msgid "" "(IntOpt) Number of pools allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml316(td) msgid "[QUOTAS] quota_router = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml317(td) #: ./doc/common/tables/neutron-quotas.xml97(td) msgid "" "(IntOpt) Number of routers allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml320(td) msgid "[QUOTAS] quota_security_group = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml321(td) #: ./doc/common/tables/neutron-quotas.xml101(td) msgid "" "(IntOpt) Number of security groups allowed per tenant. A negative value " "means unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml324(td) msgid "[QUOTAS] quota_security_group_rule = 100" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml325(td) #: ./doc/common/tables/neutron-quotas.xml105(td) msgid "" "(IntOpt) Number of security rules allowed per tenant. A negative value means" " unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml328(td) msgid "[QUOTAS] quota_vip = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml329(td) #: ./doc/common/tables/neutron-quotas.xml113(td) msgid "" "(IntOpt) Number of vips allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml332(td) msgid "[SECURITYGROUP] enable_ipset = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml333(td) #: ./doc/common/tables/neutron-securitygroups.xml22(td) msgid "(BoolOpt) Use ipset to speed-up the iptables based security groups." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml336(td) msgid "[SRIOV_NIC] exclude_devices =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml337(td) #: ./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-conf-changes.xml340(td) msgid "[SRIOV_NIC] physical_device_mappings =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml341(td) #: ./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/neutron-conf-changes.xml344(td) msgid "[SWITCH] address =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml345(td) #: ./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-conf-changes.xml348(td) msgid "[SWITCH] ostype = NOS" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml349(td) #: ./doc/common/tables/neutron-brocade.xml33(td) msgid "(StrOpt) Currently unused" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml352(td) msgid "[SWITCH] password =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml353(td) #: ./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-conf-changes.xml356(td) msgid "[SWITCH] username =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml357(td) #: ./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/neutron-conf-changes.xml360(td) msgid "[SYNCMANAGER] enable_sync = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml361(td) #: ./doc/common/tables/neutron-nuage.xml57(td) msgid "(BoolOpt) Nuage plugin will sync resources between openstack and VSD" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml364(td) msgid "[SYNCMANAGER] sync_interval = 0" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml365(td) #: ./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/neutron-conf-changes.xml368(td) msgid "[cfg_agent] device_connection_timeout = 30" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml369(td) #: ./doc/common/tables/neutron-cfg_agent.xml22(td) msgid "(IntOpt) Time in seconds for connecting to a hosting device" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml372(td) msgid "[cfg_agent] hosting_device_dead_timeout = 300" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml373(td) #: ./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-conf-changes.xml376(td) msgid "" "[cfg_agent] routing_svc_helper_class = " "neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml377(td) #: ./doc/common/tables/neutron-cfg_agent.xml30(td) msgid "(StrOpt) Path of the routing service helper class." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml380(td) msgid "[cfg_agent] rpc_loop_interval = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml381(td) #: ./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/neutron-conf-changes.xml396(td) msgid "[general] backlog_processing_interval = 10" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml400(td) msgid "[general] cfg_agent_down_time = 60" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml404(td) msgid "[general] default_security_group = mgmt_sec_grp" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml408(td) msgid "[general] ensure_nova_running = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml412(td) msgid "[general] l3_admin_tenant = L3AdminTenant" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml416(td) msgid "[general] management_network = osn_mgmt_nw" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml420(td) msgid "" "[general] service_vm_config_path = " "/opt/stack/data/neutron/cisco/config_drive" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml424(td) msgid "[general] templates_path = /opt/stack/data/neutron/cisco/templates" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml428(td) msgid "[haproxy] send_gratuitous_arp = 3" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml429(td) #: ./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-conf-changes.xml432(td) msgid "[hosting_devices] csr1kv_booting_time = 420" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml436(td) msgid "" "[hosting_devices] csr1kv_cfgagent_router_driver = " "neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml440(td) msgid "[hosting_devices] csr1kv_configdrive_template = csr1kv_cfg_template" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml444(td) msgid "" "[hosting_devices] csr1kv_device_driver = " "neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml448(td) msgid "[hosting_devices] csr1kv_flavor = 621" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml452(td) msgid "[hosting_devices] csr1kv_image = csr1kv_openstack_img" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml456(td) msgid "[hosting_devices] csr1kv_password = cisco" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml460(td) msgid "" "[hosting_devices] csr1kv_plugging_driver = " "neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml464(td) msgid "[hosting_devices] csr1kv_username = stack" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml480(td) msgid "[l3_arista] l3_sync_interval = 180" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml481(td) #: ./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-conf-changes.xml484(td) msgid "[l3_arista] mlag_config = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml485(td) #: ./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-conf-changes.xml488(td) msgid "[l3_arista] primary_l3_host =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml489(td) #: ./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-conf-changes.xml492(td) msgid "[l3_arista] primary_l3_host_password =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml493(td) #: ./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-conf-changes.xml496(td) msgid "[l3_arista] primary_l3_host_username =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml497(td) #: ./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-conf-changes.xml500(td) msgid "[l3_arista] secondary_l3_host =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml501(td) #: ./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-conf-changes.xml504(td) msgid "[l3_arista] use_vrf = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml505(td) #: ./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-conf-changes.xml508(td) msgid "[ml2] extension_drivers =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml509(td) #: ./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-conf-changes.xml512(td) msgid "[ml2_brocade] rbridge_id = 1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml513(td) #: ./doc/common/tables/neutron-ml2_brocade.xml42(td) msgid "(StrOpt) Rbridge id of provider edge router(s)" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml516(td) msgid "[ml2_cisco_apic] apic_agent_poll_interval = 2" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml520(td) msgid "[ml2_cisco_apic] apic_agent_report_interval = 30" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml524(td) msgid "[ml2_cisco_apic] apic_app_profile_name = ${apic_system_id}_app" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml528(td) msgid "[ml2_cisco_apic] apic_domain_name = ${apic_system_id}" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml532(td) msgid "" "[ml2_cisco_apic] apic_entity_profile = ${apic_system_id}_entity_profile" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml536(td) msgid "" "[ml2_cisco_apic] apic_function_profile = ${apic_system_id}_function_profile" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml540(td) msgid "[ml2_cisco_apic] apic_host_uplink_ports =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml544(td) msgid "[ml2_cisco_apic] apic_hosts =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml548(td) msgid "[ml2_cisco_apic] apic_lacp_profile = ${apic_system_id}_lacp_profile" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml552(td) msgid "[ml2_cisco_apic] apic_name_mapping = use_name" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml556(td) msgid "[ml2_cisco_apic] apic_node_profile = ${apic_system_id}_node_profile" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml560(td) msgid "[ml2_cisco_apic] apic_password = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml564(td) msgid "[ml2_cisco_apic] apic_sync_interval = 0" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml568(td) msgid "[ml2_cisco_apic] apic_use_ssl = True" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml572(td) msgid "[ml2_cisco_apic] apic_username = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml576(td) msgid "[ml2_cisco_apic] apic_vlan_ns_name = ${apic_system_id}_vlan_ns" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml580(td) msgid "[ml2_cisco_apic] apic_vlan_range = 2:4093" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml584(td) msgid "[ml2_cisco_apic] apic_vpc_pairs =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml588(td) msgid "" "[ml2_cisco_apic] root_helper = sudo /usr/local/bin/neutron-rootwrap " "/etc/neutron/rootwrap.conf" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml592(td) msgid "[ml2_fslsdn] crd_api_insecure = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml596(td) msgid "[ml2_fslsdn] crd_auth_strategy = keystone" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml600(td) msgid "[ml2_fslsdn] crd_auth_url = http://127.0.0.1:5000/v2.0/" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml604(td) msgid "[ml2_fslsdn] crd_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml608(td) msgid "[ml2_fslsdn] crd_password = password" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml612(td) msgid "[ml2_fslsdn] crd_region_name = RegionOne" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml616(td) msgid "[ml2_fslsdn] crd_tenant_name = service" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml620(td) msgid "[ml2_fslsdn] crd_url = http://127.0.0.1:9797" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml624(td) msgid "[ml2_fslsdn] crd_url_timeout = 30" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml628(td) msgid "[ml2_fslsdn] crd_user_name = crd" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml632(td) msgid "[ml2_sriov] agent_required = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml633(td) #: ./doc/common/tables/neutron-ml2_sriov.xml22(td) msgid "(BoolOpt) SRIOV neutron agent is required for port binding" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml636(td) msgid "[ml2_sriov] supported_pci_vendor_devs = 15b3:1004, 8086:10c9" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml637(td) #: ./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-conf-changes.xml640(td) msgid "[n1kv] management_port_profile = osn_mgmt_pp" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml644(td) msgid "[n1kv] t1_network_profile = osn_t1_np" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml648(td) msgid "[n1kv] t1_port_profile = osn_t1_pp" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml652(td) msgid "[n1kv] t2_network_profile = osn_t2_np" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml656(td) msgid "[n1kv] t2_port_profile = osn_t2_pp" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml660(td) msgid "[netscaler_driver] netscaler_ncc_password = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml661(td) #: ./doc/common/tables/neutron-lbaas_netscaler.xml22(td) msgid "(StrOpt) Password to login to the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml664(td) msgid "[netscaler_driver] netscaler_ncc_uri = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml665(td) #: ./doc/common/tables/neutron-lbaas_netscaler.xml26(td) msgid "(StrOpt) The URL to reach the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml668(td) msgid "[netscaler_driver] netscaler_ncc_username = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml669(td) #: ./doc/common/tables/neutron-lbaas_netscaler.xml30(td) msgid "(StrOpt) Username to login to the NetScaler Control Center Server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml672(td) msgid "[plumgriddirector] director_server = localhost" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml673(td) #: ./doc/common/tables/neutron-plumgrid.xml22(td) msgid "(StrOpt) PLUMgrid Director server to connect to" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml676(td) msgid "[plumgriddirector] director_server_port = 8080" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml677(td) #: ./doc/common/tables/neutron-plumgrid.xml26(td) msgid "(StrOpt) PLUMgrid Director server port to connect to" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml680(td) msgid "" "[plumgriddirector] driver = neutron.plugins.plumgrid.drivers.plumlib.Plumlib" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml681(td) #: ./doc/common/tables/neutron-plumgrid.xml30(td) msgid "(StrOpt) PLUMgrid Driver" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml684(td) msgid "[plumgriddirector] password = password" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml685(td) #: ./doc/common/tables/neutron-plumgrid.xml34(td) msgid "(StrOpt) PLUMgrid Director admin password" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml688(td) msgid "[plumgriddirector] servertimeout = 5" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml689(td) #: ./doc/common/tables/neutron-plumgrid.xml38(td) msgid "(IntOpt) PLUMgrid Director server timeout" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml692(td) msgid "[plumgriddirector] username = username" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml693(td) #: ./doc/common/tables/neutron-plumgrid.xml42(td) msgid "(StrOpt) PLUMgrid Director admin username" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml696(td) msgid "[radware] actions_to_skip = setup_l2_l3" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml697(td) #: ./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-conf-changes.xml700(td) msgid "[radware] ha_secondary_address = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml701(td) #: ./doc/common/tables/neutron-lbaas_radware.xml26(td) msgid "(StrOpt) IP address of secondary vDirect server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml704(td) msgid "" "[radware] 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-conf-changes.xml705(td) #: ./doc/common/tables/neutron-lbaas_radware.xml30(td) msgid "(DictOpt) Parameter for l2_l3 workflow constructor." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml708(td) msgid "" "[radware] 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-conf-changes.xml709(td) #: ./doc/common/tables/neutron-lbaas_radware.xml34(td) msgid "(DictOpt) Parameter for l2_l3 workflow setup." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml712(td) msgid "[radware] l2_l3_workflow_name = openstack_l2_l3" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml713(td) #: ./doc/common/tables/neutron-lbaas_radware.xml38(td) msgid "(StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml716(td) msgid "[radware] l4_action_name = BaseCreate" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml717(td) #: ./doc/common/tables/neutron-lbaas_radware.xml42(td) msgid "(StrOpt) Name of the l4 workflow action. Default: BaseCreate." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml720(td) msgid "[radware] l4_workflow_name = openstack_l4" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml721(td) #: ./doc/common/tables/neutron-lbaas_radware.xml46(td) msgid "(StrOpt) Name of l4 workflow. Default: openstack_l4." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml724(td) msgid "[radware] service_adc_type = VA" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml725(td) #: ./doc/common/tables/neutron-lbaas_radware.xml50(td) msgid "(StrOpt) Service ADC type. Default: VA." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml728(td) msgid "[radware] service_adc_version =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml729(td) #: ./doc/common/tables/neutron-lbaas_radware.xml54(td) msgid "(StrOpt) Service ADC version." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml732(td) msgid "[radware] service_cache = 20" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml733(td) #: ./doc/common/tables/neutron-lbaas_radware.xml58(td) msgid "(IntOpt) Size of service cache. Default: 20." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml736(td) msgid "[radware] service_compression_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml737(td) #: ./doc/common/tables/neutron-lbaas_radware.xml62(td) msgid "(IntOpt) Service compression throughput. Default: 100." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml740(td) msgid "[radware] service_ha_pair = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml741(td) #: ./doc/common/tables/neutron-lbaas_radware.xml66(td) msgid "(BoolOpt) Enables or disables the Service HA pair. Default: False." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml744(td) msgid "[radware] service_isl_vlan = -1" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml745(td) #: ./doc/common/tables/neutron-lbaas_radware.xml70(td) msgid "(IntOpt) A required VLAN for the interswitch link to use." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml748(td) msgid "[radware] service_resource_pool_ids =" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml749(td) #: ./doc/common/tables/neutron-lbaas_radware.xml74(td) msgid "(ListOpt) Resource pool IDs." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml752(td) msgid "[radware] service_session_mirroring_enabled = False" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml753(td) #: ./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-conf-changes.xml756(td) msgid "[radware] service_ssl_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml757(td) #: ./doc/common/tables/neutron-lbaas_radware.xml82(td) msgid "(IntOpt) Service SSL throughput. Default: 100." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml760(td) msgid "[radware] service_throughput = 1000" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml761(td) #: ./doc/common/tables/neutron-lbaas_radware.xml86(td) msgid "(IntOpt) Service throughput. Default: 1000." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml764(td) msgid "[radware] vdirect_address = None" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml765(td) #: ./doc/common/tables/neutron-lbaas_radware.xml90(td) msgid "(StrOpt) IP address of vDirect server." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml768(td) msgid "[radware] vdirect_password = radware" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml769(td) #: ./doc/common/tables/neutron-lbaas_radware.xml94(td) msgid "(StrOpt) vDirect user password." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml772(td) msgid "[radware] vdirect_user = vDirect" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml773(td) #: ./doc/common/tables/neutron-lbaas_radware.xml98(td) msgid "(StrOpt) vDirect user name." msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml776(td) msgid "" "[vpnagent] vpn_device_driver = " "['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver']" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml777(td) #: ./doc/common/tables/neutron-vpn.xml44(td) msgid "(MultiStrOpt) The vpn device drivers Neutron will use" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml803(td) msgid "[DEFAULT] endpoint_type" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml804(td) msgid "adminURL" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml808(td) msgid "[DEFAULT] force_gateway_on_subnet" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml813(td) msgid "[DEFAULT] http_timeout" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml818(td) msgid "[DEFAULT] metadata_backlog" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml819(td) #: ./doc/common/tables/nova-quota.xml65(replaceable) #: ./doc/common/tables/glance-common.xml49(replaceable) #: ./doc/common/tables/glance-common.xml53(replaceable) #: ./doc/common/tables/glance-common.xml57(replaceable) msgid "128" msgstr "128" #: ./doc/common/tables/neutron-conf-changes.xml823(td) msgid "[DEFAULT] metadata_workers" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml829(td) msgid "neutron.openstack.common.rpc.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml833(td) msgid "[CISCO_N1K] poll_duration" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml838(td) msgid "[NOVA] vif_types" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml839(td) msgid "" "unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, " "midonet, mlnx_direct, hostdev, other" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml840(td) #: ./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-conf-changes.xml843(td) msgid "[SDNVE] default_tenant_type" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml844(td) msgid "OF" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml849(td) msgid "sqlite://" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml853(td) msgid "[database] max_overflow" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml858(td) #: ./doc/common/tables/cinder-conf-changes.xml576(td) msgid "[database] max_pool_size" msgstr "" #: ./doc/common/tables/neutron-conf-changes.xml863(td) msgid "[database] pool_timeout" 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 Juno for OpenStack Identity" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml16(td) msgid "[DEFAULT] admin_workers = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml20(td) msgid "[DEFAULT] public_workers = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml24(td) msgid "[DEFAULT] strict_password_check = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml28(td) msgid "[cache] memcache_dead_retry = 300" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml29(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-conf-changes.xml32(td) msgid "[cache] memcache_pool_connection_get_timeout = 10" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml33(td) #: ./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-conf-changes.xml36(td) msgid "[cache] memcache_pool_maxsize = 10" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml37(td) msgid "" "(IntOpt) Max total number of open connections to every memcached server. " "(keystone.cache.memcache_pool backend only)" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml40(td) msgid "[cache] memcache_pool_unused_timeout = 60" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml41(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-conf-changes.xml44(td) msgid "[cache] memcache_servers = localhost:11211" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml45(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-conf-changes.xml48(td) msgid "[cache] memcache_socket_timeout = 3" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml49(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-conf-changes.xml52(td) msgid "[catalog] cache_time = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml56(td) msgid "[catalog] caching = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml64(td) msgid "" "[endpoint_policy] driver = " "keystone.contrib.endpoint_policy.backends.sql.EndpointPolicy" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml68(td) msgid "[identity_mapping] backward_compatible_ids = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml69(td) #: ./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-conf-changes.xml72(td) msgid "" "[identity_mapping] driver = keystone.identity.mapping_backends.sql.Mapping" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml73(td) #: ./doc/common/tables/keystone-mapping.xml26(td) msgid "(StrOpt) Keystone Identity Mapping backend driver." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml76(td) msgid "" "[identity_mapping] generator = " "keystone.identity.id_generators.sha256.Generator" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml77(td) #: ./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/keystone-conf-changes.xml92(td) msgid "[keystone_ec2_token] cafile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml93(td) #: ./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-conf-changes.xml96(td) msgid "[keystone_ec2_token] certfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml97(td) #: ./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-conf-changes.xml100(td) msgid "[keystone_ec2_token] insecure = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml101(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/keystone-conf-changes.xml104(td) msgid "[keystone_ec2_token] keyfile = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml105(td) #: ./doc/common/tables/keystone-ec2.xml34(td) msgid "(StrOpt) Required if EC2 server requires client certificate." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml108(td) msgid "[keystone_ec2_token] url = http://localhost:5000/v2.0/ec2tokens" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml109(td) #: ./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/keystone-conf-changes.xml112(td) msgid "[ldap] auth_pool_connection_lifetime = 60" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml113(td) #: ./doc/common/tables/keystone-ldap.xml30(td) msgid "(IntOpt) End user auth connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml116(td) msgid "[ldap] auth_pool_size = 100" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml117(td) #: ./doc/common/tables/keystone-ldap.xml34(td) msgid "(IntOpt) End user auth connection pool size." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml120(td) msgid "[ldap] debug_level = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml121(td) #: ./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-conf-changes.xml124(td) msgid "[ldap] pool_connection_lifetime = 600" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml125(td) #: ./doc/common/tables/keystone-ldap.xml106(td) msgid "(IntOpt) Connection lifetime in seconds." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml128(td) msgid "[ldap] pool_connection_timeout = -1" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml129(td) #: ./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-conf-changes.xml132(td) msgid "[ldap] pool_retry_delay = 0.1" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml133(td) #: ./doc/common/tables/keystone-ldap.xml114(td) msgid "(FloatOpt) Time span in seconds to wait between two reconnect trials." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml136(td) msgid "[ldap] pool_retry_max = 3" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml137(td) #: ./doc/common/tables/keystone-ldap.xml118(td) msgid "(IntOpt) Maximum count of reconnect trials." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml140(td) msgid "[ldap] pool_size = 10" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml141(td) #: ./doc/common/tables/keystone-ldap.xml122(td) msgid "(IntOpt) Connection pool size." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml144(td) msgid "[ldap] project_additional_attribute_mapping =" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml145(td) #: ./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-conf-changes.xml148(td) msgid "[ldap] project_allow_create = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml149(td) #: ./doc/common/tables/keystone-ldap.xml130(td) msgid "(BoolOpt) Allow project creation in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml152(td) msgid "[ldap] project_allow_delete = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml153(td) #: ./doc/common/tables/keystone-ldap.xml134(td) msgid "(BoolOpt) Allow project deletion in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml156(td) msgid "[ldap] project_allow_update = True" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml157(td) #: ./doc/common/tables/keystone-ldap.xml138(td) msgid "(BoolOpt) Allow project update in LDAP backend." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml160(td) msgid "[ldap] project_attribute_ignore =" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml161(td) #: ./doc/common/tables/keystone-ldap.xml142(td) msgid "(ListOpt) List of attributes stripped off the project on update." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml164(td) msgid "[ldap] project_desc_attribute = description" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml165(td) #: ./doc/common/tables/keystone-ldap.xml146(td) msgid "(StrOpt) LDAP attribute mapped to project description." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml168(td) msgid "[ldap] project_domain_id_attribute = businessCategory" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml169(td) #: ./doc/common/tables/keystone-ldap.xml150(td) msgid "(StrOpt) LDAP attribute mapped to project domain_id." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml172(td) msgid "[ldap] project_enabled_attribute = enabled" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml173(td) #: ./doc/common/tables/keystone-ldap.xml154(td) msgid "(StrOpt) LDAP attribute mapped to project enabled." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml176(td) msgid "[ldap] project_enabled_emulation = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml177(td) #: ./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-conf-changes.xml180(td) msgid "[ldap] project_enabled_emulation_dn = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml181(td) #: ./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-conf-changes.xml184(td) msgid "[ldap] project_filter = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml185(td) #: ./doc/common/tables/keystone-ldap.xml166(td) msgid "(StrOpt) LDAP search filter for projects." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml188(td) msgid "[ldap] project_id_attribute = cn" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml189(td) #: ./doc/common/tables/keystone-ldap.xml170(td) msgid "(StrOpt) LDAP attribute mapped to project id." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml192(td) msgid "[ldap] project_member_attribute = member" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml193(td) #: ./doc/common/tables/keystone-ldap.xml174(td) msgid "(StrOpt) LDAP attribute mapped to project membership for user." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml196(td) msgid "[ldap] project_name_attribute = ou" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml197(td) #: ./doc/common/tables/keystone-ldap.xml178(td) msgid "(StrOpt) LDAP attribute mapped to project name." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml200(td) msgid "[ldap] project_objectclass = groupOfNames" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml201(td) #: ./doc/common/tables/keystone-ldap.xml182(td) msgid "(StrOpt) LDAP objectclass for projects." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml204(td) msgid "[ldap] project_tree_dn = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml205(td) #: ./doc/common/tables/keystone-ldap.xml186(td) msgid "(StrOpt) Search base for projects" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml208(td) msgid "[ldap] use_auth_pool = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml209(td) #: ./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-conf-changes.xml212(td) msgid "[ldap] use_pool = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml213(td) #: ./doc/common/tables/keystone-ldap.xml266(td) msgid "(BoolOpt) Enable LDAP connection pooling." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml216(td) msgid "[ldap] user_enabled_invert = False" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml217(td) #: ./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-conf-changes.xml220(td) msgid "[memcache] dead_retry = 300" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml221(td) #: ./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-conf-changes.xml224(td) msgid "[memcache] pool_connection_get_timeout = 10" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml225(td) #: ./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-conf-changes.xml228(td) msgid "[memcache] pool_maxsize = 10" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml229(td) #: ./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-conf-changes.xml232(td) msgid "[memcache] pool_unused_timeout = 60" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml233(td) #: ./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/keystone-conf-changes.xml236(td) msgid "[memcache] socket_timeout = 3" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml237(td) #: ./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/keystone-conf-changes.xml240(td) msgid "[saml] assertion_expiration_time = 3600" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml241(td) #: ./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-conf-changes.xml244(td) msgid "[saml] certfile = /etc/keystone/ssl/certs/signing_cert.pem" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml245(td) #: ./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-conf-changes.xml248(td) msgid "[saml] idp_contact_company = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml249(td) #: ./doc/common/tables/keystone-saml.xml30(td) msgid "(StrOpt) Company of contact person." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml252(td) msgid "[saml] idp_contact_email = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml253(td) #: ./doc/common/tables/keystone-saml.xml34(td) msgid "(StrOpt) Email address of contact person." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml256(td) msgid "[saml] idp_contact_name = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml257(td) #: ./doc/common/tables/keystone-saml.xml38(td) msgid "(StrOpt) Given name of contact person" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml260(td) msgid "[saml] idp_contact_surname = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml261(td) #: ./doc/common/tables/keystone-saml.xml42(td) msgid "(StrOpt) Surname of contact person." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml264(td) msgid "[saml] idp_contact_telephone = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml265(td) #: ./doc/common/tables/keystone-saml.xml46(td) msgid "(StrOpt) Telephone number of contact person." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml268(td) msgid "[saml] idp_contact_type = other" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml269(td) #: ./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-conf-changes.xml272(td) msgid "[saml] idp_entity_id = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml273(td) #: ./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-conf-changes.xml276(td) msgid "[saml] idp_lang = en" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml277(td) #: ./doc/common/tables/keystone-saml.xml58(td) msgid "(StrOpt) Language used by the organization." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml280(td) msgid "[saml] idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml281(td) #: ./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-conf-changes.xml284(td) msgid "[saml] idp_organization_display_name = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml285(td) #: ./doc/common/tables/keystone-saml.xml66(td) msgid "(StrOpt) Organization name to be displayed." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml288(td) msgid "[saml] idp_organization_name = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml289(td) #: ./doc/common/tables/keystone-saml.xml70(td) msgid "(StrOpt) Organization name the installation belongs to." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml292(td) msgid "[saml] idp_organization_url = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml293(td) #: ./doc/common/tables/keystone-saml.xml74(td) msgid "(StrOpt) URL of the organization." msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml296(td) msgid "[saml] idp_sso_endpoint = None" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml297(td) #: ./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-conf-changes.xml300(td) msgid "[saml] keyfile = /etc/keystone/ssl/private/signing_key.pem" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml301(td) #: ./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-conf-changes.xml304(td) msgid "[saml] xmlsec1_binary = xmlsec1" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml305(td) #: ./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/keystone-conf-changes.xml308(td) msgid "[token] hash_algorithm = md5" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml309(td) #: ./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-conf-changes.xml336(td) msgid "keystone.sqlite" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml345(td) msgid "[ldap] user_mail_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml346(td) msgid "email" msgstr "email" #: ./doc/common/tables/keystone-conf-changes.xml347(td) #: ./doc/common/tables/keystone-ldap.xml333(replaceable) msgid "mail" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml350(td) msgid "[token] driver" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml351(td) msgid "keystone.token.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml352(td) #: ./doc/common/tables/keystone-token.xml33(replaceable) msgid "keystone.token.persistence.backends.sql.Token" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml366(td) msgid "[ldap] tenant_allow_delete" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml367(td) msgid "[ldap] project_allow_delete" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml370(td) msgid "[ldap] tenant_allow_create" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml371(td) msgid "[ldap] project_allow_create" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml374(td) msgid "[ldap] tenant_objectclass" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml375(td) msgid "[ldap] project_objectclass" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml378(td) msgid "[ldap] tenant_filter" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml379(td) msgid "[ldap] project_filter" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml382(td) msgid "[ldap] tenant_member_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml383(td) msgid "[ldap] project_member_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml386(td) msgid "[ldap] tenant_additional_attribute_mapping" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml387(td) msgid "[ldap] project_additional_attribute_mapping" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml390(td) msgid "[ldap] tenant_allow_update" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml391(td) msgid "[ldap] project_allow_update" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml394(td) msgid "[ldap] tenant_desc_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml395(td) msgid "[ldap] project_desc_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml398(td) msgid "[ldap] tenant_enabled_emulation" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml399(td) msgid "[ldap] project_enabled_emulation" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml402(td) msgid "[ldap] tenant_name_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml403(td) msgid "[ldap] project_name_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml406(td) msgid "[ldap] tenant_attribute_ignore" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml407(td) msgid "[ldap] project_attribute_ignore" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml410(td) msgid "[ldap] tenant_enabled_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml411(td) msgid "[ldap] project_enabled_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml414(td) msgid "[ldap] tenant_id_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml415(td) msgid "[ldap] project_id_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml418(td) msgid "[ldap] tenant_domain_id_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml419(td) msgid "[ldap] project_domain_id_attribute" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml422(td) msgid "[ldap] tenant_tree_dn" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml423(td) msgid "[ldap] project_tree_dn" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml426(td) msgid "[ldap] tenant_enabled_emulation_dn" msgstr "" #: ./doc/common/tables/keystone-conf-changes.xml427(td) msgid "[ldap] project_enabled_emulation_dn" msgstr "" #: ./doc/common/tables/cinder-srb.xml7(caption) msgid "Description of srb configuration options" msgstr "" #: ./doc/common/tables/cinder-srb.xml22(td) msgid "(StrOpt) Comma-separated list of REST servers to connect to" 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(literal) #: ./doc/common/tables/swift-account-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-account-server-filter-recon.xml8(literal) #: ./doc/common/tables/swift-account-server-account-replicator.xml8(literal) #: ./doc/common/tables/swift-account-server-app-account-server.xml8(literal) #: ./doc/common/tables/swift-account-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-account-server-account-auditor.xml8(literal) #: ./doc/common/tables/swift-account-server-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-account-server-account-reaper.xml8(literal) msgid "account-server.conf" msgstr "" #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml20(td) msgid "disable_path =" msgstr "" #: ./doc/common/tables/swift-account-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/swift-container-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-healthcheck.xml24(td) msgid "use = egg:swift#healthcheck" msgstr "" #: ./doc/common/tables/nova-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/ceilometer-service_types.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 "console" #: ./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.xml69(replaceable) msgid "10.0.0.1" msgstr "" #: ./doc/common/tables/nova-common.xml46(td) #: ./doc/common/tables/cinder-common.xml70(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.xml130(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) 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/swift-proxy-server-app-proxy-server.xml20(td) msgid "account_autocreate = false" 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.xml24(td) msgid "allow_account_management = false" 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.xml28(td) #: ./doc/common/tables/swift-object-expirer-object-expirer.xml20(td) #: ./doc/common/tables/swift-object-server-app-object-server.xml24(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml20(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml24(td) msgid "auto_create_account_prefix = ." 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(td) msgid "client_chunk_size = 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.xml36(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml24(td) #: ./doc/common/tables/swift-container-server-container-updater.xml29(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml28(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml24(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml24(td) msgid "conn_timeout = 0.5" 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.xml40(td) msgid "deny_host_headers =" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml44(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml28(td) msgid "error_suppression_interval = 60" 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.xml48(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml32(td) msgid "error_suppression_limit = 10" 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.xml52(td) msgid "log_handoffs = true" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml56(td) msgid "max_containers_per_account = 0" 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.xml60(td) msgid "max_containers_whitelist =" 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.xml64(td) msgid "max_large_object_get_time = 86400" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml68(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml60(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml52(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml52(td) msgid "node_timeout = 10" 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.xml72(td) msgid "object_chunk_size = 65536" 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.xml76(td) msgid "object_post_as_copy = true" 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.xml80(td) msgid "post_quorum_timeout = 0.5" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml84(td) msgid "put_queue_depth = 10" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml88(td) msgid "read_affinity = r1z1=100, r1z2=200, r2=300" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml92(td) msgid "recheck_account_existence = 60" 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.xml96(td) msgid "recheck_container_existence = 60" 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(td) msgid "recoverable_node_timeout = 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(td) msgid "request_node_count = 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(td) msgid "set log_name = proxy-server" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml124(td) msgid "sorting_method = shuffle" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml128(td) msgid "" "swift_owner_headers = 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 "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml129(td) msgid "" "the sample 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.xml132(td) msgid "timing_expiry = 300" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml140(td) msgid "write_affinity = r1, r2" msgstr "" #: ./doc/common/tables/swift-proxy-server-app-proxy-server.xml144(td) msgid "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) #: ./doc/common/tables/nova-conf-changes.xml21(td) msgid "(IntOpt) Number of times to retry block device allocation on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml25(td) msgid "" "(IntOpt) Waiting time interval (seconds) between block device allocation " "retries on failures" msgstr "" #: ./doc/common/tables/nova-volumes.xml30(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) msgid "[cinder]" msgstr "" #: ./doc/common/tables/nova-volumes.xml45(td) msgid "" "(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs " "connections." msgstr "" #: ./doc/common/tables/nova-volumes.xml48(replaceable) msgid "volumev2:cinderv2:publicURL" msgstr "" #: ./doc/common/tables/nova-volumes.xml49(td) #: ./doc/common/tables/nova-conf-changes.xml61(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.xml53(td) msgid "(StrOpt) PEM encoded client certificate cert file" msgstr "" #: ./doc/common/tables/nova-volumes.xml57(td) #: ./doc/common/tables/nova-conf-changes.xml65(td) msgid "" "(BoolOpt) Allow attach between instance and volume in different availability" " zones." msgstr "" #: ./doc/common/tables/nova-volumes.xml61(td) #: ./doc/common/tables/nova-conf-changes.xml69(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/nova-conf-changes.xml73(td) #: ./doc/common/tables/glance-cinder.xml38(td) msgid "(IntOpt) Number of cinderclient retries on failed http calls" msgstr "" #: ./doc/common/tables/nova-volumes.xml73(td) msgid "(StrOpt) PEM encoded client certificate key file" msgstr "" #: ./doc/common/tables/nova-volumes.xml77(td) #: ./doc/common/tables/nova-conf-changes.xml81(td) #: ./doc/common/tables/cinder-compute.xml46(td) #: ./doc/common/tables/glance-common.xml101(td) #: ./doc/common/tables/cinder-conf-changes.xml237(td) msgid "(StrOpt) Region name of this node" msgstr "" #: ./doc/common/tables/nova-volumes.xml81(td) msgid "(IntOpt) Timeout value for http requests" 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 "[hyperv]" #: ./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.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-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 passedf 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) 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) 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(td) msgid "usage_timeout = 400" msgstr "" #: ./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/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.xml34(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) msgid "(StrOpt) IP address or hostname of mg-a" msgstr "" #: ./doc/common/tables/cinder-violin.xml26(td) msgid "(StrOpt) IP address or hostname of mg-b" msgstr "" #: ./doc/common/tables/cinder-violin.xml30(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.xml25(th) msgid "[VLANS]" 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 "(StrOpt) 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.xml20(td) msgid "allowed_sync_hosts = 127.0.0.1" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml32(td) msgid "bind_port = 6001" msgstr "" #: ./doc/common/tables/swift-container-server-DEFAULT.xml40(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml36(td) msgid "db_preallocation = 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(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml44(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml40(td) msgid "devices = /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.xml48(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml48(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml44(td) msgid "disable_fallocate = false" 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.xml56(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml68(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml52(td) msgid "fallocate_reserve = 0" 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.xml126(td) #: ./doc/common/tables/swift-object-server-DEFAULT.xml138(td) #: ./doc/common/tables/swift-account-server-DEFAULT.xml122(td) msgid "mount_check = true" 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.xml33(replaceable) msgid "br-ex" msgstr "br-ex" #: ./doc/common/tables/neutron-l3_agent.xml34(td) msgid "(StrOpt) Name of bridge used for external network traffic." msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml41(replaceable) msgid "$state_path/ha_confs" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml53(replaceable) msgid "PASS" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml65(replaceable) msgid "169.254.192.0/18" msgstr "" #: ./doc/common/tables/neutron-l3_agent.xml86(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-l3_agent.xml93(td) msgid "(BoolOpt) Add comments to iptables rules." msgstr "" #: ./doc/common/tables/swift-container-server-pipeline-main.xml20(td) msgid "pipeline = 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) msgid "[neutron]" msgstr "" #: ./doc/common/tables/nova-neutron.xml29(td) #: ./doc/common/tables/nova-conf-changes.xml209(td) msgid "(StrOpt) Authorization URL for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml33(td) #: ./doc/common/tables/nova-conf-changes.xml213(td) msgid "(StrOpt) Password for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml37(td) #: ./doc/common/tables/nova-conf-changes.xml217(td) msgid "(StrOpt) Tenant id for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml41(td) #: ./doc/common/tables/nova-conf-changes.xml221(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) #: ./doc/common/tables/nova-conf-changes.xml225(td) msgid "(StrOpt) User id for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml49(td) #: ./doc/common/tables/nova-conf-changes.xml229(td) msgid "(StrOpt) Username for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml53(td) #: ./doc/common/tables/nova-conf-changes.xml233(td) msgid "" "(BoolOpt) Allow an instance to have multiple vNICs attached to the same " "Neutron network." msgstr "" #: ./doc/common/tables/nova-neutron.xml57(td) #: ./doc/common/tables/nova-conf-changes.xml237(td) msgid "(BoolOpt) If set, ignore any SSL validation issues" msgstr "" #: ./doc/common/tables/nova-neutron.xml61(td) #: ./doc/common/tables/nova-conf-changes.xml241(td) msgid "" "(StrOpt) Authorization strategy for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml65(td) #: ./doc/common/tables/nova-conf-changes.xml245(td) msgid "" "(StrOpt) Location of CA certificates file to use for neutron client " "requests." msgstr "" #: ./doc/common/tables/nova-neutron.xml69(td) #: ./doc/common/tables/nova-conf-changes.xml249(td) msgid "(IntOpt) Number of seconds before querying neutron for extensions" msgstr "" #: ./doc/common/tables/nova-neutron.xml73(td) #: ./doc/common/tables/nova-conf-changes.xml253(td) msgid "(StrOpt) Shared secret to validate proxies Neutron metadata requests" msgstr "" #: ./doc/common/tables/nova-neutron.xml81(td) #: ./doc/common/tables/nova-conf-changes.xml261(td) msgid "(StrOpt) Region name for connecting to neutron in admin context" msgstr "" #: ./doc/common/tables/nova-neutron.xml85(td) #: ./doc/common/tables/nova-conf-changes.xml265(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) #: ./doc/common/tables/nova-conf-changes.xml269(td) msgid "(StrOpt) URL for connecting to neutron" msgstr "" #: ./doc/common/tables/nova-neutron.xml93(td) #: ./doc/common/tables/nova-conf-changes.xml273(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) 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/nova-conf-changes.xml328(td) #: ./doc/common/tables/nova-network.xml205(replaceable) #: ./doc/common/tables/nova-libvirt.xml192(replaceable) msgid "120" msgstr "120" #: ./doc/common/tables/cinder-backups.xml50(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) #: ./doc/common/tables/cinder-conf-changes.xml501(td) msgid "(StrOpt) Url for encryption service." msgstr "" #: ./doc/common/tables/cinder-keymgr.xml29(replaceable) msgid "http://localhost:5000/v3" msgstr "" #: ./doc/common/tables/cinder-keymgr.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml505(td) msgid "(StrOpt) Authentication url for encryption service." msgstr "" #: ./doc/common/tables/ceilometer-cells.xml7(caption) msgid "Description of Nova-cells configuration options" msgstr "" #: ./doc/common/tables/ceilometer-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) 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) msgid "hypervisor=xenserver;kvm, os=linux;windows" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml30(td) #: ./doc/common/tables/nova-cells.xml26(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) msgid "(StrOpt) Type of cell: api or compute" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml38(td) #: ./doc/common/tables/nova-cells.xml46(td) msgid "(BoolOpt) Enable cell functionality" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml41(replaceable) #: ./doc/common/tables/nova-cells.xml57(replaceable) msgid "nova.cells.manager.CellsManager" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml42(td) #: ./doc/common/tables/nova-cells.xml58(td) msgid "(StrOpt) Manager for cells" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml46(td) #: ./doc/common/tables/nova-cells.xml66(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) msgid "(StrOpt) Name of this cell" msgstr "" #: ./doc/common/tables/ceilometer-cells.xml54(td) #: ./doc/common/tables/nova-cells.xml86(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) msgid "cells" msgstr "セル" #: ./doc/common/tables/ceilometer-cells.xml58(td) #: ./doc/common/tables/nova-cells.xml90(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.xml38(td) msgid "" "(BoolOpt) Override the system's default referral chasing behavior for " "queries." 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 "description" #: ./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.xml113(replaceable) msgid "0.1" msgstr "" #: ./doc/common/tables/keystone-ldap.xml149(replaceable) msgid "businessCategory" msgstr "" #: ./doc/common/tables/keystone-ldap.xml153(replaceable) #: ./doc/common/tables/keystone-ldap.xml301(replaceable) msgid "enabled" 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.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.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.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.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(td) msgid "backup_namespace = trove.guestagent.strategies.backup.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml29(td) msgid "backup_strategy = PgDump" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml34(td) #: ./doc/common/tables/swift-conf-changes.xml21(td) #: ./doc/common/tables/swift-conf-changes.xml25(td) #: ./doc/common/tables/swift-conf-changes.xml29(td) #: ./doc/common/tables/swift-conf-changes.xml33(td) #: ./doc/common/tables/swift-conf-changes.xml37(td) #: ./doc/common/tables/swift-conf-changes.xml41(td) #: ./doc/common/tables/swift-conf-changes.xml45(td) #: ./doc/common/tables/swift-conf-changes.xml124(td) #: ./doc/common/tables/swift-conf-changes.xml140(td) #: ./doc/common/tables/swift-conf-changes.xml148(td) #: ./doc/common/tables/swift-conf-changes.xml152(td) #: ./doc/common/tables/swift-conf-changes.xml156(td) #: ./doc/common/tables/swift-conf-changes.xml160(td) #: ./doc/common/tables/swift-conf-changes.xml164(td) #: ./doc/common/tables/swift-conf-changes.xml168(td) #: ./doc/common/tables/swift-conf-changes.xml172(td) #: ./doc/common/tables/swift-conf-changes.xml188(td) #: ./doc/common/tables/swift-conf-changes.xml192(td) #: ./doc/common/tables/swift-conf-changes.xml196(td) #: ./doc/common/tables/swift-conf-changes.xml206(td) #: ./doc/common/tables/swift-conf-changes.xml210(td) #: ./doc/common/tables/swift-conf-changes.xml214(td) #: ./doc/common/tables/swift-conf-changes.xml218(td) #: ./doc/common/tables/swift-conf-changes.xml222(td) #: ./doc/common/tables/swift-conf-changes.xml226(td) #: ./doc/common/tables/swift-conf-changes.xml230(td) #: ./doc/common/tables/swift-conf-changes.xml234(td) #: ./doc/common/tables/swift-conf-changes.xml238(td) #: ./doc/common/tables/swift-conf-changes.xml242(td) #: ./doc/common/tables/swift-conf-changes.xml246(td) #: ./doc/common/tables/swift-conf-changes.xml275(td) #: ./doc/common/tables/swift-conf-changes.xml279(td) #: ./doc/common/tables/swift-conf-changes.xml283(td) #: ./doc/common/tables/swift-conf-changes.xml287(td) #: ./doc/common/tables/swift-conf-changes.xml291(td) #: ./doc/common/tables/swift-conf-changes.xml295(td) #: ./doc/common/tables/swift-conf-changes.xml299(td) #: ./doc/common/tables/swift-conf-changes.xml303(td) #: ./doc/common/tables/swift-conf-changes.xml323(td) #: ./doc/common/tables/swift-conf-changes.xml327(td) #: ./doc/common/tables/swift-conf-changes.xml331(td) #: ./doc/common/tables/swift-conf-changes.xml335(td) #: ./doc/common/tables/swift-conf-changes.xml339(td) #: ./doc/common/tables/swift-conf-changes.xml343(td) #: ./doc/common/tables/swift-conf-changes.xml347(td) #: ./doc/common/tables/swift-conf-changes.xml351(td) #: ./doc/common/tables/swift-conf-changes.xml355(td) #: ./doc/common/tables/swift-conf-changes.xml359(td) #: ./doc/common/tables/swift-conf-changes.xml363(td) #: ./doc/common/tables/swift-conf-changes.xml375(td) #: ./doc/common/tables/swift-conf-changes.xml379(td) msgid "(StrOpt) No help text available for this option." msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml37(td) msgid "ignore_dbs = 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(td) msgid "ignore_users = os_admin, postgres, root" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml45(td) msgid "mount_point = /var/lib/postgresql" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml49(td) msgid "" "restore_namespace = trove.guestagent.strategies.restore.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml57(td) msgid "tcp_ports = 5432" msgstr "" #: ./doc/common/tables/trove-db_postgresql.xml62(td) #: ./doc/common/tables/trove-conf-changes.xml325(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 "" #: ./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.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml20(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml20(td) msgid "dump_interval = 5.0" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml24(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml24(td) msgid "dump_timestamp = false" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml28(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml28(td) msgid "flush_at_shutdown = false" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml32(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml32(td) msgid "log_filename_prefix = /tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml36(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml36(td) msgid "path = /__profile__" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml40(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml40(td) msgid "profile_module = eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml44(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml44(td) msgid "unwind = false" msgstr "" #: ./doc/common/tables/swift-account-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-proxy-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-object-server-filter-xprofile.xml48(td) #: ./doc/common/tables/swift-container-server-filter-xprofile.xml48(td) msgid "use = 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(td) msgid "use = 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.xml21(td) msgid "check_device_interval = 1" 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.xml25(td) msgid "check_device_max_retries = 20" 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] policy_dirs = ['policy.d']" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml20(td) msgid "[alarm] evaluation_service = default" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml21(td) #: ./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-conf-changes.xml24(td) msgid "[database] db2nosql_resource_id_maxlen = 512" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml28(td) msgid "[database] event_connection = None" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml32(td) msgid "[database] mongodb_replica_set =" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml36(td) msgid "[dispatcher_http] cadf_only = False" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml40(td) msgid "[dispatcher_http] target =" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml44(td) msgid "[dispatcher_http] timeout = 5" msgstr "" #: ./doc/common/tables/ceilometer-conf-changes.xml48(td) #: ./doc/common/tables/nova-conf-changes.xml300(td) msgid "[vmware] host_port = 443" msgstr "" #: ./doc/common/tables/heat-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.xml21(td) #: ./doc/common/tables/ironic-glance.xml25(td) #: ./doc/common/tables/ironic-auth.xml21(td) msgid "auth_strategy = keystone" 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.xml25(td) msgid "url = http://$my_ip:9696" msgstr "" #: ./doc/common/tables/ironic-neutron.xml26(td) msgid "(StrOpt) URL for connecting to neutron." msgstr "" #: ./doc/common/tables/ironic-neutron.xml29(td) msgid "url_timeout = 30" msgstr "" #: ./doc/common/tables/ironic-neutron.xml30(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 "m1.tiny" #: ./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/swift-object-server-filter-xprofile.xml8(literal) #: ./doc/common/tables/swift-object-server-filter-healthcheck.xml8(literal) #: ./doc/common/tables/swift-object-server-app-object-server.xml8(literal) #: ./doc/common/tables/swift-object-server-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-object-server-object-replicator.xml8(literal) #: ./doc/common/tables/swift-object-server-pipeline-main.xml8(literal) #: ./doc/common/tables/swift-object-server-object-auditor.xml8(literal) #: ./doc/common/tables/swift-object-server-filter-recon.xml8(literal) #: ./doc/common/tables/swift-object-server-object-updater.xml8(literal) 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.xml24(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml20(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml24(td) #: ./doc/common/tables/swift-object-server-object-updater.xml20(td) msgid "concurrency = 1" 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.xml36(td) msgid "process = 0" 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.xml42(td) msgid "processes = 0" msgstr "" #: ./doc/common/tables/swift-object-expirer-object-expirer.xml46(td) #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml24(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml68(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml64(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml60(td) msgid "reclaim_age = 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/swift-object-expirer-object-expirer.xml54(td) msgid "report_interval = 300" msgstr "" #: ./doc/common/tables/trove-common.xml21(td) msgid "configurations_page_size = 20" msgstr "" #: ./doc/common/tables/trove-common.xml22(td) msgid "(IntOpt) Page size for listing configurations." msgstr "" #: ./doc/common/tables/trove-common.xml25(td) msgid "databases_page_size = 20" msgstr "" #: ./doc/common/tables/trove-common.xml26(td) msgid "(IntOpt) Page size for listing databases." msgstr "" #: ./doc/common/tables/trove-common.xml29(td) msgid "default_datastore = None" 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.xml33(td) msgid "default_neutron_networks =" 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(td) msgid "default_notification_level = INFO" msgstr "" #: ./doc/common/tables/trove-common.xml41(td) msgid "default_password_length = 36" msgstr "" #: ./doc/common/tables/trove-common.xml42(td) msgid "(IntOpt) Character length of generated passwords." msgstr "" #: ./doc/common/tables/trove-common.xml45(td) msgid "expected_filetype_suffixes = json" msgstr "" #: ./doc/common/tables/trove-common.xml46(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.xml49(td) msgid "host = 0.0.0.0" msgstr "" #: ./doc/common/tables/trove-common.xml50(td) msgid "(StrOpt) Host to listen for RPC messages." msgstr "" #: ./doc/common/tables/trove-common.xml53(td) #: ./doc/common/tables/sahara-common.xml75(td) msgid "lock_path = None" msgstr "" #: ./doc/common/tables/trove-common.xml54(td) #: ./doc/common/tables/sahara-common.xml76(td) #: ./doc/common/tables/neutron-common.xml150(td) msgid "(StrOpt) Directory to use for lock files." msgstr "" #: ./doc/common/tables/trove-common.xml57(td) #: ./doc/common/tables/trove-common.xml84(td) #: ./doc/common/tables/ironic-auth_token.xml145(td) #: ./doc/common/tables/sahara-common.xml79(td) #: ./doc/common/tables/sahara-common.xml158(td) #: ./doc/common/tables/ironic-common.xml57(td) msgid "memcached_servers = None" msgstr "" #: ./doc/common/tables/trove-common.xml61(td) msgid "pybasedir = /usr/lib/python/site-packages/trove/trove" msgstr "" #: ./doc/common/tables/trove-common.xml62(td) msgid "(StrOpt) Directory where the Trove python module is installed." msgstr "" #: ./doc/common/tables/trove-common.xml65(td) msgid "pydev_path = None" msgstr "" #: ./doc/common/tables/trove-common.xml66(td) msgid "" "(StrOpt) Set path to pydevd library, used if pydevd is not found in python " "sys.path." msgstr "" #: ./doc/common/tables/trove-common.xml69(td) msgid "taskmanager_queue = taskmanager" msgstr "" #: ./doc/common/tables/trove-common.xml70(td) msgid "(StrOpt) Message queue name the Taskmanager will listen to." msgstr "" #: ./doc/common/tables/trove-common.xml73(td) msgid "template_path = /etc/trove/templates/" msgstr "" #: ./doc/common/tables/trove-common.xml74(td) msgid "(StrOpt) Path which leads to datastore templates." msgstr "" #: ./doc/common/tables/trove-common.xml77(td) msgid "usage_timeout = 600" msgstr "" #: ./doc/common/tables/trove-api.xml21(td) msgid "admin_roles = admin" msgstr "" #: ./doc/common/tables/trove-api.xml22(td) msgid "(ListOpt) Roles to add to an admin user." msgstr "" #: ./doc/common/tables/trove-api.xml25(td) msgid "api_paste_config = api-paste.ini" msgstr "" #: ./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.xml29(td) msgid "bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/trove-api.xml30(td) #: ./doc/common/tables/trove-conf-changes.xml21(td) msgid "(StrOpt) IP address the API server will listen on." msgstr "" #: ./doc/common/tables/trove-api.xml33(td) msgid "bind_port = 8779" msgstr "" #: ./doc/common/tables/trove-api.xml34(td) msgid "(IntOpt) Port the API server will listen on." msgstr "" #: ./doc/common/tables/trove-api.xml37(td) msgid "black_list_regex = None" msgstr "" #: ./doc/common/tables/trove-api.xml38(td) #: ./doc/common/tables/trove-conf-changes.xml25(td) msgid "(StrOpt) Exclude IP addresses that match this regular expression." msgstr "" #: ./doc/common/tables/trove-api.xml41(td) msgid "db_api_implementation = 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.xml45(td) msgid "hostname_require_valid_ip = True" msgstr "" #: ./doc/common/tables/trove-api.xml46(td) #: ./doc/common/tables/trove-conf-changes.xml57(td) msgid "(BoolOpt) Require user hostnames to be valid IP addresses." msgstr "" #: ./doc/common/tables/trove-api.xml49(td) msgid "http_delete_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml50(td) msgid "(IntOpt) Maximum number of HTTP 'DELETE' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml53(td) msgid "http_get_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml54(td) msgid "(IntOpt) Maximum number of HTTP 'GET' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml57(td) msgid "http_mgmt_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml58(td) #: ./doc/common/tables/trove-conf-changes.xml61(td) msgid "" "(IntOpt) Maximum number of management HTTP 'POST' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml61(td) msgid "http_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml62(td) msgid "(IntOpt) Maximum number of HTTP 'POST' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml65(td) msgid "http_put_rate = 200" msgstr "" #: ./doc/common/tables/trove-api.xml66(td) msgid "(IntOpt) Maximum number of HTTP 'PUT' requests (per minute)." msgstr "" #: ./doc/common/tables/trove-api.xml69(td) msgid "instances_page_size = 20" msgstr "" #: ./doc/common/tables/trove-api.xml70(td) msgid "(IntOpt) Page size for listing instances." msgstr "" #: ./doc/common/tables/trove-api.xml73(td) msgid "max_header_line = 16384" msgstr "" #: ./doc/common/tables/trove-api.xml77(td) #: ./doc/common/tables/sahara-common.xml91(td) msgid "os_region_name = None" msgstr "" #: ./doc/common/tables/trove-api.xml78(td) #: ./doc/common/tables/trove-conf-changes.xml81(td) msgid "(StrOpt) Region name of this node. Used when searching catalog." msgstr "" #: ./doc/common/tables/trove-api.xml81(td) msgid "region = LOCAL_DEV" msgstr "" #: ./doc/common/tables/trove-api.xml82(td) msgid "(StrOpt) The region this service is located." msgstr "" #: ./doc/common/tables/trove-api.xml85(td) msgid "tcp_keepidle = 600" msgstr "" #: ./doc/common/tables/trove-api.xml86(td) #: ./doc/common/tables/cinder-common.xml170(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.xml89(td) msgid "trove_api_workers = None" 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(td) msgid "trove_auth_url = 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.xml97(td) msgid "trove_conductor_workers = None" 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(td) msgid "trove_security_group_name_prefix = 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(td) msgid "trove_security_group_rule_cidr = 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.xml109(td) msgid "trove_security_groups_support = True" msgstr "" #: ./doc/common/tables/trove-api.xml110(td) msgid "(BoolOpt) Whether Trove should add Security Groups on create." msgstr "" #: ./doc/common/tables/trove-api.xml113(td) msgid "users_page_size = 20" 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.xml148(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/ironic-auth_token.xml21(td) #: ./doc/common/tables/sahara-auth_token.xml21(td) #: ./doc/common/tables/neutron-embrane_lb.xml21(td) #: ./doc/common/tables/trove-auth_token.xml21(td) msgid "admin_password = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml25(td) #: ./doc/common/tables/sahara-auth_token.xml25(td) #: ./doc/common/tables/trove-auth_token.xml25(td) msgid "admin_tenant_name = admin" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml29(td) #: ./doc/common/tables/sahara-auth_token.xml29(td) #: ./doc/common/tables/trove-auth_token.xml29(td) msgid "admin_token = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml33(td) #: ./doc/common/tables/sahara-auth_token.xml33(td) #: ./doc/common/tables/trove-auth_token.xml33(td) msgid "admin_user = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml37(td) #: ./doc/common/tables/sahara-auth_token.xml37(td) #: ./doc/common/tables/trove-auth_token.xml37(td) msgid "auth_admin_prefix =" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml41(td) #: ./doc/common/tables/sahara-auth_token.xml41(td) #: ./doc/common/tables/trove-auth_token.xml41(td) msgid "auth_host = 127.0.0.1" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml45(td) #: ./doc/common/tables/sahara-auth_token.xml45(td) #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml36(td) #: ./doc/common/tables/trove-auth_token.xml45(td) msgid "auth_port = 35357" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml49(td) #: ./doc/common/tables/sahara-auth_token.xml49(td) #: ./doc/common/tables/trove-auth_token.xml49(td) msgid "auth_protocol = https" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml53(td) #: ./doc/common/tables/sahara-auth_token.xml53(td) #: ./doc/common/tables/trove-auth_token.xml53(td) msgid "auth_uri = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml57(td) #: ./doc/common/tables/sahara-auth_token.xml57(td) #: ./doc/common/tables/trove-auth_token.xml57(td) msgid "auth_version = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml61(td) #: ./doc/common/tables/sahara-auth_token.xml61(td) #: ./doc/common/tables/trove-auth_token.xml61(td) msgid "cache = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml65(td) #: ./doc/common/tables/sahara-auth_token.xml65(td) #: ./doc/common/tables/trove-auth_token.xml65(td) msgid "cafile = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml69(td) #: ./doc/common/tables/sahara-auth_token.xml69(td) #: ./doc/common/tables/trove-auth_token.xml69(td) msgid "certfile = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml73(td) #: ./doc/common/tables/sahara-auth_token.xml73(td) #: ./doc/common/tables/trove-auth_token.xml73(td) msgid "check_revocations_for_cached = False" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml77(td) #: ./doc/common/tables/sahara-auth_token.xml77(td) #: ./doc/common/tables/trove-auth_token.xml77(td) msgid "delay_auth_decision = False" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml81(td) #: ./doc/common/tables/sahara-auth_token.xml81(td) #: ./doc/common/tables/trove-auth_token.xml81(td) msgid "enforce_token_bind = permissive" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml85(td) #: ./doc/common/tables/sahara-auth_token.xml85(td) #: ./doc/common/tables/trove-auth_token.xml85(td) msgid "hash_algorithms = md5" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml89(td) #: ./doc/common/tables/sahara-auth_token.xml89(td) #: ./doc/common/tables/trove-auth_token.xml89(td) msgid "http_connect_timeout = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml93(td) #: ./doc/common/tables/sahara-auth_token.xml93(td) #: ./doc/common/tables/trove-auth_token.xml93(td) msgid "http_request_max_retries = 3" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml97(td) #: ./doc/common/tables/sahara-auth_token.xml97(td) #: ./doc/common/tables/trove-auth_token.xml97(td) msgid "identity_uri = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml101(td) #: ./doc/common/tables/sahara-auth_token.xml101(td) #: ./doc/common/tables/trove-auth_token.xml101(td) msgid "include_service_catalog = True" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml105(td) #: ./doc/common/tables/sahara-auth_token.xml105(td) #: ./doc/common/tables/trove-auth_token.xml105(td) msgid "insecure = False" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml109(td) #: ./doc/common/tables/sahara-auth_token.xml109(td) #: ./doc/common/tables/trove-auth_token.xml109(td) msgid "keyfile = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml113(td) msgid "memcache_pool_conn_get_timeout = 10" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml114(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/ironic-auth_token.xml117(td) msgid "memcache_pool_dead_retry = 300" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml118(td) msgid "" "(IntOpt) (optional) number of seconds memcached server is considered dead " "before it is tried again." msgstr "" #: ./doc/common/tables/ironic-auth_token.xml121(td) msgid "memcache_pool_maxsize = 10" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml122(td) msgid "" "(IntOpt) (optional) max total number of open connections to every memcached " "server." msgstr "" #: ./doc/common/tables/ironic-auth_token.xml125(td) msgid "memcache_pool_socket_timeout = 3" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml126(td) msgid "" "(IntOpt) (optional) socket timeout in seconds for communicating with a " "memcache server." msgstr "" #: ./doc/common/tables/ironic-auth_token.xml129(td) msgid "memcache_pool_unused_timeout = 60" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml130(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/ironic-auth_token.xml133(td) #: ./doc/common/tables/sahara-auth_token.xml113(td) #: ./doc/common/tables/trove-auth_token.xml113(td) msgid "memcache_secret_key = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml137(td) #: ./doc/common/tables/sahara-auth_token.xml117(td) #: ./doc/common/tables/trove-auth_token.xml117(td) msgid "memcache_security_strategy = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml141(td) msgid "memcache_use_advanced_pool = False" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml142(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/ironic-auth_token.xml149(td) #: ./doc/common/tables/sahara-auth_token.xml121(td) #: ./doc/common/tables/trove-auth_token.xml121(td) msgid "revocation_cache_time = 10" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml153(td) #: ./doc/common/tables/sahara-auth_token.xml125(td) #: ./doc/common/tables/trove-auth_token.xml125(td) msgid "signing_dir = None" msgstr "" #: ./doc/common/tables/ironic-auth_token.xml157(td) #: ./doc/common/tables/sahara-auth_token.xml129(td) #: ./doc/common/tables/trove-auth_token.xml129(td) msgid "token_cache_time = 300" 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(td) msgid "" "allowed_headers = 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.xml28(td) msgid "keep_cache_private = false" 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(td) msgid "keep_cache_size = 5424880" 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.xml36(td) msgid "max_upload_time = 86400" 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.xml40(td) msgid "mb_per_sync = 512" 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.xml44(td) msgid "replication_concurrency = 4" 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.xml48(td) msgid "replication_failure_ratio = 1.0" 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.xml52(td) msgid "replication_failure_threshold = 100" 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.xml56(td) msgid "replication_lock_timeout = 15" 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.xml60(td) msgid "replication_one_per_device = True" 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.xml64(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml24(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml36(td) msgid "replication_server = false" 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(td) msgid "set log_name = object-server" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml84(td) #: ./doc/common/tables/swift-account-server-app-account-server.xml44(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml56(td) msgid "set log_requests = true" 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.xml88(td) msgid "slow = 0" 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(td) msgid "splice = no" msgstr "" #: ./doc/common/tables/swift-object-server-app-object-server.xml96(td) msgid "threads_per_disk = 0" 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(td) msgid "use = egg:swift#object" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-catch_errors.xml36(td) msgid "set log_name = 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) #: ./doc/common/tables/nova-conf-changes.xml359(td) 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/swift-container-reconciler-container-reconciler.xml20(td) #: ./doc/common/tables/swift-account-server-account-replicator.xml36(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml28(td) msgid "interval = 30" msgstr "" #: ./doc/common/tables/swift-container-reconciler-container-reconciler.xml28(td) msgid "request_tries = 3" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml8(literal) msgid "[filter-keystoneauth]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml20(td) msgid "allow_names_in_acls = true" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml24(td) msgid "default_domain_id = default" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml28(td) msgid "operator_roles = admin, swiftoperator" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml32(td) msgid "reseller_admin_role = ResellerAdmin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-keystoneauth.xml36(td) msgid "use = egg:swift#keystoneauth" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml28(td) msgid "bind_port = 6000" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml52(td) #: ./doc/common/tables/swift-object-server-object-auditor.xml28(td) msgid "disk_chunk_size = 65536" 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.xml142(td) msgid "network_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml143(td) msgid "Size of chunks to read/write over the network" msgstr "" #: ./doc/common/tables/swift-object-server-DEFAULT.xml146(td) #: ./doc/common/tables/swift-container-server-container-updater.xml53(td) #: ./doc/common/tables/swift-container-server-app-container-server.xml32(td) msgid "node_timeout = 3" 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/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.xml20(td) msgid "allow_overrides = true" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml24(td) msgid "auth_prefix = /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.xml28(td) msgid "reseller_prefix = AUTH" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml29(td) msgid "The naming scope for the auth service. Swift" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml48(td) msgid "set log_name = tempauth" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml52(td) msgid "storage_url_scheme = default" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml53(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.xml56(td) msgid "token_life = 86400" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml57(td) msgid "The number of seconds a token is valid." msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml60(td) msgid "use = egg:swift#tempauth" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml64(td) msgid "user_admin_admin = admin .admin .reseller_admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml68(td) msgid "user_test2_tester2 = testing2 .admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml72(td) msgid "user_test_tester = testing .admin" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempauth.xml76(td) msgid "user_test_tester3 = 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.xml21(replaceable) msgid "/etc/cinder/cinder_emc_config.xml" msgstr "" #: ./doc/common/tables/cinder-emc.xml22(td) msgid "(StrOpt) use this file for cinder emc plugin config data" msgstr "" #: ./doc/common/tables/cinder-emc.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml53(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.xml193(td) msgid "" "(BoolOpt) Automatically register initiators. By default, the value is False." msgstr "" #: ./doc/common/tables/cinder-emc.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml197(td) msgid "" "(StrOpt) Mapping between hostname and its iSCSI initiator IP addresses." msgstr "" #: ./doc/common/tables/cinder-emc.xml37(replaceable) #: ./doc/common/tables/nova-quota.xml49(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml563(td) msgid "255" msgstr "255" #: ./doc/common/tables/cinder-emc.xml38(td) msgid "" "(IntOpt) Default max number of LUNs in a storage group. By default, the " "value is 255." msgstr "" #: ./doc/common/tables/cinder-emc.xml42(td) msgid "(StrOpt) Naviseccli Path." msgstr "" #: ./doc/common/tables/cinder-emc.xml45(replaceable) msgid "global" msgstr "" #: ./doc/common/tables/cinder-emc.xml46(td) #: ./doc/common/tables/cinder-conf-changes.xml305(td) msgid "(StrOpt) VNX authentication scope type." msgstr "" #: ./doc/common/tables/cinder-emc.xml54(td) #: ./doc/common/tables/cinder-conf-changes.xml309(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) #: ./doc/common/tables/cinder-conf-changes.xml345(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.xml29(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/trove-rabbitmq.xml22(td) msgid "(StrOpt) SSL certification authority file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL 認証局ファイル (SSL が有効化されているときのみ有効)。" #: ./doc/common/tables/trove-rabbitmq.xml26(td) msgid "(StrOpt) SSL cert file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL 証明書ファイル (SSL が有効化されているときのみ有効)。" #: ./doc/common/tables/trove-rabbitmq.xml30(td) msgid "(StrOpt) SSL key file (valid only if SSL enabled)" msgstr "(文字列オプション) SSL キーファイル (SSL が有効化されているときのみ有効)。" #: ./doc/common/tables/trove-rabbitmq.xml34(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are " "TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml38(td) msgid "" "(BoolOpt) use H/A queues in RabbitMQ (x-ha-policy: all).You need to wipe " "RabbitMQ database when changing this option." msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml42(td) msgid "(StrOpt) The RabbitMQ broker address where a single node is used" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml46(td) msgid "(ListOpt) RabbitMQ HA cluster host:port pairs" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml50(td) msgid "" "(IntOpt) maximum retries with trying to connect to RabbitMQ (the default of " "0 implies an infinite retry count)" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml54(td) msgid "(StrOpt) the RabbitMQ password" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml58(td) msgid "(IntOpt) The RabbitMQ broker port where a single node is used" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml62(td) msgid "" "(IntOpt) how long to backoff for between retries when connecting to RabbitMQ" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml66(td) msgid "(IntOpt) how frequently to retry connecting with RabbitMQ" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml70(td) msgid "(BoolOpt) connect over SSL for RabbitMQ" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml74(td) msgid "(StrOpt) the RabbitMQ userid" msgstr "" #: ./doc/common/tables/trove-rabbitmq.xml78(td) msgid "(StrOpt) the RabbitMQ virtual host" 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.xml21(td) msgid "allowed_direct_url_schemes =" 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) #: ./doc/common/tables/nova-conf-changes.xml125(td) msgid "" "(StrOpt) Default protocol to use when connecting to glance. Set to https for" " SSL." msgstr "" #: ./doc/common/tables/ironic-glance.xml29(td) msgid "glance_api_insecure = False" 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.xml33(td) msgid "glance_api_servers = None" 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.xml37(td) msgid "glance_host = $my_ip" msgstr "" #: ./doc/common/tables/ironic-glance.xml38(td) msgid "(StrOpt) Default glance hostname or IP address." msgstr "" #: ./doc/common/tables/ironic-glance.xml41(td) msgid "glance_num_retries = 0" 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(td) msgid "glance_port = 9292" msgstr "" #: ./doc/common/tables/ironic-glance.xml46(td) msgid "(IntOpt) Default glance port." msgstr "" #: ./doc/common/tables/ironic-glance.xml49(td) msgid "glance_protocol = http" msgstr "" #: ./doc/common/tables/ironic-glance.xml53(td) msgid "swift_account = None" 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.xml57(td) msgid "swift_api_version = v1" 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(td) msgid "swift_container = glance" msgstr "" #: ./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.xml65(td) msgid "swift_endpoint_url = None" 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.xml69(td) msgid "swift_temp_url_duration = 1200" msgstr "" #: ./doc/common/tables/ironic-glance.xml70(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.xml73(td) msgid "swift_temp_url_key = None" msgstr "" #: ./doc/common/tables/ironic-glance.xml74(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/nova-rpc.xml103(th) msgid "[upgrade_levels]" msgstr "" #: ./doc/common/tables/nova-upgrade_levels.xml29(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) 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 "" #: ./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/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.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-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 "file" #: ./doc/common/tables/glance-api.xml88(replaceable) msgid "file, http" msgstr "" #: ./doc/common/tables/glance-api.xml96(td) msgid "(StrOpt) Name of the paste configuration file." msgstr "" #: ./doc/common/tables/glance-api.xml100(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.xml103(th) msgid "[store_type_location_strategy]" msgstr "" #: ./doc/common/tables/glance-api.xml107(td) msgid "" "(ListOpt) The store names to use to get store preference order. The name " "must be registered by one of the stores defined by the 'known_stores' config" " option. This option will be applied when you using 'store_type' option as " "image location strategy defined by the 'location_strategy' config option." msgstr "" #: ./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(td) msgid "set log_name = gatekeeper" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-gatekeeper.xml40(td) msgid "use = egg:swift#gatekeeper" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml8(literal) msgid "[container]" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml8(literal) #: ./doc/common/tables/swift-rsyncd-account.xml8(literal) #: ./doc/common/tables/swift-rsyncd-object.xml8(literal) msgid "rsyncd.conf" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml20(td) msgid "lock file = /var/lock/container.lock" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml24(td) msgid "max connections = 4" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml28(td) #: ./doc/common/tables/swift-rsyncd-account.xml28(td) #: ./doc/common/tables/swift-rsyncd-object.xml28(td) msgid "path = /srv/node" msgstr "" #: ./doc/common/tables/swift-rsyncd-container.xml32(td) #: ./doc/common/tables/swift-rsyncd-account.xml32(td) #: ./doc/common/tables/swift-rsyncd-object.xml32(td) msgid "read only = false" 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 "iSCSI" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml317(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) #: ./doc/common/tables/cinder-conf-changes.xml321(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.xml21(td) msgid "client_port = 443" 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.xml29(td) msgid "power_retry = 6" 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.xml33(td) msgid "power_wait = 2" 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(td) msgid "swift_ilo_container = 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(td) msgid "swift_object_expiry_timeout = 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.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml20(td) msgid "access_log_address = /dev/log" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml24(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml24(td) msgid "access_log_facility = LOG_LOCAL0" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml28(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml28(td) msgid "access_log_headers = false" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml32(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml32(td) msgid "access_log_headers_only =" 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.xml38(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml38(td) msgid "access_log_level = INFO" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml42(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml42(td) msgid "access_log_name = swift" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml46(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml46(td) msgid "access_log_statsd_default_sample_rate = 1.0" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml50(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml50(td) msgid "access_log_statsd_host = localhost" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml54(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml54(td) msgid "access_log_statsd_metric_prefix =" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml58(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml58(td) msgid "access_log_statsd_port = 8125" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml62(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml62(td) msgid "access_log_statsd_sample_rate_factor = 1.0" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml66(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml66(td) msgid "access_log_udp_host =" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml70(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml70(td) msgid "access_log_udp_port = 514" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml74(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml74(td) msgid "log_statsd_valid_http_methods = GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml78(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml78(td) msgid "logged with access_log_headers = True." msgstr "" #: ./doc/common/tables/swift-object-expirer-filter-proxy-logging.xml82(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml82(td) msgid "reveal_sensitive_prefix = 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(td) #: ./doc/common/tables/swift-container-reconciler-filter-proxy-logging.xml20(td) #: ./doc/common/tables/swift-proxy-server-filter-proxy-logging.xml91(td) msgid "use = 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/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/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.xml25(replaceable) msgid "pipeline.yaml" msgstr "" #: ./doc/common/tables/ceilometer-api.xml26(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 "" "(BoolOpt) Set it to False if your environment does not need or have a DNS " "server, otherwise it will delay the response from the API." msgstr "" #: ./doc/common/tables/ceilometer-api.xml57(td) msgid "(StrOpt) The listen IP for the ceilometer API server." msgstr "" #: ./doc/common/tables/ceilometer-api.xml61(td) msgid "" "(BoolOpt) Toggle Pecan Debug Middleware. Defaults to global debug value." msgstr "" #: ./doc/common/tables/ceilometer-api.xml64(replaceable) msgid "8777" msgstr "" #: ./doc/common/tables/ceilometer-api.xml65(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.xml25(replaceable) #: ./doc/common/tables/glance-swift.xml72(replaceable) msgid "glance" msgstr "glance" #: ./doc/common/tables/ceilometer-exchange.xml26(td) msgid "(StrOpt) Exchange name for Glance notifications." msgstr "" #: ./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 "ironic" #: ./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 "sahara" #: ./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.xml61(replaceable) msgid "trove" msgstr "trove" #: ./doc/common/tables/ceilometer-exchange.xml62(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.xml22(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.xml26(td) msgid "(StrOpt) Type of LVM volumes to deploy; (default or thin)" msgstr "" #: ./doc/common/tables/cinder-lvm.xml30(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.xml21(td) msgid "dns_account_id =" msgstr "" #: ./doc/common/tables/trove-dns.xml22(td) msgid "(StrOpt) Tenant ID for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml25(td) msgid "dns_auth_url =" msgstr "" #: ./doc/common/tables/trove-dns.xml26(td) msgid "(StrOpt) Authentication URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml29(td) msgid "dns_domain_id =" msgstr "" #: ./doc/common/tables/trove-dns.xml30(td) msgid "(StrOpt) Domain ID used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml33(td) msgid "dns_domain_name =" msgstr "" #: ./doc/common/tables/trove-dns.xml34(td) msgid "(StrOpt) Domain name used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml37(td) msgid "dns_driver = trove.dns.driver.DnsDriver" msgstr "" #: ./doc/common/tables/trove-dns.xml38(td) msgid "(StrOpt) Driver for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml41(td) msgid "dns_endpoint_url = 0.0.0.0" msgstr "" #: ./doc/common/tables/trove-dns.xml42(td) msgid "(StrOpt) Endpoint URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml45(td) msgid "dns_hostname =" msgstr "" #: ./doc/common/tables/trove-dns.xml46(td) msgid "(StrOpt) Hostname used for adding DNS entries." msgstr "" #: ./doc/common/tables/trove-dns.xml49(td) msgid "dns_instance_entry_factory = 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.xml53(td) msgid "dns_management_base_url =" msgstr "" #: ./doc/common/tables/trove-dns.xml54(td) msgid "(StrOpt) Management URL for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml57(td) msgid "dns_passkey =" msgstr "" #: ./doc/common/tables/trove-dns.xml58(td) msgid "(StrOpt) Passkey for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml61(td) msgid "dns_region =" msgstr "" #: ./doc/common/tables/trove-dns.xml62(td) msgid "(StrOpt) Region name for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml65(td) msgid "dns_service_type =" msgstr "" #: ./doc/common/tables/trove-dns.xml66(td) msgid "(StrOpt) Service Type for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml69(td) msgid "dns_time_out = 120" 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.xml73(td) msgid "dns_ttl = 300" 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.xml77(td) msgid "dns_username =" msgstr "" #: ./doc/common/tables/trove-dns.xml78(td) msgid "(StrOpt) Username for DNSaaS." msgstr "" #: ./doc/common/tables/trove-dns.xml81(td) msgid "trove_dns_support = False" 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.xml37(td) msgid "notification_level = INFO" msgstr "" #: ./doc/common/tables/sahara-amqp.xml38(td) msgid "(StrOpt) Notification level for outgoing notifications" msgstr "" #: ./doc/common/tables/sahara-amqp.xml41(td) msgid "notification_publisher_id = None" 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(td) msgid "block_device_mapping = 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.xml25(td) msgid "cinder_service_type = volumev2" msgstr "" #: ./doc/common/tables/trove-volume.xml29(td) msgid "cinder_url = None" msgstr "" #: ./doc/common/tables/trove-volume.xml33(td) msgid "cinder_volume_type = None" msgstr "" #: ./doc/common/tables/trove-volume.xml34(td) #: ./doc/common/tables/trove-conf-changes.xml33(td) msgid "(StrOpt) Volume type to use when provisioning a Cinder volume." msgstr "" #: ./doc/common/tables/trove-volume.xml41(td) msgid "trove_volume_support = True" msgstr "" #: ./doc/common/tables/trove-volume.xml45(td) msgid "volume_format_timeout = 120" msgstr "" #: ./doc/common/tables/trove-volume.xml46(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a volume format." msgstr "" #: ./doc/common/tables/trove-volume.xml49(td) msgid "volume_fstype = ext3" msgstr "" #: ./doc/common/tables/trove-volume.xml50(td) msgid "(StrOpt) File system type used to format a volume." msgstr "" #: ./doc/common/tables/trove-volume.xml53(td) msgid "volume_time_out = 60" msgstr "" #: ./doc/common/tables/trove-volume.xml54(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.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.xml60(replaceable) msgid "network, subnet, port" msgstr "" #: ./doc/common/tables/neutron-quotas.xml61(td) msgid "(ListOpt) Resource name(s) that are supported in quota features" msgstr "" #: ./doc/common/tables/neutron-quotas.xml65(td) msgid "" "(IntOpt) Number of Loadbalancer Listeners allowed per tenant. A negative " "value means unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml69(td) msgid "" "(IntOpt) Number of LoadBalancers allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml77(td) msgid "" "(IntOpt) Number of networks allowed per tenant.A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml93(td) msgid "" "(IntOpt) Number of ports allowed per tenant. A negative value means " "unlimited." msgstr "" #: ./doc/common/tables/neutron-quotas.xml109(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) 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) #: ./doc/common/tables/cinder-conf-changes.xml285(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 "" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml297(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.xml7(caption) msgid "Description of Quobyte USP volume driver configuration options" msgstr "" #: ./doc/common/tables/cinder-quobyte.xml22(td) msgid "(StrOpt) Path to a Quobyte Client configuration file." msgstr "" #: ./doc/common/tables/cinder-quobyte.xml26(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) msgid "(BoolOpt) Create volumes as QCOW2 files rather than raw files." msgstr "" #: ./doc/common/tables/cinder-quobyte.xml34(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) 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) #: ./doc/common/tables/cinder-conf-changes.xml93(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) #: ./doc/common/tables/cinder-conf-changes.xml97(td) msgid "(StrOpt) Configuration file for HDS NFS cinder plugin" 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.xml49(replaceable) msgid "1048576" 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.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.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 "" #: ./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/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 Juno for Database Service" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml16(td) msgid "[DEFAULT] agent_replication_snapshot_timeout = 36000" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml17(td) #: ./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-conf-changes.xml20(td) msgid "[DEFAULT] bind_host = 0.0.0.0" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml24(td) msgid "[DEFAULT] black_list_regex = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml28(td) msgid "[DEFAULT] cinder_service_type = volumev2" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml32(td) msgid "[DEFAULT] cinder_volume_type = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml36(td) msgid "[DEFAULT] cluster_delete_time_out = 180" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml37(td) #: ./doc/common/tables/trove-cluster.xml22(td) msgid "(IntOpt) Maximum time (in seconds) to wait for a cluster delete." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml40(td) msgid "[DEFAULT] cluster_usage_timeout = 675" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml41(td) #: ./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-conf-changes.xml44(td) msgid "[DEFAULT] clusters_page_size = 20" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml45(td) #: ./doc/common/tables/trove-cluster.xml30(td) msgid "(IntOpt) Page size for listing clusters." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml48(td) msgid "[DEFAULT] conductor_manager = trove.conductor.manager.Manager" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml52(td) msgid "[DEFAULT] heat_service_type = orchestration" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml56(td) msgid "[DEFAULT] hostname_require_valid_ip = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml60(td) msgid "[DEFAULT] http_mgmt_post_rate = 200" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml64(td) msgid "[DEFAULT] network_driver = trove.network.nova.NovaNetwork" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml68(td) msgid "[DEFAULT] neutron_service_type = network" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml72(td) msgid "[DEFAULT] neutron_url = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml76(td) msgid "[DEFAULT] nova_compute_service_type = compute" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml80(td) #: ./doc/common/tables/cinder-conf-changes.xml236(td) msgid "[DEFAULT] os_region_name = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml84(td) msgid "[DEFAULT] remote_neutron_client = trove.common.remote.neutron_client" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml85(td) #: ./doc/common/tables/trove-clients.xml38(td) msgid "(StrOpt) Client to send Neutron calls to." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml88(td) msgid "[DEFAULT] restore_usage_timeout = 36000" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml89(td) #: ./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-conf-changes.xml92(td) msgid "[DEFAULT] swift_service_type = object-store" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml96(td) msgid "[DEFAULT] usage_timeout = 600" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml100(td) msgid "[DEFAULT] use_nova_server_config_drive = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml101(td) #: ./doc/common/tables/trove-taskmanager.xml78(td) msgid "(BoolOpt) Use config drive for file injection when booting instance." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml108(td) msgid "[cassandra] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml112(td) msgid "[cassandra] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml116(td) msgid "[cassandra] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml120(td) msgid "[cassandra] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml124(td) msgid "[cassandra] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml128(td) msgid "[cassandra] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml132(td) msgid "[couchbase] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml136(td) msgid "" "[couchbase] backup_namespace = " "trove.guestagent.strategies.backup.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml140(td) msgid "[couchbase] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml144(td) msgid "[couchbase] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml148(td) msgid "" "[couchbase] restore_namespace = " "trove.guestagent.strategies.restore.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml152(td) msgid "[couchbase] root_on_create = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml156(td) msgid "[couchbase] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml172(td) msgid "" "[mongodb] api_strategy = " "trove.common.strategies.mongodb.api.MongoDbAPIStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml173(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.xml176(td) msgid "[mongodb] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml180(td) msgid "[mongodb] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml184(td) msgid "[mongodb] cluster_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml185(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.xml188(td) msgid "[mongodb] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml192(td) msgid "" "[mongodb] guestagent_strategy = " "trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml193(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.xml196(td) msgid "[mongodb] num_config_servers_per_cluster = 3" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml197(td) #: ./doc/common/tables/trove-db_mongodb.xml54(td) msgid "(IntOpt) The number of config servers to create per cluster." msgstr "" #: ./doc/common/tables/trove-conf-changes.xml200(td) msgid "[mongodb] num_query_routers_per_cluster = 1" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml201(td) #: ./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-conf-changes.xml204(td) msgid "[mongodb] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml208(td) msgid "[mongodb] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml212(td) msgid "" "[mongodb] taskmanager_strategy = " "trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml213(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.xml216(td) msgid "[mongodb] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml220(td) msgid "" "[mysql] backup_incremental_strategy = {'InnoBackupEx': " "'InnoBackupExIncremental'}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml224(td) msgid "" "[mysql] backup_namespace = trove.guestagent.strategies.backup.mysql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml228(td) msgid "[mysql] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml232(td) msgid "" "[mysql] replication_namespace = " "trove.guestagent.strategies.replication.mysql_binlog" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml236(td) msgid "[mysql] replication_strategy = MysqlBinlogReplication" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml240(td) msgid "" "[mysql] restore_namespace = trove.guestagent.strategies.restore.mysql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml244(td) msgid "[mysql] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml248(td) msgid "" "[percona] backup_incremental_strategy = {'InnoBackupEx': " "'InnoBackupExIncremental'}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml252(td) msgid "" "[percona] backup_namespace = trove.guestagent.strategies.backup.mysql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml256(td) msgid "[percona] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml260(td) msgid "" "[percona] replication_namespace = " "trove.guestagent.strategies.replication.mysql_binlog" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml264(td) msgid "[percona] replication_password = NETOU7897NNLOU" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml268(td) msgid "[percona] replication_strategy = MysqlBinlogReplication" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml272(td) msgid "[percona] replication_user = slave_user" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml276(td) msgid "" "[percona] restore_namespace = trove.guestagent.strategies.restore.mysql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml280(td) msgid "[percona] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml284(td) msgid "[postgresql] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml288(td) msgid "" "[postgresql] backup_namespace = " "trove.guestagent.strategies.backup.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml292(td) msgid "[postgresql] backup_strategy = PgDump" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml296(td) msgid "[postgresql] device_path = /dev/vdb" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml297(td) msgid "(StrOpt) None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml300(td) msgid "[postgresql] ignore_dbs = postgres" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml301(td) #: ./doc/common/tables/trove-conf-changes.xml305(td) msgid "(ListOpt) None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml304(td) msgid "[postgresql] ignore_users = os_admin, postgres, root" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml308(td) msgid "[postgresql] mount_point = /var/lib/postgresql" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml312(td) msgid "" "[postgresql] restore_namespace = " "trove.guestagent.strategies.restore.postgresql_impl" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml316(td) msgid "[postgresql] root_on_create = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml320(td) msgid "[postgresql] tcp_ports = 5432" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml324(td) msgid "[postgresql] udp_ports =" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml328(td) msgid "[postgresql] volume_support = True" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml332(td) msgid "[redis] backup_incremental_strategy = {}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml336(td) msgid "[redis] backup_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml340(td) msgid "[redis] device_path = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml344(td) msgid "[redis] replication_strategy = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml348(td) msgid "[redis] restore_namespace = None" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml352(td) msgid "[redis] volume_support = False" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml369(td) msgid "[DEFAULT] cinder_url" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml370(td) msgid "http://localhost:8776/v2" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml376(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" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml379(td) msgid "[DEFAULT] heat_url" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml380(td) msgid "http://localhost:8004/v1" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml384(td) msgid "[DEFAULT] notification_service_id" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml385(td) msgid "" "{'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': " "'c8c907af-7375-456f-b929-b637ff9209ee', 'cassandra': '459a230d-" "4e97-4344-9067-2a54a310b0ed', 'redis': 'b216ffc5-1947-456c-a4cf-" "70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml386(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-conf-changes.xml389(td) msgid "[DEFAULT] nova_compute_url" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml390(td) msgid "http://localhost:8774/v2" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml394(td) msgid "[DEFAULT] swift_url" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml395(td) #: ./doc/common/tables/cinder-conf-changes.xml542(td) msgid "http://localhost:8080/v1/AUTH_" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml399(td) msgid "[DEFAULT] trove_conductor_workers" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml404(td) msgid "[DEFAULT] update_status_on_fail" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml409(td) #: ./doc/common/tables/trove-conf-changes.xml527(td) msgid "[couchbase] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml411(td) msgid "CbBackup" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml430(td) #: ./doc/common/tables/trove-conf-changes.xml450(td) #: ./doc/common/tables/trove-conf-changes.xml462(td) #: ./doc/common/tables/trove-conf-changes.xml474(td) #: ./doc/common/tables/trove-conf-changes.xml510(td) #: ./doc/common/tables/trove-conf-changes.xml522(td) msgid "[DEFAULT] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml431(td) msgid "[redis] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml434(td) #: ./doc/common/tables/trove-conf-changes.xml454(td) #: ./doc/common/tables/trove-conf-changes.xml466(td) #: ./doc/common/tables/trove-conf-changes.xml494(td) #: ./doc/common/tables/trove-conf-changes.xml514(td) #: ./doc/common/tables/trove-conf-changes.xml526(td) msgid "[DEFAULT] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml435(td) msgid "[mysql] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml438(td) #: ./doc/common/tables/trove-conf-changes.xml442(td) #: ./doc/common/tables/trove-conf-changes.xml446(td) #: ./doc/common/tables/trove-conf-changes.xml470(td) #: ./doc/common/tables/trove-conf-changes.xml478(td) #: ./doc/common/tables/trove-conf-changes.xml502(td) msgid "[DEFAULT] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml439(td) msgid "[mysql] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml443(td) msgid "[mongodb] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml447(td) msgid "[redis] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml451(td) msgid "[cassandra] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml455(td) msgid "[redis] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml458(td) #: ./doc/common/tables/trove-conf-changes.xml482(td) #: ./doc/common/tables/trove-conf-changes.xml486(td) #: ./doc/common/tables/trove-conf-changes.xml490(td) #: ./doc/common/tables/trove-conf-changes.xml498(td) #: ./doc/common/tables/trove-conf-changes.xml518(td) msgid "[DEFAULT] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml459(td) msgid "[couchbase] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml463(td) msgid "[mongodb] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml467(td) msgid "[cassandra] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml471(td) msgid "[percona] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml475(td) msgid "[couchbase] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml479(td) msgid "[couchbase] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml483(td) msgid "[cassandra] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml487(td) msgid "[mongodb] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml491(td) msgid "[percona] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml495(td) msgid "[mongodb] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml499(td) msgid "[mysql] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml503(td) msgid "[cassandra] restore_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml506(td) msgid "[DEFAULT] hostname_require_ipv4" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml507(td) msgid "[DEFAULT] hostname_require_valid_ip" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml511(td) msgid "[mysql] backup_namespace" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml515(td) msgid "[percona] backup_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml519(td) msgid "[redis] backup_incremental_strategy" msgstr "" #: ./doc/common/tables/trove-conf-changes.xml523(td) msgid "[percona] backup_namespace" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml8(literal) msgid "[filter-tempurl]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-tempurl.xml20(td) msgid "incoming_allow_headers =" 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(td) msgid "incoming_remove_headers = 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(td) msgid "methods = 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(td) msgid "outgoing_allow_headers = 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(td) msgid "outgoing_remove_headers = 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(td) msgid "use = 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.xml25(replaceable) #: ./doc/common/tables/neutron-plumgrid.xml25(replaceable) #: ./doc/common/tables/swift-conf-changes.xml412(td) msgid "8080" msgstr "" #: ./doc/common/tables/neutron-ryu.xml26(td) msgid "(IntOpt) webapp listen port" msgstr "" #: ./doc/common/tables/cinder-swift.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml21(td) msgid "" "(StrOpt) Swift authentication version. Specify \"1\" for auth 1.0, or \"2\" " "for auth 2.0" msgstr "" #: ./doc/common/tables/cinder-swift.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml25(td) msgid "" "(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 " "system" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml8(literal) msgid "[account]" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml20(td) msgid "lock file = /var/lock/account.lock" msgstr "" #: ./doc/common/tables/swift-rsyncd-account.xml24(td) msgid "max connections = 2" 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.xml21(replaceable) #: ./doc/common/tables/nova-api.xml29(replaceable) #: ./doc/common/tables/neutron-api.xml45(replaceable) #: ./doc/common/tables/neutron-api.xml49(replaceable) msgid "900" msgstr "900" #: ./doc/common/tables/cinder-common.xml22(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.xml25(replaceable) msgid "cinder.compute.nova.API" msgstr "" #: ./doc/common/tables/cinder-common.xml26(td) msgid "(StrOpt) The full class name of the compute API class to use" msgstr "" #: ./doc/common/tables/cinder-common.xml29(replaceable) msgid "cinder.consistencygroup.api.API" msgstr "" #: ./doc/common/tables/cinder-common.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml33(td) msgid "(StrOpt) The full class name of the consistencygroup API class" msgstr "" #: ./doc/common/tables/cinder-common.xml34(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.xml38(td) msgid "(StrOpt) Default volume type to use" msgstr "" #: ./doc/common/tables/cinder-common.xml42(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.xml46(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.xml49(replaceable) msgid "/etc/iet/ietd.conf" msgstr "" #: ./doc/common/tables/cinder-common.xml50(td) msgid "(StrOpt) IET configuration file" msgstr "" #: ./doc/common/tables/cinder-common.xml54(td) msgid "" "(StrOpt) This option is deprecated and unused. It will be removed in the " "next release." msgstr "" #: ./doc/common/tables/cinder-common.xml62(td) msgid "(BoolOpt) Enable monkey patching" msgstr "" #: ./doc/common/tables/cinder-common.xml74(td) msgid "(BoolOpt) Whether snapshots count against GigaByte quota" msgstr "" #: ./doc/common/tables/cinder-common.xml78(td) msgid "(IntOpt) Number of times to attempt to run flakey shell commands" msgstr "" #: ./doc/common/tables/cinder-common.xml82(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.xml86(td) msgid "(StrOpt) Password associated with the OpenStack privileged account." msgstr "" #: ./doc/common/tables/cinder-common.xml90(td) msgid "(StrOpt) Tenant name associated with the OpenStack privileged account." msgstr "" #: ./doc/common/tables/cinder-common.xml94(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.xml98(td) msgid "(IntOpt) Interval, in seconds, between running periodic tasks" msgstr "" #: ./doc/common/tables/cinder-common.xml113(replaceable) msgid "cinder.replication.api.API" msgstr "" #: ./doc/common/tables/cinder-common.xml114(td) #: ./doc/common/tables/cinder-conf-changes.xml265(td) msgid "(StrOpt) The full class name of the volume replication API class" msgstr "" #: ./doc/common/tables/cinder-common.xml118(td) msgid "" "(IntOpt) Interval, in seconds, between nodes reporting state to datastore" msgstr "" #: ./doc/common/tables/cinder-common.xml122(td) msgid "(IntOpt) Global backend request timeout, in seconds" msgstr "" #: ./doc/common/tables/cinder-common.xml126(td) msgid "(IntOpt) The percentage of backend capacity is reserved" msgstr "" #: ./doc/common/tables/cinder-common.xml129(replaceable) msgid "/etc/cinder/rootwrap.conf" msgstr "" #: ./doc/common/tables/cinder-common.xml138(td) msgid "" "(IntOpt) Maximum time since last check-in for a service to be considered up" msgstr "" #: ./doc/common/tables/cinder-common.xml141(replaceable) msgid "$state_path/ssh_known_hosts" msgstr "" #: ./doc/common/tables/cinder-common.xml142(td) #: ./doc/common/tables/cinder-conf-changes.xml301(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.xml145(replaceable) msgid "/var/lib/cinder" msgstr "" #: ./doc/common/tables/cinder-common.xml146(td) msgid "(StrOpt) Top-level directory for maintaining cinder's state" msgstr "" #: ./doc/common/tables/cinder-common.xml150(td) msgid "(StrOpt) Availability zone of this node" msgstr "" #: ./doc/common/tables/cinder-common.xml154(td) #: ./doc/common/tables/cinder-conf-changes.xml325(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.xml158(td) #: ./doc/common/tables/cinder-conf-changes.xml333(td) msgid "" "(BoolOpt) Sets the value of TCP_KEEPALIVE (True/False) for each server " "socket." msgstr "" #: ./doc/common/tables/cinder-common.xml162(td) #: ./doc/common/tables/cinder-conf-changes.xml337(td) msgid "" "(IntOpt) Sets the value of TCP_KEEPCNT for each server socket. Not supported" " on OS X." msgstr "" #: ./doc/common/tables/cinder-common.xml166(td) #: ./doc/common/tables/cinder-conf-changes.xml341(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.xml178(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.xml182(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.xml49(td) msgid "" "(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage " "servers." msgstr "" #: ./doc/common/tables/glance-swift.xml53(td) msgid "" "(ListOpt) A list of tenants that will be granted read/write access on all " "Swift containers created by Glance in multi-tenant mode." msgstr "" #: ./doc/common/tables/glance-swift.xml61(td) msgid "" "(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when " "authenticating." msgstr "" #: ./doc/common/tables/glance-swift.xml65(td) msgid "" "(StrOpt) Version of the authentication service to use. Valid versions are 2 " "for keystone and 1 for swauth and rackspace. (deprecated)" msgstr "" #: ./doc/common/tables/glance-swift.xml73(td) msgid "" "(StrOpt) Container within the account that the account should use for " "storing images in Swift." 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.xml81(td) msgid "" "(StrOpt) A string giving the endpoint type of the swift service to use " "(publicURL, adminURL or internalURL). This setting is only used if " "swift_store_auth_version is 2." msgstr "" #: ./doc/common/tables/glance-swift.xml88(replaceable) #: ./doc/common/tables/neutron-ml2_bigswitch.xml170(replaceable) #: ./doc/common/tables/neutron-bigswitch.xml170(replaceable) msgid "200" msgstr "" #: ./doc/common/tables/glance-swift.xml89(td) msgid "" "(IntOpt) The amount of data written to a temporary disk buffer during the " "process of chunking the image file." msgstr "" #: ./doc/common/tables/glance-swift.xml92(replaceable) msgid "5120" msgstr "" #: ./doc/common/tables/glance-swift.xml93(td) msgid "" "(IntOpt) The size, in MB, that Glance will start chunking image files and do" " a large object manifest in Swift." msgstr "" #: ./doc/common/tables/glance-swift.xml97(td) msgid "" "(BoolOpt) If set to True, enables multi-tenant storage mode which causes " "Glance images to be stored in tenant specific Swift accounts." msgstr "" #: ./doc/common/tables/glance-swift.xml101(td) msgid "" "(StrOpt) The region of the swift endpoint to be used for single tenant. This" " setting is only necessary if the tenant has multiple swift endpoints." msgstr "" #: ./doc/common/tables/glance-swift.xml105(td) msgid "" "(IntOpt) The number of times a Swift download will be retried before the " "request fails." msgstr "" #: ./doc/common/tables/glance-swift.xml108(replaceable) #: ./doc/common/tables/ceilometer-service_types.xml37(replaceable) msgid "object-store" msgstr "" #: ./doc/common/tables/glance-swift.xml109(td) msgid "" "(StrOpt) A string giving the service type of the swift service to use. This " "setting is only used if swift_store_auth_version is 2." msgstr "" #: ./doc/common/tables/glance-swift.xml113(td) msgid "" "(BoolOpt) If set to False, disables SSL layer compression of https swift " "requests. Setting to False may improve performance for images which are " "already in a compressed format, eg qcow2." msgstr "" #: ./doc/common/tables/trove-quota.xml21(td) msgid "max_accepted_volume_size = 5" 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.xml25(td) msgid "max_backups_per_user = 50" 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.xml29(td) msgid "max_instances_per_user = 5" msgstr "" #: ./doc/common/tables/trove-quota.xml30(td) msgid "(IntOpt) Default maximum number of instances per tenant." msgstr "" #: ./doc/common/tables/trove-quota.xml33(td) msgid "max_volumes_per_user = 20" 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(td) msgid "quota_driver = 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(td) msgid "remote_cinder_client = 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(td) msgid "remote_dns_client = 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(td) msgid "remote_guest_client = 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(td) msgid "remote_heat_client = 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(td) msgid "remote_neutron_client = trove.common.remote.neutron_client" msgstr "" #: ./doc/common/tables/trove-clients.xml41(td) msgid "remote_nova_client = 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(td) msgid "remote_swift_client = 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.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/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 "" #: ./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.xml29(th) #: ./doc/common/tables/ceilometer-rpc.xml53(th) msgid "[notification]" msgstr "" #: ./doc/common/tables/ceilometer-events.xml33(td) msgid "(BoolOpt) Acknowledge message when event persistence fails." msgstr "" #: ./doc/common/tables/ceilometer-events.xml37(td) msgid "(BoolOpt) Save event details." msgstr "" #: ./doc/common/tables/ceilometer-events.xml41(td) msgid "" "(BoolOpt) Enable workload partitioning, allowing multiple notification " "agents to be run simultaneously." 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/heat-testing.xml33(td) msgid "(BoolOpt) If False do not trace SQL requests." msgstr "" #: ./doc/common/tables/ironic-qpid.xml45(td) #: ./doc/common/tables/sahara-qpid.xml45(td) msgid "qpid_receiver_capacity = 1" msgstr "" #: ./doc/common/tables/ironic-qpid.xml57(td) #: ./doc/common/tables/sahara-qpid.xml57(td) msgid "qpid_topology_version = 1" 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.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) msgid "disabled" msgstr "disabled" #: ./doc/common/tables/cinder-xiv.xml38(td) msgid "" "(StrOpt) CHAP authentication mode, effective only for iscsi " "(disabled|enabled)" msgstr "" #: ./doc/common/tables/cinder-xiv.xml41(replaceable) msgid "iscsi" 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(td) msgid "forbidden_chars = '\"`<>" 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(td) msgid "forbidden_regexp = /\\./|/\\.\\./|/\\.$|/\\.\\.$" 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.xml28(td) msgid "maximum_length = 255" 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(td) msgid "use = 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/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(td) msgid "libvirt_uri = 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.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.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.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.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-usagi" 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) #: ./doc/common/tables/nova-conf-changes.xml101(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/nova-conf-changes.xml105(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) #: ./doc/common/tables/nova-conf-changes.xml109(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) #: ./doc/common/tables/nova-conf-changes.xml113(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.xml48(replaceable) #: ./doc/common/tables/cinder-images.xml57(replaceable) msgid "9292" msgstr "" #: ./doc/common/tables/nova-glance.xml49(td) #: ./doc/common/tables/nova-conf-changes.xml121(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 "" #: ./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 "" #: ./doc/common/tables/nova-serial_console.xml21(replaceable) msgid "ws://127.0.0.1:6083/" msgstr "" #: ./doc/common/tables/nova-serial_console.xml22(td) #: ./doc/common/tables/nova-conf-changes.xml277(td) msgid "(StrOpt) Location of serial console proxy." msgstr "" #: ./doc/common/tables/nova-serial_console.xml26(td) #: ./doc/common/tables/nova-conf-changes.xml281(td) msgid "(BoolOpt) Enable serial console related features" msgstr "" #: ./doc/common/tables/nova-serial_console.xml30(td) #: ./doc/common/tables/nova-conf-changes.xml285(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) #: ./doc/common/tables/nova-conf-changes.xml289(td) msgid "(StrOpt) Range of TCP ports to use for serial ports on compute hosts" msgstr "" #: ./doc/common/tables/nova-serial_console.xml38(td) #: ./doc/common/tables/nova-conf-changes.xml293(td) msgid "" "(StrOpt) The address to which proxy clients (like nova-serialproxy) should " "connect" msgstr "" #: ./doc/common/tables/ironic-api.xml21(td) msgid "host_ip = 0.0.0.0" msgstr "" #: ./doc/common/tables/ironic-api.xml22(td) msgid "(StrOpt) The listen IP for the Ironic API server." msgstr "" #: ./doc/common/tables/ironic-api.xml25(td) msgid "max_limit = 1000" 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(td) msgid "port = 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/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(td) msgid "account_blacklist = 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.xml24(td) msgid "account_ratelimit = 0" 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(td) msgid "account_whitelist = 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.xml32(td) msgid "clock_accuracy = 1000" 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.xml36(td) msgid "container_listing_ratelimit_0 = 100" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml40(td) msgid "container_listing_ratelimit_10 = 50" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml44(td) msgid "container_listing_ratelimit_50 = 20" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml48(td) msgid "container_ratelimit_0 = 100" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml52(td) msgid "container_ratelimit_10 = 50" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml56(td) msgid "container_ratelimit_50 = 20" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml60(td) msgid "log_sleep_time_seconds = 0" 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.xml64(td) msgid "max_sleep_time_seconds = 60" 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.xml68(td) msgid "rate_buffer_seconds = 5" 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(td) msgid "set log_name = ratelimit" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml92(td) msgid "use = egg:swift#ratelimit" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-ratelimit.xml96(td) msgid "with container_limit_x = r" msgstr "" #: ./doc/common/tables/sahara-testing.xml21(td) #: ./doc/common/tables/trove-testing.xml21(td) msgid "fake_rabbit = False" msgstr "" #: ./doc/common/tables/sahara-testing.xml22(td) msgid "(BoolOpt) If passed, use a fake RabbitMQ provider." 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.xml25(replaceable) msgid "keystone.contrib.revoke.backends.sql.Revoke" 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(td) msgid "cluster_remote_threshold = 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(td) msgid "compute_topology_file = 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. File format: compute1 /rack1 compute2 /rack2 " "compute3 /rack2" msgstr "" #: ./doc/common/tables/sahara-common.xml34(td) msgid "detach_volume_timeout = 300" msgstr "" #: ./doc/common/tables/sahara-common.xml35(td) msgid "(IntOpt) Timeout for detaching volumes from instance (in seconds)." msgstr "" #: ./doc/common/tables/sahara-common.xml38(td) msgid "enable_data_locality = False" msgstr "" #: ./doc/common/tables/sahara-common.xml39(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.xml46(td) msgid "enable_hypervisor_awareness = True" msgstr "" #: ./doc/common/tables/sahara-common.xml47(td) msgid "" "(BoolOpt) Enables four-level topology for data locality. Works only if " "corresponding plugin supports such mode." msgstr "" #: ./doc/common/tables/sahara-common.xml51(td) msgid "enable_notifications = False" msgstr "" #: ./doc/common/tables/sahara-common.xml52(td) msgid "(BoolOpt) Enables sending notifications to Ceilometer" msgstr "" #: ./doc/common/tables/sahara-common.xml55(td) msgid "global_remote_threshold = 100" msgstr "" #: ./doc/common/tables/sahara-common.xml56(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.xml59(td) msgid "host =" msgstr "" #: ./doc/common/tables/sahara-common.xml60(td) msgid "(StrOpt) Hostname or IP address that will be used to listen on." msgstr "" #: ./doc/common/tables/sahara-common.xml63(td) msgid "infrastructure_engine = direct" msgstr "" #: ./doc/common/tables/sahara-common.xml64(td) msgid "" "(StrOpt) An engine which will be used to provision infrastructure for Hadoop" " cluster." msgstr "" #: ./doc/common/tables/sahara-common.xml67(td) msgid "job_binary_max_KB = 5120" msgstr "" #: ./doc/common/tables/sahara-common.xml68(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.xml71(td) msgid "job_workflow_postfix =" msgstr "" #: ./doc/common/tables/sahara-common.xml72(td) msgid "" "(StrOpt) Postfix for storing jobs in hdfs. Will be added to '/user/<hdfs " "user>/' path." msgstr "" #: ./doc/common/tables/sahara-common.xml83(td) msgid "min_transient_cluster_active_time = 30" msgstr "" #: ./doc/common/tables/sahara-common.xml84(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.xml87(td) msgid "node_domain = novalocal" msgstr "" #: ./doc/common/tables/sahara-common.xml88(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.xml92(td) msgid "(StrOpt) Region name used to get services endpoints." msgstr "" #: ./doc/common/tables/sahara-common.xml95(td) msgid "periodic_enable = True" msgstr "" #: ./doc/common/tables/sahara-common.xml96(td) msgid "(BoolOpt) Enable periodic tasks." msgstr "" #: ./doc/common/tables/sahara-common.xml99(td) msgid "periodic_fuzzy_delay = 60" msgstr "" #: ./doc/common/tables/sahara-common.xml100(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.xml103(td) msgid "periodic_interval_max = 60" msgstr "" #: ./doc/common/tables/sahara-common.xml104(td) msgid "" "(IntOpt) Max interval size between periodic tasks execution in seconds." msgstr "" #: ./doc/common/tables/sahara-common.xml107(td) msgid "plugins = vanilla, hdp, spark" msgstr "" #: ./doc/common/tables/sahara-common.xml108(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.xml111(td) msgid "port = 8386" msgstr "" #: ./doc/common/tables/sahara-common.xml112(td) msgid "(IntOpt) Port that will be used to listen on." msgstr "" #: ./doc/common/tables/sahara-common.xml115(td) msgid "remote = ssh" msgstr "" #: ./doc/common/tables/sahara-common.xml116(td) msgid "(StrOpt) A method for Sahara to execute commands on VMs." msgstr "" #: ./doc/common/tables/sahara-common.xml119(td) #: ./doc/common/tables/ironic-common.xml81(td) msgid "run_external_periodic_tasks = True" msgstr "" #: ./doc/common/tables/sahara-common.xml123(td) msgid "swift_topology_file = etc/sahara/swift.topology" msgstr "" #: ./doc/common/tables/sahara-common.xml124(td) msgid "" "(StrOpt) File with Swift topology. It should contain mapping between Swift " "nodes and racks. File format: node1 /rack1 node2 /rack2 node3 /rack2" msgstr "" #: ./doc/common/tables/sahara-common.xml132(td) msgid "use_floating_ips = True" msgstr "" #: ./doc/common/tables/sahara-common.xml133(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.xml136(td) msgid "use_identity_api_v3 = True" msgstr "" #: ./doc/common/tables/sahara-common.xml137(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.xml140(td) msgid "use_namespaces = False" msgstr "" #: ./doc/common/tables/sahara-common.xml141(td) msgid "" "(BoolOpt) Use network namespaces for communication (only valid to use in " "conjunction with use_neutron=True)." msgstr "" #: ./doc/common/tables/sahara-common.xml144(td) msgid "use_neutron = False" msgstr "" #: ./doc/common/tables/sahara-common.xml145(td) msgid "" "(BoolOpt) Use Neutron Networking (False indicates the use of Nova " "networking)." msgstr "" #: ./doc/common/tables/sahara-common.xml151(td) msgid "use_local = True" msgstr "" #: ./doc/common/tables/sahara-common.xml152(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) #: ./doc/common/tables/cinder-conf-changes.xml17(td) msgid "" "(IntOpt) Cache volume availability zones in memory for the provided duration" " in seconds" msgstr "" #: ./doc/common/tables/cinder-api.xml33(replaceable) #: ./doc/common/tables/cinder-conf-changes.xml553(td) 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.xml45(replaceable) msgid "{}" 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 "" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml357(td) msgid "" "(FloatOpt) Multiplier used for weighing volume number. Negative numbers mean" " to spread vs stack." msgstr "" #: ./doc/common/tables/cinder-api.xml101(replaceable) #: ./doc/common/tables/swift-conf-changes.xml432(td) #: ./doc/common/tables/neutron-common.xml153(replaceable) msgid "16" 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/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.xml49(replaceable) msgid "other" msgstr "" #: ./doc/common/tables/keystone-saml.xml57(replaceable) msgid "en" msgstr "" #: ./doc/common/tables/keystone-saml.xml61(replaceable) msgid "/etc/keystone/saml2_idp_metadata.xml" msgstr "" #: ./doc/common/tables/keystone-saml.xml85(replaceable) msgid "xmlsec1" 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.xml25(td) msgid "backup_namespace = trove.guestagent.strategies.backup.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml29(td) msgid "backup_strategy = CbBackup" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml37(td) msgid "mount_point = /var/lib/couchbase" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml45(td) msgid "restore_namespace = trove.guestagent.strategies.restore.couchbase_impl" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml49(td) msgid "root_on_create = True" msgstr "" #: ./doc/common/tables/trove-db_couchbase.xml53(td) msgid "tcp_ports = 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 Juno for OpenStack Compute" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml16(td) msgid "" "[DEFAULT] baremetal_scheduler_default_filters = RetryFilter, " "AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, " "ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml20(td) msgid "[DEFAULT] block_device_allocate_retries = 60" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml24(td) msgid "[DEFAULT] block_device_allocate_retries_interval = 3" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml28(td) msgid "[DEFAULT] compute_resources = vcpu" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml32(td) msgid "[DEFAULT] quota_injected_file_path_length = 255" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml33(td) #: ./doc/common/tables/nova-quota.xml50(td) msgid "(IntOpt) Length of injected file path" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml36(td) msgid "[DEFAULT] quota_server_group_members = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml37(td) #: ./doc/common/tables/nova-quota.xml86(td) msgid "(IntOpt) Number of servers per server group" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml40(td) msgid "[DEFAULT] quota_server_groups = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml41(td) #: ./doc/common/tables/nova-quota.xml90(td) msgid "(IntOpt) Number of server groups per project" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml44(td) msgid "[DEFAULT] scheduler_use_baremetal_filters = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml48(td) msgid "[DEFAULT] shutdown_timeout = 60" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml52(td) msgid "[cinder] api_insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml53(td) #: ./doc/common/tables/glance-cinder.xml22(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to cinder" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml56(td) msgid "[cinder] ca_certificates_file = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml57(td) msgid "" "(StrOpt) Location of ca certificates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml60(td) msgid "[cinder] catalog_info = volume:cinder:publicURL" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml64(td) msgid "[cinder] cross_az_attach = True" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml68(td) msgid "[cinder] endpoint_template = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml72(td) msgid "[cinder] http_retries = 3" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml76(td) msgid "[cinder] http_timeout = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml77(td) msgid "(IntOpt) HTTP inactivity timeout (in seconds)" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml80(td) msgid "[cinder] os_region_name = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml84(td) msgid "[database] use_tpool = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml88(td) msgid "[ephemeral_storage_encryption] cipher = aes-xts-plain64" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml89(td) #: ./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-conf-changes.xml92(td) msgid "[ephemeral_storage_encryption] enabled = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml93(td) #: ./doc/common/tables/nova-ephemeral_storage_encryption.xml26(td) msgid "(BoolOpt) Whether to encrypt ephemeral storage" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml96(td) msgid "[ephemeral_storage_encryption] key_size = 512" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml97(td) #: ./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-conf-changes.xml100(td) msgid "[glance] allowed_direct_url_schemes =" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml104(td) msgid "[glance] api_insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml108(td) msgid "[glance] api_servers = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml112(td) msgid "[glance] host = $my_ip" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml116(td) msgid "[glance] num_retries = 0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml117(td) msgid "(IntOpt) Number of retries when downloading an image from glance" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml120(td) msgid "[glance] port = 9292" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml124(td) msgid "[glance] protocol = http" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml128(td) msgid "[hyperv] wait_soft_reboot_seconds = 60" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml129(td) #: ./doc/common/tables/nova-hyperv.xml58(td) #: ./doc/common/tables/nova-libvirt.xml193(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/nova-conf-changes.xml132(td) msgid "[ironic] admin_auth_token = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml136(td) msgid "[ironic] admin_password = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml140(td) msgid "[ironic] admin_tenant_name = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml144(td) msgid "[ironic] admin_url = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml148(td) msgid "[ironic] admin_username = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml152(td) msgid "[ironic] api_endpoint = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml156(td) msgid "[ironic] api_max_retries = 60" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml160(td) msgid "[ironic] api_retry_interval = 2" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml164(td) msgid "[ironic] api_version = 1" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml168(td) msgid "[ironic] client_log_level = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml184(td) msgid "[libvirt] gid_maps =" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml185(td) #: ./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-conf-changes.xml188(td) msgid "[libvirt] hw_disk_discard = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml189(td) #: ./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-conf-changes.xml192(td) msgid "[libvirt] hw_machine_type = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml193(td) #: ./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-conf-changes.xml196(td) msgid "[libvirt] mem_stats_period_seconds = 10" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml197(td) #: ./doc/common/tables/nova-libvirt.xml117(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-conf-changes.xml200(td) msgid "[libvirt] sysinfo_serial = auto" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml201(td) #: ./doc/common/tables/nova-libvirt.xml161(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-conf-changes.xml204(td) msgid "[libvirt] uid_maps =" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml205(td) #: ./doc/common/tables/nova-libvirt.xml165(td) msgid "" "(ListOpt) List of uid targets and ranges.Syntax is guest-uid:host-" "uid:countMaximum of 5 allowed." msgstr "" #: ./doc/common/tables/nova-conf-changes.xml208(td) msgid "[neutron] admin_auth_url = http://localhost:5000/v2.0" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml212(td) msgid "[neutron] admin_password = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml216(td) msgid "[neutron] admin_tenant_id = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml220(td) msgid "[neutron] admin_tenant_name = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml224(td) msgid "[neutron] admin_user_id = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml228(td) msgid "[neutron] admin_username = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml232(td) msgid "[neutron] allow_duplicate_networks = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml236(td) msgid "[neutron] api_insecure = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml240(td) msgid "[neutron] auth_strategy = keystone" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml244(td) msgid "[neutron] ca_certificates_file = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml248(td) msgid "[neutron] extension_sync_interval = 600" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml252(td) msgid "[neutron] metadata_proxy_shared_secret =" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml256(td) msgid "[neutron] ovs_bridge = br-int" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml260(td) msgid "[neutron] region_name = None" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml264(td) msgid "[neutron] service_metadata_proxy = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml268(td) msgid "[neutron] url = http://127.0.0.1:9696" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml272(td) msgid "[neutron] url_timeout = 30" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml276(td) msgid "[serial_console] base_url = ws://127.0.0.1:6083/" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml280(td) msgid "[serial_console] enabled = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml284(td) msgid "[serial_console] listen = 127.0.0.1" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml288(td) msgid "[serial_console] port_range = 10000:20000" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml292(td) msgid "[serial_console] proxyclient_address = 127.0.0.1" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml296(td) msgid "[trusted_computing] attestation_insecure_ssl = False" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml297(td) #: ./doc/common/tables/nova-trustedcomputing.xml34(td) msgid "(BoolOpt) Disable SSL cert verification for Attestation service" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml317(td) msgid "[DEFAULT] auth_strategy" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml323(td) msgid "" "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, " "oslo.messaging=INFO, iso8601=WARN" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml327(td) msgid "[DEFAULT] dhcp_lease_time" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml332(td) msgid "[DEFAULT] logging_context_format_string" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml333(td) msgid "" "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s " "%(user)s %(tenant)s] %(instance)s%(message)s" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml337(td) msgid "[database] mysql_sql_mode" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml343(td) msgid "nova.sqlite" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml352(td) msgid "[libvirt] block_migration_flag" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml353(td) msgid "" "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, " "VIR_MIGRATE_NON_SHARED_INC" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml354(td) #: ./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-conf-changes.xml357(td) msgid "[libvirt] live_migration_flag" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml358(td) msgid "VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml373(td) msgid "[DEFAULT] quota_injected_file_path_bytes" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml374(td) msgid "[DEFAULT] quota_injected_file_path_length" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml377(td) msgid "[DEFAULT] neutron_url" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml378(td) msgid "[neutron] url" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml381(td) msgid "[DEFAULT] neutron_ca_certificates_file" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml382(td) msgid "[neutron] ca_certificates_file" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml385(td) msgid "[DEFAULT] neutron_api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml386(td) msgid "[neutron] api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml389(td) msgid "[DEFAULT] neutron_admin_username" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml390(td) msgid "[neutron] admin_username" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml393(td) msgid "[DEFAULT] neutron_auth_strategy" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml394(td) msgid "[neutron] auth_strategy" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml397(td) msgid "[DEFAULT] glance_api_servers" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml398(td) msgid "[glance] api_servers" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml401(td) msgid "[DEFAULT] neutron_admin_tenant_id" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml402(td) msgid "[neutron] admin_tenant_id" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml405(td) msgid "[DEFAULT] neutron_admin_tenant_name" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml406(td) msgid "[neutron] admin_tenant_name" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml409(td) msgid "[DEFAULT] neutron_metadata_proxy_shared_secret" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml410(td) msgid "[neutron] metadata_proxy_shared_secret" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml413(td) msgid "[DEFAULT] glance_port" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml414(td) msgid "[glance] port" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml417(td) msgid "[DEFAULT] neutron_region_name" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml418(td) msgid "[neutron] region_name" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml421(td) msgid "[DEFAULT] neutron_admin_password" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml422(td) msgid "[neutron] admin_password" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml425(td) msgid "[DEFAULT] glance_num_retries" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml426(td) msgid "[glance] num_retries" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml429(td) msgid "[DEFAULT] service_neutron_metadata_proxy" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml430(td) msgid "[neutron] service_metadata_proxy" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml433(td) msgid "[DEFAULT] glance_protocol" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml434(td) msgid "[glance] protocol" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml437(td) msgid "[DEFAULT] neutron_ovs_bridge" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml438(td) msgid "[neutron] ovs_bridge" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml441(td) msgid "[DEFAULT] glance_api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml442(td) msgid "[glance] api_insecure" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml445(td) msgid "[DEFAULT] glance_host" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml446(td) msgid "[glance] host" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml449(td) msgid "[DEFAULT] neutron_admin_auth_url" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml450(td) msgid "[neutron] admin_auth_url" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml453(td) msgid "[DEFAULT] neutron_extension_sync_interval" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml454(td) msgid "[neutron] extension_sync_interval" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml457(td) msgid "[DEFAULT] neutron_url_timeout" msgstr "" #: ./doc/common/tables/nova-conf-changes.xml458(td) msgid "[neutron] url_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.xml20(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml20(td) msgid "concurrency = 8" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml52(td) msgid "log_name = account-replicator" msgstr "" #: ./doc/common/tables/swift-account-server-account-replicator.xml56(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml48(td) msgid "max_diffs = 100" 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.xml64(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml56(td) msgid "per_diff = 1000" 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.xml76(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml92(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml68(td) msgid "run_pause = 30" 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.xml80(td) #: ./doc/common/tables/swift-object-server-object-replicator.xml104(td) #: ./doc/common/tables/swift-container-server-container-replicator.xml72(td) msgid "vm_test_mode = no" 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/trove-testing.xml22(td) msgid "(BoolOpt) If passed, use a fake RabbitMQ provider" msgstr "(論理値オプション) 指定されると、擬似 RabbitMQ プロバイダーを使用します。" #: ./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.xml29(replaceable) msgid "neutron.plugins.plumgrid.drivers.plumlib.Plumlib" msgstr "" #: ./doc/common/tables/trove-heat.xml7(caption) msgid "Description of Orchestration module configuration options" msgstr "" #: ./doc/common/tables/trove-heat.xml21(td) msgid "heat_service_type = orchestration" msgstr "" #: ./doc/common/tables/trove-heat.xml25(td) msgid "heat_time_out = 60" msgstr "" #: ./doc/common/tables/trove-heat.xml26(td) msgid "" "(IntOpt) Maximum time (in seconds) to wait for a Heat request to complete." msgstr "" #: ./doc/common/tables/trove-heat.xml29(td) msgid "heat_url = None" 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/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.xml25(replaceable) msgid "keystone.identity.mapping_backends.sql.Mapping" msgstr "" #: ./doc/common/tables/keystone-mapping.xml29(replaceable) msgid "keystone.identity.id_generators.sha256.Generator" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm2.xml8(literal) #: ./doc/common/tables/swift-container-sync-realms-realm1.xml8(literal) msgid "container-sync-realms.conf" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-DEFAULT.xml20(td) msgid "mtime_check_interval = 300" 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.xml45(replaceable) msgid "off" 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) #: ./doc/common/tables/cinder-conf-changes.xml558(td) 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/ironic-database.xml73(td) msgid "mysql_engine = 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.xml29(replaceable) msgid "" "neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper" 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.xml57(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.xml107(th) msgid "[publisher]" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml110(replaceable) msgid "change this or be hacked" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml111(td) msgid "(StrOpt) Secret value for signing metering messages." msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml114(th) msgid "[publisher_notifier]" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml117(replaceable) msgid "messagingv2" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml118(td) msgid "(StrOpt) The driver that ceilometer uses for metering notifications." msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml121(replaceable) #: ./doc/common/tables/ceilometer-rpc.xml128(replaceable) msgid "metering" msgstr "" #: ./doc/common/tables/ceilometer-rpc.xml122(td) msgid "(StrOpt) The topic that ceilometer uses for metering notifications." 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.xml20(td) msgid "account_suppression_time = 60" 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.xml25(td) msgid "concurrency = 4" msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml49(td) msgid "log_name = container-updater" msgstr "" #: ./doc/common/tables/swift-container-server-container-updater.xml61(td) #: ./doc/common/tables/swift-object-server-object-updater.xml52(td) msgid "slowdown = 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.xml21(td) msgid "min_command_interval = 5" 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.xml25(td) msgid "retry_timeout = 60" msgstr "" #: ./doc/common/tables/ironic-ipmi.xml26(td) msgid "(IntOpt) Maximum time in seconds to retry IPMI operations." 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.xml21(td) msgid "api_strategy = trove.common.strategies.mongodb.api.MongoDbAPIStrategy" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml37(td) msgid "cluster_support = True" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml45(td) msgid "" "guestagent_strategy = " "trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml49(td) msgid "mount_point = /var/lib/mongodb" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml53(td) msgid "num_config_servers_per_cluster = 3" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml57(td) msgid "num_query_routers_per_cluster = 1" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml69(td) msgid "" "taskmanager_strategy = " "trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy" msgstr "" #: ./doc/common/tables/trove-db_mongodb.xml73(td) msgid "tcp_ports = 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/ironic-snmp.xml21(td) msgid "power_timeout = 10" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml8(literal) msgid "[object-replicator]" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml24(td) msgid "daemonize = on" 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.xml28(td) msgid "handoff_delete = auto" 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.xml32(td) msgid "handoffs_first = False" 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.xml36(td) msgid "http_timeout = 60" 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.xml40(td) msgid "lockup_timeout = 1800" 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(td) msgid "log_name = object-replicator" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml60(td) #: ./doc/common/tables/swift-object-server-object-updater.xml44(td) msgid "node_timeout = <whatever's in the DEFAULT section or 10>" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml72(td) msgid "ring_check_interval = 15" 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.xml76(td) msgid "rsync_bwlimit = 0" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml80(td) msgid "rsync_error_log_line_length = 0" msgstr "" #: ./doc/common/tables/swift-object-server-object-replicator.xml84(td) msgid "rsync_io_timeout = 30" 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.xml88(td) msgid "rsync_timeout = 900" 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.xml96(td) msgid "stats_interval = 300" 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(td) msgid "sync_method = rsync" msgstr "" #: ./doc/common/tables/glance-filesystem.xml7(caption) msgid "Description of filesystem configuration options" 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/trove-rpc.xml21(td) msgid "" "allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions" msgstr "" #: ./doc/common/tables/trove-rpc.xml26(td) msgid "(IntOpt) Heartbeat frequency" msgstr "" #: ./doc/common/tables/trove-rpc.xml33(td) msgid "num_tries = 3" msgstr "" #: ./doc/common/tables/trove-rpc.xml34(td) msgid "(IntOpt) Number of times to check if a volume exists." msgstr "" #: ./doc/common/tables/trove-rpc.xml37(td) msgid "report_interval = 10" msgstr "" #: ./doc/common/tables/trove-rpc.xml38(td) msgid "(IntOpt) The interval (in seconds) which periodic tasks are run." msgstr "" #: ./doc/common/tables/trove-rpc.xml41(td) msgid "rpc_backend = trove.openstack.common.rpc.impl_kombu" msgstr "" #: ./doc/common/tables/trove-rpc.xml42(td) msgid "(StrOpt) The messaging module to use, defaults to kombu." msgstr "" #: ./doc/common/tables/trove-rpc.xml50(td) msgid "(IntOpt) Size of RPC connection pool" msgstr "" #: ./doc/common/tables/trove-rpc.xml54(td) msgid "(IntOpt) Seconds to wait for a response from call or multicall" msgstr "" #: ./doc/common/tables/trove-rpc.xml58(td) msgid "(IntOpt) Size of RPC thread pool" msgstr "" #: ./doc/common/tables/trove-rpc.xml61(th) msgid "[rpc_notifier2]" msgstr "" #: ./doc/common/tables/trove-rpc.xml64(td) msgid "topics = notifications" msgstr "" #: ./doc/common/tables/trove-rpc.xml65(td) msgid "(ListOpt) AMQP topic(s) used for openstack notifications" msgstr "" #: ./doc/common/tables/trove-rpc.xml68(th) msgid "[secure_messages]" msgstr "" #: ./doc/common/tables/trove-rpc.xml71(td) msgid "enabled = True" msgstr "" #: ./doc/common/tables/trove-rpc.xml72(td) msgid "" "(BoolOpt) Whether Secure Messaging (Signing) is enabled, defaults to enabled" msgstr "" #: ./doc/common/tables/trove-rpc.xml75(td) msgid "encrypt = False" msgstr "" #: ./doc/common/tables/trove-rpc.xml76(td) msgid "" "(BoolOpt) Whether Secure Messaging (Encryption) is enabled, defaults to not " "enabled" msgstr "" #: ./doc/common/tables/trove-rpc.xml79(td) msgid "enforced = False" msgstr "" #: ./doc/common/tables/trove-rpc.xml80(td) msgid "" "(BoolOpt) Whether Secure Messaging (Signing) is enforced, defaults to not " "enforced" msgstr "" #: ./doc/common/tables/trove-rpc.xml83(td) msgid "kds_endpoint = None" msgstr "" #: ./doc/common/tables/trove-rpc.xml84(td) msgid "(StrOpt) KDS endpoint (ex: http://kds.example.com:35357/v3)" msgstr "" #: ./doc/common/tables/trove-rpc.xml87(td) msgid "secret_key = None" msgstr "" #: ./doc/common/tables/trove-rpc.xml88(td) msgid "" "(MultiStrOpt) A list of keys: (ex: name:<base64 encoded key>), ignored" " if secret_keys_file is set" msgstr "" #: ./doc/common/tables/trove-rpc.xml91(td) msgid "secret_keys_file = None" msgstr "" #: ./doc/common/tables/trove-rpc.xml92(td) msgid "" "(StrOpt) Path to the file containing the keys, takes precedence over " "secret_key" 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(td) msgid "backup_aes_cbc_key = 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.xml25(td) msgid "backup_chunk_size = 65536" 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(td) msgid "backup_runner = 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.xml33(td) msgid "backup_runner_options = {}" 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(td) msgid "backup_segment_max_size = 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(td) msgid "backup_swift_container = database_backups" msgstr "" #: ./doc/common/tables/trove-backup.xml42(td) msgid "(StrOpt) Swift container to put backups in." msgstr "" #: ./doc/common/tables/trove-backup.xml45(td) msgid "backup_use_gzip_compression = True" msgstr "" #: ./doc/common/tables/trove-backup.xml46(td) msgid "(BoolOpt) Compress backups using gzip." msgstr "" #: ./doc/common/tables/trove-backup.xml49(td) msgid "backup_use_openssl_encryption = True" msgstr "" #: ./doc/common/tables/trove-backup.xml50(td) msgid "(BoolOpt) Encrypt backups using OpenSSL." msgstr "" #: ./doc/common/tables/trove-backup.xml53(td) msgid "backup_use_snet = False" msgstr "" #: ./doc/common/tables/trove-backup.xml54(td) msgid "(BoolOpt) Send backup files over snet." msgstr "" #: ./doc/common/tables/trove-backup.xml57(td) msgid "backups_page_size = 20" 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.xml49(replaceable) msgid "novalocal" 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.xml78(td) msgid "(IntOpt) Number of times to retry ebtables commands on failure." msgstr "" #: ./doc/common/tables/nova-network.xml82(td) msgid "(FloatOpt) Number of seconds to wait between ebtables retries." 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.xml193(replaceable) #: ./doc/common/tables/ceilometer-service_types.xml29(replaceable) msgid "network" msgstr "Network" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml273(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) #: ./doc/common/tables/cinder-conf-changes.xml277(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) #: ./doc/common/tables/cinder-conf-changes.xml281(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) #: ./doc/common/tables/cinder-conf-changes.xml289(td) msgid "(StrOpt) File with the list of available smbfs shares." msgstr "" #: ./doc/common/tables/cinder-smbfs.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml293(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) #: ./doc/common/tables/cinder-conf-changes.xml57(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) #: ./doc/common/tables/cinder-conf-changes.xml61(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 "nova.cert.manager.CertManager" msgstr "" #: ./doc/common/tables/nova-ca.xml30(td) msgid "(StrOpt) Full class name for the Manager for cert" msgstr "" #: ./doc/common/tables/nova-ca.xml33(replaceable) msgid "cert" msgstr "" #: ./doc/common/tables/nova-ca.xml34(td) msgid "(StrOpt) The topic cert nodes listen on" msgstr "" #: ./doc/common/tables/nova-ca.xml37(replaceable) msgid "crl.pem" msgstr "" #: ./doc/common/tables/nova-ca.xml38(td) msgid "(StrOpt) Filename of root Certificate Revocation List" msgstr "" #: ./doc/common/tables/nova-ca.xml41(replaceable) msgid "private/cakey.pem" msgstr "" #: ./doc/common/tables/nova-ca.xml42(td) msgid "(StrOpt) Filename of private key" msgstr "" #: ./doc/common/tables/nova-ca.xml45(replaceable) msgid "$state_path/keys" msgstr "" #: ./doc/common/tables/nova-ca.xml46(td) msgid "(StrOpt) Where we keep our keys" msgstr "" #: ./doc/common/tables/nova-ca.xml49(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s" msgstr "" #: ./doc/common/tables/nova-ca.xml50(td) msgid "" "(StrOpt) Subject for certificate for projects, %s for project, timestamp" msgstr "" #: ./doc/common/tables/nova-ca.xml58(td) msgid "(StrOpt) SSL certificate of API server" msgstr "" #: ./doc/common/tables/nova-ca.xml62(td) msgid "(StrOpt) SSL private key of API server" msgstr "" #: ./doc/common/tables/nova-ca.xml66(td) msgid "(BoolOpt) Should we use a CA for each project?" msgstr "" #: ./doc/common/tables/nova-ca.xml69(replaceable) msgid "/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s" msgstr "" #: ./doc/common/tables/nova-ca.xml70(td) msgid "" "(StrOpt) Subject for certificate for users, %s for project, user, timestamp" msgstr "" #: ./doc/common/tables/nova-ca.xml81(td) msgid "(StrOpt) Certificate file to use when starting the server securely." msgstr "" #: ./doc/common/tables/nova-ca.xml85(td) msgid "(StrOpt) Private key file to use when starting the server securely." 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/neutron-ml2_arista.xml37(replaceable) msgid "180" 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.xml29(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.xml33(td) msgid "" "(StrOpt) Address to which the UDP socket is bound. Set to an empty string to" " disable." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml36(replaceable) msgid "4952" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml37(td) msgid "(IntOpt) Port to which the UDP socket is bound." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml40(th) msgid "[dispatcher_file]" msgstr "" #: ./doc/common/tables/ceilometer-collector.xml44(td) msgid "(IntOpt) The max number of the files to keep." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml48(td) msgid "(StrOpt) Name and the location of the file to record meters." msgstr "" #: ./doc/common/tables/ceilometer-collector.xml52(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(td) msgid "swift_hash_path_prefix = 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.xml32(td) msgid "swift_hash_path_suffix = changeme" 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.xml28(td) msgid "rate_limit_segments_per_sec = 1" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-dlo.xml32(td) msgid "use = egg:swift#dlo" msgstr "" #: ./doc/common/tables/trove-guestagent.xml7(caption) msgid "Description of guest agent configuration options" msgstr "" #: ./doc/common/tables/trove-guestagent.xml21(td) msgid "agent_call_high_timeout = 60" 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.xml25(td) msgid "agent_call_low_timeout = 5" 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.xml29(td) msgid "agent_heartbeat_time = 10" 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(td) msgid "agent_replication_snapshot_timeout = 36000" msgstr "" #: ./doc/common/tables/trove-guestagent.xml37(td) msgid "guest_config = $pybasedir/etc/trove/trove-guestagent.conf.sample" msgstr "" #: ./doc/common/tables/trove-guestagent.xml38(td) msgid "(StrOpt) Path to the Guest Agent config file." msgstr "" #: ./doc/common/tables/trove-guestagent.xml41(td) msgid "guest_id = None" msgstr "" #: ./doc/common/tables/trove-guestagent.xml42(td) msgid "(StrOpt) ID of the Guest Instance." msgstr "" #: ./doc/common/tables/trove-guestagent.xml45(td) msgid "ignore_dbs = 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(td) msgid "ignore_users = 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(td) msgid "mount_options = 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(td) msgid "storage_namespace = 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(td) msgid "storage_strategy = SwiftStorage" msgstr "" #: ./doc/common/tables/trove-guestagent.xml62(td) msgid "(StrOpt) Default strategy to store backups." msgstr "" #: ./doc/common/tables/trove-guestagent.xml65(td) #: ./doc/common/tables/trove-taskmanager.xml69(td) msgid "usage_sleep_time = 5" 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/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.xml25(td) msgid "ha_secondary_address = None" 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.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.xml37(td) msgid "l2_l3_workflow_name = openstack_l2_l3" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml41(td) msgid "l4_action_name = BaseCreate" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml45(td) msgid "l4_workflow_name = openstack_l4" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml49(td) msgid "service_adc_type = VA" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml53(td) msgid "service_adc_version =" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml57(td) msgid "service_cache = 20" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml61(td) msgid "service_compression_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml65(td) msgid "service_ha_pair = False" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml69(td) msgid "service_isl_vlan = -1" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml73(td) msgid "service_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.xml81(td) msgid "service_ssl_throughput = 100" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml85(td) msgid "service_throughput = 1000" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml89(td) msgid "vdirect_address = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml93(td) msgid "vdirect_password = radware" msgstr "" #: ./doc/common/tables/neutron-lbaas_radware.xml97(td) msgid "vdirect_user = vDirect" 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.xml25(replaceable) msgid "15b3:1004, 8086:10ca" 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) #: ./doc/common/tables/cinder-conf-changes.xml189(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.xml33(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 "" #: ./doc/common/tables/neutron-embrane_lb.xml22(td) #: ./doc/common/tables/neutron-common.xml235(td) msgid "(StrOpt) ESM admin password." msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml25(td) msgid "admin_username = None" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml29(td) msgid "async_requests = None" msgstr "" #: ./doc/common/tables/neutron-embrane_lb.xml33(td) msgid "dummy_utif_id = None" msgstr "" #: ./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 "" #: ./doc/common/tables/neutron-embrane_lb.xml41(td) msgid "inband_id = None" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./doc/common/tables/neutron-embrane_lb.xml65(td) msgid "sync_interval = 60" msgstr "" #: ./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 "" #: ./doc/common/tables/cinder-fujitsu_eternus_dx.xml22(td) #: ./doc/common/tables/cinder-conf-changes.xml29(td) msgid "(StrOpt) The configuration file for the Cinder SMI-S driver" msgstr "" #: ./doc/common/tables/sahara-logging.xml21(td) #: ./doc/common/tables/ironic-logging.xml21(td) #: ./doc/common/tables/trove-logging.xml21(td) msgid "debug = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml25(td) msgid "" "default_log_levels = 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" msgstr "" #: ./doc/common/tables/sahara-logging.xml29(td) #: ./doc/common/tables/ironic-common.xml29(td) #: ./doc/common/tables/trove-logging.xml29(td) msgid "fatal_deprecations = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml33(td) #: ./doc/common/tables/ironic-logging.xml33(td) #: ./doc/common/tables/trove-logging.xml37(td) msgid "instance_format = \"[instance: %(uuid)s] \"" msgstr "" #: ./doc/common/tables/sahara-logging.xml37(td) #: ./doc/common/tables/ironic-logging.xml37(td) #: ./doc/common/tables/trove-logging.xml41(td) msgid "instance_uuid_format = \"[instance: %(uuid)s] \"" msgstr "" #: ./doc/common/tables/sahara-logging.xml41(td) #: ./doc/common/tables/ironic-logging.xml41(td) #: ./doc/common/tables/trove-logging.xml45(td) msgid "log_config_append = None" msgstr "" #: ./doc/common/tables/sahara-logging.xml45(td) #: ./doc/common/tables/ironic-logging.xml45(td) #: ./doc/common/tables/trove-logging.xml49(td) msgid "log_date_format = %Y-%m-%d %H:%M:%S" msgstr "" #: ./doc/common/tables/sahara-logging.xml49(td) #: ./doc/common/tables/ironic-logging.xml49(td) #: ./doc/common/tables/trove-logging.xml53(td) msgid "log_dir = None" msgstr "" #: ./doc/common/tables/sahara-logging.xml53(td) msgid "log_exchange = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml54(td) msgid "" "(BoolOpt) Log request/response exchange details: environ, headers and " "bodies." msgstr "" #: ./doc/common/tables/sahara-logging.xml57(td) #: ./doc/common/tables/ironic-logging.xml53(td) #: ./doc/common/tables/trove-logging.xml57(td) msgid "log_file = None" msgstr "" #: ./doc/common/tables/sahara-logging.xml61(td) #: ./doc/common/tables/ironic-logging.xml57(td) #: ./doc/common/tables/trove-logging.xml61(td) msgid "log_format = None" msgstr "" #: ./doc/common/tables/sahara-logging.xml65(td) #: ./doc/common/tables/ironic-logging.xml61(td) #: ./doc/common/tables/trove-logging.xml65(td) msgid "" "logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d " "%(levelname)s %(name)s [%(request_id)s %(user_identity)s] " "%(instance)s%(message)s" msgstr "" #: ./doc/common/tables/sahara-logging.xml69(td) #: ./doc/common/tables/ironic-logging.xml65(td) #: ./doc/common/tables/trove-logging.xml69(td) msgid "logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d" msgstr "" #: ./doc/common/tables/sahara-logging.xml73(td) #: ./doc/common/tables/ironic-logging.xml69(td) #: ./doc/common/tables/trove-logging.xml73(td) msgid "" "logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d " "%(levelname)s %(name)s [-] %(instance)s%(message)s" msgstr "" #: ./doc/common/tables/sahara-logging.xml77(td) #: ./doc/common/tables/ironic-logging.xml73(td) #: ./doc/common/tables/trove-logging.xml77(td) msgid "" "logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE " "%(name)s %(instance)s" msgstr "" #: ./doc/common/tables/sahara-logging.xml81(td) #: ./doc/common/tables/ironic-logging.xml77(td) #: ./doc/common/tables/trove-logging.xml85(td) msgid "publish_errors = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml85(td) #: ./doc/common/tables/ironic-logging.xml81(td) #: ./doc/common/tables/trove-logging.xml89(td) msgid "syslog_log_facility = LOG_USER" msgstr "" #: ./doc/common/tables/sahara-logging.xml89(td) #: ./doc/common/tables/ironic-logging.xml85(td) #: ./doc/common/tables/trove-logging.xml93(td) msgid "use_stderr = True" msgstr "" #: ./doc/common/tables/sahara-logging.xml93(td) #: ./doc/common/tables/ironic-rootwrap.xml29(td) #: ./doc/common/tables/ironic-logging.xml89(td) #: ./doc/common/tables/trove-logging.xml97(td) msgid "use_syslog = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml97(td) #: ./doc/common/tables/ironic-logging.xml93(td) #: ./doc/common/tables/trove-logging.xml101(td) msgid "use_syslog_rfc_format = False" msgstr "" #: ./doc/common/tables/sahara-logging.xml101(td) #: ./doc/common/tables/ironic-logging.xml97(td) #: ./doc/common/tables/trove-logging.xml105(td) msgid "verbose = False" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml8(literal) msgid "[filter-authtoken]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml20(td) msgid "admin_password = password" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml24(td) msgid "admin_tenant_name = service" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml28(td) msgid "admin_user = swift" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml32(td) msgid "auth_host = keystonehost" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml40(td) msgid "auth_protocol = http" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml44(td) msgid "auth_uri = http://keystonehost:5000/" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml48(td) msgid "cache = swift.cache" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml52(td) msgid "delay_auth_decision = 1" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-authtoken.xml56(td) msgid "include_service_catalog = False" msgstr "" #: ./doc/common/tables/swift-object-server-pipeline-main.xml20(td) msgid "pipeline = 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 "" #: ./doc/common/tables/swift-memcache-memcache.xml8(literal) msgid "memcache.conf" 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 "" #: ./doc/common/tables/swift-account-server-app-account-server.xml40(td) msgid "set log_name = account-server" msgstr "" #: ./doc/common/tables/swift-account-server-app-account-server.xml48(td) msgid "use = egg:swift#account" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml8(literal) msgid "[filter-formpost]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-formpost.xml20(td) msgid "use = egg:swift#formpost" msgstr "" #: ./doc/common/tables/trove-compute.xml21(td) msgid "ip_regex = None" msgstr "" #: ./doc/common/tables/trove-compute.xml22(td) msgid "(StrOpt) List IP addresses that match this regular expression." msgstr "" #: ./doc/common/tables/trove-compute.xml25(td) msgid "nova_compute_service_type = compute" msgstr "" #: ./doc/common/tables/trove-compute.xml29(td) msgid "nova_compute_url = None" msgstr "" #: ./doc/common/tables/trove-compute.xml33(td) msgid "root_grant = ALL" msgstr "" #: ./doc/common/tables/trove-compute.xml34(td) msgid "(ListOpt) Permissions to grant to the 'root' user." msgstr "" #: ./doc/common/tables/trove-compute.xml37(td) msgid "root_grant_option = True" msgstr "" #: ./doc/common/tables/trove-compute.xml38(td) msgid "(BoolOpt) Assign the 'root' user GRANT permissions." msgstr "" #: ./doc/common/tables/ironic-policy.xml21(td) msgid "policy_default_rule = default" msgstr "" #: ./doc/common/tables/ironic-policy.xml22(td) msgid "(StrOpt) Rule checked when requested rule is not found." msgstr "" #: ./doc/common/tables/ironic-policy.xml25(td) msgid "policy_file = policy.json" msgstr "" #: ./doc/common/tables/ironic-policy.xml26(td) msgid "(StrOpt) JSON file representing policy." msgstr "" #: ./doc/common/tables/sahara-rabbitmq.xml38(td) msgid "" "(StrOpt) SSL version to use (valid only if SSL enabled). valid values are " "TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some distributions." msgstr "" #: ./doc/common/tables/ironic-rootwrap.xml21(td) msgid "filters_path = /etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap" msgstr "" #: ./doc/common/tables/ironic-rootwrap.xml25(td) msgid "exec_dirs = /sbin,/usr/sbin,/bin,/usr/bin" msgstr "" #: ./doc/common/tables/ironic-rootwrap.xml33(td) msgid "syslog_log_facility = syslog" msgstr "" #: ./doc/common/tables/ironic-rootwrap.xml37(td) msgid "syslog_log_level = ERROR" 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/swift-conf-changes.xml4(title) msgid "" "New, updated and deprecated options in Juno for OpenStack Object Storage" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml16(td) msgid "account-server.conf: [DEFAULT] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml17(td) #: ./doc/common/tables/swift-conf-changes.xml144(td) #: ./doc/common/tables/swift-conf-changes.xml180(td) #: ./doc/common/tables/swift-conf-changes.xml184(td) #: ./doc/common/tables/swift-conf-changes.xml271(td) #: ./doc/common/tables/swift-conf-changes.xml319(td) msgid "" "(StrOpt) Caps the length of log lines to the value given; no limit if set to" " 0, the default." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml20(td) msgid "account-server.conf: [filter-xprofile] dump_interval = 5.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml24(td) msgid "account-server.conf: [filter-xprofile] dump_timestamp = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml28(td) msgid "account-server.conf: [filter-xprofile] flush_at_shutdown = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml32(td) msgid "" "account-server.conf: [filter-xprofile] log_filename_prefix = " "/tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml36(td) msgid "account-server.conf: [filter-xprofile] path = /__profile__" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml40(td) msgid "" "account-server.conf: [filter-xprofile] profile_module = " "eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml44(td) msgid "account-server.conf: [filter-xprofile] unwind = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml48(td) msgid "account-server.conf: [filter-xprofile] use = egg:swift#xprofile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml49(td) #: ./doc/common/tables/swift-conf-changes.xml112(td) #: ./doc/common/tables/swift-conf-changes.xml128(td) #: ./doc/common/tables/swift-conf-changes.xml132(td) #: ./doc/common/tables/swift-conf-changes.xml136(td) #: ./doc/common/tables/swift-conf-changes.xml176(td) #: ./doc/common/tables/swift-conf-changes.xml259(td) #: ./doc/common/tables/swift-conf-changes.xml307(td) #: ./doc/common/tables/swift-conf-changes.xml367(td) msgid "(StrOpt) Entry point of paste.deploy in the server" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml52(td) msgid "container-reconciler.conf: [DEFAULT] log_address = /dev/log" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml53(td) msgid "(StrOpt) Location where syslog sends the logs to" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml56(td) msgid "container-reconciler.conf: [DEFAULT] log_custom_handlers =" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml57(td) msgid "" "(StrOpt) Comma-separated list of functions to call to setup custom log " "handlers." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml60(td) msgid "container-reconciler.conf: [DEFAULT] log_facility = LOG_LOCAL0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml61(td) msgid "(StrOpt) Syslog log facility" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml64(td) msgid "container-reconciler.conf: [DEFAULT] log_level = INFO" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml65(td) msgid "(StrOpt) Logging level" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml68(td) msgid "container-reconciler.conf: [DEFAULT] log_name = swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml69(td) msgid "(StrOpt) Label used when logging" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml72(td) msgid "" "container-reconciler.conf: [DEFAULT] log_statsd_default_sample_rate = 1.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml73(td) msgid "" "(StrOpt) Defines the probability of sending a sample for any given event or " "timing measurement." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml77(td) msgid "container-reconciler.conf: [DEFAULT] log_statsd_host = localhost" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml78(td) msgid "(StrOpt) If not set, the StatsD feature is disabled." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml81(td) msgid "container-reconciler.conf: [DEFAULT] log_statsd_metric_prefix =" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml82(td) msgid "" "(StrOpt) Value will be prepended to every metric sent to the StatsD server." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml85(td) msgid "container-reconciler.conf: [DEFAULT] log_statsd_port = 8125" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml86(td) msgid "(StrOpt) Port value for the StatsD server." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml89(td) msgid "" "container-reconciler.conf: [DEFAULT] log_statsd_sample_rate_factor = 1.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml90(td) msgid "" "(StrOpt) 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-conf-changes.xml95(td) msgid "container-reconciler.conf: [DEFAULT] log_udp_host =" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml96(td) msgid "(StrOpt) If not set, the UDP receiver for syslog is disabled." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml99(td) msgid "container-reconciler.conf: [DEFAULT] log_udp_port = 514" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml100(td) msgid "(StrOpt) Port value for UDP receiver, if enabled." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml103(td) msgid "container-reconciler.conf: [DEFAULT] swift_dir = /etc/swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml104(td) msgid "(StrOpt) Swift configuration directory" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml107(td) msgid "container-reconciler.conf: [DEFAULT] user = swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml108(td) msgid "(StrOpt) User to run as" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml111(td) msgid "container-reconciler.conf: [app-proxy-server] use = egg:swift#proxy" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml115(td) msgid "container-reconciler.conf: [container-reconciler] interval = 30" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml116(td) msgid "(StrOpt) Minimum time for a pass to take" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml119(td) msgid "container-reconciler.conf: [container-reconciler] reclaim_age = 604800" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml120(td) #: ./doc/common/tables/swift-conf-changes.xml263(td) msgid "(StrOpt) Time elapsed in seconds before an object can be reclaimed" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml123(td) msgid "container-reconciler.conf: [container-reconciler] request_tries = 3" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml127(td) msgid "container-reconciler.conf: [filter-cache] use = egg:swift#memcache" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml131(td) msgid "" "container-reconciler.conf: [filter-catch_errors] use = " "egg:swift#catch_errors" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml135(td) msgid "" "container-reconciler.conf: [filter-proxy-logging] use = " "egg:swift#proxy_logging" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml139(td) msgid "" "container-reconciler.conf: [pipeline-main] pipeline = catch_errors proxy-" "logging cache proxy-server" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml143(td) msgid "container-server.conf: [DEFAULT] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml147(td) msgid "container-server.conf: [filter-xprofile] dump_interval = 5.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml151(td) msgid "container-server.conf: [filter-xprofile] dump_timestamp = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml155(td) msgid "container-server.conf: [filter-xprofile] flush_at_shutdown = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml159(td) msgid "" "container-server.conf: [filter-xprofile] log_filename_prefix = " "/tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml163(td) msgid "container-server.conf: [filter-xprofile] path = /__profile__" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml167(td) msgid "" "container-server.conf: [filter-xprofile] profile_module = " "eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml171(td) msgid "container-server.conf: [filter-xprofile] unwind = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml175(td) msgid "container-server.conf: [filter-xprofile] use = egg:swift#xprofile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml179(td) msgid "drive-audit.conf: [drive-audit] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml183(td) msgid "object-expirer.conf: [DEFAULT] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml187(td) msgid "" "object-expirer.conf: [filter-proxy-logging] access_log_address = /dev/log" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml191(td) msgid "" "object-expirer.conf: [filter-proxy-logging] access_log_facility = LOG_LOCAL0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml195(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_headers = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml199(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_headers_only =" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml200(td) msgid "" "(StrOpt) 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-conf-changes.xml205(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_level = INFO" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml209(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_name = swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml213(td) msgid "" "object-expirer.conf: [filter-proxy-logging] " "access_log_statsd_default_sample_rate = 1.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml217(td) msgid "" "object-expirer.conf: [filter-proxy-logging] access_log_statsd_host = " "localhost" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml221(td) msgid "" "object-expirer.conf: [filter-proxy-logging] access_log_statsd_metric_prefix " "=" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml225(td) msgid "" "object-expirer.conf: [filter-proxy-logging] access_log_statsd_port = 8125" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml229(td) msgid "" "object-expirer.conf: [filter-proxy-logging] " "access_log_statsd_sample_rate_factor = 1.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml233(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_udp_host =" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml237(td) msgid "object-expirer.conf: [filter-proxy-logging] access_log_udp_port = 514" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml241(td) msgid "" "object-expirer.conf: [filter-proxy-logging] log_statsd_valid_http_methods = " "GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml245(td) msgid "" "object-expirer.conf: [filter-proxy-logging] logged with access_log_headers =" " True." msgstr "" #: ./doc/common/tables/swift-conf-changes.xml249(td) msgid "" "object-expirer.conf: [filter-proxy-logging] reveal_sensitive_prefix = 16" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml250(td) msgid "" "(StrOpt) 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-conf-changes.xml258(td) msgid "" "object-expirer.conf: [filter-proxy-logging] use = egg:swift#proxy_logging" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml262(td) msgid "object-expirer.conf: [object-expirer] reclaim_age = 604800" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml266(td) msgid "" "object-expirer.conf: [object-expirer] recon_cache_path = /var/cache/swift" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml267(td) msgid "(StrOpt) Directory where stats for a few items will be stored" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml270(td) msgid "object-server.conf: [DEFAULT] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml274(td) msgid "object-server.conf: [app-object-server] splice = no" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml278(td) msgid "object-server.conf: [filter-xprofile] dump_interval = 5.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml282(td) msgid "object-server.conf: [filter-xprofile] dump_timestamp = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml286(td) msgid "object-server.conf: [filter-xprofile] flush_at_shutdown = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml290(td) msgid "" "object-server.conf: [filter-xprofile] log_filename_prefix = " "/tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml294(td) msgid "object-server.conf: [filter-xprofile] path = /__profile__" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml298(td) msgid "" "object-server.conf: [filter-xprofile] profile_module = " "eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml302(td) msgid "object-server.conf: [filter-xprofile] unwind = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml306(td) msgid "object-server.conf: [filter-xprofile] use = egg:swift#xprofile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml310(td) msgid "object-server.conf: [object-auditor] concurrency = 1" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml311(td) msgid "(StrOpt) Number of replication workers to spawn" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml314(td) msgid "object-server.conf: [object-auditor] disk_chunk_size = 65536" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml315(td) msgid "(StrOpt) Size of chunks to read/write to disk" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml318(td) msgid "proxy-server.conf: [DEFAULT] log_max_line_length = 0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml322(td) msgid "proxy-server.conf: [DEFAULT] strict_cors_mode = True" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml326(td) msgid "proxy-server.conf: [filter-container_sync] current = //REALM/CLUSTER" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml330(td) msgid "proxy-server.conf: [filter-keystoneauth] allow_names_in_acls = true" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml334(td) msgid "proxy-server.conf: [filter-keystoneauth] default_domain_id = default" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml338(td) msgid "proxy-server.conf: [filter-xprofile] dump_interval = 5.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml342(td) msgid "proxy-server.conf: [filter-xprofile] dump_timestamp = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml346(td) msgid "proxy-server.conf: [filter-xprofile] flush_at_shutdown = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml350(td) msgid "" "proxy-server.conf: [filter-xprofile] log_filename_prefix = " "/tmp/log/swift/profile/default.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml354(td) msgid "proxy-server.conf: [filter-xprofile] path = /__profile__" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml358(td) msgid "" "proxy-server.conf: [filter-xprofile] profile_module = eventlet.green.profile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml362(td) msgid "proxy-server.conf: [filter-xprofile] unwind = false" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml366(td) msgid "proxy-server.conf: [filter-xprofile] use = egg:swift#xprofile" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml370(td) msgid "swift.conf: [storage-policy-0] default = yes" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml371(td) msgid "" "(StrOpt) 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-conf-changes.xml374(td) msgid "swift.conf: [storage-policy-0] name = Policy-0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml378(td) msgid "swift.conf: [storage-policy-1] name = silver" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml395(td) msgid "dispersion.conf: [dispersion] auth_version" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml396(td) msgid "2.0" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml400(td) msgid "drive-audit.conf: [drive-audit] log_file_pattern" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml401(td) msgid "/var/log/kern*" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml402(td) msgid "/var/log/kern.*[!.][!g][!z]" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml405(td) msgid "object-expirer.conf: [pipeline-main] pipeline" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml406(td) msgid "catch_errors cache proxy-server" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml407(td) msgid "catch_errors proxy-logging cache proxy-server" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml410(td) msgid "proxy-server.conf: [DEFAULT] bind_port" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml415(td) msgid "proxy-server.conf: [DEFAULT] disallowed_sections" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml416(td) msgid "container_quotas, tempurl" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml417(td) msgid "container_quotas, tempurl, bulk_delete.max_failed_deletes" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml420(td) msgid "proxy-server.conf: [app-proxy-server] client_chunk_size" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml422(td) #: ./doc/common/tables/swift-conf-changes.xml427(td) msgid "65536" msgstr "65536" #: ./doc/common/tables/swift-conf-changes.xml425(td) msgid "proxy-server.conf: [app-proxy-server] object_chunk_size" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml430(td) msgid "proxy-server.conf: [filter-proxy-logging] reveal_sensitive_prefix" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml435(td) msgid "proxy-server.conf: [filter-tempurl] methods" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml436(td) msgid "GET HEAD PUT" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml437(td) msgid "GET HEAD PUT POST DELETE" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml440(td) msgid "proxy-server.conf: [pipeline-main] pipeline" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml441(td) msgid "" "catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk " "tempurl slo dlo ratelimit tempauth container-quotas account-quotas proxy-" "logging proxy-server" msgstr "" #: ./doc/common/tables/swift-conf-changes.xml442(td) 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/trove-db_redis.xml7(caption) msgid "Description of Redis database configuration options" msgstr "" #: ./doc/common/tables/trove-db_redis.xml18(th) msgid "[redis]" msgstr "" #: ./doc/common/tables/trove-db_redis.xml33(td) msgid "device_path = None" msgstr "" #: ./doc/common/tables/trove-db_redis.xml37(td) msgid "mount_point = /var/lib/redis" msgstr "" #: ./doc/common/tables/trove-db_redis.xml49(td) msgid "tcp_ports = 6379" msgstr "" #: ./doc/common/tables/trove-db_redis.xml57(td) msgid "volume_support = False" msgstr "" #: ./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 "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml20(td) msgid "cluster_name3 = https://host3/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml24(td) msgid "cluster_name4 = https://host4/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml28(td) msgid "key = realm2key" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm2.xml32(td) msgid "key2 = realm2key2" msgstr "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 "" #: ./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 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 "" #: ./doc/common/tables/swift-object-server-object-auditor.xml20(td) msgid "bytes_per_second = 10000000" msgstr "" #: ./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.xml32(td) msgid "files_per_second = 20" 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(td) msgid "log_name = object-auditor" msgstr "" #: ./doc/common/tables/swift-object-server-object-auditor.xml52(td) msgid "log_time = 3600" msgstr "" #: ./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.xml56(td) msgid "object_size_stats =" msgstr "" #: ./doc/common/tables/swift-object-server-object-auditor.xml64(td) msgid "zero_byte_files_per_second = 50" msgstr "" #: ./doc/common/tables/swift-object-server-object-auditor.xml65(td) msgid "Maximum zero byte files audited per second." msgstr "" #: ./doc/common/tables/trove-zeromq.xml26(td) msgid "(IntOpt) Number of ZeroMQ contexts, defaults to 1" msgstr "" #: ./doc/common/tables/trove-zeromq.xml34(td) msgid "(StrOpt) Directory for holding IPC sockets" msgstr "" #: ./doc/common/tables/trove-zeromq.xml37(td) msgid "" "rpc_zmq_matchmaker = " "trove.openstack.common.rpc.matchmaker.MatchMakerLocalhost" msgstr "" #: ./doc/common/tables/trove-zeromq.xml38(td) msgid "(StrOpt) MatchMaker driver" msgstr "" #: ./doc/common/tables/trove-zeromq.xml42(td) msgid "(IntOpt) ZeroMQ receiver listening port" 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/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 "" #: ./doc/common/tables/cinder-backups_swift.xml22(td) msgid "(StrOpt) Swift authentication mechanism" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml25(replaceable) msgid "volumebackups" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml26(td) msgid "(StrOpt) The default Swift container to use" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml30(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.xml34(td) msgid "(StrOpt) Swift key for authentication" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml37(replaceable) msgid "52428800" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml38(td) msgid "(IntOpt) The size in bytes of Swift backup objects" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml42(td) msgid "(IntOpt) The number of retries to make for Swift operations" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml46(td) msgid "(IntOpt) The backoff time in seconds between Swift retries" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml50(td) msgid "(StrOpt) The URL of the Swift endpoint" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml54(td) msgid "(StrOpt) Swift user name" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml57(replaceable) msgid "object-store:swift:publicURL" msgstr "" #: ./doc/common/tables/cinder-backups_swift.xml58(td) #: ./doc/common/tables/cinder-conf-changes.xml329(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(td) msgid "sql_connection = sqlite:///trove_test.sqlite" msgstr "" #: ./doc/common/tables/trove-database.xml22(td) msgid "(StrOpt) SQL Connection." msgstr "" #: ./doc/common/tables/trove-database.xml25(td) msgid "sql_idle_timeout = 3600" msgstr "" #: ./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.xml29(td) msgid "sql_query_log = False" msgstr "" #: ./doc/common/tables/trove-database.xml30(td) msgid "(BoolOpt) Write all SQL queries to a log." msgstr "" #: ./doc/common/tables/trove-database.xml33(td) msgid "sql_query_logging = False" msgstr "" #: ./doc/common/tables/trove-database.xml34(td) msgid "" "(BoolOpt) Allow insecure logging while executing queries through SQLAlchemy." msgstr "" #: ./doc/common/tables/ironic-common.xml21(td) msgid "bindir = /usr/local/bin" msgstr "" #: ./doc/common/tables/ironic-common.xml22(td) msgid "(StrOpt) Directory where ironic binaries are installed." msgstr "" #: ./doc/common/tables/ironic-common.xml25(td) msgid "enabled_drivers = pxe_ipmitool" msgstr "" #: ./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.xml33(td) msgid "force_raw_images = True" msgstr "" #: ./doc/common/tables/ironic-common.xml34(td) msgid "(BoolOpt) Force backing images to raw format." msgstr "" #: ./doc/common/tables/ironic-common.xml37(td) msgid "hash_distribution_replicas = 1" 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.xml41(td) msgid "hash_partition_exponent = 5" 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.xml45(td) msgid "host = localhost" 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(td) msgid "isolinux_bin = /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(td) msgid "isolinux_config_template = $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.xml61(td) msgid "my_ip = 10.0.0.1" msgstr "" #: ./doc/common/tables/ironic-common.xml62(td) msgid "(StrOpt) IP address of this host." msgstr "" #: ./doc/common/tables/ironic-common.xml65(td) msgid "parallel_image_downloads = False" 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.xml69(td) msgid "periodic_interval = 60" msgstr "" #: ./doc/common/tables/ironic-common.xml73(td) msgid "pybasedir = /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(td) msgid "rootwrap_config = /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.xml85(td) msgid "state_path = $pybasedir" msgstr "" #: ./doc/common/tables/ironic-common.xml86(td) msgid "(StrOpt) Top-level directory for maintaining ironic's state." msgstr "" #: ./doc/common/tables/ironic-common.xml89(td) msgid "tempdir = None" 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.xml20(td) msgid "allow_versions = false" 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(td) msgid "set log_name = container-server" msgstr "" #: ./doc/common/tables/swift-container-server-app-container-server.xml60(td) msgid "use = 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(td) msgid "pipeline = 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.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/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" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml26(td) msgid "(StrOpt) Password for specified CHAP account name" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml30(td) msgid "(IntOpt) Maximum retry count for reconnection" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml34(td) msgid "(IntOpt) Timeout for the Group Manager cli command execution" 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" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml42(td) msgid "(StrOpt) Pool in which volumes will be created" msgstr "" #: ./doc/common/tables/cinder-eqlx.xml46(td) msgid "(BoolOpt) Use CHAP authentication for targets?" 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.xml37(replaceable) msgid "/services/Cloud" 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.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.xml21(td) msgid "api_url = None" 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.xml25(td) msgid "check_provision_state_interval = 60" 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(td) msgid "deploy_callback_timeout = 1800" msgstr "" #: ./doc/common/tables/ironic-conductor.xml30(td) msgid "" "(IntOpt) Timeout (seconds) for waiting callback from deploy ramdisk. 0 - " "unlimited." msgstr "" #: ./doc/common/tables/ironic-conductor.xml33(td) msgid "force_power_state_during_sync = True" msgstr "" #: ./doc/common/tables/ironic-conductor.xml34(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.xml37(td) msgid "heartbeat_interval = 10" msgstr "" #: ./doc/common/tables/ironic-conductor.xml38(td) msgid "(IntOpt) Seconds between conductor heart beats." msgstr "" #: ./doc/common/tables/ironic-conductor.xml41(td) msgid "heartbeat_timeout = 60" msgstr "" #: ./doc/common/tables/ironic-conductor.xml42(td) msgid "" "(IntOpt) Maximum time (in seconds) since the last check-in of a conductor." msgstr "" #: ./doc/common/tables/ironic-conductor.xml45(td) msgid "node_locked_retry_attempts = 3" msgstr "" #: ./doc/common/tables/ironic-conductor.xml46(td) msgid "(IntOpt) Number of attempts to grab a node lock." msgstr "" #: ./doc/common/tables/ironic-conductor.xml49(td) msgid "node_locked_retry_interval = 1" msgstr "" #: ./doc/common/tables/ironic-conductor.xml50(td) msgid "(IntOpt) Seconds to sleep between node lock attempts." msgstr "" #: ./doc/common/tables/ironic-conductor.xml53(td) msgid "periodic_max_workers = 8" msgstr "" #: ./doc/common/tables/ironic-conductor.xml54(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.xml57(td) msgid "power_state_sync_max_retries = 3" msgstr "" #: ./doc/common/tables/ironic-conductor.xml58(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.xml61(td) msgid "send_sensor_data = False" msgstr "" #: ./doc/common/tables/ironic-conductor.xml62(td) msgid "(BoolOpt) Enable sending sensor data message via the notification bus" msgstr "" #: ./doc/common/tables/ironic-conductor.xml65(td) msgid "send_sensor_data_interval = 600" msgstr "" #: ./doc/common/tables/ironic-conductor.xml66(td) msgid "" "(IntOpt) Seconds between conductor sending sensor data message to ceilometer" " via the notification bus." msgstr "" #: ./doc/common/tables/ironic-conductor.xml69(td) msgid "send_sensor_data_types = ALL" msgstr "" #: ./doc/common/tables/ironic-conductor.xml70(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.xml73(td) msgid "sync_local_state_interval = 180" msgstr "" #: ./doc/common/tables/ironic-conductor.xml74(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.xml77(td) msgid "sync_power_state_interval = 60" msgstr "" #: ./doc/common/tables/ironic-conductor.xml78(td) msgid "" "(IntOpt) Interval between syncing the node power state to the database, in " "seconds." msgstr "" #: ./doc/common/tables/ironic-conductor.xml81(td) msgid "workers_pool_size = 100" msgstr "" #: ./doc/common/tables/ironic-conductor.xml82(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.xml26(td) msgid "" "(IntOpt) Number of backlog requests to configure the metadata server socket " "with" msgstr "" #: ./doc/common/tables/neutron-metadata.xml29(replaceable) msgid "9697" msgstr "" #: ./doc/common/tables/neutron-metadata.xml37(replaceable) msgid "$state_path/metadata_proxy" msgstr "" #: ./doc/common/tables/neutron-metadata.xml38(td) msgid "(StrOpt) Location of Metadata Proxy UNIX domain socket" msgstr "" #: ./doc/common/tables/neutron-metadata.xml42(td) msgid "(IntOpt) Number of separate worker processes for metadata server" msgstr "" #: ./doc/common/tables/neutron-metadata.xml50(td) msgid "(StrOpt) IP address used by Nova metadata server." msgstr "" #: ./doc/common/tables/neutron-metadata.xml54(td) msgid "(IntOpt) TCP Port used by Nova metadata server." 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.xml25(td) msgid "netscaler_ncc_uri = None" msgstr "" #: ./doc/common/tables/neutron-lbaas_netscaler.xml29(td) msgid "netscaler_ncc_username = None" 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(td) msgid "use = 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.xml21(td) msgid "cluster_delete_time_out = 180" msgstr "" #: ./doc/common/tables/trove-cluster.xml25(td) msgid "cluster_usage_timeout = 675" msgstr "" #: ./doc/common/tables/trove-cluster.xml29(td) msgid "clusters_page_size = 20" msgstr "" #: ./doc/common/tables/swift-container-server-container-replicator.xml8(literal) msgid "[container-replicator]" msgstr "" #: ./doc/common/tables/swift-container-server-container-replicator.xml44(td) msgid "log_name = 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 "" #: ./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.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.xml20(td) msgid "delete_container_retry_count = 0" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml24(td) msgid "max_containers_per_extraction = 10000" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml28(td) msgid "max_deletes_per_request = 10000" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml32(td) msgid "max_failed_deletes = 1000" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml36(td) msgid "max_failed_extractions = 1000" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml40(td) msgid "use = egg:swift#bulk" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-bulk.xml44(td) msgid "yield_frequency = 10" 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.xml66(td) msgid "" "(StrOpt) Name of nova region to use. Useful if keystone manages more than " "one region." 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 maximum size in bytes that the cache can use." 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.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.xml38(td) msgid "(StrOpt) Allowed physical networks" msgstr "" #: ./doc/common/tables/swift-account-server-account-auditor.xml8(literal) msgid "[account-auditor]" msgstr "" #: ./doc/common/tables/swift-account-server-account-auditor.xml20(td) msgid "accounts_per_second = 200" 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(td) msgid "log_name = 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) msgid "(StrOpt) Password to connect to NAS system." msgstr "" #: ./doc/common/tables/cinder-nas.xml34(td) msgid "(StrOpt) Filename of private key to use for SSH authentication." msgstr "" #: ./doc/common/tables/cinder-nas.xml37(replaceable) #: ./doc/common/tables/cinder-nas.xml41(replaceable) #: ./doc/common/tables/nova-libvirt.xml160(replaceable) #: ./doc/common/tables/cinder-nexenta_iscsi.xml41(replaceable) msgid "auto" msgstr "" #: ./doc/common/tables/cinder-nas.xml38(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.xml42(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.xml46(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.xml25(th) msgid "[SWITCH]" 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(td) msgid "recon_lock_path = /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(td) msgid "cloudinit_location = /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.xml25(td) msgid "datastore_manager = None" 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.xml29(td) msgid "datastore_registry_ext = {}" 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(td) msgid "exists_notification_ticks = 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.xml37(td) msgid "exists_notification_transformer = None" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml38(td) msgid "(StrOpt) Transformer for exists notifications." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml41(td) msgid "reboot_time_out = 120" 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.xml45(td) msgid "resize_time_out = 600" 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.xml49(td) msgid "restore_usage_timeout = 36000" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml53(td) msgid "revert_time_out = 600" 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.xml57(td) msgid "server_delete_time_out = 60" 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.xml61(td) msgid "state_change_wait_time = 180" 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.xml65(td) msgid "update_status_on_fail = True" 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.xml73(td) msgid "use_heat = False" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml74(td) msgid "(BoolOpt) Use Heat for provisioning." msgstr "" #: ./doc/common/tables/trove-taskmanager.xml77(td) msgid "use_nova_server_config_drive = False" msgstr "" #: ./doc/common/tables/trove-taskmanager.xml81(td) msgid "use_nova_server_volume = False" 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.xml85(td) msgid "verify_swift_checksum_on_restore = True" 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.xml29(th) msgid "[heat_api_cloudwatch]" msgstr "" #: ./doc/common/tables/heat-cloudwatch_api.xml40(replaceable) msgid "8003" msgstr "" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml85(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) #: ./doc/common/tables/cinder-conf-changes.xml89(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/cinder-huawei.xml25(replaceable) msgid "/etc/cinder/cinder_huawei_storac_conf.xml" msgstr "" #: ./doc/common/tables/cinder-huawei.xml26(td) msgid "(StrOpt) huawei storagehyper driver config file path" 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.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.xml70(td) msgid "(IntOpt) Number of private networks allowed per project" 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/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(td) msgid "default_ephemeral_format = ext4" msgstr "" #: ./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(td) msgid "disk_devices = 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(td) msgid "http_root = /httpboot" msgstr "" #: ./doc/common/tables/ironic-pxe.xml30(td) msgid "(StrOpt) Ironic compute node's HTTP root path." msgstr "" #: ./doc/common/tables/ironic-pxe.xml33(td) msgid "http_url = None" 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(td) msgid "image_cache_size = 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(td) msgid "image_cache_ttl = 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(td) msgid "images_path = /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(td) msgid "instance_master_path = /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(td) msgid "ipxe_boot_script = $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.xml57(td) msgid "ipxe_enabled = False" msgstr "" #: ./doc/common/tables/ironic-pxe.xml58(td) msgid "(BoolOpt) Enable iPXE boot." msgstr "" #: ./doc/common/tables/ironic-pxe.xml61(td) #: ./doc/common/tables/nova-baremetal.xml53(td) msgid "pxe_append_params = nofb nomodeset vga=normal" msgstr "" #: ./doc/common/tables/ironic-pxe.xml65(td) #: ./doc/common/tables/nova-baremetal.xml57(td) msgid "pxe_bootfile_name = pxelinux.0" msgstr "" #: ./doc/common/tables/ironic-pxe.xml66(td) msgid "(StrOpt) Bootfile DHCP parameter." msgstr "" #: ./doc/common/tables/ironic-pxe.xml69(td) msgid "pxe_config_template = $pybasedir/drivers/modules/pxe_config.template" msgstr "" #: ./doc/common/tables/ironic-pxe.xml73(td) msgid "tftp_master_path = /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(td) #: ./doc/common/tables/nova-baremetal.xml89(td) msgid "tftp_root = /tftpboot" msgstr "" #: ./doc/common/tables/ironic-pxe.xml78(td) msgid "(StrOpt) Ironic compute node's tftp root path." msgstr "" #: ./doc/common/tables/ironic-pxe.xml81(td) msgid "tftp_server = $my_ip" 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(td) msgid "uefi_pxe_bootfile_name = 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(td) msgid "" "uefi_pxe_config_template = " "$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/trove-redis.xml22(td) msgid "(StrOpt) Host to locate redis" msgstr "" #: ./doc/common/tables/trove-redis.xml26(td) msgid "(StrOpt) Password for Redis server. (optional)" msgstr "" #: ./doc/common/tables/trove-redis.xml37(td) msgid "(StrOpt) Matchmaker ring file (JSON)" 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 "" #: ./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) #: ./doc/common/tables/cinder-conf-changes.xml213(td) msgid "(BoolOpt) Allow to perform insecure SSL requests to nova" msgstr "" #: ./doc/common/tables/cinder-compute.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml217(td) msgid "" "(StrOpt) Location of ca certificates file to use for nova client requests." msgstr "" #: ./doc/common/tables/cinder-compute.xml29(replaceable) msgid "compute:Compute Service:adminURL" msgstr "" #: ./doc/common/tables/cinder-compute.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml221(td) msgid "(StrOpt) Same as nova_catalog_info, but for admin endpoint." msgstr "" #: ./doc/common/tables/cinder-compute.xml33(replaceable) msgid "compute:Compute Service:publicURL" msgstr "" #: ./doc/common/tables/cinder-compute.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml225(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) #: ./doc/common/tables/cinder-conf-changes.xml229(td) msgid "(StrOpt) Same as nova_endpoint_template, but for admin endpoint." msgstr "" #: ./doc/common/tables/cinder-compute.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml233(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-debug.xml21(td) #: ./doc/common/tables/trove-debug.xml21(td) msgid "backdoor_port = None" msgstr "" #: ./doc/common/tables/ironic-console.xml18(th) msgid "[console]" msgstr "" #: ./doc/common/tables/ironic-console.xml21(td) msgid "subprocess_checking_interval = 1" 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.xml25(td) msgid "subprocess_timeout = 10" 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(td) #: ./doc/common/tables/nova-baremetal.xml77(td) msgid "terminal = shellinaboxd" msgstr "" #: ./doc/common/tables/ironic-console.xml30(td) msgid "(StrOpt) Path to serial console terminal program" msgstr "" #: ./doc/common/tables/ironic-console.xml33(td) #: ./doc/common/tables/nova-baremetal.xml81(td) msgid "terminal_cert_dir = None" 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.xml37(td) msgid "terminal_pid_dir = None" 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(td) msgid "lock file = /var/lock/object.lock" msgstr "" #: ./doc/common/tables/swift-rsyncd-object.xml24(td) msgid "max connections = 8" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml8(literal) msgid "[drive-audit]" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml8(literal) msgid "drive-audit.conf" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml20(td) msgid "device_dir = /srv/node" 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.xml24(td) msgid "error_limit = 1" 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(td) msgid "log_file_pattern = /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.xml48(td) msgid "minutes = 60" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml49(td) msgid "Number of minutes to look back in `/var/log/kern.log`" msgstr "" #: ./doc/common/tables/swift-drive-audit-drive-audit.xml52(td) msgid "regex_pattern_1 = \\berror\\b.*\\b(dm-[0-9]{1,2}\\d?)\\b" msgstr "" #: ./doc/common/tables/ironic-logging.xml25(td) #: ./doc/common/tables/trove-logging.xml25(td) msgid "" "default_log_levels = 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/ironic-logging.xml29(td) msgid "fatal_exception_format_errors = False" 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.xml54(td) msgid "(StrOpt) Additional append parameters for baremetal PXE boot" 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.xml78(td) msgid "(StrOpt) Path to baremetal terminal program" 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.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.xml107(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-conf-changes.xml497(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) #: ./doc/common/tables/cinder-conf-changes.xml269(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/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.xml58(td) msgid "(BoolOpt) Support packet filter on OFC router interface." 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.xml53(replaceable) msgid "%(name)s-%(uuid)s" 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-ml2_mlnx.xml7(caption) msgid "Description of Mellanox ML2 mechanism driver configuration options" 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.xml21(td) msgid "proxy_user_domain_name = None" 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(td) msgid "proxy_user_role_names = 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.xml29(td) msgid "use_domain_for_proxy_users = False" 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.xml21(replaceable) msgid "keystone.trust.backends.sql.Trust" msgstr "" #: ./doc/common/tables/keystone-trust.xml22(td) msgid "(StrOpt) Trust backend driver." msgstr "" #: ./doc/common/tables/keystone-trust.xml26(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.xml26(td) msgid "" "(StrOpt) Location of ca certicates file to use for cinder client requests." msgstr "" #: ./doc/common/tables/glance-cinder.xml29(replaceable) msgid "volume:cinder:publicURL" 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(td) msgid "log_name = 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.xml46(td) msgid "" "(IntOpt) Maximum number of locations allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml50(td) msgid "" "(IntOpt) Maximum number of image members per image. Negative values evaluate" " to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml54(td) msgid "" "(IntOpt) Maximum number of properties allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml58(td) msgid "" "(IntOpt) Maximum number of tags allowed on an image. Negative values " "evaluate to unlimited." msgstr "" #: ./doc/common/tables/glance-common.xml61(replaceable) msgid "25" msgstr "25" #: ./doc/common/tables/glance-common.xml62(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.xml70(td) msgid "" "(StrOpt) Key used for encrypting sensitive metadata while talking to the " "registry or database." msgstr "" #: ./doc/common/tables/glance-common.xml73(replaceable) msgid "/etc/glance/metadefs/" msgstr "" #: ./doc/common/tables/glance-common.xml78(td) msgid "(StrOpt) The location of the property protection file." msgstr "" #: ./doc/common/tables/glance-common.xml81(replaceable) msgid "roles" msgstr "ロール" #: ./doc/common/tables/glance-common.xml82(td) msgid "" "(StrOpt) This config value indicates whether \"roles\" or \"policies\" are " "used in the property protection file." msgstr "" #: ./doc/common/tables/glance-common.xml86(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.xml90(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.xml94(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.xml104(th) msgid "[image_format]" msgstr "" #: ./doc/common/tables/glance-common.xml107(replaceable) msgid "ami, ari, aki, bare, ovf, ova" msgstr "" #: ./doc/common/tables/glance-common.xml108(td) msgid "(ListOpt) Supported values for the 'container_format' image attribute" msgstr "" #: ./doc/common/tables/glance-common.xml111(replaceable) msgid "ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso" msgstr "" #: ./doc/common/tables/glance-common.xml112(td) msgid "(ListOpt) Supported values for the 'disk_format' image attribute" msgstr "" #: ./doc/common/tables/glance-common.xml122(th) msgid "[task]" msgstr "" #: ./doc/common/tables/glance-common.xml129(replaceable) msgid "eventlet" msgstr "eventlet" #: ./doc/common/tables/glance-common.xml133(replaceable) msgid "48" msgstr "" #: ./doc/common/tables/glance-common.xml134(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(literal) msgid "dispersion.conf" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml20(td) msgid "auth_key = testing" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml24(td) msgid "auth_url = 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(td) msgid "auth_user = 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.xml32(td) msgid "auth_version = 1.0" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml33(td) msgid "Indicates which version of auth" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml36(td) #: ./doc/common/tables/swift-account-server-account-reaper.xml20(td) msgid "concurrency = 25" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml40(td) msgid "container_populate = yes" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml44(td) msgid "container_report = yes" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml48(td) msgid "dispersion_coverage = 1.0" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml52(td) msgid "dump_json = no" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml56(td) msgid "endpoint_type = publicURL" 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.xml60(td) msgid "keystone_api_insecure = no" 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-dispersion-dispersion.xml64(td) msgid "object_populate = yes" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml68(td) msgid "object_report = yes" msgstr "" #: ./doc/common/tables/swift-dispersion-dispersion.xml72(td) msgid "retries = 5" msgstr "" #: ./doc/common/tables/swift-account-server-DEFAULT.xml28(td) msgid "bind_port = 6002" 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.xml20(td) msgid "path_root = v1" 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.xml24(td) msgid "reseller_prefixes = AUTH" 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(td) msgid "set log_name = domain_remap" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-domain_remap.xml53(td) msgid "use = egg:swift#domain_remap" msgstr "" #: ./doc/common/tables/trove-nova.xml7(caption) msgid "Description of nova configuration options" msgstr "" #: ./doc/common/tables/trove-nova.xml21(td) msgid "nova_proxy_admin_pass =" msgstr "" #: ./doc/common/tables/trove-nova.xml22(td) msgid "(StrOpt) Admin password used to connect to Nova." msgstr "" #: ./doc/common/tables/trove-nova.xml25(td) msgid "nova_proxy_admin_tenant_name =" msgstr "" #: ./doc/common/tables/trove-nova.xml26(td) msgid "(StrOpt) Admin tenant used to connect to Nova." msgstr "" #: ./doc/common/tables/trove-nova.xml29(td) msgid "nova_proxy_admin_user =" 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/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(td) msgid "format_options = -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(td) msgid "network_label_regex = ^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 "" #: ./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(td) msgid "list_endpoints_path = /endpoints/" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-list-endpoints.xml24(td) msgid "use = 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.xml28(td) msgid "delay_reaping = 0" 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.xml32(td) msgid "interval = 3600" msgstr "" #: ./doc/common/tables/swift-account-server-account-reaper.xml48(td) msgid "log_name = account-reaper" msgstr "" #: ./doc/common/tables/swift-account-server-account-reaper.xml56(td) msgid "reap_warn_after = 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/swift-proxy-server-filter-container_sync.xml8(literal) msgid "[filter-container_sync]" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml20(td) msgid "allow_full_urls = true" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml24(td) msgid "current = //REALM/CLUSTER" msgstr "" #: ./doc/common/tables/swift-proxy-server-filter-container_sync.xml28(td) msgid "use = 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/glance-testing.xml26(td) msgid "" "(StrOpt) The hostname/IP of the pydev process listening for debug " "connections" msgstr "" #: ./doc/common/tables/glance-testing.xml29(replaceable) msgid "5678" msgstr "" #: ./doc/common/tables/glance-testing.xml30(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.xml208(td) msgid "(StrOpt) Admin password" msgstr "" #: ./doc/common/tables/neutron-common.xml26(td) #: ./doc/common/tables/neutron-common.xml212(td) msgid "(StrOpt) Admin tenant name" msgstr "" #: ./doc/common/tables/neutron-common.xml30(td) msgid "(StrOpt) Admin username" 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.xml220(td) msgid "(StrOpt) Authentication region" msgstr "" #: ./doc/common/tables/neutron-common.xml54(td) #: ./doc/common/tables/neutron-common.xml224(td) msgid "(StrOpt) The type of authentication to use" msgstr "" #: ./doc/common/tables/neutron-common.xml58(td) #: ./doc/common/tables/neutron-common.xml228(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 "" #: ./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.xml77(replaceable) msgid "respawn" msgstr "" #: ./doc/common/tables/neutron-common.xml82(td) msgid "" "(IntOpt) Interval between checks of child process liveness (seconds), use 0 " "to disable" msgstr "" #: ./doc/common/tables/neutron-common.xml86(td) msgid "(StrOpt) The core plugin Neutron will use" msgstr "" #: ./doc/common/tables/neutron-common.xml90(td) msgid "(StrOpt) controller certificate" msgstr "" #: ./doc/common/tables/neutron-common.xml94(td) msgid "(StrOpt) controller private key" msgstr "" #: ./doc/common/tables/neutron-common.xml98(td) msgid "(BoolOpt) Allow sending resource operation notification to DHCP agent" msgstr "" #: ./doc/common/tables/neutron-common.xml106(td) msgid "(BoolOpt) Use broadcast in DHCP replies" msgstr "" #: ./doc/common/tables/neutron-common.xml109(replaceable) msgid "$state_path/dhcp" msgstr "" #: ./doc/common/tables/neutron-common.xml110(td) msgid "(StrOpt) Location to store DHCP server config files" msgstr "" #: ./doc/common/tables/neutron-common.xml114(td) msgid "(BoolOpt) Delete namespace after removing a dhcp server." msgstr "" #: ./doc/common/tables/neutron-common.xml121(replaceable) msgid "neutron.agent.linux.dhcp.Dnsmasq" msgstr "" #: ./doc/common/tables/neutron-common.xml122(td) msgid "(StrOpt) The driver used to manage the DHCP server." msgstr "" #: ./doc/common/tables/neutron-common.xml126(td) msgid "" "(IntOpt) DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use " "infinite lease times." msgstr "" #: ./doc/common/tables/neutron-common.xml130(td) msgid "" "(StrOpt) Network service endpoint type to pull from the keystone catalog" msgstr "" #: ./doc/common/tables/neutron-common.xml134(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.xml138(td) msgid "(StrOpt) The hostname Neutron is running on" msgstr "" #: ./doc/common/tables/neutron-common.xml142(td) msgid "(StrOpt) The driver used to manage the virtual interface." msgstr "(文字列オプション) 仮想インターフェースを管理するために使用するドライバー。" #: ./doc/common/tables/neutron-common.xml146(td) msgid "(BoolOpt) Force ip_lib calls to use the root helper" msgstr "" #: ./doc/common/tables/neutron-common.xml154(td) msgid "(IntOpt) How many times Neutron will retry MAC generation" msgstr "" #: ./doc/common/tables/neutron-common.xml158(td) msgid "(IntOpt) Maximum number of allowed address pairs" msgstr "" #: ./doc/common/tables/neutron-common.xml162(td) msgid "(IntOpt) Maximum number of DNS nameservers" msgstr "" #: ./doc/common/tables/neutron-common.xml166(td) msgid "(IntOpt) Maximum number of fixed ips per port" msgstr "" #: ./doc/common/tables/neutron-common.xml170(td) msgid "(IntOpt) Maximum number of host routes per subnet" msgstr "" #: ./doc/common/tables/neutron-common.xml181(replaceable) msgid "40" msgstr "40" #: ./doc/common/tables/neutron-common.xml182(td) msgid "(IntOpt) Seconds between running periodic tasks" msgstr "" #: ./doc/common/tables/neutron-common.xml186(td) msgid "(IntOpt) Interval between two metering reports" msgstr "" #: ./doc/common/tables/neutron-common.xml190(td) #: ./doc/common/tables/neutron-common.xml201(td) msgid "(StrOpt) Root helper application." msgstr "" #: ./doc/common/tables/neutron-common.xml193(replaceable) msgid "/var/lib/neutron" msgstr "" #: ./doc/common/tables/neutron-common.xml194(td) msgid "" "(StrOpt) Where to store Neutron state files. This directory must be writable" " by the agent." msgstr "" #: ./doc/common/tables/neutron-common.xml204(th) msgid "[PROXY]" msgstr "" #: ./doc/common/tables/neutron-common.xml216(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/swift-container-sync-realms-realm1.xml8(literal) msgid "[realm1]" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml20(td) msgid "cluster_name1 = https://host1/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml24(td) msgid "cluster_name2 = https://host2/v1/" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml28(td) msgid "key = realm1key" msgstr "" #: ./doc/common/tables/swift-container-sync-realms-realm1.xml32(td) msgid "key2 = realm1key2" 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.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/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-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 "(文字列オプション) コンフィグドライブの形式。iso9660 (デフォルト) または vfat のいずれか" #: ./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 "(文字列オプション) コンフィグドライブで行われる注入を強制するように設定します (設定されている場合は、有効なオプションは always となります)。" #: ./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 "(論理値オプション) ディスクドライブではなく、CD ドライブとしてコンフィグドライブイメージを接続します。" #: ./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.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.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) #: ./doc/common/tables/cinder-conf-changes.xml37(td) msgid "(StrOpt) Datera API port." msgstr "" #: ./doc/common/tables/cinder-datera.xml26(td) #: ./doc/common/tables/cinder-conf-changes.xml41(td) msgid "(StrOpt) Datera API token." msgstr "" #: ./doc/common/tables/cinder-datera.xml30(td) #: ./doc/common/tables/cinder-conf-changes.xml45(td) msgid "(StrOpt) Datera API version." msgstr "" #: ./doc/common/tables/cinder-datera.xml34(td) #: ./doc/common/tables/cinder-conf-changes.xml49(td) msgid "(StrOpt) Number of replicas to create of an inode." msgstr "" #: ./doc/common/tables/cinder-datera.xml38(td) #: ./doc/common/tables/cinder-conf-changes.xml65(td) msgid "" "(StrOpt) The path to the client certificate for verification, if the driver " "supports it." msgstr "" #: ./doc/common/tables/cinder-datera.xml42(td) #: ./doc/common/tables/cinder-conf-changes.xml69(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/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.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 Juno for OpenStack Block Storage" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml16(td) msgid "[DEFAULT] az_cache_duration = 3600" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml20(td) msgid "[DEFAULT] backup_swift_auth_version = 1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml24(td) msgid "[DEFAULT] backup_swift_tenant = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml28(td) msgid "" "[DEFAULT] cinder_smis_config_file = " "/etc/cinder/cinder_fujitsu_eternus_dx.xml" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml32(td) msgid "[DEFAULT] consistencygroup_api_class = cinder.consistencygroup.api.API" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml36(td) msgid "[DEFAULT] datera_api_port = 7717" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml40(td) msgid "[DEFAULT] datera_api_token = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml44(td) msgid "[DEFAULT] datera_api_version = 1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml48(td) msgid "[DEFAULT] datera_num_replicas = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml52(td) msgid "[DEFAULT] destroy_empty_storage_group = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml56(td) msgid "[DEFAULT] dpl_pool =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml60(td) msgid "[DEFAULT] dpl_port = 8357" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml64(td) msgid "[DEFAULT] driver_client_cert = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml68(td) msgid "[DEFAULT] driver_client_cert_key = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml72(td) msgid "[DEFAULT] fusionio_iocontrol_retry = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml76(td) msgid "[DEFAULT] fusionio_iocontrol_targetdelay = 5" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml80(td) msgid "[DEFAULT] fusionio_iocontrol_verify_cert = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml84(td) msgid "[DEFAULT] glance_ca_certificates_file = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml88(td) msgid "" "[DEFAULT] glance_core_properties = checksum, container_format, disk_format, " "image_name, image_id, min_disk, min_ram, name, size" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml92(td) msgid "" "[DEFAULT] hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml96(td) msgid "[DEFAULT] hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml100(td) msgid "[DEFAULT] hitachi_add_chap_user = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml104(td) msgid "[DEFAULT] hitachi_async_copy_check_interval = 10" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml108(td) msgid "[DEFAULT] hitachi_auth_method = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml112(td) msgid "[DEFAULT] hitachi_auth_password = HBSD-CHAP-password" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml116(td) msgid "[DEFAULT] hitachi_auth_user = HBSD-CHAP-user" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml120(td) msgid "[DEFAULT] hitachi_copy_check_interval = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml124(td) msgid "[DEFAULT] hitachi_copy_speed = 3" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml128(td) msgid "[DEFAULT] hitachi_default_copy_method = FULL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml132(td) msgid "[DEFAULT] hitachi_group_range = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml136(td) msgid "[DEFAULT] hitachi_group_request = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml140(td) msgid "[DEFAULT] hitachi_horcm_add_conf = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml144(td) msgid "[DEFAULT] hitachi_horcm_numbers = 200,201" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml148(td) msgid "[DEFAULT] hitachi_horcm_password = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml152(td) msgid "[DEFAULT] hitachi_horcm_user = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml156(td) msgid "[DEFAULT] hitachi_ldev_range = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml160(td) msgid "[DEFAULT] hitachi_pool_id = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml164(td) msgid "[DEFAULT] hitachi_serial_number = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml168(td) msgid "[DEFAULT] hitachi_target_ports = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml172(td) msgid "[DEFAULT] hitachi_thin_pool_id = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml176(td) msgid "[DEFAULT] hitachi_unit_name = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml180(td) msgid "[DEFAULT] hitachi_zoning_request = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml184(td) msgid "[DEFAULT] hp3par_iscsi_chap_enabled = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml188(td) msgid "[DEFAULT] ibmnas_platform_type = v7ku" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml192(td) msgid "[DEFAULT] initiator_auto_registration = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml196(td) msgid "[DEFAULT] iscsi_initiators =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml200(td) msgid "[DEFAULT] iscsi_write_cache = on" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml204(td) msgid "[DEFAULT] nimble_pool_name = default" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml208(td) msgid "[DEFAULT] nimble_subnet_label = *" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml220(td) msgid "[DEFAULT] nova_catalog_admin_info = compute:nova:adminURL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml224(td) msgid "[DEFAULT] nova_catalog_info = compute:nova:publicURL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml228(td) msgid "[DEFAULT] nova_endpoint_admin_template = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml232(td) msgid "[DEFAULT] nova_endpoint_template = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml240(td) msgid "[DEFAULT] pure_api_token = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml244(td) msgid "[DEFAULT] quota_backup_gigabytes = 1000" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml248(td) msgid "[DEFAULT] quota_backups = 10" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml252(td) msgid "[DEFAULT] quota_consistencygroups = 10" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml256(td) msgid "[DEFAULT] rados_connect_timeout = -1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml260(td) msgid "[DEFAULT] rbd_store_chunk_size = 4" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml264(td) msgid "[DEFAULT] replication_api_class = cinder.replication.api.API" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml268(td) msgid "[DEFAULT] san_secondary_ip = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml272(td) msgid "[DEFAULT] smbfs_default_volume_format = qcow2" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml276(td) msgid "[DEFAULT] smbfs_mount_options = noperm,file_mode=0775,dir_mode=0775" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml280(td) msgid "[DEFAULT] smbfs_mount_point_base = $state_path/mnt" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml284(td) msgid "[DEFAULT] smbfs_oversub_ratio = 1.0" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml288(td) msgid "[DEFAULT] smbfs_shares_config = /etc/cinder/smbfs_shares" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml292(td) msgid "[DEFAULT] smbfs_sparsed_volumes = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml296(td) msgid "[DEFAULT] smbfs_used_ratio = 0.95" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml300(td) msgid "[DEFAULT] ssh_hosts_key_file = $state_path/ssh_known_hosts" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml304(td) msgid "[DEFAULT] storage_vnx_authentication_type = global" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml308(td) msgid "[DEFAULT] storage_vnx_security_file_dir = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml312(td) msgid "[DEFAULT] storwize_svc_allow_tenant_qos = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml316(td) msgid "[DEFAULT] storwize_svc_npiv_compatibility_mode = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml320(td) msgid "[DEFAULT] storwize_svc_stretched_cluster_partner = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml324(td) msgid "[DEFAULT] strict_ssh_host_key_policy = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml328(td) msgid "[DEFAULT] swift_catalog_info = object-store:swift:publicURL" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml332(td) msgid "[DEFAULT] tcp_keepalive = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml336(td) msgid "[DEFAULT] tcp_keepalive_count = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml340(td) msgid "[DEFAULT] tcp_keepalive_interval = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml344(td) msgid "[DEFAULT] vmware_tmp_dir = /tmp" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml348(td) msgid "[DEFAULT] volume_copy_blkio_cgroup_name = cinder-volume-copy" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml352(td) msgid "[DEFAULT] volume_copy_bps_limit = 0" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml356(td) msgid "[DEFAULT] volume_number_multiplier = -1.0" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml360(td) msgid "[DEFAULT] zfssa_initiator =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml364(td) msgid "[DEFAULT] zfssa_initiator_group =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml368(td) msgid "[DEFAULT] zfssa_initiator_password =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml372(td) msgid "[DEFAULT] zfssa_initiator_user =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml376(td) msgid "[DEFAULT] zfssa_lun_compression =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml380(td) msgid "[DEFAULT] zfssa_lun_logbias =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml384(td) msgid "[DEFAULT] zfssa_lun_sparse = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml388(td) msgid "[DEFAULT] zfssa_lun_volblocksize = 8k" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml392(td) msgid "[DEFAULT] zfssa_pool = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml396(td) msgid "[DEFAULT] zfssa_project = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml400(td) msgid "[DEFAULT] zfssa_rest_timeout = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml404(td) msgid "[DEFAULT] zfssa_target_group = tgt-grp" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml408(td) msgid "[DEFAULT] zfssa_target_interfaces = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml412(td) msgid "[DEFAULT] zfssa_target_password =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml416(td) msgid "[DEFAULT] zfssa_target_portal = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml420(td) msgid "[DEFAULT] zfssa_target_user =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml424(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_fc_fabric_address =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml428(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_fc_fabric_password =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml432(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_fc_fabric_port = 22" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml436(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_fc_fabric_user =" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml440(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_zone_activate = True" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml444(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_zone_name_prefix = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml448(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_zoning_policy = initiator-target" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml452(td) msgid "[CISCO_FABRIC_EXAMPLE] cisco_zoning_vsan = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml476(td) msgid "[database] pool_timeout = None" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml496(td) msgid "" "[fc-zone-manager] cisco_sb_connector = " "cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml500(td) msgid "[keymgr] encryption_api_url = http://localhost:9311/v1" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml504(td) msgid "[keymgr] encryption_auth_url = http://localhost:5000/v2.0" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml520(td) msgid "[profiler] profiler_enabled = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml524(td) msgid "[profiler] trace_sqlalchemy = False" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml541(td) msgid "[DEFAULT] backup_swift_url" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml551(td) msgid "[DEFAULT] default_timeout" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml556(td) msgid "[DEFAULT] gpfs_storage_pool" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml561(td) msgid "[DEFAULT] max_luns_per_storage_group" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml566(td) msgid "[DEFAULT] vmware_task_poll_interval" msgstr "" #: ./doc/common/tables/cinder-conf-changes.xml572(td) msgid "sqlite:///$state_path/$sqlite_db" 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/trove-debug.xml30(td) msgid "(BoolOpt) Whether to disable inter-process locks" msgstr "" #: ./doc/common/tables/trove-debug.xml33(td) msgid "pydev_debug = disabled" msgstr "" #: ./doc/common/tables/trove-debug.xml34(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.xml37(td) msgid "pydev_debug_host = None" msgstr "" #: ./doc/common/tables/trove-debug.xml38(td) msgid "(StrOpt) Pydev debug server host (localhost by default)." msgstr "" #: ./doc/common/tables/trove-debug.xml41(td) msgid "pydev_debug_port = None" msgstr "" #: ./doc/common/tables/trove-debug.xml42(td) msgid "(IntOpt) Pydev debug server port (5678 by default)." msgstr "" #: ./doc/common/tables/trove-swift.xml21(td) msgid "swift_service_type = object-store" msgstr "" #: ./doc/common/tables/trove-swift.xml25(td) msgid "swift_url = None" msgstr "" #: ./doc/common/tables/trove-swift.xml26(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.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.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.xml109(td) msgid "(BoolOpt) Use multipath connection of the iSCSI volume" msgstr "" #: ./doc/common/tables/nova-libvirt.xml113(td) msgid "(BoolOpt) Use multipath connection of the iSER volume" msgstr "" #: ./doc/common/tables/nova-libvirt.xml121(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.xml125(td) msgid "" "(IntOpt) Unused resized base images younger than this will not be removed" msgstr "" #: ./doc/common/tables/nova-libvirt.xml129(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.xml133(td) msgid "(StrOpt) Rescue aki image" msgstr "" #: ./doc/common/tables/nova-libvirt.xml137(td) msgid "(StrOpt) Rescue ari image" msgstr "" #: ./doc/common/tables/nova-libvirt.xml141(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.xml145(td) msgid "" "(BoolOpt) Compress snapshot images when possible. This currently applies " "exclusively to qcow2 images" msgstr "" #: ./doc/common/tables/nova-libvirt.xml149(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.xml152(replaceable) msgid "$instances_path/snapshots" msgstr "" #: ./doc/common/tables/nova-libvirt.xml153(td) msgid "" "(StrOpt) Location where libvirt driver will store snapshots before uploading" " them to image service" msgstr "" #: ./doc/common/tables/nova-libvirt.xml157(td) msgid "" "(BoolOpt) Create sparse logical volumes (with virtualsize) if this flag is " "set to True." msgstr "" #: ./doc/common/tables/nova-libvirt.xml169(td) msgid "(BoolOpt) Sync virtual and real mouse cursors in Windows VMs" msgstr "" #: ./doc/common/tables/nova-libvirt.xml173(td) msgid "(BoolOpt) Use virtio for bridge interfaces with KVM/QEMU" msgstr "" #: ./doc/common/tables/nova-libvirt.xml177(td) msgid "" "(StrOpt) Libvirt domain type (valid options are: kvm, lxc, qemu, uml, xen)" msgstr "" #: ./doc/common/tables/nova-libvirt.xml188(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" msgstr "" #: ./doc/common/tables/nova-libvirt.xml189(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/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 "" #: ./doc/common/tables/neutron-mlnx.xml26(td) msgid "(StrOpt) eswitch daemon end point" msgstr "" #: ./doc/common/tables/neutron-mlnx.xml33(replaceable) msgid "3000" msgstr "" #: ./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 "" #: ./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.xml21(td) msgid "dhcp_provider = neutron" 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.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/nova-debug.xml29(td) msgid "(BoolOpt) Enable guestfs debug" 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" 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 "Akihiro Motoki , 2013\nTomoyuki KATO , 2012-2014\ntmak , 2013"