Browse Source
Add a way to pass instance_discovery_method param to override in the ceilo compute agent config. Change-Id: Id7bd49510c0be76ed3f940c91108659beb440afbchanges/08/420908/7
5 changed files with 76 additions and 10 deletions
@ -0,0 +1,9 @@
|
||||
--- |
||||
features: |
||||
- Add instance_discovery_method to ceilometer agent compute and polling |
||||
classes so this option is configurable. |
||||
upgrade: |
||||
- When upgrading, ensure that you dont have both the agent compute as well |
||||
as the polling classes initialized as that would trigger a duplicate |
||||
declaration. Ceilometer::agent::compute is deprecated and will be removed |
||||
in pike release. |
Loading…
Reference in new issue