Comment 17 for bug 1682423

Revision history for this message
Matt Riedemann (mriedem) wrote :

What Mark was hitting was maybe this check for a minimum service version:

https://github.com/openstack/nova/blob/15.0.0/nova/compute/api.py#L2263

But that's a minimum service version check on the nova-api service, not the nova-compute services. So I'm not sure why stale dead compute services would have any influence there.