[openstack-dev] [openstack-common] Add auth_token.py from keystone middleware to openstack-common

Alan Pevec apevec at gmail.com
Tue Aug 21 17:22:33 UTC 2012


On Tue, Aug 21, 2012 at 4:45 PM, Dan Prince <dprince at redhat.com> wrote:
>> FWIW, Fedora packages auth_token.py as python-keystone-auth-token so
>> that you don't need to install of keystone for just the middleware.
>
> Actually. With some of the most recent Folsom changes auth_token.py now has some external dependencies on several other keystone modules:
>
>  from keystone.openstack.common import jsonutils
>  from keystone.common import cms
>  from keystone.common import utils
>  from keystone.openstack.common import timeutils
>
> If we want users to be able to deploy just the single module (like was possible with Essex) I think we may want to re-work some of this so that auth_token.py is once again stand alone.

Yeah, unfortunately that's correct and I've already filed
https://bugzilla.redhat.com/show_bug.cgi?id=844508 to track that, no
idea how to solve it except to move all new keystone-internal deps to
a separate library :(

Alan



More information about the OpenStack-dev mailing list