b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
79 lines
3.2 KiB
XML
79 lines
3.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_nova_policy">
|
|
<caption>Description of configuration options for policy</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>allow_instance_snapshots = True</td>
|
|
<td>(BoolOpt) Permit instance snapshot operations.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>allow_migrate_to_same_host = False</td>
|
|
<td>(BoolOpt) Allow migrate machine to the same host. Useful when testing in single-host environments.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>allow_resize_to_same_host = False</td>
|
|
<td>(BoolOpt) Allow destination machine to match source for resize. Useful when testing in single-host environments.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_age = 0</td>
|
|
<td>(IntOpt) Number of seconds between subsequent usage refreshes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_local_block_devices = 3</td>
|
|
<td>(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.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>osapi_compute_unique_server_name_scope = </td>
|
|
<td>(StrOpt) When set, compute API will consider duplicate hostnames invalid within the specified scope, regardless of case. Should be empty, "project" or "global".</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) The maximum body size per each osapi request(bytes)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>password_length = 12</td>
|
|
<td>(IntOpt) Length of generated instance admin passwords</td>
|
|
</tr>
|
|
<tr>
|
|
<td>policy_default_rule = default</td>
|
|
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>policy_file = policy.json</td>
|
|
<td>(StrOpt) The JSON file that defines policies.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>reservation_expire = 86400</td>
|
|
<td>(IntOpt) Number of seconds until a reservation expires</td>
|
|
</tr>
|
|
<tr>
|
|
<td>resize_fs_using_block_device = False</td>
|
|
<td>(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).</td>
|
|
</tr>
|
|
<tr>
|
|
<td>until_refresh = 0</td>
|
|
<td>(IntOpt) Count of reservations until usage is refreshed</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|