Changes in database for allowing IP parameters, changes in DB migration script, new DB version 12, small changes in openmano_schemas and other files to deal with new DB version, basictest run successfully
Change-Id: I30e00c5bcd30aab35a39746dbf568dac4164f247
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/openmanod.py b/openmanod.py
index 3422a7c..c3de012 100755
--- a/openmanod.py
+++ b/openmanod.py
@@ -33,9 +33,9 @@
'''
__author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes"
__date__ ="$26-aug-2014 11:09:29$"
-__version__="0.4.45-r484"
+__version__="0.4.46-r485"
version_date="Aug 2016"
-database_version="0.11" #expected database schema version
+database_version="0.12" #expected database schema version
import httpserver
import time