Deprecate filesystem_store_datadirs

Users who need to use multiple directories for their filesystem store
should rather configure multiple filesystem stores.

Change-Id: I48402277d76ee140fc529f6258dae9ae7c646386
This commit is contained in:
Cyril Roelandt
2025-05-21 18:09:51 +02:00
parent 8ac98ddf61
commit 2f9ebddc71
2 changed files with 18 additions and 0 deletions

View File

@@ -70,6 +70,14 @@ Related options:
"""),
cfg.MultiStrOpt('filesystem_store_datadirs',
deprecated_for_removal=True,
deprecated_since='Flamingo',
deprecated_reason="""
Users willing to use multiple data directories should configure multiple
filesystem stores instead of using filesystem_store_datadirs.
This option is scheduled for removal in the H development cycle.
""",
help="""
List of directories and their priorities to which the filesystem
backend store writes images.

View File

@@ -0,0 +1,10 @@
---
deprecations:
- |
The ``filesystem_store_datadirs`` option has been deprecated in this
release and is subject to removal at the beginning of the `H` (2026.2)
development cycle, following the `OpenStack standard deprecation policy
<https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.
Users should configure multiple filesystem stores instead of using this
option.