diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-08-25 11:44:21 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-08-25 11:44:21 -0400 |
| commit | 42f9739a608b5b6219aa9f51bc90c2d072edc33a (patch) | |
| tree | b043bdc868c2f12cf394908f0a3851d529452ee1 | |
| parent | d8da62dd6b30505bc700bafcd73f4f990cdab807 (diff) | |
changing comment
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index e90022de3..c5f105f40 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -239,8 +239,7 @@ class VMOps(object): self._attach_disks(instance, disk_image_type, vm_ref, first_vdi_ref, vdis) - # Alter the image before VM start for, e.g. network injection also - # alter the image if there's metadata. + # Alter the image before VM start for network injection. if FLAGS.flat_injected: VMHelper.preconfigure_instance(self._session, instance, first_vdi_ref, network_info) |
