64b6c9261e
Current folder name New folder name Book title ---------------------------------------------------------- basic-install DELETE cli-guide DELETE common common NEW admin-guide-cloud Cloud Administrators Guide docbkx-example DELETE openstack-block-storage-admin DELETE openstack-compute-admin DELETE openstack-config config-reference OpenStack Configuration Reference openstack-ha high-availability-guide OpenStack High Availabilty Guide openstack-image image-guide OpenStack Virtual Machine Image Guide openstack-install install-guide OpenStack Installation Guide openstack-network-connectivity-admin admin-guide-network OpenStack Networking Administration Guide openstack-object-storage-admin DELETE openstack-security security-guide OpenStack Security Guide openstack-training training-guide OpenStack Training Guide openstack-user user-guide OpenStack End User Guide openstack-user-admin user-guide-admin OpenStack Admin User Guide glossary NEW OpenStack Glossary bug: #1220407 Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7 author: diane fleming
93 lines
4.0 KiB
XML
93 lines
4.0 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 api</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>(Type) Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>api_paste_config=api-paste.ini</td>
|
|
<td>(StrOpt) File name for the paste.deploy config for cinder-api</td>
|
|
</tr>
|
|
<tr>
|
|
<td>api_rate_limit=True</td>
|
|
<td>(BoolOpt) whether to rate limit the api</td>
|
|
</tr>
|
|
<tr>
|
|
<td>backdoor_port=None</td>
|
|
<td>(IntOpt) port for eventlet backdoor to listen</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_v1_api=True</td>
|
|
<td>(BoolOpt) Deploy v1 of the Cinder API.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_v2_api=True</td>
|
|
<td>(BoolOpt) Deploy v2 of the Cinder API.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_max_limit=1000</td>
|
|
<td>(IntOpt) the maximum number of items returned in a single response from a collection resource</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_max_request_body_size=114688</td>
|
|
<td>(IntOpt) Max size for body of a request</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_volume_base_URL=None</td>
|
|
<td>(StrOpt) Base URL that will be presented to users in links to the OpenStack Volume API</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_volume_ext_list=</td>
|
|
<td>(ListOpt) Specify list of extensions to load when using osapi_volume_extension option with cinder.api.contrib.select_extensions</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_volume_extension=['cinder.api.contrib.standard_extensions']</td>
|
|
<td>(MultiStrOpt) osapi volume extension to load</td>
|
|
</tr>
|
|
<tr>
|
|
<td>transfer_api_class=cinder.transfer.api.API</td>
|
|
<td>(StrOpt) The full class name of the volume transfer API class</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_api_class=cinder.volume.api.API</td>
|
|
<td>(StrOpt) The full class name of the volume API class to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_connection_password=None</td>
|
|
<td>(StrOpt) Password for XenAPI connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_connection_url=None</td>
|
|
<td>(StrOpt) URL for XenAPI connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_connection_username=root</td>
|
|
<td>(StrOpt) Username for XenAPI connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_nfs_server=None</td>
|
|
<td>(StrOpt) NFS server to be used by XenAPINFSDriver</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_nfs_serverpath=None</td>
|
|
<td>(StrOpt) Path of exported NFS, used by XenAPINFSDriver</td>
|
|
</tr>
|
|
<tr>
|
|
<td>xenapi_sr_base_path=/var/run/sr-mount</td>
|
|
<td>(StrOpt) Base path to the storage repository</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|