From 5112a1dab24903074edff8f1db67ca1cc5eda3fa Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Mon, 24 Feb 2014 01:10:27 -0500 Subject: [PATCH] changes to module001-ch004-openstack-architecture SQlite to SQLite capitalize keystone Change-Id: I6fc51a329a857735f8288020e0195ce7571b7585 --- module001-ch004-openstack-architecture.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module001-ch004-openstack-architecture.xml b/module001-ch004-openstack-architecture.xml index ec26a8e7..3b82388d 100644 --- a/module001-ch004-openstack-architecture.xml +++ b/module001-ch004-openstack-architecture.xml @@ -189,7 +189,7 @@ in use, networks available and projects. Theoretically, OpenStack Nova can support any database supported by SQL-Alchemy but the only databases currently being widely - used are sqlite3 (only appropriate for test and + used are SQLite3 (only appropriate for test and development work), MySQL and PostgreSQL. @@ -259,7 +259,7 @@ A database to store the image metadata. Like Nova, you can choose your database depending on your preference (but - most people use MySQL or SQlite). + most people use MySQL or SQLite). A storage repository for the actual image files. In @@ -286,7 +286,7 @@ OpenStack policy, catalog, token and authentication. - keystone handles API requests as well as providing + Keystone handles API requests as well as providing configurable catalog, policy, token and identity services.