Merge "Remove dev prefix in magnum/doc/source/dev"

This commit is contained in:
Jenkins
2016-01-26 17:03:06 +00:00
committed by Gerrit Code Review
9 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ Prerequisite
You need to follow the developer quickstart guide to deploy Magnum in a You need to follow the developer quickstart guide to deploy Magnum in a
devstack environment devstack environment
`<http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html>`_ `<http://docs.openstack.org/developer/magnum/dev/quickstart.html>`_
Preparation Preparation
=========== ===========

View File

@@ -1,11 +1,11 @@
.. _dev-manual-install: .. _manual-install:
================================== ==================================
Manually Adding Magnum to DevStack Manually Adding Magnum to DevStack
================================== ==================================
If you are getting started with magnum it is recommended you follow the If you are getting started with magnum it is recommended you follow the
:ref:`dev-quickstart` to get up and running with magnum. This guide covers :ref:`quickstart` to get up and running with magnum. This guide covers
a more in-depth process to setup magnum with devstack. a more in-depth process to setup magnum with devstack.
Magnum depends on nova, glance, heat, barbican, and neutron to create and Magnum depends on nova, glance, heat, barbican, and neutron to create and
@@ -235,4 +235,4 @@ Start the conductor service in a new screen::
Magnum should now be up and running! Magnum should now be up and running!
Further details on utilizing magnum and deploying containers can be found in Further details on utilizing magnum and deploying containers can be found in
the guide :ref:`dev-quickstart`. the guide :ref:`quickstart`.

View File

@@ -1,4 +1,4 @@
.. _dev-quickstart: .. _quickstart:
===================== =====================
Developer Quick-Start Developer Quick-Start
@@ -79,7 +79,7 @@ To run unit test coverage and check percentage of code covered::
tox -e cover tox -e cover
To discover and interact with templates, please refer to To discover and interact with templates, please refer to
`<http://docs.openstack.org/developer/magnum/dev/dev-bay-template-example.html>`_ `<http://docs.openstack.org/developer/magnum/dev/bay-template-example.html>`_
Exercising the Services Using Devstack Exercising the Services Using Devstack
====================================== ======================================
@@ -96,7 +96,7 @@ This session has only been tested on Ubuntu 14.04 (Trusty) and Fedora 20/21.
We recommend users to select one of them if it is possible. We recommend users to select one of them if it is possible.
For in-depth guidance on adding magnum manually to a devstack instance, please For in-depth guidance on adding magnum manually to a devstack instance, please
refer to the `<http://docs.openstack.org/developer/magnum/dev/dev-manual-devstack.html>`_ refer to the `<http://docs.openstack.org/developer/magnum/dev/manual-devstack.html>`_
Clone devstack:: Clone devstack::
@@ -121,7 +121,7 @@ Kilo, and heat is enabled by the magnum plugin)::
PUBLIC_INTERFACE=eth1 PUBLIC_INTERFACE=eth1
enable_plugin magnum https://git.openstack.org/openstack/magnum enable_plugin magnum https://git.openstack.org/openstack/magnum
# Enable barbican service and use it to store TLS certificates # Enable barbican service and use it to store TLS certificates
# For details http://docs.openstack.org/developer/magnum/dev/dev-tls.html # For details http://docs.openstack.org/developer/magnum/dev/tls.html
enable_plugin barbican https://git.openstack.org/openstack/barbican enable_plugin barbican https://git.openstack.org/openstack/barbican
VOLUME_BACKING_FILE_SIZE=20G VOLUME_BACKING_FILE_SIZE=20G
END END
@@ -470,7 +470,7 @@ Building and Using a Mesos Bay
Provisioning a mesos bay requires a Ubuntu-based image with some packages Provisioning a mesos bay requires a Ubuntu-based image with some packages
pre-installed. To build and upload such image, please refer to pre-installed. To build and upload such image, please refer to
`<http://docs.openstack.org/developer/magnum/dev/dev-mesos.html>`_ `<http://docs.openstack.org/developer/magnum/dev/mesos.html>`_
Alternatively, you can download and upload a pre-built image:: Alternatively, you can download and upload a pre-built image::

View File

@@ -75,12 +75,12 @@ Developer Info
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
dev/dev-quickstart dev/quickstart
dev/dev-manual-devstack dev/manual-devstack
dev/dev-build-atomic-image.rst dev/build-atomic-image.rst
dev/dev-kubernetes-load-balancer.rst dev/kubernetes-load-balancer.rst
dev/dev-tls.rst dev/tls.rst
dev/dev-functional-test.rst dev/functional-test.rst
contributing contributing
heat-templates heat-templates
objects objects