Merge lp://staging/~james-page/charm-helpers/bug1675220 into lp://staging/charm-helpers
Proposed by
James Page
Status: | Merged |
---|---|
Merged at revision: | 742 |
Proposed branch: | lp://staging/~james-page/charm-helpers/bug1675220 |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
21 lines (+2/-2) 1 file modified
charmhelpers/contrib/database/mysql.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~james-page/charm-helpers/bug1675220 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chris MacNaughton (community) | Approve | ||
charmers | Pending | ||
Review via email: mp+324044@code.staging.launchpad.net |
Description of the change
Correctly quote database names to ensure that names generated from juju application names are acceptable.
For example 'neutron-api' contains a dash, which without quoting will cause a parsing failure.
To post a comment you must log in.
Looks good to me