Skip to content
Snippets Groups Projects
Commit 64272529 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix leftover of hypervisor attribute rename

Reviewed-by: imsnah
parent 66348f29
No related branches found
No related tags found
No related merge requests found
...@@ -507,7 +507,7 @@ class ConfigWriter: ...@@ -507,7 +507,7 @@ class ConfigWriter:
"""Get the hypervisor type for this cluster. """Get the hypervisor type for this cluster.
""" """
return self._config_data.cluster.hypervisor return self._config_data.cluster.default_hypervisor
@locking.ssynchronized(_config_lock, shared=1) @locking.ssynchronized(_config_lock, shared=1)
def GetHostKey(self): def GetHostKey(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment