Authorization Failed: request() got an unexpected keyword argument 'verify'

Asked by Aaron Rosen

Has anyone seen this error before? I'm getting this with a fresh devstack on both master and stable/folsom.

$ keystone --debug user-list
REQ: curl -i http://10.24.123.216:5000/v2.0/tokens -X POST -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient"
Authorization Failed: request() got an unexpected keyword argument 'verify'

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Identity (keystone) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Yaguang Tang (heut2008) said :
#1

this duo to you OS has a low version of python-requests by defalut, now python-keystoneclient require a python-requests>0.8.8,<1.0 this bug has been fixed to master.
you can first git pull the lastest python-keystoneclient code. then run pip install -r tools/pip-requires .

Can you help with this problem?

Provide an answer of your own, or ask Aaron Rosen for more information if necessary.

To post a message you must log in.