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

Lxd fixes #5164

Closed
wants to merge 3 commits into from
Closed

Lxd fixes #5164

wants to merge 3 commits into from

Commits on Apr 14, 2016

  1. lxd: use right config variable name for lxd bridge

    Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
    Tycho Andersen committed Apr 14, 2016
    Copy the full SHA
    ba9f2f3 View commit details
    Browse the repository at this point in the history
  2. lxd: get rid of fallback to lxcbr0

    The fallback was buggy: lxdbr0 no longer starts automatically any more, so
    we can't assume that statting the file exists.
    
    This code is all mostly useless anyway as it was mostly for the transition
    from lxcbr0 to lxdbr0. Let's just get rid of any concept of falling back
    and just do what we did before.
    
    Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
    Tycho Andersen committed Apr 14, 2016
    Copy the full SHA
    ce4ca76 View commit details
    Browse the repository at this point in the history
  3. tests: remove unused import

    Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
    Tycho Andersen committed Apr 14, 2016
    Copy the full SHA
    aaf7867 View commit details
    Browse the repository at this point in the history