CHANGES
=======

1.3.2
-----

* Cleaned up all the wait methods, added suspend, fixed some errors

1.3.1
-----

* Azure deploy_template rollout, plus delete_vm
* Added temporary solution by working with deprecated API for new Hawkular-Inventory. Fixed possible failing tests
* Added new methods to call PUT POST and DELETE by REST. Added new hawkular methods to create/edit/delete resource. Added new test cases for hawkular. Added mock REST API calls

1.3.0
-----

* [FIX] Replaced hardcoded Storage Account, cleaned up Script

1.2.19
------

* Fixed OpenStack log message

1.2.17
------

* FIX - Synced up Azure Mgmt System init with AzureProvider

1.2.16
------

* add method to vm_config_files_path

1.2.15
------

* Fixed return of inaccessible vms

1.2.14
------

* Revamped for multiple Subs. Fix several methods. Added new network methods

1.2.13
------

* Add methods to fetch vm host and vm datastore path

1.2.12
------

* VM metadata - Base + Openstack

1.2.11
------

* Iterate over all zones to get instances
* Added flavour_id for RHOS
* Added cpu/ram for vSphere
* Added cpu/ram for RHEV
* Disconnect method for gce
* Fixed branch conflicts introduced by recent PR merge

1.2.10
------


1.2.9
-----

* Added new REST API method to list datasources on Hawkular side. Tests added
* GCE improvements, add methods for bucket and image
* removed unused imports
* added mock data to run unit tests
* satisfy checkstyle
* changes in test cases and updated PR feedback
* satisfy CFME QE Bot
* modifications in Path class
* Added support for Path class and changes in functions

1.2.8
-----

* Added new method to list events of Hawkular, added tests

1.2.7
-----

* [FIX] Updated get_ip to force a SCVMM refresh on VM first

1.2.6
-----

* [FIX] Updated the Guest Service stuff and added a Read-VM method to update SCVMM
* [FIX] Updated the Guest Service stuff and added a Read-VM method to update SCVMM

1.2.5
-----

* Fixed possible Errors and failures in Hawkular code and tests. Better code style
* Execute scvmm delete_vm in finally block. * the stop action may fail sometimes, based on the state of the vm. this can be handled as execption and execute delete_vm in finally (this is works with -Force option)

1.2.4
-----

* Added new test class for Hawkular methods
* Modified Hawkular to extend from MgmtSystemAPIBase, added '_stats_available' for crud tests in cfme_tests

1.2.3
-----

* Fix delete_vm for scvmm

1.2.2
-----

* add ability to init object from dict and fix all_vms method

1.2.1
-----

* Added new method for Hawkular REST API to return server status by provided feed ID and resource ID

1.2.0
-----

* Hawkular integration: Initial commit. Added new class for Hawkular REST API methods. Created new method in rest_client to return JSON only

1.1.5
-----

* Change enable_virtual_services to install via Hyper-V instead of SCVMM

1.1.4
-----

* [FIX] Configure Guest Services on new VM prior to power on

1.1.3
-----

* Fix scvmm template deploy

1.1.2
-----

* Added right readme file
* Fixed arg to make it compatible

1.1.1
-----

* Delete README.md
* Create README.rst

1.1.0
-----

* Added OpenStackInfra

1.0.1
-----

* Added super call to support logger
* google mgmt
* SCVMM Sprout additions and other optimizations

0.0.17
------

* Added new Openshift and Kubernetes

0.0.16
------

* openstack.py: Separate the unassign and delete logic for FIPs
* openstack.py: More race guarding
* [Openstack] Extracted FIP logic into separate methods

0.0.15
------

* Wait for instance delete before deleting FIP
* Initial Azure RM Management System

0.0.14
------

* Specify timeout to check VM state after stopping VMs

0.0.13
------

* Up rev'd API version

0.0.12
------

* Also be able to delete VMs that failed to create
* openstack: pass correct logger in _request_timeout_handler

0.0.11
------

* Fixed terminated EC2 function

0.0.10
------

* There is no such PowerShell command as Get-Template.  The correct name is Get-SCVMTemplate.  I tested it with a new and existing name and it correctly returned when a template did or did not exist
* Add badge from landscape.io to the README.md

0.0.9
-----

* Travis CI & Coveralls.io integration
* Let us know about ERROR state during OS provisioning

0.0.7
-----

* add option for termintated instances

0.0.6
-----

* Fixed import errors

0.0.5
-----

* Initial Commit
