Shared filesystem management project for OpenStack.
11b38f3188
Since change [1] it is impossible to set endpoint_type and region_name for nova, cinder and neutron clients that are used by manila in some cases. So, to fix it, add additional options called 'endpoint_type' and 'region_name' for each of config groups related to these clients. These options can be defined in appropriate config group as following: [nova] endpoint_type = publicURL region_name = SomeRegionName [cinder] endpoint_type = internalURL region_name = SomeRegionName [neutron] endpoint_type = adminURL region_name = SomeRegionName [1] Ic211a11308a3295409467efd88bff413482ee58d Change-Id: I6be0e77bbc0e4b1e9905eba7a7b48ff540e9e377 Closes-Bug: #1633454 |
||
---|---|---|
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