|
...
|
...
|
@@ -42,8 +42,8 @@ Quick Start This ain't your first rodeo
|
|
42
|
42
|
|
|
43
|
43
|
#. Configure
|
|
44
|
44
|
|
|
45
|
|
- We recommend at least a `minimal
|
|
46
|
|
- configuration <configuration.html>`__ be set up.
|
|
|
45
|
+ We recommend at least a :doc:`minimal
|
|
|
46
|
+ configuration <configuration>` be set up.
|
|
47
|
47
|
|
|
48
|
48
|
#. Start the install
|
|
49
|
49
|
|
|
...
|
...
|
@@ -69,9 +69,9 @@ any hardware.
|
|
69
|
69
|
Virtual Machine
|
|
70
|
70
|
~~~~~~~~~~~~~~~
|
|
71
|
71
|
|
|
72
|
|
-`Run OpenStack in a VM <guides/single-vm.html>`__. The VMs launched in your cloud will be slow as
|
|
|
72
|
+:doc:`Run OpenStack in a VM <guides/single-vm>`. The VMs launched in your cloud will be slow as
|
|
73
|
73
|
they are running in QEMU (emulation), but it is useful if you don't have
|
|
74
|
|
-spare hardware laying around. `[Read] <guides/single-vm.html>`__
|
|
|
74
|
+spare hardware laying around. :doc:`[Read] <guides/single-vm>`
|
|
75
|
75
|
|
|
76
|
76
|
OpenStack on Hardware
|
|
77
|
77
|
---------------------
|
|
...
|
...
|
@@ -83,13 +83,13 @@ running a multi-node deployment on datacenter hardware.
|
|
83
|
83
|
All-In-One
|
|
84
|
84
|
~~~~~~~~~~
|
|
85
|
85
|
|
|
86
|
|
-`Run OpenStack on dedicated hardware <guides/single-machine.html>`__ to get real performance in your VMs.
|
|
87
|
|
-This can include a server-class machine or a laptop at home. `[Read] <guides/single-machine.html>`__
|
|
|
86
|
+:doc:`Run OpenStack on dedicated hardware <guides/single-machine>` to get real performance in your VMs.
|
|
|
87
|
+This can include a server-class machine or a laptop at home. :doc:`[Read] <guides/single-machine>`
|
|
88
|
88
|
|
|
89
|
89
|
Multi-Node + VLANs
|
|
90
|
90
|
~~~~~~~~~~~~~~~~~~
|
|
91
|
91
|
|
|
92
|
|
-`Setup a multi-node cluster <guides/multinode-lab.html>`__ with dedicated VLANs for VMs & Management. `[Read] <guides/multinode-lab.html>`__
|
|
|
92
|
+:doc:`Setup a multi-node cluster <guides/multinode-lab>` with dedicated VLANs for VMs & Management. :doc:`[Read] <guides/multinode-lab>`
|
|
93
|
93
|
|
|
94
|
94
|
Documentation
|
|
95
|
95
|
=============
|
|
...
|
...
|
@@ -97,32 +97,32 @@ Documentation
|
|
97
|
97
|
Overview
|
|
98
|
98
|
--------
|
|
99
|
99
|
|
|
100
|
|
-`An overview of DevStack goals and priorities <overview.html>`__
|
|
|
100
|
+:doc:`An overview of DevStack goals and priorities <overview>`
|
|
101
|
101
|
|
|
102
|
102
|
Configuration
|
|
103
|
103
|
-------------
|
|
104
|
104
|
|
|
105
|
|
-`Configuring and customizing the stack <configuration.html>`__
|
|
|
105
|
+:doc:`Configuring and customizing the stack <configuration>`
|
|
106
|
106
|
|
|
107
|
107
|
Plugins
|
|
108
|
108
|
-------
|
|
109
|
109
|
|
|
110
|
|
-`Extending DevStack with new features <plugins.html>`__
|
|
|
110
|
+:doc:`Extending DevStack with new features <plugins>`
|
|
111
|
111
|
|
|
112
|
112
|
Recent Changes
|
|
113
|
113
|
--------------
|
|
114
|
114
|
|
|
115
|
|
-`An incomplete summary of recent changes <changes.html>`__
|
|
|
115
|
+:doc:`An incomplete summary of recent changes <changes>`
|
|
116
|
116
|
|
|
117
|
117
|
FAQ
|
|
118
|
118
|
---
|
|
119
|
119
|
|
|
120
|
|
-`The DevStack FAQ <faq.html>`__
|
|
|
120
|
+:doc:`The DevStack FAQ <faq>`
|
|
121
|
121
|
|
|
122
|
122
|
Contributing
|
|
123
|
123
|
------------
|
|
124
|
124
|
|
|
125
|
|
-`Pitching in to make DevStack a better place <contributing.html>`__
|
|
|
125
|
+:doc:`Pitching in to make DevStack a better place <contributing>`
|
|
126
|
126
|
|
|
127
|
127
|
Code
|
|
128
|
128
|
====
|