Updated openstack/openstack
Project: openstack/keystone 910f525b7c53e183f0f5bffed6f32232912c2a46 Invalid parameter name on interface There are several classes that inherit from the abstract method AuthMethodHandler.authenticate. In some cases those classes are not using matching parameter names. This patch changes all classes such that the signatures match. Prior to this there were four different signatures: authenticate(self, context, auth_payload, auth_context) authenticate(self, request, auth_info, auth_context) authenticate(self, request, auth_payload, auth_context) authenticate(self, request, auth_payload, user_context) The new common signature will be: authenticate(self, request, auth_payload, auth_context) Change-Id: I2846af0528dbb638436fdd0731d99c6a627608d7
This commit is contained in:
committed by
Gerrit Code Review
parent
d3689c79a1
commit
dfffb1d71b