Skip to content

Commit

Permalink
Fix baremetal get_node_console
Browse files Browse the repository at this point in the history
Fix name for calling function in Node object.

Partial-Bug: #2099872
Change-Id: If4e70c180972991a65dc47599d6baa2aa6c935c2
  • Loading branch information
jumpojoy committed Feb 24, 2025
1 parent b3e1951 commit f546d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/baremetal/v1/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def get_node_console(self, node):
:returns: Connection information for the console.
"""
res = self._get_resource(_node.Node, node)
return res.get_node_console(self)
return res.get_console(self)

def enable_node_console(self, node):
"""Enable the console for a node.
Expand Down

0 comments on commit f546d61

Please sign in to comment.