From d70d5dba08983006d1ef79046b0ac2fdab35d272 Mon Sep 17 00:00:00 2001 From: npraveen35 Date: Tue, 6 Dec 2016 16:24:55 +0530 Subject: [PATCH] host net config bond0 static -> manual Appropriately bond0 needs to be manual than static just similar to other bonded interface bond1 Change-Id: I9b0831c8b209890fecc70ea1adf4c513412ef336 Closes-Bug: #1647497 --- etc/network/interfaces.d/openstack_interface.cfg.prod.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/network/interfaces.d/openstack_interface.cfg.prod.example b/etc/network/interfaces.d/openstack_interface.cfg.prod.example index bcd777fec5..7a23646d77 100644 --- a/etc/network/interfaces.d/openstack_interface.cfg.prod.example +++ b/etc/network/interfaces.d/openstack_interface.cfg.prod.example @@ -31,7 +31,7 @@ iface eth3 inet manual # is because the bond-master has already been set in the raw interfaces for # the new bond0. auto bond0 -iface bond0 inet static +iface bond0 inet manual bond-slaves none bond-mode active-backup bond-miimon 100