diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-12-09 15:36:32 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-12-09 15:36:32 +0000 |
| commit | 44a34a288d0ee3c0593c9f2a830c8cc1cba4ae4a (patch) | |
| tree | b70c23eec5ed0885833f12fb89b086be076520a4 /nova | |
| parent | aa7ca15fc1a7ca28de93ee194870fe6d5e77631b (diff) | |
| parent | c64c7691127702131959e57f830c1cd977954e24 (diff) | |
Merge "removing TODO as we support Windows+XenServer and have no plans to support quiesce or VSS at the moment"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/xenapi/vm_utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py index d6d2ef52d..23a499e5c 100644 --- a/nova/virt/xenapi/vm_utils.py +++ b/nova/virt/xenapi/vm_utils.py @@ -319,8 +319,6 @@ class VMHelper(HelperBase): def create_snapshot(cls, session, instance_id, vm_ref, label): """Creates Snapshot (Template) VM, Snapshot VBD, Snapshot VDI, Snapshot VHD""" - #TODO(sirp): Add quiesce and VSS locking support when Windows support - # is added LOG.debug(_("Snapshotting VM %(vm_ref)s with label '%(label)s'...") % locals()) |
