Remove invalid fixme comments
These comments should have been removed in the changeset that introduced the ActiveExtensionManager. Change-Id: If69d0fe0d73be3efd75fb36e4d691fdf78942781 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
fce52207a0
commit
5aa03745eb
@ -40,11 +40,6 @@ PLUGIN_NAMESPACE = 'ceilometer.poll.central'
|
||||
class AgentManager(manager.Manager):
|
||||
|
||||
def init_host(self):
|
||||
# FIXME(dhellmann): Currently assumes all plugins are
|
||||
# enabled when they are discovered and
|
||||
# importable. Need to add check against global
|
||||
# configuration flag and check that asks the plugin if
|
||||
# it should be enabled.
|
||||
self.ext_manager = extension_manager.ActivatedExtensionManager(
|
||||
namespace=PLUGIN_NAMESPACE,
|
||||
disabled_names=cfg.CONF.disabled_central_pollsters,
|
||||
|
@ -41,11 +41,6 @@ PLUGIN_NAMESPACE = 'ceilometer.poll.compute'
|
||||
class AgentManager(manager.Manager):
|
||||
|
||||
def init_host(self):
|
||||
# FIXME(dhellmann): Currently assumes all plugins are
|
||||
# enabled when they are discovered and
|
||||
# importable. Need to add check against global
|
||||
# configuration flag and check that asks the plugin if
|
||||
# it should be enabled.
|
||||
self.ext_manager = extension_manager.ActivatedExtensionManager(
|
||||
namespace=PLUGIN_NAMESPACE,
|
||||
disabled_names=cfg.CONF.disabled_compute_pollsters,
|
||||
|
Loading…
Reference in New Issue
Block a user