diff options
-rw-r--r-- | ci/PR_revision.log | 1 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log index 78cd7091..dc083a31 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -46,3 +46,4 @@ 87,Pass vlan flag to fdio module when vlan is used for tenant network 88,Default tenant_nic to its physical name 89,Add enic workaround for UCS with OVS DPDK +90,removing /%(tenantid)s from tacker heat_uri 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 |