mirror of https://github.com/apache/cloudstack.git
Correcting the reported failure message
reviewed-by: Edison Su
This commit is contained in:
parent
e2196dd961
commit
2f6d166247
|
|
@ -294,7 +294,7 @@ class deployDataCenters():
|
|||
self.config = configGenerator.get_setup_config(self.configFile)
|
||||
except:
|
||||
raise cloudstackException.InvalidParameterException( \
|
||||
"Failed to load config" + sys.exc_info())
|
||||
"Failed to load config %s" %sys.exc_info())
|
||||
|
||||
mgt = self.config.mgtSvr[0]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue