diff --git a/doc/source/nova.concepts.rst b/doc/source/nova.concepts.rst index 5d832d369..83d518e54 100644 --- a/doc/source/nova.concepts.rst +++ b/doc/source/nova.concepts.rst @@ -76,7 +76,7 @@ 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.) .. note:: The database schema is available on the `OpenStack Wiki `_. - + Concept: Storage ----------------