Merge lp://staging/~tealeg/landscape-client/keystone-scoped-resynch into lp://staging/~landscape/landscape-client/trunk
Status: | Merged |
---|---|
Approved by: | Geoff Teale |
Approved revision: | 714 |
Merged at revision: | 708 |
Proposed branch: | lp://staging/~tealeg/landscape-client/keystone-scoped-resynch |
Merge into: | lp://staging/~landscape/landscape-client/trunk |
Prerequisite: | lp://staging/~tealeg/landscape-client/centralise-resynch-handling |
Diff against target: |
125 lines (+60/-18) 3 files modified
landscape/manager/keystonetoken.py (+3/-3) landscape/manager/tests/test_keystonetoken.py (+44/-15) landscape/tests/helpers.py (+13/-0) |
To merge this branch: | bzr merge lp://staging/~tealeg/landscape-client/keystone-scoped-resynch |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jerry Seutter (community) | Approve | ||
Chris Glass (community) | Approve | ||
Review via email: mp+174289@code.staging.launchpad.net |
This proposal supersedes a proposal from 2013-07-05.
Commit message
This branch makes the keystone token plugin only respond
to resynchronize-
"openstack" or global scope. Note, the server doesn't
currently send "openstack" scope, but I decided that all
plugins should have their scope defined so that we can
easily add scoped resynchs on the server when we need to.
Description of the change
This branch makes the keystone token plugin only respond to resynchronize-
Note - this branch has now been re-based on the centralise-
+1, looks good.