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
/
rpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
fanout kinda working
Sandy Walsh
2011-02-20
1
-18
/
+33
*
|
|
|
|
|
start of fanout
Sandy Walsh
2011-03-03
1
-0
/
+20
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Add error message to the error report so we know why the AMQP server is unrea...
Kevin L. Mitchell
2011-03-25
1
-2
/
+3
*
|
|
|
|
No reason to dump a stack trace just because we can't reach the AMQP servire;...
Kevin L. Mitchell
2011-03-20
1
-4
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Spell flags correctly (i.e. not in upper case)
Soren Hansen
2011-02-16
1
-1
/
+1
*
|
|
|
Make rpc thread pool size configurable.
Soren Hansen
2011-02-16
1
-1
/
+3
*
|
|
|
Naïve attempt at threading rpc requests.
Soren Hansen
2011-02-15
1
-1
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Create a new AMQP connection by default.
Soren Hansen
2011-02-11
1
-4
/
+4
|
|
/
|
/
|
*
|
Make rpc.cast create a fresh amqp connection. Each API request has its own th...
Soren Hansen
2011-02-10
1
-1
/
+1
|
/
*
Resolved trunk merge conflicts
Ed Leafe
2011-01-21
1
-1
/
+1
|
\
|
*
i18n's strings that were missed or have been added since initial i18n strings...
jaypipes@gmail.com
2011-01-20
1
-1
/
+1
*
|
Completed first pass at converting all localized strings with multiple format...
Ed Leafe
2011-01-18
1
-9
/
+10
|
/
*
Merge trunk.
Todd Willey
2011-01-07
1
-0
/
+1
|
\
|
*
Bug #699910: Nova RPC layer silently swallows exceptions
Ewan Mellor
2011-01-07
1
-0
/
+1
*
|
Final few log tweaks, i18n, levels, including contexts, etc.
Todd Willey
2011-01-04
1
-2
/
+3
*
|
Apply logging changes as a giant patch to work around the cloudpipe delete + ...
Todd Willey
2011-01-04
1
-14
/
+12
|
/
*
fixed conflicts
Vishvananda Ishaya
2010-12-22
1
-17
/
+17
|
\
|
*
Merge eventlet and resolve all conflicts
jaypipes@gmail.com
2010-12-17
1
-57
/
+26
|
|
\
|
*
|
First round of i18n-ifying strings in Nova
jaypipes@gmail.com
2010-12-11
1
-18
/
+18
*
|
|
Tests pass after cleaning up allocation process
Vishvananda Ishaya
2010-12-21
1
-1
/
+1
|
|
/
|
/
|
*
|
updates per review
termie
2010-12-14
1
-1
/
+0
*
|
removed a few more references to twisted
Andy Smith
2010-12-09
1
-2
/
+4
*
|
formatting and naming cleanup
Andy Smith
2010-12-09
1
-1
/
+4
*
|
intermediate commit to checkpoint progress
Andy Smith
2010-12-08
1
-55
/
+20
|
/
*
Use FLAGS instead of constants
Josh Kearney
2010-11-22
1
-7
/
+4
*
Removed unnecessary continue
Josh Kearney
2010-11-22
1
-1
/
+0
*
Refactor AMQP retry loop
Josh Kearney
2010-11-22
1
-15
/
+15
*
Set and use AMQP retry interval and max retry constants
Josh Kearney
2010-11-22
1
-8
/
+17
*
Use logging.exception instead
Josh Kearney
2010-11-20
1
-1
/
+1
*
Reverted some changes
Josh Kearney
2010-11-19
1
-14
/
+22
*
Added some comments
Josh Kearney
2010-11-19
1
-1
/
+1
*
Added some comments
Josh Kearney
2010-11-19
1
-2
/
+2
*
Check for running AMQP instances
Josh Kearney
2010-11-19
1
-20
/
+25
*
Enables the exclusive flag for DirectConsumer queues.
Eric Day
2010-11-03
1
-0
/
+1
|
\
|
*
Fix for bug #640400, enables the exclusive flag on the temporary queues.
Eric Day
2010-11-03
1
-0
/
+1
*
|
make sure context keys are not unicode so they can be passed as kwargs
Vishvananda Ishaya
2010-11-03
1
-0
/
+3
|
/
*
PEP8 and pylint cleanup. There should be no functional changes here, just sty...
Eric Day
2010-10-21
1
-0
/
+2
*
merged trunk
Vishvananda Ishaya
2010-10-13
1
-0
/
+9
|
\
|
*
Rename ec2 get_console_output's instance ID argument to 'instance_id'. It's p...
Soren Hansen
2010-10-11
1
-0
/
+9
*
|
pack and unpack context
Vishvananda Ishaya
2010-10-02
1
-5
/
+27
*
|
add missing to_dict
Vishvananda Ishaya
2010-10-02
1
-1
/
+1
*
|
Fix the deprecation warnings for passing no context.
Vishvananda Ishaya
2010-10-01
1
-5
/
+10
|
/
*
Merged Termie's branch and fixed rpc test cases for tesited. Nothing is testi...
Eric Day
2010-09-24
1
-13
/
+32
|
\
|
*
Tests turn things into inlineCallbacks.
andy
2010-09-08
1
-1
/
+0
|
*
Missed an instance of attach_to_tornado.
andy
2010-09-08
1
-1
/
+1
|
*
Remove tornado-related code from almost everything.
andy
2010-09-08
1
-15
/
+1
*
|
Fixed rpc consumer to use unique return connection to prevent overlap. This c...
Eric Day
2010-09-23
1
-5
/
+8
*
|
Various loose ends for endpoint and tornado removal cleanup, including cloudp...
Eric Day
2010-09-22
1
-16
/
+18
|
/
*
Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable...
Michael Gundlach
2010-08-18
1
-4
/
+4
*
rather comprehensive style fixes
andy
2010-08-16
1
-2
/
+3
[prev]
[next]