Comment 2 for bug 2057847

Revision history for this message
Oliver Kelly (0lzi) wrote :

I came across this while deploying an ampere server to an existing x86_64 deployment. My fix was to set a group_var for control and compute_arm

```yaml
group_var/control/all.yml

nova_conductor_image_full: "nova-conductor:2024.1-debian-bookworm"
neutron_server_image_full: "neutron-server:2024.1-debian-bookworm"
```

```yaml
group_var/compute_arm64/all.yml

openstack_tag_suffix: "-aarch64"

nova_conductor_image_full: "nova-conductor:2024.1-debian-bookworm"
neutron_server_image_full: "neutron-server:2024.1-debian-bookworm"

```