Shared filesystem management project for OpenStack.
1eadb5a51c
test_share_manage.ManageNFSShareTest might leave undeleted shares on backend if some tests are not run. This happens because the shares are created and unmanaged on resource_setup and are expected to be managed and deleted on the tests. If the tests don't run, the cleanup will not delete the shares because they are already unmanaged, thus leaving them created on the backend. This patch fixes this issue by moving the share creation and unmanage operations from resource_setup to the tests themselves. Closes-bug: #1639848 Change-Id: I2d1790f0a323fdc7b11805842985ca5907dd23c3 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
install-guide/source | ||
manila | ||
manila_tempest_tests | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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