central agent will throw error on startup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Medium
|
Lan Qi song |
Bug Description
2015-02-23 16:36:29.221 32569 ERROR ceilometer.
2015-02-23 16:36:29.238 32569 ERROR ceilometer.
2015-02-23 16:36:29.244 32569 ERROR ceilometer.
2015-02-23 16:36:29.256 32569 ERROR ceilometer.
2015-02-23 16:36:29.257 32569 ERROR ceilometer.
2015-02-23 16:36:29.257 32569 ERROR ceilometer.
central agent will function normally but it'd be nice not to have these errors... maybe a config option?
Changed in ceilometer: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | liberty-1 → 5.0.0 |
As discussed in IRC, this is entirely the problem with entry points being used as the basis for plugin configuration.
It's fine for setup.cfg to say where a plugin can be found, but is it right that it also says that the system should try to activate that plugin?