pipeline: remove confusing log message

This made sense when Ceilometer supported non-decoupled pipeline configuration,
but it does not anymore.

Change-Id: I9cfb186e41a65ed16717bb0a66ac7230230692e0
This commit is contained in:
Julien Danjou 2018-09-06 10:51:32 +02:00
parent 76061d43af
commit cd6c58c389
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ class PipelineManager(agent.ConfigManagerBase):
if not ('sources' in cfg and 'sinks' in cfg):
raise PipelineException("Both sources & sinks are required",
cfg)
LOG.info('detected decoupled pipeline config format')
publisher_manager = PublisherManager(self.conf, self.pm_type)
unique_names = set()