mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user