This is an automated email from the ASF dual-hosted git repository. amagyar pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 081dc848a84d54c52842f7c1f286b7203a749b57 Author: Akhil Subhash Naik <asn...@hortonworks.com> AuthorDate: Mon Mar 26 10:44:29 2018 +0530 AMBARI-23336 Editing configurations using configs.py doesn't have options to pass service config version note - review comments (asnaik) --- ambari-server/src/main/resources/scripts/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-server/src/main/resources/scripts/configs.py b/ambari-server/src/main/resources/scripts/configs.py index 487bed5..75ced40 100644 --- a/ambari-server/src/main/resources/scripts/configs.py +++ b/ambari-server/src/main/resources/scripts/configs.py @@ -278,7 +278,7 @@ def main(): parser.add_option("-l", "--host", dest="host", help="Server external host name") parser.add_option("-n", "--cluster", dest="cluster", help="Name given to cluster. Ex: 'c1'") parser.add_option("-c", "--config-type", dest="config_type", help="One of the various configuration types in Ambari. Ex: core-site, hdfs-site, mapred-queue-acls, etc.") - parser.add_option("-b", "--version-note", dest="version_note",default="", help="Version change notes which will help to know what has been changed in this config , this value is optional and is used for action set ") + parser.add_option("-b", "--version-note", dest="version_note",default="", help="Version change notes which will help to know what has been changed in this config , this value is optional and is used for action <set> and <delete>") config_options_group = OptionGroup(parser, "To specify property(s) please use \"-f\" OR \"-k\" and \"-v'\"") config_options_group.add_option("-f", "--file", dest="file", help="File where entire configurations are saved to, or read from. Supported extensions (.xml, .json>)") -- To stop receiving notification emails like this one, please contact amag...@apache.org.