Repository: ambari Updated Branches: refs/heads/trunk b1f0645c0 -> 6f3b17313
AMBARI-16719. Remove reverted (see: AMBARI-16272) upgrade changes from logsearch (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6f3b1731 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6f3b1731 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6f3b1731 Branch: refs/heads/trunk Commit: 6f3b17313f47c966096fe29489d4a45efd7c816b Parents: b1f0645 Author: oleewere <[email protected]> Authored: Thu Jun 2 14:54:45 2016 +0200 Committer: oleewere <[email protected]> Committed: Thu Jun 2 14:57:51 2016 +0200 ---------------------------------------------------------------------- .../LOGSEARCH/0.5.0/configuration/logsearch-properties.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6f3b1731/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml index 0ba1de5..aee457e 100644 --- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml +++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml @@ -134,23 +134,17 @@ <value-attributes> <type>boolean</type> </value-attributes> - <on-ambari-upgrade add="false" change="true" delete="true"/> - <on-stack-upgrade add="true" change="true" delete="false"/> </property> <property> <name>logsearch.external.auth.host_url</name> <value>{ambari_server_auth_host_url}</value> <display-name>External authentication url - host and port</display-name> <description>The host and port of the external server used to authenticate</description> - <on-ambari-upgrade add="false" change="true" delete="true"/> - <on-stack-upgrade add="true" change="true" delete="false"/> </property> <property> <name>logsearch.external.auth.login_url</name> <value>/api/v1/users/$USERNAME/privileges?fields=*</value> <display-name>External authentication url - path and query</display-name> <description>The path and query of the external server used to authenticate</description> - <on-ambari-upgrade add="false" change="true" delete="true"/> - <on-stack-upgrade add="true" change="true" delete="false"/> </property> </configuration>
