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:
parent
5b216fae74
commit
0e5c2cfef1
@ -311,8 +311,6 @@ class GnocchiPublisher(publisher.ConfigPublisherBase):
|
|||||||
metric_name)
|
metric_name)
|
||||||
self._already_logged_metric_names.add(metric_name)
|
self._already_logged_metric_names.add(metric_name)
|
||||||
continue
|
continue
|
||||||
if rd.cfg.get("ignore"):
|
|
||||||
continue
|
|
||||||
|
|
||||||
if resource_id not in gnocchi_data:
|
if resource_id not in gnocchi_data:
|
||||||
gnocchi_data[resource_id] = {
|
gnocchi_data[resource_id] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user