Shared filesystem management project for OpenStack.
29f2695eb9
Tempest test module "test_shares_actions.py" uses custom share_type, but do not allow to redefine extra spec "snapshot_support". And fails for drivers that do not have snapshot support and report such capability as "False". Changes: - Add new config option called "capability_snapshot_support" that will be used for each share type created in Tempest by default. - Make it default to existing config option "run_snapshot_tests" as they will be equal in most cases. But separate their logic, as we may want just to disable snapshot tests running tempest locally and testing some other feature having snapshot support in back end. - Rename existing config option "storage_protocol" to "capability_storage_protocol" for consistency with new option. And keep old name as "deprecated". Change-Id: I9ba0a9b10ffc3f0fda6094a3f5cad26a2e8a447f Closes-Bug: #1498858 |
||
---|---|---|
contrib/ci | ||
devstack | ||
doc | ||
etc | ||
manila | ||
manila_tempest_tests | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.md | ||
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