~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/api/ceilometer.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-06 16:53:28 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140306165328-w2vgmtfriqlhp27m
Tags: 1:2014.1~b3-0ubuntu1
* New upstream milestone release.
* d/static/*: Refreshed assets for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
    It is listing meters defined in this class that are available
701
701
    in Ceilometer meter_list.
702
702
 
703
 
    It is storing information that are not available in Ceiloemter, i.e.
 
703
    It is storing information that is not available in Ceilometer, i.e.
704
704
    label, description.
705
705
 
706
706
    """
1103
1103
        return datastructures.SortedDict([
1104
1104
            ('volume', {
1105
1105
                'label': '',
1106
 
                'description': _("Duration of volune"),
 
1106
                'description': _("Duration of volume"),
1107
1107
            }),
1108
1108
            ('volume.size', {
1109
1109
                'label': '',