X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.py;h=5ec3650ba97d05f15cb630f57fff13770718746d;hb=d29b1d39bb739424a674030d11aa9c7e6f17fbb2;hp=a5f0be0df6e5e80ad558242d25b2f6fcfb9661a6;hpb=4540ea5619ae62e29ecec6b07bf0e81e35fd56f0;p=osm%2FRO.git diff --git a/openmanod.py b/openmanod.py index a5f0be0d..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.6-r516" +__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