Shared filesystem management project for OpenStack.
d5bd526f11
The pre test hook for gate tests has a faulty test for whether the PYTHON3_VERSION variable is set and as a result puts a blank value for this variable in local.conf when it is not set instead of leaving it out of local.conf altogether. This causes jobs running with USE_PYTHON3=True and no explict version setting to actually run manila under python 2.7 because that is what devstack itself defaults for pip installs if the version is not set (or auto-detected in devstack when local.conf does not contain the PYTHON3_VERSION variable at all). So correct the condition in our pre-test hook so that it only inserts a PYTHON3_VERSION in local.conf if that version has been supplied. Closes-bug: #1822178 Change-Id: Ie37595bde17d18770d82fb7fd6475dcfab74a543 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
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:
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
https://git.openstack.org/cgit/openstack/python-manilaclient.git
- Release notes for the project can be found at: