Comment 3 for bug 1365750

Revision history for this message
Dan Prince (dan-prince) wrote :

Okay. So a couple of related Ironic driver breakages which are related here:

In git 17b08b421625ee6de332ecb031d866faa77ad850 we added a fix to arch.canonicalize so it automatically converts 'amd64' to 'X86_64'.

Also, I've pushed a fix so that we don't canonicalize the arch for extra_specs. See here:

https://review.openstack.org/#/c/120099/

Finally the Ironic compute driver (in the Ironic tree) is being deprecated such that it will simply subclass the Nova driver. See here: https://review.openstack.org/#/c/119892/

Once all of these changes land I think we should be good to go again.