summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAbhishek Kekane <akekane@redhat.com>2019-02-27 17:44:26 +0000
committerAbhishek Kekane <akekane@redhat.com>2019-06-06 07:54:29 +0000
commit0c73abc6614898eb75663337c05e78fa9cd5b659 (patch)
tree565f8aa34f7a6b28637fb77e6cbb1143575b778e /releasenotes
parent54744cc3a39e1df7f24f34dbdc3f72c692199956 (diff)
downloadglance_store-0c73abc6614898eb75663337c05e78fa9cd5b659.tar.gz
Rethinking file system access
Made provision to load reserved_stores if it is specified in glance. Added keywrod argument to 'register_store_opts' and 'create_multi_stores' method. Change-Id: I965df1883639bfd5c900d2902884153d48988f6e Partial-Implements: blueprint rethinking-filesystem-access
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rethinking-filesystem-access-5ab872fd0c0d27db.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/rethinking-filesystem-access-5ab872fd0c0d27db.yaml b/releasenotes/notes/rethinking-filesystem-access-5ab872fd0c0d27db.yaml
new file mode 100644
index 0000000..f37cfd6
--- /dev/null
+++ b/releasenotes/notes/rethinking-filesystem-access-5ab872fd0c0d27db.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Added keyword argument to ``register_store_opts`` and
+ ``create_multi_stores`` calls to configure reserved stores by the consuming
+ service. This feature will allow a mix of operator-configured stores via
+ enabled_backends configuration option set in the [glance_store] section
+ of the consuming service's configuration file, and stores that are
+ reserved for use by the consuming service.