You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/01/02 22:13:48 UTC

git commit: AMBARI-4214. Need to change prompt during mysql setup. (mahadev)

Updated Branches:
  refs/heads/branch-1.4.3 3c3402a36 -> b0704544b


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/b0704544
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b0704544
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b0704544

Branch: refs/heads/branch-1.4.3
Commit: b0704544b29d8a80b29c5eb765f4325517a56d83
Parents: 3c3402a
Author: Mahadev Konar <ma...@apache.org>
Authored: Thu Jan 2 13:13:38 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Thu Jan 2 13:13:38 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/b0704544/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 6482cd5..e317a54 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 = [