Merge "Clarify documentation about source override"

This commit is contained in:
Zuul 2022-03-10 09:38:50 +00:00 committed by Gerrit Code Review
commit 9a3ca9b3af
1 changed files with 7 additions and 2 deletions

View File

@ -140,9 +140,9 @@ The ``kolla-build.conf`` file could look like this:
.. path /etc/kolla/kolla-build.conf
.. code-block:: ini
[glance-base]
[horizon]
type = url
location = https://tarballs.openstack.org/glance/glance-master.tar.gz
location = https://tarballs.openstack.org/horizon/horizon-master.tar.gz
[keystone-base]
type = git
@ -157,6 +157,11 @@ The ``kolla-build.conf`` file could look like this:
type = local
location = /tmp/ironic.tar.gz
.. note::
Note that the name of the section should exactly match the image name
you are trying to change source location for.
.. _dockerfile-customisation:
Dockerfile customisation