Updated plugins with new directory structure 29/5729/4
authorHelena McGough <helena.mcgough@intel.com>
Thu, 23 Nov 2017 15:54:08 +0000 (15:54 +0000)
committerh.mcgough <helena.mcgough@intel.com>
Mon, 27 Nov 2017 14:31:32 +0000 (16:31 +0200)
commiteffeb7c52a650308e47ef3eb0ded8315f21f9cba
tree73667be434f18c277a0d203879fd66b838909699
parent94f93f717ead448f13dc272ed765e008a0e64c81
Updated plugins with new directory structure

 - Runs tests on build

Change-Id: If96693bfbc08e5c8e7e6cac98bbd3b8f0bad5f62
Signed-off-by: Helena McGough <helena.mcgough@intel.com>
19 files changed:
osm_mon/__init__.py [new file with mode: 0644]
osm_mon/core/message_bus/common_consumer
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/response.py
osm_mon/plugins/OpenStack/settings.py
osm_mon/plugins/OpenStack/singleton.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_responses.py
osm_mon/test/OpenStack/test_settings.py
scripts/install_mon.sh
tox.ini