diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-06-26 10:17:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-26 10:17:47 +0000 |
commit | fea54d00558ec8f33fc27af98fd6508164a24800 (patch) | |
tree | f61e42443c8d30d737ad1f9fc451bee05bc68a78 | |
parent | 53e84f535ca03e7aabb902e8f21a77171fe40c1b (diff) | |
parent | 0f1a95da3353a7d0d8e8f83123e924bfc04c804a (diff) |
Merge "Standalone XML machine type is not longer valid" into stable/fraser
-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 f18d090d8..5134217a9 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> |