[openstack-dev] [oslo][keystone] Trying to get openstack.common.wsgi in keystoneclient

Dean Troyer dtroyer at gmail.com
Wed Apr 24 15:52:56 UTC 2013


On Wed, Apr 24, 2013 at 10:07 AM, Chmouel Boudjnah <chmouel at enovance.com> wrote:
> Hello,
> I am trying to move the s3_token and ec2_token middleware to
> python-keystoneclient I thought it would be a good idea to make them
> using openstack.common.wsgi instead of {swift,keystone,nova}.wsgi
>
> It seems that adding wsgi trying to import the full set of modules
> from openstack.common as a dependency which doesn't seem to please
> (and for good reasons) the other reviewers.

I can't speak to the wisdom of adding these to keystonelcient but let
me express a concern about adding more non-client dependencies to it.
Remember that every CLI user will be installing all of these deps even
if they are only used in middleware.  Hopefully the packagers can
split them out to their own sub-package?

dt

--

Dean Troyer
dtroyer at gmail.com



More information about the OpenStack-dev mailing list