From d196ab33aef41ce33742734a65a394ae95b57759 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Mon, 3 Jan 2011 14:46:38 -0600 Subject: Editing note about the database schema available on the wiki --- doc/source/nova.concepts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/nova.concepts.rst b/doc/source/nova.concepts.rst index f29f0bfd1..5d832d369 100644 --- a/doc/source/nova.concepts.rst +++ b/doc/source/nova.concepts.rst @@ -75,8 +75,8 @@ Nova is built on a shared-nothing, messaging-based architecture. All of the majo To achieve the shared-nothing property with multiple copies of the same component, Nova keeps all the cloud system state in a distributed data store. Updates to system state are written into this store, using atomic transactions when required. Requests for system state are read out of this store. In limited cases, the read results are cached within controllers for short periods of time (for example, the current list of system users.) -The database schema is available on the `OpenStack Wiki `_. - + .. note:: The database schema is available on the `OpenStack Wiki `_. + Concept: Storage ---------------- -- cgit