Shared filesystem management project for OpenStack.
b5f0ccabfa
Start using devstack's feature 'Externally Hosted Plugins' [1], that allows to install Manila using upstream Devstack without need to put some additional files manually. To enable Manila with Devstack just put following in local[rc] file: enable_plugin manila https://github.com/openstack/manila Above satisfies following template: enable_plugin <NAME> <GITURL> [GITREF] where <NAME> is an arbitrary name. (ex: manila) <GITURL> is a valid git url that can be cloned. [GITREF] is an optional git ref (branch / ref / tag) that will be cloned. Defaults to master. Plugin enables all Manila services by itself, no need to enable it manually anymore. Implements BP add-devstack-plugin [1] http://docs.openstack.org/developer/devstack/plugins.html#externally-hosted-plugins Change-Id: I28eff33fc65aa741d9270d8bcb263a7fccd9baa4 |
||
---|---|---|
bin | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
tools | ||
.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