Implements multivim support in the OpenStack plugin 20/5920/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Thu, 29 Mar 2018 00:12:11 +0000 (21:12 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Thu, 29 Mar 2018 00:12:11 +0000 (21:12 -0300)
commit181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1
treefe4f1ff8f78b91f6f261a7dbe9fc1e6f8d4b9090
parent6439eb0e6f03b89629bbb8bad3e092133e56a614
Implements multivim support in the OpenStack plugin

Fixes bugs in OpenStack plugin and respective tests
Add table to database to keep track of relations between alarms and vim
credentials

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
21 files changed:
osm_mon/core/auth.py
osm_mon/core/database.py
osm_mon/core/message_bus/common_consumer.py
osm_mon/core/models/vim_account_delete.json [new file with mode: 0644]
osm_mon/plugins/OpenStack/Aodh/alarming.py
osm_mon/plugins/OpenStack/Aodh/notifier.py
osm_mon/plugins/OpenStack/Gnocchi/metrics.py
osm_mon/plugins/OpenStack/common.py
osm_mon/plugins/OpenStack/settings.py
osm_mon/test/OpenStack/test_alarm_req.py
osm_mon/test/OpenStack/test_alarming.py
osm_mon/test/OpenStack/test_common.py
osm_mon/test/OpenStack/test_metric_calls.py
osm_mon/test/OpenStack/test_metric_req.py
osm_mon/test/OpenStack/test_notifier.py
osm_mon/test/OpenStack/test_settings.py
osm_mon/test/integration/test_access_cred.py [deleted file]
osm_mon/test/integration/test_alarm_integration.py
osm_mon/test/integration/test_metric_integration.py
osm_mon/test/integration/test_notify_alarm.py
osm_mon/test/integration/test_vim_account.py