From 75ddaeb43c6da6d66dccad661a7c8d1b3ed27104 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 26 Sep 2019 11:00:19 +0000 Subject: [PATCH] Release note for 1.0.1 Change-Id: Ib5a6891261be14ead6f358982d8181b075050188 (cherry picked from commit a946494ebe09ad3e6774e8e4433b1b4c6e0f5d08) --- .../notes/release-1.0.1-098b1487ac8cc9a1.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releasenotes/notes/release-1.0.1-098b1487ac8cc9a1.yaml diff --git a/releasenotes/notes/release-1.0.1-098b1487ac8cc9a1.yaml b/releasenotes/notes/release-1.0.1-098b1487ac8cc9a1.yaml new file mode 100644 index 00000000..12ccb98d --- /dev/null +++ b/releasenotes/notes/release-1.0.1-098b1487ac8cc9a1.yaml @@ -0,0 +1,15 @@ +--- +other: + - | + In this version, refactor was made how registering of filesystem + configuration options for reserved stores works. Consumer just + need to pass the key:value pair where key represents the name of the + reserved store and value represents the actual store driver, to the + glance_store. +issues: + - | + At the moment use of reserved stores is only limited to filesystem store + driver. Also default ``filesystem_store_datadir`` path for these stores + is set to ``/var/lib/glance/``, so with if you are using + devstack for the deployment, you need to make sure you have appropriate + permissions to create these reserved stores directories.