Document dev mode with custom repository

Change-Id: I9b33e5d0a9a4094ccf8a32e5562ab10f577487b3
This commit is contained in:
Pierre Riteau 2025-04-02 15:19:07 +02:00
parent b65c866ab3
commit ddd6d5ab6b

@ -31,6 +31,14 @@ To enable it just for heat, set:
heat_dev_mode: true
To customise the repository and branch to use, set:
.. path /etc/kolla/globals.yml
.. code-block:: yaml
heat_git_repository: "https://git.example.com/openstack/heat.git"
heat_source_version: "custom"
Usage
-----