Shared filesystem management project for OpenStack.
Go to file
Andreas Jaeger 24cb089fee Fix some LOG.debug invocations
LOG.debug("Hello %s" % xyz) should be LOG.debug("Hello %s", xyz).
This allows the logging package to skip creating the
formatted log message if the message is not going to be emitted because
of the current log level.

Change-Id: Ie0c91cd940017fd80d1d84b0e56780a1da980858
2014-09-16 08:04:09 +02:00
bin Flake8: Fix and enable H404 2014-08-27 10:47:45 +00:00
contrib Don't allow security service to be updated if used 2014-09-10 09:42:32 +04:00
doc Merge "Drop a forgotten fragment" 2014-09-10 15:46:36 +00:00
etc/manila Remove LVM driver 2014-08-19 12:05:12 +03:00
manila Fix some LOG.debug invocations 2014-09-16 08:04:09 +02:00
tools Flake8: Fix and enable H404 2014-08-27 10:47:45 +00:00
.gitignore Updated usage of locks 2014-08-27 13:38:34 +00:00
.gitreview Add .gitreview file. 2013-09-24 12:10:01 +00:00
.testr.conf Refactor test framework 2014-07-22 14:58:48 +03:00
CONTRIBUTING.md docs 2013-09-17 10:57:47 +03:00
HACKING.rst Refactor test framework 2014-07-22 14:58:48 +03:00
LICENSE Initialize from cinder 2013-08-08 10:34:06 -04:00
MANIFEST.in Initialize from cinder 2013-08-08 10:34:06 -04:00
README.rst README merge 2014-07-22 16:04:27 +02:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
openstack-common.conf Sync scripts with oslo-incubator 2014-08-14 12:09:46 +02:00
pylintrc docs 2013-09-17 10:57:47 +03:00
requirements.txt warn against sorting requirements 2014-09-04 16:49:19 +02:00
run_tests.sh Refactor test framework 2014-07-22 14:58:48 +03:00
setup.cfg Fix version number to Juno 2014-09-04 07:51:24 +02:00
setup.py Sync with global requirements 2014-07-14 11:15:21 +02:00
test-requirements.txt Use oslosphinx and remove local copy of doc theme 2014-09-08 09:46:23 -06:00
tox.ini Remove hash seed dependency for unittests 2014-08-27 18:59:20 +03:00

README.rst

The Choose Your Own Adventure README for Manila

You have come across an OpenStack shared filesystem service. It has identified itself as "Manila." It was abstracted from the Cinder project.

To monitor it from a distance: follow @openstack on twitter.

To tame it for use in your own cloud: read http://docs.openstack.org

To study its anatomy: read https://wiki.openstack.org/wiki/Manila

To dissect it in detail: visit http://github.com/stackforge/manila

To taunt it with its weaknesses: use http://bugs.launchpad.net/manila

To watch it: http://jenkins.openstack.org

To hack at it: read HACKING.rst

To cry over its pylint problems: http://jenkins.openstack.org/job/manila-pylint/violations