summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-27 19:18:43 +0000
committerGerrit Code Review <review@openstack.org>2020-08-27 19:18:43 +0000
commitf076e7e4269868ba4d9c10e6eeda0f84ce2552c6 (patch)
treea97222d2ee6ee70a2e6e825f57d7b2337cbf9bbd
parenta594f540c4db20cb38a97d459716d9a5bf11dd69 (diff)
parent65ccf371c76fc0e2a7cb26c6bae479552a77caac (diff)
downloadglance_store-f076e7e4269868ba4d9c10e6eeda0f84ce2552c6.tar.gz
Merge "Clarify the filesystem_store_metadata_file config option"
-rw-r--r--glance_store/_drivers/filesystem.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/glance_store/_drivers/filesystem.py b/glance_store/_drivers/filesystem.py
index aa77e24..ff633f1 100644
--- a/glance_store/_drivers/filesystem.py
+++ b/glance_store/_drivers/filesystem.py
@@ -110,11 +110,13 @@ Related options:
help="""
Filesystem store metadata file.
-The path to a file which contains the metadata to be returned with
-any location associated with the filesystem store. The file must
-contain a valid JSON object. The object should contain the keys
-``id`` and ``mountpoint``. The value for both keys should be a
-string.
+The path to a file which contains the metadata to be returned with any location
+associated with the filesystem store. Once this option is set, it is used for
+new images created afterward only - previously existing images are not
+affected.
+
+The file must contain a valid JSON object. The object should contain the keys
+``id`` and ``mountpoint``. The value for both keys should be a string.
Possible values:
* A valid path to the store metadata file