summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5e011fc..b4248c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,4 +66,4 @@ exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*lib/python*,*egg,b
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
- .[vmware,swift,cinder]
+ .[s3,vmware,swift,cinder]