From 8c518fd58724911b90def0e052ec6c21db39a5ee Mon Sep 17 00:00:00 2001 From: juanvallejo Date: Mon, 15 May 2017 16:48:21 -0400 Subject: revert role-specific var name --- roles/openshift_health_checker/openshift_checks/etcd_volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_health_checker') diff --git a/roles/openshift_health_checker/openshift_checks/etcd_volume.py b/roles/openshift_health_checker/openshift_checks/etcd_volume.py index 6db81cbef..7452c9cc1 100644 --- a/roles/openshift_health_checker/openshift_checks/etcd_volume.py +++ b/roles/openshift_health_checker/openshift_checks/etcd_volume.py @@ -29,7 +29,7 @@ class EtcdVolume(OpenShiftCheck): threshold = get_var( task_vars, - "r_openshift_health_checker_etcd_device_usage_threshold_percent", + "etcd_device_usage_threshold_percent", default=self.default_threshold_percent ) -- cgit v1.2.3