mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
This commit is contained in:
commit
9c22d43e81
|
|
@ -0,0 +1 @@
|
|||
cloudstack.ent
|
||||
|
|
@ -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