← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1265762] [NEW] Typo error while retrieving a list of meters tied to glance

 

Public bug reported:

In openstack_dashboard/api/ceilometer.py the code responsible for
retrieving the list of meters tied to glance for Admin/Resource Usage
there is a typo error :

def list_glance(self, except_meters=None):
        return self._list(only_meters=self._cinder_meters_info.keys(),
            except_meters=except_meters)

_cinder_meters_info must be replaced by _glance_meters_info

** Affects: horizon
     Importance: Undecided
     Assignee: Ala Rezmerita (arezmerita)
         Status: In Progress

** Changed in: horizon
     Assignee: (unassigned) => Ala Rezmerita (arezmerita)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1265762

Title:
  Typo error while retrieving  a list of meters tied to glance

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In openstack_dashboard/api/ceilometer.py the code responsible for
  retrieving the list of meters tied to glance for Admin/Resource Usage
  there is a typo error :

  def list_glance(self, except_meters=None):
          return self._list(only_meters=self._cinder_meters_info.keys(),
              except_meters=except_meters)

  _cinder_meters_info must be replaced by _glance_meters_info

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1265762/+subscriptions


Follow ups

References