]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Change machine type 25/16225/1
authorDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Mon, 18 Jan 2016 16:03:07 +0000 (19:03 +0300)
committerDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Mon, 18 Jan 2016 16:03:07 +0000 (19:03 +0300)
Not every qemu supports 'trusty' machine, so changing it to the
more compatible 'pc' type.

Change-Id: Iac941972e3e6b85997adc344321466a2be66bfa3

jenkins/build_cluster/build_cluster.py

index 6cd87d13e3b3fc1aa283131e3c9947b707057ab1..25f4cd87225221c47bcd9f77c9057d5179ff0e65 100755 (executable)
@@ -293,7 +293,7 @@ def start_node(name, admin=False):
   <currentMemory unit='KiB'>{memory}</currentMemory>
   <vcpu placement='static'>{vcpu}</vcpu>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-trusty'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='{first_boot}'/>
     <boot dev='{second_boot}'/>
     <bios rebootTimeout='5000'/>