clean up requirements
Backend store-specific requirements are not hard requirements, since the choice of backend store is up to the operator. The python-swiftclient and oslo.vmware modules are herein moved out of requirements.txt and instead listed as optional requirements using the extras functionality in setup.cfg. Removed unnecessary import of swift backend in db migration, to allow python-swiftclient to move out of hard requirements. Cleaned up other requirements that are no longer used. Change-Id: I9edbf8a614b5caaf38b4c59bd864b7baa55bf36b Depends-On: I94d75e3d52c9e3e9f7a741a079d25b1bdff29b27 Closes-Bug: #1475737
This commit is contained in:
@@ -28,8 +28,6 @@ Fixes bug #1081043
|
||||
"""
|
||||
import types # noqa
|
||||
|
||||
# NOTE(flaper87): This is bad but there ain't better way to do it.
|
||||
from glance_store._drivers import swift # noqa
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
from oslo_utils import encodeutils
|
||||
|
||||
Reference in New Issue
Block a user