浏览代码

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)