index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expiry awareness for SessionToken.
Todd Willey
2010-07-26
3
-12
/
+39
*
Basic standup of SessionToken model for shortlived auth tokens.
Todd Willey
2010-07-26
3
-0
/
+91
*
Fix references to image_object. This caused an internal error when using
Ewan Mellor
2010-07-26
1
-5
/
+5
|
\
|
*
Fix references to image_object. This caused an internal error when using
Ewan Mellor
2010-07-25
1
-2
/
+2
|
*
Fix references to get_argument, fixing internal error when calling
Ewan Mellor
2010-07-25
1
-3
/
+3
*
|
Set durable=False on TopicPublisher
Ewan Mellor
2010-07-26
1
-0
/
+1
|
\
\
|
*
|
Set durable=False on TopicPublisher, so that it matches the flag on
Ewan Mellor
2010-07-25
1
-0
/
+1
|
|
/
*
|
Changes nova-volume to use twisted.
Vishvananda Ishaya
2010-07-25
2
-23
/
+61
|
\
\
|
*
|
make nova-volume start with twisteds daemonize stuff
Vishvananda Ishaya
2010-07-16
1
-6
/
+19
|
*
|
simplify call to simple_execute
Vishvananda Ishaya
2010-07-16
2
-13
/
+13
|
*
|
merge extra singleton-pool changes
Vishvananda Ishaya
2010-07-16
2
-6
/
+9
|
|
\
\
|
*
|
|
change volume code to use twisted
Vishvananda Ishaya
2010-07-16
1
-9
/
+30
|
*
|
|
remove calls to runthis from node
Vishvananda Ishaya
2010-07-16
1
-8
/
+12
*
|
|
|
Fixes up Bucket to throw proper NotFound and NotEmpty exceptions
jaypipes@gmail.com
2010-07-25
3
-58
/
+17
|
\
\
\
\
|
*
|
|
|
reorder import statement and remove commented-out test case that is the same ...
jaypipes@gmail.com
2010-07-21
1
-34
/
+1
|
*
|
|
|
Fixes up Bucket to throw proper NotFound and NotEmpty exceptions
jaypipes@gmail.com
2010-07-21
3
-25
/
+17
*
|
|
|
|
fixed bug where partition code was sometimes failing due to initial dd not be...
Vishvananda Ishaya
2010-07-23
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondad...
Justin Santa Barbara
2010-07-23
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondad...
Justin Santa Barbara
2010-07-21
1
-1
/
+1
*
|
|
|
|
Fixes problem with describe-addresses returning all public ips instead of the...
Vishvananda Ishaya
2010-07-23
1
-13
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
fix for describe addresses showing everyone's public ips
Vishvananda Ishaya
2010-07-20
1
-13
/
+13
*
|
|
|
|
|
Fix for extra spaces in export statements in scripts relating to x509 certs
Vishvananda Ishaya
2010-07-23
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
remove spaces from export statements in scripts relating to certs
Vishvananda Ishaya
2010-07-20
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Fix bug 607501. Raise 403, not exception if Authorization header not passed....
Justin Santa Barbara
2010-07-21
1
-4
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
I put the call to request.finish() in the wrong place. :-(
Justin Santa Barbara
2010-07-19
1
-1
/
+1
|
*
|
|
|
|
Raise 401, not exception if Authorization header not passed. Also minor fixe...
Justin Santa Barbara
2010-07-19
1
-4
/
+8
|
|
/
/
/
/
*
|
|
|
|
update the logic for calculating network sizes
jaypipes@gmail.com
2010-07-21
2
-5
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
Hmm, serves me right for not understanding the request, eh? :) Now too_many_a...
jaypipes@gmail.com
2010-07-19
1
-8
/
+8
|
*
|
|
|
|
Quick fix to variable names for consistency in documentation...
Jay Pipes
2010-07-16
1
-2
/
+2
|
*
|
|
|
|
Adds a fix to the idempotency of the test_too_many_addresses test case
Jay Pipes
2010-07-16
2
-5
/
+31
*
|
|
|
|
|
Locally administered mac addresses have the second least significant bit of t...
Vishvananda Ishaya
2010-07-21
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
use a locally administered mac address so it isn't saved by udev
Vishvananda Ishaya
2010-07-20
1
-1
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Convert processpool to a singleton, and switch node.py calls to use it. (Repl...
Vishvananda Ishaya
2010-07-21
3
-73
/
+59
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
make simple method wrapper for process pool simple_execute
Vishvananda Ishaya
2010-07-16
2
-6
/
+9
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Removed unused Pool from process.py, added a singleton pool called SharedPool...
Vishvananda Ishaya
2010-07-16
3
-74
/
+57
*
|
|
|
merged trunk
Vishvananda Ishaya
2010-07-19
4
-204
/
+195
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Send message ack in rpc.call and make queues durable.
Joshua McKenty
2010-07-19
1
-2
/
+7
|
|
\
\
\
|
|
*
|
|
Makin the queues non-durable by default
Joshua McKenty
2010-07-16
1
-1
/
+3
|
|
*
|
|
Ack messages during call so rabbit leaks less.
Joshua McKenty
2010-07-16
1
-1
/
+4
|
*
|
|
|
Fixed name change caused by remove-vendor merge.
Ewan Mellor
2010-07-19
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
Fixed references to nova.utils that were broken by a change of import
Ewan Mellor
2010-07-18
1
-2
/
+2
|
*
|
|
|
|
Merge with trunk.
Soren Hansen
2010-07-18
45
-168
/
+102
|
|
\
|
|
|
|
|
*
|
|
|
|
Remove s3_internal_port setting.
Soren Hansen
2010-07-17
1
-1
/
+0
|
*
|
|
|
|
Replace nova-objectstore with a twistd style wrapper.
Soren Hansen
2010-07-17
1
-15
/
+14
|
*
|
|
|
|
Make S3 API handler more idiomatic Twisted Web-y.
Soren Hansen
2010-07-16
1
-231
/
+158
|
*
|
|
|
|
Merge with trunk.
Soren Hansen
2010-07-15
1
-56
/
+116
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
first go at moving from tornado to twisted
Jesse Andrews
2010-06-15
1
-55
/
+114
|
|
*
|
|
|
implement image serving in objectstore so nginx isn't required in development
Jesse Andrews
2010-06-12
2
-0
/
+30
|
|
*
|
|
|
Update documentation
Jesse Andrews
2010-06-12
1
-0
/
+13
|
|
|
\
\
\
\
*
|
|
\
\
\
\
merged in trunk and fixed import merge errors
Vishvananda Ishaya
2010-07-18
45
-169
/
+102
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
[next]