Comment 5 for bug 1504646

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on python-barbicanclient (master)

Change abandoned by Christopher Solis (<email address hidden>) on branch: master
Review: https://review.openstack.org/283672
Reason: It looks like the reason python3.4 is not raising the exception is because it is converting the bytestrings to actual integer values to have a friendly output. Which I think is not good because that basically means what the user puts in might not be what they get back out. At least from a CLI perspective, not the client. Patch is being abandoned in lieu of revamping the CLI, we will address this issue.