Update links in documents
Update documents reference image-building documents correctly after image-building.rst was deleted from kolla-ansible directory. Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
This commit is contained in:
parent
31a96e4f59
commit
e121ecb380
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user