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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user