Merge lp://staging/~thedac/charmsupport/volume-management into lp://staging/charmsupport
Proposed by
David Ames
Status: | Merged |
---|---|
Approved by: | Matthew Wedgwood |
Approved revision: | 39 |
Merged at revision: | 37 |
Proposed branch: | lp://staging/~thedac/charmsupport/volume-management |
Merge into: | lp://staging/charmsupport |
Diff against target: |
57 lines (+8/-6) 3 files modified
charmsupport/hookenv.py (+5/-1) charmsupport/volumes.py (+1/-1) tests/test_hookenv.py (+2/-4) |
To merge this branch: | bzr merge lp://staging/~thedac/charmsupport/volume-management |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matthew Wedgwood (community) | Approve | ||
Sidnei da Silva (community) | Approve | ||
Review via email: mp+160518@code.staging.launchpad.net |
Commit message
Fix dictionary check for volume_map
Allow non-relation context runs
Fixed unit test for no relation set
Description of the change
Fix dictionary check for volume_map
Allow non-relation context runs
To post a comment you must log in.
Tried to land it, but it breaks an existing test. I think the test might need adjusting.