diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-06-08 10:38:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-08 10:38:42 +0000 |
commit | 35610d35b6331d561cb0d0382f4cf417aff4469e (patch) | |
tree | 5383ed4e13905728a11d110a80b8cbb16e2b39a7 | |
parent | e68f2f7f57167ede88d1da37eb5bf9ebf6fa888b (diff) | |
parent | 6414a61a988a73ee1b939e2d5de2f0afdde4319a (diff) |
Merge "Standalone XML machine type is not longer valid"
-rw-r--r-- | yardstick/benchmark/contexts/standalone/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/contexts/standalone/model.py b/yardstick/benchmark/contexts/standalone/model.py index 4d43f2611..320c61c92 100644 --- a/yardstick/benchmark/contexts/standalone/model.py +++ b/yardstick/benchmark/contexts/standalone/model.py @@ -45,7 +45,7 @@ VM_TEMPLATE = """ <vcpu cpuset='{cpuset}'>{vcpu}</vcpu> {cputune} <os> - <type arch="x86_64" machine="pc-i440fx-utopic">hvm</type> + <type arch="x86_64" machine="pc-i440fx-xenial">hvm</type> <boot dev="hd" /> </os> <features> |