Removed swiftclient from dependencies
Swiftclient was in dependencies as artifact after port from cinder. Removed as unnecessary requirement itself and related stuff. Change-Id: I92fa249031e98a38aba721c0f3d1d7489abd562a
This commit is contained in:
parent
753f161406
commit
bc2d20d3bb
@ -240,5 +240,4 @@ latex_documents = [
|
||||
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
intersphinx_mapping = {'python': ('http://docs.python.org/', None),
|
||||
'swift': ('http://swift.openstack.org', None)}
|
||||
intersphinx_mapping = {'python': ('http://docs.python.org/', None), }
|
||||
|
@ -270,7 +270,6 @@ SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Manila <http://manila.openstack.org>`__
|
||||
* `OpenStack Swift <http://swift.openstack.org>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -489,10 +489,6 @@ class InvalidShareSnapshot(ManilaException):
|
||||
message = _("Invalid share snapshot: %(reason)s")
|
||||
|
||||
|
||||
class SwiftConnectionFailed(ManilaException):
|
||||
message = _("Connection to swift failed") + ": %(reason)s"
|
||||
|
||||
|
||||
class ShareMetadataNotFound(NotFound):
|
||||
message = _("Metadata item is not found")
|
||||
|
||||
|
@ -16,7 +16,6 @@ PasteDeploy>=1.5.0
|
||||
python-neutronclient>=2.3.0,<3
|
||||
python-glanceclient>=0.9.0
|
||||
python-keystoneclient>=0.3.2
|
||||
python-swiftclient>=1.5
|
||||
Routes>=1.12.3
|
||||
SQLAlchemy>=0.7.8,<=0.7.99
|
||||
sqlalchemy-migrate>=0.7.2
|
||||
|
Loading…
Reference in New Issue
Block a user