2020-04-07 16:46:30 -03:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- |
|
|
|
|
Allow operators to use custom parameters with the ceilometer-upgrade
|
|
|
|
command. This is quite useful when using the dynamic pollster subsystem;
|
|
|
|
that sub-system provides flexibility to create and edit pollsters configs,
|
2020-05-19 11:55:23 +01:00
|
|
|
which affects Gnocchi resource-type configurations. However, Ceilometer
|
2020-04-07 16:46:30 -03:00
|
|
|
uses default and hard-coded resource-type configurations; if one customizes
|
|
|
|
some of its default resource-types, he/she can get into trouble during
|
|
|
|
upgrades. Therefore, the only way to work around it is to use the
|
2020-05-19 11:55:23 +01:00
|
|
|
``--skip-gnocchi-resource-types`` flag.
|