Merge "remove unused method in orchestrator"

This commit is contained in:
Jenkins 2016-01-02 09:23:00 +00:00 committed by Gerrit Code Review
commit aa74c1b03c

View File

@ -265,17 +265,6 @@ class Orchestrator(object):
return next_timestamp
return 0
def _collect(self, service, start_timestamp):
next_timestamp = start_timestamp + CONF.collect.period
raw_data = self.collector.retrieve(service,
start_timestamp,
next_timestamp)
timed_data = [{'period': {'begin': start_timestamp,
'end': next_timestamp},
'usage': raw_data}]
return timed_data
def _load_transformers(self):
self.transformers = {}
transformers = extension.ExtensionManager(