mirror of https://github.com/apache/cloudstack.git
Fix broken pep8 from 1305697eaa
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
acd2396660
commit
28a0b0c588
|
|
@ -174,7 +174,8 @@ specify a valid config file" % cfgFile)
|
|||
if cacheStorages is None:
|
||||
return
|
||||
for cache in cacheStorages:
|
||||
cachecmd = createSecondaryStagingStore.createSecondaryStagingStoreCmd()
|
||||
cachecmd = createSecondaryStagingStore.\
|
||||
createSecondaryStagingStoreCmd()
|
||||
cachecmd.url = cache.url
|
||||
cachecmd.provider = cache.provider
|
||||
cachecmd.zoneid = zoneId
|
||||
|
|
|
|||
Loading…
Reference in New Issue