-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES
44 lines (38 loc) · 2.05 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Roadmap for 0.1.8
- Added VIManagedEntity class extended by VIVirtualMachine
- Added Rename, Reload, and Destroy methods to VIManagedEntity
- Fix #26: VIVirtualMachine.send_file() gratuitiosly overwrites urllib2's installed default opener
- Recurse through datastores vm property in retrieve_properties_traversal
- Additional 'disks' parameter in VIVirtualMachine.relocate() method.
New in 0.1.7
- Advanced filters parameter in VIServer.get_registered_vms
- Set connection sockets timeout (works only since python 2.6)
- added support for historical metrics in performance manager
- Add get_api_type method to VIServer
- Changes in ZSI framework to ease portability to python 3
- Allow to clone from snapshot, shared disks, and select destination datastore
- Add set_extra_settings method to VIVirtualMachine to configure advanced key-value options
- Added VITaskHistoryCollector class, to navigate through tasks objects in vCenter servers
- Added optional host parameter to VIVirtualMachine.clone method
- Added relocate() method to VIVirtualMachine (by Chris Dituri)
- Several fixes
New in 0.1.6
- Added methods to VITask: get_result, get_progress, cancel
- Added clone method to VIVirtualMachine
- Added get_question method to VM (returns object with question info and answer method)
- Fix bug in get_vm_by_path
- Added method get_datastores in VIServer
- Fixed issues 3, 4
- Added method migrate in VIVirtualMachine
- Added VIMor class
- Multithread support
New in 0.1.5:
- suppor vSphere 5.0
- added suspend method to VM
- added quick vm properties for disks and files info
- implemented VIProperty to access vm objects properties as defined in vSphere API reference
- Fixed error in get registered vms triggered on empty hosts or with faulty vms
- Fixed '..' in import statements for compatibility with python 2.4
- Added VM guest operations: create/delete/rename files and directories, upload/download files, start/stop/list processes
- FIxed bugs in performance manager
- FIxes issue in ZSI triggered when parsing dates prior to year 1970