Bug 1041846

Summary: [RFE][python-keystoneclient]: Use common connection and auth plugin
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/python-keystoneclient/+spec/auth-plugins
Whiteboard: upstream_milestone_none upstream_status_good-progress upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:22:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 19:41:05 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/auth-plugins.

Description:

Nova and other clients have the concept of a basic connection class that provides authorization and then can be shared amongst all clients. This provides many benefits including http sessions, easily sharing tokens between clients, caching etc. 

We should do this in keystoneclient so that we can be in control of the session class for adding things like kerberos when they are required. 

This is essentially the same as https://blueprints.launchpad.net/python-keystoneclient/+spec/keystoneclient-auth-system except we are currently just concerned with the architecture.

Specification URL (additional information):

https://etherpad.openstack.org/keystoneclient-auth-system