소스 검색

Fix tests

Diego Castro (dscastro) 9 년 전
부모
커밋
b670f5dce8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      roles/openshift_facts/library/openshift_facts.py

+ 0 - 1
roles/openshift_facts/library/openshift_facts.py

@@ -335,7 +335,6 @@ def set_cluster_metrics_facts_if_unset(facts):
 
     """
     if 'common' in facts:
-        deployment_type = facts['common']['deployment_type']
         if 'use_cluster_metrics' not in facts['common']:
             use_cluster_metrics = False
             facts['common']['use_cluster_metrics'] = use_cluster_metrics