Merge lp:~corey.bryant/charm-helpers/swift-mitaka into lp:charm-helpers
Proposed by
Corey Bryant
on 2016-01-12
Status: | Merged |
---|---|
Merged at revision: | 517 |
Proposed branch: | lp:~corey.bryant/charm-helpers/swift-mitaka |
Merge into: | lp:charm-helpers |
Diff against target: |
195 lines (+95/-31) 2 files modified
charmhelpers/contrib/openstack/utils.py (+63/-30) tests/contrib/openstack/test_openstack_utils.py (+32/-1) |
To merge this branch: | bzr merge lp:~corey.bryant/charm-helpers/swift-mitaka |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | 2016-01-12 | Pending | |
Review via email:
|
To post a comment you must log in.
Corey Bryant (corey.bryant) wrote : | # |
lp:~corey.bryant/charm-helpers/swift-mitaka
updated
on 2016-01-13
- 518. By Corey Bryant on 2016-01-13
-
Fix lint errors and add unit test updates
The code changes in this mp only target the swift paths so it should have no impact on non-swift charms.
I've tested this code with swift-proxy and swift-storage deploys on icehouse and mitaka-proposed, in addition to upgrades from icehouse- >juno-> kilo->liberty. Note that an attempt to upgrade from liberty->mitaka remains at the liberty version of swift. I think this makes sense since liberty and mitaka both have 2.5.0 at the moment.