Ubuntu Pastebin

Paste from aim at Wed, 6 Apr 2016 16:00:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
diff --git a/cloudconfig/containerinit/container_userdata.go b/cloudconfig/containerinit/container_userdata.go
index d2cab18..7fc8f95 100644
--- a/cloudconfig/containerinit/container_userdata.go
+++ b/cloudconfig/containerinit/container_userdata.go
@@ -101,7 +101,7 @@ iface {{.InterfaceName}} inet manual{{if .DNSServers}}
   down ip route del default via {{.GatewayAddress.Value}} || true{{end}}
 {{end}}`
 
-var networkInterfacesFile = "/etc/network/interfaces"
+var networkInterfacesFile = "/etc/network/interfaces.d/00-juju.cfg"
 
 // GenerateNetworkConfig renders a network config for one or more
 // network interfaces, using the given non-nil networkConfig
diff --git a/provider/maas/add-juju-bridge.py b/provider/maas/add-juju-bridge.py
Download as text