Comment 0 for bug 1503632

Revision history for this message
Venkata Mahesh Jonnalagadda (vj884x) wrote : zaqarclient (0.2.1.dev3) failing with error for list & delete command and unable to uninstall it to downgrade on system

Installed & configured Zaqar with devstack (kilo) and seeing below issues with zaqarclient "list" and "create" commands

Details of Setup: devstack (kilo) with zaqar (2015.1.1.dev1), zaqarclient (0.2.1.dev3), redis (2.8.4)

Tried below zaqarclient commands and observed issue "ERROR: openstack The header X-PROJECT-ID was missing" with python-zaqarclient (0.2.1.dev3)

$ openstack queue list
Find more information or log snapshots for "list" command error with 0.2.1.dev3 @ http://paste.openstack.org/show/475574/
And zaqar server log snapshot -
10.10.0.11 - - [07/Oct/2015 09:38:52] "GET /v1.1/queues HTTP/1.1" 400 95

$ openstack queue delete myqueue
Find more information or log snapshots for "delete" command error with 0.2.1.dev3 @ http://paste.openstack.org/show/475575/
And zaqar server log snapshot -
10.10.0.11 - - [07/Oct/2015 09:40:03] "DELETE /v1.1/queues/myqueue HTTP/1.1" 400 95

But, it is working while creating a queue using above mentioned zaqarclient version (0.2.1.dev3).

When I tried to revert back to python-zaqarclient (0.1.1) using pip command, it is saying "Can't uninstall 'python-zaqarclient'. No files were found to uninstall".
For more information or log snapshots @ http://paste.openstack.org/show/475576/

With above issues, I won't be able to do below things -
1) Unable to list & delete queues using zaqarclient (0.2.1.dev3)
2) Unable to uninstall or revert back to working python-zaqarclient (0.1.1)

Last but not least check - I tried with APIs using curl for list, create and delete and which are working without any issues.