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
Describe the bug
While starting the fog system, the LXD_plugin reports error: pylxd.exceptions.ClientConnectionFailed
This problem is the same as the issue here: canonical/pylxd#317
And I did some workaround based on this comment: canonical/pylxd#317 (comment)
I inserted some code into /etc/fos/plugins/LXD/LXD_plugin, around line 81 in the def start_runtime(self): Client() => Client(endpoint='https://127.0.0.1:8443', verify=False)
Is there a formal way to deal with this error?
Hardware: Nvidia TX2
OS: Ubuntu 16.04.6 LTS
Version 4.4.38-tegra aarch64
Involved plugin LXD
Screenshot
The text was updated successfully, but these errors were encountered:
Describe the bug
While starting the fog system, the LXD_plugin reports error: pylxd.exceptions.ClientConnectionFailed
This problem is the same as the issue here: canonical/pylxd#317
And I did some workaround based on this comment: canonical/pylxd#317 (comment)
I inserted some code into /etc/fos/plugins/LXD/LXD_plugin, around line 81 in the def start_runtime(self):
Client()
=>Client(endpoint='https://127.0.0.1:8443', verify=False)
Is there a formal way to deal with this error?
Screenshot
The text was updated successfully, but these errors were encountered: