Files
openstack-manuals/doc/config-reference/source/tables/nova-conductor.rst
Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.5 KiB

Description of conductor configuration options
Configuration option = Default value Description
[DEFAULT]
migrate_max_retries = -1 (Integer) Number of times to retry live-migration before failing. If == -1, try until out of hosts. If == 0, only try once, no retries.
[conductor]
manager = nova.conductor.manager.ConductorManager (String) DEPRECATED: Full class name for the Manager for conductor. Removal in 14.0
topic = conductor (String) The topic on which conductor nodes listen
use_local = False (Boolean) DEPRECATED: Perform nova-conductor operations locally. This legacy mode was introduced to bridge a gap during the transition to the conductor service. It no longer represents a reasonable alternative for deployers. Removal may be as early as 14.0
workers = None (Integer) Number of workers for OpenStack Conductor service. The default will be the number of CPUs available.