Hi Ifat, The Vitrage notifier fails to start with mistral plugin (applied the patch from https://review.openstack.org/#/c/461265/2 ) due to the following errors (see attached logs for more details): ================================ 2017-07-14 09:06:26.135 174776 ERROR vitrage File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2942, in _get_opt_info 2017-07-14 09:06:26.135 174776 ERROR vitrage raise NoSuchOptError(opt_name, group) 2017-07-14 09:06:26.135 174776 ERROR vitrage NoSuchOptError: no such option auth_url in group [service_credentials] ================================ For some reason, the auth_url option in service_credentials group of vitrage.conf is not available for the mistral plugin. I suppose, the problem happens because of https://github.com/openstack/vitrage/commit/b744994b987e5c4466f91cb863090a5a2236e453 commit. The problem can be resolved by applying the attached patch (workaround crated by me) that allows Vitrage to start and integrate it with Mistral properly. Is it an issue in the Mistral plugin or some addition configuration are required for the Vitrage/Mistral to work together? Thanks and Regards, Volodymyr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0001.html> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mistral.conf.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0008.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mistral-vitrage.patch.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0009.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage.conf.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0010.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage.log.2017-07-01-132510.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0011.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage-api.log.2017-07-01-132510.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0012.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage-collector.log.2017-07-01-132510.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0013.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage-graph.log.2017-07-01-132510.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0014.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vitrage-notifier.log.2017-07-01-132510.txt URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170714/2f350a16/attachment-0015.txt>