You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/09 16:13:15 UTC

[2/2] git commit: Work with cloud user to find CentOS 5.3 passwd

Work with cloud user to find CentOS 5.3 passwd


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/71437add
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/71437add
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/71437add

Branch: refs/heads/master
Commit: 71437addf5541cef85b7ede92d1aa38bc7fd0364
Parents: b0c7e38
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Tue Oct 9 19:41:51 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Oct 9 19:41:51 2012 +0530

----------------------------------------------------------------------
 test/setup-test-data.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/71437add/test/setup-test-data.sh
----------------------------------------------------------------------
diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh
index a0e78de..dfe4cf1 100755
--- a/test/setup-test-data.sh
+++ b/test/setup-test-data.sh
@@ -56,7 +56,7 @@ do
 done
 
 #Damn Small Linux ISO type
-ostypeid=$(mysql -uroot -Dcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'")
+ostypeid=$(mysql -ucloud -Dcloud pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'")
 if [[ $ostypeid == "" ]]; then
     echo "Unable to contact DB server @ $DB_SVR"
     exit 2