deb-manila/doc/source/glossary.rst
Thomas Bechtold ef6de3f584 Add Glossary with basic Manila terms
Glossary should be used to describe common terms used in Manila's
documentation. Starting using it for "manila-share", "manila-api" and
"manila-scheduler".

Change-Id: I288332f5b599c9c78d45f0102e4d2a20753af3a6
2015-04-09 14:23:54 +02:00

824 B

Glossary

Manila

OpenStack project to provide "Shared Filesystems as a service".

manila-api

Service that provides a stable RESTful API. The service authenticates and routes requests throughout the Shared Filesystem service. There is python-manilaclient to interact with the API.

python-manilaclient

Command line interface to interact with Manila via manila-api and also a Python module to interact programmatically with Manila.

manila-scheduler

Responsible for scheduling/routing requests to the appropriate manila-share service. It does that by picking one back-end while filtering all except one back-end.

manila-share

Responsible for managing Shared File Service devices, specifically the back-end devices.