CHANGES
=======

2.0.0
-----

* Add instance and process failure workflow
* Add host failure workflow
* Add nova support in masakari
* Add TaskFlowDriver support to process notifications
* Add business rule for process_notification
* Convert boolean parameters in host api
* Return HTTPBadRequest instead of HTTPNotFound
* Drop MANIFEST.in - it's not needed by pbr
* Add process_notification cast call
* Add authentication libraries to requirements.txt
* Add RPC layer for masakari
* Enable release notes translation
* Fix 500 if you pass invalid sort_key and sort_dir
* Remove unused method
* Enable masakari-engine in devstack
* Add masakari-engine support
* Add Masakari Object Serializer
* Add notifications controller for masakari
* Remove wrong reference to cinder
* Remove reference of Nova
* Added host controller for masakari
* Added failover segments controller for masakari
* Add notification related objects
* Remove redundant str typecasting
* Using assertIsNone() instead of assertIs(None, ..)
* py33 is no longer supported by Infra's CI
* Remove unexpected method argument
* Clean imports in code
* TrivialFix: Merge imports in code
* TrivialFix: Remove logging import unused
* Alter nullable constraint on created_at column
* Removed unnecessary sort_keys and sort_dirs
* Add notification db apis and migration script
* Don't attempt to escalate masakari-manage privileges
* Dictionary creation could be rewritten with dictionary literal
* Added masakari objects
* Refactor: Move post method to APIValidationTestCase base class
* Add test cases for 'extension_info' module
* Correct API Version String format
* Return NotFound exception for delete db api
* Cleanup tox.ini: Remove obsolete constraints
* Add testing for WSGI Framework
* Add schema framework for masakari
* Added masakari db apis
* Update unique constraint of hosts table
* Add devstack plugin
* Use %()d for integer substitution
* Make use of oslo-config-generator
* Dictionary creation could be rewritten with dictionary literal
* Add db sync support for masakari
* Add a hacking rule to enforce use of LOG.warning
* Add a hacking rule for string interpolation at logging
* Add hacking checks
* Add support for wsgi framework
* Add project description to README.rst
* Initial Cookiecutter Commit
* Added .gitreview
