Merge lp://staging/~1chb1n/charms/trusty/heat/six-install into lp://staging/~openstack-charmers-archive/charms/trusty/heat/next
Proposed by
Ryan Beisner
Status: | Merged |
---|---|
Merged at revision: | 30 |
Proposed branch: | lp://staging/~1chb1n/charms/trusty/heat/six-install |
Merge into: | lp://staging/~openstack-charmers-archive/charms/trusty/heat/next |
Diff against target: |
10 lines (+1/-0) 1 file modified
hooks/heat_utils.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~1chb1n/charms/trusty/heat/six-install |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Corey Bryant | Approve | ||
OpenStack Charmers | Pending | ||
Review via email: mp+245057@code.staging.launchpad.net |
Description of the change
Install python-six explicitly via the charm
See tracking bug: bug 1403195
Also related SRU bug: bug 1403114
To post a comment you must log in.
Heat was a bit different. It would deploy cleanly according to juju. But the service wouldn't start, giving a six-related error.
AttributeError: 'module' object has no attribute 'add_metaclass'