Remove filter for non-existent middleware.
Change-Id: Ib9b04c2733cac954b6acb87ddaaeb175f25319d1 Signed-off-by: Peter Portante <peter.portante@redhat.com>
This commit is contained in:
parent
b0a2b1c6ee
commit
a4fdba348e
3
setup.py
3
setup.py
@ -50,8 +50,5 @@ setup(
|
|||||||
'container=gluster.swift.container.server:app_factory',
|
'container=gluster.swift.container.server:app_factory',
|
||||||
'account=gluster.swift.account.server:app_factory',
|
'account=gluster.swift.account.server:app_factory',
|
||||||
],
|
],
|
||||||
'paste.filter_factory': [
|
|
||||||
'gluster=gluster.swift.common.middleware.gluster:filter_factory',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user