diff --git a/doc/source/changes.rst b/doc/source/changes.rst index ccd96e8a7e..f4a326d60e 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -1,10 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ +======= +Changes +======= Recent Changes What's been happening? ------------------------------------- diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9befc908ea..eba295622b 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -Configuration Making it go my way ---------------------------------- +============= +Configuration +============= DevStack has always tried to be mostly-functional with a minimal amount of configuration. The number of options has ballooned as projects add diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 73069e788b..b4f9f37902 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -Contributing Help us help you ------------------------------ +============ +Contributing +============ DevStack uses the standard OpenStack contribution process as outlined in `the OpenStack wiki 'How To diff --git a/doc/source/eucarc.rst b/doc/source/eucarc.rst index c91d3417de..1284b8883b 100644 --- a/doc/source/eucarc.rst +++ b/doc/source/eucarc.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -eucarc EC2 settings -------------------- +===================== +eucarc - EC2 Settings +===================== ``eucarc`` creates EC2 credentials for the current user as defined by ``OS_TENANT_NAME:OS_USERNAME``. ``eucarc`` sources ``openrc`` at the diff --git a/doc/source/exerciserc.rst b/doc/source/exerciserc.rst index ed3f2e87b6..f3780c34c5 100644 --- a/doc/source/exerciserc.rst +++ b/doc/source/exerciserc.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -exerciserc Exercise settings ----------------------------- +============================== +exerciserc - Exercise Settings +============================== ``exerciserc`` is used to configure settings for the exercise scripts. The values shown below are the default values. Thse can all be diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 36b25b3039..7b33b41741 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -FAQ: Using DevStack Making to behave ------------------------------------- +=== +FAQ +=== - `General Questions <#general>`__ - `Operation and Configuration <#ops_conf>`__ diff --git a/doc/source/guides/multinode-lab.rst b/doc/source/guides/multinode-lab.rst index 0b1ebb931b..1c53227835 100644 --- a/doc/source/guides/multinode-lab.rst +++ b/doc/source/guides/multinode-lab.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview <../overview.html>`__ -- `Changes <../changes.html>`__ -- `FAQ <../faq.html>`__ -- `git.openstack.org `__ -- `Gerrit `__ - -Multi-Node Lab: Serious Stuff -============================= +============== +Multi-Node Lab +============== Here is OpenStack in a realistic test configuration with multiple physical servers. diff --git a/doc/source/guides/single-machine.rst b/doc/source/guides/single-machine.rst index 3e0a39cad5..60595118ee 100644 --- a/doc/source/guides/single-machine.rst +++ b/doc/source/guides/single-machine.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview <../overview.html>`__ -- `Changes <../changes.html>`__ -- `FAQ <../faq.html>`__ -- `git.openstack.org `__ -- `Gerrit `__ - -All-In-One: Dedicated Hardware -============================== +========== +All-In-One +========== Things are about to get real! Using OpenStack in containers or VMs is nice for kicking the tires, but doesn't compare to the feeling you get diff --git a/doc/source/guides/single-vm.rst b/doc/source/guides/single-vm.rst index 35efb14939..d296db6298 100644 --- a/doc/source/guides/single-vm.rst +++ b/doc/source/guides/single-vm.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview <../overview.html>`__ -- `Changes <../changes.html>`__ -- `FAQ <../faq.html>`__ -- `git.openstack.org `__ -- `Gerrit `__ - -Running a Cloud in a VM -======================= +============= +Cloud in a VM +============= Use the cloud to build the cloud! Use your cloud to launch new versions of OpenStack in about 5 minutes. When you break it, start over! The VMs diff --git a/doc/source/local.conf.rst b/doc/source/local.conf.rst index e1de44c2c7..a9dfcb0ac7 100644 --- a/doc/source/local.conf.rst +++ b/doc/source/local.conf.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -local.conf User settings ------------------------- +========================== +local.conf - User Settings +========================== ``local.conf`` is a user-maintained setings file that is sourced in ``stackrc``. It contains a section that replaces the historical diff --git a/doc/source/localrc.rst b/doc/source/localrc.rst index 487280bae5..98f308302f 100644 --- a/doc/source/localrc.rst +++ b/doc/source/localrc.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -localrc User settings ---------------------- +===================== +localrc - The Old Way +===================== ``localrc`` is the old file used to configure DevStack. It is deprecated and has been replaced by ```local.conf`` `__. DevStack diff --git a/doc/source/openrc.rst b/doc/source/openrc.rst index ce5765aa60..dc12f76b84 100644 --- a/doc/source/openrc.rst +++ b/doc/source/openrc.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -openrc User authentication settings ------------------------------------ +===================================== +openrc - User Authentication Settings +===================================== ``openrc`` configures login credentials suitable for use with the OpenStack command-line tools. ``openrc`` sources ``stackrc`` at the diff --git a/doc/source/overview.rst b/doc/source/overview.rst index cedf941bcd..e3cf75dd29 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -Overview DevStack from a cloud-height view ------------------------------------------- +======== +Overview +======== DevStack has evolved to support a large number of configuration options and alternative platforms and support services. That evolution has grown diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 0747b59f3c..282c1a4a3b 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -Plugins Add stuff ------------------ +======= +Plugins +======= DevStack has a couple of plugin mechanisms to allow easily adding support for additional projects and features. diff --git a/doc/source/stackrc.rst b/doc/source/stackrc.rst index 5d9d2218c6..0faab45c2f 100644 --- a/doc/source/stackrc.rst +++ b/doc/source/stackrc.rst @@ -1,13 +1,6 @@ -`DevStack `__ - -- `Overview `__ -- `Changes `__ -- `FAQ `__ -- `git.openstack.org `__ -- `Gerrit `__ - -stackrc DevStack settings -------------------------- +=========================== +stackrc - DevStack Settings +=========================== ``stackrc`` is the primary configuration file for DevStack. It contains all of the settings that control the services started and the