Skip to content

Commit a891269

Browse files
committed
Add hypervisor_hostname
1 parent c899034 commit a891269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcloud/compute/drivers/openstack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,6 +2467,7 @@ def _to_node(self, api_node):
24672467
power_state=api_node.get("OS-EXT-STS:power_state", None),
24682468
progress=api_node.get("progress", None),
24692469
fault=api_node.get("fault"),
2470+
hypervisor_hostname=api_node.get("OS-EXT-SRV-ATTR:hypervisor_hostname"),
24702471
),
24712472
)
24722473

0 commit comments

Comments
 (0)