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
100 lines
4.8 KiB
XML
100 lines
4.8 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 volumes</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>(Type) Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>block_device_creation_timeout=10</td>
|
|
<td>(IntOpt) Time to wait for a block device to be created</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_api_insecure=False</td>
|
|
<td>(BoolOpt) Allow to perform insecure SSL requests to cinder</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_ca_certificates_file=None</td>
|
|
<td>(StrOpt) Location of ca certicates file to use for cinder client requests.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_catalog_info=volume:cinder:publicURL</td>
|
|
<td>(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></td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_cross_az_attach=True</td>
|
|
<td>(BoolOpt) Allow attach between instance and volume in different availability zones.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_endpoint_template=None</td>
|
|
<td>(StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder_http_retries=3</td>
|
|
<td>(IntOpt) Number of cinderclient retries on failed http calls</td>
|
|
</tr>
|
|
<tr>
|
|
<td>force_volumeutils_v1=False</td>
|
|
<td>(BoolOpt) Force V1 volume utility class</td>
|
|
</tr>
|
|
<tr>
|
|
<td>glusterfs_mount_point_base=$state_path/mnt</td>
|
|
<td>(StrOpt) Dir where the glusterfs volume is mounted on the compute node</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iscsi_iqn_prefix=iqn.2010-10.org.openstack.baremetal</td>
|
|
<td>(StrOpt) iSCSI IQN prefix used in baremetal volume connections.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nfs_mount_options=None</td>
|
|
<td>(StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nfs_mount_point_base=$state_path/mnt</td>
|
|
<td>(StrOpt) Dir where the nfs volume is mounted on the compute node</td>
|
|
</tr>
|
|
<tr>
|
|
<td>num_aoe_discover_tries=3</td>
|
|
<td>(IntOpt) number of times to rediscover AoE target to find volume</td>
|
|
</tr>
|
|
<tr>
|
|
<td>num_iscsi_scan_tries=3</td>
|
|
<td>(IntOpt) number of times to rescan iSCSI target to find volume</td>
|
|
</tr>
|
|
<tr>
|
|
<td>os_region_name=None</td>
|
|
<td>(StrOpt) region name of this node</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_api_class=nova.volume.cinder.API</td>
|
|
<td>(StrOpt) The full class name of the volume API class to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_attach_retry_count=10</td>
|
|
<td>(IntOpt) The number of times to retry to attach a volume</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_attach_retry_interval=5</td>
|
|
<td>(IntOpt) Interval between volume attachment attempts, in seconds</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_driver=nova.virt.baremetal.volume_driver.LibvirtVolumeDriver</td>
|
|
<td>(StrOpt) Baremetal volume driver.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>volume_usage_poll_interval=0</td>
|
|
<td>(IntOpt) Interval in seconds for gathering volume usages</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |