[openstack-dev] [openstack-common] Add auth_token.py from keystone middleware to openstack-common
Dan Prince
dprince at redhat.com
Tue Aug 21 14:45:49 UTC 2012
----- Original Message -----
> From: "Mark McLoughlin" <markmc at redhat.com>
> To: "OpenStack Development Mailing List" <openstack-dev at lists.openstack.org>
> Sent: Monday, August 20, 2012 5:02:34 PM
> Subject: Re: [openstack-dev] [openstack-common] Add auth_token.py from keystone middleware to openstack-common
>
> On Sat, 2012-08-18 at 16:23 -0500, Michael Basnight wrote:
> > Side note: I'd prefer to not install all of keystone to get this
> > one
> > module, no matter where it is.
>
> 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.
Dan
>
> Cheers,
> Mark.
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
More information about the OpenStack-dev
mailing list