Fixes with removing DevAuth
This commit is contained in:
@@ -33,15 +33,6 @@ Utils
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. _common_auth:
|
||||
|
||||
Auth
|
||||
====
|
||||
|
||||
.. automodule:: swift.common.middleware.auth
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. _common_swauth:
|
||||
|
||||
Swauth
|
||||
|
||||
2
setup.py
2
setup.py
@@ -97,7 +97,7 @@ setup(
|
||||
'bin/swauth-add-account', 'bin/swauth-add-user',
|
||||
'bin/swauth-cleanup-tokens', 'bin/swauth-delete-account',
|
||||
'bin/swauth-delete-user', 'bin/swauth-list', 'bin/swauth-prep',
|
||||
'bin/swauth-set-account-service', 'bin/swift-auth-to-swauth',
|
||||
'bin/swauth-set-account-service',
|
||||
],
|
||||
entry_points={
|
||||
'paste.app_factory': [
|
||||
|
||||
Reference in New Issue
Block a user