From: tierno Date: Wed, 7 Sep 2016 07:54:47 +0000 (+0200) Subject: v0.4.50 datacenter-netmap-import bug fixed running on US16.04. Added created_at value... X-Git-Tag: v1.0.0~46 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=327465f1e68bae4351fdd369561e0f8c3cc18f0a v0.4.50 datacenter-netmap-import bug fixed running on US16.04. Added created_at value at datacenter_nets database table Change-Id: I06b0b39e235f0100dddb1546a89626bed82f2920 Signed-off-by: tierno --- diff --git a/nfvo_db.py b/nfvo_db.py index 19c45e4a..5b47f1d2 100644 --- a/nfvo_db.py +++ b/nfvo_db.py @@ -36,7 +36,7 @@ import time tables_with_createdat_field=["datacenters","instance_nets","instance_scenarios","instance_vms","instance_vnfs", "interfaces","nets","nfvo_tenants","scenarios","sce_interfaces","sce_nets", - "sce_vnfs","tenants_datacenters","datacenter_tenants","vms","vnfs"] + "sce_vnfs","tenants_datacenters","datacenter_tenants","vms","vnfs", "datacenter_nets"] class nfvo_db(db_base.db_base): def __init__(self, host=None, user=None, passwd=None, database=None, log_name='openmano.db', log_level="ERROR"): diff --git a/openmanod.py b/openmanod.py index 57aa6bd3..ccf2b0d6 100755 --- a/openmanod.py +++ b/openmanod.py @@ -33,8 +33,8 @@ 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.4.49-r491" -version_date="Aug 2016" +__version__="0.4.50-r492" +version_date="Sep 2016" database_version="0.13" #expected database schema version import httpserver