X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod;h=5bff6513c49aff4b2a12e139dc32b68c62aa5065;hb=56d877dad3d7ce6a36e233a77d1ee7dc8295e233;hp=8f8c3f1bee3552b3b5e5dad08d5a6d46e5bc7307;hpb=34b93bac8a6cf769b996652605a2e43c18448728;p=osm%2FRO.git diff --git a/openmanod b/openmanod index 8f8c3f1b..5bff6513 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.15-r524" -version_date = "Jun 2017" -database_version = 21 #expected database schema version +__version__ = "0.5.48-r558" +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',