From 5347cc6b52b6a15e16c7085205de4a4b839e8dfc Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Mon, 15 May 2017 14:00:06 +0800 Subject: [PATCH] Correct typo of cinder doc Change-Id: I7748b85a5a6fea18fa6044d8eb6571fce06f0677 --- doc/source/devref/architecture.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/devref/architecture.rst b/doc/source/devref/architecture.rst index 6da07b436..17d80bb75 100644 --- a/doc/source/devref/architecture.rst +++ b/doc/source/devref/architecture.rst @@ -25,7 +25,7 @@ Cinder uses a sql-based central database that is shared by all Cinder services i Components ---------- -Below you will a brief explanation of the different components. +Below you will find a brief explanation of the different components. :: @@ -45,9 +45,9 @@ Below you will a brief explanation of the different components. < REST > -* DB: sql database for data storage. Used by all components (LINKS NOT SHOWN) -* Web Dashboard: potential external component that talks to the api -* api: component that receives http requests, converts commands and communicates with other components via the queue or http +* DB: sql database for data storage. Used by all components (LINKS NOT SHOWN). +* Web Dashboard: potential external component that talks to the api. +* api: component that receives http requests, converts commands and communicates with other components via the queue or http. * Auth Manager: component responsible for users/projects/and roles. Can backend to DB or LDAP. This is not a separate binary, but rather a python class that is used by most components in the system. -* scheduler: decides which host gets each volume +* scheduler: decides which host gets each volume. * volume: manages dynamically attachable block devices.