This is an automated email from the ASF dual-hosted git repository.

ishanbha pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 79177a7  [AMBARI-25202] recoverHost operation fails if public hostname 
is different from actual hostname (apappu)
79177a7 is described below

commit 79177a763d3f5798fc709fd466a16aa134dddeea
Author: AMARNATH REDDY <apa...@hortonworks.com>
AuthorDate: Tue Mar 19 13:32:40 2019 -0700

    [AMBARI-25202] recoverHost operation fails if public hostname is different 
from actual hostname (apappu)
---
 ambari-web/app/controllers/main/host/details.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/controllers/main/host/details.js 
b/ambari-web/app/controllers/main/host/details.js
index 0c02add..5f99ceb 100644
--- a/ambari-web/app/controllers/main/host/details.js
+++ b/ambari-web/app/controllers/main/host/details.js
@@ -3098,7 +3098,7 @@ App.MainHostDetailsController = 
Em.Controller.extend(App.SupportClientConfigsDow
   
   recoverHost: function() {
     var components = this.get('content.hostComponents');
-    var hostName = this.get('content.publicHostName');
+    var hostName = this.get('content.hostName');
     var self = this;
     var batches = [
       {

Reply via email to