From: gcalvino Date: Wed, 11 Apr 2018 08:13:47 +0000 (+0200) Subject: Region Name and endpoint type as parameters - bug fix X-Git-Tag: v4.0.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=f271068982efc8ce8b25ddd2ecef7b1bad06fb19;p=osm%2FMON.git Region Name and endpoint type as parameters - bug fix Signed-off-by: gcalvino --- diff --git a/osm_mon/core/database.py b/osm_mon/core/database.py index 418dfbb..7e4bf7c 100644 --- a/osm_mon/core/database.py +++ b/osm_mon/core/database.py @@ -49,7 +49,8 @@ class VimCredentials(BaseModel): password = CharField() tenant_name = CharField() config = TextField() - + region_name = CharField() + endpoint_type = CharField() class Alarm(BaseModel): alarm_id = CharField()