to fix keystone error in case of nonha bundle.
[joid.git] / ci / maas / juniper / pod1 / control-interfaces.host
1 #### original juju generated part ####\r
2 auto lo\r
3 \r
4 # Primary interface (defining the default route)\r
5 iface p1p1 inet manual\r
6 \r
7 # Bridge to use for LXC/KVM containers\r
8 auto juju-br0\r
9 iface juju-br0 inet dhcp\r
10     bridge_ports p1p1\r
11 ######################################\r
12 \r
13 auto p1p2\r
14 iface p1p2 inet manual\r
15 \r
16 # The public network interface\r
17 \r
18 auto brPublic\r
19 iface brPublic inet dhcp\r
20         bridge_ports p1p2\r
21         bridge_stp off\r
22         bridge_fd 0\r
23         bridge_maxwait 0\r
24 \r