~hopem/charm-helpers/fix-ssl-disable

« back to all changes in this revision

Viewing changes to charmhelpers/contrib/openstack/utils.py

  • Committer: james.page at ubuntu
  • Date: 2015-02-18 16:52:56 UTC
  • mfrom: (311.2.1 charm-helpers)
  • Revision ID: james.page@ubuntu.com-20150218165256-kfa4pjhatmei8v37
[zulcss,r=james-page] Add support for swift 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    ('2.1.0', 'juno'),
104
104
    ('2.2.0', 'juno'),
105
105
    ('2.2.1', 'kilo'),
 
106
    ('2.2.2', 'kilo'),
106
107
])
107
108
 
108
109
DEFAULT_LOOPBACK_SIZE = '5G'