Open
Description
While following the procedure https://github.com/xcp-ng/xcp/wiki/Docker-in-XCP-ng, at the command xscontainer-prepare-vm -v <VM_UUID> -u <username>
I got:
Traceback (most recent call last):
File "/bin/xscontainer-prepare-vm", line 272, in <module>
sys.exit(main())
File "/bin/xscontainer-prepare-vm", line 246, in main
resultcode = _handle_ssh(session, options)
File "/bin/xscontainer-prepare-vm", line 139, in _handle_ssh
resultcode = push_ssh_key(session, options.vmuuid, options.username)
File "/bin/xscontainer-prepare-vm", line 80, in push_ssh_key
print(docker.ERROR_CAUSE_NETWORK)
AttributeError: 'module' object has no attribute 'ERROR_CAUSE_NETWORK'