From c7d07cc5a6ffdd76f4695b6b9b9f93016b07c7bf Mon Sep 17 00:00:00 2001
From: Michal Skalski <mskalski@mirantis.com>
Date: Wed, 17 Aug 2016 10:27:11 +0000
Subject: Updated armband Project: fuel 
 9dc7082c230f7f22b37ae9bb04493387c466fa7b

Use virtio driver for fuel-master NIC

Using e1000 driver on fuel master may lead to temporarily loss of
communication [1]. We can use two approaches here:

  * use virtio driver
  * install e1000-kmod package

virtio driver should be sufficient for our purposes, we don't use
bonding on fuel master.

e1000-kmod package is available on fuel master and provide e1000 kernel
module which does not introduce additional problems. This package is not
installed by default but for this purpose MASTER_NODE_EXTRA_PACKAGES
cmdline option can be set during fuel master installation.

[1]
http://docs.openstack.org/developer/fuel-docs/userdocs/release-notes/fuel_known_issues.html

Change-Id: I3fc1fed5f0b9c780cd9174205a3c31dae92a180e
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
---
 upstream/fuel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'upstream')

diff --git a/upstream/fuel b/upstream/fuel
index cd9e0219..9dc7082c 160000
--- a/upstream/fuel
+++ b/upstream/fuel
@@ -1 +1 @@
-Subproject commit cd9e0219f33a9d35fd9826d47de62dc5a03021a5
+Subproject commit 9dc7082c230f7f22b37ae9bb04493387c466fa7b
-- 
cgit