commit | 4dbce633a21a051f81357720216736418d8d30ca | [log] [tgz] |
---|---|---|
author | Kevin Benton <kevin@benton.pub> | Fri Apr 29 23:24:34 2016 -0700 |
committer | Kevin Benton <kevin@benton.pub> | Fri Apr 29 23:27:12 2016 -0700 |
tree | 347258c7085811ab868b0f5ac6e6cb0e0895ae45 | |
parent | 57fdf41ed473b7bc79711b7728b0a4d1dab388b1 [diff] |
Fix update target tenant RBAC external path This fixes the logic to allow updates to wildcard RBAC external policies. It was broken for two reasons: first, it was using the wrong kwarg, second, it wasn't considering the target tenant when determining if the policy was required. This patch fixes both issues and adds an API test exercising the update path. Closes-Bug: #1577100 Change-Id: Id7441ab5c3f3667aa1cc48100286a2a9d480e201