Pass _Config instead of a smaller dict to get_client_resource

This commit is contained in:
Jean-Paul Calderone
2019-08-19 11:21:03 -04:00
parent 724acede4d
commit a47463e032
5 changed files with 29 additions and 9 deletions

View File

@ -895,7 +895,9 @@ class _Client(node.Node, pollmixin.PollMixin):
:return dict[bytes, IResource provider]: The implementations.
"""
return self.storage_broker.get_client_storage_plugin_web_resources()
return self.storage_broker.get_client_storage_plugin_web_resources(
self.config,
)
def _enable_storage_servers(self, announceable_storage_servers):
"""