summaryrefslogtreecommitdiff
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* Use osapi_compute worker for api v2 serviceJesse Keating2014-12-161-1/+6
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-2/+2
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-1/+1
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-301-1/+1
* Revert "Switch Nova to use oslo.concurrency"Sean Dague2014-10-281-1/+1
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-271-1/+1
* Merge "Replacement `_` on `_LE` in all LOG.error"Jenkins2014-10-241-2/+2
|\
| * Replacement `_` on `_LE` in all LOG.errorMike Durnosvistov2014-10-211-2/+2
* | Merge "Use reasonable timeout for rpc service_update()"Jenkins2014-10-221-1/+1
|\ \ | |/ |/|
| * Use reasonable timeout for rpc service_update()jichenjc2014-10-101-1/+1
* | Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
|/
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Nova-api service throws error when SIGHUP is sentRajesh Tailor2014-07-131-0/+8
* Merge "Replace nova.utils.cpu_count() with processutils.get_worker_count()"Jenkins2014-07-021-1/+2
|\
| * Replace nova.utils.cpu_count() with processutils.get_worker_count()Matt Riedemann2014-06-251-1/+2
* | Handle service creation race by service workersCorey Bryant2014-06-161-1/+2
|/
* Don't translate debug level logs in novaGary Kotton2014-06-131-3/+3
* Re-work how debugger CLI opts are registeredMark McLoughlin2014-03-251-32/+3
* Wait till message handling is done on service stopNikola Dipanov2014-03-211-0/+1
* add support for host driver cleanup during shutdownShawn Hartsock2014-03-141-0/+6
* Move consoleauth_manager option into nova.service and fix importsMatt Riedemann2014-02-151-0/+3
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-14/+16
* Merge "Workers verification for WSGI service"Jenkins2014-01-311-0/+7
|\
| * Workers verification for WSGI serviceliyingjun2014-01-141-0/+7
* | Merge "Make service workers gracefully handle service creation race"Jenkins2014-01-301-1/+7
|\ \ | |/ |/|
| * Make service workers gracefully handle service creation raceDan Smith2014-01-271-1/+7
* | Use (# of CPUs) workers by defaultRussell Bryant2014-01-261-4/+8
|/
* Small edits on help stringsAndreas Jaeger2014-01-231-12/+12
* Enable remote debugging for novaTracy Jones2013-12-161-0/+33
* Cleanup ec2/metadata/osapi address/port listen config option helpMatt Riedemann2013-12-021-6/+6
* Update help for osapi_compute_listen_portJay Lau2013-12-011-1/+1
* Fix setting backdoor port in service startMatthew Treinish2013-10-221-2/+2
* Don't pass RPC connection to pre_start_hookMark McLoughlin2013-08-191-2/+2
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-3/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* 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