← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1514030] Re: /v3/policies response attribute missing

 

Change abandoned by zouyee (zounengren@xxxxxxxxxxxxxxxxxxxx) on branch: master
Review: https://review.openstack.org/242725

** Changed in: keystone
       Status: Invalid => In Progress

** Changed in: keystone
     Assignee: Diane Fleming (diane-fleming) => 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):
  In Progress

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'}",

          "type": "application/json",
          "user_id": "0ffd248c55b443eaac5253b4e9cbf9b5"
      }
  }
  according to http://developer.openstack.org/api-ref-identity-v3.html
  and my test

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


References