X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.py;h=5ec3650ba97d05f15cb630f57fff13770718746d;hb=0a3fc475690c26c63fb61269315dc17e05584b55;hp=761e912381f197dc6399c9f3fd35f9540ee32524;hpb=1ae5134493bbe3d013ea61dbc3b53edc4c11b8a6;p=osm%2FRO.git diff --git a/openmanod.py b/openmanod.py index 761e9123..5ec3650b 100755 --- a/openmanod.py +++ b/openmanod.py @@ -33,7 +33,7 @@ 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.5-r514" +__version__="0.5.8-r518" version_date="Jan 2017" database_version="0.19" #expected database schema version @@ -64,6 +64,7 @@ def load_configuration(configuration_file): 'http_console_host': None, 'log_level': 'DEBUG', 'log_socket_port': 9022, + 'auto_push_VNF_to_VIMs': True } try: #Check config file exists