Skip to content

Commit 820a1ca

Browse files
author
Michael Andersen
committed
Changed default hypervisor from xen to kvm
1 parent 19cf1f4 commit 820a1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_internal_lb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self):
7373
},
7474
"host1": None,
7575
"host2": None,
76-
"default_hypervisor": "xen",
76+
"default_hypervisor": "kvm",
7777
"compute_offering": {
7878
"name": "Tiny Instance",
7979
"displaytext": "Tiny Instance",

0 commit comments

Comments
 (0)