X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_openvim%2Fovim.py;h=a0c380d3388421caf1fa9f9c0edfe6f666f77f76;hb=51068956dc168aa1d99ccbb5e1f8247580b8be2e;hp=f2539120f870242c062c10eba1b0d9f1968d8db3;hpb=b0c600d21ad65893f5e7ab4522565e8f66e195e9;p=osm%2Fopenvim.git diff --git a/osm_openvim/ovim.py b/osm_openvim/ovim.py index f253912..a0c380d 100755 --- a/osm_openvim/ovim.py +++ b/osm_openvim/ovim.py @@ -22,16 +22,10 @@ # contact with: nfvlabs@tid.es ## -''' +""" This is the thread for the http server North API. Two thread will be launched, with normal and administrative permissions. -''' - -__author__ = "Alfonso Tierno, Leonardo Mirabal" -__date__ = "$06-Feb-2017 12:07:15$" -__version__ = "0.5.10-r526" -version_date = "Apr 2017" -database_version = "0.17" #expected database schema version +""" import threading import vim_db @@ -45,6 +39,11 @@ import dhcp_thread as dt import openflow_thread as oft import openflow_conn +__author__ = "Alfonso Tierno, Leonardo Mirabal" +__date__ = "$06-Feb-2017 12:07:15$" +__version__ = "0.5.11-r527" +version_date = "Apr 2017" +database_version = "0.17" #expected database schema version HTTP_Bad_Request = 400 HTTP_Unauthorized = 401