Use specific system class for RSD 2.2
SystemCollection in 2.2 sub-module should use RSD 2.2 System class. Change-Id: Ib4421cd8f381044658027fa0fd928fa54dbc05ad
This commit is contained in:
@@ -66,3 +66,10 @@ class System(system.System):
|
||||
super(System, self).refresh()
|
||||
self._metrics = None
|
||||
self._processors = None
|
||||
|
||||
|
||||
class SystemCollection(system.SystemCollection):
|
||||
|
||||
@property
|
||||
def _resource_type(self):
|
||||
return System
|
||||
|
||||
Reference in New Issue
Block a user