On Aug 6, 2013, at 8:36 AM, Adam Young wrote: > On 08/06/2013 01:19 AM, Jamie Lennox wrote: >> Hi all, >> >> Partially in response to the trusts API review in keystoneclient >> (https://review.openstack.org/#/c/39899/ ) and my work on keystone API >> version discoverability (spell-check disagrees but I'm going to assume >> that's a word - https://review.openstack.org/#/c/38414/ ) I was thinking >> about how we should be able to know what/if an extension is available. I >> even made a basic blueprint for how i think it should work: >> https://blueprints.launchpad.net/python-keystoneclient/+spec/keystoneclient-extensions and then realized that GET /extensions is only a V2 API. > > I'm not certain that the extensions should really be in the v2 or v3. It always seemed to me that Extensions should be parallel to, and separate from, the core API. I agree. Extensions should not be in core, but the mechanism by which extensions are discovered should be part of the core...right? -jOrGe W.