summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorNaohiro Sameshima <naohiro.sameshima@global.ntt>2019-11-25 16:08:25 +0900
committerNaohiro Sameshima <naohiro.sameshima@global.ntt>2020-03-26 10:53:46 +0900
commit261bad3e433860742ecdaf93a9ff5609dcbfa432 (patch)
tree44c6b21fb3aa575c38222dd35c2b665ef254a1ea /releasenotes/notes
parentae73287c7b4db8d5894f72d8a5b1b89b42697545 (diff)
downloadglance_store-261bad3e433860742ecdaf93a9ff5609dcbfa432.tar.gz
Add S3 store support to glance_store
Revive the S3 driver that was supported up to Mitaka and add multiple store support to correspond with the features added to glance_store from Newton to U cycle. In addition, the use of the S3 SDK used by the Mitaka S3 driver has been deprecated, so this implementation will be changed to use the new version. Change-Id: I203134837319080ead96da69048baf90086d2117 Implements: blueprint re-support-s3-driver
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml b/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml
new file mode 100644
index 0000000..70cccd4
--- /dev/null
+++ b/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Implemented S3 driver to use Amazon S3 or S3 compatible storage as Glance
+ backend. This is a revival of the S3 driver supported up to Mitaka, with
+ the addition of a multiple store support.