Remove nova.image.s3 and configs

This code has no unit tests, and all of its config options were
deprecated in Newton. As pointed out by Matt Riedemann, it's time for
this code to be removed if nobody has stepped up to make sure it is well
tested and functional. This also removes the last dependency on boto.

Change-Id: I60a304f242ce342d16b6465559b04194041ff240
This commit is contained in:
Clint Byrum
2016-09-21 16:07:22 -07:00
committed by Matt Riedemann
parent 25be3fa02c
commit 8a215843dd
5 changed files with 3 additions and 493 deletions
-1
View File
@@ -4,7 +4,6 @@
pbr>=1.6 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
boto>=2.32.1 # MIT
decorator>=3.4.0 # BSD
eventlet!=0.18.3,>=0.18.2 # MIT
Jinja2>=2.8 # BSD License (3 clause)