Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use the default network config when no juju-specific config is provided #5136
Conversation
pushed a commit
to frobware/juju
that referenced
this pull request
Apr 15, 2016
frobware
referenced this pull request
Apr 15, 2016
Merged
container/lxd: fallback to "default" LXD profile #5176
|
Closing in favor of #5176 |
tych0
closed this
Apr 15, 2016
added a commit
that referenced
this pull request
Apr 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tych0 commentedApr 13, 2016
73a85aa creates network profiles based on network configuration provided
to the container type when network spaces are present (e.g. in maas, etc.).
However, in some cases (notably, AWS, GCE), there is no network
configuration provided to the container type code, and thus the profile
gets created with no network devices.
Instead, let's fall back to the default network configuration in LXD when
nothing is explicitly provided by juju.
Signed-off-by: Tycho Andersen tycho.andersen@canonical.com
(Review request: http://reviews.vapour.ws/r/4575/)