summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>2015-03-20 18:35:17 -0400
committerTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>2016-02-26 08:42:52 +0000
commit410747822c9433c83fd4aec547d3e4c288502f90 (patch)
tree363201c9a21ea311315cb2c951f2fb4f1a982038 /releasenotes/notes
parentd4eb2c9ed20644a583188ea9c078cdc023d4e3de (diff)
downloadglance_store-410747822c9433c83fd4aec547d3e4c288502f90.tar.gz
Implement get, add and delete for cinder store
This implements get, add, delete methods for cinder storage driver to enable users to upload/download the images to/from the volumes. This also will be useful for users who want to utilize storage features such as copy-on-write cloning for creating a new volume from an image volume efficiently. Change-Id: Ie228d1d95365e81881691af4cb8b170335a73868 Implements: blueprint cinder-store-upload-download
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/support-cinder-upload-c85849d9c88bbd7e.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/support-cinder-upload-c85849d9c88bbd7e.yaml b/releasenotes/notes/support-cinder-upload-c85849d9c88bbd7e.yaml
new file mode 100644
index 0000000..fc56ac1
--- /dev/null
+++ b/releasenotes/notes/support-cinder-upload-c85849d9c88bbd7e.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - Implemented image uploading, downloading and deletion for cinder store.
+ It also supports new settings to put image volumes into a specific project
+ to hide them from users and to control them based on ACL of the images.
+ Note that cinder store is currently considered experimental, so
+ current deployers should be aware that the use of it in production right
+ now may be riscky. \ No newline at end of file