CHANGES
=======

2.4.4
-----

* Update readme with EC2 (#182)
* minor fixes
* added keystone version exception
* fixed stackapi creation
* added global sessuion for all apis
* fixed lint violation
* turned tenant\_api into a property
* deleted typo
* added keystonev3
* small fixes for SCVMMSystem

2.4.3
-----

* adding vm\_type

2.4.2
-----

* Switch logic for rhevm api for readability
* Update rhevm api kwargs, <4.0 vs >4.0

2.4.1
-----

* fixed azure package version

2.4.0
-----

* finished powershell->azure conversion removed old azure and renamed new one to old one

2.3.2
-----

* Fix for including filter true on API headers (#176)
* Logging rest\_client
* Added openshift tests + Minor fixes (#166)
* Fix delete label + LabelNotFoundException (#172)
* Added LabelNotFoundException
* Fix delete label
* Added volume & snapshot check + copy snapshot (#168)
* script to remove unused blobs

2.3.1
-----

* fixing few methods
* Update ec2.init, set region\_name in sns\_connection
* Update azure.vm\_creation\_time, parseable datetime

2.3.0
-----

* Added image import and deployment config creation (#164)
* Container Management Extensions (#161)

2.2.2
-----


2.2.1
-----

* Update openstack.vm\_creation\_time

2.2.0
-----

* Add automated PyPI deploy by tags
* EC2 instance create method - only for basic usage now (#141)
* Added SNS topic methods & bucket delete (#139)
* changing azure vm last modified source

2.1.5
-----

* Update scvmm and azure vm\_creation\_time(), UTC (#157)
* Add virtualcenter.add\_disk\_to\_vm (#153)
* Update ec2.vm\_creation\_time, UTC (#156)
* Update docblocks in virtualcenter
* Update virtualcenter.vm\_creation\_time
* Update vm\_creation\_time, timezone conversion
* Update to UTC time for vm\_creation\_time returns
* Update vm\_creation\_time for most modules

2.1.4
-----

* Fix the error logging for once and for all
* Update virtualcenter.vm\_state, return string
* Update virtualcenter.get\_vm\_datastore\_path

2.1.3
-----

* Fix ec2 typo

2.1.2
-----

* Update ec2, add s3 object delete and ami deregister

2.1.1
-----

* Fix some logging issues
* Use \_get\_vm() instead of \_get\_obj()
* Fix an issue with does\_vm\_exist not checking if the resultant object is None
* Fix an issue in cloning a VM where the \_get\_obj method returned None unexpectedly, made the calling code expect None

2.1.0
-----

* Migrate VMWareSystem from psphere to pyVmomi (#136)
* Force VM delete to catch weird errors (#138)

2.0.0
-----

* Moved to new project name (finally)
* Fixed a typo
* Reworked method
* Added check for existing objects in bucket
* Added resource group param to list\_vm

1.6.1
-----

* Removed non-existing -Force parameters

1.5.4
-----

* Added new HawkularInventoryInMetrics client class for Hawkular Inventory REST API in Hawkular Metrics
* Reworked logger formatting
* Reworked import\_image, get\_import\_image\_task and get\_image\_id\_if\_import\_completed
* Added import image, get import image task status, is\_image\_import\_completed and copy image

1.6.0
-----

* Added boto3 to requirements and refactored amazon s3 for boto3 (#129)
* Fixed corner case where exception possible. (#128)

1.5.3
-----

* [1LP][RFR] fix for broken azure's vm\_status method (#126)

1.5.2
-----

* adding azure cleanup functions
* [RFR]Deploy Template raising exception when invalid template name is passed

1.5.1
-----

* Enhanced delete\_template.  Created new method to refresh default library manually

1.5.0
-----

* Added support of listing XA Datasources from Hawkular provider
* Added get unused ENIs and fixed get unassociated EIPs

1.4.35
------

* Changed deploy\_template to use default cpu ram unless passed by param

1.4.34
------

* Added three functions for labels

1.4.33
------

* [RFR]Added new function for rc selectors (#114)

1.4.32
------

* Added Azure Load Balancer methods for List and Does exist

1.4.31
------

* Leave .vhd in template name.  Remove adding .vhd when creating vm

1.4.30
------

* Openstack: Override RAM/CPU, auto create flavour (#111)
