Changeset 1415
- Timestamp:
- 04/02/08 00:30:28 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-simpler_agent/lib/HoneyClient/Manager/VM/Clone.pm
r1389 r1415 389 389 =over 4 390 390 391 The ID of the VM data, if it is stored within adatabase.391 The ID of the VM instance, if it is stored within the Drone database. 392 392 393 393 =back … … 553 553 # Output: The updated Clone $object, containing state information 554 554 # from starting the clone VM. Will croak if this operation fails. 555 #556 # TODO: Need to configure a timeout failure operation -- in case557 # there's a problem and the VM operations hang.558 555 sub _init { 559 556
