Fix typo error

Fixed error in the code responsible for retrieving the
list of meters tied to glance

Change-Id: I911288e944f4f573d1f1d40a756f548663202515
Closes-Bug: #1265762
This commit is contained in:
Ala Rezmerita
2014-01-03 11:30:54 +01:00
parent 5ef4af7dd1
commit 8488cc7d93

View File

@@ -782,7 +782,7 @@ class Meters(object):
- `except_meters`: The list of meter names we don't want to show
"""
return self._list(only_meters=self._cinder_meters_info.keys(),
return self._list(only_meters=self._glance_meters_info.keys(),
except_meters=except_meters)
def list_cinder(self, except_meters=None):