From 81e3cc62acaa7e274e96b00a243e8e134a412aa6 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 13 Jan 2025 22:05:02 +0100 Subject: [PATCH] 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 --- doc/source/configuration/configuring.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index c3159dd118..f0a46287c3 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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: