915ac7ea17
In Rocky multiple backend support is added as an experimental API feature. As of now multiple backend works with glance-api but it is missing in glance-scrubber. Made provision to initialize multiple backend related config options in scrubber. NOTE: Operator needs to define multiple backends related config options in glance-scrubber.conf. Change-Id: I7327ff5db8fa19e6813a0fe0fb657eab19f8b61f Closes-Bug: #1794225
18 lines
749 B
YAML
18 lines
749 B
YAML
---
|
|
features:
|
|
- |
|
|
The glance-scrubber utility is now multistore aware. If you
|
|
are using the multistore feature, you must define configuration
|
|
options for ``os_glance_tasks_store`` and ``os_glance_staging_store``
|
|
in the ``glance-scrubber.conf`` file. See the "Reserved Stores"
|
|
section of the "Multi Store Support" chapter of the Glance
|
|
Administration Guide for more information.
|
|
|
|
upgrade:
|
|
- |
|
|
If you are using the multistore feature, you must define
|
|
configuration options for ``os_glance_tasks_store`` and
|
|
``os_glance_staging_store`` in the ``glance-scrubber.conf`` file.
|
|
See the "Reserved Stores" section of the "Multi Store Support"
|
|
chapter of the Glance Administration Guide for more information.
|