Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-17 Thread Sean Dague
AM To: openstack-dev@lists.openstack.org 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

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-17 Thread Patrick East
-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

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-16 Thread Wan, Sam
@lists.openstack.org Subject: Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found just an fyi, i had same issue. i 'pip uninstall'ed all the python-*clients and it worked fine... i assume it's something to do with master (as i had it configured previously

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-16 Thread Wan, Sam
: Sean Dague [mailto:s...@dague.net] Sent: Saturday, November 15, 2014 12:28 AM To: openstack-dev@lists.openstack.org 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

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-14 Thread Jeremy Stanley
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

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-14 Thread gordon chung
just an fyi, i had same issue. i 'pip uninstall'ed all the python-*clients and it worked fine... i assume it's something to do with master (as i had it configured previously) since devstack seems to pull in pypi version. cheers, gord

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-14 Thread Sean Dague
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

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-13 Thread Patrick East
I'm running into this issue as well on my CI. Any ideas on how to fix this? My CI is behaving similar to the official jenkins in regards to using pip to install the clients, and pip freeze shows the same versions on each. Comparing

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-13 Thread Wan, Sam
) Subject: Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found I'm running into this issue as well on my CI. Any ideas on how to fix this? My CI is behaving similar to the official jenkins in regards to using pip to install the clients, and pip freeze shows

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-12 Thread YAMAMOTO Takashi
Hi, My third party CI becomes failed from about 21:00 12th UTC in execution of devstack. The error occurs at openstack project create admin -f value -c id --- ERROR: openstack The plugin token_endpoint could not be found --- does your CI clean $DEST for each runs? i guess you are

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-12 Thread Steve Martinelli
About a month ago, we made changes to python-openstackclient that seem related to the error message you posted. Change is https://review.openstack.org/#/c/127655/3/setup.cfg I'm wondering why you are just hitting it now? Does your CI pull the latest python-keystoneclient and

Re: [openstack-dev] [infra][devstack] CI failed The plugin token_endpoint could not be found

2014-11-12 Thread Itsuro ODA
Hi, I'm wondering why you are just hitting it now? Does your CI pull the latest python-keystoneclient and python-openstackclient from master? Yes before it began to fail, but now it is No because of this change: