Skip to content
Snippets Groups Projects
Commit bd837718 authored by delacal's avatar delacal
Browse files

Merge branch 'develop' into feat/l3-components

parents f1698511 f691ef72
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!93Updated L3 components + scalability
...@@ -75,6 +75,5 @@ def set_endpoint_monitors(database : Database, db_endpoint : EndPointModel, grpc ...@@ -75,6 +75,5 @@ def set_endpoint_monitors(database : Database, db_endpoint : EndPointModel, grpc
str_endpoint_kpi_sample_type_key = key_to_str([db_endpoint_pk, str(orm_kpi_sample_type.value)]) str_endpoint_kpi_sample_type_key = key_to_str([db_endpoint_pk, str(orm_kpi_sample_type.value)])
update_or_create_object(database, EndPointMonitorModel, str_endpoint_kpi_sample_type_key, { update_or_create_object(database, EndPointMonitorModel, str_endpoint_kpi_sample_type_key, {
'endpoint_fk' : db_endpoint, 'endpoint_fk' : db_endpoint,
'resource_key' : '', # during initialization, allow empty value
'kpi_sample_type': orm_kpi_sample_type, 'kpi_sample_type': orm_kpi_sample_type,
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment