Allow adding roles to user without a tenant

Registered by Alexej Ababilov

Currently, in /users/userId/roleRefs a tenant must be provided:
{
  "roleRef":{
    "id":1,
    "roleId":"admin",
    "tenantId":"one"
  }
}

There must a way to add a role without a tenant:

{
  "roleRef":{
    "id":1,
    "roleId":"admin",
  }
}

Here is a proposed patch: https://github.com/aababilov/keystone/commit/9171a73a8646afffba0f8bea67530dbdea7c4428
It just allows to parse a roleRef without a tenantId

Blueprint information

Status:
Complete
Approver:
Ziad Sawalha
Priority:
Undefined
Drafter:
None
Direction:
Approved
Assignee:
Alexej Ababilov
Definition:
Approved
Series goal:
Accepted for diablo
Implementation:
Implemented
Milestone target:
None
Started by
Ziad Sawalha
Completed by
Ziad Sawalha

Related branches

Sprints

Whiteboard

We don't use roleRefs anymore, but the intent of your blueprint has been implemented. Thanks!

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.