Skip to content

Commit a9c754e

Browse files
MaxBed4dm-bull
andauthored
Update etc/kayobe/kolla.yml
Co-authored-by: Matt Anson <[email protected]>
1 parent 555c296 commit a9c754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ kolla_build_args: {}
422422
###############################################################################
423423
# Kolla platform architecture configuration.
424424

425-
kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else 'x86' }}"
425+
kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else stackhpc_cpu_arch }}"
426426

427427
###############################################################################
428428
# Kolla-ansible inventory configuration.

0 commit comments

Comments
 (0)