Configurable virtualisation

Allows qemu to be specified instead of kvm when hardware
virtualisation is not available.

Change-Id: Ib220c344f4cecc665930d51aa56c7fbfe749b7ac
This commit is contained in:
Benjamin Michael Cooper 2017-07-04 11:02:35 +01:00
parent a8fb6aa0f4
commit 0c72e265f1
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>

View File

@ -1,4 +1,4 @@
<domain type='kvm'>
<domain type='{{ domain_type }}'>
<name>{{ node_name }}</name>
<memory>3145728</memory>
<currentMemory>3145728</currentMemory>