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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user