Merge lp://staging/~gnuoy/charm-helpers/api-domain-id into lp://staging/charm-helpers
Proposed by
Liam Young
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~gnuoy/charm-helpers/api-domain-id |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
61 lines (+33/-0) 2 files modified
charmhelpers/contrib/openstack/context.py (+3/-0) tests/contrib/openstack/test_os_contexts.py (+30/-0) |
To merge this branch: | bzr merge lp://staging/~gnuoy/charm-helpers/api-domain-id |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | Pending | ||
Review via email: mp+305970@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 629. By Liam Young
-
Add admin_domain_id to IdentityService
Context The keystone charm passes the admin domain id down the identity-service
relation if keystone is using the V3 API. This change makes that id
available in the context if its set.