Add numactl to nova_compute_utils.py base packages

This tool is useful for numa usage reporting.

Change-Id: Id0aaba514b06fe3dfa79e9e1d263b1dbde20f494
(cherry picked from commit 1d5c980616)
This commit is contained in:
Bayani Carbone 2021-08-10 14:11:30 +02:00 committed by Arif Ali
parent 1f61aed5c0
commit c1f90b13a9
No known key found for this signature in database
GPG Key ID: 369608FBA1353A70
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ BASE_PACKAGES = [
'nfs-common',
'open-iscsi',
'lsscsi', # bug 1939390
'numactl',
'python3-novaclient', # lib required by juju actions
'python3-neutronclient', # lib required by juju actions
'python3-keystoneauth1', # lib required by juju actions