~hopem/charms/trusty/quantum-gateway/add-configurable-flat-network

« back to all changes in this revision

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

  • Committer: Edward Hope-Morley
  • Date: 2015-02-24 11:09:04 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150224110904-fgjh7ikqwy6d9kf8
[trivial] charmhelpers sync

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'