Shared filesystem management project for OpenStack.
29a52269aa
Currently tempest tests do not support creating and adding Security Service to newly created share networks. This causes CIFS multitenancy tests to fail on some of the backends. Therefore, having pre-existing share network helps testing such scenarios. When using a pre-existing share network, we can still test the share network API and create share networks, however, we shouldn't create shares on such networks. So, any tests that create new share networks and use them to create shares need to be skipped. - This patch makes sure that the pre-existing share_network is not cleaned up. - One share_server related test is skipped to avoid deleting share network as part of test. - One share network negative test is skipped to avoid creating a share with new share network. Change-Id: I272806b05c8b4d30451d0cf4b9dd3f366b8bf728 Closes-Bug: #1698429 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
install-guide/source | ||
manila | ||
manila_tempest_tests | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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/Manila
- Developer docs: https://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 https://bugs.launchpad.net/manila