Comment 2 for bug 1709544

Revision history for this message
Alexander Chadin (joker946) wrote :

nova.hypervisors.list() should return id as uuid for 2.53 (https://developer.openstack.org/api-ref/compute/#list-hypervisors). If we use this uuid to find the specific service (self.nova.find(id=service_id)), then it should work good. Maybe you have old database or you haven't updated nova?