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
/
virt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "use name gateway_v6 instead of gateway6"
Jenkins
2012-01-03
4
-8
/
+8
|
\
\
|
*
|
use name gateway_v6 instead of gateway6
Hengqing Hu
2012-01-03
4
-8
/
+8
|
|
/
*
|
Merge "PEP8 remove direct type comparisons"
Jenkins
2012-01-03
1
-1
/
+1
|
\
\
|
*
|
PEP8 remove direct type comparisons
lzyeval
2012-01-03
1
-1
/
+1
|
|
/
*
/
Bug #910045: UnboundLocalError when failing to get metrics from XenAPI hosts
Ewan Mellor
2012-01-01
1
-0
/
+1
|
/
*
'except:' to 'except Exception:' as per HACKING
Joe Gordon
2011-12-27
1
-1
/
+1
*
Merge "Refactor Xen Vif drivers. Fixes LP907850"
Jenkins
2011-12-22
3
-36
/
+56
|
\
|
*
Refactor Xen Vif drivers. Fixes LP907850
Jason Kölker
2011-12-22
3
-36
/
+56
*
|
Bug#898257 support handling images with libguestfs
Pádraig Brady
2011-12-22
2
-2
/
+91
*
|
Bug#898257 abstract out disk image access methods
Pádraig Brady
2011-12-22
8
-131
/
+417
|
/
*
Cleaning up imports in compute and virt
Brian Waldon
2011-12-21
14
-34
/
+11
*
Merge "Properly passes arg to run_iscsiadm to fix logout"
Jenkins
2011-12-20
1
-1
/
+1
|
\
|
*
Properly passes arg to run_iscsiadm to fix logout
Vishvananda Ishaya
2011-12-16
1
-1
/
+1
*
|
Remove unused FLAGS.block_size
Julien Danjou
2011-12-20
1
-2
/
+0
*
|
Add a console output action to servers
Jake Dahn
2011-12-19
1
-1
/
+1
*
|
avoid error and trace on dom.vcpus() in lxc
Scott Moser
2011-12-16
1
-1
/
+7
|
/
*
Merge "Fixes bug 723235"
Jenkins
2011-12-16
1
-2
/
+16
|
\
|
*
Fixes bug 723235
Alvaro Lopez Garcia
2011-12-15
1
-2
/
+16
*
|
Merge "nova.virt.libvirt.firewall: set static methods"
Jenkins
2011-12-15
1
-13
/
+26
|
\
\
|
*
|
nova.virt.libvirt.firewall: set static methods
Julien Danjou
2011-12-15
1
-13
/
+26
|
|
/
*
/
Make XenAPI agent configuration synchronous
Johannes Erdfelt
2011-12-15
1
-74
/
+63
|
/
*
Rename libvirt_uri to uri
Julien Danjou
2011-12-15
1
-3
/
+3
*
Make libvirt_uri a property
Julien Danjou
2011-12-15
1
-2
/
+2
*
Merge "Make various methods static"
Jenkins
2011-12-15
3
-13
/
+26
|
\
|
*
Make various methods static
Julien Danjou
2011-12-14
3
-13
/
+26
*
|
Fixes bug 887402
Dean Troyer
2011-12-14
1
-4
/
+8
*
|
Merge "Make sure the rxtx_cap is used to set qos info"
Jenkins
2011-12-14
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Make sure the rxtx_cap is used to set qos info
Aaron Lee
2011-12-13
1
-4
/
+7
*
|
Merge "Fix tgtadm off by one error. Fixes bug #871278"
Jenkins
2011-12-14
1
-3
/
+8
|
\
\
|
*
|
Fix tgtadm off by one error. Fixes bug #871278
Chuck Short
2011-12-13
1
-3
/
+8
|
|
/
*
|
Merge "Renaming instance_actions.instance_id column to instance_uuid. bluepri...
Jenkins
2011-12-13
5
-49
/
+51
|
\
\
|
*
|
Renaming instance_actions.instance_id column to instance_uuid.
Naveed Massjouni
2011-12-13
5
-49
/
+51
|
|
/
*
/
bug 899767: fix vif-plugging with live migration
Dan Wendlandt
2011-12-12
7
-9
/
+42
|
/
*
removing TODO as we support Windows+XenServer and have no plans to support qu...
Paul Voccio
2011-12-08
1
-2
/
+0
*
Fix race condition in XenAPI when using <object>.get_all
Johannes Erdfelt
2011-12-07
4
-86
/
+104
*
Refactors periodic tasks to use a decorator.
Rick Harris
2011-12-07
2
-17
/
+27
*
Fixes a typo preventing attaching RBD volumes.
François Charlier
2011-12-06
1
-1
/
+1
*
Merge "Implement resize down for XenAPI"
Jenkins
2011-12-05
6
-121
/
+262
|
\
|
*
Implement resize down for XenAPI
Johannes Erdfelt
2011-12-02
6
-121
/
+262
*
|
EC2 rescue/unrescue is broken, bug 899225
Alex Meade
2011-12-02
3
-3
/
+3
|
/
*
Merge "Replacing instance id's in in xenapi.vmops and the xen plugin with ins...
Jenkins
2011-12-02
1
-26
/
+29
|
\
|
*
Replacing instance id's in in xenapi.vmops and the xen plugin with
Naveed Massjouni
2011-12-02
1
-26
/
+29
*
|
Fix to correctly report memory on Linux 3.X.
Mandell Degerness
2011-12-01
1
-2
/
+2
|
/
*
Merge "Fixing get_info method implementations in virt drivers to accept insta...
Jenkins
2011-12-01
3
-9
/
+9
|
\
|
*
Fixing get_info method implementations in virt drivers to accept
Naveed Massjouni
2011-11-30
3
-9
/
+9
*
|
Merge "Fixes bug 767947"
Jenkins
2011-12-01
1
-1
/
+2
|
\
\
|
*
|
Fixes bug 767947
Alvaro Lopez Garcia
2011-11-30
1
-1
/
+2
|
|
/
*
/
Adds missing image_meta to rescue's spawn() calls.
Josh Kearney
2011-11-30
2
-6
/
+6
|
/
*
Removing line dos line endings in vmwareapi_conn.py
Naveed Massjouni
2011-11-29
1
-392
/
+392
*
Use instance uuids for consoles and diagnostics.
Mark Washenberger
2011-11-28
1
-1
/
+1
[prev]
[next]