X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod;h=a078e9f34e8981e3d54ac1b73fb289ec3f49697c;hb=f1c8e226b03b82af0cc47108fad96c3751ce03a7;hp=4a11b8d460d9e83e01073518b323daabd12a3dbe;hpb=0a1437e0b473edfddbf8b9e269495121c2fcb188;p=osm%2FRO.git diff --git a/openmanod b/openmanod index 4a11b8d4..a078e9f3 100755 --- a/openmanod +++ b/openmanod @@ -48,8 +48,8 @@ import osm_ro __author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ = "$26-aug-2014 11:09:29$" -__version__ = "0.5.26-r536" -version_date = "Oct 2017" +__version__ = "0.5.49-r559" +version_date = "Jan 2018" database_version = 27 # expected database schema version @@ -60,9 +60,10 @@ 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',