Add group information to nova config reference

Change-Id: I8f25f33e031fb28f26a773a79e99e719e671bc7e
This commit is contained in:
Shaun McCance 2014-01-19 17:26:08 -05:00
parent acc984a12a
commit 14908866c8
53 changed files with 243 additions and 0 deletions

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>enable_new_services = True</td>
<td>(BoolOpt) Services to be added to the available pool on create</td>
@ -83,6 +86,9 @@
<td>use_forwarded_for = False</td>
<td>(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy.</td>
</tr>
<tr>
<th colspan="2">[database]</th>
</tr>
<tr>
<td>use_tpool = False</td>
<td>(BoolOpt) Enable the experimental use of thread pooling for all DB API calls</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[osapi_v3]</th>
</tr>
<tr>
<td>enabled = False</td>
<td>(BoolOpt) Whether the V3 API is enabled or not</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>api_rate_limit = False</td>
<td>(BoolOpt) whether to use per-user rate limiting for the api. This option is only used by v2 api. rate limiting is removed from v3 api.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>default_availability_zone = nova</td>
<td>(StrOpt) default compute node availability_zone</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[baremetal]</th>
</tr>
<tr>
<td>db_backend = sqlalchemy</td>
<td>(StrOpt) The backend to use for bare-metal database</td>
@ -123,6 +126,9 @@
<td>virtual_power_type = virsh</td>
<td>(StrOpt) base command to use for virtual power(vbox,virsh)</td>
</tr>
<tr>
<th colspan="2">[xenserver]</th>
</tr>
<tr>
<td>vif_driver = nova.virt.xenapi.vif.XenAPIBridgeDriver</td>
<td>(StrOpt) The XenAPI VIF driver using XenServer Network APIs.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>ca_file = cacert.pem</td>
<td>(StrOpt) Filename of root CA</td>
@ -55,6 +58,9 @@
<td>user_cert_subject = /C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s</td>
<td>(StrOpt) Subject for certificate for users, %s for project, user, timestamp</td>
</tr>
<tr>
<th colspan="2">[ssl]</th>
</tr>
<tr>
<td>ca_file = None</td>
<td>(StrOpt) CA certificate file to use to verify connecting clients</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>call_timeout = 60</td>
<td>(IntOpt) Seconds to wait for response from a call to a cell.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>bindir = /usr/local/bin</td>
<td>(StrOpt) Directory where nova binaries are installed</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>compute_available_monitors = ['nova.compute.monitors.all_monitors']</td>
<td>(MultiStrOpt) Monitor classes available to the compute which may be specified more than once.</td>

View File

@ -15,10 +15,16 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>migrate_max_retries = -1</td>
<td>(IntOpt) Number of times to retry live-migration before failing. If == -1, try until out of hosts. If == 0, only try once, no retries.</td>
</tr>
<tr>
<th colspan="2">[conductor]</th>
</tr>
<tr>
<td>manager = nova.conductor.manager.ConductorManager</td>
<td>(StrOpt) full class name for the Manager for conductor</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>config_drive_format = iso9660</td>
<td>(StrOpt) Config drive format. One of iso9660 (default) or vfat</td>
@ -35,6 +38,9 @@
<td>mkisofs_cmd = genisoimage</td>
<td>(StrOpt) Name and optionally path of the tool used for ISO image creation</td>
</tr>
<tr>
<th colspan="2">[hyperv]</th>
</tr>
<tr>
<td>config_drive_cdrom = False</td>
<td>(BoolOpt) Attaches the Config Drive image as a cdrom drive instead of a disk drive</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>console_public_hostname = oslo</td>
<td>(StrOpt) Publicly visible name for this console host</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>db_driver = nova.db</td>
<td>(StrOpt) driver to use for database access</td>
@ -27,10 +30,16 @@
<td>sqlite_synchronous = True</td>
<td>(BoolOpt) If true, use synchronous mode for sqlite</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>db_check_interval = 60</td>
<td>(IntOpt) Seconds between getting fresh cell info from db.</td>
</tr>
<tr>
<th colspan="2">[database]</th>
</tr>
<tr>
<td>backend = sqlalchemy</td>
<td>(StrOpt) The backend to use for db</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[docker]</th>
</tr>
<tr>
<td>registry_default_port = 5042</td>
<td>(IntOpt) Default TCP port to find the docker-registry container</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>ec2_dmz_host = $my_ip</td>
<td>(StrOpt) the internal ip of the ec2 api server</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>fping_path = /usr/sbin/fping</td>
<td>(StrOpt) Full path to fping.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>allowed_direct_url_schemes = </td>
<td>(ListOpt) A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file].</td>
@ -47,6 +50,9 @@
<td>osapi_glance_link_prefix = None</td>
<td>(StrOpt) Base URL that will be presented to users in links to glance resources</td>
</tr>
<tr>
<th colspan="2">[image_file_url]</th>
</tr>
<tr>
<td>filesystems = </td>
<td>(ListOpt) A list of filesystems that will be configured in this file under the sections image_file_url:&lt;list entry name&gt;</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[hyperv]</th>
</tr>
<tr>
<td>dynamic_memory_ratio = 1.0</td>
<td>(FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>default_ephemeral_format = None</td>
<td>(StrOpt) The default format an ephemeral_volume will be formatted with on creation.</td>
@ -47,6 +50,9 @@
<td>virt_mkfs = []</td>
<td>(MultiStrOpt) mkfs commands for ephemeral device. The format is &lt;os_type&gt;=&lt;mkfs command&gt;</td>
</tr>
<tr>
<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>(StrOpt) Migration flags to be set for block migration</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>fixed_range_v6 = fd00::/48</td>
<td>(StrOpt) Fixed IPv6 address block</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[keymgr]</th>
</tr>
<tr>
<td>api_class = nova.keymgr.conf_key_mgr.ConfKeyManager</td>
<td>(StrOpt) The full class name of the key manager API class</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>kombu_ssl_ca_certs = </td>
<td>(StrOpt) SSL certification authority file (valid only if SSL enabled)</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>ldap_dns_base_dn = ou=hosts,dc=example,dc=org</td>
<td>(StrOpt) Base DN for DNS entries in ldap</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>remove_unused_base_images = True</td>
<td>(BoolOpt) Should unused base images be removed?</td>
@ -23,6 +26,9 @@
<td>remove_unused_original_minimum_age_seconds = 86400</td>
<td>(IntOpt) Unused unresized base images younger than this will not be removed</td>
</tr>
<tr>
<th colspan="2">[libvirt]</th>
</tr>
<tr>
<td>checksum_base_images = False</td>
<td>(BoolOpt) Write a checksum for files in _base to disk</td>

View File

@ -15,10 +15,16 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>live_migration_retry_count = 30</td>
<td>(IntOpt) Number of 1 second retries needed in live_migration</td>
</tr>
<tr>
<th colspan="2">[libvirt]</th>
</tr>
<tr>
<td>live_migration_bandwidth = 0</td>
<td>(IntOpt) Maximum bandwidth to be used during migration, in Mbps</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>debug = False</td>
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>metadata_host = $my_ip</td>
<td>(StrOpt) the ip for the metadata api server</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>allow_same_net_traffic = True</td>
<td>(BoolOpt) Whether to allow network traffic from same network</td>
@ -247,6 +250,9 @@
<td>vlan_start = 100</td>
<td>(IntOpt) First VLAN for private networks</td>
</tr>
<tr>
<th colspan="2">[vmware]</th>
</tr>
<tr>
<td>vlan_interface = vmnic0</td>
<td>(StrOpt) Physical ethernet adapter name for vlan networking</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>neutron_admin_auth_url = http://localhost:5000/v2.0</td>
<td>(StrOpt) auth url for connecting to neutron in admin context</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>pci_alias = []</td>
<td>(MultiStrOpt) An alias for a PCI passthrough device requirement. This allows users to specify the alias in the extra_spec for a flavor, without needing to repeat all the PCI property requirements. For example: pci_alias = { "name": "QuicAssist", "product_id": "0443", "vendor_id": "8086", "device_type": "ACCEL" } defines an alias for the Intel QuickAssist card. (multi valued)</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>periodic_enable = True</td>
<td>(BoolOpt) enable periodic tasks</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>allow_instance_snapshots = True</td>
<td>(BoolOpt) Permit instance snapshot operations.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>qpid_heartbeat = 60</td>
<td>(IntOpt) Seconds between connection keepalive heartbeats</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>bandwidth_poll_interval = 600</td>
<td>(IntOpt) interval to pull bandwidth usage info</td>
@ -75,6 +78,9 @@
<td>quota_security_groups = 10</td>
<td>(IntOpt) number of security groups per project</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>bandwidth_update_interval = 600</td>
<td>(IntOpt) Seconds between bandwidth updates for cells.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>rabbit_ha_queues = False</td>
<td>(BoolOpt) use H/A queues in RabbitMQ (x-ha-policy: all).You need to wipe RabbitMQ database when changing this option.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[matchmaker_redis]</th>
</tr>
<tr>
<td>host = 127.0.0.1</td>
<td>(StrOpt) Host to locate redis</td>
@ -27,6 +30,9 @@
<td>port = 6379</td>
<td>(IntOpt) Use this port to connect to redis host.</td>
</tr>
<tr>
<th colspan="2">[remote_debug]</th>
</tr>
<tr>
<td>host = None</td>
<td>(StrOpt) Debug host (ip or name) to connect. Note that using the remote debug option changes how Nova uses the eventlet library to support async IO. This could result in failures that do not occur under normal operation. Use at your own risk.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>amqp_auto_delete = False</td>
<td>(BoolOpt) Auto-delete queues in amqp.</td>
@ -55,18 +58,30 @@
<td>rpc_thread_pool_size = 64</td>
<td>(IntOpt) Size of RPC thread pool</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>rpc_driver_queue_base = cells.intercell</td>
<td>(StrOpt) Base queue name to use when communicating between cells. Various topics by message type will be appended to this.</td>
</tr>
<tr>
<th colspan="2">[matchmaker_ring]</th>
</tr>
<tr>
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
<td>(StrOpt) Matchmaker ring file (JSON)</td>
</tr>
<tr>
<th colspan="2">[rpc_notifier2]</th>
</tr>
<tr>
<td>topics = notifications</td>
<td>(ListOpt) AMQP topic(s) used for OpenStack notifications</td>
</tr>
<tr>
<th colspan="2">[upgrade_levels]</th>
</tr>
<tr>
<td>baseapi = None</td>
<td>(StrOpt) Set a version cap for messages sent to the base api in any service</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>buckets_path = $state_path/buckets</td>
<td>(StrOpt) path to s3 buckets</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>aggregate_image_properties_isolation_namespace = None</td>
<td>(StrOpt) Force the filter to consider only keys matching the given namespace.</td>
@ -107,6 +110,9 @@
<td>scheduler_weight_classes = nova.scheduler.weights.all_weighers</td>
<td>(ListOpt) Which weight class names to use for weighing hosts</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>ram_weight_multiplier = 10.0</td>
<td>(FloatOpt) Multiplier used for weighing ram. Negative numbers mean to stack vs spread.</td>
@ -127,6 +133,9 @@
<td>scheduler_weight_classes = nova.cells.weights.all_weighers</td>
<td>(ListOpt) Weigher classes the cells scheduler should use. An entry of "nova.cells.weights.all_weighers"maps to all cell weighers included with nova.</td>
</tr>
<tr>
<th colspan="2">[metrics]</th>
</tr>
<tr>
<td>weight_multiplier = 1.0</td>
<td>(FloatOpt) Multiplier used for weighing metrics.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[spice]</th>
</tr>
<tr>
<td>agent_enabled = True</td>
<td>(BoolOpt) enable spice guest agent support</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[baremetal]</th>
</tr>
<tr>
<td>tile_pdu_ip = 10.0.100.1</td>
<td>(StrOpt) ip address of tilera pdu</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[trusted_computing]</th>
</tr>
<tr>
<td>attestation_api_url = /OpenAttestationWebServices/V1.0</td>
<td>(StrOpt) attestation web API URL</td>

View File

@ -15,10 +15,16 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td>scheduler = nova.cells.scheduler.CellsScheduler</td>
<td>(StrOpt) Cells scheduler to use</td>
</tr>
<tr>
<th colspan="2">[upgrade_levels]</th>
</tr>
<tr>
<td>cells = None</td>
<td>(StrOpt) Set a version cap for messages sent to local cells services</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[vmware]</th>
</tr>
<tr>
<td>api_retry_count = 10</td>
<td>(IntOpt) The number of times we retry on failures, e.g., socket error, etc.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>novncproxy_base_url = http://127.0.0.1:6080/vnc_auto.html</td>
<td>(StrOpt) location of vnc console proxy, in the form "http://127.0.0.1:6080/vnc_auto.html"</td>
@ -35,6 +38,9 @@
<td>vncserver_proxyclient_address = 127.0.0.1</td>
<td>(StrOpt) the address to which proxy clients (like nova-xvpvncproxy) should connect</td>
</tr>
<tr>
<th colspan="2">[vmware]</th>
</tr>
<tr>
<td>vnc_port = 5900</td>
<td>(IntOpt) VNC starting port</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>cinder_api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to cinder</td>
@ -51,6 +54,9 @@
<td>volume_usage_poll_interval = 0</td>
<td>(IntOpt) Interval in seconds for gathering volume usages</td>
</tr>
<tr>
<th colspan="2">[baremetal]</th>
</tr>
<tr>
<td>iscsi_iqn_prefix = iqn.2010-10.org.openstack.baremetal</td>
<td>(StrOpt) iSCSI IQN prefix used in baremetal volume connections.</td>
@ -59,6 +65,9 @@
<td>volume_driver = nova.virt.baremetal.volume_driver.LibvirtVolumeDriver</td>
<td>(StrOpt) Baremetal volume driver.</td>
</tr>
<tr>
<th colspan="2">[hyperv]</th>
</tr>
<tr>
<td>force_volumeutils_v1 = False</td>
<td>(BoolOpt) Force V1 volume utility class</td>
@ -71,6 +80,9 @@
<td>volume_attach_retry_interval = 5</td>
<td>(IntOpt) Interval between volume attachment attempts, in seconds</td>
</tr>
<tr>
<th colspan="2">[libvirt]</th>
</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>
@ -115,6 +127,9 @@
<td>scality_sofs_mount_point = $state_path/scality</td>
<td>(StrOpt) Base dir where Scality SOFS shall be mounted</td>
</tr>
<tr>
<th colspan="2">[xenserver]</th>
</tr>
<tr>
<td>block_device_creation_timeout = 10</td>
<td>(IntOpt) Time to wait for a block device to be created</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>boot_script_template = $pybasedir/nova/cloudpipe/bootscript.template</td>
<td>(StrOpt) Template for cloudpipe instance boot script</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>api_paste_config = api-paste.ini</td>
<td>(StrOpt) File name for the paste.deploy config for nova-api</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>console_driver = nova.console.xvp.XVPConsoleProxy</td>
<td>(StrOpt) Driver to use for the console proxy</td>
@ -51,10 +54,16 @@
<td>stub_compute = False</td>
<td>(BoolOpt) Stub calls to compute worker for tests</td>
</tr>
<tr>
<th colspan="2">[libvirt]</th>
</tr>
<tr>
<td>xen_hvmloader_path = /usr/lib/xen/boot/hvmloader</td>
<td>(StrOpt) Location where the Xen hvmloader is kept</td>
</tr>
<tr>
<th colspan="2">[xenserver]</th>
</tr>
<tr>
<td>agent_path = usr/sbin/xe-update-networking</td>
<td>(StrOpt) Specifies the path in which the xenapi guest agent should be located. If the agent is present, network configuration is not injected into the image. Used if compute_driver=xenapi.XenAPIDriver and flat_injected=True</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>xvpvncproxy_base_url = http://127.0.0.1:6081/console</td>
<td>(StrOpt) location of nova xvp vnc console proxy, in the form "http://127.0.0.1:6081/console"</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>rpc_zmq_bind_address = *</td>
<td>(StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The "host" option should point or resolve to this address.</td>

View File

@ -15,6 +15,9 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[zookeeper]</th>
</tr>
<tr>
<td>address = None</td>
<td>(StrOpt) The ZooKeeper addresses for servicegroup service in the format of host1:port,host2:port,host3:port</td>