summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnne Gentle <anne@openstack.org>2011-01-03 14:46:38 -0600
committerAnne Gentle <anne@openstack.org>2011-01-03 14:46:38 -0600
commitd196ab33aef41ce33742734a65a394ae95b57759 (patch)
treea2b937207421260c6e05b35d608236c51e30c306 /doc
parent7874475b2983ce340a352a09bd6db6dc0e91dad9 (diff)
downloadnova-d196ab33aef41ce33742734a65a394ae95b57759.tar.gz
nova-d196ab33aef41ce33742734a65a394ae95b57759.tar.xz
nova-d196ab33aef41ce33742734a65a394ae95b57759.zip
Editing note about the database schema available on the wiki
Diffstat (limited to 'doc')
-rw-r--r--doc/source/nova.concepts.rst4
1 files changed, 2 insertions, 2 deletions
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 <http://wiki.openstack.org/NovaDatabaseSchema>`_.
-
+ .. note:: The database schema is available on the `OpenStack Wiki <http://wiki.openstack.org/NovaDatabaseSchema>`_.
+
Concept: Storage
----------------