summaryrefslogtreecommitdiffstats
path: root/deploy/templates/intel/virtual_environment/noha/vms/compute.xml
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-01-26 11:10:34 +0100
committerMichal Skalski <mskalski@mirantis.com>2016-01-26 11:10:34 +0100
commit4b87e1e902e44971740ca020b164327d463d12c8 (patch)
tree91a4ceb7e906d6467aed0286342190d66515bad6 /deploy/templates/intel/virtual_environment/noha/vms/compute.xml
parente4adaf7a29b8e9307b8ac4f4f4c25e021aec84ea (diff)
Use e1000 network driver in virtual labs
In the past virtio network driver cause problems when vlan segmentation was used [1][2]. E1000 driver looks like safer choice. [1] https://bugs.launchpad.net/fuel/+bug/1433593 [2] https://bugs.launchpad.net/fuel/+bug/1463316 Change-Id: I0a573e640309ad3caf2d67166cdaeaf285a6e6be Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'deploy/templates/intel/virtual_environment/noha/vms/compute.xml')
-rw-r--r--deploy/templates/intel/virtual_environment/noha/vms/compute.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/deploy/templates/intel/virtual_environment/noha/vms/compute.xml b/deploy/templates/intel/virtual_environment/noha/vms/compute.xml
index fbef4bda7..063b23d98 100644
--- a/deploy/templates/intel/virtual_environment/noha/vms/compute.xml
+++ b/deploy/templates/intel/virtual_environment/noha/vms/compute.xml
@@ -57,19 +57,19 @@
<controller type='pci' index='0' model='pci-root'/>
<interface type='network'>
<source network='fuel1'/>
- <model type='virtio'/>
+ <model type='e1000'/>
</interface>
<interface type='network'>
<source network='fuel2'/>
- <model type='virtio'/>
+ <model type='e1000'/>
</interface>
<interface type='network'>
<source network='fuel3'/>
- <model type='virtio'/>
+ <model type='e1000'/>
</interface>
<interface type='network'>
<source network='fuel4'/>
- <model type='virtio'/>
+ <model type='e1000'/>
</interface>
<serial type='pty'>
<target port='0'/>