summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNikhil Komawar <nik.komawar@gmail.com>2016-07-27 00:15:43 -0400
committerNikhil Komawar <nik.komawar@gmail.com>2016-07-27 00:49:10 -0400
commit4432e60af2a2bdbfc456d8d99d93d1157fc86dcd (patch)
treeba19e64fe857a31c74eccf14e5372260ef45750c /tox.ini
parenta4b43bcd01ee56a56348521362777103ed84681a (diff)
downloadglance_store-4432e60af2a2bdbfc456d8d99d93d1157fc86dcd.tar.gz
Remove S3 driver
As per the deprecation indicated in change I139c36c2d591a55f0f91ea32efa963f80c28e444 , we are on track to removing the S3 driver from glance_store in Newton. The process of maintainers for individual drives was initiated in [1]. However, S3 doesn't have a maintainer and has been deprecated in Mitaka. This commit intends to remove the S3 driver completely from the glance_store source tree. If required, we recommend that this driver be maintained outside of the glance_store source tree until you or someone you know intend to support the code for long term. In the later case, we hope that you will welcome our spec process to help plan the project priorities. DocImpact UpgradeImpact [1] http://lists.openstack.org/pipermail/openstack-dev/2015-December/081966.html Change-Id: I032b0fc16400cbd2112687d38e010128be699221
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 5f5d0ff..2b9d5d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-all-external --allow-insecure netaddr -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
- .[s3,vmware,swift,cinder]
+ .[vmware,swift,cinder]
passenv = OS_TEST_*
commands = ostestr --slowest {posargs}