Adds vdu_id to message bus models
LB Dockerfile now uses Python3
Removes obsolete parameters from models
Refactors and fixes kafka integration tests
Refactors deprecated log warnings
Adds DATABASE env var to set MON database url
Fixes indentation and dependency issues in AWS plugin
Use open from io package for Python 2 and 3 compatibility
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: I70af22d2fbc2cb1bfd5d9632d9daa80e9d7f6b62
diff --git a/requirements.txt b/requirements.txt
index be103aa..98752ea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,7 +19,6 @@
# For those usages not covered by the Apache License, Version 2.0 please
# contact: prithiv.mohan@intel.com or adrian.hoban@intel.com
stdeb==0.8.*
-MySQL-python==1.2.*
kafka==1.3.*
lxml==4.2.*
requests==2.18.*
@@ -38,4 +37,5 @@
six==1.11.*
bottle==0.12.*
peewee==3.1.*
-pyyaml==3.*
\ No newline at end of file
+pyyaml==3.*
+git+https://osm.etsi.org/gerrit/osm/common.git@857731b#egg=osm-common
\ No newline at end of file