diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 07:05:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-10 07:05:54 +0000 |
commit | bb6c1fa4aed56dc3e9903ba920e237353bb49ba5 (patch) | |
tree | a0e4230965660267b7f924d85eab8234c0963767 /ci | |
parent | a62648d0dbb85a09a267edaa083df8f2cd0a9fbc (diff) | |
parent | 076c556fbd0b4886cbd6ccf2bab9a2806c71a19c (diff) |
Merge "Use huge page for dpdk (ovs) scenario"
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_patch.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index dd1aeb54c..46064a07f 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -14,4 +14,11 @@ fdio: image_properties: {'hw_mem_page_size':'large'} tempest: use_custom_images: True - use_custom_flavors: True
\ No newline at end of file + use_custom_flavors: True +ovs: + general: + flavor_extra_specs: {'hw:mem_page_size':'large'} + image_properties: {'hw_mem_page_size':'large'} + tempest: + use_custom_images: True + use_custom_flavors: True |