manila/manila/api/v1
zhiguo.li 83574cff43 [Trivialfix] Remove the useless parameter 'ext_mgr'
The parameter 'ext_mgr' is not used in method _setup_routes() in
subclasses:
manila.api.v2/router.APIRouter
manila.api.v1.router.APIRouter
manila.api.versions.VersionsRouter
So it should be removed to make the code clean.

The superclass of them is manila.api.openstack.__init__.APIRouter,
the 'ext_mgr' is removed from method _setup_routers() in superclass.

In method__init__() in superclass, the _setup_routers() is called,
so 'ext_mgr'is removed in related calling statement.

Change-Id: I25e2d5447b328c88c660ae17025f65719290b21b
2018-06-09 22:39:24 +00:00
..
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
limits.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
router.py [Trivialfix] Remove the useless parameter 'ext_mgr' 2018-06-09 22:39:24 +00:00
scheduler_stats.py Add share_type filter support to pool_list 2016-12-09 09:59:34 +08:00
security_service.py move securiy service error explanation from comment 2018-04-11 20:11:40 +02:00
share_manage.py Fix Manage API synchronous call 2016-03-29 16:57:25 -03:00
share_metadata.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_servers.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_snapshots.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_types_extra_specs.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_unmanage.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
shares.py use http code constant instead of int 2018-03-20 09:26:59 +00:00