From b9c6b500c5eee4462a801dbdb801972554f9b5ae Mon Sep 17 00:00:00 2001 From: Alexey Ovchinnikov Date: Wed, 30 Mar 2016 16:40:59 +0300 Subject: [PATCH] [common][manila] Service description update A new service has been introduced in Mitaka. This patch set covers the update. Change-Id: I29707b031084cbddec294371c41baa7671a9fb44 --- doc/common/get_started_file_storage.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/common/get_started_file_storage.rst b/doc/common/get_started_file_storage.rst index 19221537e6..e4e06995d5 100644 --- a/doc/common/get_started_file_storage.rst +++ b/doc/common/get_started_file_storage.rst @@ -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