[common][manila] Service description update

A new service has been introduced in Mitaka. This patch set
covers the update.

Change-Id: I29707b031084cbddec294371c41baa7671a9fb44
This commit is contained in:
Alexey Ovchinnikov 2016-03-30 16:40:59 +03:00
parent 79a479166f
commit b9c6b500c5

View File

@ -14,6 +14,11 @@ manila-api
A WSGI app that authenticates and routes requests throughout the Shared File
Systems service. It supports the OpenStack APIs.
manila-data
A standalone service whose purpose is to receive requests, process data
operations such as copying, share migration or backup, and send back a
response after an operation has been completed.
manila-scheduler
Schedules and routes requests to the appropriate share service. The
scheduler uses configurable filters and weighers to route requests. The