
Allow %(project_id)s and %(user_id)s in an endpoint_override string to be replaced with the appropriate values from the authentication. This makes it easier to use and specify overrides from the command line or scripts where we may not know the project_id/user_id ahead of time. Change-Id: Ia09f5a88cb6590113dab26796c58e708014e98f7 Closes-Bug: #1536874
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: http://docs.openstack.org/developer/keystoneauth
- Source: http://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: http://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%