glance/releasenotes/notes/mutistore-support-for-scrubber-6b360394ef32774a.yaml
Abhishek Kekane 915ac7ea17 Multiple backend support for scrubber
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
2019-08-06 08:34:31 +00:00

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.