From 39098ff2030ad7887994e012b88cfbdb386b0892 Mon Sep 17 00:00:00 2001 From: Rob Raymond Date: Tue, 25 Mar 2014 08:59:09 -0600 Subject: [PATCH] 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 --- openstack_dashboard/api/ceilometer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/api/ceilometer.py b/openstack_dashboard/api/ceilometer.py index d81e39c441..a53b1884fd 100644 --- a/openstack_dashboard/api/ceilometer.py +++ b/openstack_dashboard/api/ceilometer.py @@ -1062,7 +1062,7 @@ class Meters(object): return datastructures.SortedDict([ ('image', { 'label': '', - 'description': _("Image polling -> it (still) exists"), + 'description': _("Image existence check"), }), ('image.size', { 'label': '',