summaryrefslogtreecommitdiffstats
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor periodic tasks.Michael Still2013-01-051-17/+21
* Remove obsolete VCS version info completelyDaniel P. Berrange2012-12-191-3/+3
* Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-37/+7
* Merge "Use CONF.import_opt() for nova.config opts"Jenkins2012-11-201-3/+6
|\
| * Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-3/+6
* | Merge "Remove nova.config.CONF"Jenkins2012-11-201-1/+1
|\|
| * Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* | Pass rpc connection to pre_start_hook.Russell Bryant2012-11-191-2/+2
|/
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch to using eventlet_backdoor from oslo.Matthew Treinish2012-11-161-1/+1
* Add support for backdoor_port to be returned with a rpc call.Matthew Treinish2012-11-141-1/+10
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-22/+23
* Add some hooks for managers when service startsChris Behrens2012-11-011-4/+5
* Merge "Let scheduler know services' capabilities at startup"Jenkins2012-10-291-0/+3
|\
| * Let scheduler know services' capabilities at startupArata Notsu2012-10-281-0/+3
* | removes the nova-volume code from novaVishvananda Ishaya2012-10-281-9/+0
|/
* Fix hardcoded topic strings with constants.Michael H Wilson2012-10-251-1/+2
* Improve external lock implementationStanislaw Pitucha2012-08-041-2/+0
* Avoid using logging in signal handlerJohannes Erdfelt2012-08-011-16/+35
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-33/+222
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Merge "Use openstack.common.cfg.CONF."Jenkins2012-06-051-3/+0
|\
| * Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-3/+0
* | Revert "blueprint <multi-process-api-service>"James E. Blair2012-06-041-16/+10
|/
* blueprint <multi-process-api-service>Zhiteng Huang2012-06-021-10/+16
* Merge "Add base support for rpc API versioning."Jenkins2012-05-171-3/+5
|\
| * Add base support for rpc API versioning.Russell Bryant2012-05-171-3/+5
* | Add eventlet backdoor to facilitate troubleshooting.Johannes Erdfelt2012-05-161-1/+4
|/
* Fix a race with rpc.register_opts in service.py.Dan Prince2012-05-061-0/+1
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+3
* Refactor nova.rpc config handling.Russell Bryant2012-04-251-0/+2
* Add periodic_fuzzy_delay option.Rick Harris2012-03-231-7/+28
* Capture SIGTERM and Shut down python services cleanly.Josh Kearney2012-03-221-0/+10
* Clean stale lockfiles on service startup : fixes bug 785955Mike Pittaro2012-02-241-0/+2
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Merge "Handle --flagfile by converting to .ini style"Jenkins2012-02-101-3/+0
|\
| * Handle --flagfile by converting to .ini styleMark McLoughlin2012-02-071-3/+0
* | Use named logger when availableJohannes Erdfelt2012-02-081-12/+12
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Clear out RPC connection pool before exit.Russell Bryant2012-01-311-0/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-25/+41
* Remove unused flags.Help*FlagMark McLoughlin2012-01-251-6/+0
* Do not write passwords to verbose logs. bug 916167Joe Gordon2012-01-181-1/+7
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-2/+7
* minor fix in commentJoe Gordon2012-01-121-1/+1
* Refactors periodic tasks to use a decorator.Rick Harris2011-12-071-2/+3
* Add availabity_zone to the refresh listJoseph W. Breu2011-12-021-2/+7
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-4/+6