소스 검색

AMBARI-3312. Ambari-Client Exception in _get_cluster_host. (Andrew Onischuk via mahadev)

Mahadev Konar 12 년 전
부모
커밋
cebf5df4c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-client/src/main/python/ambari_client/resources/hosts.py

+ 1 - 1
ambari-client/src/main/python/ambari_client/resources/hosts.py

@@ -76,7 +76,7 @@ def _get_cluster_host(root_resource, cluster_name, host_name):
   @param host_name: Host name
   @return: A HostModel object
   """
-  return host.get_cluster_host(root_resource, cluster_name, host_name)
+  return host._get_cluster_host(root_resource, cluster_name, host_name)