removing TODO as we support Windows+XenServer and have no plans to support quiesce or VSS at the moment

Change-Id: Idf65e73db1f33e4f5c7d60282f79f86a9b1ddd5e
This commit is contained in:
Paul Voccio 2011-12-08 17:51:22 -06:00
parent 435d6d8bb5
commit c64c769112
2 changed files with 1 additions and 2 deletions

View File

@ -43,6 +43,7 @@
<nirmal.ranganathan@rackspace.com> <nirmal.ranganathan@rackspace.coom>
<paul@openstack.org> <paul.voccio@rackspace.com>
<paul@openstack.org> <pvoccio@castor.local>
<paul@openstack.org> <paul@substation9.com>
<rconradharris@gmail.com> <rick.harris@rackspace.com>
<rlane@wikimedia.org> <laner@controller>
<sandy.walsh@rackspace.com> <sandy@sandywalsh.com>

View File

@ -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())