summaryrefslogtreecommitdiff
path: root/nova/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Pass service ref to init_host(), if existsDan Smith2023-01-201-2/+5
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* db: Remove 'nova.db.base' moduleStephen Finucane2021-06-161-2/+2
* Remove six.add_metaclassTakashi Natsume2020-08-151-3/+1
* conf: Remove 'db_driver' config optStephen Finucane2018-03-161-2/+2
* Integrate OSProfiler and NovaDina Belova2017-01-181-0/+23
* Config options: Centralize netconf optionsPushkar Umaranikar2016-04-241-3/+2
* Remove unused logging import and LOG global varZhihai Song2015-12-251-2/+0
* Reset the compute_rpcapi in Compute manager on SIGHUPDan Smith2015-12-041-0/+6
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-2/+7
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* add support for host driver cleanup during shutdownShawn Hartsock2014-03-141-0/+7
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-21/+3
* Remove SchedulerDependentManagerRussell Bryant2013-11-261-25/+0
* Remove compute 2.x rpc apiRussell Bryant2013-11-261-14/+0
* Port to oslo.messaging.Notifier APIMark McLoughlin2013-09-051-0/+2
* Disable compute fanout to schedulerJoe Gordon2013-08-301-1/+2
* Don't pass RPC connection to pre_start_hookMark McLoughlin2013-08-191-1/+1
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* 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