CHANGES
=======

* import zuul job settings from project-config
* bdist build failed due to wrong data_file references

3.0.1
-----

* Add README.rst
* Add warning messages about deprecation to process/host monitor
* Skip notification retry processing when HTTP status is 409
* Fix global name '_' is not defined
* Return user-friendly error message when monkey_patch enabled
* Add hacking check to ensure _ is imported
* Add implement of calling pre and post script
* Add implement of sending notification
* Add implement of preventing split-brain
* Add implement of sending a notification
* Add implement of comparing host status
* Add implement of monitoring host
* Add implement of restarting processes
* Add implement of monitoring processes
* Add unit test codes of instancemonitor
* Add implement of loading hostmonitor driver
* Add python hostmonitor only main process
* Add common notification sending functions
* Add initial start of processes
* Loading the process list written in YAML
* Add python processmonitor only main process
* Add missing packages in requirements.txt
* Using ServiceLauncher instead of ProcessLauncher
* Change the section name of settings that related keystone
* Update to match latest global-requirements
* Add stop method to terminate child process
* Fix missing translations for log messages
* Remove conversion of 'retry_interval' parameter
* Remove unnecessary return and pass statements
* Fix unexpected bash error raised by hostmonitor
* Add the start scripts of processmonitor and hostmonitor
* Refactor: Move domainEventRegisterAny method in a loop
* Fix the regular expression for the check state of RA
* Change service type and service name
* Allow masakari-instancemonitor command anywhere
* To allow processmonitor recognize proc.list which exists anywhere
* Fix processmonitor's invalid messages
* masakari-instancemonitor: fix incorrect module specification

2.0.0
-----

* Remove unnecessary methods
* Add hostmonitor
* Add processmonitor
* Add implementation of notifying
* Add implementation of handling events
* Add instancemonitor only main process
* Add a mechanism to use the oslo libraries
* Initial Cookiecutter Commit
* Added .gitreview
