Fixes to get cluster data model
Due to the recent code refactor in the cluster data model compute model is failing to 'get_latest_cluster_data_model' attribute Change-Id: Iba848db6d03cf1b682c4000ca48cf846b0ffa79b Closes-Bug: #1614296
This commit is contained in:
@@ -513,7 +513,7 @@ class VMWorkloadConsolidation(base.ServerConsolidationBaseStrategy):
|
|||||||
:param original_model: root_model object
|
:param original_model: root_model object
|
||||||
"""
|
"""
|
||||||
LOG.info(_LI('Executing Smart Strategy'))
|
LOG.info(_LI('Executing Smart Strategy'))
|
||||||
model = self.compute_model.get_latest_cluster_data_model()
|
model = self.compute_model
|
||||||
rcu = self.get_relative_cluster_utilization(model)
|
rcu = self.get_relative_cluster_utilization(model)
|
||||||
self.ceilometer_vm_data_cache = dict()
|
self.ceilometer_vm_data_cache = dict()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user