~james-page/charms/trusty/nova-compute/l2pop

« back to all changes in this revision

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

  • Committer: james.page at ubuntu
  • Date: 2014-06-04 13:06:25 UTC
  • Revision ID: james.page@ubuntu.com-20140604130625-mbjugexipnnrk1vp
resync helpers for juno support

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    ('quantal', 'folsom'),
42
42
    ('raring', 'grizzly'),
43
43
    ('saucy', 'havana'),
44
 
    ('trusty', 'icehouse')
 
44
    ('trusty', 'icehouse'),
 
45
    ('utopic', 'juno'),
45
46
])
46
47
 
47
48
 
52
53
    ('2013.1', 'grizzly'),
53
54
    ('2013.2', 'havana'),
54
55
    ('2014.1', 'icehouse'),
 
56
    ('2014.2', 'juno'),
55
57
])
56
58
 
57
59
# The ugly duckling
273
275
            'icehouse': 'precise-updates/icehouse',
274
276
            'icehouse/updates': 'precise-updates/icehouse',
275
277
            'icehouse/proposed': 'precise-proposed/icehouse',
 
278
            'juno': 'trusty-updates/juno',
 
279
            'juno/updates': 'trusty-updates/juno',
 
280
            'juno/proposed': 'trusty-proposed/juno',
276
281
        }
277
282
 
278
283
        try: