mirror of https://github.com/apache/cloudstack.git
Fix broken pep8 from 1305697eaa
Signed-off-by: Prasanna Santhanam <tsp@apache.org> (cherry picked from commit 8545e6461880dae08a8b3f7d07d9302807982c29)
This commit is contained in:
parent
2f369973e2
commit
20e64be8d7
|
|
@ -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