Hi Sean, Seems once I unset ' DEVSTACK_PROJECT_FROM_GIT=python-keystoneclient,python-openstackclient', devstack will fail with ' ERROR: openstack The plugin token_endpoint could not be found'. How should I overcome this issue then?
Thanks and regards Sam -----Original Message----- From: Sean Dague [mailto:[email protected]] Sent: Saturday, November 15, 2014 12:28 AM To: [email protected] Subject: Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found On 11/14/2014 09:09 AM, Jeremy Stanley wrote: > On 2014-11-14 00:34:14 -0500 (-0500), Wan, Sam wrote: >> Seems we need to use python-keystoneclient and python-openstackclient >> from git.openstack.org because those on pip don’t work. > > That's a bug we're (collectively) trying to prevent in the future. > Services, even under development, should not depend on features only > available in unreleased versions of libraries. > >> But in latest update of stack.sh, it’s to use pip by default > [...] > > And this is intentional, implemented specifically so that we can keep > it from happening again. > Patrick actually got to the bottom of a bug we had in devstack around this, we merged the fixes this morning. As Jeremy said, installing from pypi released versions is intentional. If something wants to use features in a library, the library needs to cut a release. -Sean -- Sean Dague http://dague.net _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
