~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to doc/source/nova.concepts.rst

  • Committer: Anne Gentle
  • Date: 2010-12-20 20:54:27 UTC
  • mfrom: (469 nova)
  • mto: This revision was merged to the branch mainline in revision 550.
  • Revision ID: anne@openstack.org-20101220205427-xtz19plbvxybqe9b
Minor spellchecking fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
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.) 
77
77
 
78
 
    .. note:: The database schema is available on the `OpenStack Wiki <http://wiki.openstack.org/NovaDatabaseSchema>_`. 
 
78
The database schema is available on the `OpenStack Wiki <http://wiki.openstack.org/NovaDatabaseSchema>`_. 
79
79
 
80
80
Concept: Storage
81
81
----------------