summaryrefslogtreecommitdiffstats
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Pull binary name from sys.argv[0]Joe Gordon2013-05-281-2/+1
* Convert Nova to use Oslo service infrastructure.Brian Elliott2013-05-131-304/+14
* Merge "Move get_backdoor_port to base rpc API."Jenkins2013-04-251-1/+1
|\
| * Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-1/+1
* | Import and convert to oslo loopingcall.Michael Still2013-04-161-1/+2
|/
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Fixes 'not in' operator usageZhongyue Luo2013-01-311-1/+1
* Make sure there are no unused importJoe Gordon2013-01-281-1/+0
* Allow users to specify a tmp location via configRafi Khardalian2013-01-281-0/+11
* Increase maximum URI size for EC2 API to 16kBurt Holzman2013-01-241-2/+3
* Merge "Ensure service's servicegroup API is created first."Jenkins2013-01-231-2/+8
|\
| * Ensure service's servicegroup API is created first.Russell Bryant2013-01-221-2/+8
* | Adds SSL support for API server.Ilya Alekseyev2013-01-231-2/+7
|/
* fix service_ref undefined problem.Wenhao Xu2013-01-211-1/+1
* Use conductor in the servicegroup db driver.Russell Bryant2013-01-181-1/+1
* Remove some db calls from db servicegroup driver.Russell Bryant2013-01-181-4/+4
* Remove unused import.Russell Bryant2013-01-151-1/+0
* Add service_destroy to conductor.Russell Bryant2013-01-111-1/+2
* Make nova.service get service through conductor.Russell Bryant2013-01-111-3/+3
* Add service_create to conductor.Russell Bryant2013-01-111-6/+8
* Handle waiting for conductor in nova.service.Russell Bryant2013-01-111-3/+10
* Merge "Move global service networking opts to new module"Jenkins2013-01-101-1/+1
|\
| * Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* | Merge "Move service_down_time to nova.service"Jenkins2013-01-101-0/+3
|\|
| * Move service_down_time to nova.serviceMark McLoughlin2013-01-091-0/+3
* | fix N402 for rest of novaSean Dague2013-01-091-1/+1
|/
* Move enabled_apis option into nova.serviceMark McLoughlin2013-01-091-0/+3
* Move manager options into nova.serviceMark McLoughlin2013-01-091-1/+15
* Remove availability_zones from service tableJoe Gordon2013-01-081-4/+1
* 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