Clarify description string for image metric
This metric seems to have an existential crisis. Change to more succinct "Image existence check" Change-Id: I953c55214e73bb93c452b25f97960e9637f1008c Closes-Bug: #1292937
This commit is contained in:
parent
0af48ace90
commit
39098ff203
@ -1062,7 +1062,7 @@ class Meters(object):
|
|||||||
return datastructures.SortedDict([
|
return datastructures.SortedDict([
|
||||||
('image', {
|
('image', {
|
||||||
'label': '',
|
'label': '',
|
||||||
'description': _("Image polling -> it (still) exists"),
|
'description': _("Image existence check"),
|
||||||
}),
|
}),
|
||||||
('image.size', {
|
('image.size', {
|
||||||
'label': '',
|
'label': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user