gnocchi: Don't raise NotImplementedError

When events is enabled the gnocchi dispatcher should just 
silency ignore the event, not raising an useless exception.

Change-Id: I9fb037cf8129decc6adb947cec9b5a9f395d5850
This commit is contained in:
Mehdi Abaakouk 2015-09-01 08:21:59 +02:00 committed by Mehdi Abaakouk (sileht)
parent 0ee68ab155
commit 3434152348
1 changed files with 1 additions and 1 deletions

View File

@ -350,4 +350,4 @@ class GnocchiDispatcher(dispatcher.Base):
@staticmethod
def record_events(events):
raise NotImplementedError
pass