Shared filesystem management project for OpenStack.
9a74a01855
In the tox.ini, [flake8] section, "exclude = .venv,.tox,dist,doc,openstack,*egg". From this rule, all 'openstack' directories are excluded. This rule is intended to exclude manila/openstack/common code check, but this is wrong because it also exclude checks against manila/api/openstack and manila/tests/api/openstack. We should fix it Change-Id: Ie820e3931e83a82c40b0d9b9d943787a5d6ec363 Closes-Bug: #1529092 |
||
---|---|---|
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
manila_tempest_tests | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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/Manila
- Developer docs: http://docs.openstack.org/developer/manila
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 http://bugs.launchpad.net/manila