keystone.tests.common.auth.
AuthTestMixin
[source]¶Bases: object
To hold auth building helper functions.
build_authentication_request
(token=None, user_id=None, username=None, user_domain_id=None, user_domain_name=None, password=None, kerberos=False, passcode=None, app_cred_id=None, app_cred_name=None, secret=None, **kwargs)[source]¶Build auth dictionary.
It will create an auth dictionary based on all the arguments that it receives.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.