diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index 023d93c6bd..18e2ff327b 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -2467,6 +2467,7 @@ def _to_node(self, api_node): power_state=api_node.get("OS-EXT-STS:power_state", None), progress=api_node.get("progress", None), fault=api_node.get("fault"), + hypervisor_hostname=api_node.get("OS-EXT-SRV-ATTR:hypervisor_hostname"), ), )