Merge lp:~vishvananda/nova/lp851157 into lp:~hudson-openstack/nova/milestone-proposed

Proposed by Vish Ishaya
Status: Merged
Approved by: Vish Ishaya
Approved revision: 1542
Merged at revision: 1175
Proposed branch: lp:~vishvananda/nova/lp851157
Merge into: lp:~hudson-openstack/nova/milestone-proposed
Diff against target: 11 lines (+1/-0)
1 file modified
nova/virt/libvirt/connection.py (+1/-0)
To merge this branch: bzr merge lp:~vishvananda/nova/lp851157
Reviewer Review Type Date Requested Status
OpenStack release team Pending
Review via email: mp+75762@code.launchpad.net

Description of the change

Removes the on-disk internal libvirt snapshot after it has been uploaded to glance.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nova/virt/libvirt/connection.py'
2--- nova/virt/libvirt/connection.py 2011-09-15 19:30:26 +0000
3+++ nova/virt/libvirt/connection.py 2011-09-16 15:37:40 +0000
4@@ -465,6 +465,7 @@
5
6 # Clean up
7 shutil.rmtree(temp_dir)
8+ snapshot_ptr.delete(0)
9
10 @exception.wrap_exception()
11 def reboot(self, instance, network_info):

Subscribers

People subscribed via source and target branches