Doc updates.
This commit is contained in:
@@ -27,5 +27,7 @@ Contents
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
getting.started
|
||||
|
||||
quickstart
|
||||
getting.started
|
||||
multi.node.install
|
||||
flags
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
|
||||
Concepts and Introduction
|
||||
=========================
|
||||
|
||||
@@ -32,9 +33,17 @@ This document does not attempt to explain fundamental concepts of cloud
|
||||
computing, IaaS, virtualization, or other related technologies. Instead, it
|
||||
focues on describing how Nova's implementation of those concepts is achieved.
|
||||
|
||||
This page outlines concepts that you will need to understand as a user or
|
||||
administrator of an OpenStack installation. Each section links to more more
|
||||
detailed information in the `Administration Guide`_, but you'll probably want
|
||||
to read this section straight-through before tackling the specifics presented
|
||||
in the administration guide.
|
||||
|
||||
Concept: Projects
|
||||
-----------------
|
||||
.. _`Administration Guide`: administration.guide.html
|
||||
|
||||
|
||||
Concept: Users and Projects
|
||||
---------------------------
|
||||
|
||||
Projects
|
||||
|
||||
@@ -72,7 +81,7 @@ Concept: Networking
|
||||
-------------------
|
||||
|
||||
* Simple networking
|
||||
* NASA-Style Networking
|
||||
* VLAN Networking
|
||||
|
||||
|
||||
Concept: Services
|
||||
@@ -93,8 +102,8 @@ Concept: Plugins
|
||||
LazyPluggable
|
||||
|
||||
|
||||
Concept: IPC
|
||||
------------
|
||||
Concept: IPC/RPC
|
||||
----------------
|
||||
|
||||
Rabbit!
|
||||
|
||||
@@ -121,3 +130,9 @@ Concept: Manager Pattern
|
||||
------------------------
|
||||
|
||||
Managers
|
||||
|
||||
|
||||
Concept: Security Groups
|
||||
------------------------
|
||||
|
||||
Security groups
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
..
|
||||
Copyright 2010 United States Government as represented by the
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
All Rights Reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
Flags and Flagfiles
|
||||
===================
|
||||
|
||||
* python-gflags
|
||||
* flagfiles
|
||||
* list of flags by component (see concepts list)
|
||||
@@ -0,0 +1,21 @@
|
||||
..
|
||||
Copyright 2010 United States Government as represented by the
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
All Rights Reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
Multi-Node Nova
|
||||
===============
|
||||
|
||||
http://etherpad.openstack.org/NovaMultinodeInstall
|
||||
@@ -0,0 +1,21 @@
|
||||
..
|
||||
Copyright 2010 United States Government as represented by the
|
||||
Administrator of the National Aeronautics and Space Administration.
|
||||
All Rights Reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
Nova Quickstart
|
||||
=========================
|
||||
|
||||
http://github.com/vishvananda/novascript
|
||||
Reference in New Issue
Block a user