Merge lp:~corey.bryant/charm-helpers/swift-2.11.0 into lp:charm-helpers

Proposed by Corey Bryant
Status: Merged
Merged at revision: 662
Proposed branch: lp:~corey.bryant/charm-helpers/swift-2.11.0
Merge into: lp:charm-helpers
Diff against target: 12 lines (+2/-0)
1 file modified
charmhelpers/contrib/openstack/utils.py (+2/-0)
To merge this branch: bzr merge lp:~corey.bryant/charm-helpers/swift-2.11.0
Reviewer Review Type Date Requested Status
Ryan Beisner (community) Approve
Review via email: mp+311972@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

Thanks for the update.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charmhelpers/contrib/openstack/utils.py'
2--- charmhelpers/contrib/openstack/utils.py 2016-11-25 22:50:01 +0000
3+++ charmhelpers/contrib/openstack/utils.py 2016-11-28 17:57:36 +0000
4@@ -152,6 +152,8 @@
5 ['2.5.0', '2.6.0', '2.7.0']),
6 ('newton',
7 ['2.8.0', '2.9.0', '2.10.0']),
8+ ('ocata',
9+ ['2.11.0']),
10 ])
11
12 # >= Liberty version->codename mapping

Subscribers

People subscribed via source and target branches