summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-10-10 10:04:59 -0500
committerFlavio Percoco <flaper87@gmail.com>2016-01-18 08:41:10 -0430
commitf5fd1bcd963a77e7afa725e6665e3c9e9350c9eb (patch)
tree1e766f41b693614fe7622ad614e6f31705e98053 /releasenotes
parentadafb675aeed90569ea90b091e9552c0582dcab5 (diff)
downloadglance_store-f5fd1bcd963a77e7afa725e6665e3c9e9350c9eb.tar.gz
Set documented default directory for filesystem
We document that the default value of filesystem_store_datadir is /var/lib/glance/images without ever actually setting that default. Co-Authored-By: kairat_kushaev <kkushaev@mirantis.com> Closes-bug: #1501662 Change-Id: If6ab4f727f205c7828f247c7588b1f9bad78d1e8
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/set-documented-default-directory-for-filesystem-9b417a29416d3a94.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/set-documented-default-directory-for-filesystem-9b417a29416d3a94.yaml b/releasenotes/notes/set-documented-default-directory-for-filesystem-9b417a29416d3a94.yaml
new file mode 100644
index 0000000..2564098
--- /dev/null
+++ b/releasenotes/notes/set-documented-default-directory-for-filesystem-9b417a29416d3a94.yaml
@@ -0,0 +1,5 @@
+---
+other:
+ - For years, `/var/lib/glance/images` has been presented as the default dir
+ for the filesystem store. It was not part of the default value until now.
+ New deployments and ppl overriding config files should watch for this.