mirror of https://github.com/apache/cloudstack.git
Wrong place to put a return
This commit is contained in:
parent
e01088f4a6
commit
1316fb7714
|
|
@ -266,7 +266,8 @@ class deployDataCenters():
|
|||
zoneId)
|
||||
|
||||
self.createSecondaryStorages(zone.secondaryStorages, zoneId)
|
||||
return self.enableZone(zoneId, "Enabled")
|
||||
self.enableZone(zoneId, "Enabled")
|
||||
return
|
||||
|
||||
def registerApiKey(self):
|
||||
listuser = listUsers.listUsersCmd()
|
||||
|
|
|
|||
Loading…
Reference in New Issue