Skip to content
Snippets Groups Projects
Commit f691ef72 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Integration fix resolution:

Device:
- fixed problem with subscription handling
parent 40cac64a
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
......@@ -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)])
update_or_create_object(database, EndPointMonitorModel, str_endpoint_kpi_sample_type_key, {
'endpoint_fk' : db_endpoint,
'resource_key' : '', # during initialization, allow empty value
'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