Pass the subcomand's arguments instead of the base ones to the endpoint
creation call when quering the `/versions` endpoint. Passing the wrong
arguments will end in the auth_requirement not being identified and an
error 'Expected Endpoint' will be raised as no endpoint will be gotten
from keystone.
This patch also removes an unnecessary mock in the test code related to
this fix.
Reviewed: https:/ /review. openstack. org/232461 /git.openstack. org/cgit/ openstack/ python- glanceclient/ commit/ ?id=36937bbf630 0a468f0eb1da546 1c2edeb8d47a44
Committed: https:/
Submitter: Jenkins
Branch: master
commit 36937bbf6300a46 8f0eb1da5461c2e deb8d47a44
Author: Flavio Percoco <email address hidden>
Date: Thu Oct 8 19:47:37 2015 +0900
Use the subcomand parsed args instead of the base
Pass the subcomand's arguments instead of the base ones to the endpoint
creation call when quering the `/versions` endpoint. Passing the wrong
arguments will end in the auth_requirement not being identified and an
error 'Expected Endpoint' will be raised as no endpoint will be gotten
from keystone.
This patch also removes an unnecessary mock in the test code related to
this fix.
Depends-On Iefeb9bc123f8c6 5fecd0cba585ecd 3eb349b23a6 98e3719e43f48dc 474fbc8a251
Change-Id: I46088130b91757
Closes-bug: #1504058