Update Config reference for glance

Change-Id: I5fab0deb28971f3ebde1b2bcbc36fed6cb80421e
Partial-Bug: #1407581
This commit is contained in:
Atsushi SAKAI 2015-09-03 16:06:54 +09:00
parent d6d10a5fb7
commit 4838771142
9 changed files with 16 additions and 80 deletions

View File

@ -57,10 +57,6 @@
<td><option>http_keepalive</option> = <replaceable>True</replaceable></td> <td><option>http_keepalive</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) If False, server will return the header "Connection: close", If True, server will return "Connection: Keep-Alive" in its responses. In order to close the client socket connection explicitly after the response is sent and read successfully by the client, you simply have to set this option to False when you create a wsgi server.</td> <td>(BoolOpt) If False, server will return the header "Connection: close", If True, server will return "Connection: Keep-Alive" in its responses. In order to close the client socket connection explicitly after the response is sent and read successfully by the client, you simply have to set this option to False when you create a wsgi server.</td>
</tr> </tr>
<tr>
<td><option>http_timeout</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable timeout.</td>
</tr>
<tr> <tr>
<td><option>image_size_cap</option> = <replaceable>1099511627776</replaceable></td> <td><option>image_size_cap</option> = <replaceable>1099511627776</replaceable></td>
<td>(IntOpt) Maximum size of image a user can upload in bytes. Defaults to 1099511627776 bytes (1 TB).WARNING: this value should only be increased after careful consideration and must be set to a value under 8 EB (9223372036854775808).</td> <td>(IntOpt) Maximum size of image a user can upload in bytes. Defaults to 1099511627776 bytes (1 TB).WARNING: this value should only be increased after careful consideration and must be set to a value under 8 EB (9223372036854775808).</td>

View File

@ -46,8 +46,8 @@
<td>(StrOpt) Digest algorithm which will be used for digital signature. Use the command "openssl list-message-digest-algorithms" to get the available algorithmssupported by the version of OpenSSL on the platform. Examples are "sha1", "sha256", "sha512", etc.</td> <td>(StrOpt) Digest algorithm which will be used for digital signature. Use the command "openssl list-message-digest-algorithms" to get the available algorithmssupported by the version of OpenSSL on the platform. Examples are "sha1", "sha256", "sha512", etc.</td>
</tr> </tr>
<tr> <tr>
<td><option>host</option> = <replaceable>localhost</replaceable></td> <td><option>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
<td>(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.</td> <td>(IntOpt) Size of executor thread pool.</td>
</tr> </tr>
<tr> <tr>
<td><option>image_location_quota</option> = <replaceable>10</replaceable></td> <td><option>image_location_quota</option> = <replaceable>10</replaceable></td>
@ -69,10 +69,6 @@
<td><option>limit_param_default</option> = <replaceable>25</replaceable></td> <td><option>limit_param_default</option> = <replaceable>25</replaceable></td>
<td>(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request</td> <td>(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request</td>
</tr> </tr>
<tr>
<td><option>listener_workers</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.</td>
</tr>
<tr> <tr>
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td> <td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Memcached servers or None for in process cache.</td> <td>(ListOpt) Memcached servers or None for in process cache.</td>
@ -102,7 +98,7 @@
<td>(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.</td> <td>(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.</td>
</tr> </tr>
<tr> <tr>
<td><option>workers</option> = <replaceable>4</replaceable></td> <td><option>workers</option> = <replaceable>2</replaceable></td>
<td>(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.</td> <td>(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.</td>
</tr> </tr>
<tr> <tr>
@ -130,45 +126,6 @@
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td> <td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td> <td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td>
</tr> </tr>
<tr>
<th colspan="2">[service_credentials]</th>
</tr>
<tr>
<td><option>insecure</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Disables X.509 certificate validation when an SSL connection to Identity Service is established.</td>
</tr>
<tr>
<td><option>os_auth_url</option> = <replaceable>http://localhost:5000/v2.0</replaceable></td>
<td>(StrOpt) Auth URL to use for OpenStack service access.</td>
</tr>
<tr>
<td><option>os_cacert</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Certificate chain for SSL validation.</td>
</tr>
<tr>
<td><option>os_endpoint_type</option> = <replaceable>publicURL</replaceable></td>
<td>(StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services.</td>
</tr>
<tr>
<td><option>os_password</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Password to use for OpenStack service access.</td>
</tr>
<tr>
<td><option>os_region_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Region name to use for OpenStack service endpoints.</td>
</tr>
<tr>
<td><option>os_tenant_id</option> = <replaceable></replaceable></td>
<td>(StrOpt) Tenant ID to use for OpenStack service access.</td>
</tr>
<tr>
<td><option>os_tenant_name</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Tenant name to use for OpenStack service access.</td>
</tr>
<tr>
<td><option>os_username</option> = <replaceable>glance</replaceable></td>
<td>(StrOpt) User name to use for OpenStack service access.</td>
</tr>
<tr> <tr>
<th colspan="2">[task]</th> <th colspan="2">[task]</th>
</tr> </tr>

View File

@ -19,10 +19,10 @@
</tr> </tr>
<tr> <tr>
<td><option>debug</option> = <replaceable>False</replaceable></td> <td><option>debug</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td> <td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).</td>
</tr> </tr>
<tr> <tr>
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN</replaceable></td> <td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN</replaceable></td>
<td>(ListOpt) List of logger=LEVEL pairs.</td> <td>(ListOpt) List of logger=LEVEL pairs.</td>
</tr> </tr>
<tr> <tr>
@ -91,11 +91,11 @@
</tr> </tr>
<tr> <tr>
<td><option>use_syslog_rfc_format</option> = <replaceable>True</replaceable></td> <td><option>use_syslog_rfc_format</option> = <replaceable>True</replaceable></td>
<td>(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 K, and will be removed in M, along with this option.</td> <td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option.</td>
</tr> </tr>
<tr> <tr>
<td><option>verbose</option> = <replaceable>False</replaceable></td> <td><option>verbose</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).</td> <td>(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -71,7 +71,7 @@
</tr> </tr>
<tr> <tr>
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td> <td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td> <td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -111,7 +111,7 @@
</tr> </tr>
<tr> <tr>
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td> <td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td> <td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -26,7 +26,7 @@
<td>(IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two.</td> <td>(IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two.</td>
</tr> </tr>
<tr> <tr>
<td><option>rbd_store_pool</option> = <replaceable>localhost</replaceable></td> <td><option>rbd_store_pool</option> = <replaceable>images</replaceable></td>
<td>(StrOpt) RADOS pool in which images are stored.</td> <td>(StrOpt) RADOS pool in which images are stored.</td>
</tr> </tr>
<tr> <tr>

View File

@ -45,10 +45,6 @@
<td><option>rpc_response_timeout</option> = <replaceable>60</replaceable></td> <td><option>rpc_response_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Seconds to wait for a response from a call.</td> <td>(IntOpt) Seconds to wait for a response from a call.</td>
</tr> </tr>
<tr>
<td><option>rpc_thread_pool_size</option> = <replaceable>64</replaceable></td>
<td>(IntOpt) Size of RPC thread pool.</td>
</tr>
<tr> <tr>
<th colspan="2">[oslo_concurrency]</th> <th colspan="2">[oslo_concurrency]</th>
</tr> </tr>

View File

@ -50,7 +50,7 @@
</tr> </tr>
<tr> <tr>
<td><option>swift_store_auth_address</option> = <replaceable>None</replaceable></td> <td><option>swift_store_auth_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The address where the Swift authentication service is listening.(deprecated)</td> <td>(StrOpt) The address where the Swift authentication service is listening. (deprecated - use "auth_address" in swift_store_config_file)</td>
</tr> </tr>
<tr> <tr>
<td><option>swift_store_auth_insecure</option> = <replaceable>False</replaceable></td> <td><option>swift_store_auth_insecure</option> = <replaceable>False</replaceable></td>
@ -58,7 +58,7 @@
</tr> </tr>
<tr> <tr>
<td><option>swift_store_auth_version</option> = <replaceable>2</replaceable></td> <td><option>swift_store_auth_version</option> = <replaceable>2</replaceable></td>
<td>(StrOpt) Version of the authentication service to use. Valid versions are 2 for keystone and 1 for swauth and rackspace. (deprecated)</td> <td>(StrOpt) Version of the authentication service to use. Valid versions are 2 and 3 for keystone and 1 (deprecated) for swauth and rackspace. (deprecated - use "auth_version" in swift_store_config_file)</td>
</tr> </tr>
<tr> <tr>
<td><option>swift_store_cacert</option> = <replaceable>None</replaceable></td> <td><option>swift_store_cacert</option> = <replaceable>None</replaceable></td>
@ -86,7 +86,7 @@
</tr> </tr>
<tr> <tr>
<td><option>swift_store_key</option> = <replaceable>None</replaceable></td> <td><option>swift_store_key</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated)</td> <td>(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated - use "key" in swift_store_config_file)</td>
</tr> </tr>
<tr> <tr>
<td><option>swift_store_large_object_chunk_size</option> = <replaceable>200</replaceable></td> <td><option>swift_store_large_object_chunk_size</option> = <replaceable>200</replaceable></td>
@ -122,7 +122,7 @@
</tr> </tr>
<tr> <tr>
<td><option>swift_store_user</option> = <replaceable>None</replaceable></td> <td><option>swift_store_user</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The user to authenticate against the Swift authentication service (deprecated)</td> <td>(StrOpt) The user to authenticate against the Swift authentication service (deprecated - use "user" in swift_store_config_file)</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -34,10 +34,9 @@ enable_v1_registry api
enable_v2_api api enable_v2_api api
enable_v2_registry api enable_v2_registry api
enable_v3_api api enable_v3_api api
executor_thread_pool_size common
fatal_deprecations logging fatal_deprecations logging
host common
http_keepalive api http_keepalive api
http_timeout api
image_cache_dir imagecache image_cache_dir imagecache
image_cache_driver imagecache image_cache_driver imagecache
image_cache_max_size imagecache image_cache_max_size imagecache
@ -52,7 +51,6 @@ instance_format logging
instance_uuid_format logging instance_uuid_format logging
key_file ca key_file ca
limit_param_default common limit_param_default common
listener_workers common
load_enabled api load_enabled api
location_strategy api location_strategy api
log_config_append logging log_config_append logging
@ -93,7 +91,6 @@ rpc_backend rpc
rpc_cast_timeout rpc rpc_cast_timeout rpc
rpc_conn_pool_size rpc rpc_conn_pool_size rpc
rpc_response_timeout rpc rpc_response_timeout rpc
rpc_thread_pool_size rpc
rpc_zmq_bind_address zeromq rpc_zmq_bind_address zeromq
rpc_zmq_contexts zeromq rpc_zmq_contexts zeromq
rpc_zmq_host zeromq rpc_zmq_host zeromq
@ -154,7 +151,6 @@ database/slave_connection database
database/sqlite_db database database/sqlite_db database
database/sqlite_synchronous database database/sqlite_synchronous database
database/use_db_reconnect database database/use_db_reconnect database
elasticsearch/hosts elasticsearch
glance_store/cinder_api_insecure cinder glance_store/cinder_api_insecure cinder
glance_store/cinder_ca_certificates_file cinder glance_store/cinder_ca_certificates_file cinder
glance_store/cinder_catalog_info cinder glance_store/cinder_catalog_info cinder
@ -321,15 +317,6 @@ paste_deploy/config_file api
paste_deploy/flavor api paste_deploy/flavor api
profiler/enabled profiler profiler/enabled profiler
profiler/trace_sqlalchemy profiler profiler/trace_sqlalchemy profiler
service_credentials/insecure common
service_credentials/os_auth_url common
service_credentials/os_cacert common
service_credentials/os_endpoint_type common
service_credentials/os_password common
service_credentials/os_region_name common
service_credentials/os_tenant_id common
service_credentials/os_tenant_name common
service_credentials/os_username common
store_type_location_strategy/store_type_preference api store_type_location_strategy/store_type_preference api
task/task_executor common task/task_executor common
task/task_time_to_live common task/task_time_to_live common