summaryrefslogtreecommitdiff
path: root/nova/cmd/compute.py
Commit message (Expand)AuthorAgeFilesLines
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-2/+3
* config: Explicitly register 'remote_debug' CLI optsStephen Finucane2020-05-071-0/+2
* Remove deprecated monkey_patch config optionsMatt Riedemann2018-05-161-1/+0
* Remove unused LOG variablesTakashi NATSUME2018-02-271-1/+0
* Merge "Pass config object to oslo_reports"Jenkins2017-09-061-1/+3
|\
| * Pass config object to oslo_reportsAlexMuresan2017-09-051-1/+3
* | Resource tracker compatibility with Ocata and PikeDan Smith2017-08-101-1/+1
|/
* conf: remove *_topic config optsStephen Finucane2017-07-171-1/+2
* Remove conductor local api:s and 'use_local' config optionHans Lindgren2016-10-181-10/+3
* move os_vif.initialize() to nova-compute startSean Dague2016-09-211-0/+3
* Merge "Refactors nova.cmd utils"Jenkins2016-08-121-19/+3
|\
| * Refactors nova.cmd utilsClaudiu Belu2016-07-081-19/+3
* | Initialise oslo.privsep early in mainAngus Lees2016-08-011-0/+3
|/
* Move config options from nova/compute/rpcapi.py fileEdLeafe2016-04-211-1/+0
* Config options: centralize options in conductor apiSujitha2016-02-091-3/+2
* Revert "Enable options for oslo.reports"Matt Riedemann2015-12-051-0/+4
* Enable options for oslo.reportsDavanum Srinivas2015-11-181-4/+0
* Deprecate local conductor modeDan Smith2015-11-051-2/+5
* 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
* Replacement `_` on `_LE` in all LOG.errorMike Durnosvistov2014-10-211-2/+2
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Register objects in more servicesChris Behrens2014-05-201-1/+1
* Introduce Guru Meditation Reports into NovaSolly Ross2014-02-241-0/+4
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Make nova-network a "conductor-using service"Dan Smith2014-01-301-1/+1
* LOG.warn() and LOG.error() should support translationSergio Cazzolato2013-12-031-1/+3
* fix bad usage of exc_info=TrueKun Huang2013-08-291-1/+3
* use 'exc_info=True' instead of import tracebackKun Huang2013-08-271-3/+1
* Use Instance Objects for Start/StopDan Smith2013-06-071-0/+6
* Remove "#!/usr/bin/env python" from .py files under nova/cmdJay Lau2013-05-141-1/+0
* Only call getLogger after configuring logging.Davanum Srinivas2013-04-051-1/+1
* Move console scripts to entrypoints.Monty Taylor2013-04-041-0/+65