Skip to content

Commit b2c3860

Browse files
committed
Add hw_architecture property
1 parent a0b59f2 commit b2c3860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/ansible/openstack-host-image-upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
disk_format: qcow2
4343
state: present
4444
filename: "{{ local_image_path }}"
45+
properties:
46+
hw_architecture: "{{ 'aarch64' if cpu_platform == 'arm64' else 'x86_64' }}"
4547

4648
always:
4749
- name: Remove clouds.yaml

0 commit comments

Comments
 (0)