Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vm_manager/vm_manager_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def add_pacemaker_remote(
p.add_meta("remote-node", remote_node)


def console(vm_name, ssh_user="admin"):
def console(vm_name, ssh_user="libvirtadmin"):
"""
Open a virsh console for the given VM
:param vm_name: the VM name to open the console
Expand Down
2 changes: 1 addition & 1 deletion vm_manager/vm_manager_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def main():
"--ssh-user",
type=str,
required=False,
default="admin",
default="libvirtadmin",
help="SSH user to connect to the VM",
)

Expand Down