diff options
author | Nikhil Komawar <nik.komawar@gmail.com> | 2016-07-27 00:15:43 -0400 |
---|---|---|
committer | Nikhil Komawar <nik.komawar@gmail.com> | 2016-07-27 00:49:10 -0400 |
commit | 4432e60af2a2bdbfc456d8d99d93d1157fc86dcd (patch) | |
tree | ba19e64fe857a31c74eccf14e5372260ef45750c /tox.ini | |
parent | a4b43bcd01ee56a56348521362777103ed84681a (diff) | |
download | glance_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |