CHANGES
=======

2.2.0
-----

* Updating requirements by hand
* Fixing __getattribute__ def and refactor from_json
* OneView client with managers
* Refactor of unit Tests

2.1.0
-----

* Facility to get mac address from iLO on DL class
* Classifying tests into functional and unit
*  Fixing URL of index variable and refactoring

2.0.6
-----

* Reverts removal of from_json on ServerProfile cls
* Getting OneView resources by their uuid

2.0.5
-----

* Remove custom method from_json of ServerProfile
* Adding fancy exceptions messages

2.0.3
-----

* Change polling give up policy for OneView client
* Implementing functions for dyn allocation
* Use domain models of OneView as objects
* Drop py26 and py33 support

2.0.2
-----

* Adding port mac validation tests
* Manage error when Server Profile has no boot in connections Code and tests added to deal with Server Profiles without boot in the connections
* Update usage documentation of python-oneviewclient

2.0.1
-----

* Creating OneViewException class
* Adding check for missing configuration values
* Change ignore-errors to ignore_errors

2.0.0
-----

* Sending OneView Client implementation
* Initial Cookiecutter Commit
* Added .gitreview
