I Have an issue using Cinder API v3, ended getting below error
http://openstack_api:8776/v3/project_ID/volumes/detail
{
"badRequest": {
"code": 400,
"message": "Malformed request url"
}
}
Note that I was able to query Keystone to get token and used the token in Nova and it returns a result, unlike cinder.
Tried to debug from openstack client and result returned successfully using the same query I'm using in api, the only difference is that in openstack stack client the token in header is using {SHA256} and mine that extracted from keynote does not.
any help is appreciated.