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 "Rewrite image code to use python-glanceclient"
Jenkins
2012-08-14
1
-6
/
+1
|
\
|
*
Rewrite image code to use python-glanceclient
Brian Waldon
2012-08-13
1
-6
/
+1
*
|
Don't stuff non-db data into instance dict
Johannes Erdfelt
2012-08-13
6
-36
/
+44
|
/
*
Fix type error in state comparison
Yun Mao
2012-08-13
1
-1
/
+1
*
Merge "xenapi: ensure all calls to agent get logged"
Jenkins
2012-08-13
2
-11
/
+14
|
\
|
*
xenapi: ensure all calls to agent get logged
Johannes Erdfelt
2012-08-09
2
-11
/
+14
*
|
Merge "Compute restart causes period of network 'blackout'"
Jenkins
2012-08-12
3
-0
/
+28
|
\
\
|
*
|
Compute restart causes period of network 'blackout'
David McNally
2012-08-10
3
-0
/
+28
|
|
/
*
|
Merge "Config drive v2"
Jenkins
2012-08-11
2
-48
/
+227
|
\
\
|
*
|
Config drive v2
Michael Still
2012-08-11
2
-48
/
+227
*
|
|
Merge "maint: remove an unused import in libvirt.driver"
Jenkins
2012-08-10
2
-7
/
+5
|
\
\
\
|
*
|
|
maint: remove an unused import in libvirt.driver
Pádraig Brady
2012-08-04
2
-7
/
+5
*
|
|
|
Merge "General host aggregates part 2"
Jenkins
2012-08-10
5
-16
/
+25
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
General host aggregates part 2
Joe Gordon
2012-08-07
5
-16
/
+25
*
|
|
|
Making security group refresh more specific
David McNally
2012-08-10
6
-0
/
+38
*
|
|
|
Add error log for live migration.
Takaaki Suzuki
2012-08-10
1
-1
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Fix the inject_metadata_into_fs in the disk API.
Dan Prince
2012-08-09
1
-1
/
+1
*
|
|
Fixes KeyError when trying to rescue an instance
Major Hayden
2012-08-09
1
-1
/
+1
*
|
|
Merge "Make libvirt_use_virtio_for_bridges flag works for all drivers."
Jenkins
2012-08-08
1
-0
/
+4
|
\
\
\
|
*
|
|
Make libvirt_use_virtio_for_bridges flag works for all drivers.
Yaguang Tang
2012-08-08
1
-0
/
+4
*
|
|
|
xenapi: wait for agent resetnetwork response
Johannes Erdfelt
2012-08-07
1
-2
/
+7
|
/
/
/
*
/
/
Return 409 error if get_vnc_console is called before VM is created
Johannes Erdfelt
2012-08-07
1
-1
/
+16
|
/
/
*
|
Prohibit file injection writing to host filesystem
Pádraig Brady
2012-08-07
1
-1
/
+3
*
|
Update vmops to access metadata as dict.
Dan Prince
2012-08-07
1
-2
/
+2
*
|
Merge "Send full instance to run_instance."
Jenkins
2012-08-07
1
-1
/
+4
|
\
\
|
*
|
Send full instance to run_instance.
Russell Bryant
2012-08-06
1
-1
/
+4
*
|
|
Merge "Use dict style access for image_ref."
Jenkins
2012-08-07
2
-2
/
+2
|
\
|
|
|
*
|
Use dict style access for image_ref.
Russell Bryant
2012-08-06
2
-2
/
+2
*
|
|
Merge "ensure_tree calls mkdir -p"
Jenkins
2012-08-06
1
-1
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ensure_tree calls mkdir -p
Michael Still
2012-08-06
1
-1
/
+9
*
|
|
Remove unused InstanceInfo class.
Dan Prince
2012-08-06
4
-37
/
+0
*
|
|
Remove list_instances_detail from compute drivers.
Dan Prince
2012-08-06
6
-44
/
+0
|
/
/
*
|
Merge "Remove unused variables"
Jenkins
2012-08-04
1
-5
/
+3
|
\
\
|
*
|
Remove unused variables
Stanislaw Pitucha
2012-08-04
1
-5
/
+3
|
|
/
*
|
Merge "Update list_instances to catch libvirtError."
Jenkins
2012-08-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update list_instances to catch libvirtError.
Dan Prince
2012-08-03
1
-1
/
+1
*
|
Merge "fix unmounting of LXC containers"
Jenkins
2012-08-04
6
-26
/
+82
|
\
\
|
|
/
|
/
|
|
*
fix unmounting of LXC containers
Pádraig Brady
2012-08-02
6
-26
/
+82
*
|
Merge "Rename _self to self according to Python convention"
Jenkins
2012-08-03
1
-1
/
+1
|
\
\
|
*
|
Rename _self to self according to Python convention
Yun Mao
2012-08-03
1
-1
/
+1
*
|
|
import missing module time
Yun Mao
2012-08-03
1
-0
/
+1
|
/
/
*
/
Handle InstanceNotFound in libvirt list_instances.
Dan Prince
2012-08-03
1
-3
/
+11
|
/
*
Merge "Remove agent_update from the compute manager."
Jenkins
2012-08-02
2
-16
/
+0
|
\
|
*
Remove agent_update from the compute manager.
Russell Bryant
2012-08-01
2
-16
/
+0
*
|
XenAPI: Add script to destroy cached images.
Rick Harris
2012-08-01
1
-12
/
+93
*
|
Don't pass kernel args to Xen HVM instances
Jim Fehlig
2012-08-01
1
-1
/
+1
*
|
Merge "Revert "Check for selinux before setting up selinux.""
Jenkins
2012-08-01
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Revert "Check for selinux before setting up selinux."
Pádraig Brady
2012-07-30
1
-3
/
+1
*
|
Merge "maint: don't require write access when reading files"
Jenkins
2012-08-01
1
-1
/
+1
|
\
\
|
*
|
maint: don't require write access when reading files
Pádraig Brady
2012-08-01
1
-1
/
+1
[next]