Skip to content

Commit

Permalink
Merge pull request #48 from cgwalters/use-virtio-rng
Browse files Browse the repository at this point in the history
multihost: Enable virtio-rng by default
  • Loading branch information
kushaldas committed Feb 8, 2017
2 parents c9dc5f1 + 03c3f80 commit 7c3acce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tunirlib/tunirmultihost.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def boot_qcow2(image, seed, ram=1024, vcpu='1'):
'bridge,br=virbr0',
'-net',
'nic,macaddr={0},model=virtio'.format(mac),
'-device', 'virtio-rng-pci', # https://bugzilla.redhat.com/show_bug.cgi?id=1212082
'-display',
'none'
]
Expand Down

0 comments on commit 7c3acce

Please sign in to comment.