summaryrefslogtreecommitdiff
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* Pass service ref to init_host(), if existsDan Smith2023-01-201-2/+2
* Add service version check workaround for FFUDan Smith2022-01-241-1/+7
* Restore retrying the RPC connection to conductorBalazs Gibizer2020-11-131-2/+8
* Prevent starting services with older than N-1 computesBalazs Gibizer2020-11-041-0/+2
* Merge "Remove monotonic usage"Zuul2020-08-171-13/+0
|\
| * Remove monotonic usageSean McGinnis2020-05-041-13/+0
* | trivial: Remove remaining '_LI' instancesStephen Finucane2020-05-181-5/+5
* | trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-181-2/+2
* | trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-3/+3
|/
* Reset the cell cache for database access in Servicemelanie witt2020-04-081-1/+36
* nova-net: Remove 'MetadataManager'Stephen Finucane2020-01-081-1/+0
* Remove 'nova-console' service, 'console' RPC APIStephen Finucane2019-11-221-1/+0
* Remove nova-consoleauthStephen Finucane2019-07-051-1/+0
* Remove 'nova-cells' serviceStephen Finucane2019-04-091-1/+0
* Move conductor wait_until_ready() delay before manager initDan Smith2018-08-311-3/+3
* Deprecate running API services under eventletMatt Riedemann2018-05-161-0/+4
* remove ec2 in service and cmdjichen2018-04-121-1/+1
* Merge "Refactor WSGI apps and utils to limit imports"Zuul2018-03-081-1/+2
|\
| * Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-1/+2
* | Add check for redundant import aliasesesberglu2018-02-261-1/+1
|/
* Make eventlet hub use a monotonic clockRoman Podoliaka2017-02-151-0/+13
* Enhance doc for nova servicesjichenjc2017-08-311-0/+7
* Fix comment for API binary name in WSGIServiceMatt Riedemann2017-07-051-1/+1
* service: use restart_method='mutate' for all servicesRoman Podoliaka2017-05-051-1/+2
* Remove nova-certMatthew Treinish2017-04-271-1/+0
* Integrate OSProfiler and NovaDina Belova2017-01-181-0/+17
* conf: Remove config option compute_ managerChangBo Guo(gcb)2016-12-081-4/+1
* conf: Remove deprecated service manager optsChangBo Guo(gcb)2016-12-051-10/+18
* Remove conductor local api:s and 'use_local' config optionHans Lindgren2016-10-181-8/+6
* Device tagging API supportArtom Lifshitz2016-06-291-1/+2
* Enable mutable config in NovaAlexis Lee2016-06-071-1/+1
* Fix service version to update the DBBrian Elliott2016-05-101-15/+10
* Config options: Centralize netconf optionsPushkar Umaranikar2016-04-241-1/+0
* Add "__repr__" method to class "Service"Markus Zoeller2016-04-081-0/+9
* config options: centralize section "service"Tracy Jones2016-04-041-82/+2
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-6/+8
* deprecate manager class optionsSean Dague2016-03-041-6/+19
* Add annotation to the kill() methodRoman Dobosz2016-02-181-1/+7
* Remove Deprecated EC2 and ObjectStore impl/testsDavanum Srinivas2016-01-081-11/+0
* Nuke EC2 API from api-paste and remove wsgi supportDavanum Srinivas2015-12-211-1/+1
* Reset the compute_rpcapi in Compute manager on SIGHUPDan Smith2015-12-041-0/+3
* Add _LE to LOG.error statement in nova/serviceDan Smith2015-11-131-3/+4
* Add service records for nova-api servicesDan Smith2015-11-131-10/+48
* Use min and max on IntOpt option typesEric Brown2015-08-141-0/+6
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-4/+4
* Fix the little spelling mistake of the comment.heha2015-07-081-1/+1
* Convert service and servicegroup to objectsHans Lindgren2015-04-131-27/+14
* Remove usage of db.service_get_by_argsNikola Dipanov2015-03-061-4/+6
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* switch LOG.audit to LOG.infoDavanum Srinivas2015-02-221-2/+2