summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused plugins frameworkMark McLoughlin2013-06-191-10/+0
* Add base object modelDan Smith2013-05-291-1/+3
* Make it easier to add namespaced rpc APIs.Russell Bryant2013-05-211-2/+6
* Update to using oslo periodic tasks implementation.Michael Still2013-05-011-157/+4
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-2/+2
* Add an rpc API common to all services.Russell Bryant2013-04-231-3/+7
* Rework time handling in periodic tasks.Michael Still2013-03-281-20/+17
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+3
* Support running periodic tasks immediately at startupBrent Eagles2013-02-191-4/+15
* Remove unused methods.Russell Bryant2013-02-061-10/+0
* Fix logic error in periodic task wait code.Michael Still2013-01-141-2/+3
* Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* Refactor periodic tasks.Michael Still2013-01-051-19/+77
* Make update_service_capabilities() accept a list of capabilitiesMana Kaneko2012-12-031-5/+2
* Don't run the periodic task if ticks_between_runs is below zeroDavanum Srinivas2012-11-291-2/+3
* Merge "Use CONF.import_opt() for nova.config opts"Jenkins2012-11-201-1/+1
|\
| * Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* | Merge "Remove nova.config.CONF"Jenkins2012-11-201-1/+2
|\|
| * Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* | Pass rpc connection to pre_start_hook.Russell Bryant2012-11-191-1/+1
|/
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Add support for backdoor_port to be returned with a rpc call.Matthew Treinish2012-11-141-0/+1
* Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-2/+7
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-7/+5
* Add some hooks for managers when service startsChris Behrens2012-11-011-1/+21
* Let scheduler know services' capabilities at startupArata Notsu2012-10-281-2/+6
* Yield to another greenthread when some time-consuming task finished.TianTian Gao2012-09-051-0/+5
* Add the plugin framework from common; use and test.Andrew Bogott2012-07-151-0/+10
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Add version to scheduler rpc API.Russell Bryant2012-05-231-3/+4
* Add base support for rpc API versioning.Russell Bryant2012-05-171-0/+12
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Clean up pylint errors in top-level filesBrian Waldon2011-12-291-1/+1
* Starting work on exposing service functionality.Rick Harris2011-12-151-0/+10
* fixed typos. removed an unused importYun Mao2011-12-121-3/+2
* Refactors periodic tasks to use a decorator.Rick Harris2011-12-071-5/+86
* docstring cleanup, nova dirtermie2011-04-201-12/+22
* indenting cleanupSandy Walsh2011-03-231-1/+4
* remove scheduler.api.API. naming changes.Sandy Walsh2011-03-211-1/+1
* merge with trunk. moved scheduler_manager into manager. fixed testsSandy Walsh2011-03-171-1/+27
* updates per reviewtermie2010-12-141-1/+1
* intermediate commit to checkpoint progressAndy Smith2010-12-081-2/+1
* merged upstream changesAndy Smith2010-12-081-8/+36
|\
| * Broke parts of compute manager out into compute.api to separate what gets run...Eric Day2010-12-011-7/+3
| * Merge lp:~termie/nova/trunkdoc (via patch, since bzr though it was already me...Todd Willey2010-11-071-1/+33
| * back out stacked mergeTodd Willey2010-11-071-33/+1
| * Normalization of Dev reference docs.Andy Smith2010-11-081-1/+33
* | part way through porting the codebase off of twistedAndy Smith2010-10-251-1/+0
|/
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-5/+3