diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-02-06 01:46:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-06 01:46:56 +0000 |
commit | 41006b9b6044ce732a0de3c78480d1d6db5f96e9 (patch) | |
tree | cbde32b171b6b446fe90eb13662f05571c024a99 | |
parent | a582c92b8cc3ee1b641a151373707e9a8604c8c8 (diff) | |
parent | 805885bf111ad4a2fa9ad87079772c737c442a0a (diff) |
Merge "deploy: remove gic version in arm vm template"
-rw-r--r-- | deploy/template/vm/host-aarch64.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/template/vm/host-aarch64.xml b/deploy/template/vm/host-aarch64.xml index 7f32a198..69202fd2 100644 --- a/deploy/template/vm/host-aarch64.xml +++ b/deploy/template/vm/host-aarch64.xml @@ -9,9 +9,6 @@ <boot dev='hd'/> <boot dev='network'/> </os> - <features> - <gic version='2'/> - </features> <cpu mode='host-passthrough'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> |