Updated Branches: refs/heads/trunk 1e0326ba4 -> 082042e82
AMBARI-4214. Need to change prompt during mysql setup. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/082042e8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/082042e8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/082042e8 Branch: refs/heads/trunk Commit: 082042e82f998fd39c2b6af30fc6ba282ece99a5 Parents: 1e0326b Author: Mahadev Konar <[email protected]> Authored: Thu Jan 2 13:13:38 2014 -0800 Committer: Mahadev Konar <[email protected]> Committed: Thu Jan 2 13:14:10 2014 -0800 ---------------------------------------------------------------------- ambari-server/src/main/python/ambari-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/082042e8/ambari-server/src/main/python/ambari-server.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/python/ambari-server.py b/ambari-server/src/main/python/ambari-server.py index 17a4dfd..cd34d97 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -289,7 +289,7 @@ PROMPT_DATABASE_OPTIONS = False USERNAME_PATTERN = "^[a-zA-Z_][a-zA-Z0-9_\-]*$" PASSWORD_PATTERN = "^[a-zA-Z0-9_-]*$" DATABASE_NAMES =["postgres", "oracle", "mysql"] -DATABASE_STORAGE_NAMES =["Database","Service","Schema"] +DATABASE_STORAGE_NAMES =["Database","Service","Database"] DATABASE_PORTS =["5432", "1521", "3306"] DATABASE_DRIVER_NAMES = ["org.postgresql.Driver", "oracle.jdbc.driver.OracleDriver", "com.mysql.jdbc.Driver"] DATABASE_CONNECTION_STRINGS = [
