openstack-manuals/doc/common/tables/glance-common.xml
Andreas Jaeger cfbed0920a Update glance autogenerated tables
Change-Id: Ide438e97568314219e941c9085a3fa10516ef732
2013-09-19 22:35:29 +02:00

88 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for common</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>allow_additional_image_properties=True</td>
<td>(BoolOpt) Whether to allow users to specify image properties beyond what the image schema provides</td>
</tr>
<tr>
<td>api_limit_max=1000</td>
<td>(IntOpt) Maximum permissible number of items that could be returned by a request</td>
</tr>
<tr>
<td>backlog=4096</td>
<td>(IntOpt) The backlog value that will be used when creating the TCP listener socket.</td>
</tr>
<tr>
<td>bind_host=0.0.0.0</td>
<td>(StrOpt) Address to bind the server. Useful when selecting a particular network interface.</td>
</tr>
<tr>
<td>bind_port=None</td>
<td>(IntOpt) The port on which the server will listen.</td>
</tr>
<tr>
<td>data_api=glance.db.sqlalchemy.api</td>
<td>(StrOpt) Python module path of data access API</td>
</tr>
<tr>
<td>disable_process_locking=False</td>
<td>(BoolOpt) Whether to disable inter-process locks</td>
</tr>
<tr>
<td>limit_param_default=25</td>
<td>(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request</td>
</tr>
<tr>
<td>lock_path=None</td>
<td>(StrOpt) Directory to use for lock files.</td>
</tr>
<tr>
<td>metadata_encryption_key=None</td>
<td>(StrOpt) Key used for encrypting sensitive metadata while talking to the registry or database.</td>
</tr>
<tr>
<td>notifier_strategy=default</td>
<td>(StrOpt) Notifications can be sent when images are create, updated or deleted. There are three methods of sending notifications, logging (via the log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message queue), or noop (no notifications sent, the default).</td>
</tr>
<tr>
<td>os_region_name=None</td>
<td>(StrOpt) Region name of this node</td>
</tr>
<tr>
<td>property_protection_file=None</td>
<td>(StrOpt) The location of the property protection file.</td>
</tr>
<tr>
<td>show_image_direct_url=False</td>
<td>(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!</td>
</tr>
<tr>
<td>use_tpool=False</td>
<td>(BoolOpt) Enable the use of thread pooling for all DB API calls</td>
</tr>
<tr>
<td>user_storage_quota=0</td>
<td>(IntOpt) Set a system wide quota for every user. This value is the total number of bytes that a user can use across all storage systems. A value of 0 means unlimited.</td>
</tr>
<tr>
<td>workers=1</td>
<td>(IntOpt) The number of child process workers that will be created to service API requests.</td>
</tr>
</tbody>
</table>
</para>