Re: [openstack-dev] [keystone] driver/pluggable base classes and ABCMeta

2013-08-22 Thread Dolph Mathews
On Thu, Aug 22, 2013 at 12:22 AM, Morgan Fainberg m...@metacloud.com wrote: I've been doing some pondering on how Keystone handles the various pluggable systems with it's Manager / Driver architecture. Currently we implement the base driver class as follows: There is a driver object that

Re: [openstack-dev] [keystone] driver/pluggable base classes and ABCMeta

2013-08-22 Thread Chmouel Boudjnah
Morgan Fainberg m...@metacloud.com writes: I've been doing some pondering on how Keystone handles the various pluggable systems with it's Manager / Driver architecture. Currently we implement the base driver class as follows: For the people who like me didn't know much about how abstract

Re: [openstack-dev] [keystone] driver/pluggable base classes and ABCMeta

2013-08-22 Thread Ben Nemec
On 2013-08-22 00:22, Morgan Fainberg wrote: I've been doing some pondering on how Keystone handles the various pluggable systems with it's Manager / Driver architecture. Currently we implement the base driver class as follows: There is a driver object that has a number of reference functions

[openstack-dev] [keystone] driver/pluggable base classes and ABCMeta

2013-08-21 Thread Morgan Fainberg
I've been doing some pondering on how Keystone handles the various pluggable systems with it's Manager / Driver architecture. Currently we implement the base driver class as follows: There is a driver object that has a number of reference functions defined on it, each of these functions