remove gnocchi ignore option

i'm not sure what this does but it is: not used in
gnocchi_resources.yaml, not tested, and not ever explained in
original patch[1]

[1] https://review.openstack.org/#/c/289807

Change-Id: I20c158747c79a05778f27bf4b29319a6262db640
This commit is contained in:
gord chung 2017-11-27 11:59:19 -05:00 committed by gordon chung
parent 5b216fae74
commit 0e5c2cfef1

@ -311,8 +311,6 @@ class GnocchiPublisher(publisher.ConfigPublisherBase):
metric_name)
self._already_logged_metric_names.add(metric_name)
continue
if rd.cfg.get("ignore"):
continue
if resource_id not in gnocchi_data:
gnocchi_data[resource_id] = {