diff --git a/server/src/com/cloud/network/as/AutoScaleManagerImpl.java b/server/src/com/cloud/network/as/AutoScaleManagerImpl.java index fdfb1d73768..599ff2619ec 100644 --- a/server/src/com/cloud/network/as/AutoScaleManagerImpl.java +++ b/server/src/com/cloud/network/as/AutoScaleManagerImpl.java @@ -976,7 +976,7 @@ public class AutoScaleManagerImpl implements AutoScaleService, Manager { } @Override - @ActionEvent(eventType = EventTypes.EVENT_COUNTER_DELETE, eventDescription = "condition") + @ActionEvent(eventType = EventTypes.EVENT_CONDITION_DELETE, eventDescription = "condition") public boolean deleteCondition(long conditionId) throws ResourceInUseException { /* Check if entity is in database */ ConditionVO condition = getEntityInDatabase("Condition", conditionId, _conditionDao);