Merge lp:~zulcss/charm-helpers/swift-ocata into lp:charm-helpers

Proposed by Chuck Short
Status: Rejected
Rejected by: Ryan Beisner
Proposed branch: lp:~zulcss/charm-helpers/swift-ocata
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:~zulcss/charm-helpers/swift-ocata
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+311743@code.launchpad.net

Description of the change

Add swift 2.11.0 for ocata

To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

This is superseded by code already in trunk.

Unmerged revisions

661. By Chuck Short

Add support for swift version 2.11

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-11 18:09:38 +0000
3+++ charmhelpers/contrib/openstack/utils.py 2016-11-24 14:31:26 +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