mirror of https://github.com/apache/cloudstack.git
CS-10929: Pass error string when raising CloudInternalException
RB: https://reviews.apache.org/r/6449/ Send-by: andy@basho.com
This commit is contained in:
parent
57b57703eb
commit
7b7f69b415
|
|
@ -73,7 +73,7 @@ class sysConfig(object):
|
|||
|
||||
for service in self.services:
|
||||
if not service.configration():
|
||||
raise CloudInternalException()
|
||||
raise CloudInternalException("Configuration failed for service %s" % service.serviceName)
|
||||
|
||||
def restore(self):
|
||||
for service in self.services:
|
||||
|
|
|
|||
Loading…
Reference in New Issue