summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ba45421..5b22ff2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ glance_store.drivers =
rbd = glance_store._drivers.rbd:Store
cinder = glance_store._drivers.cinder:Store
vmware = glance_store._drivers.vmware_datastore:Store
+ s3 = glance_store._drivers.s3:Store
# TESTS ONLY
no_conf = glance_store.tests.fakes:UnconfigurableStore
@@ -41,6 +42,7 @@ glance_store.drivers =
glance.store.rbd.Store = glance_store._drivers.rbd:Store
glance.store.cinder.Store = glance_store._drivers.cinder:Store
glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store
+ glance.store.s3.Store = glance_store._drivers.s3:Store
oslo.config.opts =
glance.store = glance_store.backend:_list_opts
@@ -61,6 +63,8 @@ cinder =
os-brick>=2.2.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
+s3 =
+ boto3>=1.9.199 # Apache-2.0
[compile_catalog]
directory = glance_store/locale