Merge lp:~rackspace-titan/nova/build-failure-lp833856-d4 into lp:~hudson-openstack/nova/milestone-proposed

Proposed by Brian Waldon
Status: Merged
Approved by: Vish Ishaya
Approved revision: 1152
Merged at revision: 1152
Proposed branch: lp:~rackspace-titan/nova/build-failure-lp833856-d4
Merge into: lp:~hudson-openstack/nova/milestone-proposed
Diff against target: 14 lines (+2/-3)
1 file modified
nova/virt/xenapi/vmops.py (+2/-3)
To merge this branch: bzr merge lp:~rackspace-titan/nova/build-failure-lp833856-d4
Reviewer Review Type Date Requested Status
OpenStack release team Pending
Review via email: mp+72923@code.launchpad.net

Commit message

porting fix for rebuild failure bug lp:833856

To post a comment you must log in.
Revision history for this message
Vish Ishaya (vishvananda) wrote :

Ha, thx soren. Didn't notice it was missing a commit message.

Revision history for this message
Brian Waldon (bcwaldon) wrote :

> Ha, thx soren. Didn't notice it was missing a commit message.

Doesn't the description act as a commit message?

Revision history for this message
Brian Waldon (bcwaldon) wrote :

Oh. I see. My bad.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'nova/virt/xenapi/vmops.py'
--- nova/virt/xenapi/vmops.py 2011-08-23 04:17:57 +0000
+++ nova/virt/xenapi/vmops.py 2011-08-25 16:33:34 +0000
@@ -239,9 +239,8 @@
239 self._attach_disks(instance, disk_image_type, vm_ref, first_vdi_ref,239 self._attach_disks(instance, disk_image_type, vm_ref, first_vdi_ref,
240 vdis)240 vdis)
241241
242 # Alter the image before VM start for, e.g. network injection also242 # Alter the image before VM start for network injection.
243 # alter the image if there's metadata.243 if FLAGS.flat_injected:
244 if FLAGS.flat_injected or instance['metadata']:
245 VMHelper.preconfigure_instance(self._session, instance,244 VMHelper.preconfigure_instance(self._session, instance,
246 first_vdi_ref, network_info)245 first_vdi_ref, network_info)
247246

Subscribers

People subscribed via source and target branches