Merge "Regenerate nova tables"

This commit is contained in:
Jenkins 2014-08-30 18:00:31 +00:00 committed by Gerrit Code Review
commit 5ed518afe3
62 changed files with 153 additions and 103 deletions

View File

@ -4,7 +4,7 @@
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_api">
<caption>Description of configuration options for api</caption>
<caption>Description of API configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_apiv3">
<caption>Description of configuration options for apiv3</caption>
<caption>Description of API v3 configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_auth_token">
<caption>Description of configuration options for auth_token</caption>
<caption>Description of authorization token configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_authentication">
<caption>Description of configuration options for authentication</caption>
<caption>Description of authentication configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_availabilityzones">
<caption>Description of configuration options for availabilityzones</caption>
<caption>Description of availability zones configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_baremetal">
<caption>Description of configuration options for baremetal</caption>
<caption>Description of baremetal configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_ca">
<caption>Description of configuration options for ca</caption>
<caption>Description of CA configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_cells">
<caption>Description of configuration options for cells</caption>
<caption>Description of cell configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_common">
<caption>Description of configuration options for common</caption>
<caption>Description of common configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_compute">
<caption>Description of configuration options for compute</caption>
<caption>Description of Compute configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@ -109,6 +109,10 @@
<td>reclaim_instance_interval = 0</td>
<td>(IntOpt) Interval in seconds for reclaiming deleted instances</td>
</tr>
<tr>
<td>rescue_timeout = 0</td>
<td>(IntOpt) Automatically unrescue an instance after N seconds. Set to 0 to disable.</td>
</tr>
<tr>
<td>resize_confirm_window = 0</td>
<td>(IntOpt) Automatically confirm resizes after N seconds. Set to 0 to disable.</td>
@ -137,6 +141,10 @@
<td>shelved_poll_interval = 3600</td>
<td>(IntOpt) Interval in seconds for polling shelved instances to offload. Set to -1 to disable.Setting this to 0 will disable, but this will change in Juno to mean "run at the default rate".</td>
</tr>
<tr>
<td>shutdown_timeout = 60</td>
<td>(IntOpt) Total amount of time to wait in seconds for an instance to perform a clean shutdown.</td>
</tr>
<tr>
<td>sync_power_state_interval = 600</td>
<td>(IntOpt) Interval to sync power states between the database and the hypervisor. Set to -1 to disable. Setting this to 0 will disable, but this will change in Juno to mean "run at the default rate".</td>

View File

@ -4,7 +4,7 @@
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_conductor">
<caption>Description of configuration options for conductor</caption>
<caption>Description of conductor configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_configdrive">
<caption>Description of configuration options for configdrive</caption>
<caption>Description of config drive configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_console">
<caption>Description of configuration options for console</caption>
<caption>Description of console configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_database">
<caption>Description of configuration options for database</caption>
<caption>Description of database configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_ec2">
<caption>Description of configuration options for ec2</caption>
<caption>Description of EC2 configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_fping">
<caption>Description of configuration options for fping</caption>
<caption>Description of fping configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_glance">
<caption>Description of configuration options for glance</caption>
<caption>Description of glance configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_hyperv">
<caption>Description of configuration options for hyperv</caption>
<caption>Description of HyperV configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@ -53,6 +53,10 @@
<td>vswitch_name = None</td>
<td>(StrOpt) External virtual switch Name, if not provided, the first external virtual switch is used</td>
</tr>
<tr>
<td>wait_soft_reboot_seconds = 60</td>
<td>(IntOpt) Number of seconds to wait for instance to shut down after soft reboot request is made. We fall back to hard reboot if instance does not shutdown within this window.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -4,7 +4,7 @@
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_hypervisor">
<caption>Description of configuration options for hypervisor</caption>
<caption>Description of hypervisor configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@ -29,10 +29,6 @@
<td>preallocate_images = none</td>
<td>(StrOpt) VM image preallocation mode: "none" =&gt; no storage provisioning is done up front, "space" =&gt; storage is fully allocated at instance start</td>
</tr>
<tr>
<td>rescue_timeout = 0</td>
<td>(IntOpt) Automatically unrescue an instance after N seconds. Set to 0 to disable.</td>
</tr>
<tr>
<td>timeout_nbd = 10</td>
<td>(IntOpt) Amount of time, in seconds, to wait for NBD device start up.</td>
@ -53,7 +49,7 @@
<th colspan="2">[libvirt]</th>
</tr>
<tr>
<td>block_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_NON_SHARED_INC</td>
<td>block_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED, VIR_MIGRATE_NON_SHARED_INC</td>
<td>(StrOpt) Migration flags to be set for block migration</td>
</tr>
<tr>

View File

@ -4,7 +4,7 @@
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_ipv6">
<caption>Description of configuration options for ipv6</caption>
<caption>Description of IPv6 configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_keymgr">
<caption>Description of configuration options for keymgr</caption>
<caption>Description of key manager configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_kombu">
<caption>Description of configuration options for kombu</caption>
<caption>Description of kombu configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_ldap">
<caption>Description of configuration options for ldap</caption>
<caption>Description of LDAP configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_libvirt">
<caption>Description of configuration options for libvirt</caption>
<caption>Description of Libvirt configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@ -76,6 +76,10 @@
<td>snapshots_directory = $instances_path/snapshots</td>
<td>(StrOpt) Location where libvirt driver will store snapshots before uploading them to image service</td>
</tr>
<tr>
<td>sysinfo_serial = auto</td>
<td>(StrOpt) The data source used to the populate the host "serial" UUID exposed to guest in the virtual BIOS. Permitted options are "hardware", "os", "none" or "auto" (default).</td>
</tr>
<tr>
<td>virt_type = kvm</td>
<td>(StrOpt) Libvirt domain type (valid options are: kvm, lxc, qemu, uml, xen)</td>

View File

@ -4,7 +4,7 @@
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_livemigration">
<caption>Description of configuration options for livemigration</caption>
<caption>Description of live migration configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@ -29,7 +29,7 @@
<td>(IntOpt) Maximum bandwidth to be used during migration, in Mbps</td>
</tr>
<tr>
<td>live_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER</td>
<td>live_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED</td>
<td>(StrOpt) Migration flags to be set for live migration</td>
</tr>
<tr>

View File

@ -4,7 +4,7 @@
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_logging">
<caption>Description of configuration options for logging</caption>
<caption>Description of logging configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_metadata">
<caption>Description of configuration options for metadata</caption>
<caption>Description of metadata configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_network">
<caption>Description of configuration options for network</caption>
<caption>Description of network configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_neutron">
<caption>Description of configuration options for neutron</caption>
<caption>Description of neutron configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_pci">
<caption>Description of configuration options for pci</caption>
<caption>Description of PCI configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_periodic">
<caption>Description of configuration options for periodic</caption>
<caption>Description of periodic configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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>
<caption>Description of policy configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_qpid">
<caption>Description of configuration options for qpid</caption>
<caption>Description of Qpid configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_quota">
<caption>Description of configuration options for quota</caption>
<caption>Description of quota configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_rabbitmq">
<caption>Description of configuration options for rabbitmq</caption>
<caption>Description of RabbitMQ configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_rdp">
<caption>Description of configuration options for rdp</caption>
<caption>Description of RDP configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_redis">
<caption>Description of configuration options for redis</caption>
<caption>Description of Redis configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_rootwrap">
<caption>Description of configuration options for rootwrap</caption>
<caption>Description of rootwrap configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_rpc">
<caption>Description of configuration options for rpc</caption>
<caption>Description of RPC configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_rpc_all">
<caption>Description of configuration options for rpc_all</caption>
<caption>Description of all RPC configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_s3">
<caption>Description of configuration options for s3</caption>
<caption>Description of S3 configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -3,8 +3,8 @@
<!-- 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_scheduling">
<caption>Description of configuration options for scheduling</caption>
<table rules="all" xml:id="config_table_nova_scheduler">
<caption>Description of scheduler configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_spice">
<caption>Description of configuration options for spice</caption>
<caption>Description of SPICE configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_testing">
<caption>Description of configuration options for testing</caption>
<caption>Description of testing configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_tilera">
<caption>Description of configuration options for tilera</caption>
<caption>Description of Tilera configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_trustedcomputing">
<caption>Description of configuration options for trustedcomputing</caption>
<caption>Description of trusted computing configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_upgrade_levels">
<caption>Description of configuration options for upgrade_levels</caption>
<caption>Description of upgrade levels configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_vmware">
<caption>Description of configuration options for vmware</caption>
<caption>Description of VMware configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_vnc">
<caption>Description of configuration options for vnc</caption>
<caption>Description of VNC configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_volumes">
<caption>Description of configuration options for volumes</caption>
<caption>Description of volumes configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_vpn">
<caption>Description of configuration options for vpn</caption>
<caption>Description of VPN configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_wsgi">
<caption>Description of configuration options for wsgi</caption>
<caption>Description of WSGI configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_xen">
<caption>Description of configuration options for xen</caption>
<caption>Description of Xen configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_xvpnvncproxy">
<caption>Description of configuration options for xvpnvncproxy</caption>
<caption>Description of XCP VNC proxy configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_zeromq">
<caption>Description of configuration options for zeromq</caption>
<caption>Description of ZeroMQ configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -4,7 +4,7 @@
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_zookeeper">
<caption>Description of configuration options for zookeeper</caption>
<caption>Description of Zookeeper configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -45,7 +45,7 @@
<xi:include href="../../common/tables/nova-rootwrap.xml"/>
<xi:include href="../../common/tables/nova-rpc_all.xml"/>
<xi:include href="../../common/tables/nova-s3.xml"/>
<xi:include href="../../common/tables/nova-scheduling.xml"/>
<xi:include href="../../common/tables/nova-scheduler.xml"/>
<xi:include href="../../common/tables/nova-spice.xml"/>
<xi:include href="../../common/tables/nova-testing.xml"/>
<xi:include href="../../common/tables/nova-tilera.xml"/>

View File

@ -847,6 +847,6 @@ offset_weight_multiplier=1.0</programlisting>
<title>Configuration reference</title>
<para>To customize the Compute scheduler, use the
configuration option settings documented in <xref
linkend="config_table_nova_scheduling"/>.</para>
linkend="config_table_nova_scheduler"/>.</para>
</section>
</section>

View File

@ -18,7 +18,6 @@ lbaas_netscaler LBaaS Netscaler
lbaas_radware LBaaS Radware
linuxbridge_agent Linux Bridge agent
meta meta
metadata metadata
metering_agent metering agent
midonet Midonet
ml2 ML2
@ -52,4 +51,3 @@ sdnve SDN-VE
securitygroups security groups
sriov SR-IOV
varmour vArmour
vpn VPN

View File

@ -1,5 +1,5 @@
aggregate_image_properties_isolation_namespace scheduling
aggregate_image_properties_isolation_separator scheduling
aggregate_image_properties_isolation_namespace scheduler
aggregate_image_properties_isolation_separator scheduler
allow_instance_snapshots policy
allow_migrate_to_same_host policy
allow_resize_to_same_host policy
@ -12,7 +12,7 @@ auth_strategy authentication
auto_assign_floating_ip network
backdoor_port testing
bandwidth_poll_interval quota
baremetal_scheduler_default_filters scheduling
baremetal_scheduler_default_filters scheduler
bindir common
block_device_allocate_retries volumes
block_device_allocate_retries_interval volumes
@ -56,7 +56,7 @@ console_xvp_pid xen
consoleauth_manager console
consoleauth_topic common
control_exchange rpc rpc_all
cpu_allocation_ratio scheduling
cpu_allocation_ratio scheduler
create_unique_mac_address_attempts network
crl_file ca
db_driver database
@ -76,7 +76,7 @@ dhcp_lease_time network
dhcpbridge network
dhcpbridge_flagfile network
disable_process_locking common
disk_allocation_ratio scheduling
disk_allocation_ratio scheduler
dmz_cidr vpn
dmz_mask vpn
dmz_net vpn
@ -141,8 +141,8 @@ iptables_bottom_regex network
iptables_drop_action network
iptables_top_regex network
ipv6_backend ipv6
isolated_hosts scheduling
isolated_images scheduling
isolated_hosts scheduler
isolated_images scheduler
key_file ca
keys_path ca
keystone_ec2_url ec2
@ -182,8 +182,8 @@ matchmaker_heartbeat_freq rpc rpc_all
matchmaker_heartbeat_ttl rpc rpc_all
max_age policy
max_header_line api
max_instances_per_host scheduling
max_io_ops_per_host scheduling
max_instances_per_host scheduler
max_io_ops_per_host scheduler
max_local_block_devices policy
maximum_instance_delete_attempts compute
memcached_servers common
@ -277,21 +277,21 @@ rabbit_retry_interval rabbitmq rpc_all
rabbit_use_ssl rabbitmq rpc_all
rabbit_userid rabbitmq rpc_all
rabbit_virtual_host rabbitmq rpc_all
ram_allocation_ratio scheduling
ram_weight_multiplier scheduling
ram_allocation_ratio scheduler
ram_weight_multiplier scheduler
reboot_timeout compute
reclaim_instance_interval compute
region_list ec2
remove_unused_base_images libvirt
remove_unused_original_minimum_age_seconds libvirt
report_interval common
rescue_timeout hypervisor
rescue_timeout compute
reservation_expire policy
reserved_host_disk_mb scheduling
reserved_host_memory_mb scheduling
reserved_host_disk_mb scheduler
reserved_host_memory_mb scheduler
resize_confirm_window compute
resize_fs_using_block_device policy
restrict_isolated_hosts_to_isolated_images scheduling
restrict_isolated_hosts_to_isolated_images scheduler
resume_guests_state_on_host_boot compute
rootwrap_config common
routing_source_ip network
@ -319,18 +319,18 @@ s3_listen_port s3
s3_port s3
s3_secret_key s3
s3_use_ssl s3
scheduler_available_filters scheduling
scheduler_default_filters scheduling
scheduler_driver scheduling
scheduler_driver_task_period scheduling
scheduler_host_manager scheduling
scheduler_host_subset_size scheduling
scheduler_json_config_location scheduling
scheduler_manager scheduling
scheduler_max_attempts scheduling
scheduler_topic scheduling
scheduler_use_baremetal_filters scheduling
scheduler_weight_classes scheduling
scheduler_available_filters scheduler
scheduler_default_filters scheduler
scheduler_driver scheduler
scheduler_driver_task_period scheduler
scheduler_host_manager scheduler
scheduler_host_subset_size scheduler
scheduler_json_config_location scheduler
scheduler_manager scheduler
scheduler_max_attempts scheduler
scheduler_topic scheduler
scheduler_use_baremetal_filters scheduler
scheduler_weight_classes scheduler
security_group_api network
send_arp_for_ha network
send_arp_for_ha_count network
@ -339,6 +339,7 @@ servicegroup_driver api
share_dhcp_address network
shelved_offload_time compute
shelved_poll_interval compute
shutdown_timeout compute
snapshot_name_template api
ssl_ca_file wsgi
ssl_cert_file wsgi
@ -442,14 +443,14 @@ cells/mute_weight_multiplier cells
cells/mute_weight_value cells
cells/name cells
cells/offset_weight_multiplier cells
cells/ram_weight_multiplier scheduling
cells/ram_weight_multiplier scheduler
cells/reserve_percent cells
cells/rpc_driver_queue_base rpc rpc_all
cells/scheduler upgrade_levels
cells/scheduler_filter_classes scheduling
cells/scheduler_retries scheduling
cells/scheduler_retry_delay scheduling
cells/scheduler_weight_classes scheduling
cells/scheduler_filter_classes scheduler
cells/scheduler_retries scheduler
cells/scheduler_retry_delay scheduler
cells/scheduler_weight_classes scheduler
cells/topic cells
conductor/manager conductor
conductor/topic conductor
@ -497,6 +498,7 @@ hyperv/qemu_img_cmd hyperv
hyperv/volume_attach_retry_count volumes
hyperv/volume_attach_retry_interval volumes
hyperv/vswitch_name hyperv
hyperv/wait_soft_reboot_seconds hyperv
image_file_url/filesystems glance
keymgr/api_class keymgr
keymgr/fixed_key keymgr
@ -572,6 +574,7 @@ libvirt/snapshot_compression hypervisor
libvirt/snapshot_image_format hypervisor
libvirt/snapshots_directory libvirt
libvirt/sparse_logical_volumes hypervisor
libvirt/sysinfo_serial libvirt
libvirt/use_usb_tablet hypervisor
libvirt/use_virtio_for_bridges hypervisor
libvirt/virt_type libvirt
@ -584,10 +587,10 @@ matchmaker_redis/host redis
matchmaker_redis/password redis
matchmaker_redis/port redis
matchmaker_ring/ringfile rpc rpc_all
metrics/required scheduling
metrics/weight_multiplier scheduling
metrics/weight_of_unavailable scheduling
metrics/weight_setting scheduling
metrics/required scheduler
metrics/weight_multiplier scheduler
metrics/weight_of_unavailable scheduler
metrics/weight_setting scheduler
neutron/admin_auth_url neutron
neutron/admin_password neutron
neutron/admin_tenant_id neutron

View File

@ -0,0 +1,35 @@
apiv3 API v3
authentication authentication
availabilityzones availability zones
baremetal baremetal
ca CA
cells cell
conductor conductor
configdrive config drive
console console
ec2 EC2
fping fping
hyperv HyperV
hypervisor hypervisor
ipv6 IPv6
keymgr key manager
kombu kombu
ldap LDAP
libvirt Libvirt
livemigration live migration
network network
neutron neutron
pci PCI
periodic periodic
rdp RDP
rpc_all all RPC
s3 S3
spice SPICE
tilera Tilera
trustedcomputing trusted computing
upgrade_levels upgrade levels
vnc VNC
volumes volumes
xen Xen
xvpnvncproxy XCP VNC proxy
zookeeper Zookeeper

View File

@ -10,6 +10,7 @@ database database
debug debug
glance glance
logging logging
metadata metadata
notification notification
policy policy
profiler profiler
@ -24,5 +25,6 @@ swift swift
testing testing
tripleo TripleO
vmware VMware
vpn VPN
wsgi WSGI
zeromq ZeroMQ