mirror of https://github.com/apache/cloudstack.git
Bug 13529 - Multiple Management Servers: cloud-setup-databases script fails to execute
status: 13529: resolved fixed reviewed-by:edison
This commit is contained in:
parent
96b26248e9
commit
d0d7d25ad7
|
|
@ -332,16 +332,9 @@ for full help
|
|||
else: self.errorAndExit(e.__str__())
|
||||
self.info(None, True)
|
||||
|
||||
def checkMysqlConnection():
|
||||
self.info("Testing mysql connection ...", None)
|
||||
sql = "SELECT * from mysql.user limit 0"
|
||||
self.runMysql(sql, 'test script', self.rootuser != None)
|
||||
self.info(None, True)
|
||||
|
||||
checkCloudDbFiles()
|
||||
checkHostName()
|
||||
checkSELinux()
|
||||
checkMysqlConnection()
|
||||
|
||||
def parseOptions(self):
|
||||
def parseOtherOptions():
|
||||
|
|
|
|||
Loading…
Reference in New Issue