83574cff430280f0d9686e72dc11333875f31adb
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
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%