This commit is contained in:
John Kinsella 2012-08-08 00:12:39 -07:00
commit 9c22d43e81
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
cloudstack.ent

View File

@ -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: