~1chb1n/charms/trusty/ceilometer/next.1601-test-update1

« back to all changes in this revision

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

Merge lp:~tealeg/charms/trusty/ceilometer/pause-and-resume [a=tealeg] [r=tribaal, ack]

Add pause and resume actions for the ceilometer services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    ('2.2.1', 'kilo'),
115
115
    ('2.2.2', 'kilo'),
116
116
    ('2.3.0', 'liberty'),
 
117
    ('2.4.0', 'liberty'),
117
118
])
118
119
 
119
120
# >= Liberty version->codename mapping
142
143
    'glance-common': OrderedDict([
143
144
        ('11.0.0', 'liberty'),
144
145
    ]),
 
146
    'openstack-dashboard': OrderedDict([
 
147
        ('8.0.0', 'liberty'),
 
148
    ]),
145
149
}
146
150
 
147
151
DEFAULT_LOOPBACK_SIZE = '5G'