By default Watcher enables only the compute model collector [1]. This change enables the storage one as well, since otherwise when doing volume migration the model quickly becomes obsolete if there are new volumes created while an audit is running. The storage model is only enabled if a cinder service is registered in keystone. [1] https://docs.openstack.org/watcher/latest/configuration/watcher.html#collector.collector_plugins Assisted-By: Cursor Closes-Bug: 2111785 Change-Id: I864d3fc12d6364f1932cf5d2348a6b68169641e9 Signed-off-by: jgilaber <jgilaber@redhat.com>
8 lines
305 B
YAML
8 lines
305 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The storage model collector is now enabled by default if a cinder service exists
|
|
in the deployment. This is done to prevent the storage model becoming obsolete
|
|
when running volume migrations if new volumes are created and the model was not
|
|
enabled in the configuration.
|