1fd43be5cea7953d67b0a4b60497e36c2fbdb5ad
In the spirit of keystoneauth1.loading.session, keystoneauth1.loading.adapter.Adapter is a BaseLoader subclass providing oslo_config* options suitable for inclusion by config groups wishing to support keystoneauth1.adapter.Adapter operations such as endpoint discovery. *Future work should be done to move the argparse options from keystoneauth1.adapter.Adapter into the new loading.adapter.Adapter class for consistency. Change-Id: Icb8c295799cc5ef4ca16f44c238838668fb7ab93 Partial-Implements: bp use-service-catalog-for-endpoints
Team and repository tags
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: https://docs.openstack.org/developer/keystoneauth
- Source: https://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%