Skip to content
Snippets Groups Projects
Commit 83d99ecf authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update links in documents"

parents 4e0fa6a3 e121ecb3
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Configure Docker on all nodes
The ``start-registry`` script configures a docker registry that proxies Kolla
images from Docker Hub, and can also be used with custom built images (see
:doc:`image-building`).
`Building Container Images`_).
After starting the registry, it is necessary to instruct Docker that it will
be communicating with an insecure registry. To enable insecure registry
......@@ -148,10 +148,10 @@ to them:
kolla-ansible prechecks -i <path/to/multinode/inventory/file>
For additional environment setup see the :ref:`deploying-kolla`.
Run the deployment:
::
kolla-ansible deploy -i <path/to/multinode/inventory/file>
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
......@@ -324,7 +324,7 @@ For mounting /run and /var/lib/nova/mnt as shared upon startup, edit
If CentOS/Fedora/OracleLinux container images are built on an Ubuntu host,
the back-end storage driver must not be AUFS (see the known issues in
:doc:`image-building`).
`Building Container Images`_).
Install Kolla for deployment or evaluation
==========================================
......@@ -471,7 +471,7 @@ View the images.
Developers running from master are required to build container images as
the Docker Hub does not contain built images for the master branch.
Reference the :doc:`image-building` for more advanced build configuration.
Reference the `Building Container Images`_ for more advanced build configuration.
To build images using default parameters run:
......@@ -671,3 +671,4 @@ default to ``kolla_internal_vip_address``.
.. _Docker Hub Image Registry: https://hub.docker.com/u/kolla/
.. _launchpad bug: https://bugs.launchpad.net/kolla/+filebug
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
......@@ -126,7 +126,7 @@ Once logged on the **operator** VM call the ``kolla-build`` utility::
kolla-build
``kolla-build`` accept arguments as documented in :doc:`image-building`. It
``kolla-build`` accept arguments as documented in `Building Container Images`_. It
builds Docker images and pushes them to the local registry if the **push**
option is enabled (in Vagrant this is the default behaviour).
......@@ -159,3 +159,5 @@ Further Reading
All Vagrant documentation can be found at
`docs.vagrantup.com <http://docs.vagrantup.com>`__.
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment