Skip to content

Commit dd0453f

Browse files
committed
debug kolla container image build
to see which sources are downloaded before docker build
1 parent 7897a5d commit dd0453f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ kolla_source_version: "{{ stackhpc_kolla_source_version }}"
2323
# Path in which to generate kolla configuration.
2424
#kolla_build_config_path:
2525

26+
# View debug logs, like source downloads, during image build.
27+
kolla_build_extra_config: |
28+
[DEFAULT]
29+
debug = True
30+
2631
###############################################################################
2732
# Kolla-ansible installation.
2833

0 commit comments

Comments
 (0)