Remove sources argument when calling _populate_and_plan() for an alias

zone
This commit is contained in:
Jonathan Leroy
2020-10-31 09:41:27 +01:00
parent 0b3a99bb8c
commit 8679bb4899
+1 -1
View File
@@ -363,7 +363,7 @@ class Manager(object):
futures.append(self._executor.submit(
self._populate_and_plan,
zone_name,
[self.providers[s] for s in source_config['sources']],
[],
[self.providers[t] for t in source_config['targets']],
desired=plan[0].desired,
lenient=lenient