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

2014-11-16 Thread Wan, Sam
Hi Gord, Seems this not work for me. I've pip uninstalled all python-*client . # pip list|grep -P 'python-.*client' python-barbicanclient (3.0.1) python-ceilometerclient (1.0.12) python-cinderclient (1.1.1) python-glanceclient (0.14.2) python-heatclient (0.2.12) python-keystoneclient (0.11.2)

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

2014-11-16 Thread Wan, Sam
(-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

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

2014-11-13 Thread Wan, Sam
Hi, Seems we need to use python-keystoneclient and python-openstackclient from git.openstack.org because those on pip don’t work. But in latest update of stack.sh, it’s to use pip by default if use_library_from_git python-openstackclient; then git_clone_by_name python-openstackclient