Updated Openstack plugin logging and tests
- Logged Aodh/Gnocchi response messages
- Included tests for the API calls for Gnocchi/Aodh
Signed-off-by: Helena McGough <helena.mcgough@intel.com>
diff --git a/setup.py b/setup.py
index 7b810ef..01f6dea 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
_copyright = 'Intel Research and Development Ireland'
_url = 'https://osm.etsi.org/gitweb/?p=osm/MON.git;a=tree'
_requirements = [
- "MySQL-python",
+ "MySQL-python",
"requests",
"logutils",
"cherrypy",
@@ -57,6 +57,7 @@
"pyopenssl",
"cherrypy",
"bottle",
+ "six",
]
setup(name="mon_core",