Not a unity bug.

** Changed in: unity
       Status: New => Invalid

** Changed in: unity (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1187992

Title:
  The rest apis in keystone V3 fail. The APIs : project users list etc..

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  The three keystone V3 REST APIs fail. But the three were recorded in
  the doc https://github.com/openstack/identity-api/blob/master
  /openstack-identity-api/src/markdown/identity-api-v3.md, so they
  should be supported in current community code.

  List project users: GET /projects/{id}/users  
  List users with a role: GET /roles/{role_id}/users    
  List user’s roles: Get /users/{user_id}/roles 

  The error I got for issuing these API, 
  ------
  {
      "error": {
          "message": "The resource could not be found.",
          "code": 404,
          "title": "Not Found"
      }
  ------
  }

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to