diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-12 14:11:40 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-12 15:29:11 -0600 |
commit | 3d836087874a45b29cce1d45de32bf7eef02da90 (patch) | |
tree | c37f1cebcc188b99388aec5986209f490fdbca1e /ci/maas/juniper/pod1/control-interfaces.host | |
parent | 5613bc5a0eb8f8e1e0174423d8d783aabc397e3d (diff) |
modified the dhcp for mutiple deployment of openstack.
Change-Id: I09ee80a024f7756d26a87f8ae58d9b7267ee1dba
Diffstat (limited to 'ci/maas/juniper/pod1/control-interfaces.host')
-rw-r--r-- | ci/maas/juniper/pod1/control-interfaces.host | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ci/maas/juniper/pod1/control-interfaces.host b/ci/maas/juniper/pod1/control-interfaces.host deleted file mode 100644 index 95ff6713..00000000 --- a/ci/maas/juniper/pod1/control-interfaces.host +++ /dev/null @@ -1,24 +0,0 @@ -#### original juju generated part ####
-auto lo
-
-# Primary interface (defining the default route)
-iface p1p1 inet manual
-
-# Bridge to use for LXC/KVM containers
-auto juju-br0
-iface juju-br0 inet dhcp
- bridge_ports p1p1
-######################################
-
-auto p1p2
-iface p1p2 inet manual
-
-# The public network interface
-
-auto brPublic
-iface brPublic inet dhcp
- bridge_ports p1p2
- bridge_stp off
- bridge_fd 0
- bridge_maxwait 0
-
|