Comment 3 for bug 938253

Revision history for this message
Chmouel Boudjnah (chmouel) wrote : Re: need to update auth_token to most recent version

I have run a diff and here are the updated changes from legacy keystone :

- A service_ids feature which seems to be HP specific :
            self.service_id_querystring = '?HP-IDM-serviceId=%s' % \
                                (urllib.quote(service_ids))

- added Exceptions: ValidationFailed, TokenExpired

- service_timeout configuration variable to pass to http_connect
- auth_timeout configuration variable to pass to http_connect
- Cert/Key file.
- Token Caching.
- OS-KSValidate (???).
- More logging.
- Some function as staticmethods.