yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08840
[Bug 1265762] Re: Typo error while retrieving a list of meters tied to glance
** Changed in: horizon
Status: Fix Committed => Fix Released
--
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):
Fix Released
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
References