Comment 6 for bug 1633633

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-lxd (master)

Reviewed: https://review.openstack.org/451753
Committed: https://git.openstack.org/cgit/openstack/charm-lxd/commit/?id=8a7e9753c5c6c20d90ce15d84e9c54da63d39244
Submitter: Jenkins
Branch: master

commit 8a7e9753c5c6c20d90ce15d84e9c54da63d39244
Author: James Page <email address hidden>
Date: Thu Mar 30 11:46:42 2017 +0100

    Guard calls which won't work from within containers

    Ensure that calls to setup live migration are not made if
    the charm is running from inside a LXD container, as the
    calls will fail (config needs to be done on the host, not
    from within the container).

    Change-Id: I1633ba0ef5030b4d170bcea9d0c90a781863b168
    Closes-Bug: 1633633