Description of common configuration options
Configuration option = Default value Description
[DEFAULT]
= /usr/local/bin (StrOpt) Directory where nova binaries are installed
= compute (StrOpt) The topic compute nodes listen on
= console (StrOpt) The topic console proxy nodes listen on
= consoleauth (StrOpt) The topic console auth proxy nodes listen on
= localhost (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address
= None (ListOpt) Memcached servers or None for in process cache.
= 10.0.0.1 (StrOpt) IP address of this host
= False (BoolOpt) If set, send api.fault notifications on caught exceptions in the API service.
= None (StrOpt) If set, send compute.instance.update notifications on instance state changes. Valid values are None for no notifications, "vm_state" for notifications on VM state changes, or "vm_and_task_state" for notifications on VM and task state changes.
= /usr/lib/python/site-packages/nova (StrOpt) Directory where the nova python module is installed
= 10 (IntOpt) Seconds between nodes reporting state to datastore
= /etc/nova/rootwrap.conf (StrOpt) Path to the rootwrap configuration file to use for running commands as root
= 60 (IntOpt) Maximum time since last check-in for up service
= $pybasedir (StrOpt) Top-level directory for maintaining nova's state
= None (StrOpt) Explicitly specify the temporary working directory
[keystone_authtoken]
= None (ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.
[workarounds]
= True (BoolOpt) Whether to destroy instances on startup when we suspect they have previously been evacuated. This can result in data loss if undesired. See https://launchpad.net/bugs/1419785
= True (BoolOpt) When using libvirt 1.2.2 fails live snapshots intermittently under load. This config option provides mechanism to disable livesnapshot while this is resolved. See https://bugs.launchpad.net/nova/+bug/1334398
= False (BoolOpt) This option allows a fallback to sudo for performance reasons. For example see https://bugs.launchpad.net/nova/+bug/1415106