Activity log for bug #1594261

Date Who What changed Old value New value Message
2016-06-20 06:41:01 xiexs bug added bug
2016-06-20 06:46:40 xiexs cinder: assignee xiexs (xiexs)
2016-06-20 06:50:22 OpenStack Infra cinder: status New In Progress
2016-06-20 06:57:08 Sheel Rana cinder: importance Undecided Low
2016-06-20 21:56:56 Scott DAngelo bug added subscriber Scott DAngelo
2016-06-27 15:18:07 OpenStack Infra cinder: status In Progress Fix Released
2016-06-28 14:25:05 xiexs cinder: status Fix Released In Progress
2016-06-28 14:28:49 xiexs description The following API returned normally although the usage is specified a invalid bool value. $ curl -X GET -H "X-Auth-Token: xxxx" "http://xxxx:8776//v2/xxxx/os-quota-sets/xxxx?usage=InvalidBool" -H 'Content-type: application/json' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 933 100 933 0 0 5045 0 --:--:-- --:--:-- --:--:-- 5070 { "quota_set": { ... } } The reason for this is that there is no strict Boolean checking for that API. The following API returned normally although the usage is specified a invalid bool value. $ curl -X GET -H "X-Auth-Token: xxxx" "http://xxxx:8776//v2/xxxx/os-quota-sets/xxxx?usage=InvalidBool" -H 'Content-type: application/json'   % Total % Received % Xferd Average Speed Time Time Time Current                                  Dload Upload Total Spent Left Speed 100 933 100 933 0 0 5045 0 --:--:-- --:--:-- --:--:-- 5070 {     "quota_set": {       ...     } } The reason for this is that there is no strict Boolean checking for that API. The following API also has same issue: - /qos-specs API - /volumes API - /scheduler-states/get_pools API
2016-06-29 14:07:37 xiexs description The following API returned normally although the usage is specified a invalid bool value. $ curl -X GET -H "X-Auth-Token: xxxx" "http://xxxx:8776//v2/xxxx/os-quota-sets/xxxx?usage=InvalidBool" -H 'Content-type: application/json'   % Total % Received % Xferd Average Speed Time Time Time Current                                  Dload Upload Total Spent Left Speed 100 933 100 933 0 0 5045 0 --:--:-- --:--:-- --:--:-- 5070 {     "quota_set": {       ...     } } The reason for this is that there is no strict Boolean checking for that API. The following API also has same issue: - /qos-specs API - /volumes API - /scheduler-states/get_pools API The following API returned normally although the usage is specified a invalid bool value. $ curl -X GET -H "X-Auth-Token: xxxx" "http://xxxx:8776//v2/xxxx/os-quota-sets/xxxx?usage=InvalidBool" -H 'Content-type: application/json'   % Total % Received % Xferd Average Speed Time Time Time Current                                  Dload Upload Total Spent Left Speed 100 933 100 933 0 0 5045 0 --:--:-- --:--:-- --:--:-- 5070 {     "quota_set": {       ...     } } The reason for this is that there is no strict Boolean checking for that API. The following API also has same issue: - "usage" of /os-quota-sets API - "multiattach" of /volumes API - "detail" of /scheduler-states/get_pools API - "force" of API /qos-specs
2016-06-30 04:05:15 OpenStack Infra cinder: status In Progress Fix Released
2016-06-30 04:43:31 xiexs cinder: status Fix Released In Progress
2016-10-05 19:22:32 Sean McGinnis cinder: status In Progress Fix Released