Adds OSMMON_KAFKA_LOG_LEVEL env var 70/6670/2
authorBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 21:16:25 +0000 (18:16 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 21:47:30 +0000 (18:47 -0300)
commit53ad3c4c5d87a5b392a74cf386c29c67276ed3cb
treef98267c862f58977b692907bf38e3ec04e7b7bbd
parentb5b7819197730f5000d90a60ed13b32ba4e18fad
Adds OSMMON_KAFKA_LOG_LEVEL env var

Also removes unnecessary code from producer.py and moves
the consumer in common_consumer inside run method to ease
mocking during tests.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: Ib7e0b9423a7c7d2acdd12f1bcb75b20eb3a7ea72
docker/Dockerfile
osm_mon/core/message_bus/common_consumer.py
osm_mon/core/message_bus/producer.py
osm_mon/core/settings.py
osm_mon/plugins/OpenStack/Aodh/notifier.py