Bug Fix - 2305: Automated scaling of Vnf is not happening through metrics collected...
[osm/POL.git] / osm_policy_module / alarming / service.py
index f5a5d9e..6466e13 100644 (file)
@@ -128,6 +128,8 @@ class AlarmingService:
                                     threshold=alarm_descriptor["value"],
                                     operation=alarm_descriptor["operation"],
                                     action=str(alarm_action),
+                                    vnfr=vnfr,
+                                    vnfd=vnfd,
                                 )
                                 alarm = VnfAlarmRepository.create(
                                     alarm_id=alarm_descriptor["alarm-id"],