X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fdatabase.py;h=7e4bf7c1543567c06974bf353ec85e5bd0173ff6;hb=f271068982efc8ce8b25ddd2ecef7b1bad06fb19;hp=418dfbb2b549e9144f3b1e9febadee27d5798abb;hpb=181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1;p=osm%2FMON.git 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()