You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@node3:~/Proxmox-host-maintenance-mode# python3 maintenance-mode.py Traceback (most recent call last): File "/root/Proxmox-host-maintenance-mode/maintenance-mode.py", line 372, in <module> cluster = Cluster(server_url, auth) NameError: name 'server_url' is not defined root@node3:~/Proxmox-host-maintenance-mode#
The text was updated successfully, but these errors were encountered:
You need to install Pycharm.
Copy the code there.
Install all libraries.
Enter your server data, login, password here:
server = "https://10.10.10.100:8006 "
auth = {'username': "root@pam", 'password': "YOUR_PASSWORD"}
And run it.
root@node3:~/Proxmox-host-maintenance-mode# python3 maintenance-mode.py Traceback (most recent call last): File "/root/Proxmox-host-maintenance-mode/maintenance-mode.py", line 372, in <module> cluster = Cluster(server_url, auth) NameError: name 'server_url' is not defined root@node3:~/Proxmox-host-maintenance-mode#
The text was updated successfully, but these errors were encountered: