Nova doesn't support v3 when connecting to Ironic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Clenimar Filemon |
Bug Description
nova-ironic communication only supports v2, deprecated auth parameters, e.g [1]. this will cause a fatal error during a v3-only devstack setup, as ironic keeps waiting for nova to provide resources and a timeout occurs (logs will show a lot of 404s) failing the setup.
currently an ironic-enabled, v3-only devstack setup will fail because ironic itself doesn't support v3, but we already have a filed bug [2] and a patch on the way [3].
to reproduce this issue: setup a v3-only devstack with patched [3] ironic enabled. it should fail waiting for nova-hypervisor to provide VMs.
[1] https:/
[2] https:/
[3] https:/
Changed in nova: | |
assignee: | nobody → Clenimar Filemon (clenimar-filemon) |
Changed in nova: | |
status: | New → In Progress |
description: | updated |
description: | updated |
Changed in nova: | |
importance: | Undecided → Medium |
fix proposed in https:/ /review. openstack. org/#/c/ 300154/