← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Looks like the examples under /policies here: are incorrect
http://developer.openstack.org/api-ref-identity-v3.html

I suggest looking at: http://specs.openstack.org/openstack/keystone-
specs/api/v3/identity-api-v3.html

Feel free to fix the inconsistencies in the api-site, they are here:
https://github.com/openstack/api-site/blob/master/api-ref/src/wadls
/identity-api/src/v3/samples/PolicyCreateRequest.json

What test are you referring you?

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

** Also affects: openstack-api-site
   Importance: Undecided
       Status: New

-- 
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):
  Incomplete
Status in openstack-api-site:
  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'}",

          "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