On 5/29/2019 4:10 AM, info at dantalion.nl wrote: > If the hypervisor_type is only available in the nova cell DB how does > the OpenStackClient determine the hypervisor type? > > If I execute 'openstack hypervisor list' then the Hypervisor Type column > is visible and correctly distinguishes between ironic and qemu hyervisors. I was mistaken, hypervisor_type is in the API response [1] so that's why you're seeing it in the OSC CLI. I must have missed it when looking at the API reference. [1] https://github.com/openstack/nova/blob/d4f58f5eb6e68d0348868efc45212b70feb0bde1/nova/api/openstack/compute/hypervisors.py#L69 -- Thanks, Matt