Repository: ambari
Updated Branches:
  refs/heads/trunk 0f37b7aa6 -> e5d2cf592


AMBARI-6521. Hostname case sensitivity.(xiwang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e5d2cf59
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e5d2cf59
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e5d2cf59

Branch: refs/heads/trunk
Commit: e5d2cf5929958e2dc9da6f1b4189bc2d7e9cb799
Parents: 0f37b7a
Author: Xi Wang <xiw...@apache.org>
Authored: Wed Jul 16 17:28:50 2014 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Wed Jul 16 17:37:14 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step2_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e5d2cf59/ambari-web/app/controllers/wizard/step2_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step2_controller.js 
b/ambari-web/app/controllers/wizard/step2_controller.js
index 747d75e..b5e1d6d 100644
--- a/ambari-web/app/controllers/wizard/step2_controller.js
+++ b/ambari-web/app/controllers/wizard/step2_controller.js
@@ -65,7 +65,7 @@ App.WizardStep2Controller = Em.Controller.extend({
    * @type {string[]}
    */
   hostNames: function () {
-    return this.get('content.installOptions.hostNames');
+    return this.get('content.installOptions.hostNames').toLowerCase();
   }.property('content.installOptions.hostNames'),
 
   /**

Reply via email to