← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1514030] [NEW] /v3/policies response attribute missing

 

Public bug reported:

{
    "policy": {
        "blob": "{\"default\": false}",
        "id": "c41a4c",
        "links": {
            "self": "http://identity:35357/v3/policies/c41a4c";
        },
        "type": "application/json"
    }
}
need to update
{
    "policy": {
        "blob": "{'foobar_user': 'role:compute-user'}",
        "project_id": "0426ac1e48f642ef9544c2251e07e261",
        "type": "application/json",
        "user_id": "0ffd248c55b443eaac5253b4e9cbf9b5"
    }
}
project_id is required

** Affects: keystone
     Importance: Undecided
     Assignee: zouyee (zoues)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => zouyee (zoues)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1514030

Title:
  /v3/policies response attribute missing

Status in OpenStack Identity (keystone):
  New

Bug description:
  {
      "policy": {
          "blob": "{\"default\": false}",
          "id": "c41a4c",
          "links": {
              "self": "http://identity:35357/v3/policies/c41a4c";
          },
          "type": "application/json"
      }
  }
  need to update
  {
      "policy": {
          "blob": "{'foobar_user': 'role:compute-user'}",
          "project_id": "0426ac1e48f642ef9544c2251e07e261",
          "type": "application/json",
          "user_id": "0ffd248c55b443eaac5253b4e9cbf9b5"
      }
  }
  project_id is required

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1514030/+subscriptions


Follow ups