Activity log for bug #1564129

Date Who What changed Old value New value Message
2016-03-30 22:34:45 Sean Perry bug added bug
2016-03-31 20:08:41 OpenStack Infra keystone: status New In Progress
2016-03-31 20:08:41 OpenStack Infra keystone: assignee Colleen Murphy (krinkle)
2016-06-13 20:31:09 Lance Bragstad description For instance: http https://poc.example.com:35357/v3/role_inferences/ "X-Auth-Token:d6b832b25b5f4eafa53ebd8399d41b82" HTTP/1.1 200 OK Connection: Keep-Alive Content-Length: 371 Content-Type: application/json Date: Wed, 30 Mar 2016 22:22:47 GMT Keep-Alive: timeout=5, max=100 Server: Apache/2.4.7 (Ubuntu) Vary: X-Auth-Token x-openstack-request-id: req-7632b6fb-1ca2-4cf3-a9c4-b2d74627e282 { "role_inferences": [ { "implies": [ { "id": "edd42085d3ab472e9cf13b3cf3c362b6", "links": { "self": "https://poc.example.com:35357/v3/roles/edd42085d3ab472e9cf13b3cf3c362b6" }, "name": "Member" } ], "prior_role": { "id": "5a912666c3704c22a20d4c35f3068a88", "links": { "self": "https://poc.example.com:35357/v3/roles/5a912666c3704c22a20d4c35f3068a88" }, "name": "testing" } } ] } While there are 'links' on the individual roles there is not one on the response as a whole. This is the case with all of the Implied Roles reponses. For instance:  http https://poc.example.com:35357/v3/role_inferences/ "X-Auth-Token:d6b832b25b5f4eafa53ebd8399d41b82" HTTP/1.1 200 OK Connection: Keep-Alive Content-Length: 371 Content-Type: application/json Date: Wed, 30 Mar 2016 22:22:47 GMT Keep-Alive: timeout=5, max=100 Server: Apache/2.4.7 (Ubuntu) Vary: X-Auth-Token x-openstack-request-id: req-7632b6fb-1ca2-4cf3-a9c4-b2d74627e282 {     "role_inferences": [         {             "implies": [                 {                     "id": "edd42085d3ab472e9cf13b3cf3c362b6",                     "links": {                         "self": "https://poc.example.com:35357/v3/roles/edd42085d3ab472e9cf13b3cf3c362b6"                     },                     "name": "Member"                 }             ],             "prior_role": {                 "id": "5a912666c3704c22a20d4c35f3068a88",                 "links": {                     "self": "https://poc.example.com:35357/v3/roles/5a912666c3704c22a20d4c35f3068a88"                 },                 "name": "testing"             }         }     ] } While there are 'links' on the individual roles there is not one on the response as a whole. This is the case with all of the Implied Roles responses.
2016-06-13 21:28:35 OpenStack Infra keystone: assignee Colleen Murphy (krinkle) Samuel de Medeiros Queiroz (samueldmq)
2016-06-14 03:17:29 Steve Martinelli keystone: milestone newton-1
2016-06-14 03:17:32 Steve Martinelli keystone: importance Undecided Medium
2016-06-14 04:04:17 OpenStack Infra keystone: status In Progress Fix Released
2016-06-14 09:51:03 Samuel de Medeiros Queiroz keystone: assignee Samuel de Medeiros Queiroz (samueldmq) Colleen Murphy (krinkle)