X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.py;h=ee9b86217571bf559c4cb5b78fd9067efb9c0f19;hb=ac1e379bcb9d68731df3b988cb622f69468d904a;hp=03901c3fb6c814b08a6af346be21dac3d1f89131;hpb=563e397734adfea50031c6496ae4a607108019e5;p=osm%2FRO.git diff --git a/openmanod.py b/openmanod.py index 03901c3f..ee9b8621 100755 --- a/openmanod.py +++ b/openmanod.py @@ -33,9 +33,9 @@ It loads the configuration file and launches the http_server thread that will li ''' __author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ ="$26-aug-2014 11:09:29$" -__version__="0.5.8-r518" -version_date="Jan 2017" -database_version="0.19" #expected database schema version +__version__="0.5.9-r519" +version_date="Mar 2017" +database_version="0.20" #expected database schema version import httpserver import time @@ -316,6 +316,4 @@ if __name__=="__main__": nfvo.stop_service() if httpthread: httpthread.join(1) - for thread in global_config["console_thread"]: - thread.terminate = True