diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-20 22:58:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-20 22:58:06 +0000 |
commit | 917d9fff33fc4adba66c968dfe4fd42f67b67761 (patch) | |
tree | 5b1d88641ebd3d6f3624374146a45205746510e2 | |
parent | 4e0df0f248a8c1cdb301ac35e6bb2b308e031320 (diff) | |
parent | dba2d41c14bf494f98b30c12aaed5c77db2b1a76 (diff) |
Merge "Fixes missing iommu parameters in odl_l2 fdio ha scenario"
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index f1297e82..d75dc1dc 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -16,6 +16,8 @@ deploy_options: kernel: hugepages: 1024 hugepagesz: 2M + intel_iommu: 'on' + iommu: pt Compute: kernel: hugepagesz: 2M |