Go to file
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
2018-04-24 15:04:40 -07:00
2018-06-08 07:48:58 -04:00
2018-05-22 11:43:29 +08:00
2017-03-30 15:12:22 +03:00
2018-06-06 16:14:22 -05:00
2017-10-25 11:57:46 -04:00
2014-09-19 21:23:02 +00:00
2013-08-08 10:34:06 -04:00
2013-08-08 10:34:06 -04:00
2018-04-22 13:13:04 -04:00
2017-08-04 11:23:30 +08:00
2018-04-22 13:13:04 -04:00
2017-03-03 22:51:04 +00:00
2018-06-08 18:59:51 +00:00

Team and repository tags

image

MANILA

You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.

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

https://github.com/openstack/python-manilaclient.git

Description
Shared filesystem management project for OpenStack.
Readme 185 MiB
Languages
Python 99.3%
Shell 0.7%