Shared filesystem management project for OpenStack.
97daab4b3d
The class FakeInfinisdkException is used in the tests code to mock the exceptions raised by infinisdk (our internal library for connecting to the InfiniBox REST API). In earlier versions, this exception was implemented by inhereting from the base Exception class and implementing its constructor, however, this code is redundant, and basic inherithance should do. Change-Id: I44059d41143eaee6d7dcb073e21c9c840dacae3e |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
https://github.com/openstack/python-manilaclient.git
- Release notes for the project can be found at: