Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/maas: bridge all interfaces #6156
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 8bc3008
into
juju:master
Sep 7, 2016
added a commit
that referenced
this pull request
Sep 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
frobware commentedSep 5, 2016
•
Edited 1 time
-
ericsnowcurrently
Sep 5, 2016
Ensure all interfaces get bridged. We would previously not bridge
interfaces that were deemed inactive. An active interface was previously
one which had either a static address or was using DHCP. This contraint
does not work for DTAG setups because an interface that wasn't
active (or bridged) would not be part of the interface set in a
container. These (previously) inactive interfaces may actually be
required for Neutron which will want to use the underlying raw
device (at L2), as opposed to requiring a L3 address. This commit
ensures all interfaces get bridged and, as such, those interfaces will
be available in containers.
Partially fixes LP:#1566791
(Review request: http://reviews.vapour.ws/r/5596/)