X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod;h=b9858b4718069f2a2b04b0d1426eda3c50b7b480;hb=ad6bdd4a680031211535bd2e5da7ada14ca28e91;hp=79f93bd85a795e52830b7499b261a81bac351478;hpb=97a50f61a99f4e96c3a2f537303853d956c1ff5e;p=osm%2FRO.git diff --git a/openmanod b/openmanod index 79f93bd8..b9858b47 100755 --- a/openmanod +++ b/openmanod @@ -48,19 +48,22 @@ import osm_ro __author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ = "$26-aug-2014 11:09:29$" -__version__ = "0.5.16-r525" -version_date = "Jul 2017" -database_version = 22 #expected database schema version +__version__ = "0.5.47-r557" +version_date = "Jan 2018" +database_version = 27 # expected database schema version + global global_config global logger + class LoadConfigurationException(Exception): pass + def load_configuration(configuration_file): - default_tokens = {'http_port':9090, - 'http_host':'localhost', + default_tokens = {'http_port': 9090, + 'http_host': 'localhost', 'http_console_proxy': True, 'http_console_host': None, 'log_level': 'DEBUG',