Refactor common_db client code 49/6649/3
authorBenjamin Diaz <bdiaz@whitestack.com>
Mon, 8 Oct 2018 15:20:47 +0000 (12:20 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Sun, 14 Oct 2018 21:28:35 +0000 (18:28 -0300)
commit27153c4846a5caeee4a430527fd87cd322408f4b
treef3bd3d812d3f6f17af54348d118f55addd4e639c
parent2a1f7bc83b827fe3c11cbefd0c724e281d75b365
Refactor common_db client code

Creates CommonDbClient which exposes methods to interact with the common
database, using osm_common module.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: I98babcdb892e86fdb14d04873b2bbbdabbdad23f
osm_mon/common/__init__.py [new file with mode: 0644]
osm_mon/common/common_db_client.py [new file with mode: 0644]
osm_mon/core/message_bus/common_consumer.py
osm_mon/test/OpenStack/integration/test_alarm_integration.py
osm_mon/test/core/test_common_consumer.py