Removes filter param from osm-common function calls 61/6661/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 14:38:51 +0000 (11:38 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 14:38:51 +0000 (11:38 -0300)
commitcf507461d5f0d7e0121ef734d4ff70d40d6c61ec
tree31c2e5e2cc8e8a49e502744d7f576532ca98df8a
parent6a25034efeefc28121fa2cd16d655e5620bd8c47
Removes filter param from osm-common function calls

The filter argument was replaced to q_filter. Instead of
renaming the keyword arg, now functions are called using
only positional args.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
osm_mon/core/message_bus/common_consumer.py