docs: Fix possible values for enabled_backends

The filesystem store is enabled with the `file` store type and the `s3`
store type was added back to glance_store in 2020 [1].

[1] https://review.opendev.org/c/openstack/glance_store/+/695844

Change-Id: Ic8cdcf4c2bee0941ece316de59ae92a955ba5a69
This commit is contained in:
Pierre Riteau
2025-01-13 22:05:02 +01:00
parent 8b7c393423
commit 81e3cc62ac

View File

@@ -242,8 +242,8 @@ section.
Required.
A comma-separated list of "store_id:store_type" strings. The store ids can
be chosen by the user, whereas valid store types are (``filesystem``,
``http``, ``rbd``, ``swift``, ``cinder``, ``vmware``).
be chosen by the user, whereas valid store types are (``file``,
``http``, ``rbd``, ``swift``, ``cinder``, ``vmware``, ``s3``).
The default backend must then be set in the ``[glance_store]`` section: