Reviewed: https://review.openstack.org/262086 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=35584f1b0ffcf4900d14c7198cf09dcaa1d7a0e5 Submitter: Jenkins Branch: master
commit 35584f1b0ffcf4900d14c7198cf09dcaa1d7a0e5 Author: Diane Fleming <[email protected]> Date: Mon Dec 28 18:15:48 2015 -0600 Update policy response Change-Id: I5823ce01b21ca5d56c685913331d5ced11dcfbc3 Closes-Bug: #1514030 ** Changed in: openstack-api-site Status: In Progress => Fix Released -- 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): Invalid Status in openstack-api-site: Fix Released 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

