diff options
| author | root <root@tonbuntu> | 2010-11-09 10:11:36 -0800 |
|---|---|---|
| committer | root <root@tonbuntu> | 2010-11-09 10:11:36 -0800 |
| commit | 4ad2e71f41a95056f8bb37209c49d17d8c7cd4d0 (patch) | |
| tree | 7294b76952b88d09bd745e35d25a0eab801839af /doc/source | |
| parent | b78364281dc5d5090faf6da8fbdddf90d60e514b (diff) | |
| download | nova-4ad2e71f41a95056f8bb37209c49d17d8c7cd4d0.tar.gz nova-4ad2e71f41a95056f8bb37209c49d17d8c7cd4d0.tar.xz nova-4ad2e71f41a95056f8bb37209c49d17d8c7cd4d0.zip | |
incorporate some feedback from todd and anne
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/adminguide/index.rst | 21 | ||||
| -rw-r--r-- | doc/source/index.rst | 1 | ||||
| -rw-r--r-- | doc/source/nova.concepts.rst (renamed from doc/source/concepts.and.introduction.rst) | 4 | ||||
| -rw-r--r-- | doc/source/object.model.rst | 14 |
4 files changed, 30 insertions, 10 deletions
diff --git a/doc/source/adminguide/index.rst b/doc/source/adminguide/index.rst index f89819429..9a6a70d45 100644 --- a/doc/source/adminguide/index.rst +++ b/doc/source/adminguide/index.rst @@ -57,13 +57,32 @@ For background on the core objects refenced in this section, see :doc:`../object managing.volumes managing.networks +Deployment +---------- + +.. todo:: talk about deployment scenarios + +.. toctree:: + :maxdepth: 1 + + multi.node.install + + +Networking +^^^^^^^^^^ + +.. toctree:: + :maxdepth: 1 + + multi.node.install + + Advanced Topics --------------- .. toctree:: :maxdepth: 1 - multi.node.install flags monitoring diff --git a/doc/source/index.rst b/doc/source/index.rst index e92352971..5f38f63e5 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,6 +44,7 @@ Key Concepts :maxdepth: 1 cloud101 + nova.concepts service.architecture object.model diff --git a/doc/source/concepts.and.introduction.rst b/doc/source/nova.concepts.rst index d409fbaec..ce251dd14 100644 --- a/doc/source/concepts.and.introduction.rst +++ b/doc/source/nova.concepts.rst @@ -16,8 +16,8 @@ under the License. -Concepts and Introduction -========================= +Nova Concepts and Introduction +============================== Introduction diff --git a/doc/source/object.model.rst b/doc/source/object.model.rst index 4544fe9d9..c8d4df736 100644 --- a/doc/source/object.model.rst +++ b/doc/source/object.model.rst @@ -22,10 +22,17 @@ Object Model } +Users +----- + Projects -------- +Images +------ + + Instances --------- @@ -34,13 +41,6 @@ Volumes ------- -Users ------ - - -Images ------- - Security Groups --------------- |
