Merge lp://staging/~lomov-as/charm-helpers/cloud-foundry-fix into lp://staging/~cf-charmers/charm-helpers/cloud-foundry
Proposed by
Alex Lomov
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~lomov-as/charm-helpers/cloud-foundry-fix |
Merge into: | lp://staging/~cf-charmers/charm-helpers/cloud-foundry |
Diff against target: |
56 lines (+12/-8) 3 files modified
.bzrignore (+2/-1) charmhelpers/core/templating.py (+1/-1) tests/core/test_templating.py (+9/-6) |
To merge this branch: | bzr merge lp://staging/~lomov-as/charm-helpers/cloud-foundry-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cloud Foundry Charmers | Pending | ||
Review via email: mp+220450@code.staging.launchpad.net |
Description of the change
issue with interfaces with dashes in name
Names of interfaces in RelartionContext can contain dashes , but template variables are not allowed to have such names that's why I decided to replace dashes with underscores.
To post a comment you must log in.
Unmerged revisions
- 182. By Alex Lomov
-
RelationalContext: fix issue with interfaces that have dash in the name