summaryrefslogtreecommitdiff
path: root/nova/cmd/conductor.py
Commit message (Expand)AuthorAgeFilesLines
* config: Explicitly register 'remote_debug' CLI optsStephen Finucane2020-05-071-0/+2
* Remove deprecated monkey_patch config optionsMatt Riedemann2018-05-161-2/+0
* Merge "conf: Remove '[conductor] topic' opt"Zuul2018-03-131-1/+2
|\
| * conf: Remove '[conductor] topic' optStephen Finucane2018-03-121-1/+2
* | Pass config object to oslo_reportsAlexMuresan2017-09-051-1/+3
|/
* conf: Remove deprecated service manager optsChangBo Guo(gcb)2016-12-051-2/+1
* Config options: centralize options in conductor apiSujitha2016-02-091-3/+2
* Add caching of service_min_versions in the conductorNikola Dipanov2016-01-111-0/+1
* Revert "Enable options for oslo.reports"Matt Riedemann2015-12-051-0/+4
* Enable options for oslo.reportsDavanum Srinivas2015-11-181-4/+0
* Switch to oslo.reportsSergey Vilgelm2015-07-231-1/+1
* Use oslo.logDavanum Srinivas2015-02-221-2/+2
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-301-1/+1
* Revert "Switch Nova to use oslo.concurrency"Sean Dague2014-10-281-1/+1
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-271-1/+1
* Replace nova.utils.cpu_count() with processutils.get_worker_count()Matt Riedemann2014-06-251-1/+2
* Register objects in more servicesChris Behrens2014-05-201-1/+1
* Introduce Guru Meditation Reports into NovaSolly Ross2014-02-241-0/+5
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Use (# of CPUs) workers by defaultRussell Bryant2014-01-261-1/+2
* add conf for number of conductor workersPeter Feiner2013-09-051-1/+1
* Use Instance Objects for Start/StopDan Smith2013-06-071-0/+2
* Remove "#!/usr/bin/env python" from .py files under nova/cmdJay Lau2013-05-141-1/+0
* Move console scripts to entrypoints.Monty Taylor2013-04-041-0/+41