index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
service.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usage of db.service_get_by_args
Nikola Dipanov
2015-03-06
1
-4
/
+6
*
Use oslo.log
Davanum Srinivas
2015-02-22
1
-1
/
+1
*
switch LOG.audit to LOG.info
Davanum Srinivas
2015-02-22
1
-2
/
+2
*
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
1
-3
/
+3
*
Use osapi_compute worker for api v2 service
Jesse Keating
2014-12-16
1
-1
/
+6
*
rename oslo.concurrency to oslo_concurrency
ZhiQiang Fan
2014-12-06
1
-1
/
+1
*
Replacement `_` on `_LW` in all LOG.warning part 1
Mike Durnosvistov
2014-11-20
1
-2
/
+2
*
Replacement `_` on `_LE` in all LOG.exception
Mike Durnosvistov
2014-11-20
1
-1
/
+1
*
Switch Nova to use oslo.concurrency
Davanum Srinivas
2014-10-30
1
-1
/
+1
*
Revert "Switch Nova to use oslo.concurrency"
Sean Dague
2014-10-28
1
-1
/
+1
*
Switch Nova to use oslo.concurrency
Davanum Srinivas
2014-10-27
1
-1
/
+1
*
Merge "Replacement `_` on `_LE` in all LOG.error"
Jenkins
2014-10-24
1
-2
/
+2
|
\
|
*
Replacement `_` on `_LE` in all LOG.error
Mike Durnosvistov
2014-10-21
1
-2
/
+2
*
|
Merge "Use reasonable timeout for rpc service_update()"
Jenkins
2014-10-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use reasonable timeout for rpc service_update()
jichenjc
2014-10-10
1
-1
/
+1
*
|
Use oslo.utils
Davanum Srinivas
2014-10-06
1
-1
/
+1
|
/
*
Use oslo.i18n
Davanum Srinivas
2014-07-18
1
-1
/
+1
*
Nova-api service throws error when SIGHUP is sent
Rajesh Tailor
2014-07-13
1
-0
/
+8
*
Merge "Replace nova.utils.cpu_count() with processutils.get_worker_count()"
Jenkins
2014-07-02
1
-1
/
+2
|
\
|
*
Replace nova.utils.cpu_count() with processutils.get_worker_count()
Matt Riedemann
2014-06-25
1
-1
/
+2
*
|
Handle service creation race by service workers
Corey Bryant
2014-06-16
1
-1
/
+2
|
/
*
Don't translate debug level logs in nova
Gary Kotton
2014-06-13
1
-3
/
+3
*
Re-work how debugger CLI opts are registered
Mark McLoughlin
2014-03-25
1
-32
/
+3
*
Wait till message handling is done on service stop
Nikola Dipanov
2014-03-21
1
-0
/
+1
*
add support for host driver cleanup during shutdown
Shawn Hartsock
2014-03-14
1
-0
/
+6
*
Move consoleauth_manager option into nova.service and fix imports
Matt Riedemann
2014-02-15
1
-0
/
+3
*
Remove vi modelines
liu-sheng
2014-02-03
1
-2
/
+0
*
Port to oslo.messaging
Mark McLoughlin
2014-02-01
1
-14
/
+16
*
Merge "Workers verification for WSGI service"
Jenkins
2014-01-31
1
-0
/
+7
|
\
|
*
Workers verification for WSGI service
liyingjun
2014-01-14
1
-0
/
+7
*
|
Merge "Make service workers gracefully handle service creation race"
Jenkins
2014-01-30
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Make service workers gracefully handle service creation race
Dan Smith
2014-01-27
1
-1
/
+7
*
|
Use (# of CPUs) workers by default
Russell Bryant
2014-01-26
1
-4
/
+8
|
/
*
Small edits on help strings
Andreas Jaeger
2014-01-23
1
-12
/
+12
*
Enable remote debugging for nova
Tracy Jones
2013-12-16
1
-0
/
+33
*
Cleanup ec2/metadata/osapi address/port listen config option help
Matt Riedemann
2013-12-02
1
-6
/
+6
*
Update help for osapi_compute_listen_port
Jay Lau
2013-12-01
1
-1
/
+1
*
Fix setting backdoor port in service start
Matthew Treinish
2013-10-22
1
-2
/
+2
*
Don't pass RPC connection to pre_start_hook
Mark McLoughlin
2013-08-19
1
-2
/
+2
*
maint: remove redundant default=None for config options
Pádraig Brady
2013-08-09
1
-3
/
+0
*
Remove the monkey patching of _ into the builtins
Alex Gaynor
2013-07-26
1
-0
/
+1
*
Remove trivial cases of unused variables (1)
Stanislaw Pitucha
2013-06-13
1
-1
/
+1
*
Fix and enable H403 tests
Dirk Mueller
2013-06-12
1
-1
/
+2
*
Pull binary name from sys.argv[0]
Joe Gordon
2013-05-28
1
-2
/
+1
*
Convert Nova to use Oslo service infrastructure.
Brian Elliott
2013-05-13
1
-304
/
+14
*
Merge "Move get_backdoor_port to base rpc API."
Jenkins
2013-04-25
1
-1
/
+1
|
\
|
*
Move get_backdoor_port to base rpc API.
Russell Bryant
2013-04-24
1
-1
/
+1
*
|
Import and convert to oslo loopingcall.
Michael Still
2013-04-16
1
-1
/
+2
|
/
*
Use oslo-config-2013.1b4
Mark McLoughlin
2013-02-19
1
-1
/
+1
*
Fixes 'not in' operator usage
Zhongyue Luo
2013-01-31
1
-1
/
+1
[next]