Public bug reported: Full path of validate_non_persistent_token(): keystone.token.providers.common.BaseProvider.validate_non_persistent_token()
The validate_non_persistent_token() method is just for fernet, and there are some variables/methods used that do not exist in the BaseProvider like: self.token_formatter self._rebuild_federated_info() self._rebuild_federated_token_roles() So it is more suitable to move validate_non_persistent_token() to fernet. ** Affects: keystone Importance: Undecided Assignee: javeme (javaloveme) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1582493 Title: Move validate_non_persistent_token() method from base to fernet Status in OpenStack Identity (keystone): In Progress Bug description: Full path of validate_non_persistent_token(): keystone.token.providers.common.BaseProvider.validate_non_persistent_token() The validate_non_persistent_token() method is just for fernet, and there are some variables/methods used that do not exist in the BaseProvider like: self.token_formatter self._rebuild_federated_info() self._rebuild_federated_token_roles() So it is more suitable to move validate_non_persistent_token() to fernet. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1582493/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp