CHANGES
0.6.0
- Add DuplicateName exception
- Add ‘details’ property to VMwareDriverException
- Enable oslo.i18n for oslo.vmware
- Add API to enable calling module to register an exception
- Imported Translations from Transifex
- Add docs target and generate api docs
- Updated from global requirements
- Work toward Python 3.4 support and testing
- warn against sorting requirements
- Add exception for TaskInProgress
- Updated from global requirements
- Refactoring to reduce noise in log files
- Imported Translations from Transifex
- Add missing session parameter to get_summary
- Updated from global requirements
- Switch off caching to prevent cache poisoning by local attacker
- Support for copying streamOptimized disk to file
- Add support for the DatastoreURL object
- Add methods to the Datastore objects
- Imported Translations from Transifex
- Add Pylint testenv environment
0.5.0
- _trunc_id to check if the session_id is not None
- Port the Datastore and DatastorePath objects
- Log additional details of suds faults
- Enabled hacking check H305
- Imported Translations from Transifex
- Add constant for ESX datacenter path (HTTP access)
- Store PBM wsdl in the oslo.vmware git repository
- Bump hacking to version 0.9.2
- Fix seek and tell in BlockingQueue
- Add support for using extensions
- The ‘result’ variable in RetryDecorator may be undefined
- Imported Translations from Transifex
- Fix docstrings of constructors
- Do not log the full session ID
- Refactor the PBM support
- Fix wrong usage of assertRaises
- Translations: make use of _LE, _LI and _LW
0.4.0
- Sync excutils from Oslo
- Updated from global requirements
- Use assertIsNone
- Bump hacking to 0.9.x series
- replace iterator.next() with next(iterator)
- remove definitions of Python Source Code Encoding
- Setup for translation
- Updated from global requirements
- cleaning up index.rst file
- Add networkFolder in the traversal spec
- Ensure port support does not break backward compatibility
- replace string format arguments with function parameters
- Support for IPv6 and Non-standard ports
- Support ‘InvalidPowerState’ exception
- Don’t translate debug level logs in oslo-vmware
- Updated from global requirements
- Sync changes from Nova error_util.py
- Updated from global requirements
- Remove __del__ usage in oslo.vmware driver
- Add a test to oslo.vmware test_image_transfer
- import run_cross_tests.sh from incubator
- Fix vim25:InvalidRequest when no profiles exist
- VMware: treat cases when SOAP reply does not have a body
- Add unittest method “test_download_flat_image”
- Add missing unit tests for VMwareAPISession
0.3
- Updated from global requirements
- Fix unit tests running unnecessarily slow
- Enable download of streamOptimized file-like
- Fix docstrings in VMwareAPISession
- Ensure that the pbm is not None
- PBM related utility methods
- Add PBM client for policy based placement
- Updated from global requirements
- Replace unicode() for six.text_type
0.2
- Remove dependency on log.py from openstack/common
- Remove vim header
0.1
- VMware: raise more specific exceptions
- Move image transfer code in VMware drivers to OSLO
- Move read/write handles in VMware drivers to OSLO
- Move API invocation code in VMware drivers to OSLO
- Move VIM API client code in VMware drivers to OSLO
- Add eventlet requirement
- Move utility methods in VMware drivers to OSLO
- Import necessary files from openstack.common
- Initial checkin for Oslo VMware Library generated using oslo-cookiecutter