diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/tempest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/tempest.py b/deploy/tempest.py index e403cd2f..342a0205 100644 --- a/deploy/tempest.py +++ b/deploy/tempest.py @@ -238,7 +238,7 @@ def update_hosts_interface(cluster_id, hosts_info, mac_address_map, if host['os_version'] == iso_path: print("do not have os iso file in /var/lib/daisy/kolla/.") if enable_dpdk: - host['hugepages'] = '20' + host['hugepages'] = '80' host['hugepagesize'] = '1G' client.hosts.update(host['id'], **host) host_info = client.hosts.get(host['id']).to_dict() |