mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
Built-In is of type CentOS 5.5 (64-bit)
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351434029 +0530
This commit is contained in:
parent
6c6d036447
commit
8d7ad6020d
@ -56,7 +56,7 @@ do
|
||||
done
|
||||
|
||||
#Damn Small Linux ISO type
|
||||
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)'")
|
||||
ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.5 (64-bit)'")
|
||||
if [[ $ostypeid == "" ]]; then
|
||||
echo "Unable to contact DB server @ $DB_SVR"
|
||||
exit 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user