Repository: ambari
Updated Branches:
  refs/heads/trunk af675f47d -> 9f93b027c


AMBARI-11119. DB Host property not visible during Ranger add Service wizard. 
(Rihard Zang via Jaimin)


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

Branch: refs/heads/trunk
Commit: 9f93b027c82f6a421991033a8451221571ea3ded
Parents: af675f4
Author: Jaimin Jetly <jai...@hortonworks.com>
Authored: Thu May 14 13:12:42 2015 -0700
Committer: Jaimin Jetly <jai...@hortonworks.com>
Committed: Thu May 14 13:12:52 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.3/site_properties.js | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9f93b027/ambari-web/app/data/HDP2.3/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.3/site_properties.js 
b/ambari-web/app/data/HDP2.3/site_properties.js
index 4bf8078..9a3ad53 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -22,7 +22,6 @@ var hdp22properties = 
require('data/HDP2.2/site_properties').configProperties;
 
 var excludedConfigs = [
   'DB_FLAVOR',
-  'db_host',
   'SQL_COMMAND_INVOKER',
   'db_name',
   'db_root_user',
@@ -165,20 +164,6 @@ hdp23properties.push({
     "category": "DBSettings",
     "index": 0
   },
-  {
-    "name": "db_host",
-    "id": "site property",
-    "displayName": "Ranger DB host",
-    "defaultValue": "",
-    "isObserved": true,
-    "isReconfigurable": true,
-    "displayType": "masterHost",
-    "isOverridable": false,
-    "isVisible": false,
-    "serviceName": "RANGER",
-    "filename": "admin-properties.xml",
-    "category": "DBSettings"
-  },
   /**************************************** RANGER - HDFS Plugin 
***************************************/
   {
     "id": "site property",

Reply via email to