We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564f043 commit aa52228Copy full SHA for aa52228
etc/kayobe/overcloud-dib.yml
@@ -71,7 +71,7 @@ overcloud_dib_git_elements_extra:
71
elements_path: "elements"
72
73
# Selects the architecture of the overcloud host image being built.
74
-overcloud_dib_architechture: "{{ 'amd64' if stackhpc_cpu_arch == 'x86_64' else 'arm64' }}"
+overcloud_dib_architechture: "{{ 'amd64' if stackhpc_cpu_arch == 'x86_64' else 'arm64' }}"
75
76
# List of git repositories containing Diskimage Builder (DIB) elements. See
77
# stackhpc.openstack.os_images role for usage. Default is a combination of
0 commit comments