Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Exception: Could not find a suitable physical network interface to create a LXD bridge on. Please check your... #990

Closed
adam-stokes opened this issue Jun 23, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@adam-stokes
Copy link
Contributor

https://sentry.io/canonical-pj/conjure-up/issues/297601508/

Exception: Could not find a suitable physical network interface to create a LXD bridge on. Please check your network configuration.
(20 additional frame(s) were not displayed)
...
  File "conjureup/controllers/credentials/gui.py", line 20, in render
    self.finish(None)
  File "conjureup/controllers/credentials/common.py", line 21, in finish
    controllers.use('lxdsetup').render()
  File "conjureup/controllers/__init__.py", line 66, in use
    return module._controller_class()
  File "conjureup/controllers/lxdsetup/common.py", line 26, in __init__
    self.ifaces = utils.get_physical_network_interfaces()
  File "conjureup/utils.py", line 560, in get_physical_network_interfaces
    "Could not find a suitable physical network interface "

Exception: Could not find a suitable physical network interface to create a LXD bridge on. Please check your network configuration.
@adam-stokes adam-stokes modified the milestone: 2.3.0 Jun 23, 2017
@adam-stokes adam-stokes modified the milestones: 2.2.3, 2.3.0 Jun 23, 2017
johnsca added a commit that referenced this issue Jun 23, 2017
Due to repeated error reports from selecting and binding an interface to
the LXD bridge, we switched to "auto".  But we were still trying to
discover the interfaces and present them as a selection screen.  This
bypasses that until we can improve the binding and selection.

Fixes #990
johnsca added a commit that referenced this issue Jun 23, 2017
Due to repeated error reports from selecting and binding an interface to
the LXD bridge, we switched to "auto".  But we were still trying to
discover the interfaces and present them as a selection screen.  This
bypasses that until we can improve the binding and selection.

Fixes #990
johnsca added a commit that referenced this issue Jun 23, 2017
Due to repeated error reports from selecting and binding an interface to
the LXD bridge, we switched to "auto".  But we were still trying to
discover the interfaces and present them as a selection screen.  This
bypasses that until we can improve the binding and selection.

Fixes #990
johnsca added a commit that referenced this issue Jun 23, 2017
Due to repeated error reports from selecting and binding an interface to
the LXD bridge, we switched to "auto".  But we were still trying to
discover the interfaces and present them as a selection screen.  This
bypasses that until we can improve the binding and selection.

Fixes #990
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants