Merge "Use consistent arguments for invocation_flow method"

This commit is contained in:
Zuul 2020-09-10 11:31:06 +00:00 committed by Gerrit Code Review
commit 8b8680a52f

View File

@ -36,5 +36,5 @@ class StorletGatewayBase(object):
raise NotImplementedError("Not implemented: "
"validate_dependency_registration")
def invocation_flow(self, sreq):
def invocation_flow(self, sreq, extra_sources=None):
raise NotImplementedError("Not implemented: invocation_flow")