diff options
author | juanvallejo <jvallejo@redhat.com> | 2017-05-15 16:48:21 -0400 |
---|---|---|
committer | juanvallejo <jvallejo@redhat.com> | 2017-05-15 16:48:21 -0400 |
commit | 8c518fd58724911b90def0e052ec6c21db39a5ee (patch) | |
tree | 00e159f10dfdae92194a9b432b3a7720f5c4daa4 /roles | |
parent | 54405b344a060627ed87277ce2920ecca851196c (diff) | |
download | openshift-8c518fd58724911b90def0e052ec6c21db39a5ee.tar.gz openshift-8c518fd58724911b90def0e052ec6c21db39a5ee.tar.bz2 openshift-8c518fd58724911b90def0e052ec6c21db39a5ee.tar.xz openshift-8c518fd58724911b90def0e052ec6c21db39a5ee.zip |
revert role-specific var name
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_health_checker/openshift_checks/etcd_volume.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |