diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-17 10:27:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-17 10:27:11 +0000 |
commit | 9dc7082c230f7f22b37ae9bb04493387c466fa7b (patch) | |
tree | 12ff0ad91d17d392878bc62bee293d8b8d19d248 | |
parent | cd9e0219f33a9d35fd9826d47de62dc5a03021a5 (diff) | |
parent | 58f119f7f625f15faba0d9d96d41c654ab48dda5 (diff) |
Merge "Use virtio driver for fuel-master NIC"
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index bd8e15185..e2a05d86e 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -40,7 +40,7 @@ <controller type='pci' index='0' model='pci-root'/> <interface type='network'> <source network='fuel1'/> - <model type='e1000'/> + <model type='virtio'/> </interface> <serial type='pty'> <target port='0'/> |