diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-13 13:42:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-13 13:42:00 +0000 |
commit | 60b1378663af737b0ae79caf2c5f116cc69c3795 (patch) | |
tree | 15a5664dd8a271faf79b84d3ce0956ea28505020 /ci | |
parent | a5bdcbf651016ed552967ed124c5fb2a19ad3d98 (diff) | |
parent | a31877af04542bb0cd3c4da6d53f4d4ab580a295 (diff) |
Merge "Refactored support for flavor and image hugepages based on Morgan's suggestins"
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_patch.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index 4994d49d1..251ab1c4d 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -7,4 +7,8 @@ lxd: healthcheck: disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz - disk_format: raw
\ No newline at end of file + disk_format: raw +fdio: + general: + flavor_extra_specs: {'hw:mem_page_size':'large'} + image_properties: {'hw_mem_page_size':'large'}
\ No newline at end of file |