Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] pylxd.exceptions.ClientConnectionFailed #91

Closed
wayne43290 opened this issue May 26, 2019 · 3 comments
Closed

[BUG] pylxd.exceptions.ClientConnectionFailed #91

wayne43290 opened this issue May 26, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@wayne43290
Copy link

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
11

@wayne43290 wayne43290 added the bug Something isn't working label May 26, 2019
@gabrik
Copy link
Contributor

gabrik commented May 27, 2019

Thanks @wayne43290
I think your workaround is fine, there is no formal way for this issue.
This will be solved in the next PR.

@gabrik gabrik self-assigned this May 27, 2019
@gabrik
Copy link
Contributor

gabrik commented Jun 11, 2019

This can be related to: canonical/pylxd#365

@gabrik
Copy link
Contributor

gabrik commented Jun 12, 2019

Solved by #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants