mirror of https://github.com/apache/cloudstack.git
Work with cloud user to find CentOS 5.3 passwd
This commit is contained in:
parent
b0c7e385d7
commit
71437addf5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue